Beginning to split the file into smaller ones
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 8 Nov 2016 20:15:21 +0000 (09:15 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 8 Nov 2016 20:15:21 +0000 (09:15 +1300)
administration.rst is still huge, we will want to split it more

en/build/README
en/source/administration.rst [new file with mode: 0644]
en/source/images.rst [new file with mode: 0644]
en/source/index.rst
en/source/intro.rst [new file with mode: 0644]
en/source/manual.rst [new file with mode: 0644]

index 86674e9..5c37a86 100644 (file)
@@ -5,4 +5,12 @@ To build
 sudo apt-get install python3-sphinx
 make html
 
+to make a single html 
+
+make singlehtml
+
+to generate the po files
+
+make gettext
+
 
diff --git a/en/source/administration.rst b/en/source/administration.rst
new file mode 100644 (file)
index 0000000..48b8116
--- /dev/null
@@ -0,0 +1,14516 @@
+.. include:: images.rst
+
+Administration
+==============
+
+`Global System Preferences <#globalsysprefs>`__
+-----------------------------------------------
+
+Global system preferences control the way your Koha system works in
+general. Set these preferences before anything else in Koha.
+
+-  *Get there:* More > Administration > Global System Preferences
+
+Global System Preferences Link and Search
+|image0|
+
+System preferences can be searched (using any part of the preference
+name or description) using the search box on the 'Administration' page
+or the search box at the top of each system preferences page.
+
+Preferences search at the top of System Preference page
+|image1|
+
+When editing preferences a '(modified)' tag will appear next to items
+you change until you click the 'Save All' button:
+
+After editing TagsModeration the '(modified)' label appears
+|image2|
+
+After saving your preferences you'll get a confirmation message telling
+you what preferences were saved:
+
+Preference save confirmation message
+|image3|
+
+Each section of preferences can be sorted alphabetically by clicking the
+small down arrow to the right of the word 'Preference' in the header
+column
+
+Sort option at the top right of each section of preferences
+|image4|
+
+If the preference refers to monetary values (like
+`maxoutstanding <#maxoutstanding>`__) the currency displayed will be the
+default you set in your `Currency and Exchange
+Rate <#currexchangeadmin>`__ administration area. In the examples to
+follow they will all read USD for U.S. Dollars.
+
+    **Important**
+
+    For libraries systems with unique URLs for each site the system
+    preference can be overridden by editing your koha-http.conf file
+    this has to be done by a system administrator or someone with access
+    to your system files. For example if all libraries but one want to
+    have search terms highlighted in results you set the
+    OpacHighlightedWords preference to 'Highlight' then edit the
+    koha-http.conf for the library that wants this turned off by adding
+    'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"'. After
+    restarting the web server that one library will no longer see
+    highlighted terms. Consult with your system administrator for more
+    information.
+
+`Acquisitions <#acqprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Acquisitions
+
+`Policy <#acqprefspolicy>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AcqCreateItem <#AcqCreateItem>`__
+''''''''''''''''''''''''''''''''''
+
+Default: placing an order
+
+Asks: Create an item when \_\_\_.
+
+Values:
+
+-  cataloging a record
+
+-  placing an order
+
+-  receiving an order
+
+Description:
+
+-  This preference lets you decide when you'd like to create an item
+   record in Koha. If you choose to add an item record when 'placing an
+   order' then you will enter item information in as you place records
+   in your basket. If you choose to add the item when 'receiving an
+   order' you will be asked for item record information when you're
+   receiving orders in acquisitions. If you choose to add the item when
+   'cataloging a record' then item records will not be created in
+   acquisitions at all, you will need to go to the cataloging module to
+   add the items.
+
+`AcqEnableFiles <#AcqEnableFiles>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
+invoices.
+
+Values:
+
+-  Do
+
+-  Don't
+
+Description:
+
+-  This preference controls whether or not you allow the uploading of
+   invoice files via the acquisitions module.
+
+`AcqItemSetSubfieldsWhenReceiptIsCancelled <#AcqItemSetSubfieldsWhenReceiptIsCancelled>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Upon cancelling a receipt, update the item's subfields if they
+were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
+
+Description:
+
+-  This preference is used in conjunction with the
+   `AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
+   preference. If you have the system set to enter default values when
+   you receive you will want to have those values revert back if reeipt
+   is cancelled. This preference allows you to do that.
+
+`AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Upon receiving items, update their subfields if they were created
+when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
+
+Description:
+
+-  This preference allows you to set default values for items that you
+   receive via acquisitions. Enter the data as subfield=value and split
+   your values with a bar ( \| ). For example you can remove the Ordered
+   status on the item automatically when you receive it just by entering
+   7=0 in this preference. That will set the Not for Loan status
+   (subfield 7) to 0 which is available.
+
+`AcqViewBaskets <#AcqViewBaskets>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: created by staff member
+
+Asks: Show baskets \_\_\_
+
+Values:
+
+-  created by staff member
+
+-  from staff member's branch
+
+-  in system, regardless of owner
+
+Description:
+
+-  When in acquisitions this preference allows you to control whose
+   baskets you can see when looking at a vendor. The default value of
+   'created by staff member' makes it so that you only see the baskets
+   you created. Choosing to see baskets 'from staff member's branch'
+   will show you the baskets created by anyone at the branch you're
+   logged in at. Finally, you can choose to set this preference to show
+   you all baskets regardless of who created it ('in system, regardless
+   of owner). Regardless of which value you choose for this preference,
+   superlibrarians can see all baskets created in the system.
+
+`AcqWarnOnDuplicateInvoice <#AcqWarnOnDuplicateInvoice>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do not warn
+
+Asks: \_\_\_ when the librarian tries to create an invoice with a
+duplicate number.
+
+Values:
+
+-  Do not warn
+
+-  Warn
+
+`BasketConfirmations <#BasketConfirmations>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: always ask for confirmation
+
+Asks: When closing or reopening a basket, \_\_\_.
+
+Values:
+
+-  always ask for confirmation
+
+-  do not ask for confirmation
+
+Descriptions:
+
+-  This preference adds the option to skip confirmations on closing and
+   reopening a basket. If you skip the confirmation, you do not create a
+   new basket group.
+
+`ClaimsBccCopy <#ClaimsBccCopy>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Don't send
+
+Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
+acquisitions claims notices.
+
+Values:
+
+-  Don't send
+
+-  Send
+
+Description:
+
+-  When filing a claim in the `serials <#serialclaims>`__ or
+   `acquisitions <#acqclaims>`__ module this preference will allow for
+   the sending of a copy of the email to the librarian.
+
+`CurrencyFormat <#CurrencyFormat>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 360,000.00 (US)
+
+Asks: Display currencies using the following format \_\_\_
+
+Values:
+
+-  360,000.00 (US)
+
+-  360 000,00 (FR)
+
+`gist <#gist>`__
+''''''''''''''''
+
+Default: 0
+
+Asks: The default tax rate is \_\_\_
+
+Description:
+
+-  This preference will allow the library to define a default Goods and
+   Services Tax rate. The default of value of 0 will disable this
+   preference.
+
+    **Note**
+
+    Enter this value as a number (.06) versus a percent (6%).
+
+`MarcFieldsToOrder <#MarcFieldsToOrder>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Set the mapping values for a new order line created from a MARC
+record in a staged file.
+
+Description:
+
+-  This preference includes MARC fields to check for order information
+   to use when `ordering from a staged file <#orderfromstagedfile>`__ in
+   acquisitions. You can use the following fields: price, quantity,
+   budget\_code, discount, sort1, sort2.
+
+   For example:
+
+   ::
+
+       price: 947$a|947$c
+       quantity: 969$h
+       budget_code: 922$a
+
+`UniqueItemFields <#UniqueItemFields>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: barcode
+
+Asks:\_\_\_ (space-separated list of fields that should be unique for
+items, must be valid SQL fields of
+`items <http://schema.koha-community.org/tables/items.html>`__ table)
+
+Description:
+
+-  If this preference is left blank when adding items in acquisitions
+   there will be no check for uniqueness. This means that a duplicate
+   barcode can be created in acquisitions which will cause errors later
+   when checking items in and out.
+
+`Printing <#acqprefsprinting>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`OrderPdfFormat <#OrderPdfFormat>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: pdfformat::layout2pages
+
+Asks: Use \_\_\_ when printing basket groups.
+
+`Administration <#adminprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These preferences are general settings for your system.
+
+*Get there:* More > Administration > Global System Preferences >
+Administration
+
+`CAS Authentication <#casauthentication>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The Central Authentication Service (CAS) is a single sign-on protocol
+for the web. If you don't know what this is, leave these preferences set
+to their defaults.
+
+`AllowPKIAuth <#AllowPKIAuth>`__
+''''''''''''''''''''''''''''''''
+
+Default: no
+
+Asks: Use \_\_\_ field for SSL client certificate authentication
+
+Values:
+
+-  no
+
+-  the common name
+
+-  the email address
+
+`casAuthentication <#casAuthentication>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ CAS for login authentication.
+
+`casLogout <#casLogout>`__
+''''''''''''''''''''''''''
+
+Default: Don't logout
+
+Asks: \_\_\_ of CAS when logging out of Koha.
+
+`casServerUrl <#casServerUrl>`__
+''''''''''''''''''''''''''''''''
+
+Asks: The CAS Authentication Server can be found at \_\_\_
+
+`Google OpenID Connect <#googleopenid>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Visit the `Google Developers
+Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
+credentials such as a client ID and client secret that are known to both
+Google and your application.Developers Console
+
+-  Create a project, and give it some details to help you identify it
+   later
+
+   New Project
+   |image5|
+
+-  Next search for the Google Identity and Access Management API
+
+   API Search
+   |image6|
+
+-  Enable the Google Identity and Access Management API
+
+   Enable Google Identity
+   |image7|
+
+-  Go to 'Credentials' and set the OAuth cosent screen values
+
+   OAuth Consent Screen
+   |image8|
+
+-  Next choose to 'Create credentials' from the 'Credentials' page
+
+   Create credentials
+   |image9|
+
+-  Choose 'Web application' from the 'Application type' menu and fill in
+   the form presented
+
+   Create Client ID
+   |image10|
+
+   -  Set 'Authorized JavaScript origins' to your OPACBaseURL
+
+   -  Change the 'Authorized Redirect URIs' to
+      http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
+
+-  You will be presented with your values for your client ID and your
+   client secret after saving
+
+   OAuth Client ID and Secret
+   |image11|
+
+`GoogleOAuth2ClientID <#GoogleOAuth2ClientID>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Google OAuth2 Client ID \_\_\_
+
+`GoogleOAuth2ClientSecret <#GoogleOAuth2ClientSecret>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Google OAuth2 Client Secret \_\_\_
+
+`GoogleOpenIDConnect <#GoogleOpenIDConnect>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks \_\_\_ Google OpenID Connect login.
+
+    **Important**
+
+    You will need to select OAuth2 when creating an app in the google
+    cloud console, and set the web origin to your\_opac\_url and the
+    redirect url to
+    your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
+
+    Create Client ID
+    |image12|
+
+Values:
+
+-  Don't use
+
+-  Use
+
+`GoogleOpenIDConnectDomain <#GoogleOpenIDConnectDomain>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Google OpenID Connect Restrict to domain (or subdomain of this
+domain) \_\_\_.
+
+    **Note**
+
+    Leave blank for all google domains
+
+`Interface options <#adminprefsinterface>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preference are related to your Koha interface
+
+`DebugLevel <#DebugLevel>`__
+''''''''''''''''''''''''''''
+
+Default: lots of
+
+Asks: Show \_\_\_ debugging information in the browser when an internal
+error occurs.
+
+Values:
+
+-  lots of - will show as much information as possible
+
+-  no - will only show basic error messages
+
+-  some - will show only some of the information available
+
+Description:
+
+-  This preference determines how much information will be sent to the
+   user's screen when the system encounters an error. The most detail
+   will be sent when the value level is set at 2, some detail will be
+   sent when the value is set at 1, and only a basic error message will
+   display when the value is set at 0. This setting is especially
+   important when a system is new and the administration is interested
+   in working out the bugs (errors or problems) quickly. Having detailed
+   error messages makes quick fixes more likely in problem areas.
+
+`DefaultToLoggedInLibraryCircRules <#DefaultToLoggedInLibraryCircRules>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: all libraries
+
+Asks: When editing circulation rules show \_\_\_ the rules by default.
+
+Values:
+
+-  all libraries
+
+-  logged in library's
+
+Description:
+
+-  This preference controls the default value in the branch pull down
+   found at the top of the `circulation and fine
+   rules <#circfinerules>`__.
+
+`DefaultToLoggedInLibraryNoticesSlips <#DefaultToLoggedInLibraryNoticesSlips>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: all libraries
+
+Asks: When editing notices and slips show the \_\_\_ notices and slips
+by default.
+
+Values:
+
+-  all libraries
+
+-  logged in library's
+
+Description:
+
+-  This preference controls the default value in the branch pull down
+   found at the top of the `notices and slips <#notices>`__ tool.
+
+`DefaultToLoggedInLibraryOverdueTriggers <#DefaultToLoggedInLibraryOverdueTriggers>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: all libraries
+
+Asks: When editing overdue notice/status triggers show the \_\_\_ rules
+by default.
+
+Values:
+
+-  all libraries
+
+-  logged in library's
+
+Description:
+
+-  This preference controls the default value in the branch pull down
+   found at the top of the `overdue notices and
+   triggers <#noticetriggers>`__.
+
+`delimiter <#delimiter>`__
+''''''''''''''''''''''''''
+
+Default: semicolons
+
+Asks: Separate columns in an exported report file with \_\_\_ by
+default.
+
+Values:
+
+-  #'s
+
+-  backslashes
+
+-  commas
+
+-  semicolons
+
+-  slashes
+
+-  tabs
+
+Description:
+
+-  This preference determines how reports exported from Koha will
+   separate data. In many cases you will be able to change this option
+   when exporting if you'd like.
+
+`KohaAdminEmailAddress <#KohaAdminEmailAddress>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+This is the default 'From' address for emails unless there is one for
+the particular branch, and is referred to when an internal error occurs.
+
+Asks: Use \_\_\_ as the email address for the administrator of Koha.
+
+Description:
+
+-  This preference allows one email address to be used in warning
+   messages set to the OPAC. If no email address is set for the branch
+   this address will receive messages from patrons regarding
+   modification requests, purchase suggestions, and questions or
+   information regarding overdue notices. It is recommended that a email
+   address that can be accessed by multiple staff members be used for
+   this purpose so that if one librarian is out the others can address
+   these requests. This email address can be changed when needed.
+
+`noItemTypeImages <#noItemTypeImages>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ itemtype icons in the catalog.
+
+Values:
+
+-  Shows
+
+-  Don't show
+
+Description:
+
+-  This preference allows the system administrator to determine if users
+   will be able to set and see an `item type icon <#itemtypeadmin>`__
+   the catalog on both the OPAC and the Staff Client. The images will
+   display in both the OPAC and the Staff Client/Intranet. If images of
+   item types are disabled, text labels for item types will still appear
+   in the OPAC and Staff Client.
+
+`ReplytoDefault <#ReplytoDefault>`__
+''''''''''''''''''''''''''''''''''''
+
+Asks: Use \_\_\_ as the email address that will be set as the replyto in
+emails
+
+Description:
+
+-  By default replies to notice emails will go to the `library email
+   address <#libsgroups>`__, if you would like to specify a default
+   email address for all replies to notices you can do that here.
+
+`ReturnpathDefault <#ReturnpathDefault>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use \_\_\_ as the email address set as the return path, if you
+leave this empty the KohaAdminEmailAddress will be used.
+
+Description:
+
+-  The return path is the email address that bounces will be delivered
+   to. By default bounced notices will go to the `library email
+   address <#libsgroups>`__, if you would like to specify a default
+   email address for bounces to go to then fill in this preference.
+
+`virtualshelves <#virtualshelves>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff and patrons to create and view saved lists of books.
+
+Values:
+
+-  Allow
+
+-  Don't Allow
+
+Description:
+
+-  This preference controls whether the lists functionality will be
+   available in the staff client and OPAC. If this is set to "Don't
+   allow" then no one will be able to save items to public or private
+   lists.
+
+`Login options <#adminprefslogin>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences are related to logging into your Koha system
+
+`AutoLocation <#AutoLocation>`__
+''''''''''''''''''''''''''''''''
+
+Default: Don't require
+
+Asks: \_\_\_ staff to log in from a computer in the IP address range
+specified by their library (if any).
+
+-  Set IP address range in the library administration area
+
+   -  *Get there:* More > Administration > Basic Parameters > `Libraries
+      & Groups <#libsgroups>`__
+
+Values:
+
+-  Don't require
+
+-  Require
+
+Description:
+
+-  This preference protects the system by blocking unauthorized users
+   from accessing the staff client program and settings. Authorized and
+   unauthorized users are determined by their computer's IP addresses.
+   When the preference is set to 'Require', IP authorization is in
+   effect and unauthorized IP addresses will be blocked. This means that
+   staff cannot work from home unless their IP address has been
+   authorized. When set to 'Don't require', anyone with a staff client
+   login will have access no matter which IP address they are using.
+
+`IndependentBranches <#IndependentBranches>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't prevent
+
+Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
+(holds, items, patrons, etc.) belonging to other libraries.
+
+Values:
+
+-  Don't prevent
+
+-  Prevent
+
+Description:
+
+-  This preference should only be used by library systems which are
+   sharing a single Koha installation among multiple branches but are
+   considered independent organizations, meaning they do not share
+   material or patrons with other branches and do not plan to change
+   that in the future. If set to 'Prevent' it increases the security
+   between library branches by: prohibiting staff users from logging
+   into another branch from within the staff client, filtering out
+   patrons from patron searches who are not a part of the login branch
+   conducting the search, limiting the location choices to the login
+   branch when adding or modifying an item record, preventing users from
+   other branch locations from placing holds or checking out materials
+   from library branches other than their own, and preventing staff from
+   editing item records which belong to other library branches. All of
+   these security safeguards can be overridden only by the
+   superlibrarian, the highest level of privileges.
+
+    **Important**
+
+    It is important that this value be set before going live and that it
+    NOT be changed
+
+`SessionRestrictionByIP <#SessionRestrictionByIP>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Enable
+
+Asks: \_\_\_ check for change in remote IP address for session security.
+Disable only when remote IP address changes frequently.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  When this preference is set to 'Enable' Koha will log you out of the
+   staff client if your IP address changes as a security measure. For
+   some systems the IP address changes frequently so you'll want to set
+   this preference to 'Disable' to prevent Koha from logging you out of
+   the staff client every time that happens.
+
+    **Important**
+
+    This is meant to help those whose IP address changes several times
+    during the day, setting this preference to 'Disable' is not
+    recommended otherwise because it is removing important security
+    features from your staff client.
+
+`SessionStorage <#SessionStorage>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: in the MySQL database
+
+Asks: Store login session information \_\_\_
+
+Values:
+
+-  as temporary files
+
+-  in the MySQL database
+
+-  in the PostgreSQL database
+
+   -  **Important**
+
+          PostgreSQL is not yet supported
+
+Description:
+
+-  This preference allows administrators to choose what format session
+   data is stored in during web sessions.
+
+`timeout <#timeout>`__
+''''''''''''''''''''''
+
+Default: 12000000
+
+Asks: Automatically log out users after \_\_\_ seconds of inactivity.
+
+Description:
+
+-  This preference sets the length of time the Staff Client or OPAC
+   accounts can be left inactive before re-logging in is necessary. The
+   value of this preference is in seconds. At this time, the amount of
+   time before a session times out must be the same for both the Staff
+   Client and the OPAC.
+
+`Mozilla Persona <#mozillapersona>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`Persona <#persona>`__
+''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ Mozilla persona for login.
+
+Values:
+
+-  Allow
+
+   Persona login on OPAC
+   |image13|
+
+-  Don't allow
+
+Description:
+
+-  Mozilla Persona is an OpenID-like service that lets you log in to
+   multiple websites with your Mozilla credentials. If you allow Persona
+   log in for Koha then your patrons can log in to the OPAC using their
+   Mozilla Persona. Learn more about Persona on the `official Mozilla
+   site <http://www.mozilla.org/en-US/persona/>`__.
+
+       **Important**
+
+       For Persona log in to work you will need you
+       `OPACBaseURL <#OPACBaseURL>`__ preference to be set correctly.
+
+`Share anonymous usage statistics <#heaprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+As an open source project Koha is used all over the world. These
+preference will help us keep more accurate statistics on where Koha is
+being used. If you choose to share your information, it will be
+published on the `Hea Koha community
+website <http://hea.koha-community.org>`__. You will need to enable the
+`matching cron job <#usagecron>`__ to send this information at regular
+intervals to the community.
+
+`UsageStats <#UsageStats>`__
+''''''''''''''''''''''''''''
+
+Default: Don't share
+
+Asks: \_\_\_ anonymous Koha usage data with the Koha community.
+
+Values:
+
+-  Don't share
+
+-  Share
+
+Description:
+
+-  This data is stored to help track usage of Koha around the world. If
+   you choose to share your information, it will be published on the
+   `Hea Koha community website <http://hea.koha-community.org>`__. This
+   information is sent using the `Usage Sharing Cron
+   Job <#usagecron>`__.
+
+`UsageStatsCountry <#UsageStatsCountry>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The country where your library is located: \_\_\_
+
+Description:
+
+-  This data is stored to help track usage of Koha around the world. If
+   you choose to share your information, it will be published on the
+   `Hea Koha community website <http://hea.koha-community.org>`__. This
+   information is sent using the `Usage Sharing Cron
+   Job <#usagecron>`__.
+
+    **Important**
+
+    This preference depends on the `UsageStats <#UsageStats>`__
+    preference. Set that to 'Share' to share your information.
+
+`UsageStatsLibraryName <#UsageStatsLibraryName>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The library name \_\_\_ will be shown on the `Hea Koha community
+website <http://hea.koha-community.org>`__.
+
+Description:
+
+-  This data is stored to help track usage of Koha around the world. If
+   you choose to share your information, it will be published on the
+   `Hea Koha community website <http://hea.koha-community.org>`__. This
+   information is sent using the `Usage Sharing Cron
+   Job <#usagecron>`__.
+
+    **Important**
+
+    This preference depends on the `UsageStats <#UsageStats>`__
+    preference. Set that to 'Share' to share your information. If this
+    field is empty data will be sent anonymously if you choose 'Share'
+    for the `UsageStats <#UsageStats>`__ preference.
+
+`UsageStatsLibraryType <#UsageStatsLibraryType>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: public
+
+Asks: The library type \_\_\_ will be shown on the `Hea Koha community
+website <http://hea.koha-community.org>`__.
+
+Values:
+
+-  academic
+
+-  corporate
+
+-  government
+
+-  private
+
+-  public
+
+-  religious organization
+
+-  research
+
+-  school
+
+-  society or association
+
+-  subscription
+
+Description:
+
+-  This data is stored to help track usage of Koha around the world. If
+   you choose to share your information, it will be published on the
+   `Hea Koha community website <http://hea.koha-community.org>`__. This
+   information is sent using the `Usage Sharing Cron
+   Job <#usagecron>`__.
+
+    **Important**
+
+    This preference depends on the `UsageStats <#UsageStats>`__
+    preference. Set that to 'Share' to share your information.
+
+`UsageStatsLibraryUrl <#UsageStatsLibraryUrl>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
+website <http://hea.koha-community.org>`__.
+
+Description:
+
+-  This data is stored to help track usage of Koha around the world. If
+   you choose to share your information, it will be published on the
+   `Hea Koha community website <http://hea.koha-community.org>`__. This
+   information is sent using the `Usage Sharing Cron
+   Job <#usagecron>`__.
+
+    **Important**
+
+    This preference depends on the `UsageStats <#UsageStats>`__
+    preference. Set that to 'Share' to share your information.
+
+`Authorities <#authprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Authorities
+
+`General <#generalauthorities>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AuthDisplayHierarchy <#AuthDisplayHierarchy>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ broader term/narrower term hierarchies when viewing
+authorities.
+
+Values:
+
+-  Display
+
+   AuthDisplayHierarchy
+   |image14|
+
+-  Don't display
+
+Description:
+
+-  If your authority records includes 5xx fields with linked references
+   to broader and/or narrower see also references this preference will
+   turn on a display of those authorities at the top of the record.
+
+`AutoCreateAuthorities <#AutoCreateAuthorities>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: do not generate
+
+Asks: When editing records, \_\_\_ authority records that are missing.
+
+Values:
+
+-  do not generate
+
+-  generate
+
+    **Important**
+
+    `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ must be set to
+    "allow" for this to have any effect
+
+Description:
+
+-  When this and `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ are
+   both turned on, automatically create authority records for headings
+   that don't have any authority link when cataloging. When
+   BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
+   do not automatically generate authority records, but allow the user
+   to enter headings that don't match an existing authority. When
+   BiblioAddsAuthorities is off, this has no effect.
+
+`BiblioAddsAuthorities <#BiblioAddsAuthorities>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: allow
+
+Asks: When editing records, \_\_\_ them to automatically create new
+authority records if needed, rather than having to reference existing
+authorities.
+
+Values:
+
+-  allow
+
+   -  This setting allows you to type values in the fields controlled by
+      authorities and then adds a new authority if one does not exist
+
+-  don't allow
+
+   -  This setting will lock the authority controlled fields, forcing
+      you to search for an authority versus allowing you to type the
+      information in yourself.
+
+`dontmerge <#dontmerge>`__
+''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ automatically update attached biblios when changing an
+authority record.
+
+Values:
+
+-  Do
+
+-  Don't
+
+Description:
+
+-  This preference tells Koha how to handle changes to your Authority
+   records. If you edit an authority record and this preference is set
+   to 'Do' Koha will immediately update all of the bib records linked to
+   the authority with the new authority record's data. If this is set to
+   "Don't" then Koha won't edit bib records when changes are made to
+   authorities, rather, this is done later by the `merge\_authority.pl
+   cronjob <#mergeauthcron>`__.
+
+    **Important**
+
+    If this is set to "Don't automatically update" you will need to ask
+    your administrator to enable the `merge\_authority.pl
+    cronjob <#mergeauthcron>`__.
+
+`MARCAuthorityControlField008 <#MARCAuthorityControlField008>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: \|\| aca\|\|aabn \| a\|a d
+
+Asks: Use the following text for the contents of MARC21 authority
+control field 008 position 06-39 (fixed length data elements).
+
+    **Important**
+
+    Do not include the date (position 00-05) in this preference, Koha
+    will calculate automatically and put that in before the values in
+    this preference.
+
+Description:
+
+-  This preference controls the default value in the 008 field on
+   Authority records. It does not effect bibliographic records.
+
+`UNIMARCAuthorityField100 <#UNIMARCAuthorityField100>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: afrey50 ba0
+
+Asks: Use the following text for the contents of UNIMARC authority field
+100 position (fixed length data elements).
+
+    **Important**
+
+    Do not include the date (position 00-07) in this preference, Koha
+    will calculate automatically and put that in before the values in
+    this preference.
+
+Description:
+
+-  This preference controls the default value in the 100 field on
+   Authority records cataloged in UNIMARC. It does not effect
+   bibliographic records.
+
+`UseAuthoritiesForTracings <#UseAuthoritiesForTracings>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ authority record numbers instead of text strings for
+searches from subject tracings.
+
+Values:
+
+-  Don't use
+
+   -  Search links look for subject/author keywords (example:
+      opac-search.pl?q=su:Business%20networks)
+
+-  Use
+
+   -  Search links look for an authority record (example:
+      opac-search.pl?q=an:354)
+
+Description:
+
+-  For libraries that have authority files, they may want to make it so
+   that when a link to an authorized subject or author is clicked on the
+   OPAC or staff client it takes the searcher only to a list of results
+   with that authority record. Most libraries do not have complete
+   authority files and so setting this preference to 'Don't use' will
+   allow searchers to click on links to authors and subject headings and
+   perform a keyword search against those fields, finding all possible
+   relevant results instead.
+
+`Linker <#linkerauthorities>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences will control how Koha links bibliographic records to
+authority records. All bibliographic records added to Koha after these
+preferences are set will link automatically to authority records, for
+records added before these preferences are set there is a script
+(misc/link\_bibs\_to\_authorities.pl) that your system administrator can
+run to link records together.
+
+`CatalogModuleRelink <#CatalogModuleRelink>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do not
+
+Asks: \_\_\_ automatically relink headings that have previously been
+linked when saving records in the cataloging module.
+
+Values:
+
+-  Do
+
+-  Do not
+
+Description:
+
+-  Longtime users of Koha don't expect the authority and bib records to
+   link consistently. This preference makes it possible to disable
+   authority relinking in the cataloging module only (i.e. relinking is
+   still possible if link\_bibs\_to\_authorities.pl is run). Note that
+   though the default behavior matches the previous behavior of Koha
+   (retaining links to outdated authority records), it does not match
+   the intended behavior (updating biblio/authority link after
+   bibliographic record is edited). Libraries that want the intended
+   behavior of authority control rather than the way Koha used to handle
+   linking should set CatalogModuleRelink to 'Do'. Once setting this to
+   'Do' the following preferences can also be set.
+
+`LinkerKeepStale <#LinkerKeepStale>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Do not
+
+Asks: \_\_\_ keep existing links to authority records for headings where
+the linker is unable to find a match.
+
+Values:
+
+-  Do
+
+-  Do not
+
+Description:
+
+-  When set to 'Do', the linker will never remove a link to an authority
+   record, though, depending on the value of
+   `LinkerRelink <#LinkerRelink>`__, it may change the link.
+
+`LinkerModule <#LinkerModule>`__
+''''''''''''''''''''''''''''''''
+
+Default: Default
+
+Asks: Use the \_\_\_ linker module for matching headings to authority
+records.
+
+Values:
+
+-  Default
+
+   -  Retains Koha's previous behavior of only creating links when there
+      is an exact match to one and only one authority record; if the
+      `LinkerOptions <#LinkerOptions>`__ preference is set to
+      'broader\_headings', it will try to link headings to authority
+      records for broader headings by removing subfields from the end of
+      the heading
+
+-  First match
+
+   -  Creates a link to the first authority record that matches a given
+      heading, even if there is more than one authority record that
+      matches
+
+-  Last match
+
+   -  Creates a link to the last authority record that matches a given
+      heading, even if there is more than one record that matches
+
+Description:
+
+-  This preference tells Koha which match to use when searching for
+   authority matches when saving a record.
+
+`LinkerOptions <#LinkerOptions>`__
+''''''''''''''''''''''''''''''''''
+
+Asks: Set the following options for the authority linker \_\_\_
+
+    **Important**
+
+    This feature is experimental and shouldn't be used in a production
+    environment until further expanded upon.
+
+Description:
+
+-  This is a pipe separated (\|) list of options. At the moment, the
+   only option available is "broader\_headings." With this option set to
+   "broader\_headings", the linker will try to match the following
+   heading as follows:
+
+   ::
+
+       =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
+
+   First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
+   to 1800
+
+   Next: Camins-Esakov, Jared--Coin collections--Catalogs
+
+   Next: Camins-Esakov, Jared--Coin collections
+
+   Next: Camins-Esakov, Jared (matches! if a previous attempt had
+   matched, it would not have tried this)
+
+`LinkerRelink <#LinkerRelink>`__
+''''''''''''''''''''''''''''''''
+
+Default: Do
+
+Asks: \_\_\_ relink headings that have previously been linked to
+authority records.
+
+Values:
+
+-  Do
+
+-  Do not
+
+Description:
+
+-  When set to 'Do', the linker will confirm the links for headings that
+   have previously been linked to an authority record when it runs,
+   correcting any incorrect links it may find. When set to 'Do not', any
+   heading with an existing link will be ignored, even if the existing
+   link is invalid or incorrect.
+
+`Cataloging <#catprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Cataloging
+
+`Display <#catdisplayprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AcquisitionDetails <#AcquisitionDetails>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Display
+
+Asks: \_\_\_ acquisition details on the biblio detail page.
+
+Values:
+
+-  Display
+
+-  Don't display
+
+Description:
+
+-  This preference controls whether a tab will show on the detail page
+   in the staff client that includes detailed acquisitions information
+   for the title. This tab will include links to order information
+   stored in the acquisitions module.AcquisitionDetails
+
+`AuthoritySeparator <#authoritysep>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: --
+
+Asks: Separate multiple displayed authors, series or subjects with
+\_\_\_.
+
+`hide\_marc <#hide_marc>`__
+'''''''''''''''''''''''''''
+
+Default: Display
+
+Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
+views.
+
+Values:
+
+-  Display -- shows the tag numbers on the cataloging interface
+
+   MARC editor with tags showing
+   |image15|
+
+-  Don't display -- shows just descriptive text when cataloging
+
+   MARC editor without tags showing
+   |image16|
+
+`IntranetBiblioDefaultView <#IntranetBiblioDefaultView>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: ISBD form
+
+Asks: By default, display biblio records in \_\_\_
+
+Values:
+
+-  ISBD form -- displays records in the staff client in the old card
+   catalog format
+
+   -  See `ISBD <#isbdpref>`__ preference for more information
+
+-  Labelled MARC form -- displays records in the staff client in MARC
+   with text labels to explain the different fields
+
+-  MARC form -- displays records in the staff client in MARC
+
+-  normal form -- visual display in the staff client (for the average
+   person)
+
+Description:
+
+-  This setting determines the bibliographic record display when
+   searching the catalog on the staff client. This setting does not
+   affect the display in the OPAC which is changed using the
+   `BiblioDefaultView <#BiblioDefaultView>`__ preference under the OPAC
+   preference tab. This setting changes the look of the record when
+   first displayed. The MARC and ISBD views can still be seen by
+   clicking in the sidebar.
+
+`ISBD <#isbdpref>`__
+''''''''''''''''''''
+
+Default: `MARC21 Default Appendix <#isbddefault>`__ or `UNIMARC Default
+Appendix <#unimarcdefault>`__
+
+Asks: Use the following as the ISBD template:
+
+Description:
+
+-  This determines how the ISBD information will display in the staff
+   client. Elements in the list can be reordered to produce a different
+   ISBD view. ISBD, the International Standard Bibliographic
+   Description, was first introduced by IFLA (International Federation
+   of Library Associations) in 1969 in order to provide guidelines for
+   descriptive cataloging. The purpose of ISBD is to aid the
+   international exchange of bibliographic records for a variety of
+   materials.
+
+`LabelMARCView <#LabelMARCView>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
+
+Values:
+
+-  Do -- will combine all identical tag numbers under one heading in the
+   MARC view in the OPAC and Staff Client
+
+   MARC View in the Staff Client with LabelMARCView set to Do
+   |image17|
+
+-  Don't -- will list all of the tags individually in the MARC view in
+   the OPAC and Staff Client
+
+   MARC View in the Staff Client with LabelMARCView set to Don't
+   |image18|
+
+`MergeReportFields <#MergeReportFields>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ fields to display for deleted records after merge
+
+Description:
+
+-  When merging records together you can receive a report of the merge
+   process once it's done, this preference lets you set the default
+   values for this report.
+
+Example: '001,245ab,600' displays:
+
+-  value of 001
+
+-  subfields a and b of fields 245
+
+-  all subfields of fields 600
+
+`NotesBlacklist <#NotesBlacklist>`__
+''''''''''''''''''''''''''''''''''''
+
+Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
+record details) and in the description separator (Staff client record
+details).
+
+Description:
+
+-  This preference lets you define which of your note fields are hidden
+   from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
+   values as a comma separated list. For example to hide the local note
+   and the bibliography note in MARC21 enter 504, 590.
+
+`OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage <#OpacSuppression>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+OpacSuppression Default: Don't hide
+
+Asks: \_\_\_ items marked as suppressed from OPAC search results. Note
+that you must have the Suppress index set up in Zebra and at least one
+suppressed item, or your searches will be broken. Restrict the
+suppression to IP adresses outside of the IP range \_\_\_ (Leave blank
+if not used. Define a range like 192.168..) Redirect the opac detail
+page for suppressed records to \_\_\_ Display the following message on
+the redirect page for suppressed biblios \_\_\_.
+
+OpacSuppression Values:
+
+-  Don't hide
+
+   -  Will show records in OPAC search results if they are marked
+      suppressed
+
+-  Hide
+
+   -  Will not show records in OPAC search results if they're marked as
+      suppressed
+
+OpacSuppressionRedirect Values:
+
+-  an explanatory page ('This record is blocked').
+
+-  the 404 error page ('Not found').
+
+Description:
+
+-  These preferences control hiding of bibliographic records from
+   display in the OPAC. Each bibliogrphic record you want to hide from
+   the OPAC simply needs to have the value "1" in the field mapped with
+   Suppress index (942$n field in MARC21, no official field in UNIMARC).
+   The indexer then hides it from display in OPAC but will still display
+   it in the Staff Client. If you want to further control suppression
+   you can set an IP address range to still show suppressed items to.
+   Define a range like 192.168.. If you don't want to limit suppression
+   in this way, leave the IP field blank. You can also decide what the
+   patrons will see in the OPAC when a title is suppressed by setting
+   the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
+   You can either show the patron a 404 page if they try to see a
+   suppressed record or you can create a custom page by entering the
+   HTML in the OpacSuppressionMessage part of this preference.
+
+       **Note**
+
+       An `authorized value <#authorizedvalues>`__ for the MARC21 942$n
+       field (or the equivalent UNIMARC field) should be set to
+       eliminate errors. One example would be to create an authorized
+       value titled SUPPRESS with a value of 0 for don't suppress and 1
+       for suppress.
+
+    **Important**
+
+    If this preference is set to 'hide' and you have the 942n field set
+    to 1, it will hide the entire bib record - not just an individual
+    item.
+
+    **Important**
+
+    You must have the Suppress index set up in Zebra and at least one
+    record with the value "1" in the field mapped with this index, or
+    your searches will be completely broken in OPAC (you won't get any
+    results at all).
+
+    **Note**
+
+    Suppressed records will show a note in the staff client indicating
+    that they are suppressed from view in the OPAC.Suppressed in Staff
+
+    This note can be styled by using the
+    `IntranetUserCSS <#IntranetUserCSS>`__ preference to stand out more
+    if you'd like.Style suppression note
+
+`SeparateHoldings & SeparateHoldingsBranch <#SeparateHoldings>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+SeparateHoldings default: Don't separate
+
+SeparateHoldingsBranch default: home library
+
+Asks: \_\_\_ items display into two tabs, where the first tab contains
+items whose \_\_\_ is the logged in user's library. The second tab will
+contain all other items.
+
+SeparateHoldings values:
+
+-  Don't separate
+
+-  Separate
+
+SeparateHoldingsBranch values:
+
+-  holding library
+
+-  home library
+
+Description:
+
+-  This preference lets you decide if you would like to have the holding
+   information on the bibliographic detail page in the staff client
+   split in to multiple tabs. The default is to show all holdings on one
+   tab.
+
+   Separate holdings tabs
+   |image19|
+
+`URLLinkText <#URLLinkText>`__
+''''''''''''''''''''''''''''''
+
+Default: Online Resource
+
+Asks: Show \_\_\_ as the text of links embedded in MARC records.
+
+Description:
+
+-  If the 856 field does not have a subfield 3 or y defined, the OPAC
+   will say 'Click here to access online.' If you would like the field
+   to say something else enter that in this field.
+
+`UseControlNumber <#UseControlNumber>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ record control number ($w subfields) and control number
+(001) for linking of bibliographic records.
+
+Values:
+
+-  Don't use
+
+   -  When clicking on links to titles that appear next to 'Continues'
+      and 'Continued by' in the detail display Koha will perform a title
+      search
+
+-  Use
+
+   -  When clicking on links to titles that appear next to 'Continues'
+      and 'Continued by' in the detail display Koha will perform a
+      control number (MARC field 001) search
+
+    **Important**
+
+    Unless you are going in and manually changing 773$w to match your
+    rigorously-defined bibliographic relationships, you should set this
+    preference to "Don't use" and instead set
+    `EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ to "Display"
+
+Description:
+
+-  If you have a serial called "Journal of Interesting Things" which has
+   a separate record from when it was called "Transactions of the
+   Interesting Stuff Society," you could add linking fields to indicate
+   the relationship between the two records. UseControlNumber allows you
+   to use your local accession numbers for those links. In MARC21, the
+   relevant sections of the two records might look like this:
+
+   ::
+
+           =001    12345
+           =110  2_$aInteresting Stuff Society.
+           =245  10$aTransactions of the Interesting Stuff Society.
+           =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
+
+           =001    12346
+           =110  2_$aInteresting Stuff Society.
+           =245  10$aJournal of Interesting Things.
+           =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
+
+   With UseControlNumber set to 'Use', the 78x links will use the
+   Control Numbers is subfield $w, instead of doing a title search on
+   "Journal of Interesting Things" and "Transactions of the Interesting
+   Stuff Society" respectively.
+
+`Exporting <#catexportprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`BibtexExportAdditionalFields <#BibtexExportAdditionalFields>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include following fields when exporting BibTeX
+
+Description:
+
+-  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
+   010$a )
+
+-  To specificy multiple marc tags/subfields as targets for a repeating
+   BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
+   TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
+
+-  All values of repeating tags and subfields will be printed with the
+   given BibTeX tag.
+
+-  Use '@' ( with quotes ) as the BT\_TAG to replace the bibtex record
+   type with a field value of your choosing.
+
+`RisExportAdditionalFields <#RisExportAdditionalFields>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include following fields when exporting RIS
+
+Description:
+
+-  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
+   010$a )
+
+-  To specificy multiple marc tags/subfields as targets for a repeating
+   RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
+   TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
+
+-  All values of repeating tags and subfields will be printed with the
+   given RIS tag.
+
+-  Use of TY ( record type ) as a key will *replace* the default TY with
+   the field value of your choosing.
+
+`Importing <#catimportprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AggressiveMatchOnISBN <#AggressiveMatchOnISBN>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't
+
+Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
+to match aggressively by trying all variations of the ISBNs in the
+imported record as a phrase in the ISBN fields of already cataloged
+records.
+
+Values:
+
+-  do
+
+-  don't
+
+Description:
+
+-  This preference allows you to choose to alter the ISBN matching rule
+   used when staging records for import to be more aggressive. This
+   means that all text will be stripped from the ISBN field so that a
+   pure number match is possible. If this preference is set to "Don't"
+   then Koha will find a match only if the ISBN fields are identical.
+
+    **Important**
+
+    Note that this preference has no effect if
+    `UseQueryParser <#UseQueryParser>`__ is on.
+
+`Interface <#catinterfaceprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`advancedMARCeditor <#advancedMARCeditor>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
+
+Description:
+
+-  This preference determines whether or not MARC field names will be
+   present when editing or creating MARC records.
+
+Values:
+
+-  Display
+
+   MARC editor with text labels
+   |image20|
+
+-  Don't display
+
+   MARC editor without text labels
+   |image21|
+
+`DefaultClassificationSource <#DefaultClassificationSource>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Dewey Decimal System
+
+Asks: Use \_\_\_ as the default classification source.
+
+Values:
+
+-  ANSCR (Sound Recordings)
+
+-  Dewey Decimal Classification
+
+-  Library of Congress Classification
+
+-  Other/Generic Classification Scheme
+
+-  SuDoc Classification (U.S. GPO)
+
+-  Universal Decimal Classification
+
+`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't Display
+
+Asks: \_\_\_ easy ways to create analytical record relationships
+
+Values:
+
+-  Display
+
+-  Don't Display
+
+    **Important**
+
+    If you decide to use this feature you'll want to make sure that your
+    `UseControlNumber <#UseControlNumber>`__ preference is set to "Don't
+    use" or else the "Show analytics" links in the staff client and the
+    OPAC will be broken.
+
+Description:
+
+-  An analytic entry in a catalog is one that describes a part of a
+   larger work that is also described in the catalog. In bibliographic
+   cataloging, analytic entries may be made for chapters in books or
+   special issues of articles in periodicals. In archival cataloging,
+   analytic entries may be made for series or items within a collection.
+   This feature in Koha allows for an easy way of linking analytic
+   entries to the host records, and this system preference adds several
+   new menu options to the staff cataloging detail pages to allow that
+   to happen.
+
+`Record Structure <#catrecordprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AlternateHoldingsField & AlternateHoldingsSeparator <#AlternateHoldingsField>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Display MARC subfield \_\_\_ as holdings information for records
+that do not have items, with the subfields separated by \_\_\_.
+
+Description:
+
+-  Sometimes libraries migrate to Koha with their holding info in the
+   852 field (OCLC holdings information field) and choose not to
+   transfer that information into the 952 (Koha holdings information
+   field) because they don't plan on circulating those items. For those
+   libraries or other libraries that have data in the 852 fields of
+   their records that they want to display, these preferences let you
+   choose to display holdings info from a field other than the 952
+   field. The AlternateHoldingsField preference can contain multiple
+   subfields to look in; for instance 852abhi would look in 852
+   subfields a, b, h, and i.
+
+-  With AlternateHoldingsField set to 852abhi and
+   AlternateHoldingsSeparator set to a space the holdings would look
+   like the following:
+
+   Alternate Holdings Display
+   |image22|
+
+`autoBarcode <#autoBarcode>`__
+''''''''''''''''''''''''''''''
+
+Default: generated in the form <branchcode>yymm0001
+
+Asks: Barcodes are \_\_\_
+
+Values:
+
+-  generated in the form <branchcode>yymm0001
+
+-  generated in the form <year>-0001, <year>-0002
+
+-  generated in the form 1, 2, 3
+
+-  incremental EAN-13 barcodes
+
+-  not generated automatically
+
+Description:
+
+-  This setting is for libraries wishing to generate barcodes from
+   within Koha (as opposed to scanning in pre-printed barcodes or
+   manually assigning them). The default behavior makes it so that when
+   you click in the barcode field (952$p in MARC21) it will populate
+   with the automatic barcode you have chosen. If you would rather it
+   only enter an automatic barcode when you click on the plugin (the ...
+   to the right of the field) you can change the plugin used for that
+   field in the framework. Set the plugin for 952$p (if using MARC21 or
+   equivalent field mapped to items.barcode in your local MARC format)
+   for your frameworks to barcode\_manual.pl instead of barcode.pl.
+   Learn more about editing frameworks under the `MARC Bibliographic
+   Frameworks <#marcbibframeworks>`__ section of this manual.
+
+`DefaultLanguageField008 <#DefaultLanguageField008>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Empty defaults to eng
+
+Asks: Fill in the default language for field 008 Range 35-37 of MARC21
+records \_\_\_.
+
+Description:
+
+-  This preference will allow you to set the language for your MARC21
+   008 field by default. If this is left empty it will default to
+   English (eng). See the `MARC Code List for
+   Languages <http://www.loc.gov/marc/languages/language_code.html>`__
+   for additional values for this preference.
+
+    **Note**
+
+    This preference won't have any effect if your records are in
+    UNIMARC.
+
+`item-level\_itypes <#item-level_itypes>`__
+'''''''''''''''''''''''''''''''''''''''''''
+
+Default: specific item
+
+Asks: Use the item type of the \_\_\_ as the authoritative item type
+(for determining circulation and fines rules, etc).
+
+Values:
+
+-  biblio record
+
+-  specific item
+
+Description:
+
+-  This preference determines whether the item type Koha uses for
+   issuing rules will be an attribute of the bibliographic record or the
+   item record. Most libraries refer to the item record for item types.
+   It also determines if the item type icon appears on the OPAC search
+   results. If you have the preference set to 'biblio record' then Koha
+   displays the item type icon on the search results to the left of the
+   result info.
+
+   Item Type Icons to the Left of Result Information
+   |image23|
+
+`itemcallnumber <#itemcallnumber>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 082ab
+
+Asks: Map the MARC subfield to an item's callnumber.
+
+    **Note**
+
+    This can contain multiple subfields to look in; for instance 082ab
+    would look in 082 subfields a and b.
+
+Description:
+
+-  This setting determines which MARC field will be used to determine
+   the call number that will be entered into item records automatically
+   (952$o). The value is set by providing the MARC field code (050, 082,
+   090, 852 are all common in MARC21) and the subfield codes without the
+   delimiters ($a, $b would be ab).
+
+Examples:
+
+-  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
+   852hi
+
+`marcflavour <#marcflavour>`__
+''''''''''''''''''''''''''''''
+
+Default: MARC21
+
+Asks: Interpret and store MARC records in the \_\_\_ format.
+
+Values:
+
+-  MARC21
+
+   -  The standard style for the US, Canada, Australia, New Zealand,
+      United Kingdom, Germany and other countries
+
+-  UNIMARC
+
+   -  The standard style used in France, Italy, Portugal, Russia, and
+      other countries
+
+-  NORMARC
+
+   -  The standard style for Norway
+
+Description:
+
+-  This preference defines global MARC style (MARC21, UNIMARC or
+   NORMARC) used for encoding.
+
+    **Important**
+
+    Changing the value of this preference will not convert your records
+    from one MARC style to an other.
+
+`MARCOrgCode <#MARCOrgCode>`__
+''''''''''''''''''''''''''''''
+
+Default: OSt
+
+Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
+records (leave blank to disable).
+
+Description:
+
+-  The MARC Organization Code is used to identify libraries with
+   holdings of titles and more.
+
+Learn more and find your library's MARC21 code on the `MARC Code list
+for
+Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
+or in Canada on the `Canadian Symbols
+Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
+
+    **Note**
+
+    This preference won't have any effect if your records are in
+    UNIMARC.
+
+`NewItemsDefaultLocation <#NewItemsDefaultLocation>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: When items are created, give them the temporary location of \_\_\_
+(should be a location code, or blank to disable).
+
+`PrefillItem <#PrefillItem>`__
+''''''''''''''''''''''''''''''
+
+Default: the new item is not prefilled with last created item values.
+
+Asks: When a new item is added \_\_\_
+
+Values:
+
+-  the new item is not prefilled with last created item values.
+
+-  the new item is prefilled with last created item values.
+
+Description:
+
+-  This preference controls the behavior used when adding new items.
+   Using the options here you can choose to have your next new item
+   prefill with the values used in the last item was added to save time
+   typing values or to have the item form appear completely blank. Using
+   `SubfieldsToUseWhenPrefill <#SubfieldsToUseWhenPrefill>`__ you can
+   control specifically which fields are prefilled.
+
+`SubfieldsToAllowForRestrictedBatchmod <#SubfieldsToAllowForRestrictedBatchmod>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Define a list of subfields for which editing is authorized when
+`items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
+is enabled, separated by spaces. \_\_\_
+
+Examples:
+
+-  UNIMARC: "995$f 995$h 995$j"
+
+-  MARC21: "952$a 952$b 952$c"
+
+Description:
+
+-  This preference lets you define what fields can be edited via the
+   `batch item modification tool <#batchmodifyitems>`__ if the
+   items\_batchmod\_restricted permission is enabled.
+
+       **Note**
+
+       The FA framework is excluded from the permission. If the pref is
+       empty, no fields are restricted.
+
+`SubfieldsToAllowForRestrictedEditing <#SubfieldsToAllowForRestrictedEditing>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Define a list of subfields for which editing is authorized when
+edit\_items\_restricted permission is enabled, separated by spaces.
+\_\_\_
+
+Examples:
+
+-  UNIMARC: "995$f 995$h 995$j"
+
+-  MARC21: "952$a 952$b 952$c"
+
+Description:
+
+-  This preference lets you define what fields can be edited via
+   cataloging if the
+   `edit\_items\_restricted <#edit_items_restricted>`__ permission is
+   enabled
+
+       **Note**
+
+       The Fast Add (FA) framework is excluded from the permission. If
+       the pref is empty, no fields are restricted.
+
+`SubfieldsToUseWhenPrefill <#SubfieldsToUseWhenPrefill>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Define a list of subfields to use when prefilling items \_\_\_
+
+    **Important**
+
+    Separate values with a space.
+
+Description:
+
+-  When the `PrefillItem <#PrefillItem>`__ preference is set to prefill
+   item values with those from the last added item, this preference can
+   control which fields are prefilled (and which are not). Enter a space
+   separated list of fields that you would like to prefill when adding a
+   new item.
+
+`z3950NormalizeAuthor & z3950AuthorAuthFields <#z3950NormalizeAuthor>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Defaults: Don't copy & 701,702,700
+
+Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
+to the correct author tags when importing a record using Z39.50.
+
+Description for z3950NormalizeAuthor:
+
+-  This preference allows for 'Personal Name Authorities' to replace
+   authors as the bibliographic authority. This preference should only
+   be considered by libraries using UNIMARC.
+
+Values for z3950NormalizeAuthor:
+
+-  Copy
+
+-  Don't copy
+
+Description for z3950AuthorAuthFields:
+
+-  This preference defines which MARC fields will be used for 'Personal
+   Name Authorities' to replace authors as the bibliographic
+   authorities. This preference only applies to those using UNIMARC
+   encoding. The MARC fields selected here will only be used if
+   'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
+   701, and 702.
+
+`Spine Labels <#catspineprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`SpineLabelAutoPrint <#SpineLabelAutoPrint>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't
+
+Asks: When using the quick spine label printer, \_\_\_ automatically pop
+up a print dialog.
+
+Values:
+
+-  do
+
+-  don't
+
+`SpineLabelFormat <#SpineLabelFormat>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: <itemcallnumber><copynumber>
+
+Asks: Include the following fields on a quick-printed spine label:
+(Enter in columns from the biblio, biblioitems or items tables,
+surrounded by < and >.)
+
+`SpineLabelShowPrintOnBibDetails <#SpineLabelShowPrintOnBibDetails>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ buttons on the bib details page to print item spine labels.
+
+Values:
+
+-  Display
+
+   'Print Label' link appears on bibliographic record in the staff
+   client
+   |image24|
+
+-  Don't display
+
+`Circulation <#circprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Circulation
+
+`Batch Checkout <#batchcheckoutprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`BatchCheckouts <#BatchCheckouts>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ batch checkouts
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`BatchCheckoutsValidCategories <#BatchCheckoutsValidCategories>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
+patron categories separated with a pipe '\|')
+
+`Checkin Policy <#checkinpolicyprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowMultipleIssuesOnABiblio <#AllowMultipleIssuesOnABiblio>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to check out multiple items from the same record.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If this preference is set to 'Allow' then patrons will be able to
+   check out multiple copies of the same title at the same time. If it's
+   set to "Don't allow" then patrons will only be allowed to check out
+   one item attached to a record at a time. Regardless of the option
+   chosen in this preference records with subscriptions attached will
+   allow multiple check outs.
+
+       **Important**
+
+       This will only effect records without a subscription attached.
+
+`BlockReturnOfWithdrawnItems <#BlockReturnOfWithdrawnItems>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Block
+
+Asks: \_\_\_ returning of items that have been withdrawn.
+
+Values:
+
+-  Block
+
+-  Don't block
+
+Description:
+
+-  This preference controls whether and item with a withdrawn status
+   (952$0 in MARC21) can be checked in or not.
+
+`CalculateFinesOnReturn <#CalculateFinesOnReturn>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do
+
+Asks: \_\_\_ calculate and update overdue charges when an item is
+returned.
+
+Values:
+
+-  Do
+
+-  Don't
+
+Description:
+
+-  If this preference is set to "Do" and the `fines cron
+   job <#finescronjob>`__ is off then Koha will calculate fines only
+   when items are returned. If you have the fines cron job on and this
+   preference set to "Do" then this preference will calculate fines
+   based on the cron (usually run nightly) and then again when you check
+   the item in. This option is best for those who are doing hourly
+   loans. If this preference is set to "Don't" then fines will only be
+   accrued if the fines cron job is running.
+
+    **Important**
+
+    If you are doing hourly loans then you should have this set to 'Do'.
+
+`RentalFeesCheckoutConfirmation <#RentalFeesCheckoutConfirmation>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: do not ask
+
+Asks: When checking out an item with rental fees, \_\_\_ for
+confirmation.
+
+Values:
+
+-  askRentalFeesCheckoutConfirmation
+
+-  do not ask
+
+Description:
+
+-  If you are charging rental fees for items this preference will make
+   it so that you can show (or not show) a confirmation before checking
+   out an item that will incur a rental charge.
+
+`UpdateNotForLoanStatusOnCheckin <#UpdateNotForLoanStatusOnCheckin>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: This is a list of value pairs. When an item is checked in, if the
+not for loan value on the left matches the items not for loan value it
+will be updated to the right-hand value. E.g. '-1: 0' will cause an item
+that was set to 'Ordered' to now be available for loan. Each pair of
+values should be on a separate line.
+
+`Checkout Policy <#circcheckoutpolicy>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AgeRestrictionMarker <#AgeRestrictionMarker>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Restrict patrons with the following target audience values from
+checking out inappropriate materials: \_\_\_
+
+Description:
+
+-  This preference defines certain keywords that will trigger Koha to
+   restrict checkout based on age. These restrictions can be overridden
+   by the `AgeRestrictionOverride <#AgeRestrictionOverride>`__
+   preference. Enter in this field a series of keywords separated by bar
+   (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
+   followed by an age number, R folllowed by an age number, Age followed
+   by an age number, and so on. These values can appear in any MARC
+   field, but Library of Congress recommends the 521$a (Target Audience
+   Note). Whatever field you decide to use you must map the word
+   agerestriction in the biblioitems table to that field in the `Koha to
+   MARC Mapping <#kohamarcmapping>`__. When cataloging you can enter
+   values like PG 13 or E 10 in the 521$a and Koha will then notify
+   circulation librarians that the material may not be recommended for
+   the patron based on their age.
+
+       **Important**
+
+       You must map the word agerestriction in the biblioitems table to
+       the MARC field where this information will appear via the `Koha
+       to MARC Mapping <#kohamarcmapping>`__ administration area.
+
+`AgeRestrictionOverride <#AgeRestrictionOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ staff to check out an item with age restriction.
+
+Values:
+
+-  Allow
+
+   Allow age restriction override
+   |image25|
+
+-  Don't allow
+
+   Don't allow age restriction override
+   |image26|
+
+Description:
+
+-  When the `AgeRestrictionMarker <#AgeRestrictionMarker>`__ preference
+   is set, Koha will try to warn circulation librarians before checking
+   out an item that might have an age restriction listed in the MARC
+   record. This preference asks if you would like the staff to be able
+   to still check out these items to patrons under the age limit.
+
+`AllFinesNeedOverride <#AllFinesNeedOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Require
+
+Asks: \_\_\_ staff to manually override all fines, even fines less than
+`noissuescharge <#noissuescharge>`__.
+
+Values:
+
+-  Don't require
+
+-  Require
+
+Description:
+
+-  This preference let's you decide if you want to always be warned that
+   the patron has fines when checking out. If you have it set to
+   'Require' then no matter how much money the patron owes a message
+   will pop up warning you that the patron owes money.
+
+`AllowFineOverride <#AllowFineOverride>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ staff to manually override and check out items to patrons
+who have more than `noissuescharge <#noissuescharge>`__ in fines.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This preference lets you decide if you staff can check out to patrons
+   who owe more money than you usually let them carry on their account.
+   If set to 'Allow' staff will be warned that the patrons owes money,
+   but it won't stop the staff from checking out to the patron.
+
+`AllowItemsOnHoldCheckout <#AllowItemsOnHoldCheckout>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
+not generate RESERVE\_WAITING and RESERVED warning. This allows self
+checkouts for those items.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+    **Important**
+
+    This system preference relates only to SIP based self checkout, not
+    Koha's web based self checkout.
+
+Description:
+
+-  When this preference is set to 'Allow' patrons will be able to use
+   your external self check machine to check out a book to themselves
+   even if it's on hold for someone else. If you would like Koha to
+   prevent people from checking out books that are on hold for someone
+   else set this preference to "Don't allow."
+
+`AllowNotForLoanOverride <#AllowNotForLoanOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to override and check out items that are marked as
+not for loan.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This parameter is a binary setting which controls the ability of
+   staff (patrons will always be prevented from checking these items
+   out) to check out items that are marked as "not for loan". Setting it
+   to "Allow" would allow such items to be checked out, setting it to
+   "Don't allow" would prevent this. This setting determines whether
+   items meant to stay in the library, such as reference materials, and
+   other library resources can be checked out by patrons.
+
+`AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to manually override the renewal limit and renew a
+checkout when it would go over the renewal limit.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This preference is a binary setting which controls the ability of
+   staff to override the limits placed on the number of times an item
+   can be renewed. Setting it to "Allow" would allow such limits to be
+   overridden, setting it to "Don't allow" would prevent this. This is a
+   preference in which if it is set to "allow" it would allow the
+   library staff to use their judgment for overriding the renew limit
+   for special cases, setting it to "Don't allow" prevents an
+   opportunity for abuse by the library staff.
+
+`AllowReturnToBranch <#AllowReturnToBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: to any library
+
+Asks: Allow materials to be returned to \_\_\_
+
+Values:
+
+-  either the library the item is from or the library it was checked out
+   from.
+
+-  only the library the item is from.
+
+-  only the library the item was checked out from.
+
+-  to any library.
+
+Description:
+
+-  This preference lets the library system decide how they will accept
+   returns. Some systems allow for items to be returned to any library
+   in the system (the default value of this preference) others want to
+   limit item returns to only specific branches. This preference will
+   allow you to limit item returns (checkins) to the branch(es) set in
+   the value.
+
+`AllowTooManyOverride <#AllowTooManyOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to override and check out items when the patron has
+reached the maximum number of allowed checkouts.
+
+Values:
+
+-  Allow
+
+   Allow too many checkouts override
+   |image27|
+
+-  Don't allow
+
+   Don't allow too many checkouts override
+   |image28|
+
+Description:
+
+-  If this preference is set to "Allow" then staff all will be presented
+   with an option to checkout more items to a patron than are normally
+   allowed in the `Circulation and Fine Rules <#circfinerules>`__. If
+   this preference is set to "Don't allow" then no staff member will be
+   able to check out more than the circulation limit.
+
+`AutomaticItemReturn <#AutomaticItemReturn>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do
+
+Asks: \_\_\_ automatically transfer items to their home branch when they
+are returned.
+
+Values:
+
+-  Do
+
+-  Don't
+
+Description:
+
+-  This preference is a binary setting which determines whether an item
+   is returned to its home branch automatically or not. If set to
+   "Don't", the staff member checking an item in at a location other
+   than the item's home branch will be asked whether the item will
+   remain at the non-home branch (in which case the new location will be
+   marked as a holding location) or returned. Setting it to "Do" will
+   ensure that items checked in at a branch other than their home branch
+   will be sent to that home branch.
+
+`AutoRemoveOverduesRestrictions <#AutoRemoveOverduesRestrictions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do not
+
+Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
+cleared automatically when all overdue items are returned by a patron.
+
+Values:
+
+-  Do
+
+-  Do not
+
+Description:
+
+-  Using the `Overdue Notice/Status Triggers <#noticetriggers>`__ you
+   can restrict patrons after they receive an overdue notice. This
+   preference lets you define whether Koha will automatically remove
+   that restriction once the overdue items in question are returned or
+   not.
+
+`CircControl <#CircControl>`__
+''''''''''''''''''''''''''''''
+
+Default: the library the item is from
+
+Asks: Use the checkout and fines rules of \_\_\_
+
+Values:
+
+-  the library the item is from
+
+   -  The `circulation and fines policies <#circfinerules>`__ will be
+      determined by the item's library where
+      `HomeOrHoldingBranch <#HomeOrHoldingBranch>`__ chooses if item's
+      home library is used or holding library is used.
+
+-  the library the patron is from
+
+   -  The `circulation and fines policies <#circfinerules>`__ will be
+      determined the patron's home library
+
+-  the library you are logged in at
+
+   -  The `circulation and fines policies <#circfinerules>`__ will be
+      determined by the library that checked the item out to the patron
+
+`ConsiderOnSiteCheckoutsAsNormalCheckouts <#ConsiderOnSiteCheckoutsAsNormalCheckouts>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Consider
+
+Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
+number of checkouts allowed will be normal checkouts + on-site
+checkouts. If disabled, both values will be checked separately.
+
+Values:
+
+-  Consider
+
+-  Don't consider
+
+Description:
+
+-  This preference allows you to decide if checkouts that are
+   `OnSiteCheckouts <#OnSiteCheckouts>`__ are counted toward the total
+   checkouts a patron can have. You can also set your `circulation and
+   fine rules <#circfinerules>`__ to allow only a certain number of
+   normal and OnSite checkouts.
+
+`DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Charge a lost item to the borrower's account when the LOST value
+of the item changes to \_\_\_
+
+Description:
+
+-  Leave this field empty if you don't want to charge the user for lost
+   items. If you want the user to be charged enter the `LOST authorized
+   value <#lost>`__ you are using in the
+   `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__
+   preference. This preference is used when the `longoverdue cron
+   job <#longoverduecron>`__ is called without the --charge parameter.
+
+`DefaultLongOverdueLostValue & DefaultLongOverdueDays <#DefaultLongOverdueLostValue>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: By default, set the LOST value of an item to \_\_\_ when the item
+has been overdue for more than \_\_\_ days.
+
+Description:
+
+-  These preferences are used when the `longoverdue cron
+   job <#longoverduecron>`__ is called without the --lost parameter. It
+   allows users to set the values of the `longoverdue
+   cron <#longoverduecron>`__ without having to edit the crontab.
+   Setting the values to 1 and 30 for example will mark the item with
+   the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
+   overdue.
+
+`HoldsInNoissuesCharge <#HoldsInNoissuesCharge>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't include
+
+Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
+
+Values:
+
+-  Don't include
+
+-  Include
+
+`HomeOrHoldingBranch <#HomeOrHoldingBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: the library the item was checked out from
+
+Asks: Use the checkout and fines rules of \_\_\_
+
+Values:
+
+-  the library the item is from
+
+   -  This is equivalent to 'home library'
+
+-  the library the item was checked out from
+
+   -  This is equivalent to 'holding library'
+
+Description:
+
+-  This preference does several things.
+
+   -  If `CircControl <#CircControl>`__ is set to 'the library the item
+      is from' then the `circulation and fines
+      policies <#circfinerules>`__ will be determined by the item's
+      library where HomeOrHoldingBranch chooses if item's home library
+      is used or holding library is used.
+
+   -  If `IndependentBranches <#IndependentBranches>`__ is set to
+      'Prevent' then the value of this preference is used in figuring
+      out if the item can be checked out. If the item's home library
+      does not match the logged in library, the item cannot be checked
+      out unless you are a `superlibrarian <#patronpermsdefined>`__.
+
+    **Important**
+
+    It is not recommend that this setting be changed after initial setup
+    of Koha because it will change the behavior of items already checked
+    out.
+
+`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't move
+
+Asks: \_\_\_ items that have the location PROC to the location CART when
+they are checked in.
+
+Values:
+
+-  Don't move
+
+-  Move
+
+Description:
+
+-  This preference is used to manage automatically changing item
+   locations from processing (PROC) to the book cart (CART). A `cron
+   job <#proccartcron>`__ needs to be set to run at specified intervals
+   to age items from CART to the permanent shelving location. (For
+   example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
+   --hours is the amount of time an item should spend on the cart before
+   aging to its permanent location.) More information can be found in
+   the `related chapter <#processinglocations>`__ in this manual.
+
+   -  **Note**
+
+          If the `ReturnToShelvingCart <#ReturnToShelvingCart>`__ system
+          preference is turned on, any newly checked-in item is also
+          automatically put into the shelving cart, to be covered by the
+          same script run.
+
+   -  **Important**
+
+          Checkins with confirmed holds will not go into the shelving
+          cart. If items on the shelving cart are checked out, the cart
+          location will be cleared.
+
+`IssuingInProcess <#IssuingInProcess>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't prevent
+
+Asks: \_\_\_ patrons from checking out an item whose rental charge would
+take them over the limit.
+
+Values:
+
+-  Don't prevent
+
+-  Prevent
+
+Description:
+
+-  This preference determines if a patron can check items out if there
+   is an overdue fine on the account and any of the materials the patron
+   wishes to check out will potentially tip the account balance over the
+   maximum fines policy the library has in place.
+
+Example: Your library has a $5 limit set for 'fines' (ie, after
+incurring $5 in fines, a patron can no longer check out items). A patron
+comes to the desk with 5 items to check out (4 books and a video) The
+patron has $4 in charges already on their account. One of the videos has
+a rental charge of $1, therefore making the total fines on the patron's
+account suddenly $5 (the limit).
+
+`IssueLostItem <#IssueLostItem>`__
+''''''''''''''''''''''''''''''''''
+
+Default: display a message
+
+Asks: When issuing an item that has been marked as lost, \_\_\_.
+
+Values:
+
+-  display a message
+
+   Lost message when checking out
+   |image29|
+
+-  do nothing
+
+   -  This option will just check the item out without notifying you
+      that the item was marked lost.
+
+-  require confirmation
+
+   Confirm checkout of lost item
+   |image30|
+
+Description:
+
+-  This preference lets you define how library staff are notified that
+   an item with a lost status is being checked out. This will help staff
+   mark items as 'available' if you choose to 'display a message' or
+   'require confirmation.' If you choose to 'do nothing,' there will be
+   no notification that the item being checked out is marked as 'lost.'
+
+`ManInvInNoissuesCharge <#ManInvInNoissuesCharge>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Include
+
+Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
+noissuescharge.
+
+Values:
+
+-  Don't include
+
+-  Include
+
+Description:
+
+-  This preference lets you decide if charges entered as manual invoices
+   are included when calculating the
+   `noissuescharge <#noissuescharge>`__. If this is set to include then
+   Koha will include all manual invoices when deciding if the patron
+   owes too much money to check anything else out of the library. If
+   it's set to Don't include then Koha will ignore all manual invoice
+   charges when figuring out if the patron owes too much money to
+   checkout additional materials.
+
+`maxoutstanding <#maxoutstanding>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 5
+
+Asks: Prevent patrons from making holds on the OPAC if they owe more
+than \_\_\_ USD in fines.
+
+`noissuescharge <#noissuescharge>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 5
+
+Asks: Prevent patrons from checking out books if they have more than
+\_\_\_ USD in fines.
+
+Description:
+
+-  This preference is the maximum amount of money owed to the library
+   before the user is banned from borrowing more items. Using the
+   `ManInvInNoissuesCharge <#ManInvInNoissuesCharge>`__ and
+   `RentalsInNoissuesCharge <#RentalsInNoissuesCharge>`__ preferences
+   you can control which types of charges are considered in this total.
+   This also coincides with `maxoutstanding <#maxoutstanding>`__ that
+   limits patrons from placing holds when the maximum amount is owed to
+   the library.
+
+`NoIssuesChargeGuarantees <#NoIssuesChargeGuarantees>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Prevent a patron from checking out if the patron has guarantees
+owing in total more than \_\_\_ USD in fines.
+
+Description:
+
+-  Allows a library to prevent patrons from checking out items if his or
+   her guarantees owe too much in fines.
+
+`NoRenewalBeforePrecision <#NoRenewalBeforePrecision>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: date
+
+Asks: Calculate "No renewal before" based on \_\_\_.
+
+Values:
+
+-  date
+
+-  exact time
+
+    **Note**
+
+    Only relevant for loans calculated in days, hourly loans are not
+    affected.
+
+Description:
+
+-  This preference allows you to control how the 'No renewal before"
+   option in the `Circulation and fine rules <#circfinerules>`__
+   administration area.
+
+`OnSiteCheckouts <#OnSiteCheckouts>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ the on-site checkouts feature.
+
+Values:
+
+-  Disable
+
+-  EnableOnSiteCheckouts
+
+Description:
+
+-  This preference lets you check out items that are 'not for loan' to
+   patrons. A checkbox is added to the checkout screen when this
+   preference is set to 'Enable' labeled 'On-site checkout'. This allows
+   you to track who's using items that are normally not for loan or are
+   in a closed stack setting.
+
+`OnSiteCheckoutsForce <#OnSiteCheckoutsForce>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
+etc.).
+
+Values:
+
+-  Disable
+
+-  Enable
+
+   Force checkouts on restricted patrons
+   |image31|
+
+Description:
+
+-  This preference lets the staff override any restrictions a patron
+   might have and check out items for use within the library. The
+   `OnSiteCheckouts <#OnSiteCheckouts>`__ preference must first be set
+   to 'Enable' for this preference to be considered.
+
+`OverduesBlockCirc <#OverduesBlockCirc>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Ask for confirmation
+
+Asks: \_\_\_ when checking out to a borrower that has overdues
+outstanding
+
+Values:
+
+-  Ask for confirmation
+
+   -  Will not let you check an item out to patrons with overdues until
+      a librarian confirms that it is okay
+
+-  Block
+
+   -  Block all patrons with overdue items from being able to check out
+
+-  Don't block
+
+   -  Allow all patrons with overdue items to continue to check out
+
+`OverduesBlockRenewing <#OverduesBlockRenewing>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: allow renewing
+
+Asks: When a patron's checked out item is overdue, \_\_\_
+
+Values:
+
+-  allow renewing
+
+-  block renewing for all the patron's items
+
+-  block renewing for only this item
+
+`OverdueNoticeBcc <#OverdueNoticeBcc>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Asks: Send all notices as a BCC to this email address \_\_\_
+
+This preference makes it so that a librarian can get a copy of every
+notice sent out to patrons.
+
+    **Note**
+
+    If you'd like more than one person to receive the blind copy you can
+    simply enter in multiple email addresses separated by commas.
+
+    **Note**
+
+    The name of this preference is misleading, it does not only send
+    overdues, but all notices to the BCC address.
+
+`OverdueNoticeCalendar <#OverdueNoticeCalendar>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Ignore calendar
+
+Asks: \_\_\_ when working out the period for overdue notices
+
+Values:
+
+-  Ignore calendar
+
+   -  Notices do not take holidays into account, so they will be sent
+      even if holidays have meant the item is not actually overdue yet
+
+-  Use calendar
+
+   -  Notices take holidays into account, so they will not be sent if
+      holidays mean the item is not actually overdue yet
+
+`PrintNoticesMaxLines <#PrintNoticesMaxLines>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include up to \_\_\_ item lines in a printed overdue notice.
+
+    **Note**
+
+    If the number of items is greater than this number, the notice will
+    end with a warning asking the borrower to check their online account
+    for a full list of overdue items.
+
+    **Note**
+
+    Set to 0 to include all overdue items in the notice, no matter how
+    many there are.
+
+    **Important**
+
+    This preference only refers to the print notices, not those sent via
+    email.
+
+`RenewalPeriodBase <#RenewalPeriodBase>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: the old due date of the checkout
+
+Asks: When renewing checkouts, base the new due date on \_\_\_
+
+Values:
+
+-  the old due date of the checkout
+
+-  the current date
+
+`RenewalSendNotice <#RenewalSendNotice>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't send
+
+Asks: \_\_\_\_ a renewal notice according to patron checkout alert
+preferences.
+
+Values:
+
+-  Don't send
+
+-  Send
+
+Description:
+
+-  If a patron has chosen to receive a check out notice in their
+   messaging preferences and this preference is set to 'Send' then those
+   patrons will also receive a notice when they renew materials. You
+   will want to set up a `new notice <#addnotices>`__ with the code of
+   RENEWAL (if you don't already have it) with custom text for renewing
+   items.
+
+       **Important**
+
+       This preference requires that you have
+       `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+       set to 'Allow'
+
+`RentalsInNoissuesCharge <#RentalsInNoissuesCharge>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Include
+
+Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
+
+Values:
+
+-  Don't include
+
+-  Include
+
+Description:
+
+-  This preference lets you decide if rental charges are included when
+   calculating the `noissuescharge <#noissuescharge>`__. If this is set
+   to include then Koha will include all rental charges when deciding if
+   the patron owes too much money to check anything else out of the
+   library. If it's set to Don't include then Koha will ignore all
+   rental charges when figuring out if the patron owes too much money to
+   checkout additional materials.
+
+`RestrictionBlockRenewing <#RestrictionBlockRenewing>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: If patron is restricted, \_\_\_ renewing of items.
+
+Values:
+
+-  Allow
+
+-  Block
+
+`ReturnBeforeExpiry <#ReturnBeforeExpiry>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't require
+
+Asks: \_\_\_ patrons to return books before their accounts expire (by
+restricting due dates to before the patron's expiration date).
+
+Values:
+
+-  Don't require
+
+-  Require
+
+Description:
+
+-  This is preference may prevent a patron from having items checked out
+   after their library card has expired. If this is set to "Require",
+   then a due date of any checked out item can not be set for a date
+   which falls after the patron's card expiration. If the setting is
+   left "Don't require" then item check out dates may exceed the
+   expiration date for the patron's library card.
+
+`ReturnToShelvingCart <#ReturnToShelvingCart>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't move
+
+Asks: \_\_\_ all items to the location CART when they are checked in.
+
+Values:
+
+-  Don't move
+
+-  Move
+
+Description:
+
+-  More information can be found in the `related
+   chapter <#processinglocations>`__ in this manual.
+
+`StaffSearchResultsDisplayBranch <#StaffSearchResultsDisplayBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: the library the item is held by
+
+Asks: For search results in the staff client, display the branch of
+\_\_\_
+
+Values:
+
+-  the library the item is from
+
+-  the library the items is held by
+
+`TransfersMaxDaysWarning <#TransfersMaxDaysWarning>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 3
+
+Asks: Show a warning on the "Transfers to Receive" screen if the
+transfer has not been received \_\_\_ days after it is sent.
+
+Description:
+
+-  The TransferMaxDaysWarning preference is set at a default number of
+   days. This preference allows for a warning to appear after a set
+   amount of time if an item being transferred between library branches
+   has not been received. The warning will appear in the `Transfers to
+   Receive <#transferstoreceive>`__ report.
+
+`UseBranchTransferLimits & BranchTransferLimitsType <#UseBranchTransferLimits>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Defaults: Don't enforce & collection code
+
+Asks: \_\_\_ branch transfer limits based on \_\_\_
+
+UseBranchTransferLimits Values:
+
+-  Don't enforce
+
+-  Enforce
+
+BranchTransferLimitsType Values:
+
+-  collection code
+
+-  item type
+
+BranchTransferLimitsType Description:
+
+-  This parameter is a binary setting which determines whether items are
+   transferred according to item type or collection code. This value
+   determines how the library manager is able to restrict what items can
+   be transferred between the branches.
+
+`useDaysMode <#useDaysMode>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't include
+
+Asks: Calculate the due date using \_\_\_.
+
+Values:
+
+-  circulation rules only.
+
+-  the calendar to push the due date to the next open day.
+
+-  the calendar to skip all days the library is closed.
+
+Description:
+
+-  This preference controls how scheduled library closures affect the
+   due date of a material. The 'the calendar to skip all days the
+   library is closed' setting allows for a scheduled closure not to
+   count as a day in the loan period, the 'circulation rules only'
+   setting would not consider the scheduled closure at all, and 'the
+   calendar to push the due date to the next open day' would only effect
+   the due date if the day the item is due would fall specifically on
+   the day of closure.
+
+Example:
+
+-  The library has put December 24th and 25th in as closures on the
+   calendar. A book checked out by a patron has a due date of December
+   25th according to the circulation and fine rules. If this preference
+   is set to 'circulation rules only' then the item will remain due on
+   the 25th. If the preference is set to 'the calendar to push the due
+   date to the next open day' then the due date will be December 26th.
+   If the preference is set to 'the calendar to skip all days the
+   library is closed' then the due date will be pushed to the 27th of
+   December to accommodate for the two closed days.
+
+The calendar is defined on a branch by branch basis. To learn more about
+the calendar, check out the '`Calendar & Holidays <#calholidays>`__'
+section of this manual.
+
+`UseTransportCostMatrix <#UseTransportCostMatrix>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
+between branches.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  If the system is configured to use the `Transport cost
+   matrix <#transportcostmatrix>`__ for filling holds, then when
+   attempting to fill a hold, the system will search for the lowest cost
+   branch, and attempt to fill the hold with an item from that branch
+   first. Branches of equal cost will be selected from randomly. The
+   branch or branches of the next highest cost shall be selected from
+   only if all the branches in the previous group are unable to fill the
+   hold.
+
+   The system will use the item's current holding branch when
+   determining whether the item can fulfill a hold using the Transport
+   Cost Matrix.
+
+`Course Reserves <#coursereserveprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`UseCourseReserves <#UseCourseReserves>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ course reserves
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  The `Course Reserves <#coursereserves>`__ module in Koha allows you
+   to temporarily move items to 'reserve' and assign different
+   circulation rules to these items while they are being used for a
+   specific course.
+
+`Fines Policy <#circfinespolicy>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`finesCalendar <#finesCalendar>`__
+''''''''''''''''''''''''''''''''''
+
+Default: not including the days the library is closed
+
+Asks: Calculate fines based on days overdue \_\_\_
+
+Values:
+
+-  directly
+
+-  not including the days the library is closed
+
+Description:
+
+-  This preference will determine whether or not fines will be accrued
+   during instances when the library is closed. Examples include
+   holidays, library in-service days, etc. Choosing "not including the
+   days the library is closed" setting will enable Koha to access its
+   `Calendar <#calholidays>`__ module and be considerate of dates when
+   the library is closed. To make use of this setting the administrator
+   must first access Koha's calendar and mark certain days as "holidays"
+   ahead of time.
+
+The calendar is defined on a branch by branch basis. To learn more about
+the calendar, check out the '`Calendar & Holidays <#calholidays>`__'
+section of this manual.
+
+`FinesIncludeGracePeriod <#FinesIncludeGracePeriod>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Include
+
+Asks: \_\_\_ the grace period when calculating the fine for an overdue
+item.
+
+Values:
+
+-  Don't include
+
+-  Include
+
+Description:
+
+-  This preference lets you control how Koha calculates fines when there
+   is a grace period. If you choose to include the grace period when
+   calculating fines then Koha will charge for the days in the grace
+   period should the item be overdue more than those days. If you choose
+   not to include the grace period then Koha will only charge for the
+   days overdue after the grace period.
+
+`finesMode <#finesMode>`__
+''''''''''''''''''''''''''
+
+Default: Calculate (but only for mailing to the admin)
+
+Asks: \_\_\_ fines
+
+Values:
+
+-  Calculate (but only for mailing to the admin)
+
+-  Calculate and charge
+
+-  Don't calculate
+
+    **Important**
+
+    Requires that you have the fines cron job running
+    (misc/cronjobs/fines.pl)
+
+`RefundLostItemFeeOnReturn <#RefundLostItemFeeOnReturn>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Refund
+
+Asks: \_\_\_ lost item fees charged to a borrower when the lost item is
+returned.
+
+Values:
+
+-  Don't refund
+
+-  Refund
+
+Description:
+
+-  When an item is marked lost in Koha the system charges the patron the
+   replacement fee for the item. This preference lets you control how
+   Koha handles returns of these items. By default when an item that was
+   previously marked lost is checked in Koha refunds the patron the
+   replacement fee. Change this preference to "Don't refund" if you
+   would like Koha to not refund the replacement fee.
+
+`WhenLostChargeReplacementFee <#WhenLostChargeReplacementFee>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Charge
+
+Asks: \_\_\_ the replacement price when a patron loses an item.
+
+Values:
+
+-  Charge
+
+-  Don't charge
+
+Description:
+
+-  This preference lets you tell Koha what to do with an item is marked
+   lost. If you want Koha can 'Charge' the patron the replacement fee
+   listed on the item they lost or it can do nothing in reference to the
+   patron and just mark the item lost in the catalog.
+
+`WhenLostForgiveFine <#WhenLostForgiveFine>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't forgive
+
+Asks: \_\_\_ the fines on an item when it is lost.
+
+Values:
+
+-  Don't forgive
+
+-  Forgive
+
+Description:
+
+-  This preference allows the library to decide if fines are charged in
+   addition to the replacement fee when an item is marked as lost. If
+   this preference is set to 'Forgive' then the patron won't be charged
+   fines in addition to the replacement fee.
+
+`Holds Policy <#circholdspolicy>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowHoldDateInFuture <#AllowHoldDateInFuture>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ hold requests to be placed that do not enter the waiting
+list until a certain future date.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ hold fulfillment to be limited by itemtype.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`AllowHoldsOnDamagedItems <#AllowHoldsOnDamagedItems>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ hold requests to be placed on damaged items.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This parameter is a binary setting which controls whether or not hold
+   requests can be placed on items that are marked as "damaged" (items
+   are marked as damaged by editing subfield 4 on the item record).
+   Setting this value to "Don't allow" will prevent anyone from placing
+   a hold on such items, setting it to "Allow" will allow it. This
+   preference is important because it determines whether or not a patron
+   can place a request for an item that might be in the process of being
+   repaired or not in good condition. The library may wish to set this
+   to "Don't allow" if they were concerned about their patrons not
+   receiving the item in a timely manner or at all (if it is determined
+   that the item is beyond repair). Setting it to "Allow" would allow a
+   patron to place a hold on an item and therefore receive it as soon as
+   it becomes available.
+
+`AllowHoldsOnPatronsPossessions <#AllowHoldsOnPatronsPossessions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_\_ a patron to place a hold on a record where the patron
+already has one or more items attached to that record checked out.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  By setting to "Don't allow," you can prevent patrons from placing
+   holds on items they already have out, thus preventing them from
+   blocking anyone else from getting an item.
+
+`AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to override hold policies when placing holds.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This preference is a binary setting which controls whether or not the
+   library staff can override the circulation and fines rules as they
+   pertain to the placement of holds. Setting this value to "Don't
+   allow" will prevent anyone from overriding, setting it to "Allow"
+   will allow it. This setting is important because it determines how
+   strict the libraries rules for placing holds are. If this is set to
+   "Allow", exceptions can be made for patrons who are otherwise
+   normally in good standing with the library, but there is opportunity
+   for the staff to abuse this function. If it is set to "Don't allow",
+   no abuse of the system is possible, but it makes the system entirely
+   inflexible in respect to holds.
+
+`AllowRenewalIfOtherItemsAvailable <#AllowRenewalIfOtherItemsAvailable>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ a patron to renew an item with unfilled holds if other
+available items can fill that hold.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If this preference is set to 'Allow' then all suspended holds will be
+   able to have a date at after which they automatically become
+   unsuspended. If you have this preference set to 'Allow' you will also
+   need the `Unsuspend Holds <#unsuspendholdcron>`__ cron job running.
+
+    **Important**
+
+    The holds will become unsuspended the date after that entered by the
+    patron.
+
+`canreservefromotherbranches <#canreservefromotherbranches>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ a user from one library to place a hold on an item from
+another library
+
+Description:
+
+-  This preference is a binary setting which determines whether patrons
+   can place holds on items from other branches. If the preference is
+   set to "Allow" patrons can place such holds, if it is set to "Don't
+   allow" they cannot. This is an important setting because it
+   determines if users can use Koha to request items from another
+   branch. If the library is sharing an installation of Koha with other
+   independent libraries which do not wish to allow interlibrary
+   borrowing it is recommended that this parameter be set to "Don't
+   allow".
+
+Values:
+
+-  Allow
+
+-  Don't allow (with `independent branches <#IndependentBranches>`__)
+
+`ConfirmFutureHolds <#ConfirmFutureHolds>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 0
+
+Asks: Confirm future hold requests (starting no later than \_\_\_ days
+from now) at checkin time.
+
+Description:
+
+-  When confirming a hold at checkin time, the number of days in this
+   preference is taken into account when deciding which holds to show
+   alerts for. This preference does not interfere with renewing,
+   checking out or transferring a book.
+
+    **Note**
+
+    This number of days will be used too in calculating the default end
+    date for the Holds to pull-report. But it does not interfere with
+    issuing, renewing or transferring books.
+
+    **Important**
+
+    This preference is only looked at if you're allowing hold dates in
+    the future with `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__
+    or `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
+
+`decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses <#decreaseLoanHighHolds>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
+more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
+when counting items \_\_\_
+
+decreaseLoanHighHolds default: Don't enable
+
+decreaseLoanHighHoldsControl default: on the record
+
+decreaseLoanHighHolds values:
+
+-  Enable
+
+decreaseLoanHighHoldsControl values:
+
+-  over the number of holdable items on the records
+
+-  on the record
+
+decreaseLoanHighHoldsIgnoreStatuses values:
+
+-  [Select All]
+
+-  Damages
+
+-  Lost
+
+-  Not for loan
+
+-  Withdrawn
+
+Description:
+
+-  These preferences let you change the loan length for items that have
+   many holds on them. This will not effect items that are already
+   checked out, but items that are checked out after the
+   decreaseLoanHighHoldsValue is met will only be checked out for the
+   number of days entered in the decreaseLoanHighHoldsDuration
+   preference.
+
+   Warning on checkout
+   |image32|
+
+`DisplayMultiPlaceHold <#DisplayMultiPlaceHold>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ the ability to place holds on multiple biblio from the
+search results
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+`emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ sending an email to the Koha administrator email address
+whenever a hold request is placed.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+Description:
+
+-  This preference enables Koha to email the library staff whenever a
+   patron requests an item to be held. While this function will
+   immediately alert the librarian to the patron's need, it is extremely
+   impractical in most library settings. In most libraries the hold
+   lists are monitored and maintained from a separate interface. That
+   said, many libraries that allow on shelf holds prefer to have this
+   preference turned on so that they are alerted to pull an item from
+   the shelf.
+
+    **Important**
+
+    In order for this email to send you must have a
+    `notice <#notices>`__ template with the code of HOLDPLACED
+
+    **Important**
+
+    This notice will only be sent if the `process\_message\_queue.pl
+    cronjob <#msgqueuecron>`__ being run periodically to send the
+    messages.
+
+`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ holds to expire automatically if they have not been picked
+by within the time period specified in
+`ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If set to 'allow' this will cancel holds that have been waiting for
+   longer than the number of days specified in the
+   `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__ system
+   preference. Holds will only be cancelled if the `Expire Holds cron
+   job <#expiredholdscron>`__ is runnning.
+
+`ExpireReservesMaxPickUpDelayCharge <#ExpireReservesMaxPickUpDelayCharge>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 0
+
+Asks: If using
+`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__, charge
+a borrower who allows his or her waiting hold to expire a fee of \_\_\_
+USD
+
+Description:
+
+-  If you are expiring holds that have been waiting too long you can use
+   this preference to charge the patron for not picking up their hold.
+   If you don't charge patrons for items that aren't picked up you can
+   leave this set to the default which is 0. Holds will only be
+   cancelled and charged if the `Expire Holds cron
+   job <#expiredholdscron>`__ is running.
+
+`ExpireReservesOnHolidays <#ExpireReservesOnHolidays>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ expired holds to be cancelled on days the library is
+closed.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl <#LocalHoldsPriority>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
+the item's \_\_\_
+
+LocalHoldsPriority Values:
+
+-  Don't give
+
+-  Give
+
+LocalHoldsPriorityPatronControl Values:
+
+-  home library
+
+-  pickup library
+
+LocalHoldsPriorityItemControl Values:
+
+-  holding library
+
+-  home library
+
+Description:
+
+-  This feature will allow libraries to specify that, when an item is
+   returned, a local hold may be given priority for fulfillment even
+   though it is of lower priority in the list of unfilled holds.
+
+`maxreserves <#maxreserves>`__
+''''''''''''''''''''''''''''''
+
+Default: 50
+
+Asks: Patrons can only have \_\_\_ holds at once.
+
+`OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to place holds that don't enter the waiting list
+until a certain future date.
+
+Values:
+
+-  Allow
+
+   -  `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__ must also be
+      enabled for this to work
+
+-  Don't allow
+
+`OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ a user to choose the branch to pick up a hold from.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  Changing this preference will not prevent staff from being able to
+   transfer titles from one branch to another to fill a hold, it will
+   only prevent patrons from saying they plan on picking a book up at a
+   branch other than their home branch.
+
+`ReservesControlBranch <#ReservesControlBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: item's home library
+
+Asks: Check the \_\_\_ to see if the patron can place a hold on the
+item.
+
+Values:
+
+-  item's home library.
+
+-  patron's home library.
+
+`ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 7
+
+Asks: Mark a hold as problematic if it has been waiting for more than
+\_\_\_ days.
+
+Description:
+
+-  This preference (based on calendar days, not the `Koha holiday
+   calendar <#calholidays>`__) puts an expiration date on an item a
+   patron has on hold. After this expiration date the staff will have
+   the option to release the unclaimed hold which then may be returned
+   to the library shelf or issued to the next patron on the item's hold
+   list. Items that are 'expired' by this preference are moved to the
+   'Holds Over' tab on the '`Holds Awaiting Pickup <#holdspickup>`__'
+   report.
+
+`ReservesNeedReturns <#ReservesNeedReturns>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't automatically
+
+Asks: \_\_\_ mark holds as found and waiting when a hold is placed
+specifically on them and they are already checked in.
+
+Values:
+
+-  Automatically
+
+-  Don't automatically
+
+Description:
+
+-  This preference refers to 'item specific' holds where the item is
+   currently on the library shelf. This preference allows a library to
+   decide whether an 'item specific' hold is marked as "Waiting" at the
+   time the hold is placed or if the item will be marked as "Waiting"
+   after the item is checked in. This preference will tell the patron
+   that their item is 'Waiting' for them at their library and ready for
+   check out.
+
+`StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight <#holdqueueweight>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+StaticHoldsQueueWeight Default: 0
+
+HoldsQueueSkipClosed Default: open or closed
+
+RandomizeHoldsQueueWeight Default: in that order
+
+Asks: Satisfy holds using items from the libraries \_\_\_ (as
+branchcodes, separated by commas; if empty, uses all libraries) when
+they are \_\_\_ \_\_\_.
+
+HoldsQueueSkipClosed Values:
+
+-  open or closed
+
+-  open
+
+RandomizeHoldsQueueWeight Values:
+
+-  in random order
+
+   -  If StaticHoldsQueueWeight is left at the default Koha will
+      randomize all libraries, otherwise it will randomize the libraries
+      listed.
+
+-  in that order
+
+   -  If StaticHoldsQueueWeight is left at the default then this will
+      use all of your branches in alphabetical order, otherwise it will
+      use the branches in the order that you entered them in the
+      StaticHoldsQueueWeight preference.
+
+Descriptions:
+
+-  These preferences control how the `Holds Queue
+   report <#holdsqueue>`__ is generated using `a cron
+   job <#buildholdscron>`__.
+
+   If you do not want all of your libraries to participate in the
+   on-shelf holds fulfillment process, you should list the the libraries
+   that \*do\* participate in the process here by inputting all the
+   participating library's branchcodes, separated by commas ( e.g.
+   "MPL,CPL,SPL,BML" etc. ).
+
+   By default, the holds queue will be generated such that the system
+   will first attempt to hold fulfillment using items already at the
+   pickup library if possible. If there are no items available at the
+   pickup library to fill a hold, build\_holds\_queue.pl will then use
+   the list of libraries defined in StaticHoldsQueueWeight. If
+   RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
+   script will assign fulfillment requests in the order the branches are
+   placed in the StaticHoldsQueueWeight system preference.
+
+   For example, if your system has three libraries, of varying sizes (
+   small, medium and large ) and you want the burden of holds
+   fulfillment to be on larger libraries before smaller libraries, you
+   would want StaticHoldsQueueWeight to look something like
+   "LRG,MED,SML".
+
+   If you want the burden of holds fulfillment to be spread out equally
+   throughout your library system, simply enable
+   RandomizeHoldsQueueWeight. When this system preference is enabled,
+   the order in which libraries will be requested to fulfill an on-shelf
+   hold will be randomized each time the list is regenerated.
+
+   Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
+   Doing so will cause the build\_holds\_queue script to ignore
+   RandomizeHoldsQueueWeight, causing the script to request hold
+   fulfillment not randomly, but by alphabetical order.
+
+    **Important**
+
+    The `Transport Cost Matrix <#transportcostmatrix>`__ takes
+    precedence in controlling where holds are filled from, if the matrix
+    is not used then Koha checks the StaticHoldsQueueWeight. To use the
+    Transport Cost Matrix simply set your
+    `UseTransportCostMatrix <#UseTransportCostMatrix>`__ preference to
+    'Use'
+
+`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ holds to be suspended from the intranet.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  The holds suspension feature can be turned on and off in the staff
+   client by altering this system preference. If this is set to 'allow'
+   you will want to set the
+   `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ system
+   preference.
+
+`SuspendHoldsOpac <#SuspendHoldsOpac>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ holds to be suspended from the OPAC.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  The holds suspension feature can be turned on and off in the OPAC by
+   altering this system preference. If this is set to 'allow' you will
+   want to set the
+   `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ system
+   preference.
+
+`TransferWhenCancelAllWaitingHolds <#TransferWhenCancelAllWaitingHolds>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't transfer
+
+Asks: \_\_\_ items when cancelling all waiting holds.
+
+Values:
+
+-  Don't transfer
+
+-  Transfer
+
+Description:
+
+-  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
+   branch transfer records are created. Koha will not allow the holds to
+   be transferred, because that would orphan the items at the library
+   where the holds were awaiting pickup, without any further instruction
+   to staff as to what items are at the library or where they need to
+   go. When that system preference set to "Transfer", branch transfers
+   are created, so the holds may be cancelled.
+
+`Interface <#circinterfaceprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowAllMessageDeletion <#AllowAllMessageDeletion>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ staff to delete messages added from other libraries.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`AllowOfflineCirculation <#AllowOfflineCirculation>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do not enable
+
+Asks: \_\_\_ offline circulation on regular circulation computers.
+
+Values:
+
+-  Do not enable
+
+-  Enable
+
+Description:
+
+-  Setting this preference to 'Enable' allows you to use the Koha
+   interface for `offline circulation <#offlinecirc>`__. This system
+   preference does not affect the `Firefox
+   plugin <#firefoxofflinecirc>`__ or the `desktop
+   application <#windowsofflinecirc>`__, any of these three options can
+   be used for offline circulation without effecting the other.
+
+`AudioAlerts <#AudioAlerts>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ audio alerts for events defined in the audio alerts section
+of administration.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+    **Important**
+
+    This feature is not supported by all browsers. Requires an HTML5
+    compliant browser.
+
+`CircAutocompl <#CircAutocompl>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Try
+
+Asks: \_\_\_ to automatically fill in the member when entering a patron
+search on the circulation screen.
+
+Description:
+
+-  This preference is a binary setting which determines whether
+   auto-completion of fields is enabled or disabled for the circulation
+   input field. Setting it to "Try" would enable a staff member to begin
+   typing a name or other value into the field and have a menu pop up
+   with suggestions for completing it. Setting it to "Don't try" would
+   disable this feature. This preference can make staff members' jobs
+   easier or it could potentially slow down the page loading process.
+
+Values:
+
+-  Don't try
+
+-  Try
+
+   When CircAutocompl is turned on search results will appear below the
+   search box
+   |image33|
+
+`CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: open a print quick slip window
+
+Asks: When an empty barcode field is submitted in circulation \_\_\_
+
+Values:
+
+-  clear the screen
+
+-  open a print quick slip window
+
+-  open a print slip window
+
+Description:
+
+-  If this preference is set to open a quick slip
+   (`ISSUEQSLIP <#existingnotices>`__) or open a slip
+   (`ISSUESLIP <#existingnotices>`__) for printing it will eliminate the
+   need for the librarian to click the print button to generate a
+   checkout receipt for the patron they're checking out to. If the
+   preference is set to clear the screen then "checking out" an empty
+   barcode will clear the screen of the patron you were last working
+   with.
+
+`FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't require
+
+Asks: \_\_\_ staff to choose which checkouts to show before running the
+overdues report.
+
+Description:
+
+-  Koha's overdue report shows you all of the overdue items in your
+   library system. If you have a large library system you'll want to set
+   this preference to 'Require' to force those running the report to
+   first limit the data generated to a branch, date range, patron
+   category or other such filter. Requiring that the report be filtered
+   before it's run prevents your staff from running a system heavy
+   report and slowing down other operations in the system.
+
+   Overdue Report Filters
+   |image34|
+
+Values:
+
+-  Don't require
+
+-  Require
+
+`FineNotifyAtCheckin <#FineNotifyAtCheckin>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't notify
+
+Asks: \_\_\_ librarians of overdue fines on the items they are checking
+in.
+
+Values:
+
+-  Don't notify
+
+-  Notify
+
+Description:
+
+-  With this preference set to 'Notify' all books that have overdue
+   fines owed on them will pop up a warning when checking them in. This
+   warning will need to acknowledged before you can continue checking
+   items in. With this preference set to 'Don't notify,' you will still
+   see fines owed on the patron record, you just won't have an
+   additional notification at check in.
+
+   Fine notification at checkin
+   |image35|
+
+`DisplayClearScreenButton <#DisplayClearScreenButton>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ a button to clear the current patron from the screen on the
+circulation screen.
+
+Values:
+
+-  Don't show
+
+   No X in the top right
+   |image36|
+
+-  Show
+
+   X in the top right will clear the screen
+   |image37|
+
+`ExportRemoveFields <#ExportRemoveFields>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The following fields should be excluded from the patron checkout
+history CSV or iso2709 export \_\_\_
+
+Description:
+
+-  This space separated list of fields (e.g. 100a 245b) will
+   automatically be excluded when exporting the patron's current
+   checkout history.
+
+   ExportRemoveFields
+   |image38|
+
+`ExportWithCsvProfile <#ExportWithCsvProfile>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the \_\_\_ CSV profile when exporting patron checkout history
+
+Description:
+
+-  Use this preference to define which `CSV profile <#csvprofiles>`__
+   should be used when exporting patron's current checkout data. Enter
+   the CSV Profile name as the value for this preference. If this
+   preference is left blank you will not be able to export the patron's
+   current checkout summary.
+
+   ExportWithCsvProfile
+   |image39|
+
+`HoldsToPullStartDate <#HoldsToPullStartDate>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 2
+
+Asks: Set the default start date for the Holds to pull list to \_\_\_
+day(s) ago.
+
+Description:
+
+-  The `Holds to Pull <#holdspull>`__ report in circulation defaults to
+   filtering holds placed 2 days ago. This preference allows you to set
+   this default filter to any number of days.
+
+`itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
+entered as a barcode on the checkout page does not turn up any results
+during an item barcode search.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+   Checkout by keyword
+   |image40|
+
+Description:
+
+-  Sometimes libraries want to checkout using something other than the
+   barcode. Enabling this preference will do a keyword search of Koha to
+   find the item you're trying to check out. You can use the call
+   number, barcode, part of the title or anything you'd enter in the
+   keyword search when this preference is enabled and Koha will ask you
+   which item you're trying to check out.
+
+    **Important**
+
+    While you're not searching by barcode a barcode is required on every
+    title you check out. Only titles with barcodes will appear in the
+    search results.
+
+`itemBarcodeInputFilter <#itemBarcodeInputFilter>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't filter
+
+Asks: \_\_\_ scanned item barcodes.
+
+Values:
+
+-  Convert from CueCat format
+
+-  Convert from Libsuite8 form
+
+-  Don't filter
+
+-  EAN-13 or zero-padded UPC-A from
+
+-  Remove spaces from
+
+-  Remove the first number from T-prefix style
+
+   -  This format is common among those libraries migrating from Follett
+      systems
+
+`NoticeCSS <#NoticeCSS>`__
+''''''''''''''''''''''''''
+
+Asks: Include the stylesheet at \_\_\_ on Notices.
+
+    **Important**
+
+    This should be a complete URL, starting with http://
+
+Description:
+
+-  If you would like to style your notices with a consistent set of
+   fonts and colors you can use this preference to point Koha to a
+   stylesheet specifically for your notices.
+
+`numReturnedItemsToShow <#numReturnedItemsToShow>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks : Show the \_\_\_ last returned items on the checkin screen.
+
+`previousIssuesDefaultSortOrder <#previousIssuesDefaultSortOrder>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: earliest to latest
+
+Asks: Sort previous checkouts on the circulation page from \_\_\_ due
+date.
+
+Values:
+
+-  earliest to latest
+
+-  latest to earliest
+
+`RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't record
+
+Asks: \_\_\_ local use when an unissued item is checked in.
+
+Values:
+
+-  Don't record
+
+-  Record
+
+Description:
+
+-  When this preference is set to "Don't record" you can record local
+   use of items by checking items out to the statistical patron. With
+   this preference set to "Record" you can record local use by checking
+   out to the statistical patron and/or by checking in a book that is
+   not currently checked out.
+
+`ShowAllCheckins <#ShowAllCheckins>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Do not show
+
+Asks: \_\_\_ all items in the "Checked-in items" list, even items that
+were not checked out.
+
+Values:
+
+-  Do not show
+
+-  Show
+
+Description:
+
+-  When items that are not currently checked out are checked in they
+   don't show on the list of checked in items. This preference allows
+   you to choose how you'd like the log of checked in items displays.
+
+`SpecifyDueDate <#SpecifyDueDate>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to specify a due date for a checkout.
+
+Due dates are calculated using your circulation and fines rules, but
+staff can override that if you allow them to specify a due date at
+checkout.
+
+Description:
+
+-  This preference allows for circulation staff to change a due date
+   from the automatic due date to another calendar date. This option
+   would be used for circumstances in which the due date may need to be
+   decreased or extended in a specific circumstance. The "Allow" setting
+   would allow for this option to be utilized by staff, the "Don't
+   allow" setting would bar staff from changing the due date on
+   materials.
+
+Values:
+
+-  Allow
+
+   Specify Due Date Box Shows
+   |image41|
+
+-  Don't allow
+
+   Specify Due Date Box Doesn't Show
+   |image42|
+
+`SpecifyReturnDate <#SpecifyReturnDate>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ staff to specify a return date for a check in.
+
+Values:
+
+-  AllowAllow return date edits
+
+-  Don't allowDon't allow return date edits
+
+Description:
+
+-  This preference lets you decide if staff can specify an arbitrary
+   return date when checking in items.
+
+`todaysIssuesDefaultSortOrder <#todaysIssuesDefaultSortOrder>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: latest to earliest
+
+Asks: Sort today's checkouts on the circulation page from \_\_\_ due
+date.
+
+Values:
+
+-  earliest to latest
+
+-  latest to earliest
+
+`UpdateTotalIssuesOnCirc <#UpdateTotalIssuesOnCirc>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do not
+
+Asks: \_\_\_ update a bibliographic record's total issues count whenever
+an item is issued
+
+Values:
+
+-  Do
+
+       **Important**
+
+       This increases server load significantly; if performance is a
+       concern, use the `cron job <#updateissuescron>`__ to update the
+       total issues count instead.
+
+-  Do not
+
+Description:
+
+-  Koha can track the number of times and item is checked out and store
+   that on the item record in the database. This information is not
+   stored by default. Setting this preference to 'Do' will tell Koha to
+   track that info everytime the item is checked out in real time.
+   Otherwise you could use the `cron job <#updateissuescron>`__ to have
+   Koha update that field nightly.
+
+`WaitingNotifyAtCheckin <#WaitingNotifyAtCheckin>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't notify
+
+Asks: \_\_\_ librarians of waiting holds for the patron whose items they
+are checking in.
+
+Values:
+
+-  Don't notify
+
+-  Notify
+
+   Notification that a hold is waiting
+   |image43|
+
+Description:
+
+-  When checking in books you can choose whether or not to have a notice
+   pop up if the patron who returned the book has a hold waiting for
+   pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
+   time a hold is found for the patron who had the book out last a
+   message will appear on your check in screen.
+
+`Self Checkout <#circscoprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowSelfCheckReturns <#AllowSelfCheckReturns>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to return items through web-based self checkout
+system.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This preference is used to determine if you want patrons to be
+   allowed to return items through your self check machines. By default
+   Koha's self check interface is simply for checking items out.
+
+`AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass <#AutoSelfCheckAllowed>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+    **Important**
+
+    Most libraries will want to leave this set to 'Don't allow.' This
+    preference turns off the requirement to log into the self checkout
+    machine with a staff username and password by storing the username
+    and password for automatic login.
+
+AutoSelfCheckAllowed Default: Don't allow
+
+Asks: \_\_\_ the web-based self checkout system to automatically login
+with this staff login \_\_\_ and this password \_\_\_ .
+
+AutoSelfCheckAllowed Values:
+
+-  Allow
+
+-  Don't allow
+
+AutoSelfCheckID Value:
+
+-  The username of a staff patron with 'circulate'
+   `permissions <#patronpermissions>`__.
+
+AutoSelfCheckPass Value:
+
+-  The password of a staff patron with 'circulate'
+   `permissions <#patronpermissions>`__.
+
+`SCOUserCSS <#SCOUserCSS>`__
+''''''''''''''''''''''''''''
+
+Asks: Include the following CSS on all pages in the web-based self
+checkout
+
+Description:
+
+-  The CSS entered in this preference will be used on all of your Koha
+   self checkout screens.
+
+`SCOUserJS <#SCOUserJS>`__
+''''''''''''''''''''''''''
+
+Asks: Include the following JavaScript on all pages in the web-based
+self checkout
+
+Description:
+
+-  The JavaScript entered in this preference will effect all of your
+   Koha self checkout screens.
+
+`SelfCheckHelpMessage <#SelfCheckHelpMessage>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include the following HTML in the Help page of the web-based self
+checkout system
+
+Description:
+
+-  Clicking the 'Help' link in the top right of the self checkout
+   interface opens up a three step process for using the self check
+   interface. Adding HTML to this system preference will print that
+   additional help text above what's already included.
+
+`SelfCheckoutByLogin <#SelfCheckoutByLogin>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Barcode
+
+Asks: Have patrons login into the web-based self checkout system with
+their \_\_\_
+
+Values:
+
+-  Barcode
+
+   Self Checkout Patron Card Number
+   |image44|
+
+-  Username and password
+
+   Shelf checkout by login
+   |image45|
+
+Description:
+
+-  This preference lets you decide how your patrons will log in to the
+   self checkout machine. Barcode is the patron's card number and their
+   username and password is set using the opac/staff username and
+   password fields on the patron record.
+
+`SelfCheckReceiptPrompt <#SelfCheckReceiptPrompt>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ the print receipt popup dialog when self checkout is
+finished.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference controls whether a prompt shows up on the web based
+   self check out when the patron clicks the 'Finish' button.
+
+`SelfCheckTimeout <#SelfCheckTimeout>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: 120
+
+Asks: Time out the current patron's web-based self checkout system login
+after \_\_\_ seconds.
+
+Description:
+
+-  After the machine is idle for the time entered in this preference the
+   self check out system will log out the current patron and return to
+   the starting screen.
+
+`ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ the patron's picture (if one has been added) when they use
+the web-based self checkout.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+`WebBasedSelfCheck <#WebBasedSelfCheck>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ the web-based self checkout system.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+Enabling this preference will allow access to the `self
+checkout <#selfcheckout>`__ module in Koha.
+
+`Enhanced Content <#enhancedcontent>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Enhanced Content
+
+    **Important**
+
+    Always read the terms of service associated with external data
+    sources to be sure that you are using the products within the
+    allowed limits.
+
+    **Note**
+
+    You cannot have more than one service for cover images (including
+    local cover images) set up. If you set up more than one you will get
+    multiple cover images. Instead choose only one source for cover
+    images.
+
+`All <#frbrenhancedprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`FRBRizeEditions <#FRBRizeEditions>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ other editions of an item on the staff client
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   Editions tab in staff client
+   |image46|
+
+Description:
+
+-  Using the rules set forth in the Functional Requirements for
+   Bibliographic records, this option, when enabled, pulls all editions
+   of the same title available in your collection regardless of material
+   type. Items will appear under an 'Editions' tab on the detail page
+   for the title in question.. According to *Libraries Unlimited's
+   Online Dictionary for Library and Information Science*
+   (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
+   records of similar materials. FRBRization brings together entities
+   (sets of Works, Expressions, or Manifestations), rather than just
+   sets of Items. It can aid patrons in selecting related items,
+   expressions, and manifestations that will serve their needs. When it
+   is set to "Show", the OPAC will query one or more ISBN web services
+   for associated ISBNs and display an Editions tab on the details
+   pages. Once this preference is enabled, the library must select one
+   of the ISBN options (`ThingISBN <#ThingISBN>`__ and/or
+   `XISBN <#XISBN>`__). This option is only for the Staff Client; the
+   `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ option must be enabled
+   to have the Editions tab appear on the OPAC.
+
+    **Important**
+
+    Requires that you turn on one or more of the ISBN services
+    (`ThingISBN <#ThingISBN>`__ and/or `XISBN <#XISBN>`__)
+
+`OPACFRBRizeEditions <#OPACFRBRizeEditions>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ other editions of an item on the OPAC.
+
+Description:
+
+-  Using the rules set forth in the Functional Requirements for
+   Bibliographic records, this option, when enabled, pulls all editions
+   of the same title available in your collection regardless of material
+   type. Items will appear under an 'Editions' tab on the detail page
+   for the title in question.. According to *Libraries Unlimited's
+   Online Dictionary for Library and Information Science*
+   (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
+   records of similar materials. FRBRization brings together entities
+   (sets of Works, Expressions, or Manifestations), rather than just
+   sets of Items. It can aid patrons in selecting related items,
+   expressions, and manifestations that will serve their needs. When it
+   is set to "Show", the OPAC will query one or more ISBN web services
+   for associated ISBNs and display an Editions tab on the details
+   pages. Once this preference is enabled, the library must select one
+   of the ISBN options (`ThingISBN <#ThingISBN>`__ and/or
+   `XISBN <#XISBN>`__). This option is only for the OPAC; the
+   `FRBRizeEditions <#FRBRizeEditions>`__ option must be turned "On" to
+   have the Editions tab appear on the Staff Client.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   Editions tab in the OPAC
+   |image47|
+
+This preference pulls all editions of the same title available in your
+collection regardless of material type. Items will appear under an
+'Editions' tab on the detail page for the title in question.
+
+    **Important**
+
+    Requires that you turn on one or more of the ISBN services
+    (`ThingISBN <#ThingISBN>`__ and/or `XISBN <#XISBN>`__)
+
+`Amazon <#amazonprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AmazonAssocTag <#AmazonAssocTag>`__
+''''''''''''''''''''''''''''''''''''
+
+Asks: Put the associate tag \_\_\_ on links to Amazon.
+
+    **Note**
+
+    This can net your library referral fees if a patron decides to buy
+    an item after clicking through to Amazon from your site.
+
+Description:
+
+-  An Amazon Associates Tag allows a library to earn a percentage of all
+   purchases made on Amazon when a patron accesses Amazon's site via
+   links on the library's website. More information about the Amazon
+   Associates program is available at Amazon's Affiliate Program's
+   website, https://affiliate-program.amazon.com/. Before a tag can be
+   obtained, however, the library must first apply for an Amazon Web
+   Services (AWS) account. Applications are free of charge and can be
+   made at http://aws.amazon.com. Once an AWS account has been
+   established, the library can then obtain the Amazon Associates Tag.
+
+Sign up at: https://affiliate-program.amazon.com/
+
+`AmazonCoverImages <#AmazonCoverImages>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ cover images from Amazon on search results and item detail
+pages on the staff interface.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference makes it possible to either allow or prevent Amazon
+   cover images from being displayed in the Staff Client. Cover images
+   are retrieved by Amazon, which pulls the content based on the first
+   ISBN number in the item's MARC record. Amazon offers this service
+   free of charge. If the value for this preference is set to "Show",
+   the cover images will appear in the Staff Client, and if it is set to
+   "Don't show", the images will not appear. Finally, if you're using
+   Amazon cover images, all other cover image services must be disabled.
+   If they are not disabled, they will prevent AmazonCoverImages from
+   functioning properly.
+
+`AmazonLocale <#AmazonLocale>`__
+''''''''''''''''''''''''''''''''
+
+Default: American
+
+Asks: Use Amazon data from its \_\_\_ website.
+
+Value:
+
+-  American
+
+-  British
+
+-  Canadian
+
+-  French
+
+-  German
+
+-  Japanese
+
+`OPACAmazonCoverImages <#OPACAmazonCoverImages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ cover images from Amazon on search results and item detail
+pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference makes it possible to either allow or prevent Amazon
+   cover images from being displayed in the OPAC. Cover images are
+   retrieved by Amazon, which pulls the content based on the first ISBN
+   number in the item's MARC record. Amazon offers this service free of
+   charge. If the value for this preference is set to "Show", the cover
+   images will appear in the OPAC, and if it is set to "Don't show", the
+   images will not appear. Finally, if you're using Amazon cover images,
+   all other cover image services must be disabled. If they are not
+   disabled, they will prevent AmazonCoverImages from functioning
+   properly.
+
+`Babelthèque <#Babelthequeprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`Babeltheque <#Babeltheque>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ include information (such as reviews and citations) from
+Babelthèque in item detail pages on the OPAC.
+
+Description:
+
+-  This preference makes it possible to display a Babeltheque tab in the
+   OPAC, allowing patrons to access tags, reviews, and additional title
+   information provided by Babeltheque. The information which
+   Babeltheque supplies is drawn from the French language-based
+   `Babelio.com <http://www.babelio.com/>`__, a French service similar
+   to LibraryThing for Libraries. More information about Babeltheque is
+   available through its website,
+   `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
+   Libraries that wish to allow access to this information must first
+   register for the service at http://www.babeltheque.com. Please note
+   that this information is only provided in French.
+
+Values:
+
+-  Do
+
+   Data from Babelthèque on the bib record
+   |image48|
+
+-  Don't
+
+`Babeltheque\_url\_js <#Babeltheque_url_js>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ Defined the url for the Babeltheque javascript file (eg.
+http://www.babeltheque.com/bw\_XX.js)
+
+`Babeltheque\_url\_update <#Babeltheque_url_update>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ Defined the url for the Babeltheque update periodically
+(eq. http://www.babeltheque.com/.../file.csv.bz2).
+
+`Baker & Taylor <#btcontentprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+    **Important**
+
+    This is a pay service, you must contact Baker & Taylor to subscribe
+    to this service before setting these options.
+
+`BakerTaylorEnabled <#BakerTaylorEnabled>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
+staff client. This requires that you have entered in a username and
+password (which can be seen in image links).
+
+Values:
+
+-  Add
+
+-  Don't add
+
+Description:
+
+-  This preference makes it possible to display Baker & Taylor content
+   (book reviews, descriptions, cover images, etc.) in both the Staff
+   Client and the OPAC. Libraries that wish to display Baker & Taylor
+   content must first register and pay for this service with Baker &
+   Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
+   sure to turn off other cover and review services to prevent
+   interference.
+
+    **Important**
+
+    To use this you will need to also set the `BakerTaylorUsername &
+    BakerTaylorPassword <#btuserpass>`__ system preferences
+
+`BakerTaylorBookstoreURL <#BakerTaylorBookstoreURL>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Baker and Taylor "My Library Bookstore" links should be accessed
+at https:// \_\_\_ isbn
+
+Description:
+
+-  Some libraries generate additional funding for the library by selling
+   books and other materials that are purchased from or have been
+   previously leased from Baker & Taylor. These materials can be
+   accessed via a link on the library's website. This service is often
+   referred to as "My Library Bookstore." In order to participate in
+   this program, the library must first register and pay for the service
+   with Baker & Taylor. Additional information about this and other
+   services provided by Baker & Taylor is available at the Baker &
+   Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
+   preference establishes the URL in order to link to the library's
+   Baker & Taylor-backed online bookstore, if such a bookstore has been
+   established. The default for this field is left blank; if no value is
+   entered, the links to My Library Bookstore will remain inactive. If
+   enabling this preference, enter the library's Hostname and Parent
+   Number in the appropriate location within the URL. The "key" value
+   (key=) should be appended to the URL, and https:// should be
+   prepended.
+
+This should be filled in with something like
+koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
+
+    **Note**
+
+    Leave it blank to disable these links.
+
+    **Important**
+
+    Be sure to get this information from Baker & Taylor when
+    subscribing.
+
+`BakerTaylorUsername & BakerTaylorPassword <#btuserpass>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
+
+Descriptions:
+
+-  This setting in only applicable if the library has a paid
+   subscription to the external Content Café service from Baker &
+   Taylor. Use the box provided to enter in the library's Content Café
+   username and password. Also, ensure that the
+   `BakerTaylorBookstoreURL <#BakerTaylorBookstoreURL>`__ and
+   `BakerTaylorEnabled <#BakerTaylorEnabled>`__ settings are properly
+   set. The Content Café service is a feed of enhanced content such as
+   cover art, professional reviews, and summaries that is displayed
+   along with Staff Client/OPAC search results. For more information on
+   this service please see the Baker & Taylor website:
+   http://www.btol.com
+
+    **Important**
+
+    Be sure to get this information from Baker & Taylor when
+    subscribing.
+
+`Coce Cover images cache <#coceimages>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Coce is a remote image URL cache. With this option, cover images are not
+fetched directly from Amazon, Google, and so on. Their URLs are
+requested via a web service to Coce which manages a cache of URLs.
+
+`Coce <#Coce>`__
+''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ a Coce image cache service.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+Description:
+
+-  Coce has many benefits when it comes to choosing and displaying cover
+   images in Koha:
+
+   -  If a book cover is not available from a provider, but is available
+      from another one, Koha will be able to display a book cover, which
+      isn't the case now
+
+   -  Since URLs are cached, it isn't necessary for each book cover to
+      request, again and again, the provider, and several of them if
+      necessary.
+
+   -  Amazon book covers are retrieved with Amazon Product Advertising
+      API, which means that more covers are retrieved (ISBN13).
+
+       **Important**
+
+       Coce does not come bundled with Koha. Your Koha install with not
+       already have a Coce server set up. Before enabling this
+       functionality you will want to be sure to have a Coce server set
+       up. Instructions on installing and setting up Coce can be found
+       on the official github page at https://github.com/fredericd/coce.
+
+`CoceHost <#CoceHost>`__
+''''''''''''''''''''''''
+
+Asks: Coce server URL \_\_\_
+
+Description:
+
+-  This will be the full URL (starting with http://) to your Coce
+   server.
+
+`CoceProviders <#CoceProviders>`__
+''''''''''''''''''''''''''''''''''
+
+Asks: Use the following providers to fetch the covers \_\_\_
+
+Values:
+
+-  [Select all]
+
+-  Amazon Web Services
+
+-  Google Books
+
+-  Open Library
+
+Description:
+
+-  The providers chosen here will be used to gather cover images for
+   display in your Koha catalog.
+
+`Google <#googleprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`GoogleJackets <#GoogleJackets>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ cover images from Google Books to search results and item
+detail pages on the OPAC.
+
+Values:
+
+-  Add
+
+-  Don't add
+
+Description:
+
+-  This setting controls the display of applicable cover art from the
+   free Google Books database, via the Google Books API. Please note
+   that to use this feature, all other cover services should be turned
+   off.
+
+`HTML5 Media <#html5>`__
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+`HTML5MediaEnabled <#HTML5MediaEnabled>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: not at all
+
+Asks: Show a tab with a HTML5 media player for files catalogued in field
+856 \_\_\_
+
+Values:
+
+-  in OPAC and staff client
+
+-  in the OPAC
+
+   HTML5 Media in the OPAC
+   |image49|
+
+-  in the staff client
+
+   HTML5 Media in the staff client
+   |image50|
+
+-  not at all
+
+Description:
+
+-  If you have media elements in the 856 of your MARC record this
+   preference can run/show those media files in a separate tab using
+   HTML5.
+
+`HTML5MediaExtensions <#HTML5MediaExtensions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: webm\|ogg\|ogv\|oga\|vtt
+
+Asks: Media file extensions \_\_\_
+
+Description:
+
+-  Enter in file extensions separated with bar (\|)
+
+`HTML5MediaYouTube <#HTML5MediaYouTube>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Don't embed
+
+    **Important**
+
+    To turn this on first enable
+    `HTML5MediaEnabled <#HTML5MediaEnabled>`__
+
+Asks: \_\_\_ YouTube links as videos.
+
+Values:
+
+-  Don't embed
+
+-  Embed
+
+Description:
+
+-  This preference will allow MARC21 856$u that points to YouTube to
+   appear as a playable video on the pages defined in
+   `HTML5MediaEnabled <#HTML5MediaEnabled>`__.
+
+`IDreamLibraries <#IDreamLibraries>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
+critics to help you discover the very best of what's coming out each
+week. These preferences let you integrated content from
+`IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
+
+    **Note**
+
+    This is a new website and has limited content, so you may only see
+    these features on new popular titles until the database grows some
+    more.
+
+`IDreamBooksReadometer <#IDreamBooksReadometer>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
+IDreamBooks.com to the OPAC details page.
+
+Values:
+
+-  Add
+
+   Readometer on the details page
+   |image51|
+
+-  Don't add
+
+`IDreamBooksResults <#IDreamBooksResults>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
+
+Values:
+
+-  Add
+
+   iDreamBooks rating on search results
+   |image52|
+
+-  Don't add
+
+`IDreamBooksReviews <#IDreamBooksReviews>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
+aggregated by IDreamBooks.com.
+
+Values:
+
+-  Add
+
+   Reviews tab on the detail page
+   |image53|
+
+-  Don't add
+
+`LibraryThing <#librarythingprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+LibraryThing for Libraries is a pay service. You must first contact
+LibraryThing directly for pricing and subscription information. Learn
+more at http://www.librarything.com/forlibraries. Also, for further
+configuration instructions please see the LibraryThing Wiki:
+http://www.librarything.com/wiki/index.php/Koha
+
+`LibraryThingForLibrariesEnabled <#LibraryThingForLibrariesEnabled>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
+Libraries on item detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This setting is only applicable if the library has a paid
+   subscription to the external LibraryThing for Libraries service. This
+   service can provide patrons with the display of expanded information
+   on catalog items such as book recommendations. It also can offer
+   advanced features like tagged browsing, patron written reviews, and a
+   virtual library display accessed from the details tab.
+
+    **Important**
+
+    If this is set to 'show' you will need to enter a value in the
+    '`LibraryThingForLibrariesID <#LibraryThingForLibrariesID>`__'
+    system preference.
+
+`LibraryThingForLibrariesID <#LibraryThingForLibrariesID>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Access Library Thing for Libraries using the customer ID \_\_\_
+
+Description:
+
+-  This setting is only applicable if the library has a paid
+   subscription to the external LibraryThing for Libraries service. Use
+   the box provided to enter in the library's LibraryThing for Libraries
+   ID as provided to the library by LibraryThing. The ID number is a
+   series of numbers in the form ###-#########, and can be found on the
+   library's account page at LibraryThing for Libraries. This service
+   can provide patrons with the display of expanded information on
+   catalog items such as book recommendations and cover art. It also can
+   offer advanced features like tagged browsing, patron written reviews,
+   and a virtual library display accessed from the details tab.
+
+`LibraryThingForLibrariesTabbedView <#LibraryThingForLibrariesTabbedView>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: in line with bibliographic information
+
+Asks: Show Library Thing for Libraries content \_\_\_
+
+Values:
+
+-  in line with bibliographic information
+
+-  in tabs
+
+Description:
+
+-  This setting is only applicable if the library has a paid
+   subscription to the external LibraryThing for Libraries service. This
+   service can provide patrons with the display of expanded information
+   on catalog items such as book recommendations and cover art. It also
+   can offer advanced features like tagged browsing, patron written
+   reviews, and a virtual library display accessed from the details tab.
+
+`ThingISBN <#ThingISBN>`__
+''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ the ThingISBN service to show other editions of a title
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  Set to 'Use' to display an "Editions" tab on the item's detail page.
+   Editions are listed, complete with cover art (if you have one of the
+   cover services enabled) and bibliographic information. The feed comes
+   from LibraryThing's ThingISBN web service. This is a free service to
+   non-commercial sites with fewer than 1,000 requests per day.
+
+    **Important**
+
+    Requires `FRBRizeEditions <#FRBRizeEditions>`__ and/or
+    `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to 'show'
+
+    **Important**
+
+    This is separate from Library Thing for Libraries and does not have
+    a cost associated with it.
+
+`Local Cover Images <#localimages>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowMultipleCovers <#AllowMultipleCovers>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ multiple images to be attached to each bibliographic
+record.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If this preference is set to 'Allow' then you can upload multiple
+   images that will appear in the images tab on the bib record in the
+   OPAC and the staff client. This preference requires that either one
+   or both `LocalCoverImages <#LocalCoverImages>`__ and
+   `OPACLocalCoverImages <#OPACLocalCoverImages>`__ are set to
+   'Display.'
+
+   Multiple cover images
+   |image54|
+
+`LocalCoverImages <#LocalCoverImages>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ local cover images on intranet search and details pages.
+
+Values:
+
+-  Display
+
+-  Don't display
+
+Description:
+
+-  Setting this preference to 'Display' allows you to upload your own
+   cover images to bib records and display them on the detail page in
+   the staff client. At this time the cover will only show under the
+   'Images' tab on the holdings table on the detail display, not next to
+   the title at the top left or on the search results.
+
+`OPACLocalCoverImages <#OPACLocalCoverImages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ local cover images on OPAC search and details pages.
+
+Values:
+
+-  Display
+
+-  Don't display
+
+Description:
+
+-  Setting this preference to 'Display' allows you to upload your own
+   cover images to bib records and display them on the detail page and
+   search results in the OPAC.
+
+`Novelist Select <#novelistselect>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Novelist Select is not a free service. Contact your Ebsco representitive
+to get your log in information to embed this content in the OPAC.
+
+    **Important**
+
+    Novelist Select does not include cover images for the search results
+    and bibliographic detail pages. You can choose any other cover image
+    service for this content or you can contract with Ebsco to get
+    access to the `Baker & Taylor Content Cafe <#btcontentprefs>`__ for
+    an added fee.
+
+`NovelistSelectEnabled <#NovelistSelectEnabled>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ Novelist Select content to the OPAC.
+
+Values:
+
+-  Add
+
+-  Don't add
+
+    **Important**
+
+    Enabling this requires that you have entered in a user profile and
+    password in the `NovelistSelectProfile &
+    NovelistSelectPassword <#NovelistSelectProfile>`__ preferences
+
+Description:
+
+-  Novelist Select from Ebsco is a subscription service that can provide
+   additional content in the OPAC.
+
+`NovelistSelectProfile & NovelistSelectPassword <#NovelistSelectProfile>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Access Novelist Select using user profile \_\_\_ and password
+\_\_\_.
+
+    **Important**
+
+    This information will be visible if someone views the source code on
+    your OPAC.
+
+Description:
+
+-  Novelist Select from Ebsco is a subscription service that can provide
+   additional content in the OPAC.
+
+`NovelistSelectView <#NovelistSelectView>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: in an OPAC tab
+
+Asks: Display Novelist Select content \_\_\_
+
+Description:
+
+-  Novelist Select provides a lot of content, for that reason you have
+   four choices of where to display this content. The default view is in
+   a tab in the holdings table.
+
+   Novelist Select in a tab
+   |image55|
+
+   The content is the same if you choose to show it above the holdings
+   table or below it. If shown in the right column of the page it's the
+   same content, but displays a bit differently since space is limited.
+
+   Novelist Select on the side
+   |image56|
+
+Values:
+
+-  above the holdings table
+
+-  below the holdings table
+
+-  in an OPAC tab
+
+-  under the Save Record dropdown on the right
+
+`OCLC <#oclcprefs>`__
+^^^^^^^^^^^^^^^^^^^^^
+
+`XISBN <#XISBN>`__
+''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
+
+Description:
+
+-  Set to 'Use' to display an "Editions" tab on the item's detail page.
+   Editions are listed, complete with cover art and bibliographic
+   information. The feed comes from OCLC's xISBN web service. The feed
+   limit for non-commercial sites is 1000 requests per day.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+    **Important**
+
+    Requires `FRBRizeEditions <#FRBRizeEditions>`__ and/or
+    `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to 'show'
+
+`OCLCAffiliateID <#OCLCAffiliateID>`__
+''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
+
+Description:
+
+-  This setting is only applicable if the library has an OCLC Affiliate
+   ID. This allows WorldCat searching in the OPAC via the XISBN
+   programming interface. Simply enter the library's OCLC Affiliate ID
+   in the box provided. Please note that using this data is only
+   necessary if `FRBRizeEditions <#FRBRizeEditions>`__ and/or
+   `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ and `XISBN <#XISBN>`__
+   settings are enabled. For more information on this service please
+   visit the OCLC website:
+   http://www.worldcat.org/affiliate/default.jsp.
+
+    **Important**
+
+    Unless you have signed up for an ID with OCLC, you are limited to
+    1000 requests per day. Available at:
+    http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
+
+`XISBNDailyLimit <#XISBNDailyLimit>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: 999
+
+Asks: Only use the xISBN service \_\_\_ times a day.
+
+    **Important**
+
+    Unless you have signed up for an ID with OCLC, you are limited to
+    1000 requests per day. Available at:
+    http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
+
+`Open Library <#OpenLibraryPrefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`OpenLibraryCovers <#OpenLibraryCovers>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ cover images from Open Library to search results and item
+detail pages on the OPAC.
+
+Values:
+
+-  Add
+
+-  Don't add
+
+Description:
+
+-  This setting controls the display of applicable cover art from the
+   free Open Library database, via the Open Library API. Please note
+   that to use this feature, all other cover services should be turned
+   off.
+
+`OpenLibrarySearch <#OpenLibrarySearch>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ search results from Open Library on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  ShowOpen Library results
+
+`Overdrive <#overdriveprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+OverDrive is an pay service. You must first contact OverDrive directly
+for pricing and subscription information. Enabling this service will
+integrate Overdrive results in to your OPAC searches. You will have to
+apply for these 3 pieces of information through an application as an API
+developer. Overdrive API applications are evaluated once a week so you
+may not be able to use this feature immediately after signing up. To
+learn more please contact your OverDrive representative.
+
+Overdrive results
+|image57|
+
+`OverDriveClientKey and OverDriveClientSecret <#OverDriveClientKey>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include OverDrive availability information with the client key
+\_\_ and client secret \_\_\_
+
+Description:
+
+-  OverDrive customers can get this information by visiting the
+   `OverDrive Developer
+   Portal <https://developer.overdrive.com/docs/getting-started>`__ and
+   following the instructions found there to apply as an API developer.
+   Once this data and the `OverDriveLibraryID <#OverDriveLibraryID>`__
+   are populated you will see OverDrive results on your OPAC searches.
+
+`OverDriveLibraryID <#OverDriveLibraryID>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show items from the OverDrive catalog of library # \_\_\_
+
+Description:
+
+-  OverDrive customers can get this information by visiting the
+   `OverDrive Developer
+   Portal <https://developer.overdrive.com/docs/getting-started>`__ and
+   following the instructions found there to apply as an API developer.
+   Once this data and the `OverDriveClientKey and
+   OverDriveClientSecret <#OverDriveClientKey>`__ are populated you will
+   see OverDrive results on your OPAC searches.
+
+`Plugins <#pluginprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`UseKohaPlugins <#UseKohaPlugins>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't enable
+
+Asks: \_\_\_ the ability to use Koha Plugins.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+    **Note**
+
+    The plugin system must also be enabled in the Koha configuration
+    file to be fully enabled. Learn more in the `Plugins
+    chapter <#pluginsystem>`__.
+
+`Syndetics <#Syndeticsprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Syndetics is a pay service. You must first contact Syndetics directly
+for pricing and subscription information.
+
+`SyndeticsEnabled <#SyndeticsEnabled>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ content from Syndetics.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  When this option is enabled any of the Syndetics options can be used.
+
+    **Important**
+
+    Requires that you enter your
+    `SyndeticsClientCode <#SyndeticsClientCode>`__ before this content
+    will appear.
+
+`SyndeticsClientCode <#SyndeticsClientCode>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the client code \_\_\_ to access Syndetics.
+
+Description:
+
+-  Once the library signs up for Syndetics' services, Syndetics will
+   provide the library with an access code. (Visit the Syndetics
+   homepage at http://www.bowker.com/syndetics/ for more information.)
+   This is the code that must be entered to access Syndetics'
+   subscription services. Syndetics is a paid subscription service. This
+   value must be entered before
+   `SyndeticsEditions <#SyndeticsEditions>`__ can be enabled. If the
+   code is lost, corrupted, or forgotten, a new one can be obtained from
+   http://www.bowker.com/syndetics/.
+
+    **Important**
+
+    You will need to get your client code directly from Syndetics.
+
+`SyndeticsCoverImages & SyndeticsCoverImageSize <#SyndeticsCoverImages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+SyndeticsCoverImages Default: Don't show
+
+SyndeticsCoverImageSize Default: medium
+
+Asks: \_\_\_ cover images from Syndetics on search results and item
+detail pages on the OPAC in a \_\_\_ size.
+
+Descriptions:
+
+-  When enabled, SyndeticsCoverImages, allows libraries to display
+   Syndetics' collection of full-color cover images for books, videos,
+   DVDs and CDs on their OPAC. For each book or item that comes up
+   during a user search, the cover image for that title will be
+   displayed. Since these cover images come in three sizes, the optimum
+   size must be selected using the SyndeticsCoverImageSize preference
+   after SyndeticsCoverImages are enabled. Syndetics cover images come
+   in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
+   pixels). Syndetics is a paid subscription service. The
+   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
+   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
+   before this service can be used. Other cover image preferences should
+   also be disabled to avoid interference.
+
+SyndeticsCoverImages Values:
+
+-  Don't show
+
+-  Show
+
+SyndeticsCoverImageSize Values:
+
+-  medium
+
+-  large
+
+`SyndeticsAuthorNotes <#SyndeticsAuthorNotes>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ notes about the author of a title from Syndetics on item
+detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  When this option is set to "Show", Syndetics provides notes and short
+   author biographies for more that 300,000 authors, in both fiction and
+   nonfiction. With this option enabled the library can display
+   Syndetics Author Notes on the OPAC. According to the Syndetics
+   Solutions website (http://www.bowker.com/syndetics/), Author Notes
+   include lists of contributors for many multi-author texts and
+   compilations. The `SyndeticsClientCode <#SyndeticsClientCode>`__ must
+   be entered and the `SyndeticsEnabled <#SyndeticsEnabled>`__ option
+   must be activated before this service can be used.
+
+`SyndeticsAwards <#SyndeticsAwards>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ information from Syndetics about the awards a title has won
+on item detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  When this option is set to "Show", Syndetics provides its clients
+   with a list of awards that any title has won. With this service
+   enabled the library can display those awards for each book on its
+   website. For each book or item that comes up during a user search,
+   the list of awards for that title will be displayed. When a user
+   clicks on a given award, information about that award is presented
+   along with a list of the other titles that have won that award. If
+   the user clicks on any title in the list, they will see holdings
+   information about that title in their region. This option is a paid
+   subscription service. The
+   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
+   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
+   before this service can be used.
+
+`SyndeticsEditions <#SyndeticsEditions>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ information about other editions of a title from Syndetics
+on item detail pages on the OPAC
+
+Description:
+
+-  When enabled this option shows information on other editions of a
+   title from Syndetics on the item detail pages of the OPAC. Syndetics
+   is a paid subscription service. The
+   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
+   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
+   before this service can be used.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+    **Important**
+
+    Requires `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to
+    'show'
+
+`SyndeticsExcerpt <#SyndeticsExcerpt>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
+pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference allows Syndetics to display excerpts given to them
+   from selected publishers. The excerpts are available from prominently
+   reviewed new titles, both fiction and non-fiction. The excerpts
+   include poems, essays, recipes, forwards and prefaces. Automatic
+   links provided by the ISBNs within local MARC records are required to
+   integrate Syndetics secured, high-speed Internet servers to the
+   library OPACs. For more information see
+   (http://www.bowker.com/syndetics/).
+
+`SyndeticsReviews <#SyndeticsReviews>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
+the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  Syndetics Reviews is an accumulation of book reviews available from a
+   variety of journals and serials. The reviews page displays colored
+   images of reviewed books dust jackets, partnered with the names of
+   the journal or serial providing the review. Clicking on an icon opens
+   a window revealing the book title, author's name, book cover icon and
+   the critic's opinion of the book. Automatic links provided by the
+   ISBNs within local MARC records are required to integrate Syndetics
+   secured, high-speed Internet servers to the library OPACs. For more
+   information see (http://www.bowker.com/syndetics/).
+
+`SyndeticsSeries <#SyndeticsSeries>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ information on other books in a title's series from
+Syndetics on item detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  Each fiction title within a series is linked to the complete series
+   record. The record displays each title in reading order and also
+   displays the publication order, if different. Alternate series titles
+   are also displayed. Automatic links provided by the ISBNs within
+   local MARC records are required to integrate Syndetics secured, high-
+   speed Internet servers to the library OPACs. For more information see
+   (http://www.bowker.com/syndetics/).
+
+`SyndeticsSummary <#SyndeticsSummary>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
+the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  Providing more than 5.6 million summaries and annotations derived
+   from book jackets, edited publisher copy, or independently written
+   annotations from Book News, Inc. Covering fiction and non-fiction,
+   this summaries option provides annotations on both trade and
+   scholarly titles. For more information see
+   (http://www.bowker.com/syndetics/).
+
+`SyndeticsTOC <#SyndeticsTOC>`__
+''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ the table of contents of a title from Syndetics on item
+detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference allows staff and patrons to review the Table of
+   Contents from a wide variety of publications from popular self-help
+   books to conference proceedings. Specific Information access is the
+   main purpose for this option, allowing patrons guidance to their
+   preferred section of the book. Special arrangements with selected
+   book services is used to obtain the table of contents for new
+   publications each year. Automatic links provided by the ISBNs within
+   local MARC records are required to integrate Syndetics secured,
+   high-speed Internet servers to the library OPACs. For more
+   information see (http://www.bowker.com/syndetics/).
+
+`Tagging <#taggingprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`TagsEnabled <#TagsEnabled>`__
+''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons and staff to put tags on items.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  Set to 'Allow' enable tagging. A tag is metadata, a word added to
+   identify an item. Tags allow patrons to classify materials on their
+   own. TagsEnabled is the main switch that permits the tagging
+   features. TagsEnable must be set to 'Allow' to allow for other
+   tagging features.
+
+`TagsModeration <#TagsModeration>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't require
+
+Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
+member before being shown.
+
+Values:
+
+-  Don't require
+
+-  Require
+
+Description:
+
+-  When set to 'Require,' all tags to be first filtered by the tag
+   moderator. Only approved tags will be visible to patrons. When set to
+   'Don't require' tags will bypass the tag moderator and patrons' tags
+   to be immediately visible. When this preference is enabled the
+   moderator, a staff member, would approve the tag in the Staff Client.
+   The moderator will have the option to approve or reject each pending
+   tag suggestion.
+
+When moderation is required all tags go through the tag moderation tool
+before becoming visible.
+
+-  *Get there:* More > Tools > `Tags <#tagsmoderation>`__
+
+`TagsShowOnList <#TagsShowOnList>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 6
+
+Asks: Show \_\_\_ tags on search results on the OPAC.
+
+    **Note**
+
+    Set the value to 0 (zero) to turn this feature off.
+
+`TagsInputOnList <#TagsInputOnList>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to input tags on search results on the OPAC.
+
+Values:
+
+-  Allow
+
+   Tags on Search Results
+   |image58|
+
+-  Don't allow
+
+`TagsShowOnDetail <#TagsShowOnDetail>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: 10
+
+Asks: Show \_\_\_ tags on item detail pages on the OPAC.
+
+    **Note**
+
+    Set the value to 0 (zero) to turn this feature off.
+
+`TagsInputOnDetail <#TagsInputOnDetail>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
+
+Values:
+
+-  Allow
+
+   Add Tags on Detail
+   |image59|
+
+-  Don't allow
+
+`TagsExternalDictionary <#TagsExternalDictionary>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
+the server to be approved without moderation.
+
+Description:
+
+-  The dictionary includes a list of accepted and rejected tags. The
+   accepted list includes all the tags that have been pre-allowed. The
+   rejected list includes tags that are not allowed. This preference
+   identifies the "accepted" dictionary used. Ispell is an open source
+   dictionary which can be used as a list of accepted terms. Since the
+   dictionary allows for accurately spelled obscenities, the libraries
+   policy may dictate that modifications are made to the Ispell
+   dictionary if this preference is use. For more information about
+   Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
+   on your server to a local ispell executable, used to set
+   $Lingua::Ispell::path.
+
+`I18N/L10N <#l18nprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These preferences control your Internationalization and Localization
+settings.
+
+*Get there:* More > Administration > Global System Preferences >
+I18N/L10N
+
+`AddressFormat <#AddressFormat>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: US style ([Street number], [Address] - [City], [Zip/Postal
+Code], [Country])
+
+Asks: Format postal addresses using \_\_\_
+
+Values:
+
+-  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
+   [Country])
+
+-  US style ([Street number], [Address] - [City], [Zip/Postal Code],
+   [Country])
+
+Description:
+
+-  This preference will let you control how Koha displays patron
+   addresses given the information entered in the various fields on
+   their record.
+
+`alphabet <#alphabet>`__
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+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
+
+Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
+should be a space separated list of uppercase letters.
+
+Description:
+
+-  This preference allows you define your own alphabet for browsing
+   patrons in Koha.
+
+   Alphabet browse on patron module
+   |image60|
+
+`CalendarFirstDayOfWeek <#CalendarFirstDayOfWeek>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Sunday
+
+Asks: Use \_\_\_ as the first day of week in the calendar.
+
+Values:
+
+-  Sunday
+
+-  Monday
+
+-  Tuesday
+
+-  Wednesday
+
+-  Thursday
+
+-  Friday
+
+-  Saturday
+
+Description:
+
+-  Using this preference you can control what day shows as the first day
+   of the week in the calendar pop ups throughout Koha and on the
+   Calendar tool. If you change this preference and don't see a change
+   in your browser try clearing your cache since it makes changes to the
+   Javascript on these pages.
+
+`dateformat <#dateformat>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: mm/dd/yyyy
+
+Asks: Format dates like \_\_\_
+
+Values:
+
+-  dd.mm.yyyy
+
+-  dd/mm/yyyy
+
+-  mm/dd/yyyy
+
+-  yyyy/mm/dd
+
+Description:
+
+-  This preference controls how the date is displayed. The options are
+   the United States method, mm/dd/yyyy (04/24/2010), the metric method,
+   dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
+   of Organization, yyyy/mm/dd (2010/04/24). The International Standard
+   of Organization would primarily be used by libraries with locations
+   in multiple nations that may use different date formats, to have a
+   single display type, or if the library would be in a region that does
+   not use the United States or metric method. More information
+   regarding the ISO date format can be found at
+   http://www.iso.org/iso/iso_catalogue.htm.
+
+`language <#languagepref>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: English
+
+Asks: Enable the following languages on the staff interface
+
+Values:
+
+-  English
+
+To install additional languages please refer to
+http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
+
+`opaclanguages <#opaclanguages>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: English
+
+Asks: Enable the following languages on the OPAC
+
+Values:
+
+-  English
+
+    **Note**
+
+    To install additional languages you need to run
+    misc/translation/install-code.pl. For example, to install French you
+    would run the following command install-code.pl fr-FR to make the
+    templates, once they exist and are in the right place then they will
+    show up as an option in this preference.
+
+`opaclanguagesdisplay <#opaclanguagesdisplay>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to select their language on the OPAC.
+
+Values:
+
+-  Allow
+
+   -  Patrons can choose their language from a list at the bottom of the
+      public catalog
+
+      Language selector in OPAC
+      |image61|
+
+-  Don't allow
+
+   -  The public catalog will not give an option to choose a language
+
+Description:
+
+-  Using the `OpacLangSelectorMode <#OpacLangSelectorMode>`__ preference
+   you can decide where these language options will appear in the public
+   catalog.
+
+`TimeFormat <#TimeFormat>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: 24 hour format
+
+Asks: Format times in \_\_\_
+
+Values:
+
+-  12 hour format (eg 02:18PM)
+
+-  24 hour format (eg 14:18)
+
+`Labs <#labsprefs>`__
+~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Labs
+
+The preferences in this section are for experimental features that need
+additional testing and debugging.
+
+`EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Don't enable
+
+Asks: \_\_\_ the advanced cataloging editor.
+
+Description:
+
+-  This preference will allow you to choose between a basic editor and a
+   advanced editor for cataloging.
+
+    **Important**
+
+    This feature is currently experimental, and may have bugs that cause
+    corruption of records. It also does not include any support for
+    UNIMARC or NORMARC fixed fields. Please help us test it and report
+    any bugs, but do so at your own risk.
+
+`Local Use <#localprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These preferences are defined locally.
+
+*Get there:* More > Administration > Global System Preferences > Local
+Use
+
+    **Note**
+
+    Sometimes preferences which are either new or outdated will appear
+    in this tab, if you didn't add any preferences to this tab then it's
+    best to ignore preferences listed here.
+
+`Logs <#logs>`__
+~~~~~~~~~~~~~~~~
+
+Logs keep track of transaction on the system. You can decide which
+actions you want to log and which you don't using these preferences.
+Logs can then be viewed in the `Log Viewer <#logviewer>`__ under Tools.
+
+*Get there:* More > Administration > Global System Preferences > Logs
+
+`Debugging <#debuggingprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`DumpTemplateVarsIntranet <#DumpTemplateVarsIntranet>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ dump all Template Toolkit variable to a comment in the html
+source for the staff intranet.
+
+Value:
+
+-  Don't
+
+-  Do
+
+`DumpTemplateVarsOpac <#DumpTemplateVarsOpac>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ dump all Template Toolkit variable to a comment in the html
+source for the OPAC.
+
+Value:
+
+-  Don't
+
+-  Do
+
+`Logging <#loggingprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AuthoritiesLog <#AuthoritiesLog>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't log
+
+Asks: \_\_\_ changes to authority records.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`BorrowersLog <#BorrowersLog>`__
+''''''''''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ changes to patron records.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`CataloguingLog <#CataloguingLog>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Don't log
+
+Asks: \_\_\_ any changes to bibliographic or item records.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+    **Important**
+
+    Since this occurs whenever a book is cataloged, edited, or checked
+    in or out it can be very resource intensive - slowing down your
+    system.
+
+`CronjobLog <#CronjobLog>`__
+''''''''''''''''''''''''''''
+
+Default: Don't log
+
+Asks: \_\_\_ information from cron jobs.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`FinesLog <#FinesLog>`__
+''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`IssueLog <#IssueLog>`__
+''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ when items are checked out.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`LetterLog <#LetterLog>`__
+''''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ when an automatic claim notice is sent.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+    **Note**
+
+    This log tracks all notices that go to patrons including the overdue
+    notices.
+
+`ReportsLog <#ReportsLog>`__
+''''''''''''''''''''''''''''
+
+Default: Don't log
+
+Asks: \_\_\_ when reports are added, deleted or changed.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`ReturnLog <#ReturnLog>`__
+''''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ when items are returned.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`SubscriptionLog <#SubscriptionLog>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Log
+
+Asks: \_\_\_ when serials are added, deleted or changed.
+
+Values:
+
+-  Don't log
+
+-  Log
+
+`OPAC <#opacprefs>`__
+~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > OPAC
+
+`Advanced Search Options <#advancedsearchopt>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`OpacAdvSearchMoreOptions <#OpacAdvSearchMoreOptions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Select All
+
+Asks: Show search options for the expanded view \_\_\_
+
+Values:
+
+-  [Select all]
+
+-  Item types
+
+-  Language
+
+-  Location and availability
+
+-  Publication date
+
+-  Sorting
+
+-  Subtypes
+
+Description:
+
+-  The settings in this preference will determine which search fields
+   will show when the patron is using the 'More options' mode on the
+   advanced search page.
+
+`OpacAdvSearchOptions <#OpacAdvSearchOptions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Item types, Language, Location and availability, Publication
+date, Sorting
+
+Asks: Show search options \_\_\_
+
+Values:
+
+-  [Select all]
+
+-  Item types
+
+-  Language
+
+-  Location and availability
+
+-  Publication date
+
+-  Sorting
+
+-  Subtypes
+
+Description:
+
+-  The settings in this preference will determine which search fields
+   will show when the patron is using the 'Fewer options' mode on the
+   advanced search page.
+
+`Appearance <#opacappearanceprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences control how things appear in the OPAC.
+
+`AuthorisedValueImages <#AuthorisedValueImages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ images for authorized values (such as lost statuses and
+locations) in search results and item detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+*Get there:* More > Administration > `Authorized
+Values <#authorizedvalues>`__
+
+`BiblioDefaultView <#BiblioDefaultView>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: in simple form
+
+Asks: By default, show bib records \_\_\_
+
+Values:
+
+-  as specified in the ISBD template.
+
+   -  See `ISBD <#isbdpref>`__ preference for more information
+
+-  in simple form.
+
+-  in their MARC format.
+
+Description:
+
+-  This preference determines the level of bibliographic detail that the
+   patron will see on the OPAC detail page. The simple form displays the
+   graphical interface; MARC format displays the MARC21 cataloging view;
+   ISBD displays the ISBD (International Standard Bibliographic
+   Description, AACR2) view.
+
+`COinSinOPACResults <#COinSinOPACResults>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Include
+
+Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
+
+Values:
+
+-  Don't include
+
+   -  If you choose not to include COinS on the search results, it will
+      still be loaded on the individual bibliographic records.
+
+-  Include
+
+   -  Enabling this feature will slow OPAC search response times.
+
+Description:
+
+-  COinS stands for ContextObjects in Spans. COinS is a method to embed
+   bibliographic metadata in the HTML code of web pages. This allows
+   bibliographic software to publish machine-readable bibliographic
+   items and client reference management software (such as Zotero) to
+   retrieve bibliographic metadata. The metadata can also be sent to an
+   OpenURL resolver. This allows, for instance, searching for a copy of
+   a book in one's own library.
+
+`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
+for itemtype and authorized values.
+
+    **Important**
+
+    `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ and/or
+    `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ must be set to
+    use an XSLT stylesheet for this to show (default or custom)
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   DisplayOPACiconsXSLT
+   |image62|
+
+    **Note**
+
+    See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
+    these icons.
+
+`hidelostitems <#hidelostitems>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ lost items on search and detail pages.
+
+Description:
+
+-  Items that are marked lost by the library can either be shown or not
+   shown on the OPAC. By setting the value to "Don't show," the lost
+   item is not shown on the OPAC. By setting the value "Show," the lost
+   item is shown on the OPAC for patrons to view with a status of
+   'lost.'
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   Lost item showing in the OPAC
+   |image63|
+
+`HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich <#HighlightOwnItemsOnOPAC>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+HighlightOwnItemsOnOPAC Default: Don't emphasize
+
+HighlightOwnItemsOnOPACWhich Default: patron's home library
+
+Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
+and increasing the size or highlighting the rows for those results.
+
+HighlightOwnItemsOnOPAC Values:
+
+-  Don't emphasize
+
+-  Emphasize
+
+HighlightOwnItemsOnOPACWhich Values:
+
+-  OPAC's branch based via the URL
+
+   -  The library is chosen based on the Apache environment variable
+      BRANCHCODE. For example, this could be added to the OPAC section
+      of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
+
+-  patron's home library
+
+   -  The items emphasized will be those of the same library as the
+      patron's library. If no one is logged into the OPAC, no items will
+      be highlighted.
+
+    **Important**
+
+    This preference will only effect sites that are not using an XSLT
+    stylesheet. XSLT stylesheets are defined in the
+    `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ and
+    `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preferences.
+
+`GoogleIndicTransliteration <#GoogleIndicTransliteration>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+`LibraryName <#LibraryName>`__
+''''''''''''''''''''''''''''''
+
+Asks: Show \_\_\_ as the name of the library on the OPAC.
+
+    **Note**
+
+    This value will appear in the title bar of the browser
+
+    **Note**
+
+    Edit '`opacheader <#opacheader>`__' if you'd like to add a library
+    name above your search box on the OPAC
+
+Browser title and address bar
+|image64|
+
+`NoLoginInstructions <#NoLoginInstructions>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML on the OPAC login form when a patron is
+not logged in:
+
+Description:
+
+-  This preference allows you to override the default text seen on the
+   log in page in the Koha OPAC. The default HTML is:
+
+   ::
+
+       <h5>Don't have a password yet?</h5>
+       <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>
+       <h5>Don't have a library card?</h5>
+       <p> If you don't have a library card, stop by your local library to sign up.</p>
+
+   Any HTML in this box will replace the above text below the log in
+   box.No login instructions
+
+`OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't add
+
+Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
+
+Values:
+
+-  Add
+
+   Library select box on Koha OPAC
+   |image65|
+
+-  Don't Add
+
+   No library select box on Koha OPAC
+   |image66|
+
+`OPACBaseURL <#OPACBaseURL>`__
+''''''''''''''''''''''''''''''
+
+Asks: The OPAC is located at \_\_\_
+
+Description:
+
+-  This preference is looking for the URL of your public catalog (OPAC)
+   with the http:// in front of it (enter http://www.mycatalog.com
+   instead of www.mycatalog.com). Once it is filled in Koha will use it
+   to generate permanent links in your RSS feeds, for your social
+   network share buttons and in your staff client when generating links
+   to bib records in the OPAC.
+
+    **Important**
+
+    Do not include a trailing slash in the URL this will break links
+    created using this URL. (example: http://www.google.com not
+    http://www.google.com/)
+
+    **Important**
+
+    This must be filled in with the URL of your public catalog for RSS,
+    unAPI, and search plugins to work.
+
+    **Important**
+
+    This must be filled in with the URL of your public catalog to show
+    'OPAC View' links from bib records in the staff client:
+
+With OPACBaseURL set, links to the OPAC will appear on each individual
+bib record in the staff client
+|image67|
+
+`OpacAdditionalStylesheet <#OpacAdditionalStylesheet>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include the additional CSS stylesheet \_\_\_ to override specified
+settings from the default stylesheet.
+
+Description:
+
+-  The preference can look for stylesheets in the template directory for
+   your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
+   If you upload a custom file, opac-mystyles.css to this directory, you
+   can specify it by entering opac-mystyles.css in your
+   opaccolorstylesheet system preference. This adds your custom
+   stylesheet as a linked stylesheet alongside the OPAC's default CSS
+   files. This method is preferable because linked stylesheets are
+   cached by the user's browser, meaning upon repeat visits to your site
+   the user's browser will not have to re-download the stylesheet,
+   instead using the copy in the browser's cache.
+
+-  If you would rather, you can upload your CSS to another server and
+   enter the full URL pointing to it's location remember to begin the
+   URL with http://
+
+    **Note**
+
+    Leave this field blank to disable it
+
+    **Note**
+
+    This file will add a linked CSS, not replace the existing default
+    CSS.
+
+`opaccredits <#opaccredits>`__
+''''''''''''''''''''''''''''''
+
+Asks: Include the following HTML in the footer of all pages in the OPAC:
+
+    **Note**
+
+    Click the 'Click to edit; link to enter HTML to appear at the bottom
+    of every page in the OPAC
+
+HTML version of a footer for your OPAC
+|image68|
+
+A sample of what can appear in your OPAC credits/footer
+|image69|
+
+Description:
+
+-  This setting is for credits that will appear at the bottom of your
+   OPAC pages. Credits traditionally encompass copyright information,
+   last date updated, hyperlinks or other information represented in an
+   HTML format. This is static information and any updates must be
+   entered manually.
+
+Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
+
+`OpacCustomSearch <#OpacCustomSearch>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Asks: Replace the search box at the top of OPAC pages with the following
+HTML
+
+Description:
+
+-  This preference allows you to replace the default search box at the
+   top of the OPAC : Default search box
+
+   with any HTML you would like :Edited search box area
+
+`OPACDisplay856uAsImage <#OPACDisplay856uAsImage>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Neither details or results page
+
+Asks: Display the URI in the 856u field as an image on: \_\_\_
+
+Values:
+
+-  Both results and details pages
+
+   -  **Important**
+
+          Not implemented yet
+
+-  Detail page only
+
+   -  **Important**
+
+          `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ needs to
+          have a value in it for this preference to work.
+
+   Showing the 856u as an image
+   |image70|
+
+-  Neither details or results page
+
+-  Results page only
+
+   -  **Important**
+
+          Not yet implemented
+
+Description:
+
+-  In addition to this option being set, the corresponding XSLT option
+   must be turned on. Also, the corresponding 856q field must have a
+   valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
+   starting with "image/"), or the generic indicator "img" entered in
+   the field. When all of the requirements are met, an image file will
+   be displayed instead of the standard link text. Clicking on the image
+   will open it in the same way as clicking on the link text. When you
+   click on the image it should open to full size, in the current window
+   or in a new window depending on the value in the system pref
+   `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__.
+
+   Sample 856 in MARC Record
+   |image71|
+
+`OpacExportOptions <#OpacExportOptions>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Default OpacExportOptions options
+
+Asks: List export options that should be available from OPAC detail page
+: \_\_\_
+
+Description:
+
+-  In the OPAC on the right of each bib record there is a menu that
+   allows for saving the record in various formats. This patch will
+   allow you to define which options are in the pull down menu.
+   Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
+   (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
+   (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
+   fields and subfields (marcstd), MODS (mods), and RIS (ris).
+
+`OPACFallback <#OPACFallback>`__
+''''''''''''''''''''''''''''''''
+
+Default: bootstrap
+
+Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
+
+Description:
+
+-  This preference has no use right now, as Koha has only one theme, but
+   if your library has a custom theme it will show here as an option.
+   The purpose of this preference is to provide a way to choose to what
+   theme to fallback on when you have a partial theme in place.
+
+`OpacFavicon <#OpacFavicon>`__
+''''''''''''''''''''''''''''''
+
+Asks: Use the image at \_\_\_ for the OPAC's favicon.
+
+    **Important**
+
+    This should be a complete URL, starting with http://
+
+    **Note**
+
+    Turn your logo into a favicon with the `Favicon
+    Generator <http://antifavicon.com/>`__.
+
+Description:
+
+-  The favicon is the little icon that appears next to the URL in the
+   address bar in most browsers. The default value for this field (if
+   left blank) is the small 'K' in the Koha logo.
+
+   Default Koha Favicon
+   |image72|
+
+`opacheader <#opacheader>`__
+''''''''''''''''''''''''''''
+
+Asks: Include the following HTML in the header of all pages in the OPAC
+
+Sample HTML to be displayed at the top of my OPAC
+|image73|
+
+    **Note**
+
+    This value will appear above the main content of your page
+
+OPAC display of the value from 'opacheader'
+|image74|
+
+    **Note**
+
+    Edit '`LibraryName <#LibraryName>`__' if you'd like to edit the
+    contents of the <title> tag
+
+Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
+
+`OpacHighlightedWords & NotHighlightedWords <#OpacHighlightedWords>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+OpacHighlightedWords Default: Don't highlight
+
+NotHighlightedWords Default: and\|or\|not
+
+Asks: \_\_\_ words the patron searched for in their search results and
+detail pages; To prevent certain words from ever being highlighted,
+enter a list of stopwords here \_\_\_ (separate columns with \|)
+
+OpacHighlightedWords Values:
+
+-  Don't highlight
+
+-  Highlight
+
+`OpacKohaUrl <#OpacKohaUrl>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  When this preference is set to 'Show' text will appear in the bottom
+   right of the OPAC footer stating 'Powered by Koha' and linking to the
+   official Koha website.
+
+   Powered by Koha
+   |image75|
+
+`OpacLangSelectorMode <#OpacLangSelectorMode>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: only footer
+
+Asks: Display language selector on \_\_\_.
+
+Values:
+
+-  both top and footer
+
+-  only footer
+
+-  top
+
+Description:
+
+-  If you have the `opaclanguagesdisplay <#opaclanguagesdisplay>`__
+   preference set to display language options in the public catlaog,
+   then this preference will allow you to control where the language
+   selector shows. You can choose to show it only on the top or bottom
+   or in both places.
+
+`opaclayoutstylesheet <#opaclayoutstylesheet>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: opac.css
+
+Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
+instead of the default
+
+Description:
+
+-  This setting's function is to point to the \*.css file used to define
+   the OPAC layout. A \*.css file is a cascading stylesheet which is
+   used in conjunction with HTML to set how the HTML page is formatted
+   and will look on the OPAC. There are two stylesheets that come with
+   the system; opac.css and opac2.css. A custom stylesheet may also be
+   used. The stylesheets listed in the opaclayoutstylesheet preference
+   are held on the Koha server.
+
+    **Note**
+
+    Leave this field blank to disable it and let Koha use the default
+    file instead
+
+    **Important**
+
+    Using a custom value in this preference causes Koha to completely
+    ignore the default layout stylesheet.
+
+`OpacLocationBranchToDisplay <#OpacLocationBranchToDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: holding library
+
+Asks: Display the \_\_\_ for items on the OPAC record details page.
+
+Values:
+
+-  holding library
+
+-  home and holding library
+
+-  home library
+
+Description:
+
+-  Defines whether to display the holding library, the home library, or
+   both for the opac details page.
+
+`OpacLocationBranchToDisplayShelving <#OpacLocationBranchToDisplayShelving>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: holding library
+
+Asks: Display the shelving location under the \_\_\_ for items on the
+OPAC record details page.
+
+Values:
+
+-  holding library
+
+-  home and holding library
+
+-  home library
+
+Description:
+
+-  Defines where the shelving location should be displayed, under the
+   home library, the holding library, or both.
+
+`OpacMaintenance <#OpacMaintenance>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
+the OPAC itself.
+
+    **Note**
+
+    this shows the same warning as when the database needs to be
+    upgraded, but unconditionally.
+
+Description:
+
+-  This preference allows the system administrator to turn off the OPAC
+   during maintenance and display a message to users. When this
+   preference is switched to "Show" the OPAC is not usable. The text of
+   this message is not editable at this time.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   -  When this preference is set to show the maintenance message the
+      ability to search the OPAC is disabled and a message appears. The
+      default message can be altered by using the
+      `OpacMaintenanceNotice <#OpacMaintenanceNotice>`__ preference.
+
+      OPAC Maintenance Message
+      |image76|
+
+`OpacMaintenanceNotice <#OpacMaintenanceNotice>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML when OpacMaintenance is enabled
+
+Descritpion:
+
+-  This preference will allow you to set the text the OPAC displays when
+   the `OpacMaintenance <#OpacMaintenance>`__ preference is set to
+   'Show.'
+
+`OpacMainUserBlock <#OpacMainUserBlock>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Welcome to Koha... <hr>
+
+Asks: Show the following HTML in its own column on the main page of the
+OPAC
+
+Description:
+
+-  HTML entered in this field will appear in the center of the main page
+   of your OPAC
+
+Sample OpacMainUserBlock appears below the search bar
+|image77|
+
+Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
+
+`OpacMaxItemsToDisplay <#OpacMaxItemsToDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 50
+
+Asks: Display up to \_\_\_ items on the biblio detail page
+
+Description:
+
+-  This preference will help with slow load times on the bibliographic
+   detail pages by limiting the number of items to display by default.
+   If the biblio has more items than this, a link is displayed instead
+   that allows the user to choose to display all items.
+
+`OPACMySummaryHTML <#OPACMySummaryHTML>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include a "Links" column on the "my summary" tab when a user is
+logged in to the OPAC, with the following HTML (leave blank to disable).
+
+Description:
+
+-  In this preference you can enter HTML that will appear on the
+   'Checked Out' tab on the 'My Summary' section when logged in to the
+   OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
+   will be replaced with information from the displayed record. This can
+   be used to enter in 'share' links for social networks or generate
+   searches against other library catalogs.
+
+   Example of 'Links' column with a value in the OPACMySummaryHTML
+   preference
+   |image78|
+
+Sample Data:
+
+::
+
+    <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>
+    <br />TITLE: {TITLE}
+    <br />AUTHOR: {AUTHOR}
+    <br />ISBN: {ISBN}
+    <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
+
+`OPACMySummaryNote <#OPACMySummaryNote>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Note to display on the patron summary page.
+
+Description:
+
+-  This preference will display text above the patron's summary and
+   below the welcome message when the patron logs in to the OPAC and
+   view their 'my summary' tab.OPACMySummaryNote in the OPAC
+
+`OpacNav <#OpacNav>`__
+''''''''''''''''''''''
+
+Default: Important links here.
+
+Asks: Show the following HTML on the left hand column of the main page
+and patron account on the OPAC (generally navigation links)
+
+Sample navigation links
+|image79|
+
+Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
+
+`OpacNavBottom <#OpacNavBottom>`__
+''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML on the left hand column of the main page
+and patron account on the OPAC, after `OpacNav <#OpacNav>`__, and before
+patron account links if available:
+
+Description: When a patron is logged in to their account they see a
+series of tabs to access their account information.
+`OpacNav <#OpacNav>`__ appears above this list of tabs and OpacNavBottom
+will appear below them. When not on the patron account pages the HTML in
+OpacNavBottom will just appear right below `OpacNav <#OpacNav>`__.
+
+OpacNav and OpacNavBottom on Patron Account
+|image80|
+
+`OpacNavRight <#OpacNavRight>`__
+''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML in the right hand column of the main page
+under the main login form.
+
+Description: HTML entered in this preference will appear on the right
+hand side of the OPAC under the log in form. If the log in form is not
+visible this content will move up on the right column.
+
+OpacNavRight
+|image81|
+
+`OPACNoResultsFound <#OPACNoResultsFound>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+No Default
+
+Asks: Display this HTML when no results are found for a search in the
+OPAC
+
+This HTML will display below the existing notice that no results were
+found for your search.
+
+HTML in OPACNoResultsFound will appear below lines that look like this
+|image82|
+
+    **Note**
+
+    You can insert placeholders {QUERY\_KW} that will be replaced with
+    the keywords of the query.
+
+`OpacPublic <#OpacPublic>`__
+''''''''''''''''''''''''''''
+
+Default: Enable
+
+Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
+before accessing the OPAC.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+Description:
+
+-  This preference determines if your OPAC is accessible and searchable
+   by anyone or only by members of the library. If set to 'Don't enable'
+   only members who are logged into the OPAC can search. Most libraries
+   will leave this setting at its default of 'Enable' to allow their
+   OPAC to be searched by anyone and only require login for access to
+   personalized content.
+
+`OPACResultsSidebar <#OPACResultsSidebar>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include the following HTML under the facets in OPAC search results
+
+Description:
+
+-  The HTML entered in this preference will appear on the search results
+   pages below the list of facets on the left side of the screen.
+
+`OPACSearchForTitleIn <#OPACSearchForTitleIn>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: <li><a href="http://worldcat.org/search?q={TITLE}"
+target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
+href="http://www.scholar.google.com/scholar?q={TITLE}"
+target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
+href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
+target="\_blank">Online Stores (Bookfinder.com)</a></li>
+
+Asks: Include a "More Searches" box on the detail pages of items on the
+OPAC, with the following HTML (leave blank to disable)
+
+    **Note**
+
+    The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
+    {ISSN} and {AUTHOR} will be replaced with information from the
+    displayed record.
+
+`OpacSeparateHoldings & OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+OpacSeparateHoldings default: Don't separate
+
+OpacSeparateHoldingsBranch default: home library
+
+Asks: \_\_\_ items display into two tabs, where the first tab contains
+items whose \_\_\_ is the logged in user's library. The second tab will
+contain all other items.
+
+OpacSeparateHoldings values:
+
+-  Don't separate
+
+-  Separate
+
+OpacSeparateHoldingsBranch values:
+
+-  holding library
+
+-  home library
+
+Description:
+
+-  This preference lets you decide if you would like to have the holding
+   information on the bibliographic detail page in the OPAC split in to
+   multiple tabs. The default is to show all holdings on one tab.
+
+   Separate holdings tabs
+   |image83|
+
+`OPACShowBarcode <#OPACShowBarcode>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ the item's barcode on the holdings tab.
+
+Values:
+
+-  Don't show
+
+   Barcode not shown in the OPAC
+   |image84|
+
+-  Show
+
+   Barcode shown in the OPAC
+   |image85|
+
+Description:
+
+-  This preference allows you to control whether patrons can see items'
+   barcodes in the OPAC.
+
+`OPACShowCheckoutName <#OPACShowCheckoutName>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ the name of the patron that has an item checked out on item
+detail pages on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This preference allows all patrons to see who has the item checked
+   out if it is checked out. In small corporate libraries (where the
+   OPAC is behind a firewall and not publicly available) this can be
+   helpful so coworkers can just contact the patron with the book
+   themselves. In larger public and academic libraries setting this to
+   'Show' would pose serious privacy issues.
+
+`OPACShowHoldQueueDetails <#OPACShowHoldQueueDetails>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show any hold details
+
+Asks: \_\_\_ to patrons in the OPAC.
+
+Values:
+
+-  Don't show any hold details
+
+-  Show holds
+
+   The holdings table on the bibliographic record will show the number
+   of holds
+   |image86|
+
+-  Show holds and priority level
+
+-  Show priority level
+
+   Patron record in the OPAC shows where in line the patron waits for
+   their hold.
+   |image87|
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+`OpacShowRecentComments <#OpacShowRecentComments>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ a link to recent comments in the OPAC masthead.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  If you have chosen to allow comments in your OPAC by setting
+   `reviewson <#reviewson>`__ to 'Allow' you can include a link to the
+   recent comments under the search box at the top of your OPAC with
+   this preference.
+
+   Recent Comments link on OPAC
+   |image88|
+
+`OPACShowUnusedAuthorities <#OPACShowUnusedAuthorities>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ unused authorities in the OPAC authority browser.
+
+Values:
+
+-  Do not show
+
+-  Show
+
+   -  **Important**
+
+          Requires that the `OpacAuthorities <#OpacAuthorities>`__
+          preference is set to 'Allow'
+
+Description:
+
+-  When patrons search your authority file via the OPAC they will see
+   all authorities in your system even if you don't have them linked to
+   any bibliographic records. This preference lets you determine what
+   the default behavior is when searching authorities via the OPAC. If
+   you choose 'Do not show' it will only show patrons authority records
+   that are linked to bib records in the search results. Otherwise the
+   system will show all authority records even if they aren't linked to
+   records.
+
+`OpacStarRatings <#OpacStarRatings>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: no
+
+Asks: Show star-ratings on \_\_\_ pages.
+
+Values:
+
+-  no
+
+-  only details
+
+   Star Ratings on the Details Page
+   |image89|
+
+-  results and details
+
+   OPAC Star Ratings on the Search Results
+   |image90|
+
+Description:
+
+-  Star ratings are a way for your patrons to leave ratings without
+   having to leave a full review. Patrons who are not logged in will
+   only be able to see the stars, once logged in patrons can click on
+   the stars on the details page to leave their own rating. Clicking on
+   the stars on the search results will not submit a rating.
+
+`OpacSuggestionManagedBy <#OpacSuggestionManagedBy>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ the name of the staff member who managed a suggestion in
+OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  If you're `allowing patrons to make purchase
+   suggestions <#suggestionspref>`__ then they will see the 'my
+   suggestions' tab when logged in. This tab shows the patron the
+   librarian who approved or rejected the purchase suggestion. This
+   preference controls if the patron sees the librarian's name or not.
+
+`opacthemes <#opacthemes>`__
+''''''''''''''''''''''''''''
+
+Default: bootstrap
+
+Asks: Use the \_\_\_ theme on the OPAC.
+
+Values:
+
+-  bootstrap
+
+   Bootstrap Theme
+
+   This theme is completely responsive
+
+`OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't
+
+Asks: When patrons click on a link to another website from your OPAC
+(like Amazon or OCLC), \_\_\_ open the website in a new window.
+
+Values:
+
+-  do
+
+-  don't
+
+Description:
+
+-  This preference determines if URLs in the OPAC will open in a new
+   window or not. When clicking on a link in the OPAC, a patron does not
+   need to worry about navigating away from their search results.
+
+`OPACUserCSS <#OPACUserCSS>`__
+''''''''''''''''''''''''''''''
+
+Asks: Include the following CSS on all pages in the OPAC
+
+Description:
+
+-  OPACUserCSS allows the administrator to enter styles that will
+   overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
+   or 'opacstylesheet'. Styles may be entered for any of the selectors
+   found in the default style sheet. The default stylesheet will likely
+   be found at
+   http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
+   `OpacAdditionalStylesheet <#OpacAdditionalStylesheet>`__ and
+   `opaclayoutstylesheet <#opaclayoutstylesheet>`__ this preference will
+   embed the CSS directly on your OPAC pages.
+
+`OPACUserJS <#opacuserjs>`__
+''''''''''''''''''''''''''''
+
+Asks: Include the following JavaScript on all pages in the OPAC
+
+OPAC login box before OPACUserJS edit
+|image91|
+
+JavaScript in OPACUserJS to change the OPAC login box
+|image92|
+
+New OPAC login box after editing OPACUserJS
+|image93|
+
+Description:
+
+-  This preference allows the administrator to enter JavaScript or
+   JQuery that will be embedded across all pages of the OPAC.
+   Administrators may use this preference to customize some of the
+   interactive sections of Koha, customizing the text for the login
+   prompts, for example. Sample JQuery scripts used by Koha libraries
+   can be found on the wiki:
+   http://wiki.koha-community.org/wiki/JQuery_Library.
+
+`OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: default
+
+Asks: Display OPAC details using XSLT stylesheet at \_\_\_
+
+Values:
+
+-  leave empty to not use the XSLT stylesheet
+
+   -  In previous versions of Koha this was the setting that read
+      'normally'
+
+-  enter "default" for the default one
+
+-  put a path to define a XSLT file
+
+   -  ex: /path/to/koha/and/your/stylesheet.xsl
+
+   -  If in a multi-language system you can enter {langcode} in the path
+      to tell Koha to look in the right language folder
+
+      -  ex:
+         /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
+
+      -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
+
+-  put an URL for an external specific stylesheet
+
+   -  ex: http://mykohaopac.org/stylesheet.xsl
+
+Description:
+
+-  XSLT stylesheets allow for the customization of the details shows on
+   the screen when viewing a bib record. This preference will allow you
+   either use the default look that comes with Koha or design your own
+   stylesheet.
+
+`OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: default
+
+Asks: Display OPAC results using XSLT stylesheet at \_\_\_
+
+Values:
+
+-  leave empty to not use the XSLT stylesheet
+
+   -  In previous versions of Koha this was the setting that read
+      'normally'
+
+-  enter "default" for the default one
+
+-  put a path to define a XSLT file
+
+   -  ex: /path/to/koha/and/your/stylesheet.xsl
+
+   -  If in a multi-language system you can enter {langcode} in the path
+      to tell Koha to look in the right language folder
+
+      -  ex:
+         /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
+
+      -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
+
+-  put an URL for an external specific stylesheet
+
+   -  ex: http://mykohaopac.org/stylesheet.xsl
+
+Description:
+
+-  XSLT stylesheets allow for the customization of the details shows on
+   the screen when viewing the search results. This preference will
+   allow you either use the default look that comes with Koha or design
+   your own stylesheet.
+
+`Features <#opacfeaturesprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`numSearchRSSResults <#numSearchRSSResults>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 50
+
+Asks: Display \_\_\_ search results in the RSS feed.
+
+Description:
+
+-  By default the RSS feed that is automatically generated for every
+   search results page will list 50 items. This can sometimes be too
+   much for some RSS feed readers and for some people this isn't enough.
+   This preference allows you to adjust this number to show the best
+   number of results for your patrons.
+
+`OPACAcquisitionDetails <#OPACAcquisitionDetails>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ the acquisition details on OPAC detail pages.
+
+Values:
+
+-  DisplayAcquisitions details in the OPAC
+
+-  Don't display
+
+Description:
+
+-  This preference shows the patrons how many items are on order in the
+   Holdings tab if you have the `AcqCreateItem <#AcqCreateItem>`__ set
+   to 'cataloging the record'
+
+`OpacAuthorities <#OpacAuthorities>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to search your authority records.
+
+Description:
+
+-  This preference displays the link on the OPAC for the authority
+   search. By setting the preference to "Allow" patrons can use this
+   search link of the OPAC.
+
+Values:
+
+-  Allow
+
+   -  A link labeled 'Authority search' will appear at the top of your
+      OPAC under the search box
+
+      'Browse by Subject' link under search box on OPAC
+      |image94|
+
+-  Don't allow
+
+`opacbookbag <#opacbookbag>`__
+''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This preference allows the user to temporarily save a list of items
+   found on the catalog. By using the Book Bag, or Cart, the user can
+   print out or email a list of items found. The user does not need to
+   be logged in. This list is temporary and will be emptied, or cleared,
+   at the end of the session.
+
+`OpacBrowser <#OpacBrowser>`__
+''''''''''''''''''''''''''''''
+
+    **Important**
+
+    This preference only applies to French systems at this time.
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to browse subject authorities on OPAC
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+    **Important**
+
+    run the `Authorities Browser Cron Job <#authbrowsercron>`__ to
+    create the browser list
+
+`OpacBrowseResults <#OpacBrowseResults>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: enable
+
+Asks: \_\_\_ browsing and paging search results from the OPAC detail
+page.
+
+Values:
+
+-  disable
+
+-  enable
+
+   Browsing and Paging Search Results
+   |image95|
+
+Description:
+
+-  This preference will control the option to return to your results
+   and/or browse them from the detail page in the OPAC.
+
+`OpacCloud <#OpacCloud>`__
+''''''''''''''''''''''''''
+
+    **Important**
+
+    This preference only applies to French systems at this time.
+
+Default: Don't show
+
+Asks: \_\_\_ a subject cloud on OPAC
+
+Values:
+
+-  Don't show
+
+-  Show
+
+    **Important**
+
+    run the `Authorities Browser Cron Job <#authbrowsercron>`__ to
+    create the browser list
+
+`OPACFinesTab <#OPACFinesTab>`__
+''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
+the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+-  Don't allow
+
+`OpacHoldNotes <#OpacHoldNotes>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Do not allow
+
+Asks: \_\_\_ users to add a note when placing a hold.
+
+Values:
+
+-  Allow
+
+   Holds notes in the OPAC
+   |image96|
+
+-  Do not allow
+
+`OPACISBD <#OPACISBD>`__
+''''''''''''''''''''''''
+
+Default: `MARC21 Default Appendix <#opacisbdmarcdefault>`__
+
+Asks: Use the following as the OPAC ISBD template:
+
+Description:
+
+-  This determines how the ISBD information will display in the OPAC.
+   Elements in the list can be reordered to produce a different ISBD
+   view. ISBD, the International Standard Bibliographic Description, was
+   first introduced by IFLA (International Federation of Library
+   Associations) in 1969 in order to provide guidelines for descriptive
+   cataloging. The purpose of ISBD is to aid the international exchange
+   of bibliographic records for a variety of materials.
+
+`OpacItemLocation <#OpacItemLocation>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: call number only
+
+Asks: Show \_\_\_\_ for items on the OPAC search results.
+
+Values:
+
+-  call number only
+
+-  collection code
+
+-  location
+
+Description:
+
+-  This setting allows users of the OPAC results XSLT stylesheet to
+   choose to display collection code or location in addition to call
+   number.
+
+`OpacPasswordChange <#OpacPasswordChange>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to change their own password on the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+-  Don't allow
+
+    **Important**
+
+    Enabling this will break LDAP authentication.
+
+`OPACPatronDetails <#OPACPatronDetails>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to notify the library of changes to their contact
+information from the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+-  Don't allow
+
+Description:
+
+-  If patrons are allowed to notify the library of changes to their
+   account then staff will need to approve the changes via the staff
+   client. Notification of patron account requests will appear on the
+   dashaboard below the list of modules with other pending actions.
+
+   Patrons requesting modifications
+   |image97|
+
+   Once you click the notification you will be presented with the
+   changes the patron would like to make to their account and from there
+   you can choose how to proceed.
+
+   Patrons modifications
+   |image98|
+
+       **Note**
+
+       You can control what fields patrons see and can modify via the
+       OPAC by setting the
+       `PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
+       `PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
+       preferences.
+
+`OPACpatronimage <#OPACpatronimage>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ patron images on the patron information page in the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  If `patronimages <#patronimages>`__ is set to allow the upload of
+   patron images via the staff client, then setting this preference to
+   'show' will show the patron what image you have on file for them when
+   they view their personal information on their account in the OPAC.
+
+`OPACPopupAuthorsSearch <#OPACPopupAuthorsSearch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't display
+
+Asks: \_\_\_ the list of authors/subjects in a popup for a combined
+search on OPAC detail pages.
+
+Values:
+
+-  Display
+
+   Subject search pop up
+
+   -  **Important**
+
+          This will only display the pop up if you are not using an XSLT
+          stylesheet. Review your
+          `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ to find
+          out what stylesheet you're using.
+
+-  Don't display
+
+   -  Authors and subjects will display as search links instead of pop
+      up menus.
+
+Description:
+
+-  If this preference is set to 'Display' then clicking a subject or
+   author from the details page in the OPAC will present the searcher
+   with a pop up box. From this box you can check off any of the
+   subjects or authors listed and search them all at once by clicking
+   'Search' at the bottom of the pop up. The default behavior is for
+   Koha to search just the clicked author or subject.
+
+`OpacResetPassword <#OpacResetPassword>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: not allowed
+
+Asks: Library users are \_\_\_ to recover their password via e-mail in
+the OPAC.
+
+Values:
+
+-  allowedForgot your password link
+
+-  not allowed
+
+Description:
+
+-  This preference controls whether you present users of the public
+   catalog with a 'Forgot your password' link or not. Learn more in the
+   `OPAC section <#resetpwopac>`__ of this manual.
+
+`OpacTopissue <#OpacTopissue>`__
+''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to access a list of the most checked out items on
+the OPAC.
+
+Values:
+
+-  Allow
+
+   -  A link to 'Most Popular' will appear at the top of your OPAC
+
+      'Most Popular' link under the search box
+      |image99|
+
+-  Don't allow
+
+Description:
+
+-  This preference allows the administrator to choose to show the "Most
+   Popular" link at the top of the OPAC under the search box. The "Most
+   Popular" page shows the top circulated items in the library, as
+   determined by the number of times a title has been circulated. This
+   allows users to see what titles are popular in their community. It is
+   recommended that you leave this preference set to 'Don't allow' until
+   you have been live on Koha for a couple of months, otherwise the data
+   that it shows will not be an accurate portrayal of what's popular in
+   your library.
+
+   Sample top issues page
+   |image100|
+
+`opacuserlogin <#opacuserlogin>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+   -  The OPAC will still be searchable if patrons can't log in, this
+      just disables the patron account access via the OPAC
+
+`QuoteOfTheDay <#QuoteOfTheDay>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ Quote of the Day display on OPAC home page
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  This feature will allow you to enter a series of quotes that will
+   then show on the OPAC homepage in random order. To add/edit quotes,
+   visit the `Quote of the Day Editor <#QOTDEditor>`__ under Tools.
+
+`RequestOnOpac <#RequestOnOpac>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to place holds on items from the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+-  Don't allow
+
+`reviewson <#reviewson>`__
+''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to make comments on items on the OPAC.
+
+Values:
+
+-  Allow
+
+   -  Patrons comments/reviews all require moderation before they appear
+      in the OPAC
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'Allow'
+
+-  Don't allow
+
+Description:
+
+-  This button allows the patrons to submit comments on books they have
+   read via the OPAC. If this preference is set to "Allow" reviews are
+   first sent to the staff client for staff approval before the review
+   is displayed in the OPAC. The staff member who reviews and approves
+   comments may find the pending comments on the
+   `Comments <#comments>`__ tool. The staff member can then choose to
+   approve or delete the comments.
+
+`ShowReviewer <#ShowReviewer>`__
+''''''''''''''''''''''''''''''''
+
+Default: full name
+
+Asks: Show \_\_\_ of commenter with comments in OPAC.
+
+Values:
+
+-  first name
+
+-  first name and last initial
+
+-  full name
+
+-  last name
+
+-  no name
+
+-  username
+
+Description:
+
+-  If you would like to protect your patron's privacy in the OPAC you
+   can choose to hide their names or parts of their names from any of
+   the comments they leave on bib records in your system.
+   `reviewson <#reviewson>`__ needs to be set to 'Allow' for this to
+   preference to come in to play
+
+`ShowReviewerPhoto <#ShowReviewerPhoto>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ reviewer's photo beside comments in OPAC.
+
+Values:
+
+-  Hide
+
+-  Show
+
+   -  `reviewson <#reviewson>`__ needs to be set to 'Allow' and
+      `ShowReviewer <#ShowReviewer>`__ needs to be set to 'Show' for
+      this to preference to come in to play
+
+      ShowReviewerPhoto set to 'Show'
+      |image101|
+
+Description:
+
+-  This system preference allows libraries to show avatars next to
+   patron's comments in the OPAC. These avatars are pulled from the
+   `Libravatar <https://www.libravatar.org>`__ library, an open source
+   powered product that allows Internet users to choose a small icon to
+   display next to their name on various different websites. The library
+   has no control over the images the patron chooses to display.
+
+`SocialNetworks <#SocialNetworks>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ social network links in opac detail pages
+
+Values:
+
+-  Disable
+
+-  Enable
+
+   Social Networks
+   |image102|
+
+Description:
+
+-  This preference will enable a line of social network share buttons
+   below the right hand column on the detail pages of records in the
+   OPAC.
+
+    **Important**
+
+    In order for these share buttons to work when clicked you must have
+    filled in your `OPACBaseURL <#OPACBaseURL>`__ preference.
+
+`suggestion <#suggestionspref>`__
+'''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+      unless `AnonSuggestions <#AnonSuggestions>`__ is set to 'allow'
+
+-  Don't allow
+
+`Payments <#opacpayments>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences will allow you control the tools you use to accept
+online payments from your patrons via the OPAC.
+
+`EnablePayPalOpacPayments & PayPalSandboxMode <#EnablePayPalOpacPayments>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+EnablePayPalOpacPayments Default: Don't all
+
+PayPalSandboxMode Default: Sandbox
+
+Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
+mode.
+
+EnablePayPalOpacPayments values:
+
+-  Allow
+
+-  Don't allow
+
+PayPalSandboxMode values:
+
+-  Production
+
+   -  Visit https://developer.paypal.com/ to get information for
+      accepting payments in production
+
+-  Sandbox
+
+   -  Visit https://developer.paypal.com/developer/accounts/ to get
+      information for your sandbox account
+
+Description:
+
+-  This preference will allow you to accept credit card payments via the
+   OPAC for fines via PayPal. You will need to set up your PayPal
+   account and it is recommended that you run tests before using this in
+   production.
+
+    **Important**
+
+    PayPayl's terms of service state that you cannot charge your patrons
+    for the processing fees and so this plugin will not add additional
+    fees to the charges.
+
+`PayPalChargeDescription <#PayPalChargeDescription>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Koha fee payment
+
+Asks: The patron should see the charge description as \_\_\_
+
+Description
+
+-  This preference controls what the patron will see on their PayPal
+   account/Bank account for this charge.
+
+`PayPalPwd <#PayPalPwd>`__
+''''''''''''''''''''''''''
+
+Asks: The password for the PayPal account to receive payments is \_\_\_
+
+`PayPalSignature <#PayPalSignature>`__
+''''''''''''''''''''''''''''''''''''''
+
+Asks: The signature for the PayPal account to receive payments is \_\_\_
+
+`PayPalUser <#PayPalUser>`__
+''''''''''''''''''''''''''''
+
+Asks: The email address to receive PayPal payments is \_\_\_
+
+`Policy <#opacpolicyprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to select branch when making a purchase suggestion
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If your library system lets patrons make purchase suggestions for a
+   specific branch you can set this preference to 'Allow' to add a
+   branch selection option to the purchase suggestion form.
+
+`BlockExpiredPatronOpacActions <#BlockExpiredPatronOpacActions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't block
+
+Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
+renewing.
+
+Values:
+
+-  Block
+
+-  Don't block
+
+Description:
+
+-  This preference lets you set a default value for how Koha handles
+   permissions for patrons who are expired. This preference can be
+   overwritten by the setting on `individual patron
+   categories <#patcats>`__.
+
+`OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ opac users to create public lists
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  Public lists are visible to anyone who visits your OPAC. With this
+   preference you can control whether or now patrons are allowed to
+   create these public lists. If this is set to "Don't allow" then only
+   staff will be able to create public lists.
+
+    **Important**
+
+    This preference will only be taken in to account if you have
+    `virtualshelves <#virtualshelves>`__ set to 'Allow'
+
+`OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ opac users to share private lists with other patrons.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  This feature will add the option for patrons to share their lists
+   with other patrons. When this is set to 'Allow' patrons will see a
+   share link at the top of their list. When they click that link it
+   will ask for the email of the patron they would like to share with.
+   Koha will then email the patron an invitation to see the list.
+
+`OPACFineNoRenewals <#OPACFineNoRenewals>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 99999
+
+Asks: Only allow patrons to renew their own books on the OPAC if they
+have less than \_\_\_ USD in fines
+
+    **Note**
+
+    Leave this field blank to disable
+
+    **Important**
+
+    To allow renewals in the OPAC, `opacuserlogin <#opacuserlogin>`__
+    needs to be set to 'allow'
+
+`OpacHiddenItems <#OpacHiddenItems>`__
+''''''''''''''''''''''''''''''''''''''
+
+Asks: Allows to define custom rules for hiding specific items at opac.
+
+    **Note**
+
+    See docs/opac/OpacHiddenItems.txt in your Koha install directory for
+    more information
+
+Description:
+
+-  In this field you can enter criteria for items you would like to hide
+   from display in the OPAC. This field takes any combination of item
+   fields (from the items table in the Koha database) for blocking. For
+   example a value of:
+
+   ::
+
+       itype: [07, 10]
+       location: [STAFF, ISO]
+
+   Will block items with an itype code of 07 or 10 as well as items that
+   have a shelving location of STAFF or ISO.
+
+   In items my items.itype 07 is defined in Item Types Administration as
+   Staff Assigned My items.itype 10 in Item Types is Archival Copy The
+   locations STAFF and ISO are in Authorized Values for category=LOC
+   STAFF means it's assigned to the staff reading room and ISO means it
+   is in the isolation room.
+
+`OpacRenewalAllowed <#OpacRenewalAllowed>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to renew their own books on the OPAC.
+
+Values:
+
+-  Allow
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+-  Don't allow
+
+   -  Staff will still be able to renew items for patrons via the staff
+      client
+
+Description:
+
+-  This preference allows the administration to choose if patrons can
+   renew their checked out materials via their checked out history in
+   the OPAC. It allows patrons to renew their materials without having
+   to contact the library or having to return to the library.
+
+`OpacRenewalBranch <#OpacRenewalBranch>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: the branch the item was checked out from
+
+Asks: Use \_\_\_ as branchcode to store in the statistics table
+
+Values:
+
+-  NULL
+
+-  'OPACRenew'
+
+-  the item's home branch
+
+-  the patron's home branch
+
+-  the branch the item was checked out from
+
+Description:
+
+-  This value is used in the statistics table to help with reporting.
+   The statistics table in Koha keeps track of all checkouts and
+   renewals, this preference defines which branch is entered in to the
+   table when a patron renews an item for themselves via the OPAC.
+
+`OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+`SearchMyLibraryFirst <#SearchMyLibraryFirst>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't limit
+
+Asks: \_\_\_ patrons' searches to the library they are registered at.
+
+Values:
+
+-  Don't limit
+
+   -  Searching the OPAC will show results from all libraries
+
+   -  If you're a one branch system, choose 'Don't limit'
+
+-  Limit
+
+   -  Patrons will still be able to search other libraries via the
+      Advanced search page - but will be limited to searches for their
+      library only from the basic search box
+
+   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
+
+`Privacy <#opacprivacyprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to choose their own privacy settings for showing
+the patron's checkouts to the patron's guarantor".
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  By default staff can see checkouts to family members via the staff
+   client. This preference will allow guarantees (children) to grant
+   permission to guarantors (guardians) to view their current checkouts
+   via the public catalog. This preference requires that you allow
+   patrons to se their own privacy with the
+   `OPACPrivacy <#OPACPrivacy>`__ preference.
+
+`AnonSuggestions <#AnonSuggestions>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
+
+    **Important**
+
+    If set to 'Allow', suggestions are connected to the
+    `AnonymousPatron <#AnonymousPatron>`__
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`AnonymousPatron <#AnonymousPatron>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: 0
+
+Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
+suggestions and reading history)
+
+    **Note**
+
+    Before setting this preference `create a patron <#addnewpatron>`__
+    to be used for all anonymous suggestions and/or reading history
+    items. This patron can be any type and should be named something to
+    make it clear to you that they're anonymous (ex. Anonymous Patron).
+
+    **Important**
+
+    Remember to use the borrowernumber note the patron's cardnumber for
+    this value. The borrowernumber can be found on the patron record
+    under 'Library use' on the right.Borrowernumber
+
+`EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Keep
+
+Asks: \_\_\_ patron search history in the OPAC.
+
+Values:
+
+-  Don't keep
+
+-  Keep
+
+`OPACPrivacy <#OPACPrivacy>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ patrons to choose their own privacy settings for their
+reading history.
+
+    **Important**
+
+    This requires `opacreadinghistory <#opacreadinghistory>`__ set to
+    'Allow' and `AnonymousPatron <#AnonymousPatron>`__ to be set to your
+    anonymous patron's borrowernumber.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  The default privacy setting for each patron category can be set in
+   the `Patrons Categories <#patcats>`__ area. If you set this
+   preference to 'allow' then patrons can change that for themselves via
+   the OPAC.
+
+    **Important**
+
+    If patron has chosen to have their reading history anonymized and
+    you have `StoreLastBorrower <#StoreLastBorrower>`__ set to "Don't
+    store" then as soon as the item is checked in the last borrower will
+    be anonymized.
+
+`opacreadinghistory <#opacreadinghistory>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ patrons to see what books they have checked out in the
+past.
+
+    **Important**
+
+    Enabling this will make it so that patrons can view their
+    circulation history in the OPAC unless you have
+    `OPACPrivacy <#OPACPrivacy>`__ set to 'Allow.'
+
+    **Important**
+
+    This data is stored in the system regardless of your choice, unless
+    your patrons have chosen to never have their reading history kept.
+
+`StoreLastBorrower <#StoreLastBorrower>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't store
+
+Asks: \_\_\_ the last patron to return an item.
+
+Values:
+
+-  Don't store
+
+-  Store
+
+Description:
+
+-  This preference allows you to store the last patron to borrow an item
+   even if the patron has chosen to have their reading history
+   anonymized.
+
+    **Note**
+
+    This setting is independent of
+    `opacreadinghistory <#opacreadinghistory>`__ and/or
+    `AnonymousPatron <#AnonymousPatron>`__.
+
+`TrackClicks <#TrackClicks>`__
+''''''''''''''''''''''''''''''
+
+Default: Don't track
+
+Asks: \_\_\_ links that patrons click on.
+
+Values:
+
+-  Don't track
+
+-  Track
+
+-  Track anonymously
+
+Description:
+
+-  By setting this preference to one of the track options you will allow
+   Koha to track every link clicked in Koha. This data will be stored in
+   a database table so that you can run reports against that data. If
+   you choose to 'Track' clicks then Koha will record both the link
+   clicked and the logged in user who clicked the link. If you choose to
+   'Track anonymously' then the borrowernumber will not be recorded, but
+   the rest of the data will.
+
+       **Note**
+
+       Remember to update your local privacy policies and link to them
+       from the OPAC to notify your users that you are tracking their
+       information.
+
+`Restricted Page <#opacrestrictedpg>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Using the following preference you can create a page within your Koha
+system that is accessible by only specific IP addresses. This can be
+used to house links to databases that can only be accessed from with the
+library or other licensed content.
+
+`RestrictedPageContent <#RestrictedPageContent>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: HTML content of your restricted page.
+
+`RestrictedPageLocalIPs <#RestrictedPageLocalIPs>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Access from IP addresses beginning with \_\_\_ do not need to be
+authenticated
+
+Description:
+
+-  You can enter individual IPS as a comma separated list (ex:
+   '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
+   '127.0.')
+
+`RestrictedPageTitle <#RestrictedPageTitle>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use \_\_\_ as title of your restricted page
+
+Description:
+
+-  This title will appear in the breadcrumb and on the top of the
+   restricted page.
+
+`Self Registration <#opacselfregistrationprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`PatronSelfModificationBorrowerUnwantedField <#PatronSelfModificationBorrowerUnwantedField>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: password
+
+Asks: The following `database
+columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
+not appear on the patron self-modification screen: \_\_\_
+
+Description:
+
+-  This preference allows you to define what fields patrons can edit if
+   you're allowing them to update their personal information via the
+   public catalog with the `OPACPatronDetails <#OPACPatronDetails>`__
+   preference.
+
+    **Important**
+
+    Separate columns with \|
+
+`PatronSelfRegistration <#PatronSelfRegistration>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ library patrons to register an account via the OPAC.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  Setting this preference to 'Allow' will provide a link on the OPAC to
+   register for a new account. Using the other `Self
+   Registration <#opacselfregistrationprefs>`__ system preferences you
+   can control how this preference will function.
+
+   Register link in the OPAC
+   |image103|
+
+    **Important**
+
+    Patrons registering via the OPAC will not need to be approved by a
+    librarian. For this reason it is recommended that you set up a
+    provisional `patron category <#patcats>`__ with no `circulation
+    rights <#circfinerules>`__. That way patrons will have to come in to
+    the library to verify their identity before given circulation rights
+    at the library. Once the patron confirms their identiy the library
+    staff can change the category to one with permissions to check items
+    out and place holds.
+
+`PatronSelfRegistrationAdditionalInstructions <#PatronSelfRegistrationAdditionalInstructions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Display the following additional instructions for patrons who self
+register via the OPAC ( HTML is allowed ):
+
+Description:
+
+-  This preference takes any HTML you'd like to display on the page the
+   patron sees after successfully registering for their library card.
+
+`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: surname\|firstname
+
+Asks: The following database columns must be filled in on the patron
+entry screen: \_\_\_
+
+Description:
+
+-  This preference allows you to define what fields patrons must fill in
+   on their self regisration form. If any of the required fields are
+   blank Koha will not let the patron register.
+
+    **Important**
+
+    Separate columns with \|
+
+    **Note**
+
+    For help with field names, ask your system administrator or `view
+    the database
+    structure <http://schema.koha-community.org/tables/borrowers.html>`__
+    associated with the borrowers table.
+
+    **Note**
+
+    If you're going to require that patrons verify their accounts via
+    email with the
+    `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
+    preference the email field will automatically be marked as required.
+
+`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: password
+
+Asks: The following database columns will not appear on the patron entry
+screen: \_\_\_
+
+Description:
+
+-  Using this preference you can hide fields from the patron registraion
+   and update form in the OPAC.
+
+    **Important**
+
+    Separate columns with \|
+
+    **Note**
+
+    For help with field names, ask your system administrator or `view
+    the database
+    structure <http://schema.koha-community.org/tables/borrowers.html>`__
+    associated with the borrowers table.
+
+`PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the patron category code \_\_\_ as the default patron category
+for patrons registered via the OPAC.
+
+Description:
+
+-  Enter in the patron category code for the category that all new
+   patrons registered via the OPAC will be put in to.
+
+    **Important**
+
+    Patrons registering via the OPAC will not need to be approved by a
+    librarian. For this reason it is recommended that you set up a
+    provisional `patron category <#patcats>`__ with no `circulation
+    rights <#circfinerules>`__. That way patrons will have to come in to
+    the library to verify their identity before given circulation rights
+    at the library. Once the patron confirms their identiy the library
+    staff can change the category to one with permissions to check items
+    out and place holds.
+
+    **Important**
+
+    If you leave this blank or enter in an invalid code your patrons
+    will still be able to register but will not be given a username.
+    There will be no errors on the page to explain this, so be sure to
+    enter a valid patron category code.
+
+`PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 0
+
+Asks: Delete patrons registered via the OPAC, but not yet verified after
+\_\_\_ days.
+
+Description:
+
+-  This prefence links to the `delete\_expired\_opac\_registrations.pl
+   cron job <#deleteexpiredregistrationcron>`__. If that cron is set to
+   run nightly it will clean up any registrations that have not been
+   verified via email in the number of days entered on this preference.
+   This is dependent on
+   `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
+   preference.
+
+`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't require
+
+Asks: \_\_\_ that a self-registering patron verify his or herself via
+email.
+
+Values:
+
+-  Don't require
+
+-  Require
+
+Description:
+
+-  If you require patrons to verify their accounts via email they will
+   not be able to log in to the OPAC until they acknowledge the email
+   sent by Koha. If you don't require this then patrons will be able to
+   log in as soon as they fill in the registration form. You can set the
+   `PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
+   preference to delete the un-verified self registrations after a
+   certain number of days.
+
+    **Note**
+
+    If you're going to require that patrons verify their accounts via
+    email then the email field will automatically be marked as required.
+
+`Shelf Browser <#shelfbrowseprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`OPACShelfBrowser <#OPACShelfBrowser>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
+see what's near that item on the shelf.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   OPACShelfBrowser
+   |image104|
+
+Description:
+
+-  This preference allows patrons to view what is located on the shelf
+   near the item they looked up. The shelf browser option appears on the
+   details page to the right of each items' call number. Clicking the
+   'Browse Shelf' link allows for a virtual shelf browsing experience
+   via the OPAC and lets patrons see other books that may relate to
+   their search and items that sit on the shelf near the item they are
+   looking at.
+
+    **Important**
+
+    This uses up a fairly large amount of resources on your server, and
+    should be avoided if your collection has a large number of items.
+
+`ShelfBrowserUsesCcode <#ShelfBrowserUsesCcode>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ the item collection code when finding items for the shelf
+browser.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  If your library uses collection codes then you might want the shelf
+   browser to take into consideration what collection the books belong
+   to when populating the virtual shelf browser.
+
+`ShelfBrowserUsesHomeBranch <#ShelfBrowserUsesHomeBranch>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Use
+
+Asks: \_\_\_ the item home branch when finding items for the shelf
+browser.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  If you have a multiple branch system you may want to make sure that
+   Koha takes into consideration what branch owns the books when
+   populating the virtual shelf browser for accuracy.
+
+`ShelfBrowserUsesLocation <#ShelfBrowserUsesLocation>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Use
+
+Asks: \_\_\_ the item location when finding items for the shelf browser.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+Description:
+
+-  If your library uses shelving locations then you might want the shelf
+   browser to take into consideration what shelving location the books
+   belong to when populating the virtual shelf browser.
+
+`Patrons <#patronprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Patrons
+
+`General <#generalpatronpref>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AutoEmailOpacUser <#AutoEmailOPACUser>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't send
+
+Asks: \_\_\_ an email to newly created patrons with their account
+details.
+
+Description:
+
+-  AutoEmailOpacUser allows library users to be notified by email of
+   their account details when a new account is opened at the email
+   address specified in the
+   `AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__ preference.
+   The email contains the username and password given to or chosen by
+   the patron when signing up for their account and can be customized by
+   editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
+
+Values:
+
+-  Don't send
+
+-  Send
+
+`AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: alternate
+
+Asks: Use \_\_\_ patron email address for sending out emails.
+
+Values:
+
+-  alternate
+
+-  first valid
+
+-  home
+
+-  work
+
+Description:
+
+-  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
+   the system will check the email fields in this order: home, work,
+   then alternate. Otherwise the system will use the email address you
+   specify.
+
+`autoMemberNum <#autoMemberNum>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Do
+
+Asks: \_\_\_ default the card number field on the patron addition screen
+to the next available card number
+
+Values:
+
+-  Do
+
+   -  If the largest currently used card number is 26345000012941, then
+      this field will default to 26345000012942 for the next patron
+
+-  Don't
+
+Description:
+
+-  This preference determines if the patron's barcode is automatically
+   calculated. This prevents the person setting up the library card
+   account from having to assign a number to the new card. If set to
+   'Do' the system will calculate a new patron barcode by adding 1 to
+   the maximum barcode already present in the database.
+
+`BorrowerMandatoryField <#BorrowerMandatoryField>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: surname\|cardnumber\|barcode
+
+Asks: The following database columns must be filled in on the patron
+entry screen: \_\_\_
+
+Description:
+
+-  This preference enables the system administrator to choose which
+   fields your library would like required for patron accounts. Enter
+   field names separated by \| (bar). This ensures that basic
+   information is included in each patron record. If a patron leaves one
+   of the required fields blank an error message will issue and the
+   account will not be created.
+
+    **Important**
+
+    Separate columns with \|
+
+    **Note**
+
+    For help with field names, ask your system administrator or `view
+    the database
+    structure <http://schema.koha-community.org/tables/borrowers.html>`__
+    associated with the borrowers table.
+
+`borrowerRelationship <#borrowerRelationship>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: father\|mother
+
+Asks: Guarantors can be the following of those they guarantee \_\_\_
+
+Description:
+
+-  This preference enables the system administrator to define valid
+   relationships between a guarantor (usually a parent) & a guarantee
+   (usually a child). Defining values for this field does not make the
+   guarantor field required when adding a guarantee type patron. This
+   preference creates a drop down list identifying the relationship of
+   the guarantor to the guarantee. To disable the ability to add
+   children types in Koha you can leave this field blank.
+
+    **Important**
+
+    Input multiple choices separated by \|
+
+`BorrowerRenewalPeriodBase <#BorrowerRenewalPeriodBase>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: current date
+
+Asks: When renewing borrowers, base the new expiry date on \_\_\_
+
+Values:
+
+-  current date.
+
+-  current membership expiry date.
+
+Description:
+
+-  This preference controls what the patron's new expiration date will
+   be when you renew their card. Using the 'current date' will add the
+   subscription period to today's date when calculating the new
+   expiration date. Using 'current membership expiry date' will add the
+   subscription period to the old expiration date for the patron when
+   renewing their account.
+
+`BorrowersTitles <#BorrowersTitles>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Mr\|Mrs\|Miss\|Ms
+
+Asks: Borrowers can have the following titles \_\_\_
+
+Description:
+
+-  This preference allows the staff to choose the titles that can be
+   assigned to patrons. The choices present as a drop down list when
+   creating a patron record.
+
+    **Important**
+
+    Input multiple choices separated by \|
+
+`BorrowerUnwantedField <#BorrowerUnwantedField>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The following database columns will not appear on the patron entry
+screen: \_\_\_
+
+Description:
+
+-  This preference enables the system administrator to choose which
+   fields your library doesn't need to see on the patron entry form.
+   Enter field names separated by \| (bar).
+
+    **Important**
+
+    Separate columns with \|
+
+    **Note**
+
+    For help with field names, ask your system administrator or `view
+    the database
+    structure <http://schema.koha-community.org/tables/borrowers.html>`__
+    associated with the borrowers table.
+
+`CardnumberLength <#CardnumberLength>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Asks: Card numbers for patrons must be \_\_\_ characters long.
+
+Description:
+
+-  The length can be a single number to specify an exact length, a range
+   separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
+   (i.e., ',Max'). If 'cardnumber' is included in the
+   `BorrowerMandatoryField <#BorrowerMandatoryField>`__ list, the
+   minimum length, if not specified here, defaults to one.
+
+`checkdigit <#checkdigit>`__
+''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ check and construct borrower card numbers in the Katipo
+style.
+
+Values:
+
+-  Do
+
+-  Don't
+
+    **Important**
+
+    This overrides `autoMemberNum <#autoMemberNum>`__ if on.
+
+`EnableBorrowerFiles <#EnableBorrowerFiles>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
+a borrower record.
+
+Values:
+
+-  Do
+
+-  Don't
+
+Description:
+
+-  When enabled this will add a 'Files' tab to the left of the patron
+   detail page where you can view and upload files to the patron record.
+
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to manage which notices patrons will receive and when
+they will receive them.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+    **Important**
+
+    This only applies to certain kinds of notices, overdue notices will
+    be sent based on the library's rules, not the patron's choice.
+
+    **Note**
+
+    To manage if patrons have also access to these settings, use
+    `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__.
+
+Description:
+
+-  These messages are in addition to the overdue notices that the
+   library sends. The difference between these notices and overdues is
+   that the patron can opt-in and out of these. Setting this preference
+   to 'Allow' will allow staff to choose for patrons to receive any one
+   of the following messages:
+
+   -  Item Checkout : A notice that lists all the of the items the
+      patron has just checked out and/or renewed, this is an electronic
+      form of the checkout receipt
+
+   -  Item Due : A notice on the day and item is due back at the library
+
+   -  Hold Filled : A notice when you have confirmed the hold is waiting
+      for the patron
+
+   -  Item Checkin : A notice that lists all the of the items the patron
+      has just checked in
+
+   -  Advanced Notice : A notice in advance of the patron's items being
+      due (Staff can choose the number of days in advance)
+
+`EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ patron messaging setting on the OPAC
+
+Values:
+
+-  Don't show
+
+-  Show
+
+    **Important**
+
+    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+    must be enabled for messaging options to show in the OPAC
+
+Description:
+
+-  These messages are in addition to the overdue notices that the
+   library sends. The difference between these notices and overdues is
+   that the patron can opt-in and out of these. Setting this preference
+   to 'Allow' will allow patrons to choose to receive any one of the
+   following messages:
+
+   -  Item Checkout : A notice that lists all the of the items the
+      patron has just checked out and/or renewed, this is an electronic
+      form of the checkout receipt
+
+   -  Item Due : A notice on the day and item is due back at the library
+
+   -  Hold Filled : A notice when you have confirmed the hold is waiting
+      for the patron
+
+   -  Item Checkin : A notice that lists all the of the items the patron
+      has just checked in
+
+   -  Advanced Notice : A notice in advance of the patron's items being
+      due (The patron can choose the number of days in advance)
+
+`ExtendedPatronAttributes <#ExtendedPatronAttributes>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Enable
+
+Asks: \_\_\_ searching, editing and display of custom attributes on
+patrons.
+
+Values:
+
+-  Don't enable
+
+-  Enable
+
+   -  Define attributes in Koha administration
+
+   -  Get there: More > Administration > `Patron Attribute
+      Types <#patronattributetypes>`__
+
+Description:
+
+-  Patron attributes are library-defined custom fields that can be
+   applied to patron records.
+
+    **Note**
+
+    Use custom attributes for fields that the default patron record does
+    not support such as driver's license number or student ID number.
+
+`FeeOnChangePatronCategory <#FeeOnChangePatronCategory>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Do
+
+Asks: \_\_\_ charge a fee when a patron changes to a category with an
+enrollment fee.
+
+Values:
+
+-  Do
+
+-  Don't
+
+`intranetreadinghistory <#intranetreadinghistory>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to access a patron's checkout history.
+
+    **Important**
+
+    If you have the `OPACPrivacy <#OPACPrivacy>`__ preference set to
+    'Allow' and the patron has decided to not have their history kept
+    staff will only see currently checked out items.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+    **Important**
+
+    Reading history is still stored, regardless of staff being allowed
+    access or not unless the patron has chosen to have their history
+    anonymized via their `privacy page <#opacmyprivacy>`__.
+
+`MaxFine <#MaxFine>`__
+''''''''''''''''''''''
+
+Default: 9999
+
+Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
+
+Description:
+
+-  This preference controls the default cap on fines accrued by the
+   patron. Leaving this preference blank means that there is no cap on
+   the amount of fines a patron can accrue. If you'd like, single item
+   caps can be specified in the `circulation rules
+   matrix <#circfinerules>`__.
+
+`MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Send an account expiration notice when a patron's card will expire
+in \_\_\_ days.
+
+Description:
+
+-  If you would like to notify patrons that their accounts are about to
+   expire then you can enter a number of days before expiration in this
+   preference. The notice text can be customized in the `Notices &
+   Slips <#notices>`__ tool.
+
+    **Important**
+
+    You will need to enable the `membership expiry cron
+    job <#patronexpirycron>`__ for this notice to send.
+
+`minPasswordLength <#minPasswordLength>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: 3
+
+Asks: Login passwords for staff and patrons must be at least \_\_\_
+characters long.
+
+    **Important**
+
+    This applies to both the staff login and the patron OPAC login.
+
+`NotifyBorrowerDeparture <#NotifyBorrowerDeparture>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 30
+
+Asks: Show a notice that a patron is about to expire \_\_\_ days
+beforehand.
+
+Description:
+
+-  When the patron attempts to check out materials, a warning will
+   appear in the check out window of the Staff Client telling the
+   librarian that the patrons account is about to expire.
+
+    **Important**
+
+    This notice will appear on the patron's record in the staff client.
+
+`patronimages <#patronimages>`__
+''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
+client.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  If this preference is set to 'Allow' the staff will be able to upload
+   images of patrons either `one by one <#addpatronimages>`__ or `in
+   bulk <#uploadpatronimages>`__. Patrons images will show on the detail
+   page to the left of the patron information. They can also show in the
+   OPAC if you set the `OPACpatronimage <#OPACpatronimage>`__ preference
+   or in the self check out module if you set the
+   `ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
+   preference.
+
+`PatronsPerPage <#PatronsPerPage>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: By default, show \_\_\_ results per page in the staff client.
+
+Description:
+
+-  This preference will let you define how many patrons to show on
+   patron search results pages.
+
+`SMSSendDriver, SMSSendUsername, and SMSSendPassword <#SMSSendDriver>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
+username/login \_\_\_ and a password \_\_\_.
+
+    **Important**
+
+    Please refer to your national laws concerning the sending of bulk
+    SMS messages before enabling this feature.
+
+Descritpion:
+
+-  There are two options for using SMS in Koha. You can use the Email
+   protocol for free by entering 'Email' as the SMSSendDriver or you can
+   pay for a SMS driver. Some examples of values for the driver are:
+
+   -  SMS::Send::Us::Ipipi
+
+   -  SMS::Send::US::TMobile
+
+   -  SMS::Send::US::Verizon
+
+   -  SMS::Send::IN::Unicel
+
+   Additional values can be found here:
+   http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
+
+       **Important**
+
+       Only drivers available as Perl modules will work in this
+       preference, so make sure a Perl module is available before
+       choosing an SMS service.
+
+   Once a driver is entered in the preference an option will appear in
+   the staff client and the OPAC on the patron messaging form to choose
+   to receive messages as SMS
+
+   SMSSendDriver Options
+   |image105|
+
+    **Important**
+
+    You must allow
+    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ for
+    this to work.
+
+`StatisticsFields <#StatisticsFields>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: location\|itype\|ccode
+
+Asks: Show the following fields from the items database table as columns
+on the statistics tab on the patron record: \_\_\_
+
+Statistics on Patron Record
+|image106|
+
+    **Important**
+
+    Enter the values separated by bars (\|)
+
+Description:
+
+-  This preference lets you set which fields will show on the patron
+   record on the Statistics tab.
+
+`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
+(overdues, predues and holds notices currently supported).
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  To learn more about setting up this third party product view the
+   `Talking Tech Appendix <#talkingtechappendix>`__.
+
+    **Important**
+
+    Requires that you have
+    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ set
+    to Allow to use.
+
+`uppercasesurnames <#uppercasesurnames>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ store and display surnames (last names) in upper case.
+
+Values:
+
+-  Do
+
+-  Don't
+
+`useDischarge <#useDischarge>`__
+''''''''''''''''''''''''''''''''
+
+Default: Don't allow
+
+Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
+a discharge.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+Description:
+
+-  A discharge is a certificate that says the patron has no current
+   checkouts, no holds and owe no money.
+
+       **Note**
+
+       In France a "quitus" ("discharge") is needed if you want to
+       register for an account in a library or a university).
+
+       **Note**
+
+       Academic libraries often require that you have a clear record at
+       the library before you can graduate.
+
+`Norwegian patron database <#norwegianpref>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`NorwegianPatronDBEnable & NorwegianPatronDBEndpoint <#NorwegianPatronDBEnable>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+NorwegianPatronDBEnable Default: Disable
+
+Asks: \_\_\_ the ability to communicate with the Norwegian national
+patron database via the \_\_\_ endpoint.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+`NorwegianPatronDBSearchNLAfterLocalHit <#NorwegianPatronDBSearchNLAfterLocalHit>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't
+
+Asks: \_\_\_ search the Norwegian national patron database after a local
+search result was found.
+
+Values:
+
+-  Do
+
+-  Don't
+
+`NorwegianPatronDBUsername & NorwegianPatronDBPassword <#NorwegianPatronDBUsername>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Communicate with the Norwegian national patron database using the
+username \_\_\_ and the password \_\_\_.
+
+Description:
+
+-  You can get these from "Base Bibliotek", which is maintained by the
+   Norwegian National Library.
+
+`Searching <#searchingprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences >
+Searching
+
+`Features <#searchfeatureprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`EnableSearchHistory <#EnableSearchHistory>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't keep
+
+Asks: \_\_\_ patron search history in the staff client.
+
+Values:
+
+-  Don't keep
+
+-  KeepEnableSearchHistory
+
+Description:
+
+-  This preference controls whether the staff client keeps search
+   history for logged in users. Search history will be accessible under
+   the link to your account in the top right of the staff client.
+
+`IncludeSeeFromInSearches <#IncludeSeeFromInSearches>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't include
+
+Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
+searches.
+
+Values:
+
+-  Don't include
+
+-  Include
+
+Description:
+
+-  When this preference is set to include the search engine indexer will
+   insert *see from* headings from authority records into bibliographic
+   records when indexing, so that a search on an obsolete term will turn
+   up relevant records. For example when you search for cookery (the old
+   term) you get titles with the heading of cooking (the new term).
+
+    **Important**
+
+    You will need to reindex your bibliographic database when changing
+    this preference.
+
+`OpacGroupResults <#OpacGroupResults>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't use
+
+Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
+
+Values:
+
+-  Don't use
+
+-  Use
+
+    **Important**
+
+    This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
+    set up and running.
+
+`QueryAutoTruncate <#QueryAutoTruncate>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: automatically
+
+Asks: Perform wildcard searching (where, for example, Har would match
+Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
+\*logging.)
+
+Values:
+
+-  automatically
+
+-  only if \* is added
+
+Description:
+
+-  This setting allows for searches to be automatically truncated or for
+   additional characters to be added to the end of a search string. When
+   set to "automatically" the search string automatically ends with a
+   wildcard function. For example, a search for the word "invent" with
+   auto truncation enabled will also retrieve results for inventor,
+   invention, inventory, etc. If you don't want this to happen
+   automatically you can still be perform wildcard searches manually by
+   adding an asterisk (\*). Typing "invent\*" even with auto truncation
+   disabled will retrieve the same inventor, invention, inventory
+   results. Auto truncation bypasses the necessity to type long search
+   strings in their entirety.
+
+`QueryFuzzy <#QueryFuzzy>`__
+''''''''''''''''''''''''''''
+
+Default: Try
+
+Asks: \_\_\_ to match similarly spelled words in a search (for example,
+a search for flang would also match flange and fang)
+
+Values:
+
+-  Don't try
+
+-  Try
+
+Description:
+
+-  This preference enables "fuzzy" searching, in which the search engine
+   returns results that are similar to, but not exactly matching, the
+   word or words entered by the user. This preference enables the search
+   function to compensate for slightly misspelled names or phrases.
+
+    **Important**
+
+    Requires that `UseICU <#UseICU>`__ set to 'Not using'
+
+`QueryStemming <#QueryStemming>`__
+''''''''''''''''''''''''''''''''''
+
+Default: Try
+
+Asks: \_\_\_ to match words of the same base in a search
+
+Values:
+
+-  Don't try
+
+-  Try
+
+   -  A search for enabling would also match enable and enabled
+
+Description:
+
+-  This preference enables word stemming. Stemming allows the search
+   function to return multiple versions of the same word, as well as
+   related terms (i.e., both fish and fishing would be returned).
+
+`QueryWeightFields <#QueryWeightFields>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Enable
+
+Asks: \_\_\_ ranking of search results by relevance
+
+Values:
+
+-  Disable
+
+-  Enable
+
+`TraceCompleteSubfields <#TraceCompleteSubfields>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Force
+
+Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
+only for complete-subfield matches.
+
+Values:
+
+-  Don't force
+
+   -  Searches for subject keywords (example:
+      opac-search.pl?q=su:World%20Wide%20Web)
+
+-  Force
+
+   -  Searches for complete subject fields (example:
+      opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
+
+Description:
+
+-  When TraceCompleteSubfields is set to "force," clicking on links in
+   non-authority controlled subject tracings will only find other
+   records where the entire subfields match. Leaving it at "don't force"
+   does a keyword search of the subject indexes.
+
+    **Important**
+
+    This preference assumes that you're using XSLT stylesheets as set in
+    the `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preference.
+
+`TraceSubjectSubdivisions <#TraceSubjectSubdivisions>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Include
+
+Asks: \_\_\_ subdivisions for searches generated by clicking on subject
+tracings.
+
+Values:
+
+-  Don't include
+
+   -  Searches for subject keywords (example:
+      opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
+
+-  Include
+
+   -  Searches for complete subject fields (example:
+      opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
+
+Description:
+
+-  When TraceSubjectSubdivisions is set to "Include," if you click on a
+   subject with subdivisions (subfields other than 'a') they will be
+   searched along with the subject heading (subfield 'a'). To have only
+   the subject heading (subfield 'a') searched, set this preference to
+   "Don't include."
+
+    **Important**
+
+    This preference assumes that you're using XSLT stylesheets as set in
+    the `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preference.
+
+`UseICU <#UseICU>`__
+''''''''''''''''''''
+
+Default: Not using
+
+Asks: \_\_\_ ICU Zebra indexing.
+
+Values:
+
+-  Not using
+
+-  Using
+
+Description:
+
+-  ICU is a set of code libraries providing Unicode and Globalization
+   support for software applications. What this means is ICU Zebra
+   indexing is only necessary if you use non-roman characters in your
+   cataloging. If using ICU Zebra indexing you will want to not use
+   `QueryFuzzy <#QueryFuzzy>`__.
+
+    **Important**
+
+    This setting will not affect Zebra indexing, it should only be used
+    to tell Koha that you have activated ICU indexing if you have
+    actually done so, since there is no way for Koha to figure this out
+    on its own.
+
+    **Important**
+
+    Talk to your system administrator when changing this preference to
+    make sure that your system is set up properly for this to work.
+
+`UseQueryParser <#UseQueryParser>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Do not try
+
+Asks: \_\_\_ to use the QueryParser module for parsing queries.
+
+    **Note**
+
+    Enabling this will have no impact if you do not have QueryParser
+    installed, and everything will continue to work as usual.
+
+Values:
+
+-  Do not try
+
+-  Try
+
+Description:
+
+-  This preference enables an experimental new query parser which opens
+   the door for a more expressive and more-effective search syntax.
+
+`Results Display <#searchresultsprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`defaultSortField & defaultSortOrder <#defaultSortField>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+defaultSortField Default: author
+
+defaultSortOrder Default: ascending
+
+Asks: By default, sort search results in the staff client by \_\_\_,
+\_\_\_\_
+
+Description:
+
+-  These preferences set the default sort field and sort order for
+   searches on the staff side. Regardless of your choice, the other sort
+   options are still available in the drop down list on the advanced
+   search page.
+
+defaultSortField Values:
+
+-  author
+
+-  call number
+
+-  date added
+
+-  date of publication
+
+-  relevance
+
+-  title
+
+-  total number of checkouts
+
+defaultSortOrder Values:
+
+-  ascending
+
+-  descending
+
+-  from A to Z
+
+-  from Z to A
+
+`displayFacetCount <#displayFacetCount>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ facet counts.
+
+Description:
+
+-  This preference lets you decide if you show how many times a facet is
+   used in your search results in the OPAC and the staff client. The
+   relevance of these numbers highly depends on the value of the
+   `maxRecordsForFacets <#maxRecordsForFacets>`__ preference. Showing
+   these numbers can potentially effect the performance of your
+   searching, so test your system with different values for this
+   preference to see what works best.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   Number of times each Facet is found in results
+   |image107|
+
+`DisplayLibraryFacets <#DisplayLibraryFacets>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: holding library
+
+Asks: Show facets for \_\_\_
+
+Values:
+
+-  both home and holding library
+
+-  holding library
+
+-  home library
+
+Description:
+
+-  This preferenc controls the libraries facet that displays on search
+   results in the staff and opac. The value selected here will determin
+   which library(s) show in the facets when a search is run.
+
+`FacetLabelTruncationLength <#FacetLabelTruncationLength>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
+interface.
+
+Description:
+
+-  In the OPAC and the staff client your facets are cut off at 20
+   characters by default. Depending on your layout this may be too many
+   or two few letters, this preference lets you decide what number is
+   best for your library's design.
+
+`FacetMaxCount <#FacetMaxCount>`__
+''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: Show up \_\_\_ to facets for each category.
+
+Description:
+
+-  This preference allows you to control how many possible limits show
+   under each heading (Author, Series, Topics, etc) on the facets in the
+   OPAC.
+
+`maxItemsInSearchResults <#maxItemsInSearchResults>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: Show up to \_\_\_ items per biblio in the search results
+
+Description:
+
+-  This preference will let you set how many results display by default
+   when a search is run on the Staff Client.
+
+`maxRecordsForFacets <#maxRecordsForFacets>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: Build facets based on \_\_\_ records from the search results.
+
+Description:
+
+-  By default Koha only bases facets on the first page of results
+   (usually 20 results). This preference lets you tell Koha to based the
+   facet descriptions and numbers on any number of search results
+   returned. The higher this number the longer it will take for your
+   search results to return, so test with various different values to
+   find the best balance for your library.
+
+`MaxSearchResultsItemsPerRecordStatusCheck <#MaxSearchResultsItemsPerRecordStatusCheck>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: For records with many items, only check the availability status
+for the first \_\_\_ items.
+
+Description:
+
+-  Availability statuses may show incorrectly in search results if a
+   record has more items than the limit set. Statuses will display
+   correctly in the record details. Leave empty for no limit.
+
+`numSearchResults <#numSearchResults>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: By default, show \_\_\_ results per page in the staff client.
+
+`OPACdefaultSortField & OPACdefaultSortOrder <#opacdefaultsort>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+OPACdefaultSortField Default: relevance
+
+OPACdefaultSortOrder Default: ascending
+
+Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
+
+Description:
+
+-  These preferences set the default sort field and sort order for
+   searches on the OPAC. Regardless of your choice, the other sort
+   options are still available in the drop down list on the advanced
+   search page.
+
+OPACdefaultSortField Values:
+
+-  author
+
+-  call number
+
+-  date added
+
+-  date of publication
+
+-  relevance
+
+-  title
+
+-  total number of checkouts
+
+OPACdefaultSortOrder Values:
+
+-  ascending
+
+-  descending
+
+-  from A to Z
+
+-  from Z to A
+
+`OPACItemsResultsDisplay <#OPACItemsResultsDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ an item's branch, location and call number in OPAC search
+results.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+Description:
+
+-  This setting selects the information about an item that will display
+   in the search results page of the OPAC. The results can display the
+   status of an item and/or full details including branch, location, and
+   call number. While the 'Show' option allows for more information to
+   be displayed on the search results page, the information can be
+   overwhelming for large collections with multiple branches.
+
+`OPACnumSearchResults <#OPACnumSearchResults>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: 20
+
+Asks: By default, show \_\_\_ results per page in the OPAC.
+
+`SearchWithISBNVariations <#SearchWithISBNVariations>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't search
+
+Asks: When searching on the ISBN index, \_\_\_ on all variations of the
+ISBN.
+
+Values:
+
+-  don't search
+
+-  search
+
+Descriptions:
+
+-  With this preference set to search you'll be able to search for ISBNs
+   even if there are dashes or spaces in the field. So if you search for
+   9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
+   still be able to find it if this preference is set to 'search'.
+
+    **Important**
+
+    This preference has no effect if
+    `UseQueryParser <#UseQueryParser>`__ is on
+
+`Search Form <#searchformprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`AdvancedSearchLanguages <#AdvancedSearchLanguages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Limit the languages listed in the advanced search drop-down to the
+\_\_\_ ISO 639-2 language codes (separate values with \| or ,).
+
+Description:
+
+-  This preference will allow you to decide what languages show in the
+   pull down menu on the advanced search page in the OPAC and the staff
+   client. If this preference is left blank, all languages will show. To
+   limit the languages that are shown enter their `ISO 639-2 language
+   codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
+   separated by comma ( , ) or bar ( \| ). For example to limit listing
+   to French and Italian, enter ita\|fre.
+
+`AdvancedSearchTypes <#AdvancedSearchTypes>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: itemtype
+
+Asks: Show tabs in OPAC and staff-side advanced search for limiting
+searches on the \_\_\_ fields (separate values with \|).
+
+Description:
+
+-  On the advanced search page you can choose to allow filters on one or
+   all of the following: Item types (itemtypes), Collection Codes
+   (ccode) and Shelving Location (loc). If you would like to be able to
+   limit searches on item type and shelving location for example you
+   would enter itemtypes\|loc in the preference input box. The order of
+   these fields will determine the order of the tabs in the OPAC and
+   staff client advanced search screens. Values within the search type
+   are OR'ed together, while each different search type is AND'ed
+   together in the query limits. The current stored values are supported
+   without any required modification.Each set of advanced search fields
+   are displayed in tabs in both the OPAC and staff client. The first
+   value in the AdvancedSearchTypes syspref is the selected tab; if no
+   values are present, "itemtypes" is used. For non-itemtype values, the
+   value in AdvancedSearchTypes must match the Authorised Value name,
+   and must be indexed with 'mc-' prefixing that name.
+
+   Searching by Item Type and Shelving Location
+   |image108|
+
+`expandedSearchOption <#expandedSearchOption>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't show
+
+Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
+search pages.
+
+Values:
+
+-  don't show
+
+-  show
+
+`IntranetNumbersPreferPhrase <#IntranetNumbersPreferPhrase>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't use
+
+Asks: By default, \_\_\_ the operator "phr" in the callnumber and
+standard number staff client searches
+
+Values:
+
+-  don't use
+
+-  use
+
+Description:
+
+-  When searching by call number and standard number (biblionumber) in
+   Koha Staff Client you can choose to force the search to be a phrase
+   search by setting this preference to 'use.' This will allow for more
+   accurate results over doing a general keyword field search.
+
+`OPACNumbersPreferPhrase <#OPACNumbersPreferPhrase>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: don't use
+
+Asks: By default, \_\_\_ the operator "phr" in the callnumber and
+standard number OPAC searches
+
+Values:
+
+-  don't use
+
+-  use
+
+Description:
+
+-  When searching by call number and standard number (biblionumber) in
+   the Koha OPAC you can choose to force the search to be a phrase
+   search by setting this preference to 'use.' This will allow for more
+   accurate results over doing a general keyword field search.
+
+`Serials <#serialsprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Serials
+
+`opacSerialDefaultTab <#opacSerialDefaultTab>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Subscriptions tab
+
+Asks: Show \_\_\_ as default tab for serials in OPAC.
+
+Values:
+
+-  Holdings tab
+
+-  Serial Collection tab
+
+       **Important**
+
+       Please note that the Serial Collection tab is currently available
+       only for systems using the UNIMARC standard.
+
+   Serial Collection tab
+   |image109|
+
+-  Subscriptions tab
+
+   Subscriptions tab
+   |image110|
+
+`OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: 3
+
+Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
+
+Description:
+
+-  This preference allows the administrator to select the number of
+   recent issues for each serial which appear in the OPAC when the
+   serial is accessed. This is just the default value, patrons can
+   always click to see a full list of serials.
+
+`RenewSerialAddsSuggestion <#RenewSerialAddsSuggestion>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Don't add
+
+Asks: \_\_\_ a suggestion for a biblio when its attached serial is
+renewed.
+
+Values:
+
+-  Add
+
+-  Don't add
+
+Description:
+
+-  If set to "Add", this preference will automatically add a serial to
+   the Acquisitions Purchase Suggestions menu when clicking the 'renew'
+   option. If you don't use the Acquisitions module to manage serials
+   purchases it's best to leave this set as 'Don't add.'
+
+`RoutingListAddReserves <#RoutingListAddReserves>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Place
+
+Asks: \_\_\_ received serials on hold if they are on a routing list.
+
+Values:
+
+-  Place
+
+-  Don't place
+
+`RoutingListNote <#RoutingListNote>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Asks: Include following note on all routing lists
+
+Description:
+
+-  Text entered in this box will appear below the routing list
+   information.
+
+`RoutingSerials <#RoutingSerials>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: Don't add
+
+Asks: \_\_\_ received serials to the routing list.
+
+Description:
+
+-  This preference determines if serials routing lists are enabled or
+   disabled for the library. When set to "Add", serials routing is
+   enabled and a serial can be directed through a list of people by
+   identifying who should receive it next. The list of people can be
+   established for each serial to be passed using the Serials module.
+   This preference can be used to ensure each person who needs to see a
+   serial when it arrives at the library will get it. Learn more in the
+   `routing list <#routinglist>`__ section of this manual.
+
+Values:
+
+-  Add
+
+-  Don't add
+
+`StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: 3
+
+Asks: Show the \_\_\_ previous issues of a serial on the staff client.
+
+Description:
+
+-  This preference allows the administrator to select the number of
+   recent issues for each serial which appear in the Staff Client when
+   the serial is accessed. This is just the default value, staff members
+   can always click to see a full list of serials.
+
+`SubscriptionDuplicateDroppedInput <#SubscriptionDuplicateDroppedInput>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Asks: List of fields which must not be rewritten when a subscription is
+duplicated (Separated by pipe \|) \_\_\_
+
+Description:
+
+-  When duplicating a subscription sometimes you don't want all of the
+   fields duplicated, using this preference you can list the fields that
+   you don't want to be duplicated. These field names come from the
+   subscription table in the Koha database. Learn what fields are in
+   that table on the `Koha DB
+   Schema <http://schema.koha-community.org/tables/subscription.html>`__
+   site.
+
+`SubscriptionHistory <#SubscriptionHistory>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: full history
+
+Asks: When showing the subscription information for a bibliographic
+record, preselect \_\_\_ view of serial issues.
+
+Values:
+
+-  brief history
+
+   Brief History
+   |image111|
+
+-  full history
+
+   Full History
+   |image112|
+
+Description:
+
+-  This preference determines what information appears in the OPAC when
+   the user clicks the More Details option. The 'brief' option displays
+   a one-line summary of the volume and issue numbers of all issues of
+   that serial held by the library. The 'full' option displays a more
+   detailed breakdown of issues per year, including information such as
+   the issue date and the status of each issue.
+
+`Staff Client <#staffprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Staff
+Client
+
+`Appearance <#staffappearprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`Display856uAsImage <#Display856uAsImage>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Neither details or results page
+
+Asks: Display the URI in the 856u field as an image on: \_\_\_
+
+Values:
+
+-  Both results and details pages
+
+   -  **Important**
+
+          Not implemented yet
+
+-  Detail page only
+
+   -  **Important**
+
+          `XSLTDetailsDisplay <#XSLTDetailsDisplay>`__ needs to be on
+          for this preference to work.
+
+   Showing the 856u as an image
+   |image113|
+
+-  Neither details or results page
+
+-  Results page only
+
+   -  **Important**
+
+          Not yet implemented
+
+Description:
+
+-  In addition to this option being set, the corresponding XSLT option
+   must be turned on. Also, the corresponding 856q field must have a
+   valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
+   starting with "image/"), or the generic indicator "img" entered in
+   the field. When all of the requirements are met, an image file will
+   be displayed instead of the standard link text. Clicking on the image
+   will open it in the same way as clicking on the link text. When you
+   click on the image it should open to full size, in the current window
+   or in a new window depending on the value in the system pref
+   `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__.
+
+   Sample 856 Field
+   |image114|
+
+`DisplayIconsXSLT <#DisplayIconsXSLT>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ the format, audience, and material type icons in XSLT
+MARC21 results and detail pages in the staff client.
+
+    **Important**
+
+    `XSLTResultsDisplay <#XSLTResultsDisplay>`__ and/or
+    `XSLTDetailsDisplay <#XSLTDetailsDisplay>`__ must be set to use an
+    XSLT stylesheet (default or custom) for these icons to show.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+   DisplayIconsXSLT
+   |image115|
+
+    **Note**
+
+    See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
+    these icons.
+
+`intranet\_includes <#intranet_includes>`__
+'''''''''''''''''''''''''''''''''''''''''''
+
+Default: includes
+
+Asks: Use include files from the \_\_\_ directory in the template
+directory, instead of includes/. (Leave blank to disable)
+
+`IntranetCirculationHomeHTML <#IntranetCirculationHomeHTML>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML in its own div on the bottom of the home
+page of the circulation module: IntranetCirculationHomeHTML
+
+`intranetcolorstylesheet <#intranetcolorstylesheet>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Include the additional CSS stylesheet \_\_\_ to override specified
+settings from the default stylesheet
+
+Description:
+
+-  This preference is used to set the background color and style of the
+   Staff Client. The value is a .css file. The system administrator
+   should determine which file is appropriate. Enter just a filename, a
+   full local path or a complete URL starting with http:// (if the file
+   lives on a remote server). Please note that if you just enter a
+   filename, the file should be in the css subdirectory for each active
+   theme and language within the Koha templates directory. A full local
+   path is expected to start from your HTTP document root.
+
+    **Important**
+
+    Leave this field blank to disable.
+
+`IntranetFavicon <#IntranetFavicon>`__
+''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the image at \_\_\_ for the Staff Client's favicon.
+
+    **Important**
+
+    This should be a complete URL, starting with http://
+
+    **Note**
+
+    Turn your logo into a favicon with the `Favicon
+    Generator <http://antifavicon.com/>`__.
+
+Description:
+
+-  The favicon is the little icon that appears next to the URL in the
+   address bar in most browsers. The default value for this field (if
+   left blank) is the small 'K' in the Koha logo.
+
+   Default Koha Favicon
+   |image116|
+
+`IntranetmainUserblock <#IntranetmainUserblock>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML in its own column on the main page of the
+staff client
+
+Sample HTML for IntranetmainUserblock
+|image117|
+
+Message from IntranetmainUserblock as it appears on the Staff Client
+main page
+|image118|
+
+`IntranetNav <#IntranetNav>`__
+''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML in the More menu at the top of each page
+on the staff client (should be a list of links or blank)
+
+`IntranetReportsHomeHTML <#IntranetReportsHomeHTML>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Show the following HTML in its own div on the bottom of the home
+page of the reports module: HTML on Reports page
+
+`IntranetSlipPrinterJS <#IntranetSlipPrinterJS>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the following JavaScript for printing slips.
+
+Description:
+
+-  The most logical use of this preference is in conjunction with the
+   `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
+   Learn more about this preference and the add-on setup on the Koha
+   wiki at
+   http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
+
+`intranetstylesheet <#intranetstylesheet>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
+instead of the default css (used when leaving this field blank).
+
+Description:
+
+-  The Intranetstylesheet preference is a layout and design feature for
+   the intranet or staff client. This preference allows a library to
+   customize the appearance of the Staff Client. Enter just a filename,
+   a full local path or a complete URL starting with http:// (if the
+   file lives on a remote server). Please note that if you just enter a
+   filename, the file should be in the css subdirectory for each active
+   theme and language within the Koha templates directory. A full local
+   path is expected to start from your HTTP document root.
+
+`IntranetUserCSS <#IntranetUserCSS>`__
+''''''''''''''''''''''''''''''''''''''
+
+Asks: Include the following CSS on all pages in the staff client
+
+`IntranetUserJS <#intranetuserjs>`__
+''''''''''''''''''''''''''''''''''''
+
+Asks: Include the following JavaScript on all pages in the staff
+interface
+
+Description:
+
+-  This preference allows the administrator to enter JavaScript or
+   JQuery that will be embedded across all pages of the Staff Client.
+   Administrators may use this preference to customize some of the
+   interactive sections of Koha, customizing the text for the login
+   prompts, for example. Sample JQuery scripts used by Koha libraries
+   can be found on the wiki:
+   http://wiki.koha-community.org/wiki/JQuery_Library.
+
+`SlipCSS <#SlipCSS>`__
+''''''''''''''''''''''
+
+Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
+
+    **Important**
+
+    This should be a complete URL, starting with http://
+
+Description:
+
+-  If you would like to style your receipts or slips with a consistent
+   set of fonts and colors you can use this preference to point Koha to
+   a stylesheet specifically for your slips.
+
+`StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ images for authorized values (such as lost statuses and
+locations) in search results.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+`staffClientBaseURL <#staffClientBaseURL>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: The staff client is located at http:// \_\_\_
+
+`template <#template>`__
+''''''''''''''''''''''''
+
+Default: prog
+
+Asks: Use the \_\_\_ theme on the staff interface.
+
+Values:
+
+-  prog
+
+    **Important**
+
+    Do not include a trailing slash in the URL this will break links
+    created using this URL. (example: www.google.com not
+    www.google.com/)
+
+`XSLTDetailsDisplay <#XSLTDetailsDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: default
+
+Asks: Display details in the staff client using XSLT stylesheet at
+\_\_\_
+
+Values:
+
+-  leave empty to not use the XSLT stylesheet
+
+   -  In previous versions of Koha this was the setting that read
+      'normally'
+
+      Detail display without XSLT stylesheets
+      |image119|
+
+-  enter "default" for the default one
+
+   Detail display using XSLT stylesheets
+   |image120|
+
+-  put a path to define a XSLT file
+
+   -  ex: /path/to/koha/and/your/stylesheet.xsl
+
+   -  If in a multi-language system you can enter {langcode} in the path
+      to tell Koha to look in the right language folder
+
+      -  ex:
+         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
+
+      -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
+
+-  put an URL for an external specific stylesheet
+
+   -  ex: http://mykoha.org/stylesheet.xsl
+
+Description:
+
+-  XSLT stylesheets allow for the customization of the details shows on
+   the screen when viewing a bib record. This preference will allow you
+   either use the default look that comes with Koha or design your own
+   stylesheet.
+
+`XSLTResultsDisplay <#XSLTResultsDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+Default: default
+
+Asks: Display results in the staff client using XSLT stylesheet at
+\_\_\_
+
+Values:
+
+-  leave empty to not use the XSLT stylesheet
+
+   -  In previous versions of Koha this was the setting that read
+      'normally'
+
+-  enter "default" for the default one
+
+-  put a path to define a XSLT file
+
+   -  ex: /path/to/koha/and/your/stylesheet.xsl
+
+   -  If in a multi-language system you can enter {langcode} in the path
+      to tell Koha to look in the right language folder
+
+      -  ex:
+         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
+
+      -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
+
+-  put an URL for an external specific stylesheet
+
+   -  ex: http://mykoha.org/stylesheet.xsl
+
+Description:
+
+-  XSLT stylesheets allow for the customization of the details shows on
+   the screen when viewing the search results. This preference will
+   allow you either use the default look that comes with Koha or design
+   your own stylesheet.
+
+`Options <#staffoptsprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`HidePatronName <#HidePatronName>`__
+''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ the names of patrons that have items checked out or on hold
+on detail pages or the "Place Hold" screen.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+`intranetbookbag <#intranetbookbag>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Show
+
+Asks: \_\_\_ the cart option in the staff client.
+
+Values:
+
+-  Don't show
+
+-  Show
+
+`StaffDetailItemSelection <#StaffDetailItemSelection>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Enable
+
+Asks: \_\_\_ item selection in record detail page.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  This preference lets you choose to show (or not show) checkboxes to
+   the left of every item in the holdings tab on the detail display of a
+   record in the staff client. Showing these checkboxes allows the staff
+   members to select multiple items to edit or delete at once.
+
+   Items with the checkboxes enabled
+   |image121|
+
+`UseWYSIWYGinSystemPreferences <#UseWYSIWYGinSystemPreferences>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Don't show
+
+Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
+preferences.
+
+Values:
+
+-  Don't show
+
+-  ShowWYSIWYG Editor in Sys Prefs
+
+Description:
+
+-  This preference allows you to chang system preferences with HTML in
+   them to WYSIWYG editors instead of plain text boxes.
+
+`viewISBD <#viewISBD>`__
+''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to view records in ISBD form on the staff client.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`viewLabeledMARC <#viewLabeledMARC>`__
+''''''''''''''''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to view records in labeled MARC form on the staff
+client.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`viewMARC <#viewMARC>`__
+''''''''''''''''''''''''
+
+Default: Allow
+
+Asks: \_\_\_ staff to view records in plain MARC form on the staff
+client.
+
+Values:
+
+-  Allow
+
+-  Don't allow
+
+`Tools <#toolsprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Tools
+
+`Batch Item Modification <#batchitemodprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences are in reference to the `Batch Item
+Modification <#batchmodifyitems>`__ tool.
+
+`MaxItemsForBatch <#MaxItemsForBatch>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: 1000
+
+Asks: Process up to \_\_\_ items in a single modification or deletion
+batch.
+
+Description:
+
+-  In the `batch item delete tool <#batchdeleteitems>`__ this will
+   prevent the display of more than the items you entered in this
+   preference, but you will be able to delete more than the number you
+   enter here. In the `batch item modification
+   tool <#batchmodifyitems>`__ this preference will prevent the editing
+   of more than the number entered here.
+
+`News <#newstoolprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`NewsAuthorDisplay <#NewsAuthorDisplay>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+Default: not at all
+
+Asks: Show the author for news items: \_\_\_
+
+Values:
+
+-  Both OPAC and staff client
+
+-  Not at all
+
+-  OPAC only
+
+-  Staff client only
+
+`Patron Cards <#patcardprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+These preferences are in reference to the `Patron Card
+Creator <#patroncardcreator>`__ tool.
+
+`ImageLimit <#ImageLimit>`__
+''''''''''''''''''''''''''''
+
+Asks: Limit the number of creator images stored in the database to
+\_\_\_ images.
+
+`Web Services <#webserviceprefs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Global System Preferences > Web
+Services
+
+`IdRef <#idref>`__
+^^^^^^^^^^^^^^^^^^
+
+Default: Disable
+
+Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
+allows to request authorities from the Sudoc database.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  IdRef is a French service for Sudoc autorities. Using the `Sudoc
+   database <http://www.sudoc.abes.fr/>`__, it allows to request /
+   modify / add authorities. If a record comes from the Sudoc (so 009 is
+   filled with an integer), at the OPAC you will see "Author: Idref" if
+   a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
+   Idref link, a popup will display. IdRef link
+
+   The Idref webservice is requested and all records (by roles) for this
+   author will be displayedSudoc
+
+   There is 1 line / record and 2 links at the end. 1 will request Koha
+   (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
+   redirect to the sudoc page (http://www.sudoc.fr/003381862).
+
+-  **Important**
+
+       Please note that this feature is available only for libraries
+       using UNIMARC.
+
+-  **Note**
+
+       The French Sudoc database should not be confused with the US
+       Superintendent of Documents (SuDocs) Classification Scheme.
+
+`ILS-DI <#ilsdiprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+`ILS-DI <#ILS-DI>`__
+''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ ILS-DI services for OPAC users
+
+Values:
+
+-  Disable
+
+-  Enable
+
+`ILS-DI:AuthorizedIPs <#ILS-DIAuthorized_IPs>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+Asks: \_\_\_ allowed IPs to use the ILS-DI services
+
+`OAI-PMH <#oaiprefs>`__
+^^^^^^^^^^^^^^^^^^^^^^^
+
+`OAI-PMH <#OAI-PMH>`__
+''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ Koha's OAI-PMH server.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+Description:
+
+-  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
+   to see your file. For the Open Archives Initiative-Protocol for
+   Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
+   Data Providers and Service Providers. Data Providers (open archives,
+   repositories) provide free access to metadata, and may, but do not
+   necessarily, offer free access to full texts or other resources.
+   OAI-PMH provides an easy to implement, low barrier solution for Data
+   Providers. Service Providers use the OAI interfaces of the Data
+   Providers to harvest and store metadata. Note that this means that
+   there are no live search requests to the Data Providers; rather,
+   services are based on the harvested data via OAI-PMH. Koha at present
+   can only act as a Data Provider. It can not harvest from other
+   repositories. The biggest stumbling block to having Koha harvest from
+   other repositories is that MARC is the only metadata format that Koha
+   indexes natively. Visit
+   http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
+   OAI-PMH works.
+
+Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
+
+`OAI-PMH:archiveID <#OAI-PMHarchiveID>`__
+'''''''''''''''''''''''''''''''''''''''''
+
+Default: KOHA-OAI-TEST
+
+Asks: Identify records at this site with the prefix \_\_\_ :
+
+`OAI-PMH:AutoUpdateSets <#OAI-PMHAutoUpdateSets>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: Disable
+
+Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
+record is created or updated.
+
+Values:
+
+-  Disable
+
+-  Enable
+
+`OAI-PMH:ConfFile <#OAI-PMHConfFile>`__
+'''''''''''''''''''''''''''''''''''''''
+
+If this preference is left empty, Koha's OAI Server operates in normal
+mode, otherwise it operates in extended mode. In extended mode, it's
+possible to parameter other formats than marcxml or Dublin Core.
+OAI-PMH:ConfFile specify a YAML configuration file which list available
+metadata formats and XSL file used to create them from marcxml records.
+
+For more information, see the `sample conf file <#oaiconfsample>`__ in
+the appendix.
+
+`OAI-PMH:DeletedRecord <#OAI-PMHDeletedRecord>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''
+
+Default: will never be emptied or truncated (persistent)
+
+Asks: Koha's deletedbiblio table \_\_\_
+
+Values:
+
+-  will never have any data in it (no)
+
+-  will never be emptied or truncated (persistent)
+
+-  might be emptied or truncated at some point (transient)
+
+`OAI-PMH:MaxCount <#OAI-PMHMaxCount>`__
+'''''''''''''''''''''''''''''''''''''''
+
+Default: 50
+
+Asks: Only return \_\_\_ records at a time in response to a ListRecords
+or ListIdentifiers query.
+
+Description:
+
+-  This is the maximum number of records that would be returned based on
+   ListRecord or ListIdentifier queries from harvesters. ListRecords
+   harvest the entire records while the ListIdentifier is an abbreviated
+   form of ListRecords, retrieving only headers rather than records.
+
+`Reporting <#reportingservice>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+`SvcMaxReportRows <#SvcMaxReportRows>`__
+''''''''''''''''''''''''''''''''''''''''
+
+Default: 10
+
+Asks: Only return \_\_\_ rows of a report requested via the reports web
+service.
+
+Description:
+
+-  This value will be used to limit the number of results returned by
+   `public reports <#publicreport>`__.
+
+`Basic Parameters <#basicparams>`__
+-----------------------------------
+
+*Get there:* More > Administration
+
+    **Important**
+
+    Configure all 'parameters' in the order they appear.
+
+`Libraries & Groups <#libsgroups>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When setting up your Koha system you will want to add information for
+every library that will be sharing your system. This data is used in
+several areas of Koha.
+
+-  *Get there:* More > Administration > Basic Parameters > Libraries and
+   Groups
+
+When visiting this page you are presented with a list of the libraries
+and groups that have already been added to the system.
+
+Library List
+|image122|
+
+Group Lists
+|image123|
+
+`Adding a Library <#addingalibrary>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new library:
+
+-  Click 'New Library'
+
+-  The top of the form asks for some basics about the library
+
+   Basic Library Info
+   |image124|
+
+   -  The library code should not contain any spaces and be 10 or fewer
+      characters. This code will be used as a unique identifier in the
+      database.
+
+   -  The name will be displayed on the OPAC wherever the library name
+      displays to the public and should be a name that makes sense to
+      your patrons.
+
+   -  If you have `groups <#addinglibgroup>`__ set up you can choose
+      what group this library belongs to after entering in the code and
+      name
+
+-  Next you can enter basic contact info about the branch
+
+   Library Contact Info
+   |image125|
+
+   -  The address and contact fields can be used to make notices custom
+      for each library
+
+   -  The email address field is not required, but it should be filled
+      for every library in your system
+
+      -  **Important**
+
+             Be sure to enter a library email address to make sure that
+             notices are sent to and from the right address
+
+   -  If you'd like you can enter a different 'Reply-To' email address.
+      This is the email address that all replies will go to.
+
+      -  **Note**
+
+             If you do not fill in this value Koha will use the address
+             in the `ReplytoDefault <#ReplytoDefault>`__ preference
+
+   -  If you'd like you can also enter a different 'Return-Path' email
+      address. This is the email address that all bounced messages will
+      go to.
+
+      -  **Note**
+
+             If you do not fill in this value Koha will use the address
+             in the `ReturnpathDefault <#ReturnpathDefault>`__
+             preference
+
+   -  If the URL field is populated then the library name will be linked
+      in the holdings table on the OPAC
+
+      Linked Library Name
+      |image126|
+
+   -  The OPAC Info box is for you to put information about the library
+      that will appear in the OPAC when the branch name is moused over
+      in the holdings table
+
+      OPAC Info
+      |image127|
+
+   -  IP Address does not have be filled in unless you plan on limiting
+      access to your staff client to a specific IP Address
+
+      -  **Important**
+
+             An IP address is required if you have enabled
+             `AutoLocation <#AutoLocation>`__
+
+   -  Finally, if you have any notes you can put them here. These will
+      not show in the OPAC
+
+    **Note**
+
+    Of the fields listed, only 'Library code' and 'Name' are required
+
+`Editing/Deleting a Library <#editingalibrary>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You will be unable to delete any library that has patrons or items
+attached to it.
+
+Staff will be presented with a warning when trying to delete a library
+that is being used
+|image128|
+
+Each library will have an 'Edit' link to the right of it. Click this
+link to edit/alter details associated with the library in question.
+
+    **Important**
+
+    You will be unable to edit the 'Library code'
+
+`Adding a group <#addinglibgroup>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a Search Domain or Library Property Group click the 'New Group'
+button at the top of the screen
+
+Add group form
+|image129|
+
+Give the group a 'Category type; of 'searchdomain' and if you would like
+the group to show up in the library pull down at the top of the OPAC
+(with
+`OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__ set
+to 'Add') and on the advanced search page you can check the 'Show in
+search pulldown' box.
+
+Of the fields on the group form, 'Category code', 'Name', and 'Category
+type' are the only required fields
+
+`Search Domain Groups <#searchdomaingroups>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+Search Domain Groups allow you to search a group of libraries at the
+same time instead of searching just one library or all libraries.
+
+Search Domain Groups
+|image130|
+
+To see Search Domain Groups in action visit the staff client advanced
+search page in your Koha system:
+
+Library group search on staff client
+|image131|
+
+`Library Property Groups <#libpropertygroups>`__
+''''''''''''''''''''''''''''''''''''''''''''''''
+
+You can assign specific categories to your libraries by adding groups
+for them
+
+Library Property Groups
+|image132|
+
+Properties are then applied to libraries via the add or edit library
+form
+
+Groups on the Add/Modify library form
+|image133|
+
+`Item Types <#itemtypeadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Koha allows you to organize your collection by item types and collection
+codes.
+
+-  *Get there:* More > Administration > Basic Parameters > Item Types
+
+Item types typically refer to the material type (book, cd, dvd, etc),
+but can be used in any way that works for your library.
+
+Item Types
+|image134|
+
+`Adding Item Types <#additemtype>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new item type, simply click the 'New Item Type' button at the
+top of the Item Types page.
+
+New Item Type
+|image135|
+
+-  In the 'Item Type' field, enter a short code for your item type
+
+-  The description is the plain text definition of the item type (for
+   those with multiple languages installed you can translate the item
+   type description in to all of those languages using the 'Translate in
+   to other languages' link)
+
+-  Item types and can grouped together for searching at the same time.
+   For example you can put DVDs and Bluray in to a group called Movie
+   and then they can be searched together. These groups are defined in
+   the ITEMTYPECAT authorized value.
+
+-  You can choose to have an image associated with your item type
+
+   -  You can choose from a series of image collections
+
+   -  You can link to a remote image
+
+   -  Or you can just have no image associated with the item type
+
+   -  **Important**
+
+          To have your item type images appear in the OPAC you need to
+          set `noItemTypeImages <#noItemTypeImages>`__ to 'Show'
+
+      -  *Get there:*\ More > Administration > Global System Preferences
+         > `Admin <#adminprefs>`__
+
+-  For items that you are suppressing from the OPAC you can hide their
+   item type from being searched in the OPAC
+
+-  For items that do not circulate, check the 'Not for loan' options
+
+   -  Items marked 'Not for loan' will appear in the catalog, but cannot
+      be checked out to patrons
+
+-  For items that you charge a rental fee for, enter the total fee you
+   charge in the 'Rental charge' field
+
+   -  **Important**
+
+          Do not enter symbols in this field, only numbers and decimal
+          points (ex. $5.00 should be entered as 5 or 5.00)
+
+   -  This will charge the patron on checkout
+
+-  If you would like a message or alert to appear when items of this
+   type are checked in you can enter that in the 'Checkin message' box
+
+   Checkin message setup
+   |image136|
+
+   -  The Checkin message type can be a Message or an Alert. The only
+      difference between these two is the styling. By default a Message
+      is blue
+
+      Checkin Message
+      |image137|
+
+      and an Alert is yellow.
+
+      Checkin Alert
+      |image138|
+
+-  Some SIP devices need you to use a SIP-specific media type instead of
+   Koha's item type (usually lockers and sorters need this media type),
+   if you use a device like this you'll want to enter the SIP media
+   type.
+
+-  When finished, click 'Save Changes'
+
+   -  **Note**
+
+          All fields, with the exception of the 'Item Type' will be
+          editable from the Item Types list
+
+-  Your new item type will now appear on the list
+
+   New DVD Item Type
+   |image139|
+
+`Editing Item Types <#edititemtype>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Each item type has an Edit button beside it. To edit an item simply
+click the 'Edit' link.
+
+    **Important**
+
+    You will not be able to edit the code you assigned as the 'Item
+    Type' but you will be able to edit the description for the item.
+
+`Deleting Item Types <#deleteitemtype>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Each item has a Delete button beside it. To delete an item, simply click
+the 'Delete' link.
+
+    **Important**
+
+    You will not be able to delete item types that are being used by
+    items within your system.
+
+Warning when you try to delete an item that is in use
+|image140|
+
+`Authorized Values <#authorizedvalues>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Authorized values can be used in several areas of Koha. One reason you
+would add an authorized value category would be to control the values
+that can be entered into MARC fields by catalogers.
+
+-  *Get there:* More > Administration > Basic Parameters > Authorized
+   Values
+
+`Existing Values <#existingauthvalues>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Koha installs with pre-defined values that your library is likely to
+use, for instance 'Lost'.
+
+-  Asort1
+
+   -  Used for acquisitions statistical purposes
+
+-  Asort2
+
+   -  Used for acquisitions statistical purposes
+
+-  BOR\_NOTES
+
+   -  Values for custom patron messages that appear on the circulation
+      screen and the OPAC. The value in the Description field should be
+      the message text and is limited to 200 characters.
+
+      Borrower messages
+      |image141|
+
+-  Bsort1
+
+   -  Values that can be entered to fill in the patron's sort 1 field
+
+-  Bsort2
+
+   -  Values that can be entered to fill in the patron's sort 2 field
+
+-  CART
+
+   -  Is the shelving cart location, used by
+      `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ and
+      `ReturnToShelvingCart <#ReturnToShelvingCart>`__
+
+-  CCODE
+
+   -  Collection codes (appears when cataloging and working with items)
+
+-  DAMAGED
+
+   -  Descriptions for items marked as damaged (appears when cataloging
+      and working with items)
+
+-  DEPARTMENT
+
+   -  Departments are required by and will be used in the `Course
+      Reserves <#coursereserves>`__ module
+
+-  HINGS\_AS
+
+   -  General Holdings: Acquisition Status Designator :: This data
+      element specifies acquisition status for the unit at the time of
+      the holdings report.
+
+-  HINGS\_C
+
+   -  General Holdings: Completeness Designator
+
+-  HINGS\_PF
+
+   -  Physical Form Designators
+
+-  HINGS\_RD
+
+   -  General Holdings: Retention Designator :: This data element
+      specifies the retention policy for the unit at the time of the
+      holdings report.
+
+-  HINGS\_UT
+
+   -  General Holdings: Type of Unit Designator
+
+-  LOC
+
+   -  Shelving location (usually appears when adding or editing an item)
+
+-  LOST
+
+   -  Descriptions for the items marked as lost (appears when adding or
+      editing an item)
+
+   -  **Important**
+
+          Values given to lost statuses should be numeric and not
+          alphabetical in order for statuses to appear properly
+
+-  MANUAL\_INV
+
+   -  Values for manual invoicing types
+
+   -  **Important**
+
+          The value set as the Authorized Value for the MANUAL\_INV
+          authorized value category will appear as the Description and
+          the Authorized Value Description will be used as the amount.
+          Enter monetary amounts in the description without currency
+          symbols.
+
+-  NOT\_LOAN
+
+   -  Reasons why a title is not for loan
+
+   -  **Important**
+
+          Values given to lost statuses should be numeric and not
+          alphabetical in order for statuses to appear properly
+
+   -  **Note**
+
+          Negative number values will still allow holds (use for on
+          order statuses for example) where as positive numbers will not
+          allow holds or checkouts
+
+-  ORDER\_CANCELLATION\_REASON
+
+   -  Reasons why an order might have been cancelled
+
+-  PROC
+
+   -  The location to be used for
+      `NewItemsDefaultLocation <#NewItemsDefaultLocation>`__ (change
+      description as desired), also the location expected by
+      `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__.
+
+-  REPORT\_GROUP
+
+   -  A way to sort and filter your reports, the default values in this
+      category include the Koha modules (Accounts, Acquitisions,
+      Catalog, Circulation, Patrons)
+
+      Report Groups
+      |image142|
+
+-  REPORT\_SUBGROUP
+
+   -  Can be used to further sort and filter your reports. This category
+      is empty by default. Values here need to include the authorized
+      value code from REPORT\_GROUP in the Description (OPAC) field to
+      link the subgroup to the appropriate group.
+
+      Report Subgroups
+      |image143|
+
+-  RESTRICTED
+
+   -  Restricted status of an item
+
+-  ROADTYPE
+
+   -  Road types to be used in patron addresses
+
+-  SIP\_MEDIA\_TYPE
+
+   -  Used when `creating <#additemtype>`__ or
+      `editing <#edititemtype>`__ an item type to assign a SIP specific
+      media type for devices like lockers and sorters.
+
+-  SUGGEST
+
+   -  List of patron suggestion reject or accept reasons (appears when
+      managing suggestions)
+
+-  WITHDRAWN
+
+   -  Description of a withdrawn item (appears when adding or editing an
+      item)
+
+-  YES\_NO
+
+   -  A generic authorized value field that can be used anywhere you
+      need a simple yes/no pull down menu.
+
+`Add new Authorized Value Category <#newauthvalcat>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In addition to the existing categories that come by default with Koha,
+librarians can add their own authorized value categories to control data
+that is entered into the system. To add a new category:
+
+-  Click 'New Category'
+
+   New Authorized Category form
+   |image144|
+
+-  Limit your Category to 10 characters (something short to make it
+   clear what the category is for)
+
+   -  **Important**
+
+          Category cannot have spaces or special characters other than
+          underscores and hyphens in it.
+
+-  When adding a new category you're asked to create at least one
+   authorized value
+
+   -  Enter a code for your Authorized Value into the 'Authorized value'
+      field
+
+      -  **Important**
+
+             Authorized value is limited to 80 characters and cannot
+             have spaces or special characters other than underscores
+             and hyphens in it.
+
+   -  Use the Description field for the actual value that will be
+      displayed. If you want something different to show in the OPAC,
+      enter a 'Description (OPAC)'
+
+   -  If you would like to limit this authorized value category to only
+      specific libraries you can choose them from the 'Branches
+      limitation' menu. To have it show for all libraries just choose
+      'All branches' at the top of the list.
+
+   -  If you have
+      `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
+      and/or `AuthorisedValueImages <#AuthorisedValueImages>`__ set to
+      show images for authorized values you can choose the image under
+      'Choose an icon'
+
+-  Click 'Save'
+
+-  Your new category and value will appear on the list of Authorized
+   Values
+
+   Custom Authorized Value on list of values
+   |image145|
+
+`Add new Authorized Value <#newauthval>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+New authorized values can be added to any existing or new category. To
+add a value:
+
+-  Click 'New authorized value for ...'
+
+   New Authorized Value form
+   |image146|
+
+-  Enter a code for your Authorized Value into the 'Authorized value'
+   field
+
+   -  **Important**
+
+          Authorized value is limited to 80 characters and cannot have
+          spaces or special characters other than underscores and
+          hyphens in it.
+
+-  Use the Description field for the actual value that will be
+   displayed. If you want something different to show in the OPAC, enter
+   a 'Description (OPAC)'
+
+-  If you would like to limit this authorized value category to only
+   specific libraries you can choose them from the 'Branches limitation'
+   menu. To have it show for all libraries just choose 'All branches' at
+   the top of the list.
+
+-  If you have
+   `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__ and/or
+   `AuthorisedValueImages <#AuthorisedValueImages>`__ set to show images
+   for authorized values you can choose the image under 'Choose an icon'
+
+-  Click 'Save'
+
+-  The new value will appear in the list along with existing values
+
+   List of authorized values in MARC504 category
+   |image147|
+
+`Patrons & Circulation <#patscirc>`__
+-------------------------------------
+
+Settings for controlling circulation and patron information.
+
+`Patron Categories <#patcats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Patron categories allow you to organize your patrons into different
+roles, age groups, and patron types.
+
+-  *Get there:* More > Administration > Patrons & Circulation > Patron
+   Categories
+
+Patron category list
+|image148|
+
+Patrons are assigned to one of six main categories:
+
+-  Adult
+
+   -  Most common patron type, usually used for a general 'Patron'
+      category.
+
+-  Child
+
+   -  Children patrons can have a guardian to be attached to them.
+
+-  Staff
+
+   -  Librarians (and library workers) should be assigned the staff
+      category so that you can `set their
+      permissions <#patronpermissions>`__ and give them access to the
+      staff client.
+
+-  Organizational
+
+   -  Organizational patrons are organizations. Organizations can be
+      used as guarantors for Professional patrons.
+
+-  Professional
+
+   -  Professional patrons can be linked to Organizational patrons
+
+-  Statistical
+
+   -  This patron type is used strictly for statistical purposes, such
+      as in house use of items.
+
+`Adding a patron category <#addingpatroncat>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new patron category click 'New Category' at the top of the page
+
+New patron category form
+|image149|
+
+-  The 'Category Code' is an identifier for your new code.
+
+   -  **Important**
+
+          The category code is limited to 10 characters (numbers and
+          letters)
+
+   -  **Important**
+
+          This field is required in order to save your patron category.
+          If left blank you will be presented with an error.
+
+          Missing fields error
+          |image150|
+
+-  Enter a plain text version of the category in the 'Description'
+   field.
+
+   -  **Important**
+
+          This field is required in order to save your patron category.
+          If left blank you will be presented with an error.
+
+          Missing fields error
+          |image151|
+
+-  Enrollment period (in months) should be filled in if you have a
+   limited enrollment period for your patrons (eg. Student cards expire
+   after 9 months or until a specific date)
+
+   -  **Important**
+
+          You cannot enter both a month limit and a date until. Choose
+          to enter either one or the other.
+
+   -  **Important**
+
+          This field is required in order to save your patron category.
+          If left blank you will be presented with an error.
+
+          Missing fields error
+          |image152|
+
+-  Some patron categories can have a minimum age (in years) requirement
+   associated with them, enter this age in the 'Age required'
+
+   -  **Important**
+
+          This value will only be checked if
+          `BorrowerMandatoryField <#BorrowerMandatoryField>`__ defines
+          the dateofbirth as a required field on the patron record
+
+-  Patron categories can also have a maximum age (in years) associated
+   with them (such as children), enter this age in the 'Upperage limit'
+
+   -  **Important**
+
+          This value will only be checked if
+          `BorrowerMandatoryField <#BorrowerMandatoryField>`__ defines
+          the dateofbirth as a required field on the patron record
+
+-  If you charge a membership fee for your patrons (such as those who
+   live in another region) you can enter that in the 'Enrollment fee'
+   field.
+
+   -  **Important**
+
+          Only enter numbers and decimals in this field
+
+   -  **Note**
+
+          Depending on your value for the
+          `FeeOnChangePatronCategory <#FeeOnChangePatronCategory>`__
+          preference this fee will be charged on patron renewal as well
+          as when they are first enrolled.
+
+-  If you want your patron to receive overdue notices, set the 'Overdue
+   notice required' to 'Yes'
+
+-  You can decide on a patron category basis if lost items are shown in
+   the staff client by making a choice from the 'Lost items in staff
+   client' pull down
+
+   Choose a value for 'Hide Lost Items'
+   |image153|
+
+   -  **Important**
+
+          Note that this is only applicable in the staff client, so
+          changing this value on patron categories who do not have
+          access to the staff client won't make any difference
+
+-  If you charge patrons for placing holds on items, enter the fee
+   amount in the 'Hold fee' field.
+
+   -  **Important**
+
+          Only enter numbers and decimals in this field
+
+-  In the 'Category type' field choose one of the six main parent
+   categories
+
+   Six main patron categories
+   |image154|
+
+   -  **Important**
+
+          This field is required in order to save your patron category.
+          If left blank you will be presented with an error.
+
+          Missing fields error
+          |image155|
+
+-  The Branch Limitations let you limit this patron category to only
+   some branches in your library system. Select 'All branches' if you
+   would like any library to be able to use this category.
+
+-  You can decide if this patron category is blocked from performing
+   actions in the OPAC if their card is expired using the next option.
+   By default it will follow the rule set in the
+   `BlockExpiredPatronOpacActions <#BlockExpiredPatronOpacActions>`__
+   preferenceBlock expired patrons
+
+-  Next you can choose the default privacy settings for this patron
+   category. This setting can be edited by the patron via the OPAC if
+   you allow it with the `OPACPrivacy <#OPACPrivacy>`__ system
+   preference.Default privacy
+
+-  Finally you can assign advanced messaging preferences by default to a
+   patron category
+
+   -  **Important**
+
+          Requires that you have
+          `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+          enabled
+
+   -  These defaults will be applied to new patrons that are added to
+      the system. They will not edit the preferences of the existing
+      patrons. Also, these can be changed for individual patrons, this
+      setting is just a default to make it easier to set up messages for
+      an entire category.
+
+      -  **Note**
+
+             After setting the default for the patron category you can
+             force those changes to all existing patrons by running the
+             *borrowers-force-messaging-defaults* script found in the
+             *misc/maintenance* folder. Ask your system administrator
+             for assistance with this script.
+
+`Circulation and Fine Rules <#circfinerules>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These rules define how your items are circulated, how/when fines are
+calculated and how holds are handled.
+
+-  *Get there:* More > Administration > Patrons & Circulation >
+   Circulation and fines rules
+
+The rules are applied from most specific to less specific, using the
+first found in this order:
+
+-  same library, same patron type, same item type
+
+-  same library, same patron type, all item type
+
+-  same library, all patron types, same item type
+
+-  same library, all patron types, all item types
+
+-  default (all libraries), same patron type, same item type
+
+-  default (all libraries), same patron type, all item types
+
+-  default (all libraries), all patron types, same item type
+
+-  default (all libraries), all patron types, all item types
+
+The `CircControl <#CircControl>`__ and
+`HomeOrHoldingBranch <#HomeOrHoldingBranch>`__ also come in to play when
+figuring out which circulation rule to follow.
+
+-  If CircControl is set to "the library you are logged in at" circ
+   rules will be selected based on the library you are logged in at
+
+-  If CircControl is set to "the library the patron is from" circ rules
+   will be selected based on the patron's library
+
+-  If CircControl is set to "the library the item is from" circ rules
+   will be selected based on the item's library where
+   HomeOrHoldingBranch chooses if item's home library is used or holding
+   library is used.
+
+-  If `IndependentBranches <#IndependentBranches>`__ is set to 'Prevent'
+   then the value of HomeOrHoldingBranch is used in figuring out if the
+   item can be checked out. If the item's home library does not match
+   the logged in library, the item cannot be checked out unless you are
+   a `superlibrarian <#patronpermsdefined>`__.
+
+    **Note**
+
+    If you are a single library system choose your branch name before
+    creating rules (sometimes having only rules for the 'all libraries'
+    option can cause issues with holds)
+
+    **Important**
+
+    At the very least you will need to set a default circulation rule.
+    This rule should be set for all item types, all libraries and all
+    patron categories. That will catch all instances that do not match a
+    specific rule. When checking out if you do not have a rule for all
+    libraries, all item types and all patron types then you may see
+    patrons getting blocked from placing holds. You will also want a
+    rule for your specific library set for all item types and all patron
+    types to avoid this holds issue. Koha needs to know what rule to
+    fall back on.
+
+`Default Circulation Rules <#defaultcircrules>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Using the issuing rules matrix you can define rules that depend on
+patron/item type combos. To set your rules, choose a library from the
+pull down (or 'all libraries' if you want to apply these rules to all
+branches):
+
+Libraries to apply the rules to
+|image156|
+
+From the matrix you can choose any combination of patron categories and
+item types to apply the rules to
+
+Setting issuing rules for your libraries
+|image157|
+
+-  First choose which patron category you'd like the rule to be applied
+   to. If you leave this to 'All' it will apply to all patron categories
+
+-  Choose the 'Item type' you would like this rule to apply to. If you
+   leave this to 'All' it will apply to all item types
+
+-  Limit the number of items a patron can have checked out at the same
+   time by entering a number in the 'Current checkouts allowed' field
+
+-  If you're allowing `OnSiteCheckouts <#OnSiteCheckouts>`__ then you
+   may also want to set a limit on the number of items patron's can have
+   onsite.
+
+   -  **Note**
+
+          This setting also depends on the
+          `ConsiderOnSiteCheckoutsAsNormalCheckouts <#ConsiderOnSiteCheckoutsAsNormalCheckouts>`__
+          preference
+
+-  Define the period of time an item can be checked out to a patron by
+   entering the number of units (days or hours) in the 'Loan period'
+   box.
+
+-  Choose which unit of time, Days or Hours, that the loan period and
+   fines will be calculated in in the 'Unit' column
+
+-  You can also define a hard due date for a specific patron category
+   and item type. A hard due date ignores your usual circulation rules
+   and makes it so that all items of the type defined are due on, before
+   or after the date you specify.
+
+-  'Fine amount' should have the amount you would like to charge for
+   overdue items
+
+   -  **Important**
+
+          Enter only numbers and decimal points (no currency symbols).
+
+-  Enter the 'Fine charging interval' in the unit you set (ex. charge
+   fines every 1 day, or every 2 hours)
+
+-  'When to charge' is most handy in libraries that have a fine charging
+   interval of more than 1 day.
+
+   -  End of interval
+
+      -  Given a grace period of 2 days and a fine interval of 7 days,
+         the first fine will appear 7 days after the due date, it will
+         always take one fine interval (7 days), before the first fine
+         is charged
+
+   -  Start of interval
+
+      -  Given a grace period of 2 days and a fine interval of 7 days,
+         the first fine will appear 2 days after the due date and the
+         second fine 7 days after the due date.
+
+-  The 'Fine grace period' is the period of time an item can be overdue
+   before you start charging fines.
+
+   -  **Important**
+
+          This can only be set for the Day unit, not in Hours
+
+-  The 'Overdue fines cap' is the maximum fine for this patron and item
+   combination
+
+   -  **Important**
+
+          If this field is left blank then Koha will not put a limit on
+          the fines this item will accrue. A maximum fine amount can be
+          set using the `MaxFine <#MaxFine>`__ system preference.
+
+-  If you would like to prevent overcharging patrons for a lost items,
+   you can check the box under 'Cap fine at replacement price.' This
+   will prevent the patron's fines from going above the replacement
+   price on the item.
+
+   -  **Note**
+
+          If the 'Overdue fines cap' is also set, the fine will be the
+          lesser of the two, if both apply to the given overdue
+          checkout.
+
+-  If your library 'fines' patrons by suspending their account you can
+   enter the number of days their fine should be suspended in the
+   'Suspension in days' field
+
+   -  **Important**
+
+          This can only be set for the Day unit, not in Hours
+
+-  You can also define the maximum number of days a patron will be
+   suspended in the 'Max suspension duration' setting
+
+-  Next decide if the patron can renew this item type and if so, enter
+   how many times they can renew it in the 'Renewals allowed' box
+
+-  If you're allowing renewals you can control how long the renewal loan
+   period will be (in the units you have chosen) in the 'Renewal period'
+   box
+
+-  If you're allowing renewals you can control how soon before the due
+   date patrons can renew their materials with the 'No renewals before'
+   box.
+
+   -  Items can be renewed at any time if this value is left blank.
+      Otherwise items can only be renewed if the item is due after the
+      number in units (days/hours) entered in this box.
+
+   -  To control this value on a more granular level please set the
+      `NoRenewalBeforePrecision <#NoRenewalBeforePrecision>`__
+      preference.
+
+-  You can enable automatic renewals for certain items/patrons if you'd
+   like. This will renew automatically following your circulation rules
+   unless there is a hold on the item
+
+   -  **Important**
+
+          You will need to enable the `automatic renewal cron
+          job <#autorenewcron>`__ for this to work.
+
+   -  **Important**
+
+          This feature needs to have the "no renewal before" column
+          filled in or it will auto renew everyday after the due date
+
+-  If the patron can place holds on this item type, enter the total
+   numbers of items (of this type) that can be put on hold in the 'Holds
+   allowed' field
+
+-  Next you can decide if this patron/item combo are allowed to place
+   holds on items that are on the shelf (or available in the library) or
+   not. If you choose 'no' then items can only be placed on hold if
+   checked out
+
+-  You can also decide if patrons are allowed to place item specific
+   holds on the item type in question. The options are:
+
+   -  Allow: Will allow patrons the option to choose next available or
+      item specific
+
+   -  Don't allow: Will only allow patrons to choose next available
+
+   -  Force: Will only allow patrons to choose an specific item
+
+-  Finally, if you charge a `rental fee <#rentalcharge>`__ for the item
+   type and want to give a specific patron type a discount on that fee,
+   enter the percentage discount (without the % symbol) in the 'Rental
+   Discount' field
+
+When finished, click 'Add' to save your changes. To modify a rule,
+simply click the 'Edit' link to the right of the fule and edit the
+values that appear filled in at the bottom of the form.
+
+Edit circ and fine rule
+|image158|
+
+If you would like to delete your rule, click the 'Delete' link to the
+right of the rule.
+
+To save time you can clone rules from one library to another by choosing
+the clone option above the rules matrix.
+
+Circulation & Fine Rules Clone Tool
+|image159|
+
+After choosing to clone you will be presented with a confirmation
+message.
+
+Circulation & Fine Rules Successfully Cloned Message
+|image160|
+
+`Default Checkouts and Hold Policy <#defaultcheckoutpolicy>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You can set a default maximum number of checkouts and hold policy that
+will be used if none is defined below for a particular item type or
+category. This is the fall back rule for defaults.
+
+Default Checkouts and Hold Policy
+|image161|
+
+From this menu you can set a default to apply to all item types and
+patrons in the library if no other option is set in the forms below.
+
+-  In 'Total current checkouts allowed' enter the total number of items
+   patrons can have checked out at one time
+
+-  In 'Total current on-site checkouts allowed' enter the total number
+   of items patrons can have checked out on site at a time
+   (`OnSiteCheckouts <#OnSiteCheckouts>`__ needs to be set to 'Enable')
+
+-  Control where patrons can place holds from using the 'Hold Policy'
+   menu
+
+   -  From Any Library: Patrons from any library may put this item on
+      hold. (default if none is defined)
+
+   -  From Home Library: Only patrons from the item's home library may
+      put this book on hold.
+
+   -  No Holds Allowed: No patron may put this book on hold.
+
+-  Control if there is a limit to filling a hold based on the item's
+   library
+
+   -  any library
+
+   -  item's home library
+
+   -  item's holding library
+
+   -  **Note**
+
+          The patron's home library should not affect whether a patron
+          can place the hold, instead the hold will only be fillable
+          when an item matching the pickup location becomes available.
+
+-  Control where the item returns to once it is checked in
+
+   -  Item returns home
+
+   -  Item returns to issuing branch
+
+   -  Item floats
+
+      -  When an item floats it stays where it was checked in and does
+         not ever return 'home'
+
+-  Once your policy is set, you can unset it by clicking the 'Unset'
+   link to the right of the rule
+
+`Checkouts Per Patron <#checkoutperpatron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+For this library, you can specify the maximum number of loans that a
+patron of a given category can make, regardless of the item type.
+
+Set default checkouts per patron category
+|image162|
+
+    **Note**
+
+    If the total amount loanable for a given patron category is left
+    blank, no limit applies, except possibly for a limit you define for
+    a specific item type.
+
+For example, if you have a rule in the matrix that says Board patrons
+are allowed 10 books and 5 DVDs but you want to make it so that Board
+patrons only have a total of 12 things checked out at once. If you enter
+12 here and the patron has 10 books out already they will only be
+allowed 2 DVDs to equal the 12 total they're allowed.
+
+`Item Hold Policies <#holdpolicies>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+For this library, you can edit hold and return policies for a given item
+type, regardless of the patron's category.
+
+Hold policies per item type
+|image163|
+
+The various Hold Policies have the following effects:
+
+-  From Any Library: Patrons from any library may put this item on hold.
+   (default if none is defined)
+
+-  From Home Library: Only patrons from the item's home library may put
+   this book on hold.
+
+-  No Holds Allowed: No patron may put this book on hold.
+
+    **Important**
+
+    Note that if the system preference
+    `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ set to
+    'allow', these policies can be overridden by your circulation staff.
+
+    **Important**
+
+    These policies are based on the patron's home branch, not the branch
+    that the reserving staff member is from.
+
+Control if there is a limit to filling a hold based on the item's
+library
+
+-  any library
+
+-  item's home library
+
+-  item's holding library
+
+-  **Note**
+
+       The patron's home library should not affect whether a patron can
+       place the hold, instead the hold will only be fillable when an
+       item matching the pickup location becomes available.
+
+The various Return Policies have the following effects:
+
+-  Item returns home: The item will prompt the librarian to transfer the
+   item to its home library
+
+   -  **Important**
+
+          If the `AutomaticItemReturn <#AutomaticItemReturn>`__
+          preference is set to automatically transfer the items home,
+          then a prompt will not appear
+
+-  Item returns to issuing branch: The item will prompt the librarian to
+   transfer the item back to the library where it was checked out
+
+   -  **Important**
+
+          If the `AutomaticItemReturn <#AutomaticItemReturn>`__
+          preference is set to automatically transfer the items home,
+          then a prompt will not appear
+
+-  Item floats: The item will not be transferred from the branch it was
+   checked in at, instead it will remain there until transferred
+   manually or checked in at another branch
+
+For example you might allow holds at your libraries but not what New
+items or DVDs to be placed on hold by other branches so you can set the
+'Hold policy' to 'From home library' so that those items can only be
+placed on hold if the items' owning library and the patron's home
+library are the same. You can also block holds completely on specific
+item types from this form. This is also how you can set up floating item
+types and types that remain with their home library.
+
+`Patron Attribute Types <#patronattributetypes>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Patron attributes can be used to define custom fields to associate with
+your patron records. In order to enable the use of custom fields you
+need to set the `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__
+system preference.
+
+-  *Get there:* More > Administration > Patrons & Circulation > Patron
+   attribute types
+
+A common use for this field would be for a student ID number or a
+Driver's license number.
+
+List of Patron Attributes
+|image164|
+
+`Adding Patron Attributes <#addpatattributes>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new Patron Attribute Type, click the 'New Patron Attribute
+Type' button at the top of the page
+
+Add Patron Attribute Type form
+|image165|
+
+-  In the 'Patron attribute type code', enter a short code to identify
+   this field
+
+   -  **Important**
+
+          This field is limited to 10 characters (numbers and letters
+          only)
+
+   -  **Important**
+
+          This setting cannot be changed after an attribute is defined
+
+-  In the 'Description' field, enter a longer (plain text) explanation
+   of what this field will contain
+
+-  Check the box next to 'Repeatable' to let a patron record have
+   multiple values of this attribute.
+
+   -  **Important**
+
+          This setting cannot be changed after an attribute is defined
+
+-  If 'Unique identifier' is checked, the attribute will be a unique
+   identifier which means, if a value is given to a patron record, the
+   same value cannot be given to a different record.
+
+   -  Unique attributes can be used as match points on the `patron
+      import tool <#patronimport>`__
+
+   -  **Important**
+
+          This setting cannot be changed after an attribute is defined
+
+-  Check 'Allow password' to make it possible to associate a password
+   with this attribute.
+
+-  Check 'Display in OPAC' to display this attribute on a patron's
+   details page in the OPAC.
+
+-  Check 'Searchable' to make this attribute searchable in the staff
+   patron search.
+
+-  Check 'Display in check-out' to make this attribute visible in the
+   patron's short detail display on the left of the checkout screen and
+   other patron pages
+
+   Show attribute in patron detail on the left
+   |image166|
+
+-  Authorized value category; if one is selected, the patron record
+   input page will only allow values to be chosen from the authorized
+   value list.
+
+   -  You will first need to add an authorized value list for it to
+      appear in this menu
+
+      -  *Get there:*\ More > Administration > Basic Parameters >
+         `Authorized Values <#authorizedvalues>`__
+
+   -  **Important**
+
+          an authorized value list is not enforced during batch patron
+          import.
+
+-  If you would like this attribute to only be used by specific branches
+   you can choose those branches from the 'Branches limitation' list.
+   Choose 'All branches' to show it for all libraries.
+
+   -  **Important**
+
+          Note that items with locations already set on them will not be
+          altered. The branch limitation only limits the choosing of an
+          authorized value based on the home branch of the current staff
+          login. All authorized values for item records (LOC, LOST,
+          CCODE, etc) will show in the OPAC for all patrons.
+
+-  If you'd like to only show this attribute on patrons of one type
+   choose that patron type from the 'Category' pull down
+
+-  If you have a lot of attributes it might be handy to group them so
+   that you can easily find them for editing. If you create an
+   `Authorized Value <#authorizedvalues>`__ for PA\_CLASS it will show
+   in the 'Class' pull down and you can then change your attributes page
+   to have sections of attributes
+
+   Patron Attributes Sorted
+   |image167|
+
+-  Click Save to save your new attribute
+
+Once added your attribute will appear on the list of attributes and also
+on the patron record add/edit form
+
+Patron Attributes list on the Patron add/edit form
+|image168|
+
+If you have set up classes for organizing attributes they will appear
+that way on the add/edit patron form
+
+Grouped Attributes
+|image169|
+
+`Editing/Deleting Patron Attributes <#editpatattributes>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Each patron attribute has an edit and a delete link beside it on the
+list of attributes.
+
+Some fields in the attribute will not be editable once created:
+
+-  Patron attribute type code
+
+-  Repeatable
+
+-  Unique identifier
+
+You will be unable to delete an attribute if it's in use.
+
+Warning when trying to delete an attribute that is in use
+|image170|
+
+`Library Transfer Limits <#libtransferlimits>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Limit the ability to transfer items between libraries based on the
+library sending, the library receiving, and the collection code
+involved.
+
+-  *Get there:* More > Administration > Patrons & Circulation > Library
+   Transfer Limits
+
+These rules only go into effect if the preference
+`UseBranchTransferLimits <#UseBranchTransferLimits>`__ is set to
+'enforce'.
+
+Before you begin you will want to choose which library you are setting
+these limits for.
+
+Choose the library you're setting limits for
+|image171|
+
+Transfer limits are set based on the collections codes you have applied
+via the `Authorized Value <#authorizedvalues>`__ administration area.
+
+Collection Code values assigned in the Authorized Value area
+|image172|
+
+Collection codes will appear as tabs above the checkboxes:
+
+Collection Code tabs
+|image173|
+
+Check the boxes for the libraries that you accept checkins from for the
+item type you have selected at the top (in the example below - FIC)
+
+Example transfer limits set up
+|image174|
+
+In the above example, Centerville library will allow patrons to return
+items from all libraries except Liberty and Franklin to their branch.
+
+`Transport cost matrix <#transportcostmatrix>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Transport cost matrix lets a library system define relative costs to
+transport books to one another. In order for the system to use this
+matrix you must first set the
+`UseTransportCostMatrix <#UseTransportCostMatrix>`__ preference to
+'Use'.
+
+    **Important**
+
+    The Transport cost matrix takes precedence in controlling where
+    holds are filled from, if the matrix is not used then Koha checks
+    the `StaticHoldsQueueWeight <#holdqueueweight>`__.
+
+Costs are decimal values between some arbitrary maximum value (e.g. 1 or
+100) and 0 which is the minimum (no) cost. For example, you could just
+use the distance between each library in miles as your 'cost', if that
+would accurately reflect the cost of transferring them. Perhaps post
+offices would be a better measure. Libraries sharing a post office would
+have a cost of 1, adjacent post offices would have a cost of 2, etc.
+
+To enter transport costs simply click in the cell you would like to
+alter, uncheck the 'Disable' box and enter your 'cost'
+
+Transport cost matrix
+|image175|
+
+After entering in your cost, hit 'Enter' on your keyboard or click the
+'Save' button at the bottom of the matrix to save your changes.
+
+    **Note**
+
+    A NULL value will make no difference where the From and To libraries
+    are the same library. However, as a best practice, you should put a
+    0 in there. For all other To/From combinations, a NULL value will
+    cause that relationship to act as if it has been disabled. So, in
+    summary, don't leave any of the values empty. It's best to always
+    put a number in there ( even if you choose to disable that given
+    To/From option ).
+
+`Item Circulation Alerts <#itemcircalerts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Libraries can decide if they want to have patrons automatically notified
+of circulation events (check ins and check outs).
+
+-  *Get there:* More > Administration > Patrons & Circulation > Item
+   Circulation Alerts
+
+These preferences are set based on patron types and item types.
+
+    **Important**
+
+    These preference can be overridden by changes in the individual
+    patron's messaging preferences.
+
+To set up circulation alerts:
+
+-  Choose your library from the pull down at the top of the screen
+
+   Libraries to set Circulation Alerts
+   |image176|
+
+   -  To set preferences for all libraries, keep the menu set to
+      'Default'
+
+-  By default all item types and all patrons are notified of check ins
+   and check outs. To change this, click on the item/patron type combo
+   that you would like to stop notices for.
+
+   Circulation Alert Matrix
+   |image177|
+
+   -  In the above example, Juveniles and Kids will not receive check
+      out notices.
+
+`Cities and Towns <#citytowns>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To standardize patron input you can define cities or towns within your
+region so that when new patrons are added librarians simply have to
+select the town from a list instead of having to type the town and zip
+(or postal) code information.
+
+-  *Get there:* More > Administration > Patrons & Circulation > Cities
+   and Towns
+
+`Adding a City <#addingcity>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new city, click the 'New City' button at the top of the page
+and enter the city name, state, zip/postal code and country.
+
+New city entry form
+|image178|
+
+One you click Submit, your city will be saved and will be listed on the
+Cities and Towns page
+
+List of Cities
+|image179|
+
+Cities can be edited or deleted at any time.
+
+`Viewing Cities on Patron Add Form <#citiesonpatform>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If you have defined local cities using the New city form, then when
+adding or editing a patron record you will see those cities in a pull
+down menu to make city selection easy.
+
+Cities pull down on the patron record
+|image180|
+
+This will allow for easy entry of local cities into the patron record
+without risking the potential for typos or mistaken zip/postal codes.
+
+`Catalog Administration <#catadmin>`__
+--------------------------------------
+
+Set these controls before you start cataloging on your Koha system.
+
+-  *Get there:* More > Administration > Catalog
+
+`MARC Bibliographic Frameworks <#marcbibframeworks>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Think of Frameworks as templates for creating new bibliographic records.
+Koha comes with some predefined frameworks that can be edited or
+deleted, and librarians can create their own frameworks for content
+specific to their libraries.
+
+-  *Get there:* More > Administration > Catalog > MARC Bibliographic
+   Frameworks
+
+Frameworks List
+|image181|
+
+    **Important**
+
+    Do not delete or edit the Default Framework since this will cause
+    problems with your cataloging records - always create a new template
+    based on the Default Framework, or alter the other Frameworks.
+
+After clicking the 'MARC structure' link to the right of each framework
+you can decide how many fields you want to see on one screen by using
+the pagination options at the top of the table.
+
+Pagination options
+|image182|
+
+`Add New Framework <#addframework>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new framework
+
+-  Click 'New Framework'
+
+   Add Framework Form
+   |image183|
+
+   -  Enter a code of 4 or fewer characters
+
+   -  Use the Description field to enter a more detailed definition of
+      your framework
+
+-  Click 'Submit'
+
+-  Once your Framework is added click 'MARC structure' to the right of
+   it on the list of Frameworks
+
+   Choose basis for new Framework
+   |image184|
+
+   -  You will be asked to choose a Framework to base your new Framework
+      off of, this will make it easier than starting from scratch
+
+-  Once your Framework appears on the screen you can edit or delete each
+   field by following the instructions for `editing
+   subfields <#editsubfields>`__
+
+`Edit Existing Frameworks <#editframeworks>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Clicking 'Edit' to the right of a Framework will only allow you to edit
+the Description for the Framework:
+
+Edit Framework
+|image185|
+
+To make edits to the fields associated with the Framework you must first
+click 'MARC Structure' and then follow the instructions for `editing
+subfields <#editsubfields>`__
+
+`Add subfields to Frameworks <#addsubfieldsframework>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a field to a Framework click the 'New Tag' button at the top of
+the Framework definition
+
+New Tag Button
+|image186|
+
+This will open up a blank form for entering MARC field data
+
+Add a new tag to framework
+|image187|
+
+Enter the information about your new tag:
+
+-  The 'Tag' is the MARC field number
+
+-  The 'Label for lib' is the text that will appear in the staff client
+   when in the cataloging module
+
+-  The 'Label for OPAC' is the text that will appear in the OPAC when
+   viewing the MARC version of the record
+
+-  If this field can be repeated, check the 'Repeatable' box
+
+-  If this field is mandatory, check the 'Mandatory' box
+
+-  If you want this field to be a pull down with limited possible
+   answers, choose which 'Authorized value' list you want to use
+
+When you're finished, click 'Save Changes' and you will be presented
+with your new field
+
+New tag and link to subfields
+|image188|
+
+To the right of the new field is a link to 'Subfields,' you will need to
+add subfields before this tag will appear in your MARC editor. The
+process of entering the settings for the new subfield is the same as
+those found in the `editing subfields in frameworks <#editsubfields>`__
+section of this manual.
+
+`Edit Framework Subfields <#editsubfields>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Frameworks are made up of MARC fields and subfields. To make edits to
+most Frameworks you must edit the fields and subfields. Clicking 'Edit'
+to the right of each subfield will allow you to make changes to the text
+associated with the field
+
+Modify MARC Field
+|image189|
+
+-  Each field has a tag (which is the MARC tag) that is uneditable
+
+   -  The 'Label for lib' is what will show in the staff client if you
+      have `advancedMARCeditor <#advancedMARCeditor>`__ set to display
+      labels
+
+   -  The 'Label for OPAC' is what will show on the MARC view in the
+      OPAC
+
+   -  If you check 'Repeatable' then the field will have a plus sign
+      next to it allowing you to add multiples of that tag
+
+   -  If you check 'Mandatory' the record will not be allowed to save
+      unless you have a value assigned to this tag
+
+   -  'Authorized value' is where you define an `authorized
+      value <#authorizedvalues>`__ that your catalogers can choose from
+      a pull down to fill this field in
+
+To edit the subfields associated with the tag, click 'Subfields' to the
+right of the tag on the 'MARC Structure' listing
+
+-  From the list of subfields you can click 'Delete' to the right of
+   each to delete the subfields
+
+-  To edit the subfields click 'Edit Subfields'
+
+-  For each subfield you can set the following Basic constraint values
+
+   Editing the 504 Subfield
+   |image190|
+
+   -  Text for librarian
+
+      -  what appears before the subfield in the librarian interface
+
+   -  Text for OPAC
+
+      -  what appears before the field in the OPAC.
+
+         -  If left empty, the text for librarian is used instead
+
+   -  Repeatable
+
+      -  the field will have a plus sign next to it allowing you to add
+         multiples of that tag
+
+   -  Mandatory
+
+      -  the record will not be allowed to save unless you have a value
+         assigned to this tag
+
+   -  Managed in tab
+
+      -  defines the tab where the subfield is shown. All subfields of a
+         given field must be in the same tab or ignored. Ignore means
+         that the subfield is not managed.
+
+-  For each subfield you can set the following Advanced constraint
+   values
+
+   Advanced constraints
+   |image191|
+
+   -  Default value
+
+      -  defines what you want to appear in the field by default, this
+         will be editable, but it saves time if you use the same note
+         over and over or the same value in a field often.
+
+      -  **Note**
+
+             If you would like a field to fill in with today's date you
+             can use the YYYY MM DD syntax in the 'Default value'. For
+             example: a default of "Year:YYYY Month:MM Day:DD" (without
+             quotes) will print as "Year:2015 Month:11 Day:30"
+
+   -  Visibility
+
+      -  allows you to select from where this subfield is
+         visible/hidden, simply check the boxes where you would like the
+         field to show and uncheck the boxes where you would like it
+         hidden.
+
+         Framework visibility
+         |image192|
+
+   -  Is a URL
+
+      -  if checked, it means that the subfield is a URL and can be
+         clicked
+
+   -  Link
+
+      -  If you enter a field/subfield here (200b), a link appears after
+         the subfield in the MARC Detail view. This view is present only
+         in the staff client, not the OPAC. If the librarian clicks on
+         the link, a search is done on the database for the
+         field/subfield with the same value. This can be used for 2 main
+         topics :
+
+         -  on a field like author (200f in UNIMARC), put 200f here, you
+            will be able to see all bib records with the same author.
+
+         -  on a field that is a link (4xx) to reach another bib record.
+            For example, put 011a in 464$x, will find the serials that
+            are with this ISSN.
+
+      -  **Warning**
+
+             This value should not change after data has been added to
+             your catalog. If you need to change this value you must ask
+             your system administrator to run
+             misc/batchRebuildBiblioTables.pl.
+
+   -  Koha link
+
+      -  Koha is multi-MARC compliant. So, it does not know what the
+         245$a means, neither what 200$f (those 2 fields being both the
+         title in MARC21 and UNIMARC). So, in this list you can "map" a
+         MARC subfield to its meaning. Koha constantly maintains
+         consistency between a subfield and its meaning. When the user
+         want to search on "title", this link is used to find what is
+         searched (245 if you're MARC21, 200 if you're UNIMARC).
+
+-  For each subfield you can set the following Other option values
+
+   |image193|
+
+   -  Authorized value
+
+      -  means the value cannot by typed by the librarian, but must be
+         chosen from a pull down generated by the `authorized
+         value <#authorizedvalues>`__ list
+
+      -  In the example above, the 504a field will show the MARC504
+         Authorized Values when cataloging
+
+         Example of an Authorized Subfield
+         |image194|
+
+   -  Thesaurus
+
+      -  means that the value is not free text, but must be searched in
+         the authority/thesaurus of the selected category
+
+   -  Plugin
+
+      -  means the value is calculated or managed by a plugin. Plugins
+         can do almost anything.
+
+      -  Examples:
+
+         -  For call numbers there is an option to add a call number
+            browser next to the the call number subfield so that you can
+            identify which call numbers are in use and which are not.
+            Simply choose the cn\_browser.pl plugin. Learn more in the
+            `cataloging section <#addingitems>`__ of this manual.
+
+         -  If you'd like to let file uploads via cataloging you can
+            choose the upload.pl plugin and this will allow you to
+            `upload files to Koha to link to your
+            records <#uploadbibfile>`__.
+
+         -  In UNIMARC there are plugins for every 1xx fields that are
+            coded fields. The plugin is a huge help for cataloger! There
+            are also two plugins (unimarc\_plugin\_210c and
+            unimarc\_plugin\_225a that can "magically" find the editor
+            from an ISBN, and the collection list for the editor)
+
+-  To save your changes simply click the 'Save Changes' button at the
+   top of the screen
+
+`Import/Export Frameworks <#importexportframeworks>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Next to each framework is a link to either import or export the
+framework.
+
+`Export Framework <#exportframeworks>`__
+''''''''''''''''''''''''''''''''''''''''
+
+To export a framework simply click the 'Export' link to the right of
+framework title.
+
+Export link next to framework
+|image195|
+
+When you click 'Export' you will be prompted to choose what format to
+export the file in.
+
+Export formats
+|image196|
+
+A framework exported this way can be imported into any other Koha
+installation using the import framework option.
+
+`Import Framework <#importframeworks>`__
+''''''''''''''''''''''''''''''''''''''''
+
+An easy way to create a new framework is to import one created for your
+or another Koha installation. This framework would need to be exported
+from the other system `using the instructions
+above <#exportframeworks>`__ to be available for import here.
+
+To import a framework you first need to create `a new
+framework <#addframework>`__. Once you have that framework, click
+'Import' to the right of the new framework.
+
+Import link next to framework
+|image197|
+
+You will be prompted to find a file on your computer to import into the
+framework.
+
+Choose a file to import
+|image198|
+
+You will be asked to confirm your actions before the file is imported.
+
+Confirm your desire to import
+|image199|
+
+As your file is uploaded you will see an image that will confirm that
+the system is working.
+
+Import timer
+|image200|
+
+Once your import is complete you will be brought to the framework edit
+tool where you can make any changes you need to the framework you
+imported.
+
+`Koha to MARC Mapping <#kohamarcmapping>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+While Koha stores the entire MARC record, it also stores common fields
+for easy access in various tables in the database. Koha to MARC Mapping
+is used to tell Koha where to find these values in the MARC record. In
+many cases you will not have to change the default values set by in this
+tool on installation, but it is important to know that the tool is here
+and can be used at any time.
+
+-  *Get there:* More > Administration > Catalog > Koha to MARC Mapping
+
+The Koha to MARC Mapping page offers you the option of choosing from one
+of three tables in the database to assign values to.
+
+Koha to MARC Mapping Table Pull Down
+|image201|
+
+After choosing the table you would like to view, click 'OK.' To edit any
+mapping click on the 'Koha Filed' or the 'Edit' link.
+
+Map MARC Field to Koha Field
+|image202|
+
+Choose which MARC field you would like to map to this Koha Field and
+click the 'OK' button. If you would like to clear all mappings, click
+the 'Click to "Unmap"' button.
+
+    **Important**
+
+    At this time you can map only 1 MARC field to 1 Koha field. This
+    means that you won't be able to map both the 100a and the 700a to
+    the author field, you need to choose one or the other.
+
+`Keywords to MARC Mapping <#keywordmapping>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This tool will allow you to map MARC fields to a set of predefined
+keywords.
+
+-  *Get there:* More > Administration > Catalog > Keywords to MARC
+   Mapping
+
+    **Important**
+
+    This tool only effects sites that are not using the XSLT
+    Stylesheets.
+
+At this time the only keyword in use is 'subtitle.'
+
+Using this tool you can define what MARC field prints to the detail
+screen of the bibliographic record using keywords. The following example
+will use the subtitle field.
+
+Using the Framework pull down menu, choose the
+`Framework <#marcbibframeworks>`__ you would like to apply this rule to.
+For example, the subtitle for books can be found in the 245$b field.
+
+Assigning Book Subtitle
+|image203|
+
+However the subtitle for DVDs appears in 245$p
+
+Assigning DVD Subtitle
+|image204|
+
+Using this tool you can tell Koha to print the right field as the
+subtitle when viewing the bibliographic record in the OPAC.
+
+Subtitle display in the OPAC
+|image205|
+
+This tool can be used to chain together pieces of the record as well. If
+you want the series number to show in the title on your search results
+you simply have to map 490 $v to 'subtitle' along with the 245 $b.
+
+    **Note**
+
+    Chain together the fields you want to show after the item title in
+    the order in which you want them to appear.
+
+Future developments will include additional keyword assigned fields.
+
+`MARC Bibliographic Framework Test <#marcbibframeworkstest>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Checks the MARC structure.
+
+-  *Get there:* More > Administration > Catalog > MARC Bibliographic
+   Framework Test
+
+If you change your MARC Bibliographic framework it's recommended that
+you run this tool to test for errors in your definition.
+
+Framework Test
+|image206|
+
+`Authority Types <#authoritiesadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Authority Types are basically MARC Frameworks for Authority records and
+because of that they follow the same editing rules found in the `MARC
+Bibliographic Frameworks <#marcbibframeworks>`__ section of this manual.
+Koha comes with many of the necessary Authority frameworks already
+installed. To learn how to add and edit Authority Types, simply review
+the `MARC Bibliographic Frameworks <#marcbibframeworks>`__ section of
+this manual.
+
+-  *Get there:* More > Administration > Catalog > Authority Types
+
+`Classification Sources <#classificationsources>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Source of classification or shelving scheme is an `Authorized
+Values <#authorizedvalues>`__ category that is mapped to field 952$2 and
+942$2 in Koha's MARC Bibliographic frameworks and stored in the
+items.cn\_source field in the database.
+
+-  *Get there:* More > Administration > Catalog > Classification sources
+
+Classification Sources
+|image207|
+
+Commonly used values of this field are:
+
+-  ddc - Dewey Decimal Classification
+
+-  lcc - Library of Congress Classification
+
+If you chose to install classification sources during Koha's
+installation, you would see other values too:
+
+-  ANSCR (sound recordings)
+
+-  SuDOC classification
+
+-  Universal Decimal Classification
+
+-  Other/Generic Classification
+
+`Adding/Editing Classification Sources <#addingclasssource>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You can add your own source of classification by using the New
+Classification Source button. To edit use the Edit link.
+
+Add classification source
+|image208|
+
+When creating or editing:
+
+-  You will need to enter a code and a description.
+
+-  Check the 'Source in use?' checkbox if you want the value to appear
+   in the drop down list for this category.
+
+-  Select the appropriate `filing rule <#classfilingrules>`__ from the
+   drop down list.
+
+`Classification Filing Rules <#classfilingrules>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Filing rules determine the order in which items are placed on shelves.
+
+Values that are pre-configured in Koha are:
+
+-  Dewey
+
+-  LCC
+
+-  Generic
+
+Filing rules are mapped to `Classification
+sources <#addingclasssource>`__. You can setup new filing rules by using
+the New Filing Rule button. To edit use the Edit link.
+
+When creating or editing:
+
+-  Enter a code and a description
+
+-  Choose an appropriate filing routine - dewey, generic or lcc
+
+`Record Matching Rules <#recordmatchingrules>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Record matching rules are used when importing MARC records into Koha.
+
+-  *Get there:* More > Administration > Catalog > Record Matching Rules
+
+The rules that you set up here will be referenced with you `Stage MARC
+Records for Import <#stagemarc>`__.
+
+It is important to understand the difference between Match Points and
+Match Checks before adding new matching rules to Koha.
+
+Match Points are the criteria that you enter that must be met in order
+for an incoming record to match an existing MARC record in your catalog.
+You can have multiple match points on an import rule each with its own
+score. An incoming record will be compared against your existing records
+(‘one record at a time’) and given a score for each match point. When
+the total score of the matchpoints matches or exceeds the threshold
+given for the matching rule, Koha assumes a good match and
+imports/overlays according your specifications in the import process. An
+area to watch out for here is the sum of the match points. Doublecheck
+that the matches you want will add up to a successful match.
+
+Example:
+
+Threshold of 1000
+
+Match Point on 020$a 1000
+
+Match Point on 022$a 1000
+
+Match Point on 245$a 500
+
+Match Point on 100$a 100
+
+In the example above, a match on either the 020$a or the 022$a will
+result in a successful match. A match on 245$a title and 100$a author
+(and not on 020$a or 022$a) will only add up to 600 and not be a match.
+And a match on 020$a and 245$a will result in 1500 and while this is a
+successful match, the extra 500 point for the 245$a title match are
+superfluous. The incoming record successfully matched on the 020$a
+without the need for the 245$a match. However, if you assigned a score
+of 500 to the 100$a Match Point, a match on 245$a title and 100$a author
+will be considered a successful match (total of 1000) even if the 020$a
+is not a match.
+
+Match Checks are not commonly used in import rules. However, they can
+serve a couple of purposes in matching records. First, match checks can
+be used as the matching criteria instead of the match points if your
+indexes are stale and out of date. The match checks go right for the
+data instead of relying on the data in the indexes. (If you fear your
+indexes are out of date, a rebuild of your indexes would be a great idea
+and solve that situation!) The other use for a Match Check is as a
+“double check” or “veto” of your matching rule. For example, if you have
+a matching rule as below:
+
+Threshold of 1000
+
+Match Point on 020$a 1000
+
+Match Check on 245$a
+
+Koha will first look at the 020$a tag/subfield to see if the incoming
+record matches an existing record. If it does, it will then move on to
+the Match Check and look directly at the 245$a value in the incoming
+data and compare it to the 245$a in the existing ‘matched’ record in
+your catalog. If the 245$a matches, Koha continues on as if a match was
+successful. If the 245$a does not match, then Koha concludes that the
+two records are not a match after all. The Match Checks can be a really
+useful tool in confirming true matches.
+
+When looking to create matching rules for your authority records the
+following indexes will be of use:
+
++--------------------------+--------------------+
+| Index name               | Matches Marc Tag   |
++==========================+====================+
+| LC-cardnumber            | 010$a              |
++--------------------------+--------------------+
+| Personal-name            | 100$a              |
++--------------------------+--------------------+
+| Corporate-name-heading   | 110$a              |
++--------------------------+--------------------+
+| Meeting-name             | 111$a              |
++--------------------------+--------------------+
+| Title-uniform            | 130$a              |
++--------------------------+--------------------+
+| Chronological-term       | 148$a              |
++--------------------------+--------------------+
+| Subject-topical          | 150$a              |
++--------------------------+--------------------+
+| Name-geographic          | 151$a              |
++--------------------------+--------------------+
+| Term-genre-form          | 155$a              |
++--------------------------+--------------------+
+
+Table: Authority Indexes
+
+`Adding Matching Rules <#addrecordmatchrule>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To create a new matching rule :
+
+-  Click 'New Record Matching Rule'
+
+   Add record matching rule
+   |image209|
+
+   -  Choose a unique name and enter it in the 'Matching rule code'
+      field
+
+   -  'Description' can be anything you want to make it clear to you
+      what rule you're picking
+
+   -  'Match threshold' is the total number of 'points' a biblio must
+      earn to be considered a 'match'
+
+   -  'Record type' is the type of import this rule will be used for -
+      either authority or bibliographic
+
+   -  Match points are set up to determine what fields to match on
+
+   -  'Search index' can be found by looking at the ccl.properties file
+      on your system which tells the zebra indexing what data to search
+      for in the MARC data".
+
+   -  'Score' - The number of 'points' a match on this field is worth.
+      If the sum of each score is greater than the match threshold, the
+      incoming record is a match to the existing record
+
+   -  Enter the MARC tag you want to match on in the 'Tag' field
+
+   -  Enter the MARC tag subfield you want to match on in the
+      'Subfields' field
+
+   -  'Offset' - For use with control fields, 001-009
+
+   -  'Length' - For use with control fields, 001-009
+
+   -  Koha only has one 'Normalization rule' that removes extra
+      characters such as commas and semicolons. The value you enter in
+      this field is irrelevant to the normalization process.
+
+   -  'Required match checks' - ??
+
+`Sample Bibliographic Record Matching Rule: Control Number <#samplerecordmatch>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+LOC Matching Rule
+|image210|
+
+-  Match threshold: 100
+
+-  Record type: Bibliographic
+
+   -  **Note**
+
+          If you'd like a rule to match on the 001 in authority records
+          you will need the repeat all of these values and change just
+          the record type to 'Authority record'
+
+-  Matchpoints (just the one):
+
+-  Search index: Control-number
+
+-  Score: 101
+
+-  Tag: 001
+
+   -  **Note**
+
+          this field is for the control number assigned by the
+          organization creating, using, or distributing the record
+
+-  Subfields: a
+
+-  Offset: 0
+
+-  Length: 0
+
+-  Normalization rule: Control-number
+
+-  Required Match checks: none (remove the blank one)
+
+   Remove match check
+   |image211|
+
+`OAI Sets Configuration <#oaisetsconfig>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+On this page you can create, modify and delete OAI-PMH sets
+
+`Create a set <#oaicreate>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To create a set:
+
+-  Click on the link 'Add a new set'
+
+-  Fill the mandatory fields 'setSpec' and 'setName'
+
+-  Then you can add descriptions for this set. To do this click on 'Add
+   description' and fill the newly created text box. You can add as many
+   descriptions as you want.
+
+-  Click on 'Save' button'
+
+`Modify/Delete a set <#oaimodify>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To modify a set, just click on the link 'Modify' on the same line of the
+set you want to modify. A form similar to set creation form will appear
+and allow you to modify the setSpec, setName and descriptions.
+
+To delete a set, just click on the link 'Delete' on the same line of the
+set you want to delete.
+
+`Define mappings <#oaimapping>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Here you can define how a set will be build (what records will belong to
+this set) by defining mappings. Mappings are a list of conditions on
+record content. A record only need to match one condition to belong to
+the set.
+
+-  Fill the fields 'Field', 'Subfield' and 'Value'. For example if you
+   want to include in this set all records that have a 999$9 equal to
+   'XXX'. Fill 'Field' with 999, 'Subfield' with 9 and 'Value' with XXX.
+
+-  If you want to add another condition, click on 'OR' button and repeat
+   step 1.
+
+-  Click on 'Save'
+
+To delete a condition, just leave at least one of 'Field', 'Subfield' or
+'Value' empty and click on 'Save'.
+
+    **Note**
+
+    Actually, a condition is true if value in the corresponding subfield
+    is strictly equal to what is defined if 'Value'. A record having
+    999$9 = 'XXX YYY' will not belong to a set where condition is 999$9
+    = 'XXX'.
+
+And it is case sensitive : a record having 999$9 = 'xxx' will not belong
+to a set where condition is 999$9 = 'XXX'.
+
+`Build sets <#oaibuild>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once you have configured all your sets, you have to build the sets. This
+is done by calling the script misc/migration\_tools/build\_oai\_sets.pl.
+
+`Item search fields <#itemsearchadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+From here you can add custom search fields to the `item
+search <#searchguide-itemsearch>`__ option in the staff client. Item
+search fields
+
+To add a new search term simply click the 'New search field' buttonAdd
+new field
+
+-  Name is a field for you to identify the search term
+
+-  Label is what will appear on the item search page
+
+-  MARC field allows you to pick which field you'd like to search in
+
+-  MARC subfield is the subfield you'd like to search in
+
+-  Authorised values category can be used to turn this search field in
+   to a pull down instead of a free text field
+
+Once your new field is added it will be visible at the top of this page
+and on the item search pageSearch option
+
+`Acquisitions <#acqadmin>`__
+----------------------------
+
+The Koha Acquisitions module provides a way for the library to record
+orders placed with vendors and manage purchase budgets.
+
+Before using the `Acquisitions Module <#acqmodule>`__, you will want to
+make sure that you have completed all of the set up.
+
+-  *Get there:* More > Administration > Acquisitions
+
+`Currencies and Exchange Rates <#currexchangeadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you place orders from more than one country you will want to input
+currency exchange rates so that your acquisitions module will properly
+calculate totals.
+
+-  *Get there:* More > Administration > Acquisitions > Currencies and
+   Exchange Rates
+
+Currencies
+|image212|
+
+    **Note**
+
+    This data is not automatically updated, so be sure to keep it up to
+    date so that your accounting is kept correct.
+
+The ISO code you enter will be used when importing MARC files via the
+staging tools, the tool will attempt to find and use the price of the
+currently active currency.
+
+The active currency is the main currency you use in your library. Your
+active currency will have a check mark in the 'Active' column. If you
+don't have an active currency you will see an error message telling you
+to choose an active currency.
+
+No active currency warning
+|image213|
+
+`Budgets <#budgetplanning>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Budgets are used for tracking accounting values related to acquisitions.
+For example you could create a Budget for the current year (ex. 2015)
+and then break that into `Funds <#funds>`__ for different areas of the
+library (ex. Books, Audio, etc).
+
+-  *Get there:* More > Administration > Acquisitions > Budgets
+
+When visiting the main budget administration you will see two tabs, one
+for active and one for inactive budgets.
+
+Budgets List
+|image214|
+
+`Adding budgets <#addbudget>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Budgets can either be created `from scratch <#addnewbudget>`__, by
+`duplicating the previous year's budget <#duplicatebudget>`__ or by
+`closing a previous year's budget <#closebudget>`__.
+
+`Add a new budget <#addnewbudget>`__
+''''''''''''''''''''''''''''''''''''
+
+If you haven't used Koha before for acquisitions then you'll need to
+start fresh with a new budget. To add a new budget click the 'New
+Budget' button.
+
+New Budget Form
+|image215|
+
+-  Choose the time period this budget is for, whether it's an academic
+   year, a fiscal year, a quarter, etc.
+
+-  The Description should be something that will help you identify the
+   budget when ordering
+
+-  In the amount box do not use any symbols, simply enter the amount of
+   the budget with numbers and decimals.
+
+-  Marking a budget active makes it usable when placing orders in the
+   acquisitions module, even if the order is placed after the budget end
+   date. This will allow you to record orders that were places in a
+   previous budget period.
+
+-  Locking a budget means that Funds will not be able to be modified by
+   librarians
+
+Once you have made your edits, click the 'Save Changes' button. You will
+be brought to a list of your existing budgets.
+
+List of Budgets
+|image216|
+
+`Duplicate a budget <#duplicatebudget>`__
+'''''''''''''''''''''''''''''''''''''''''
+
+To duplicate a budget from a previous year, click on the link for the
+budget name from the list of budgets
+
+Budgets List
+|image217|
+
+On the screen listing the budget breakdown click the Edit button at the
+top and choose to Duplicate budget
+
+Duplicate Budget
+|image218|
+
+You can also click the 'Actions' button to the right of the budget and
+choose 'Duplicate'.Duplicate budget
+
+In both cases you will be presented with a form where you simply need to
+enter the new start and end date and save the budget.
+
+New Duplicate Budget
+|image219|
+
+Check the box for 'Mark the original budget as inactive' if the original
+budget should no longer be used.
+
+Check the box for 'Set all funds to zero' if you wish the new budget to
+contain all the same fund structures as the previous budget but no
+allocations until you manually enter an amount in the fund.
+
+This will not only duplicate your budget, but all of the funds
+associated with that budget so that you can reuse budgets and funds from
+year to year and so that you can move unreceived orders and if desired
+unspent funds from a previous budget to the new budget.
+
+`Close a budget <#closebudget>`__
+'''''''''''''''''''''''''''''''''
+
+Close a budget to move or roll over unreceived orders and if desired
+unspent funds from a previous budget to a new budget. Before closing
+your budget you might want to `duplicate the previous year's
+budget <#duplicatebudget>`__ so that you have somewhere for the
+unreceived orders to roll to.
+
+Find the previous budget with unreceived orders on the Active budgets or
+the Inactive budgets tab and select 'Close' under 'Actions'. Close a
+budget
+
+    **Note**
+
+    In order for the unreceived orders to be automatically moved to the
+    new budget, the fund structures in the previous budget must exist in
+    the new budget. Budgets without unreceived orders cannot be closed.
+
+When you select 'Close' you will be presented with a form.Closing a
+budget
+
+Use the 'Select a budget' drop down to choose the new budget for the
+unreceived orders.
+
+Check the box for 'Move remaining unspent funds' to move the unspent
+amounts from the funds of the budget being closed to the selected
+budget.
+
+Once you have made your choices, click the 'Move unreceived orders'
+button. You will be presented with a dialog box that says 'You have
+chosen to move all unreceived orders from 'Budget X' to 'Budget Y'. This
+action cannot be reversed. Do you wish to continue?' Budget X is the
+budget to be closed and Budget Y is the selected budget. Close warning
+
+If everything seems correct click 'OK' and the unreceived orders and, if
+selected, unspent funds will be moved.
+
+Wait until the 'Report after moving unreceived orders from budget X to
+Y' displays. This will list the order numbers which have been impacted
+(grouped by fund) and detail if the unreceived order was moved or if
+there was a problem. For example, if the new budget does not contain a
+fund with the same name as the previous budget, the order will not be
+moved.
+
+Close report
+|image220|
+
+`Funds <#funds>`__
+~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Administration > Acquisitions > Funds
+
+`Add a Fund <#addbudgetfund>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+A fund is added to a budget.
+
+    **Important**
+
+    A `budget <#addbudget>`__ must be defined before a fund can be
+    created.
+
+To add a new fund click the New button and then choose which Budget you
+would like to add the fund to.
+
+Choose which budget to add a fund to
+|image221|
+
+In the form that appears you want to enter the basics about your fund.
+
+New Fund Form
+|image222|
+
+The three first fields are required, the rest are optional
+
+-  Fund Code is a unique identifier for your fund
+
+-  The Fund Name should be something that librarians will understand
+
+-  Amount should be entered with only numbers and decimals, no other
+   characters
+
+-  Warning at (%) or Warning at (amount) can be filled in to make Koha
+   warn you before you spend a certain percentage or amount of your
+   budget. This will prevent you from overspending.
+
+-  You can choose to assign this fund to a librarian. Doing so will make
+   it so that only that librarian can make changes to the Fund
+
+-  Choose which library will be using this fund
+
+-  You can restrict who can order from this fund by choosing either the
+   'owner', 'owner and users' or 'owner, users and library' from the
+   'Restrict access to' menu
+
+   Restrict Fund Access
+   |image223|
+
+   -  **Important**
+
+          Without an owner, the access restriction will be ignored, be
+          sure to enter an owner as well as choose a restriction
+
+-  Notes are simply for any descriptive notes you might want to add so
+   that librarians know when to use this fund
+
+-  Planning categories are used for statistical purposes. To learn more
+   about planning categories, check out the `Planning Category
+   FAQ <#planningcatfaq>`__.
+
+When complete, click 'Submit' and you will be brought to a list of all
+of the funds for the budget.
+
+List of funds
+|image224|
+
+The monetary columns in the fund table break down as follows:
+
+1. Base-level allocated is the "Amount" value you defined when creating
+   the fund
+
+2. Base-level ordered is the ordered amount for this fund (without child
+   funds)
+
+3. Total ordered is the base-level ordered for this fund and all its
+   child funds
+
+4. Base-level spent is the spent amount for this fund (without child
+   funds)
+
+5. Total spent is the base-level spent for this fund and all its child
+   funds
+
+6. Base-level available is 1 - 2
+
+7. Total available is 1 - 3
+
+To the right of each fund you will find the 'Actions' button under which
+you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options.
+
+Fund actions
+|image225|
+
+A child fund simply a sub-fund of the fund listed. An example would be
+to have a fund for 'Fiction' and under that have a fund for 'New
+Releases' and a fund for 'Science Fiction.' It is an optional way to
+further organize your finances.
+
+Funds with children will show with a small arrow to the left. Clicking
+that will show you the children funds.
+
+Child funds
+|image226|
+
+`Budget Planning <#fundsplanning>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When viewing the list of funds click the 'Planning' button and choose
+how you would like to plan to spend your budget.
+
+Planning pull down menu
+|image227|
+
+If you choose 'Plan by MONTHS' you will see the budgeted amount broken
+down by months:
+
+Budget Planning Formula
+|image228|
+
+To hide some of the columns you can click the 'hide' link to the right
+(or below as in the screenshot above) the dates. To add more columns you
+can click the 'Show a column' link found below the 'Fund Remaining'
+heading.
+
+Choose columns to add
+|image229|
+
+From here you can plan your budget spending by manually entering values
+or by clicking the 'Auto-fill row' button. If you choose to auto-fill
+the form the system will try to divide the amount accordingly, you may
+have to make some edits to split things more accurately.
+
+Auto-filled columns
+|image230|
+
+Once your changes are made, click the 'Save' button. If you would like
+to export your data as a CSV file you can do so by entering a file name
+in the 'Output to a file named' field and clicking the 'Output' button.
+
+Export planning as CSV
+|image231|
+
+`EDI Accounts <#ediaccounts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+From here you can set up the information needed to connect to your
+acquisitions vendors.
+
+    **Note**
+
+    Before you begin you will need at least one `Vendor set up in
+    Acquisitions <#addacqvendor>`__.
+
+To add account information click the 'New account' button.New account
+
+In the form that appears you will want to enter your vendor information.
+
+New account information
+
+Each vendor will have one account.
+
+`Library EANs <#libraryeans>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A library EAN is the identifier the vendor gives the library to send
+back to them so they know which account to use when billing. One EDI
+account can have multiple EANs.
+
+To add an EAN click the 'New EAN' button.
+
+New EAN
+
+In the form that appears enter the information provided by your vendor.
+
+New EAN Form
+
+`Additional Parameters <#additionaladmin>`__
+--------------------------------------------
+
+-  *Get there:* More > Administration > Additional Parameters
+
+`Z39.50/SRU servers <#z3950admin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Z39.50 is a client–server protocol for searching and retrieving
+information from remote computer databases, in short it's a tool used
+for copy cataloging.
+
+SRU- Search/Retrieve via URL - is a standard XML-based protocol for
+search queries, utilizing CQL - Contextual Query Language - a standard
+syntax for representing queries.
+
+Using Koha you can connect to any Z39.50 or SRU target that is publicly
+available or that you have the log in information to and copy both
+bibliographic and/or authority records from that source.
+
+-  *Get there:* More > Administration > Additional Parameters >
+   Z39.50/SRU Servers
+
+Koha comes with a default list of Z39.50/SRU targets set up that you can
+add to, edit or delete
+
+List of Z39.50 Servers in Koha
+|image232|
+
+To find additional Z39.50 targets you use IndexData's IRSpy:
+`http://irspy.indexdata.com <http://irspy.indexdata.com/>`__ or the
+Library of Congress's List of Targets http://www.loc.gov/z3950/
+
+`Add a Z39.50 Target <#addztarget>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  From the main Z39.50 page, click 'New Z39.50 Server'
+
+   New Z39.50 Server Form
+   |image233|
+
+   -  'Z39.50 server' should be populated with a name that will help you
+      identify the source (such as the library name).
+
+   -  'Hostname' will be the address to the Z39.50 target.
+
+   -  'Port' tells Koha what port to listen on to get results from this
+      target.
+
+   -  'Userid' and 'Password' are only required for servers that are
+      password protected.
+
+   -  Check the 'Preselected' box if you want this target to always be
+      selected by default.
+
+   -  'Rank' lets you enter where in the list you'd like this target to
+      appear.
+
+      -  If this is left blank the targets will be in alphabetical
+         order.
+
+   -  'Syntax' is the MARC flavor you use.
+
+   -  'Encoding' tells the system how to read special characters.
+
+   -  'Timeout' is helpful for targets that take a long while. You can
+      set the timeout so that it doesn't keep trying the target if
+      results aren't found in a reasonable amount of time.
+
+   -  'Record type' lets you define if this is a bibliographic or an
+      authority target.
+
+   -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
+      names that you want to apply on the search results.
+
+      -  When retrieving records from external targets you may wish to
+         automate some changes to those records. XSLT's allow you to do
+         this. Koha ships with some sample XSLT files in the
+         /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
+
+         -  Del952.xsl: Remove items (MARC21/NORMARC)
+
+         -  Del995.xsl: Remove items (UNIMARC)
+
+         -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
+            (MARC21/NORMARC)
+
+         -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
+            (UNIMARC)
+
+`Suggested Bibliographic Z39.50 Targets <#suggestztarget>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Koha libraries with open Z39.50 targets can share and find connection
+information on the Koha wiki:
+http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources. You can
+also find open Z39.50 targets by visiting IRSpy:
+http://irspy.indexdata.com.
+
+The following targets have been used successfully by other Koha
+libraries (in the Americas):
+
+-  ACCESS PENNSYLVANIA 205.247.101.11:210 INNOPAC
+
+-  CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210 INNOPAC
+
+-  GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC
+
+-  HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210 horizon
+
+-  HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton\_hills
+
+-  LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB
+
+-  LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210 INNOPAC
+
+-  MANITOBA PUBLIC library.gov.mb.ca:210 horizon
+
+-  MILTON PL cat.mpl.on.ca:210 horizon
+
+-  NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default
+
+-  NHUPAC 199.192.6.130:211 nh\_nhupac
+
+-  OCEAN STATE LIBRARIES (RI) catalog.oslri.net:210 INNOPAC
+
+-  OHIOLINK olc1.ohiolink.edu:210 INNOPAC
+
+-  PUBCAT prod890.dol.state.vt.us:2300 unicorn
+
+-  SAN JOAQUIN VALLEY PUBLIC LIBRARY SYSTEM (CA) hip1.sjvls.org:210
+   ZSERVER
+
+-  SEATTLE PUBLIC LIBRARY ZSERVER.SPL.ORG:210 HORIZON
+
+-  TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200 unicorn
+
+-  TRI-UNI 129.97.129.194:7090 voyager
+
+-  VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon
+
+`Suggested Authority Z39.50 Targets <#suggestauthz39>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following targets have been used successfully by other Koha
+libraries (in the Americas):
+
+-  LIBRARIESAUSTRALIA AUTHORITIES
+   z3950-test.librariesaustralia.nla.gov.au:210 AuthTraining Userid:
+   ANLEZ / Password: z39.50
+
+-  LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF
+
+-  LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF
+
+`Add a SRU Target <#addsru>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  From the main Z39.50/SRU page, click 'New SRU Server'
+
+   New SRU Server Form
+   |image234|
+
+   -  'Server name' should be populated with a name that will help you
+      identify the source (such as the library name).
+
+   -  'Hostname' will be the address to the Z39.50 target.
+
+   -  'Port' tells Koha what port to listen on to get results from this
+      target.
+
+   -  'Userid' and 'Password' are only required for servers that are
+      password protected.
+
+   -  Check the 'Preselected' box if you want this target to always be
+      selected by default.
+
+   -  'Rank' lets you enter where in the list you'd like this target to
+      appear.
+
+      -  If this is left blank the targets will be in alphabetical
+         order.
+
+   -  'Syntax' is the MARC flavor you use.
+
+   -  'Encoding' tells the system how to read special characters.
+
+   -  'Timeout' is helpful for targets that take a long while. You can
+      set the timeout so that it doesn't keep trying the target if
+      results aren't found in a reasonable amount of time.
+
+   -  'Additional SRU options' is where you can enter additional options
+      of the external server here, like sru\_version=1.1 or
+      schema=marc21, etc. Note that these options are server dependent.
+
+   -  'SRU Search field mapping' lets you add or update the mapping from
+      the available fields on the Koha search form to the specific
+      server dependent index names.
+
+      -  To further refine your searches, you could add the following
+         index names to the SRU search field mappings. To do this, edit
+         the server and click the Modify button next to this field.
+
+         +---------------+---------------------------+
+         | Title         | dc.title                  |
+         +---------------+---------------------------+
+         | ISBN          | bath.isbn                 |
+         +---------------+---------------------------+
+         | Any           | cql.anywhere              |
+         +---------------+---------------------------+
+         | Author        | dc.author                 |
+         +---------------+---------------------------+
+         | ISSN          | bath.issn                 |
+         +---------------+---------------------------+
+         | Subject       | dc.subject                |
+         +---------------+---------------------------+
+         | Standard ID   | bath.standardIdentifier   |
+         +---------------+---------------------------+
+
+         Table: SRU Mapping
+
+   -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
+      names that you want to apply on the search results.
+
+      -  When retrieving records from external targets you may wish to
+         automate some changes to those records. XSLT's allow you to do
+         this. Koha ships with some sample XSLT files in the
+         /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
+
+         -  Del952.xsl: Remove items (MARC21/NORMARC)
+
+         -  Del995.xsl: Remove items (UNIMARC)
+
+         -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
+            (MARC21/NORMARC)
+
+         -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
+            (UNIMARC)
+
+`Did you mean? <#didyoumean>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+*Get there:* More > Administration > Additional Parameters > Did you
+mean?
+
+Koha can offer 'Did you mean?' options on searches based on values in
+your `authorities <#catauthorities>`__.
+
+    **Important**
+
+    Did you mean? only works in the OPAC at this time. The Intranet
+    options are here for future development.
+
+Using this page you can control which options Koha gives patrons on
+their search results.
+
+Did you mean?
+|image235|
+
+To turn on the 'Did you mean?' bar on your search results you need to
+check the box next to each plugin you would like to use. The two plugins
+you have to choose from are:
+
+-  The ExplodedTerms plugin suggests that the user try searching for
+   broader/narrower/related terms for a given search (e.g. a user
+   searching for "New York (State)" would click the link for narrower
+   terms if they're also interested in "New York (City)"). This is only
+   relevant for libraries with highly hierarchical authority data.
+
+-  The AuthorityFile plugin searches the authority file and suggests the
+   user might be interested in bibs linked to the top 5 authorities
+
+If you want one plugin to take priority over another you simply drag it
+above the other.
+
+Drag and drop options
+|image236|
+
+If you choose both plugins you will see several options at the top of
+your search results
+
+Both plugins
+|image237|
+
+If you choose just the AuthorityFile you'll see just authorities.
+
+AuthorityFile
+|image238|
+
+`Column settings <#admincolumns>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This administration area will help you hide or display columns on fixed
+tables throughout the staff client.
+
+-  *Get there:* Administration > Additional Parameters > Column settings
+
+Column settings
+|image239|
+
+Clicking on the module you'd like to edit tables for will show you the
+options available to you.
+
+This area lets you control the columns that show in the table in
+question. If nothing is hidden you will see no check marks in the 'is
+hidden by default' column.
+
+Column settings
+|image240|
+
+And will see all of the columns when viewing the table on its regular
+page.
+
+Columns on currency table
+|image241|
+
+If columns are hidden they will have checks in the 'is hidden by
+default' column.
+
+Column settings
+|image242|
+
+And hidden when you view the table.
+
+Columns on currency table
+|image243|
+
+You can also toggle columns using the 'Show/Hide Columns button in the
+top right of the page
+
+Toggle columns
+|image244|
+
+`Audio alerts <#audioadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have your `AudioAlerts <#AudioAlerts>`__ preference set to
+'Enable' you will be able to control the various alert sounds that Koha
+uses from this area.
+
+-  *Get there:* More > Administration > Additional Parameters > Audio
+   alerts
+
+Each dialog box in Koha has a CSS class assigned to it that can be used
+as a selector for a sound.Audio alerts
+
+You can edit the defaults by clicking the 'Edit' button to the right of
+each alertEdit alert
+
+You can assign alerts to other CSS classes in Koha by entering that
+information in the selector box. For example if you enter
+
+::
+
+    body:contains('Check in message')
+
+Then when you visit the checkin page you will hear an alert.
+
+Every page in Koha has a unique ID in the body tag which can be used to
+limit a sound to a specific page
+
+Any ID selector (where html contains id="name\_of\_id" ) and can also be
+a trigger as: #name\_of\_selector
+
+`SMS cellular providers <#smsadmin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Important**
+
+    This option will only appear if the
+    `SMSSendDriver <#SMSSendDriver>`__ preference is set to 'Email'
+
+From here you can enter as many cellular providers as you need to send
+SMS notices to your patrons using the email protocol.SMS Providers
+
+Some examples in the US are:
+
++---------------------+-----------------------------+
+| Mobile Carrier      | SMS Gateway Domain          |
++=====================+=============================+
+| Alltel              | sms.alltelwireless.com      |
++---------------------+-----------------------------+
+| AT&T                | txt.att.net                 |
++---------------------+-----------------------------+
+| Boost Mobile        | sms.myboostmobile.com       |
++---------------------+-----------------------------+
+| Project Fi          | msg.fi.google.com           |
++---------------------+-----------------------------+
+| Republic Wireless   | text.republicwireless.com   |
++---------------------+-----------------------------+
+| Sprint              | messaging.sprintpcs.com     |
++---------------------+-----------------------------+
+| T-Mobile            | tmomail.net                 |
++---------------------+-----------------------------+
+| U.S. Cellular       | email.uscc.net              |
++---------------------+-----------------------------+
+| Verizon Wireless    | vtext.com                   |
++---------------------+-----------------------------+
+| Virgin Mobile       | vmobl.com                   |
++---------------------+-----------------------------+
+
+Table: SMS Provider Examples
+
+To add new providers enter the details in the form and click 'Add new'
+to save.Add SMS Provider
+
+These options will appear in the OPAC for patrons to choose from on the
+`messaging tab <#opacmymsgs>`__ if you have
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+enabled.Options for providers in the OPAC
diff --git a/en/source/images.rst b/en/source/images.rst
new file mode 100644 (file)
index 0000000..526cf55
--- /dev/null
@@ -0,0 +1,1119 @@
+.. |image0| image:: images/admin/globalprefs/prefsearch.png
+.. |image1| image:: images/admin/globalprefs/prefsearch1.png
+.. |image2| image:: images/admin/globalprefs/saveallprefs.png
+.. |image3| image:: images/admin/globalprefs/saveconfirmation.png
+.. |image4| image:: images/admin/globalprefs/sortprefs.png
+.. |image5| image:: images/admin/globalprefs/Google/2newproject.png
+.. |image6| image:: images/admin/globalprefs/Google/3identity.png
+.. |image7| image:: images/admin/globalprefs/Google/4enable.png
+.. |image8| image:: images/admin/globalprefs/Google/5consent.png
+.. |image9| image:: images/admin/globalprefs/Google/6credtype.png
+.. |image10| image:: images/admin/globalprefs/Google/7creds.png
+.. |image11| image:: images/admin/globalprefs/Google/8oauth.png
+.. |image12| image:: images/admin/globalprefs/Google/7creds.png
+.. |image13| image:: images/admin/globalprefs/persona.png
+.. |image14| image:: images/admin/globalprefs/AuthDisplayHierarchy.png
+.. |image15| image:: images/admin/globalprefs/hide_marc-display.png
+.. |image16| image:: images/admin/globalprefs/hide_marc-dont.png
+.. |image17| image:: images/admin/globalprefs/LabelMARCView-do.png
+.. |image18| image:: images/admin/globalprefs/LabelMARCView-dont.png
+.. |image19| image:: images/admin/globalprefs/SeparateHoldings.png
+.. |image20| image:: images/admin/globalprefs/advancedMARCeditor-display.png
+.. |image21| image:: images/admin/globalprefs/advancedMARCeditor-dontdisplay.png
+.. |image22| image:: images/admin/globalprefs/AlternateHoldingsField.png
+.. |image23| image:: images/admin/globalprefs/item-level_itypes.png
+.. |image24| image:: images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png
+.. |image25| image:: images/admin/globalprefs/AgeRestrictionOverride.png
+.. |image26| image:: images/admin/globalprefs/AgeRestrictionMarker.png
+.. |image27| image:: images/admin/globalprefs/AllowTooManyOverride-yes.png
+.. |image28| image:: images/admin/globalprefs/AllowTooManyOverride-no.png
+.. |image29| image:: images/admin/globalprefs/IssueLostItem-msg.png
+.. |image30| image:: images/admin/globalprefs/IssueLostItem-confirm.png
+.. |image31| image:: images/admin/globalprefs/OnSiteCheckoutsForce.png
+.. |image32| image:: images/admin/globalprefs/decreaseLoanHighHoldsDuration.png
+.. |image33| image:: images/admin/globalprefs/CircAutocompl.png
+.. |image34| image:: images/admin/globalprefs/FilterBeforeOverdueReport.png
+.. |image35| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
+.. |image36| image:: images/admin/globalprefs/DisplayClearScreenButtonOff.png
+.. |image37| image:: images/admin/globalprefs/DisplayClearScreenButton.png
+.. |image38| image:: images/admin/globalprefs/ExportRemoveFields.png
+.. |image39| image:: images/admin/globalprefs/ExportWithCsvProfile.png
+.. |image40| image:: images/admin/globalprefs/itemBarcodeFallbackSearch.png
+.. |image41| image:: images/admin/globalprefs/SpecifyDueDate.png
+.. |image42| image:: images/admin/globalprefs/SpecifyDueDate-no.png
+.. |image43| image:: images/admin/globalprefs/WaitingNotifyAtCheckin.png
+.. |image44| image:: images/circ/selfcheckout.png
+.. |image45| image:: images/circ/SelfCheckoutByLogin.png
+.. |image46| image:: images/admin/globalprefs/editionstab.png
+.. |image47| image:: images/admin/globalprefs/editions.png
+.. |image48| image:: images/admin/globalprefs/Babeltheque.png
+.. |image49| image:: images/admin/globalprefs/HTML5MediaEnabled-opac.png
+.. |image50| image:: images/admin/globalprefs/HTML5MediaEnabled-staff.png
+.. |image51| image:: images/admin/globalprefs/IDreamBooksReadometer.png
+.. |image52| image:: images/admin/globalprefs/IDreamBooksResults.png
+.. |image53| image:: images/admin/globalprefs/IDreamBooksReviews.png
+.. |image54| image:: images/admin/globalprefs/AllowMultipleCovers.png
+.. |image55| image:: images/admin/globalprefs/novelisttab.png
+.. |image56| image:: images/admin/globalprefs/novelistside.png
+.. |image57| image:: images/admin/globalprefs/Overdrive.png
+.. |image58| image:: images/admin/globalprefs/TagsInputOnList.png
+.. |image59| image:: images/admin/globalprefs/TagsInputOnDetail.png
+.. |image60| image:: images/admin/globalprefs/alphabet.png
+.. |image61| image:: images/admin/globalprefs/opaclanguagesdisplay.png
+.. |image62| image:: images/admin/globalprefs/DisplayOPACiconsXSLT.png
+.. |image63| image:: images/admin/globalprefs/hidelostitems.png
+.. |image64| image:: images/admin/globalprefs/LibraryName.png
+.. |image65| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png
+.. |image66| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png
+.. |image67| image:: images/admin/globalprefs/OPACBaseURL.png
+.. |image68| image:: images/admin/globalprefs/opaccredits-html.png
+.. |image69| image:: images/admin/globalprefs/opaccredits.png
+.. |image70| image:: images/admin/globalprefs/OPACDisplay856uAsImage.png
+.. |image71| image:: images/admin/globalprefs/856imagemarc.png
+.. |image72| image:: images/admin/globalprefs/favicon.png
+.. |image73| image:: images/admin/globalprefs/opacheader-html.png
+.. |image74| image:: images/admin/globalprefs/opacheader.png
+.. |image75| image:: images/admin/globalprefs/OpacKohaUrl.png
+.. |image76| image:: images/admin/globalprefs/opacmaintenance.png
+.. |image77| image:: images/admin/globalprefs/OpacMainUserBlock.png
+.. |image78| image:: images/admin/globalprefs/OPACMySummaryHTML.png
+.. |image79| image:: images/admin/globalprefs/OpacNav.png
+.. |image80| image:: images/admin/globalprefs/OpacNavBottom.png
+.. |image81| image:: images/admin/globalprefs/OpacNavRight.png
+.. |image82| image:: images/admin/globalprefs/OPACNoResultsFound.png
+.. |image83| image:: images/admin/globalprefs/OpacSeparateHoldings.png
+.. |image84| image:: images/admin/globalprefs/OPACShowBarcode-noshow.png
+.. |image85| image:: images/admin/globalprefs/OPACShowBarcode-show.png
+.. |image86| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-showholds.png
+.. |image87| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-priority.png
+.. |image88| image:: images/admin/globalprefs/OpacShowRecentComments.png
+.. |image89| image:: images/admin/globalprefs/OpacStarRatings-details.png
+.. |image90| image:: images/admin/globalprefs/OpacStarRatings-results.png
+.. |image91| image:: images/admin/globalprefs/opacuserjs-before.png
+.. |image92| image:: images/admin/globalprefs/opacuserjs.png
+.. |image93| image:: images/admin/globalprefs/opacuserjs-after.png
+.. |image94| image:: images/admin/globalprefs/authoritysearch.png
+.. |image95| image:: images/admin/globalprefs/OpacBrowseResults.png
+.. |image96| image:: images/admin/globalprefs/OpacHoldNotes.png
+.. |image97| image:: images/admin/globalprefs/OPACPatronDetails.png
+.. |image98| image:: images/admin/globalprefs/OPACPatronDetails-approve.png
+.. |image99| image:: images/admin/globalprefs/OpacTopissue.png
+.. |image100| image:: images/admin/globalprefs/topissues.png
+.. |image101| image:: images/admin/globalprefs/ShowReviewerPhoto.png
+.. |image102| image:: images/admin/globalprefs/SocialNetworks.png
+.. |image103| image:: images/admin/globalprefs/PatronSelfRegistration.png
+.. |image104| image:: images/admin/globalprefs/OPACShelfBrowser.png
+.. |image105| image:: images/admin/globalprefs/SMSSendDriver.png
+.. |image106| image:: images/admin/globalprefs/StatisticsFields.png
+.. |image107| image:: images/admin/globalprefs/displayFacetCount.png
+.. |image108| image:: images/admin/globalprefs/AdvancedSearchTypes.png
+.. |image109| image:: images/admin/globalprefs/opacSerialDefaultTab-colltab.png
+.. |image110| image:: images/admin/globalprefs/opacSerialDefaultTab-subtab.png
+.. |image111| image:: images/admin/globalprefs/SubscriptionHistory-brief.png
+.. |image112| image:: images/admin/globalprefs/SubscriptionHistory-full.png
+.. |image113| image:: images/admin/globalprefs/Display856uAsImage.png
+.. |image114| image:: images/admin/globalprefs/856imagemarc.png
+.. |image115| image:: images/admin/globalprefs/DisplayIconsXSLT.png
+.. |image116| image:: images/admin/globalprefs/favicon.png
+.. |image117| image:: images/admin/globalprefs/IntranetmainUserblock-html.png
+.. |image118| image:: images/admin/globalprefs/IntranetmainUserblock.png
+.. |image119| image:: images/admin/globalprefs/XSLTDetailsDisplay-off.png
+.. |image120| image:: images/admin/globalprefs/XSLTDetailsDisplay-on.png
+.. |image121| image:: images/admin/globalprefs/StaffDetailItemSelection.png
+.. |image122| image:: images/admin/basicparams/librarylist.png
+.. |image123| image:: images/admin/basicparams/grouplists.png
+.. |image124| image:: images/admin/basicparams/newlibrary.png
+.. |image125| image:: images/admin/basicparams/librarycontact.png
+.. |image126| image:: images/admin/basicparams/librarylink.png
+.. |image127| image:: images/admin/basicparams/opacinfo.png
+.. |image128| image:: images/admin/basicparams/cannotdeletelibrary.png
+.. |image129| image:: images/admin/basicparams/addlibgroup.png
+.. |image130| image:: images/admin/basicparams/searchgroup.png
+.. |image131| image:: images/admin/basicparams/stafflibgroupsearch.png
+.. |image132| image:: images/admin/basicparams/groupproperties.png
+.. |image133| image:: images/admin/basicparams/addlibrarytogroup.png
+.. |image134| image:: images/admin/basicparams/itemtypes.png
+.. |image135| image:: images/admin/basicparams/additemtype.png
+.. |image136| image:: images/admin/basicparams/itemtype-msgsetup.png
+.. |image137| image:: images/admin/basicparams/itemtype-msg.png
+.. |image138| image:: images/admin/basicparams/itemtype-alert.png
+.. |image139| image:: images/admin/basicparams/newitemtype.png
+.. |image140| image:: images/admin/basicparams/nodeleteitemtype.png
+.. |image141| image:: images/admin/basicparams/bor_notes.png
+.. |image142| image:: images/admin/basicparams/report_group.png
+.. |image143| image:: images/admin/basicparams/report_subgroup.png
+.. |image144| image:: images/admin/basicparams/addauthcat.png
+.. |image145| image:: images/admin/basicparams/authvallist.png
+.. |image146| image:: images/admin/basicparams/addauthvalue.png
+.. |image147| image:: images/admin/basicparams/authvals.png
+.. |image148| image:: images/admin/patroncirc/patroncatlist.png
+.. |image149| image:: images/admin/patroncirc/newpatroncat.png
+.. |image150| image:: images/admin/patroncirc/patcaterror.png
+.. |image151| image:: images/admin/patroncirc/patcaterror.png
+.. |image152| image:: images/admin/patroncirc/patcaterror.png
+.. |image153| image:: images/admin/patroncirc/hidelostitemspatron.png
+.. |image154| image:: images/admin/patroncirc/patroncatpulldown.png
+.. |image155| image:: images/admin/patroncirc/patcaterror.png
+.. |image156| image:: images/admin/patroncirc/selectissuinglibrary.png
+.. |image157| image:: images/admin/patroncirc/addcircrule.png
+.. |image158| image:: images/admin/patroncirc/editcircfine.png
+.. |image159| image:: images/admin/patroncirc/clonerules.png
+.. |image160| image:: images/admin/patroncirc/rulescloned.png
+.. |image161| image:: images/admin/patroncirc/defaultcheckholds.png
+.. |image162| image:: images/admin/patroncirc/checkoutsperpatron.png
+.. |image163| image:: images/admin/patroncirc/holdsperitem.png
+.. |image164| image:: images/admin/patroncirc/attributes.png
+.. |image165| image:: images/admin/patroncirc/addattribute.png
+.. |image166| image:: images/admin/patroncirc/showattribute.png
+.. |image167| image:: images/admin/patroncirc/pa_class.png
+.. |image168| image:: images/admin/patroncirc/patronattribute.png
+.. |image169| image:: images/admin/patroncirc/pa_class-patron.png
+.. |image170| image:: images/admin/patroncirc/deletepatronattr.png
+.. |image171| image:: images/admin/patroncirc/librarytransferselect.png
+.. |image172| image:: images/admin/patroncirc/collectcodes.png
+.. |image173| image:: images/admin/patroncirc/limittocollcode.png
+.. |image174| image:: images/admin/patroncirc/transferlimits.png
+.. |image175| image:: images/admin/patroncirc/transportcostmatrix.png
+.. |image176| image:: images/admin/patroncirc/librariesforalert.png
+.. |image177| image:: images/admin/patroncirc/alertmatrix.png
+.. |image178| image:: images/admin/patroncirc/newcity.png
+.. |image179| image:: images/admin/patroncirc/cities.png
+.. |image180| image:: images/admin/patroncirc/patroncity.png
+.. |image181| image:: images/admin/cataloging/frameworks.png
+.. |image182| image:: images/admin/cataloging/frameworkoptions.png
+.. |image183| image:: images/admin/cataloging/addframework.png
+.. |image184| image:: images/admin/cataloging/startnewframework.png
+.. |image185| image:: images/admin/cataloging/editframework.png
+.. |image186| image:: images/admin/cataloging/newtag.png
+.. |image187| image:: images/admin/cataloging/newtagform.png
+.. |image188| image:: images/admin/cataloging/subfieldslink.png
+.. |image189| image:: images/admin/cataloging/editfield.png
+.. |image190| image:: images/admin/cataloging/editsubfield.png
+.. |image191| image:: images/admin/cataloging/advancedoptsubfield.png
+.. |image192| image:: images/admin/cataloging/frameworkvisibility.png
+.. |image193| image:: images/admin/cataloging/otheroptssubfield.png
+.. |image194| image:: images/admin/cataloging/504auth.png
+.. |image195| image:: images/admin/cataloging/importexport.png
+.. |image196| image:: images/admin/cataloging/exportoptions.png
+.. |image197| image:: images/admin/cataloging/importexport.png
+.. |image198| image:: images/admin/cataloging/importfile.png
+.. |image199| image:: images/admin/cataloging/importconfirm.png
+.. |image200| image:: images/admin/cataloging/importtimer.png
+.. |image201| image:: images/admin/cataloging/kohamarcmapping.png
+.. |image202| image:: images/admin/cataloging/mapmarc.png
+.. |image203| image:: images/admin/cataloging/subtitlebookmapping.png
+.. |image204| image:: images/admin/cataloging/subtitledvdmapping.png
+.. |image205| image:: images/admin/cataloging/subtitlebookinopac.png
+.. |image206| image:: images/admin/cataloging/frameworktest.png
+.. |image207| image:: images/admin/cataloging/classsources.png
+.. |image208| image:: images/admin/cataloging/addclasssource.png
+.. |image209| image:: images/admin/cataloging/newmatchrule.png
+.. |image210| image:: images/admin/cataloging/samplematchrule.png
+.. |image211| image:: images/admin/cataloging/removematchcheck.png
+.. |image212| image:: images/admin/acquisitions/currencies.png
+.. |image213| image:: images/admin/acquisitions/nocurrency.png
+.. |image214| image:: images/admin/acquisitions/budgetslist.png
+.. |image215| image:: images/admin/acquisitions/newbudgetform.png
+.. |image216| image:: images/admin/acquisitions/budgetslist.png
+.. |image217| image:: images/admin/acquisitions/budgetslist.png
+.. |image218| image:: images/admin/acquisitions/duplicatebudget.png
+.. |image219| image:: images/admin/acquisitions/duplicatestartend.png
+.. |image220| image:: images/admin/acquisitions/closereport.png
+.. |image221| image:: images/admin/acquisitions/newfund.png
+.. |image222| image:: images/admin/acquisitions/newfundform.png
+.. |image223| image:: images/admin/acquisitions/restrictfund.png
+.. |image224| image:: images/admin/acquisitions/fundlist.png
+.. |image225| image:: images/admin/acquisitions/fundactions.png
+.. |image226| image:: images/admin/acquisitions/childfunds.png
+.. |image227| image:: images/admin/acquisitions/planningpulldown.png
+.. |image228| image:: images/admin/acquisitions/planningbymonths.png
+.. |image229| image:: images/admin/acquisitions/addplanningcol.png
+.. |image230| image:: images/admin/acquisitions/autofill.png
+.. |image231| image:: images/admin/acquisitions/planningcsv.png
+.. |image232| image:: images/admin/additional/z39list.png
+.. |image233| image:: images/admin/additional/newz39.png
+.. |image234| image:: images/admin/additional/newsru.png
+.. |image235| image:: images/admin/additional/didyoumean.png
+.. |image236| image:: images/admin/additional/didyoumeandrag.png
+.. |image237| image:: images/admin/additional/didyoumeanopacexplode.png
+.. |image238| image:: images/admin/additional/didyoumeanopacauth.png
+.. |image239| image:: images/admin/additional/columns.png
+.. |image240| image:: images/admin/additional/setcurrencynohide.png
+.. |image241| image:: images/admin/additional/currenciesnohide.png
+.. |image242| image:: images/admin/additional/setcurrencyhide.png
+.. |image243| image:: images/admin/additional/currencieshide.png
+.. |image244| image:: images/admin/additional/togglecolumns.png
+.. |image245| image:: images/tools/patronlists/patronlists.png
+.. |image246| image:: images/tools/patronlists/newpatronlist.png
+.. |image247| image:: images/tools/patronlists/addtopatronlist.png
+.. |image248| image:: images/tools/patronlists/addpatrontolist.png
+.. |image249| image:: images/tools/patronlists/patronstoadd.png
+.. |image250| image:: images/tools/patronlists/patronlist.png
+.. |image251| image:: images/tools/comments/commentswaiting.png
+.. |image252| image:: images/tools/comments/commentmoderation.png
+.. |image253| image:: images/tools/comments/nocomments.png
+.. |image254| image:: images/tools/comments/commentapproved.png
+.. |image255| image:: images/tools/importpatrons/importpatrons.png
+.. |image256| image:: images/tools/importpatrons/patronmatch.png
+.. |image257| image:: images/tools/importpatrons/patronmatching.png
+.. |image258| image:: images/tools/notices/notices.png
+.. |image259| image:: images/tools/notices/newnotice.png
+.. |image260| image:: images/tools/triggers.png
+.. |image261| image:: images/tools/patroncards/addlayout.png
+.. |image262| image:: images/tools/patroncards/units.png
+.. |image263| image:: images/tools/patroncards/managelayouts.png
+.. |image264| image:: images/tools/patroncards/newtemplate.png
+.. |image265| image:: images/tools/patroncards/edittemplate.png
+.. |image266| image:: images/tools/patroncards/units.png
+.. |image267| image:: images/tools/patroncards/managetemplates.png
+.. |image268| image:: images/tools/patroncards/newprofile.png
+.. |image269| image:: images/tools/patroncards/addprofile.png
+.. |image270| image:: images/tools/patroncards/units.png
+.. |image271| image:: images/tools/patroncards/manageprofiles.png
+.. |image272| image:: images/tools/patroncards/newbatch.png
+.. |image273| image:: images/tools/patroncards/cards.png
+.. |image274| image:: images/tools/patroncards/imageupload.png
+.. |image275| image:: images/tools/patroncards/imageuploaded.png
+.. |image276| image:: images/tools/patroncards/imagedelete.png
+.. |image277| image:: images/tools/anonymize/patronbulkdelete.png
+.. |image278| image:: images/tools/anonymize/patronanonconfirm.png
+.. |image279| image:: images/tools/anonymize/patronanoncomplete.png
+.. |image280| image:: images/tools/batchpatron/batchmodify.png
+.. |image281| image:: images/tools/batchpatron/modifyform.png
+.. |image282| image:: images/tools/batchpatron/attributes.png
+.. |image283| image:: images/tools/tagging/pendingtags.png
+.. |image284| image:: images/tools/tagging/tagpending.png
+.. |image285| image:: images/tools/tagging/tagsummary.png
+.. |image286| image:: images/tools/tagging/tagapproved.png
+.. |image287| image:: images/tools/tagging/tagblacklisttest-neither.png
+.. |image288| image:: images/tools/tagging/tagfilters.png
+.. |image289| image:: images/tools/patronphotos/uploadphotosfile.png
+.. |image290| image:: images/tools/patronphotos/uploadimagetool.png
+.. |image291| image:: images/tools/patronphotos/imageuploadconfirm.png
+.. |image292| image:: images/tools/rotatingcollections/rotatingcollectionnotice.png
+.. |image293| image:: images/tools/batchmod/batchmod.png
+.. |image294| image:: images/tools/batchmod/batchmodsummary.png
+.. |image295| image:: images/tools/batchmod/batchmodform.png
+.. |image296| image:: images/tools/batchmod/batchmodresults.png
+.. |image297| image:: images/tools/batchmod/editinbatch.png
+.. |image298| image:: images/tools/batchdelete/batchdel.png
+.. |image299| image:: images/tools/batchdelete/confirmbatchdel.png
+.. |image300| image:: images/tools/batchdelete/toomanytodelete.png
+.. |image301| image:: images/tools/batchdelete/nobatchdel.png
+.. |image302| image:: images/tools/batchdelete/batchdeldone.png
+.. |image303| image:: images/tools/batchbibmod/batchbibmod.png
+.. |image304| image:: images/tools/autoitemmodage/savedrule.png
+.. |image305| image:: images/tools/autoitemmodage/addeditrules.png
+.. |image306| image:: images/tools/autoitemmodage/ruleform.png
+.. |image307| image:: images/tools/autoitemmodage/savedrule.png
+.. |image308| image:: images/tools/exportmarc/marcexport-pt1.png
+.. |image309| image:: images/tools/exportmarc/fileexport.png
+.. |image310| image:: images/tools/exportmarc/marcexport-pt2.png
+.. |image311| image:: images/tools/exportmarc/marcexport-pt3.png
+.. |image312| image:: images/tools/exportmarc/authexport-pt1.png
+.. |image313| image:: images/tools/exportmarc/authexport-pt2.png
+.. |image314| image:: images/tools/exportmarc/authexport-pt3.png
+.. |image315| image:: images/tools/inventory/generateshelflist.png
+.. |image316| image:: images/tools/inventory/shelflist.png
+.. |image317| image:: images/tools/inventory/importbarcodes.png
+.. |image318| image:: images/tools/labelcreator/newtemplate.png
+.. |image319| image:: images/tools/labelcreator/labelform.png
+.. |image320| image:: images/tools/patroncards/units.png
+.. |image321| image:: images/tools/labelcreator/labeltemplates.png
+.. |image322| image:: images/tools/labelcreator/newprofile.png
+.. |image323| image:: images/tools/labelcreator/newprofileform.png
+.. |image324| image:: images/tools/patroncards/units.png
+.. |image325| image:: images/tools/labelcreator/profiles.png
+.. |image326| image:: images/tools/labelcreator/newlayout.png
+.. |image327| image:: images/tools/labelcreator/layoutform.png
+.. |image328| image:: images/tools/labelcreator/listlabelfields.png
+.. |image329| image:: images/tools/labelcreator/labelfromstaged.png
+.. |image330| image:: images/tools/labelcreator/newbatch.png
+.. |image331| image:: images/tools/labelcreator/addbatchitems.png
+.. |image332| image:: images/tools/labelcreator/searchforbatch.png
+.. |image333| image:: images/tools/labelcreator/batchsearchresults.png
+.. |image334| image:: images/tools/labelcreator/itemsinbarch.png
+.. |image335| image:: images/tools/labelcreator/exportbatch.png
+.. |image336| image:: images/tools/labelcreator/savebatch.png
+.. |image337| image:: images/tools/quickspinelable.png
+.. |image338| image:: images/tools/marcmodtemplates/addtemplate.png
+.. |image339| image:: images/tools/marcmodtemplates/ifexample.png
+.. |image340| image:: images/tools/marcmodtemplates/regexexample.png
+.. |image341| image:: images/tools/marcmodtemplates/viewactions.png
+.. |image342| image:: images/tools/marcmodtemplates/duplicate.png
+.. |image343| image:: images/tools/marcmodtemplates/templatechoice.png
+.. |image344| image:: images/tools/marcimport/stagemarc-pt1.png
+.. |image345| image:: images/tools/marcimport/stagemarc-pt2.png
+.. |image346| image:: images/tools/marcimport/recordtype.png
+.. |image347| image:: images/tools/marcimport/encoding.png
+.. |image348| image:: images/tools/marcimport/templatechoice.png
+.. |image349| image:: images/tools/marcimport/matches.png
+.. |image350| image:: images/tools/marcimport/matchrule.png
+.. |image351| image:: images/tools/marcimport/checkitems.png
+.. |image352| image:: images/tools/marcimport/stagemarc-results.png
+.. |image353| image:: images/tools/marcimport/managestaged.png
+.. |image354| image:: images/tools/marcimport/managestagedrecords.png
+.. |image355| image:: images/tools/marcimport/importframework.png
+.. |image356| image:: images/tools/marcimport/stagedrecords.png
+.. |image357| image:: images/tools/marcimport/matchfound.png
+.. |image358| image:: images/tools/marcimport/stagediff.png
+.. |image359| image:: images/tools/marcimport/importedrecords.png
+.. |image360| image:: images/tools/marcimport/reservoirresults.png
+.. |image361| image:: images/tools/marcimport/managestaged.png
+.. |image362| image:: images/tools/marcimport/cleanbatch.png
+.. |image363| image:: images/tools/uploadlocalimg/uploadsingle.png
+.. |image364| image:: images/tools/uploadlocalimg/bibnumurl.png
+.. |image365| image:: images/tools/uploadlocalimg/bibnummarc.png
+.. |image366| image:: images/tools/uploadlocalimg/zipfiles.png
+.. |image367| image:: images/tools/uploadlocalimg/uploadsummary.png
+.. |image368| image:: images/admin/globalprefs/AllowMultipleCovers.png
+.. |image369| image:: images/tools/calendar/calendar.png
+.. |image370| image:: images/tools/calendar/calendaradd.png
+.. |image371| image:: images/tools/calendar/copyholidays.png
+.. |image372| image:: images/tools/calendar/calendarsummary.png
+.. |image373| image:: images/tools/calendar/calendaredit.png
+.. |image374| image:: images/tools/calendar/calendarexception.png
+.. |image375| image:: images/tools/calendar/calendarhelp.png
+.. |image376| image:: images/tools/csvprofiles/addcsv.png
+.. |image377| image:: images/tools/csvprofiles/addcsv-sql.png
+.. |image378| image:: images/tools/csvprofiles/downloadcsv.png
+.. |image379| image:: images/tools/csvprofiles/csvfieldsep.png
+.. |image380| image:: images/tools/csvprofiles/csvadded.png
+.. |image381| image:: images/tools/csvprofiles/modifycsv.png
+.. |image382| image:: images/tools/csvprofiles/csvmodified.png
+.. |image383| image:: images/tools/csvprofiles/deletecsv.png
+.. |image384| image:: images/tools/csvprofiles/exportlist.png
+.. |image385| image:: images/tools/logs/logviewer.png
+.. |image386| image:: images/tools/logs/logresults.png
+.. |image387| image:: images/tools/news/news.png
+.. |image388| image:: images/tools/news/addnews.png
+.. |image389| image:: images/tools/news/opacnews.png
+.. |image390| image:: images/tools/news/librariannews.png
+.. |image391| image:: images/tools/news/slipnews.png
+.. |image392| image:: images/tools/tasksched/taskscheduler.png
+.. |image393| image:: images/tools/tasksched/scheduledreports.png
+.. |image394| image:: images/tools/tasksched/savedreports.png
+.. |image395| image:: images/tools/qotd/quoteinopac.png
+.. |image396| image:: images/tools/qotd/quotebuttons.png
+.. |image397| image:: images/tools/qotd/addquote.png
+.. |image398| image:: images/tools/qotd/editquote.png
+.. |image399| image:: images/tools/qotd/quotebuttons.png
+.. |image400| image:: images/tools/qotd/importquotes.png
+.. |image401| image:: images/tools/qotd/importedsummary.png
+.. |image402| image:: images/tools/qotd/editimported.png
+.. |image403| image:: images/tools/qotd/selectfordelete.png
+.. |image404| image:: images/tools/qotd/importquotebuttons.png
+.. |image405| image:: images/tools/qotd/confirmdelete.png
+.. |image406| image:: images/tools/qotd/importquotebuttons.png
+.. |image407| image:: images/patrons/newpatron.png
+.. |image408| image:: images/patrons/addpatronform.png
+.. |image409| image:: images/patrons/addcontact.png
+.. |image410| image:: images/patrons/addGuarantor.png
+.. |image411| image:: images/patrons/addOrg.png
+.. |image412| image:: images/patrons/addaltcontact.png
+.. |image413| image:: images/patrons/addlibmanagement.png
+.. |image414| image:: images/patrons/addlibsetup.png
+.. |image415| image:: images/patrons/circnote.png
+.. |image416| image:: images/patrons/addattributes.png
+.. |image417| image:: images/patrons/addpatronmsg.png
+.. |image418| image:: images/patrons/duplicatewarn.png
+.. |image419| image:: images/patrons/patronagelimit.png
+.. |image420| image:: images/patrons/statspatcat.png
+.. |image421| image:: images/patrons/newinhouse.png
+.. |image422| image:: images/patrons/patronedit.png
+.. |image423| image:: images/patrons/duplicatedpatron.png
+.. |image424| image:: images/patrons/duplicatedpatronfinal.png
+.. |image425| image:: images/patrons/addpatronimage.png
+.. |image426| image:: images/patrons/patronimage.png
+.. |image427| image:: images/patrons/patronedit.png
+.. |image428| image:: images/patrons/patronpassword.png
+.. |image429| image:: images/patrons/patroneditsection.png
+.. |image430| image:: images/patrons/patronaddimage.png
+.. |image431| image:: images/patrons/patronflags.png
+.. |image432| image:: images/patrons/patronaddress.png
+.. |image433| image:: images/patrons/patroncardlost.png
+.. |image434| image:: images/patrons/addpatronrestriction.png
+.. |image435| image:: images/patrons/restricteduntil.png
+.. |image436| image:: images/patrons/updatetoadult.png
+.. |image437| image:: images/patrons/choosadulttype.png
+.. |image438| image:: images/patrons/pendingpatronrequest.png
+.. |image439| image:: images/patrons/managepatronupdates.png
+.. |image440| image:: images/patrons/editpatronpermissions.png
+.. |image441| image:: images/patrons/GranularPermissions.png
+.. |image442| image:: images/patrons/myaccount.png
+.. |image443| image:: images/patrons/child.png
+.. |image444| image:: images/patrons/parent.png
+.. |image445| image:: images/patrons/checkoutsummary.png
+.. |image446| image:: images/patrons/relativecheckouts.png
+.. |image447| image:: images/patrons/patronrestrictions-none.png
+.. |image448| image:: images/patrons/patronrestrictions.png
+.. |image449| image:: images/patrons/addrestriction.png
+.. |image450| image:: images/patrons/patronaccount.png
+.. |image451| image:: images/patrons/makepayment.png
+.. |image452| image:: images/patrons/payfine.png
+.. |image453| image:: images/patrons/paypartial.png
+.. |image454| image:: images/patrons/payamount.png
+.. |image455| image:: images/patrons/payselected-select.png
+.. |image456| image:: images/patrons/payselected.png
+.. |image457| image:: images/patrons/reverselink.png
+.. |image458| image:: images/patrons/reversed.png
+.. |image459| image:: images/patrons/manualinvoice.png
+.. |image460| image:: images/patrons/manualcredit.png
+.. |image461| image:: images/patrons/patroninvoice.png
+.. |image462| image:: images/patrons/routinglisttab.png
+.. |image463| image:: images/patrons/patronroutinglists.png
+.. |image464| image:: images/patrons/readinghistory.png
+.. |image465| image:: images/patrons/readinghistory-export.png
+.. |image466| image:: images/patrons/borrowerlog.png
+.. |image467| image:: images/patrons/patnoticestab.png
+.. |image468| image:: images/patrons/patnoticestab-full.png
+.. |image469| image:: images/patrons/resendnotice.png
+.. |image470| image:: images/patrons/patronstats.png
+.. |image471| image:: images/patrons/patronfilestab.png
+.. |image472| image:: images/patrons/nopatronfiles.png
+.. |image473| image:: images/patrons/patronfileslist.png
+.. |image474| image:: images/patrons/generatedischarge.png
+.. |image475| image:: images/patrons/cantdischarge.png
+.. |image476| image:: images/patrons/dischargeletter.png
+.. |image477| image:: images/patrons/patronsearch.png
+.. |image478| image:: images/patrons/patronsearchexpand.png
+.. |image479| image:: images/patrons/patronfieldsearch.png
+.. |image480| image:: images/patrons/patronsearchcontains.png
+.. |image481| image:: images/patrons/patronbrowse.png
+.. |image482| image:: images/circ/checkoutmain.png
+.. |image483| image:: images/circ/checkoutpatron.png
+.. |image484| image:: images/circ/circquickbox.png
+.. |image485| image:: images/circ/checkingout-noshow.png
+.. |image486| image:: images/circ/checkingout.png
+.. |image487| image:: images/circ/checkoutsummary.png
+.. |image488| image:: images/circ/onsitecheckout.png
+.. |image489| image:: images/circ/exportcheckouts.png
+.. |image490| image:: images/circ/holdssummary.png
+.. |image491| image:: images/circ/patronnotes.png
+.. |image492| image:: images/circ/holdwaiting.png
+.. |image493| image:: images/circ/circonholdings.png
+.. |image494| image:: images/circ/printslip.png
+.. |image495| image:: images/admin/globalprefs/DisplayClearScreenButton.png
+.. |image496| image:: images/circ/batchcheckoutwarn.png
+.. |image497| image:: images/circ/batchlocaluse.png
+.. |image498| image:: images/circ/materialspecified.png
+.. |image499| image:: images/circ/fineswarning.png
+.. |image500| image:: images/circ/debarwarning.png
+.. |image501| image:: images/circ/overridetemporarily.png
+.. |image502| image:: images/circ/addresswarning.png
+.. |image503| image:: images/circ/lostcardwarning.png
+.. |image504| image:: images/circ/warnings/patrondebt.png
+.. |image505| image:: images/circ/warnings/onhold.png
+.. |image506| image:: images/circ/warnings/holdwaiting.png
+.. |image507| image:: images/circ/warnings/alreadycheckedout.png
+.. |image508| image:: images/circ/warnings/checkedoutelse.png
+.. |image509| image:: images/circ/warnings/notforloan.png
+.. |image510| image:: images/circ/warnings/toomanycheckouts.png
+.. |image511| image:: images/circ/warnings/toomanycheckouts-no.png
+.. |image512| image:: images/circ/warnings/norenewals.png
+.. |image513| image:: images/circ/barcodefastadd.png
+.. |image514| image:: images/circ/lostitemmsg.png
+.. |image515| image:: images/circ/lostitemconfirm.png
+.. |image516| image:: images/circ/warnings/agewarning.png
+.. |image517| image:: images/circ/warnings/decreaseLoanHighHoldsDuration.png
+.. |image518| image:: images/circ/circsummary.png
+.. |image519| image:: images/circ/renewbutton.png
+.. |image520| image:: images/circ/overriderenew.png
+.. |image521| image:: images/circ/renewcirc.png
+.. |image522| image:: images/circ/renewbarcode.png
+.. |image523| image:: images/circ/renewed.png
+.. |image524| image:: images/circ/renewnomatch.png
+.. |image525| image:: images/circ/renewnotchecked.png
+.. |image526| image:: images/circ/checkinmain.png
+.. |image527| image:: images/circ/checkinquickbox.png
+.. |image528| image:: images/circ/checkinlink.png
+.. |image529| image:: images/circ/checkincirc.png
+.. |image530| image:: images/circ/checkin.png
+.. |image531| image:: images/circ/checkintransfer.png
+.. |image532| image:: images/circ/transferstatus.png
+.. |image533| image:: images/circ/transfercheckin.png
+.. |image534| image:: images/circ/materialspecified.png
+.. |image535| image:: images/circ/holdfound.png
+.. |image536| image:: images/circ/waitingstatus.png
+.. |image537| image:: images/circ/holdconfirmtransfer.png
+.. |image538| image:: images/circ/intransithold.png
+.. |image539| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
+.. |image540| image:: images/circ/bor_notes.png
+.. |image541| image:: images/circ/staffmessages.png
+.. |image542| image:: images/circ/leavecircmsg.png
+.. |image543| image:: images/circ/staffmessages.png
+.. |image544| image:: images/circ/opacmsg.png
+.. |image545| image:: images/circ/placeholdbib.png
+.. |image546| image:: images/circ/placeholdsearch.png
+.. |image547| image:: images/circ/placeholdfindpatron.png
+.. |image548| image:: images/circ/searchtohold.png
+.. |image549| image:: images/circ/holdresults.png
+.. |image550| image:: images/circ/holdmultiresults.png
+.. |image551| image:: images/circ/placeholdsingle.png
+.. |image552| image:: images/circ/placeholdmultiple.png
+.. |image553| image:: images/circ/forgethold.png
+.. |image554| image:: images/circ/holdtab.png
+.. |image555| image:: images/circ/holdslist.png
+.. |image556| image:: images/circ/holdpriority.png
+.. |image557| image:: images/circ/lowestpriority.png
+.. |image558| image:: images/circ/suspendholds.png
+.. |image559| image:: images/circ/cancelholds.png
+.. |image560| image:: images/circ/holdconfirmtransfer.png
+.. |image561| image:: images/circ/holdconfirm.png
+.. |image562| image:: images/circ/holdpatronrec.png
+.. |image563| image:: images/circ/holditem.png
+.. |image564| image:: images/circ/holdwaitingwarn.png
+.. |image565| image:: images/circ/transfer.png
+.. |image566| image:: images/circ/itemtransferred.png
+.. |image567| image:: images/circ/itemintransit.png
+.. |image568| image:: images/circ/itemlocations.png
+.. |image569| image:: images/circ/mylibrary.png
+.. |image570| image:: images/circ/setlibrary.png
+.. |image571| image:: images/circ/circmenu.png
+.. |image572| image:: images/circ/fastadd.png
+.. |image573| image:: images/circ/barcodefastadd.png
+.. |image574| image:: images/circ/fastaddbarcode.png
+.. |image575| image:: images/circ/fastadditem.png
+.. |image576| image:: images/circ/fastaddcheckedout.png
+.. |image577| image:: images/circ/holdsqueue.png
+.. |image578| image:: images/circ/holdstopull.png
+.. |image579| image:: images/circ/refineholdstopull.png
+.. |image580| image:: images/circ/holdspickup.png
+.. |image581| image:: images/circ/holdspickupover.png
+.. |image582| image:: images/circ/holdratio.png
+.. |image583| image:: images/circ/transitreceive.png
+.. |image584| image:: images/circ/transferlate.png
+.. |image585| image:: images/circ/overdues.png
+.. |image586| image:: images/circ/overduewfines.png
+.. |image587| image:: images/circ/checkoutinhouse.png
+.. |image588| image:: images/circ/localuserecorded.png
+.. |image589| image:: images/circ/localusecheckin.png
+.. |image590| image:: images/circ/LOCvalues.png
+.. |image591| image:: images/circ/selfcheckoutlink.png
+.. |image592| image:: images/circ/selfcheckout.png
+.. |image593| image:: images/circ/SelfCheckoutByLogin.png
+.. |image594| image:: images/circ/selfcheckoutuser.png
+.. |image595| image:: images/circ/selfcheckoutsummary.png
+.. |image596| image:: images/circ/selfreceiptprint.png
+.. |image597| image:: images/circ/selfcheckoutfines.png
+.. |image598| image:: images/circ/offlinecirc.png
+.. |image599| image:: images/circ/syncoffline.png
+.. |image600| image:: images/circ/downloadoffline.png
+.. |image601| image:: images/circ/offlinecheckout.png
+.. |image602| image:: images/circ/offlineduedate.png
+.. |image603| image:: images/circ/offlinecheckouts.png
+.. |image604| image:: images/circ/offlineupload.png
+.. |image605| image:: images/circ/viewkohaoffline.png
+.. |image606| image:: images/circ/offlinecirclog.png
+.. |image607| image:: images/circ/offlinecircsuccess.png
+.. |image608| image:: images/circ/koctstatusbar.png
+.. |image609| image:: images/circ/koct.png
+.. |image610| image:: images/circ/koctwarn.png
+.. |image611| image:: images/circ/koctparam.png
+.. |image612| image:: images/circ/koct.png
+.. |image613| image:: images/circ/koctcheckin.png
+.. |image614| image:: images/circ/koctcount.png
+.. |image615| image:: images/circ/koctlog.png
+.. |image616| image:: images/circ/offlinecirclink.png
+.. |image617| image:: images/circ/offlinecirclog.png
+.. |image618| image:: images/circ/offlinecircsuccess.png
+.. |image619| image:: images/circ/koctdirectly.png
+.. |image620| image:: images/circ/koctwarn.png
+.. |image621| image:: images/circ/offlinecirclink.png
+.. |image622| image:: images/circ/uploadofflinecirc.png
+.. |image623| image:: images/circ/processoffline.png
+.. |image624| image:: images/circ/offlinesummary.png
+.. |image625| image:: images/circ/offlinecirclog.png
+.. |image626| image:: images/circ/offlinecircsuccess.png
+.. |image627| image:: images/cataloging/newfromframework.png
+.. |image628| image:: images/cataloging/zsearch.png
+.. |image629| image:: images/cataloging/zsearchresults.png
+.. |image630| image:: images/cataloging/importz39.png
+.. |image631| image:: images/cataloging/tryanotherzsearch.png
+.. |image632| image:: images/cataloging/addmarc.png
+.. |image633| image:: images/cataloging/lockedauthority.png
+.. |image634| image:: images/cataloging/catauthoritysearch.png
+.. |image635| image:: images/cataloging/catauthoritysearchresults.png
+.. |image636| image:: images/cataloging/dupfield.png
+.. |image637| image:: images/cataloging/clonesubfield.png
+.. |image638| image:: images/cataloging/leaderbuilder.png
+.. |image639| image:: images/cataloging/008plugin.png
+.. |image640| image:: images/cataloging/savecataloging.png
+.. |image641| image:: images/cataloging/duprecordwarn.png
+.. |image642| image:: images/cataloging/advancedzresults.png
+.. |image643| image:: images/cataloging/advancedzviewmarc.png
+.. |image644| image:: images/cataloging/advancedcataloging.png
+.. |image645| image:: images/cataloging/advancedkeyshort.png
+.. |image646| image:: images/cataloging/analyticslink.png
+.. |image647| image:: images/cataloging/analyticsbarcode.png
+.. |image648| image:: images/cataloging/analyticlinksuccess.png
+.. |image649| image:: images/cataloging/analytics773.png
+.. |image650| image:: images/cataloging/analyticstab.png
+.. |image651| image:: images/cataloging/anayticbib.png
+.. |image652| image:: images/cataloging/hostrecords.png
+.. |image653| image:: images/cataloging/analyticschildlink.png
+.. |image654| image:: images/cataloging/analytics773child.png
+.. |image655| image:: images/cataloging/analyticstab.png
+.. |image656| image:: images/cataloging/anayticbib.png
+.. |image657| image:: images/cataloging/hostrecords.png
+.. |image658| image:: images/cataloging/analyticdelink.png
+.. |image659| image:: images/cataloging/catalogsearch.png
+.. |image660| image:: images/cataloging/editrecord.png
+.. |image661| image:: images/cataloging/editingrecord.png
+.. |image662| image:: images/cataloging/replaceviaz39.png
+.. |image663| image:: images/cataloging/uploadimage.png
+.. |image664| image:: images/cataloging/createduplicate.png
+.. |image665| image:: images/cataloging/newduprecord.png
+.. |image666| image:: images/lists/mergeprimary.png
+.. |image667| image:: images/lists/mergerecs.png
+.. |image668| image:: images/lists/nondupfield.png
+.. |image669| image:: images/lists/mergereportvalues.png
+.. |image670| image:: images/lists/mergeblankreport.png
+.. |image671| image:: images/lists/mergereport.png
+.. |image672| image:: images/cataloging/deleterecord.png
+.. |image673| image:: images/cataloging/nodeleterecord.png
+.. |image674| image:: images/cataloging/catalogsearch.png
+.. |image675| image:: images/cataloging/newitem.png
+.. |image676| image:: images/cataloging/additem.png
+.. |image677| image:: images/cataloging/requireditemfields.png
+.. |image678| image:: images/cataloging/additembuttons.png
+.. |image679| image:: images/cataloging/items.png
+.. |image680| image:: images/cataloging/items-withoutlabelprint.png
+.. |image681| image:: images/cataloging/items-withlabelprint.png
+.. |image682| image:: images/cataloging/items-activatefilters.png
+.. |image683| image:: images/cataloging/edititem.png
+.. |image684| image:: images/cataloging/edititemlink.png
+.. |image685| image:: images/cataloging/itemstab.png
+.. |image686| image:: images/cataloging/edititemlinkfromtab.png
+.. |image687| image:: images/cataloging/editinbatch.png
+.. |image688| image:: images/cataloging/editwithitemchecks.png
+.. |image689| image:: images/cataloging/quickitemedit.png
+.. |image690| image:: images/cataloging/editloststatus.png
+.. |image691| image:: images/cataloging/editdamagedstatus.png
+.. |image692| image:: images/cataloging/edititemlink.png
+.. |image693| image:: images/cataloging/quickitemedit.png
+.. |image694| image:: images/cataloging/itemorderinfo.png
+.. |image695| image:: images/cataloging/attachitem.png
+.. |image696| image:: images/cataloging/attachitemform.png
+.. |image697| image:: images/cataloging/edititemstodelete.png
+.. |image698| image:: images/cataloging/deleteitemlink.png
+.. |image699| image:: images/cataloging/editwithitemchecks.png
+.. |image700| image:: images/cataloging/itemstab-long.png
+.. |image701| image:: images/cataloging/itemspecifichistory.png
+.. |image702| image:: images/cataloging/newauthtypes.png
+.. |image703| image:: images/cataloging/newauthrec.png
+.. |image704| image:: images/cataloging/creatnewauthfromlink.png
+.. |image705| image:: images/cataloging/authrelationships.png
+.. |image706| image:: images/cataloging/authzsearch.png
+.. |image707| image:: images/cataloging/authimport.png
+.. |image708| image:: images/cataloging/authorityimported.png
+.. |image709| image:: images/cataloging/authoritysearch.png
+.. |image710| image:: images/cataloging/authorityresults.png
+.. |image711| image:: images/cataloging/authrecord.png
+.. |image712| image:: images/cataloging/authoritiesseealso.png
+.. |image713| image:: images/cataloging/editauthority.png
+.. |image714| image:: images/cataloging/dupauth.png
+.. |image715| image:: images/cataloging/authmergesearch.png
+.. |image716| image:: images/cataloging/authmergechoice.png
+.. |image717| image:: images/cataloging/authmerging.png
+.. |image718| image:: images/cataloging/authmerged.png
+.. |image719| image:: images/appendix-onorder/marcbreaker.png
+.. |image720| image:: images/appendix-onorder/marcbreaker-summary.png
+.. |image721| image:: images/appendix-onorder/editrecords.png
+.. |image722| image:: images/appendix-onorder/addfield.png
+.. |image723| image:: images/appendix-onorder/add942.png
+.. |image724| image:: images/appendix-onorder/add952.png
+.. |image725| image:: images/appendix-onorder/compile.png
+.. |image726| image:: images/coursereserves/coursesblank.png
+.. |image727| image:: images/coursereserves/newcourse.png
+.. |image728| image:: images/coursereserves/instructorsearch.png
+.. |image729| image:: images/coursereserves/instructorremove.png
+.. |image730| image:: images/coursereserves/courses.png
+.. |image731| image:: images/coursereserves/courses.png
+.. |image732| image:: images/coursereserves/courseadmin.png
+.. |image733| image:: images/coursereserves/addbarcode.png
+.. |image734| image:: images/coursereserves/coursewithreserves.png
+.. |image735| image:: images/coursereserves/courselinkopac.png
+.. |image736| image:: images/coursereserves/coursesopac.png
+.. |image737| image:: images/coursereserves/courseopac.png
+.. |image738| image:: images/serials/frequencies.png
+.. |image739| image:: images/serials/newfrequency.png
+.. |image740| image:: images/serials/numpatterns.png
+.. |image741| image:: images/serials/newnumpattern.png
+.. |image742| image:: images/serials/newsubfrombib.png
+.. |image743| image:: images/serials/newsubbutton.png
+.. |image744| image:: images/serials/addsub.png
+.. |image745| image:: images/serials/vendorwarning.png
+.. |image746| image:: images/serials/newasdup.png
+.. |image747| image:: images/serials/addsub2.png
+.. |image748| image:: images/serials/advancedpattern.png
+.. |image749| image:: images/serials/predictionpattern.png
+.. |image750| image:: images/serials/subsearch.png
+.. |image751| image:: images/serials/subbuttons.png
+.. |image752| image:: images/serials/serialcolllink.png
+.. |image753| image:: images/serials/editissue.png
+.. |image754| image:: images/serials/receiveissue.png
+.. |image755| image:: images/serials/serialitem.png
+.. |image756| image:: images/serials/editissue.png
+.. |image757| image:: images/serials/createroutinglink.png
+.. |image758| image:: images/serials/createroutinglist.png
+.. |image759| image:: images/serials/addtorouting.png
+.. |image760| image:: images/serials/editroutinglist.png
+.. |image761| image:: images/serials/previewroutinglist.png
+.. |image762| image:: images/serials/subinfoonbib.png
+.. |image763| image:: images/serials/subscriptiondetail.png
+.. |image764| image:: images/acquisitions/subdetails.png
+.. |image765| image:: images/serials/subopac.png
+.. |image766| image:: images/serials/compactopac.png
+.. |image767| image:: images/serials/opacroutingsubscribe.png
+.. |image768| image:: images/serials/fullopac.png
+.. |image769| image:: images/serials/serialclaimmenu.png
+.. |image770| image:: images/serials/serialclaimmenu1.png
+.. |image771| image:: images/serials/noserialclaim.png
+.. |image772| image:: images/serials/serialclaims.png
+.. |image773| image:: images/serials/serialexpiresearch.png
+.. |image774| image:: images/serials/serialexpire.png
+.. |image775| image:: images/serials/renewsubscription.png
+.. |image776| image:: images/serials/collectionrenew.png
+.. |image777| image:: images/serials/serialrenew.png
+.. |image778| image:: images/serials/serialsearch.png
+.. |image779| image:: images/serials/advanceserialsearch.png
+.. |image780| image:: images/serials/serialsearchresults.png
+.. |image781| image:: images/acquisitions/acqfunds.png
+.. |image782| image:: images/acquisitions/fundbreakdown.png
+.. |image783| image:: images/acquisitions/newvendbutton.png
+.. |image784| image:: images/acquisitions/newvendor1.png
+.. |image785| image:: images/acquisitions/newvendor2.png
+.. |image786| image:: images/acquisitions/newvendor3.png
+.. |image787| image:: images/acquisitions/vendorsearch.png
+.. |image788| image:: images/acquisitions/vendorpage.png
+.. |image789| image:: images/acquisitions/receivebutton.png
+.. |image790| image:: images/acquisitions/newcontract.png
+.. |image791| image:: images/acquisitions/newcontractform.png
+.. |image792| image:: images/acquisitions/contractdisplay.png
+.. |image793| image:: images/acquisitions/contractonbasket.png
+.. |image794| image:: images/acquisitions/suggestonacq.png
+.. |image795| image:: images/acquisitions/pendingsuggestions.png
+.. |image796| image:: images/acquisitions/suggestmanage.png
+.. |image797| image:: images/acquisitions/suggestionsfilters.png
+.. |image798| image:: images/acquisitions/suggestbranchfilter.png
+.. |image799| image:: images/acquisitions/suggestpending.png
+.. |image800| image:: images/acquisitions/suggestiondetails.png
+.. |image801| image:: images/acquisitions/editsuggestion.png
+.. |image802| image:: images/acquisitions/suggestreasons.png
+.. |image803| image:: images/acquisitions/suggestothers.png
+.. |image804| image:: images/acquisitions/mysuggestions.png
+.. |image805| image:: images/acquisitions/addbasketbutton.png
+.. |image806| image:: images/acquisitions/addbasket.png
+.. |image807| image:: images/acquisitions/basketwithcontracts.png
+.. |image808| image:: images/acquisitions/basket.png
+.. |image809| image:: images/acquisitions/orderfromexisting.png
+.. |image810| image:: images/acquisitions/existingitemorder.png
+.. |image811| image:: images/acquisitions/orderfromsuggest.png
+.. |image812| image:: images/acquisitions/orderfromsuggestform.png
+.. |image813| image:: images/acquisitions/ordersuggestlink.png
+.. |image814| image:: images/acquisitions/subordersearch.png
+.. |image815| image:: images/acquisitions/suborderresults.png
+.. |image816| image:: images/acquisitions/suborder.png
+.. |image817| image:: images/acquisitions/fromnewemptyrecord.png
+.. |image818| image:: images/acquisitions/orderz39.png
+.. |image819| image:: images/acquisitions/orderz39results.png
+.. |image820| image:: images/acquisitions/dupwarning.png
+.. |image821| image:: images/acquisitions/orderz39form.png
+.. |image822| image:: images/acquisitions/stagedfiles.png
+.. |image823| image:: images/acquisitions/itemonorder.png
+.. |image824| image:: images/acquisitions/itemonorderadded.png
+.. |image825| image:: images/acquisitions/accounting.png
+.. |image826| image:: images/acquisitions/fundconfirmation.png
+.. |image827| image:: images/acquisitions/finalbasket.png
+.. |image828| image:: images/acquisitions/showalldetails.png
+.. |image829| image:: images/acquisitions/cantdeleteorderline.png
+.. |image830| image:: images/acquisitions/basketbuttons.png
+.. |image831| image:: images/acquisitions/BasketConfirmations.png
+.. |image832| image:: images/acquisitions/basketgroup.png
+.. |image833| image:: images/acquisitions/basketuncertain.png
+.. |image834| image:: images/acquisitions/uncertainprices.png
+.. |image835| image:: images/acquisitions/closebasket.png
+.. |image836| image:: images/acquisitions/createpurchaseorder.png
+.. |image837| image:: images/acquisitions/basketgroup.png
+.. |image838| image:: images/acquisitions/pdforder.png
+.. |image839| image:: images/acquisitions/receivebutton.png
+.. |image840| image:: images/acquisitions/receivefromsearch.png
+.. |image841| image:: images/acquisitions/receive.png
+.. |image842| image:: images/acquisitions/receiptsummary.png
+.. |image843| image:: images/acquisitions/receiveitem.png
+.. |image844| image:: images/acquisitions/receiveditem.png
+.. |image845| image:: images/acquisitions/received.png
+.. |image846| image:: images/acquisitions/transfersearch.png
+.. |image847| image:: images/acquisitions/transfervendor.png
+.. |image848| image:: images/acquisitions/transferbasket.png
+.. |image849| image:: images/acquisitions/transferconfirm.png
+.. |image850| image:: images/acquisitions/basketwithreceived.png
+.. |image851| image:: images/acquisitions/invoicesearch.png
+.. |image852| image:: images/acquisitions/invoices.png
+.. |image853| image:: images/acquisitions/invoice.png
+.. |image854| image:: images/acquisitions/noinvoicefiles.png
+.. |image855| image:: images/acquisitions/invoicefiles.png
+.. |image856| image:: images/acquisitions/mergeinvoices.png
+.. |image857| image:: images/acquisitions/acqclaimfilter.png
+.. |image858| image:: images/acquisitions/lateorders.png
+.. |image859| image:: images/acquisitions/claimletter.png
+.. |image860| image:: images/acquisitions/acqsearches.png
+.. |image861| image:: images/acquisitions/vendorquicksearch.png
+.. |image862| image:: images/acquisitions/ordersearch.png
+.. |image863| image:: images/acquisitions/ordersearchresults.png
+.. |image864| image:: images/acquisitions/ordersearchexpand.png
+.. |image865| image:: images/acquisitions/ordersearchfull.png
+.. |image866| image:: images/acquisitions/acqfunds.png
+.. |image867| image:: images/acquisitions/spent.png
+.. |image868| image:: images/lists/newlistbutton.png
+.. |image869| image:: images/lists/newlistform.png
+.. |image870| image:: images/lists/newlistsearch.png
+.. |image871| image:: images/lists/newlistfromsearch.png
+.. |image872| image:: images/lists/listslist.png
+.. |image873| image:: images/lists/listcontents.png
+.. |image874| image:: images/lists/addtolist.png
+.. |image875| image:: images/lists/listslist.png
+.. |image876| image:: images/lists/listcontents.png
+.. |image877| image:: images/lists/listofdups.png
+.. |image878| image:: images/lists/addtocart.png
+.. |image879| image:: images/lists/itemsaddedcart.png
+.. |image880| image:: images/lists/cart.png
+.. |image881| image:: images/reports/report1.png
+.. |image882| image:: images/reports/report2.png
+.. |image883| image:: images/reports/report3.png
+.. |image884| image:: images/reports/report4.png
+.. |image885| image:: images/reports/report5.png
+.. |image886| image:: images/reports/report6.png
+.. |image887| image:: images/reports/reportconfirm.png
+.. |image888| image:: images/reports/reportsave.png
+.. |image889| image:: images/reports/savedreports.png
+.. |image890| image:: images/reports/newsql.png
+.. |image891| image:: images/reports/reportfromsql.png
+.. |image892| image:: images/reports/reportsubgroup.png
+.. |image893| image:: images/reports/datepicker.png
+.. |image894| image:: images/reports/branchpulldown.png
+.. |image895| image:: images/reports/duplicatereport.png
+.. |image896| image:: images/reports/savedreports.png
+.. |image897| image:: images/reports/editreportoption.png
+.. |image898| image:: images/reports/editreport.png
+.. |image899| image:: images/reports/runreport.png
+.. |image900| image:: images/reports/reportparameters.png
+.. |image901| image:: images/reports/reportresults.png
+.. |image902| image:: images/reports/acqform.png
+.. |image903| image:: images/reports/acqnumbers.png
+.. |image904| image:: images/reports/acqtotal.png
+.. |image905| image:: images/reports/acqamounts.png
+.. |image906| image:: images/reports/patronform.png
+.. |image907| image:: images/reports/patronresults.png
+.. |image908| image:: images/reports/catalogform.png
+.. |image909| image:: images/reports/catalogresults.png
+.. |image910| image:: images/reports/circform.png
+.. |image911| image:: images/reports/circresults.png
+.. |image912| image:: images/reports/inhouse.png
+.. |image913| image:: images/reports/serialsform.png
+.. |image914| image:: images/reports/serialsresults.png
+.. |image915| image:: images/reports/holdstatsform.png
+.. |image916| image:: images/reports/holdstatsresults.png
+.. |image917| image:: images/reports/topcheckoutsform.png
+.. |image918| image:: images/reports/topcheckoutsresult.png
+.. |image919| image:: images/reports/topcircform.png
+.. |image920| image:: images/reports/topcircresults.png
+.. |image921| image:: images/reports/patnocheckout.png
+.. |image922| image:: images/reports/patnocheckout-results.png
+.. |image923| image:: images/reports/nocheckoutsform.png
+.. |image924| image:: images/reports/nocheckoutsresults.png
+.. |image925| image:: images/reports/itemtotals.png
+.. |image926| image:: images/reports/itemtotalsresults.png
+.. |image927| image:: images/reports/lostitems.png
+.. |image928| image:: images/reports/averloanform.png
+.. |image929| image:: images/reports/avercheckout.png
+.. |image930| image:: images/reports/dict1.png
+.. |image931| image:: images/reports/dict2.png
+.. |image932| image:: images/reports/dict3.png
+.. |image933| image:: images/reports/dict4.png
+.. |image934| image:: images/reports/dictconfirm.png
+.. |image935| image:: images/reports/dictlist.png
+.. |image936| image:: images/reports/dictionarylimit.png
+.. |image937| image:: images/opac/searchbox.png
+.. |image938| image:: images/opac/totalresults-rss.png
+.. |image939| image:: images/opac/sortingresults.png
+.. |image940| image:: images/opac/leader.png
+.. |image941| image:: images/opac/holdings-results.png
+.. |image942| image:: images/opac/coverresults.png
+.. |image943| image:: images/opac/didyoumeanopac.png
+.. |image944| image:: images/opac/refineresults.png
+.. |image945| image:: images/opac/totalresults-rss.png
+.. |image946| image:: images/opac/bibdetail/bibtitle.png
+.. |image947| image:: images/opac/bibdetail/bibauthor.png
+.. |image948| image:: images/opac/bibdetail/authoritylink.png
+.. |image949| image:: images/opac/bibdetail/bibleader.png
+.. |image950| image:: images/opac/bibdetail/bibdetails.png
+.. |image951| image:: images/opac/bibdetail/bibsubjects.png
+.. |image952| image:: images/opac/bibdetail/bibsummary.png
+.. |image953| image:: images/opac/bibdetail/biblinks.png
+.. |image954| image:: images/opac/bibdetail/bibtags.png
+.. |image955| image:: images/opac/bibdetail/bibholdings.png
+.. |image956| image:: images/opac/bibdetail/bibtitlenotes.png
+.. |image957| image:: images/opac/bibdetail/bibcomments.png
+.. |image958| image:: images/opac/bibdetail/bibeditions.png
+.. |image959| image:: images/opac/bibdetail/bibsearch.png
+.. |image960| image:: images/opac/bibdetail/bibbrowseresults.png
+.. |image961| image:: images/opac/bibdetail/biboptions.png
+.. |image962| image:: images/opac/bibdetail/bibmoresearch.png
+.. |image963| image:: images/opac/bibdetail/bibsave.png
+.. |image964| image:: images/opac/bibdetail/bibviews.png
+.. |image965| image:: images/opac/nolists.png
+.. |image966| image:: images/opac/addtonewlist.png
+.. |image967| image:: images/opac/publiclistpermissions.png
+.. |image968| image:: images/opac/newlist.png
+.. |image969| image:: images/opac/addtolistcart.png
+.. |image970| image:: images/opac/chooselist.png
+.. |image971| image:: images/opac/listview.png
+.. |image972| image:: images/opac/emailist.png
+.. |image973| image:: images/opac/mylists.png
+.. |image974| image:: images/opac/editlist.png
+.. |image975| image:: images/opac/deletelist.png
+.. |image976| image:: images/opac/shareconfirmation.png
+.. |image977| image:: images/opac/addtolistcart.png
+.. |image978| image:: images/opac/addedtocart.png
+.. |image979| image:: images/opac/cartcontents.png
+.. |image980| image:: images/opac/emailcart.png
+.. |image981| image:: images/opac/downloadcart.png
+.. |image982| image:: images/opac/opacplaceholdresults.png
+.. |image983| image:: images/opac/opacplaceholdsindiv.png
+.. |image984| image:: images/opac/opacplaceholdsdetail.png
+.. |image985| image:: images/opac/opacplacehold.png
+.. |image986| image:: images/opac/holdnote.png
+.. |image987| image:: images/opac/opacplaceholdspecific.png
+.. |image988| image:: images/opac/tags-results.png
+.. |image989| image:: images/opac/tagsadded-results.png
+.. |image990| image:: images/opac/tagaddmultiple-results.png
+.. |image991| image:: images/opac/commentstab.png
+.. |image992| image:: images/opac/addcomment.png
+.. |image993| image:: images/opac/commentpending.png
+.. |image994| image:: images/opac/yourcomment.png
+.. |image995| image:: images/opac/commentby.png
+.. |image996| image:: images/opac/recentcomments.png
+.. |image997| image:: images/opac/zoteroaddressbar.png
+.. |image998| image:: images/opac/zoterotitle.png
+.. |image999| image:: images/opac/PatronSelfRegistration.png
+.. |image1000| image:: images/opac/patronregistration.png
+.. |image1001| image:: images/opac/patronregistrationcomplete.png
+.. |image1002| image:: images/opac/forgotpwlink.png
+.. |image1003| image:: images/opac/myaccount.png
+.. |image1004| image:: images/opac/opacsummary-wlinks.png
+.. |image1005| image:: images/opac/SHOW_BCODEadd.png
+.. |image1006| image:: images/opac/SHOW_BCODEattribute.png
+.. |image1007| image:: images/opac/barcodeoncheckouts.png
+.. |image1008| image:: images/opac/myoverdues.png
+.. |image1009| image:: images/opac/myfines.png
+.. |image1010| image:: images/opac/myholds.png
+.. |image1011| image:: images/opac/nocard.png
+.. |image1012| image:: images/opac/noaddress.png
+.. |image1013| image:: images/opac/debarred.png
+.. |image1014| image:: images/opac/mybilling.png
+.. |image1015| image:: images/opac/paypaypal.png
+.. |image1016| image:: images/opac/myprofile.png
+.. |image1017| image:: images/opac/patronrequestwaiting.png
+.. |image1018| image:: images/opac/myprofile-noedit.png
+.. |image1019| image:: images/opac/mytags.png
+.. |image1020| image:: images/opac/mypassword.png
+.. |image1021| image:: images/opac/mysearchhistory.png
+.. |image1022| image:: images/opac/searchistory.png
+.. |image1023| image:: images/opac/myhistory.png
+.. |image1024| image:: images/opac/myprivacy.png
+.. |image1025| image:: images/opac/deletecirchistory.png
+.. |image1026| image:: images/opac/mysuggestions.png
+.. |image1027| image:: images/opac/mymessages.png
+.. |image1028| image:: images/opac/OPACSMSSendDriver.png
+.. |image1029| image:: images/opac/smsopac.png
+.. |image1030| image:: images/opac/mylists.png
+.. |image1031| image:: images/opac/dischargeopac.png
+.. |image1032| image:: images/opac/dischargeopac-confirm.png
+.. |image1033| image:: images/opac/suggestfromsearch.png
+.. |image1034| image:: images/opac/suggestfromnoresults.png
+.. |image1035| image:: images/opac/suggestfrommyaccount.png
+.. |image1036| image:: images/opac/newsuggestion.png
+.. |image1037| image:: images/searching/searchbox.png
+.. |image1038| image:: images/searching/searchterms.png
+.. |image1039| image:: images/searching/resultssummary.png
+.. |image1040| image:: images/searching/resultssummary2.png
+.. |image1041| image:: images/searching/noresults.png
+.. |image1042| image:: images/searching/menubar.png
+.. |image1043| image:: images/searching/searchoptions.png
+.. |image1044| image:: images/searching/advsearch.png
+.. |image1045| image:: images/searching/numresults.png
+.. |image1046| image:: images/searching/feweropts.png
+.. |image1047| image:: images/searching/advoptions.png
+.. |image1048| image:: images/searching/advsortby.png
+.. |image1049| image:: images/searching/ex1.png
+.. |image1050| image:: images/searching/ex2.png
+.. |image1051| image:: images/searching/ex3.png
+.. |image1052| image:: images/searching/ex4.png
+.. |image1053| image:: images/searching/ex5.png
+.. |image1054| image:: images/searching/ex6.png
+.. |image1055| image:: images/searching/ex7.png
+.. |image1056| image:: images/searching/ex8.png
+.. |image1057| image:: images/searching/ex9.png
+.. |image1058| image:: images/searching/ex10.png
+.. |image1059| image:: images/searching/ex11.png
+.. |image1060| image:: images/searching/ex12.png
+.. |image1061| image:: images/searching/ex13.png
+.. |image1062| image:: images/searchhistory/searchhistory.png
+.. |image1063| image:: images/searchhistory/bibsearch.png
+.. |image1064| image:: images/searchhistory/authsearch.png
+.. |image1065| image:: images/about/aboutserver.png
+.. |image1066| image:: images/about/aboutperlmodules.png
+.. |image1067| image:: images/about/systeminfo.jpg
+.. |image1068| image:: images/appendix-opac/opaccustomregions.jpg
+.. |image1069| image:: images/serialssamples/readersserial.png
+.. |image1070| image:: images/serialssamples/hebrewnewspaper.png
+.. |image1071| image:: images/serialssamples/backpacker.png
+.. |image1072| image:: images/serialssamples/keatsplanning.png
+.. |image1073| image:: images/serialssamples/cilirregular.png
+.. |image1074| image:: images/serialssamples/cilpattern.png
+.. |image1075| image:: images/serialssamples/cilreceived.png
+.. |image1076| image:: images/appendix-cms/newpreference.png
+.. |image1077| image:: images/appendix-cms/newpref-settings.png
+.. |image1078| image:: images/appendix-cms/recommendedreading.png
+.. |image1079| image:: images/appendix-cms/class101-pref.png
+.. |image1080| image:: images/appendix-cms/editrecommendpref.png
+.. |image1081| image:: images/appendix-xslt/book.png
+.. |image1082| image:: images/appendix-xslt/comp.png
+.. |image1083| image:: images/appendix-xslt/cr.png
+.. |image1084| image:: images/appendix-xslt/map.png
+.. |image1085| image:: images/appendix-xslt/mixed.png
+.. |image1086| image:: images/appendix-xslt/sound.png
+.. |image1087| image:: images/appendix-xslt/visual.png
+.. |image1088| image:: images/appendix-xslt/kit.png
+.. |image1089| image:: images/appendix-marcedit/marcedit.png
+.. |image1090| image:: images/appendix-marcedit/marcedit-editsubfield.png
+.. |image1091| image:: images/appendix-marcedit/editsubfield.png
+.. |image1092| image:: images/appendix-marcedit/excelimport/step-1.png
+.. |image1093| image:: images/appendix-marcedit/excelimport/step-2.png
+.. |image1094| image:: images/appendix-marcedit/excelimport/step-3.png
+.. |image1095| image:: images/appendix-marcedit/excelimport/step-4.png
+.. |image1096| image:: images/appendix-marcedit/excelimport/step-5.png
+.. |image1097| image:: images/appendix-marcedit/excelimport/step-6.png
+.. |image1098| image:: images/appendix-marcedit/excelimport/step-7.png
+.. |image1099| image:: images/appendix-marcedit/excelimport/step-8.png
+.. |image1100| image:: images/appendix-marcedit/excelimport/step-9.png
+.. |image1101| image:: images/appendix-marcedit/excelimport/step-10.png
+.. |image1102| image:: images/appendix-marcedit/excelimport/step-11.png
+.. |image1103| image:: images/appendix-marcedit/excelimport/step-12.png
+.. |image1104| image:: images/appendix-marcedit/excelimport/step-13.png
+.. |image1105| image:: images/appendix-marcedit/excelimport/step-14.png
+.. |image1106| image:: images/appendix-marcedit/excelimport/step-15.png
+.. |image1107| image:: images/appendix-marcedit/excelimport/step-17.png
+.. |image1108| image:: images/appendix-marcedit/excelimport/step-18.png
+.. |image1109| image:: images/appendix-marcedit/excelimport/step-19.png
+.. |image1110| image:: images/appendix-marcedit/excelimport/step-20.png
+.. |image1111| image:: images/appendix-oclc/oclcgatewaysetup.png
+.. |image1112| image:: images/opac/SHOW_BCODEadd.png
+.. |image1113| image:: images/opac/SHOW_BCODEattribute.png
+.. |image1114| image:: images/opac/barcodeoncheckouts.png
+.. |image1115| image:: images/cataloging/lockedauthority.png
+.. |image1116| image:: images/reports/datepicker.png
+.. |image1117| image:: images/reports/branchpulldown.png
+.. |image1118| image:: images/appendix-extending/colorccode.png
index af2e65b..b7e3e8d 100644 (file)
@@ -4,36164 +4,9 @@ Koha 16.11 Manual (en)
 
 :Author: Nicole C. Engard
 
-.. contents::
-   :depth: 3
-..
+.. include:: images.rst
+.. toctree::
 
-Introduction
-============
-
-`Koha Basics <#introbasics>`__
-------------------------------
-
-Koha is the first free and open source software library automation
-package (ILS). Development is sponsored by libraries of varying types
-and sizes, volunteers, and support companies from around the world.
-
-Learn more about Koha by visiting the official Koha website:
-http://koha-community.org
-
-`Koha Recommendations <#introrecommend>`__
-------------------------------------------
-
-Full system recommendations can be found on the official Koha wiki along
-with the developer documentation: http://wiki.koha-community.org
-
-When working in the Koha staff client it is strongly recommended that
-you use the Firefox browser. Koha's staff client is not supported in
-Internet Explorer and has not yet been fully optimized for Google
-Chrome.
-
-`Using this Manual <#usingmanual>`__
-------------------------------------
-
-This manual is always changing and suggestions for edits can be sent to
-the Documentation Manager via the `DOCS mailing
-list <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs>`__.
-The manual is organized by Koha module. At the start of most sections
-(and throughout) you will find 'Get there' tips. These lines tell you
-how to get to the section in Koha.
-
-For example: *Get there:* More > Administration > Global System
-Preferences
-
-Get there: More > Administration > Global System Preferences
-
-The instruction tells you where to find the necessary menu option at the
-top of the Koha staff client.
-
-Links will be found throughout the manual to other sections in the
-manual and images will depict what should be seen on the screen.
-
-The manual can be searched using the custom Google search on the `Koha
-Documentation <http://koha-community.org/documentation/>`__ page.
-
-`Contributing to the Manual <#contributing>`__
-----------------------------------------------
-
-This manual is an ever-changing document and edits to the manual are
-welcome at any time.
-
-The `Koha Manual <http://manual.koha-community.org/>`__ is managed by
-the Documentation Manager, but that doesn't mean we can't all
-participate in making the best manual possible.
-
-The manual is stored in git at:
-http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary
-
-To edit the manual we recommend `oXygen <http://www.oxygenxml.com>`__ or
-other XML/DocBook editor. We ask that every chapter and section have an
-ID tag associated with it to enable permanent linking and searching.
-
-Patches to the manual should be emailed to the `DOCS mailing
-list <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs>`__
-and will be reviewed by the Documentation Manager before inclusion.
-
-Administration
-==============
-
-`Global System Preferences <#globalsysprefs>`__
------------------------------------------------
-
-Global system preferences control the way your Koha system works in
-general. Set these preferences before anything else in Koha.
-
--  *Get there:* More > Administration > Global System Preferences
-
-Global System Preferences Link and Search
-|image0|
-
-System preferences can be searched (using any part of the preference
-name or description) using the search box on the 'Administration' page
-or the search box at the top of each system preferences page.
-
-Preferences search at the top of System Preference page
-|image1|
-
-When editing preferences a '(modified)' tag will appear next to items
-you change until you click the 'Save All' button:
-
-After editing TagsModeration the '(modified)' label appears
-|image2|
-
-After saving your preferences you'll get a confirmation message telling
-you what preferences were saved:
-
-Preference save confirmation message
-|image3|
-
-Each section of preferences can be sorted alphabetically by clicking the
-small down arrow to the right of the word 'Preference' in the header
-column
-
-Sort option at the top right of each section of preferences
-|image4|
-
-If the preference refers to monetary values (like
-`maxoutstanding <#maxoutstanding>`__) the currency displayed will be the
-default you set in your `Currency and Exchange
-Rate <#currexchangeadmin>`__ administration area. In the examples to
-follow they will all read USD for U.S. Dollars.
-
-    **Important**
-
-    For libraries systems with unique URLs for each site the system
-    preference can be overridden by editing your koha-http.conf file
-    this has to be done by a system administrator or someone with access
-    to your system files. For example if all libraries but one want to
-    have search terms highlighted in results you set the
-    OpacHighlightedWords preference to 'Highlight' then edit the
-    koha-http.conf for the library that wants this turned off by adding
-    'SetEnv OVERRIDE\_SYSPREF\_OpacHighlightedWords "0"'. After
-    restarting the web server that one library will no longer see
-    highlighted terms. Consult with your system administrator for more
-    information.
-
-`Acquisitions <#acqprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Acquisitions
-
-`Policy <#acqprefspolicy>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AcqCreateItem <#AcqCreateItem>`__
-''''''''''''''''''''''''''''''''''
-
-Default: placing an order
-
-Asks: Create an item when \_\_\_.
-
-Values:
-
--  cataloging a record
-
--  placing an order
-
--  receiving an order
-
-Description:
-
--  This preference lets you decide when you'd like to create an item
-   record in Koha. If you choose to add an item record when 'placing an
-   order' then you will enter item information in as you place records
-   in your basket. If you choose to add the item when 'receiving an
-   order' you will be asked for item record information when you're
-   receiving orders in acquisitions. If you choose to add the item when
-   'cataloging a record' then item records will not be created in
-   acquisitions at all, you will need to go to the cataloging module to
-   add the items.
-
-`AcqEnableFiles <#AcqEnableFiles>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
-invoices.
-
-Values:
-
--  Do
-
--  Don't
-
-Description:
-
--  This preference controls whether or not you allow the uploading of
-   invoice files via the acquisitions module.
-
-`AcqItemSetSubfieldsWhenReceiptIsCancelled <#AcqItemSetSubfieldsWhenReceiptIsCancelled>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Upon cancelling a receipt, update the item's subfields if they
-were created when placing an order (e.g. o=5\|a="bar foo""). \_\_\_
-
-Description:
-
--  This preference is used in conjunction with the
-   `AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
-   preference. If you have the system set to enter default values when
-   you receive you will want to have those values revert back if reeipt
-   is cancelled. This preference allows you to do that.
-
-`AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Upon receiving items, update their subfields if they were created
-when placing an order (e.g. o=5\|a="foo bar"). \_\_\_
-
-Description:
-
--  This preference allows you to set default values for items that you
-   receive via acquisitions. Enter the data as subfield=value and split
-   your values with a bar ( \| ). For example you can remove the Ordered
-   status on the item automatically when you receive it just by entering
-   7=0 in this preference. That will set the Not for Loan status
-   (subfield 7) to 0 which is available.
-
-`AcqViewBaskets <#AcqViewBaskets>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: created by staff member
-
-Asks: Show baskets \_\_\_
-
-Values:
-
--  created by staff member
-
--  from staff member's branch
-
--  in system, regardless of owner
-
-Description:
-
--  When in acquisitions this preference allows you to control whose
-   baskets you can see when looking at a vendor. The default value of
-   'created by staff member' makes it so that you only see the baskets
-   you created. Choosing to see baskets 'from staff member's branch'
-   will show you the baskets created by anyone at the branch you're
-   logged in at. Finally, you can choose to set this preference to show
-   you all baskets regardless of who created it ('in system, regardless
-   of owner). Regardless of which value you choose for this preference,
-   superlibrarians can see all baskets created in the system.
-
-`AcqWarnOnDuplicateInvoice <#AcqWarnOnDuplicateInvoice>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do not warn
-
-Asks: \_\_\_ when the librarian tries to create an invoice with a
-duplicate number.
-
-Values:
-
--  Do not warn
-
--  Warn
-
-`BasketConfirmations <#BasketConfirmations>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: always ask for confirmation
-
-Asks: When closing or reopening a basket, \_\_\_.
-
-Values:
-
--  always ask for confirmation
-
--  do not ask for confirmation
-
-Descriptions:
-
--  This preference adds the option to skip confirmations on closing and
-   reopening a basket. If you skip the confirmation, you do not create a
-   new basket group.
-
-`ClaimsBccCopy <#ClaimsBccCopy>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Don't send
-
-Asks: \_\_\_ blind copy (BCC) to logged in user when sending serial or
-acquisitions claims notices.
-
-Values:
-
--  Don't send
-
--  Send
-
-Description:
-
--  When filing a claim in the `serials <#serialclaims>`__ or
-   `acquisitions <#acqclaims>`__ module this preference will allow for
-   the sending of a copy of the email to the librarian.
-
-`CurrencyFormat <#CurrencyFormat>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 360,000.00 (US)
-
-Asks: Display currencies using the following format \_\_\_
-
-Values:
-
--  360,000.00 (US)
-
--  360 000,00 (FR)
-
-`gist <#gist>`__
-''''''''''''''''
-
-Default: 0
-
-Asks: The default tax rate is \_\_\_
-
-Description:
-
--  This preference will allow the library to define a default Goods and
-   Services Tax rate. The default of value of 0 will disable this
-   preference.
-
-    **Note**
-
-    Enter this value as a number (.06) versus a percent (6%).
-
-`MarcFieldsToOrder <#MarcFieldsToOrder>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Set the mapping values for a new order line created from a MARC
-record in a staged file.
-
-Description:
-
--  This preference includes MARC fields to check for order information
-   to use when `ordering from a staged file <#orderfromstagedfile>`__ in
-   acquisitions. You can use the following fields: price, quantity,
-   budget\_code, discount, sort1, sort2.
-
-   For example:
-
-   ::
-
-       price: 947$a|947$c
-       quantity: 969$h
-       budget_code: 922$a
-
-`UniqueItemFields <#UniqueItemFields>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: barcode
-
-Asks:\_\_\_ (space-separated list of fields that should be unique for
-items, must be valid SQL fields of
-`items <http://schema.koha-community.org/tables/items.html>`__ table)
-
-Description:
-
--  If this preference is left blank when adding items in acquisitions
-   there will be no check for uniqueness. This means that a duplicate
-   barcode can be created in acquisitions which will cause errors later
-   when checking items in and out.
-
-`Printing <#acqprefsprinting>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`OrderPdfFormat <#OrderPdfFormat>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: pdfformat::layout2pages
-
-Asks: Use \_\_\_ when printing basket groups.
-
-`Administration <#adminprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-These preferences are general settings for your system.
-
-*Get there:* More > Administration > Global System Preferences >
-Administration
-
-`CAS Authentication <#casauthentication>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The Central Authentication Service (CAS) is a single sign-on protocol
-for the web. If you don't know what this is, leave these preferences set
-to their defaults.
-
-`AllowPKIAuth <#AllowPKIAuth>`__
-''''''''''''''''''''''''''''''''
-
-Default: no
-
-Asks: Use \_\_\_ field for SSL client certificate authentication
-
-Values:
-
--  no
-
--  the common name
-
--  the email address
-
-`casAuthentication <#casAuthentication>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ CAS for login authentication.
-
-`casLogout <#casLogout>`__
-''''''''''''''''''''''''''
-
-Default: Don't logout
-
-Asks: \_\_\_ of CAS when logging out of Koha.
-
-`casServerUrl <#casServerUrl>`__
-''''''''''''''''''''''''''''''''
-
-Asks: The CAS Authentication Server can be found at \_\_\_
-
-`Google OpenID Connect <#googleopenid>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Visit the `Google Developers
-Console <https://console.developers.google.com/>`__ to obtain OAuth 2.0
-credentials such as a client ID and client secret that are known to both
-Google and your application.Developers Console
-
--  Create a project, and give it some details to help you identify it
-   later
-
-   New Project
-   |image5|
-
--  Next search for the Google Identity and Access Management API
-
-   API Search
-   |image6|
-
--  Enable the Google Identity and Access Management API
-
-   Enable Google Identity
-   |image7|
-
--  Go to 'Credentials' and set the OAuth cosent screen values
-
-   OAuth Consent Screen
-   |image8|
-
--  Next choose to 'Create credentials' from the 'Credentials' page
-
-   Create credentials
-   |image9|
-
--  Choose 'Web application' from the 'Application type' menu and fill in
-   the form presented
-
-   Create Client ID
-   |image10|
-
-   -  Set 'Authorized JavaScript origins' to your OPACBaseURL
-
-   -  Change the 'Authorized Redirect URIs' to
-      http://YOUROPAC/cgi-bin/koha/svc/auth/googleopenidconnect
-
--  You will be presented with your values for your client ID and your
-   client secret after saving
-
-   OAuth Client ID and Secret
-   |image11|
-
-`GoogleOAuth2ClientID <#GoogleOAuth2ClientID>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Google OAuth2 Client ID \_\_\_
-
-`GoogleOAuth2ClientSecret <#GoogleOAuth2ClientSecret>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Google OAuth2 Client Secret \_\_\_
-
-`GoogleOpenIDConnect <#GoogleOpenIDConnect>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks \_\_\_ Google OpenID Connect login.
-
-    **Important**
-
-    You will need to select OAuth2 when creating an app in the google
-    cloud console, and set the web origin to your\_opac\_url and the
-    redirect url to
-    your\_opac\_url/cgi-bin/koha/svc/auth/googleopenidconnect .
-
-    Create Client ID
-    |image12|
-
-Values:
-
--  Don't use
-
--  Use
-
-`GoogleOpenIDConnectDomain <#GoogleOpenIDConnectDomain>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Google OpenID Connect Restrict to domain (or subdomain of this
-domain) \_\_\_.
-
-    **Note**
-
-    Leave blank for all google domains
-
-`Interface options <#adminprefsinterface>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preference are related to your Koha interface
-
-`DebugLevel <#DebugLevel>`__
-''''''''''''''''''''''''''''
-
-Default: lots of
-
-Asks: Show \_\_\_ debugging information in the browser when an internal
-error occurs.
-
-Values:
-
--  lots of - will show as much information as possible
-
--  no - will only show basic error messages
-
--  some - will show only some of the information available
-
-Description:
-
--  This preference determines how much information will be sent to the
-   user's screen when the system encounters an error. The most detail
-   will be sent when the value level is set at 2, some detail will be
-   sent when the value is set at 1, and only a basic error message will
-   display when the value is set at 0. This setting is especially
-   important when a system is new and the administration is interested
-   in working out the bugs (errors or problems) quickly. Having detailed
-   error messages makes quick fixes more likely in problem areas.
-
-`DefaultToLoggedInLibraryCircRules <#DefaultToLoggedInLibraryCircRules>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: all libraries
-
-Asks: When editing circulation rules show \_\_\_ the rules by default.
-
-Values:
-
--  all libraries
-
--  logged in library's
-
-Description:
-
--  This preference controls the default value in the branch pull down
-   found at the top of the `circulation and fine
-   rules <#circfinerules>`__.
-
-`DefaultToLoggedInLibraryNoticesSlips <#DefaultToLoggedInLibraryNoticesSlips>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: all libraries
-
-Asks: When editing notices and slips show the \_\_\_ notices and slips
-by default.
-
-Values:
-
--  all libraries
-
--  logged in library's
-
-Description:
-
--  This preference controls the default value in the branch pull down
-   found at the top of the `notices and slips <#notices>`__ tool.
-
-`DefaultToLoggedInLibraryOverdueTriggers <#DefaultToLoggedInLibraryOverdueTriggers>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: all libraries
-
-Asks: When editing overdue notice/status triggers show the \_\_\_ rules
-by default.
-
-Values:
-
--  all libraries
-
--  logged in library's
-
-Description:
-
--  This preference controls the default value in the branch pull down
-   found at the top of the `overdue notices and
-   triggers <#noticetriggers>`__.
-
-`delimiter <#delimiter>`__
-''''''''''''''''''''''''''
-
-Default: semicolons
-
-Asks: Separate columns in an exported report file with \_\_\_ by
-default.
-
-Values:
-
--  #'s
-
--  backslashes
-
--  commas
-
--  semicolons
-
--  slashes
-
--  tabs
-
-Description:
-
--  This preference determines how reports exported from Koha will
-   separate data. In many cases you will be able to change this option
-   when exporting if you'd like.
-
-`KohaAdminEmailAddress <#KohaAdminEmailAddress>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-This is the default 'From' address for emails unless there is one for
-the particular branch, and is referred to when an internal error occurs.
-
-Asks: Use \_\_\_ as the email address for the administrator of Koha.
-
-Description:
-
--  This preference allows one email address to be used in warning
-   messages set to the OPAC. If no email address is set for the branch
-   this address will receive messages from patrons regarding
-   modification requests, purchase suggestions, and questions or
-   information regarding overdue notices. It is recommended that a email
-   address that can be accessed by multiple staff members be used for
-   this purpose so that if one librarian is out the others can address
-   these requests. This email address can be changed when needed.
-
-`noItemTypeImages <#noItemTypeImages>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ itemtype icons in the catalog.
-
-Values:
-
--  Shows
-
--  Don't show
-
-Description:
-
--  This preference allows the system administrator to determine if users
-   will be able to set and see an `item type icon <#itemtypeadmin>`__
-   the catalog on both the OPAC and the Staff Client. The images will
-   display in both the OPAC and the Staff Client/Intranet. If images of
-   item types are disabled, text labels for item types will still appear
-   in the OPAC and Staff Client.
-
-`ReplytoDefault <#ReplytoDefault>`__
-''''''''''''''''''''''''''''''''''''
-
-Asks: Use \_\_\_ as the email address that will be set as the replyto in
-emails
-
-Description:
-
--  By default replies to notice emails will go to the `library email
-   address <#libsgroups>`__, if you would like to specify a default
-   email address for all replies to notices you can do that here.
-
-`ReturnpathDefault <#ReturnpathDefault>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use \_\_\_ as the email address set as the return path, if you
-leave this empty the KohaAdminEmailAddress will be used.
-
-Description:
-
--  The return path is the email address that bounces will be delivered
-   to. By default bounced notices will go to the `library email
-   address <#libsgroups>`__, if you would like to specify a default
-   email address for bounces to go to then fill in this preference.
-
-`virtualshelves <#virtualshelves>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff and patrons to create and view saved lists of books.
-
-Values:
-
--  Allow
-
--  Don't Allow
-
-Description:
-
--  This preference controls whether the lists functionality will be
-   available in the staff client and OPAC. If this is set to "Don't
-   allow" then no one will be able to save items to public or private
-   lists.
-
-`Login options <#adminprefslogin>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences are related to logging into your Koha system
-
-`AutoLocation <#AutoLocation>`__
-''''''''''''''''''''''''''''''''
-
-Default: Don't require
-
-Asks: \_\_\_ staff to log in from a computer in the IP address range
-specified by their library (if any).
-
--  Set IP address range in the library administration area
-
-   -  *Get there:* More > Administration > Basic Parameters > `Libraries
-      & Groups <#libsgroups>`__
-
-Values:
-
--  Don't require
-
--  Require
-
-Description:
-
--  This preference protects the system by blocking unauthorized users
-   from accessing the staff client program and settings. Authorized and
-   unauthorized users are determined by their computer's IP addresses.
-   When the preference is set to 'Require', IP authorization is in
-   effect and unauthorized IP addresses will be blocked. This means that
-   staff cannot work from home unless their IP address has been
-   authorized. When set to 'Don't require', anyone with a staff client
-   login will have access no matter which IP address they are using.
-
-`IndependentBranches <#IndependentBranches>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't prevent
-
-Asks: \_\_\_ staff (but not superlibrarians) from modifying objects
-(holds, items, patrons, etc.) belonging to other libraries.
-
-Values:
-
--  Don't prevent
-
--  Prevent
-
-Description:
-
--  This preference should only be used by library systems which are
-   sharing a single Koha installation among multiple branches but are
-   considered independent organizations, meaning they do not share
-   material or patrons with other branches and do not plan to change
-   that in the future. If set to 'Prevent' it increases the security
-   between library branches by: prohibiting staff users from logging
-   into another branch from within the staff client, filtering out
-   patrons from patron searches who are not a part of the login branch
-   conducting the search, limiting the location choices to the login
-   branch when adding or modifying an item record, preventing users from
-   other branch locations from placing holds or checking out materials
-   from library branches other than their own, and preventing staff from
-   editing item records which belong to other library branches. All of
-   these security safeguards can be overridden only by the
-   superlibrarian, the highest level of privileges.
-
-    **Important**
-
-    It is important that this value be set before going live and that it
-    NOT be changed
-
-`SessionRestrictionByIP <#SessionRestrictionByIP>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Enable
-
-Asks: \_\_\_ check for change in remote IP address for session security.
-Disable only when remote IP address changes frequently.
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  When this preference is set to 'Enable' Koha will log you out of the
-   staff client if your IP address changes as a security measure. For
-   some systems the IP address changes frequently so you'll want to set
-   this preference to 'Disable' to prevent Koha from logging you out of
-   the staff client every time that happens.
-
-    **Important**
-
-    This is meant to help those whose IP address changes several times
-    during the day, setting this preference to 'Disable' is not
-    recommended otherwise because it is removing important security
-    features from your staff client.
-
-`SessionStorage <#SessionStorage>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: in the MySQL database
-
-Asks: Store login session information \_\_\_
-
-Values:
-
--  as temporary files
-
--  in the MySQL database
-
--  in the PostgreSQL database
-
-   -  **Important**
-
-          PostgreSQL is not yet supported
-
-Description:
-
--  This preference allows administrators to choose what format session
-   data is stored in during web sessions.
-
-`timeout <#timeout>`__
-''''''''''''''''''''''
-
-Default: 12000000
-
-Asks: Automatically log out users after \_\_\_ seconds of inactivity.
-
-Description:
-
--  This preference sets the length of time the Staff Client or OPAC
-   accounts can be left inactive before re-logging in is necessary. The
-   value of this preference is in seconds. At this time, the amount of
-   time before a session times out must be the same for both the Staff
-   Client and the OPAC.
-
-`Mozilla Persona <#mozillapersona>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`Persona <#persona>`__
-''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ Mozilla persona for login.
-
-Values:
-
--  Allow
-
-   Persona login on OPAC
-   |image13|
-
--  Don't allow
-
-Description:
-
--  Mozilla Persona is an OpenID-like service that lets you log in to
-   multiple websites with your Mozilla credentials. If you allow Persona
-   log in for Koha then your patrons can log in to the OPAC using their
-   Mozilla Persona. Learn more about Persona on the `official Mozilla
-   site <http://www.mozilla.org/en-US/persona/>`__.
-
-       **Important**
-
-       For Persona log in to work you will need you
-       `OPACBaseURL <#OPACBaseURL>`__ preference to be set correctly.
-
-`Share anonymous usage statistics <#heaprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-As an open source project Koha is used all over the world. These
-preference will help us keep more accurate statistics on where Koha is
-being used. If you choose to share your information, it will be
-published on the `Hea Koha community
-website <http://hea.koha-community.org>`__. You will need to enable the
-`matching cron job <#usagecron>`__ to send this information at regular
-intervals to the community.
-
-`UsageStats <#UsageStats>`__
-''''''''''''''''''''''''''''
-
-Default: Don't share
-
-Asks: \_\_\_ anonymous Koha usage data with the Koha community.
-
-Values:
-
--  Don't share
-
--  Share
-
-Description:
-
--  This data is stored to help track usage of Koha around the world. If
-   you choose to share your information, it will be published on the
-   `Hea Koha community website <http://hea.koha-community.org>`__. This
-   information is sent using the `Usage Sharing Cron
-   Job <#usagecron>`__.
-
-`UsageStatsCountry <#UsageStatsCountry>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The country where your library is located: \_\_\_
-
-Description:
-
--  This data is stored to help track usage of Koha around the world. If
-   you choose to share your information, it will be published on the
-   `Hea Koha community website <http://hea.koha-community.org>`__. This
-   information is sent using the `Usage Sharing Cron
-   Job <#usagecron>`__.
-
-    **Important**
-
-    This preference depends on the `UsageStats <#UsageStats>`__
-    preference. Set that to 'Share' to share your information.
-
-`UsageStatsLibraryName <#UsageStatsLibraryName>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The library name \_\_\_ will be shown on the `Hea Koha community
-website <http://hea.koha-community.org>`__.
-
-Description:
-
--  This data is stored to help track usage of Koha around the world. If
-   you choose to share your information, it will be published on the
-   `Hea Koha community website <http://hea.koha-community.org>`__. This
-   information is sent using the `Usage Sharing Cron
-   Job <#usagecron>`__.
-
-    **Important**
-
-    This preference depends on the `UsageStats <#UsageStats>`__
-    preference. Set that to 'Share' to share your information. If this
-    field is empty data will be sent anonymously if you choose 'Share'
-    for the `UsageStats <#UsageStats>`__ preference.
-
-`UsageStatsLibraryType <#UsageStatsLibraryType>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: public
-
-Asks: The library type \_\_\_ will be shown on the `Hea Koha community
-website <http://hea.koha-community.org>`__.
-
-Values:
-
--  academic
-
--  corporate
-
--  government
-
--  private
-
--  public
-
--  religious organization
-
--  research
-
--  school
-
--  society or association
-
--  subscription
-
-Description:
-
--  This data is stored to help track usage of Koha around the world. If
-   you choose to share your information, it will be published on the
-   `Hea Koha community website <http://hea.koha-community.org>`__. This
-   information is sent using the `Usage Sharing Cron
-   Job <#usagecron>`__.
-
-    **Important**
-
-    This preference depends on the `UsageStats <#UsageStats>`__
-    preference. Set that to 'Share' to share your information.
-
-`UsageStatsLibraryUrl <#UsageStatsLibraryUrl>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The library URL \_\_\_ will be shown on the `Hea Koha community
-website <http://hea.koha-community.org>`__.
-
-Description:
-
--  This data is stored to help track usage of Koha around the world. If
-   you choose to share your information, it will be published on the
-   `Hea Koha community website <http://hea.koha-community.org>`__. This
-   information is sent using the `Usage Sharing Cron
-   Job <#usagecron>`__.
-
-    **Important**
-
-    This preference depends on the `UsageStats <#UsageStats>`__
-    preference. Set that to 'Share' to share your information.
-
-`Authorities <#authprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Authorities
-
-`General <#generalauthorities>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AuthDisplayHierarchy <#AuthDisplayHierarchy>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ broader term/narrower term hierarchies when viewing
-authorities.
-
-Values:
-
--  Display
-
-   AuthDisplayHierarchy
-   |image14|
-
--  Don't display
-
-Description:
-
--  If your authority records includes 5xx fields with linked references
-   to broader and/or narrower see also references this preference will
-   turn on a display of those authorities at the top of the record.
-
-`AutoCreateAuthorities <#AutoCreateAuthorities>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: do not generate
-
-Asks: When editing records, \_\_\_ authority records that are missing.
-
-Values:
-
--  do not generate
-
--  generate
-
-    **Important**
-
-    `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ must be set to
-    "allow" for this to have any effect
-
-Description:
-
--  When this and `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ are
-   both turned on, automatically create authority records for headings
-   that don't have any authority link when cataloging. When
-   BiblioAddsAuthorities is on and AutoCreateAuthorities is turned off,
-   do not automatically generate authority records, but allow the user
-   to enter headings that don't match an existing authority. When
-   BiblioAddsAuthorities is off, this has no effect.
-
-`BiblioAddsAuthorities <#BiblioAddsAuthorities>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: allow
-
-Asks: When editing records, \_\_\_ them to automatically create new
-authority records if needed, rather than having to reference existing
-authorities.
-
-Values:
-
--  allow
-
-   -  This setting allows you to type values in the fields controlled by
-      authorities and then adds a new authority if one does not exist
-
--  don't allow
-
-   -  This setting will lock the authority controlled fields, forcing
-      you to search for an authority versus allowing you to type the
-      information in yourself.
-
-`dontmerge <#dontmerge>`__
-''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ automatically update attached biblios when changing an
-authority record.
-
-Values:
-
--  Do
-
--  Don't
-
-Description:
-
--  This preference tells Koha how to handle changes to your Authority
-   records. If you edit an authority record and this preference is set
-   to 'Do' Koha will immediately update all of the bib records linked to
-   the authority with the new authority record's data. If this is set to
-   "Don't" then Koha won't edit bib records when changes are made to
-   authorities, rather, this is done later by the `merge\_authority.pl
-   cronjob <#mergeauthcron>`__.
-
-    **Important**
-
-    If this is set to "Don't automatically update" you will need to ask
-    your administrator to enable the `merge\_authority.pl
-    cronjob <#mergeauthcron>`__.
-
-`MARCAuthorityControlField008 <#MARCAuthorityControlField008>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: \|\| aca\|\|aabn \| a\|a d
-
-Asks: Use the following text for the contents of MARC21 authority
-control field 008 position 06-39 (fixed length data elements).
-
-    **Important**
-
-    Do not include the date (position 00-05) in this preference, Koha
-    will calculate automatically and put that in before the values in
-    this preference.
-
-Description:
-
--  This preference controls the default value in the 008 field on
-   Authority records. It does not effect bibliographic records.
-
-`UNIMARCAuthorityField100 <#UNIMARCAuthorityField100>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: afrey50 ba0
-
-Asks: Use the following text for the contents of UNIMARC authority field
-100 position (fixed length data elements).
-
-    **Important**
-
-    Do not include the date (position 00-07) in this preference, Koha
-    will calculate automatically and put that in before the values in
-    this preference.
-
-Description:
-
--  This preference controls the default value in the 100 field on
-   Authority records cataloged in UNIMARC. It does not effect
-   bibliographic records.
-
-`UseAuthoritiesForTracings <#UseAuthoritiesForTracings>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ authority record numbers instead of text strings for
-searches from subject tracings.
-
-Values:
-
--  Don't use
-
-   -  Search links look for subject/author keywords (example:
-      opac-search.pl?q=su:Business%20networks)
-
--  Use
-
-   -  Search links look for an authority record (example:
-      opac-search.pl?q=an:354)
-
-Description:
-
--  For libraries that have authority files, they may want to make it so
-   that when a link to an authorized subject or author is clicked on the
-   OPAC or staff client it takes the searcher only to a list of results
-   with that authority record. Most libraries do not have complete
-   authority files and so setting this preference to 'Don't use' will
-   allow searchers to click on links to authors and subject headings and
-   perform a keyword search against those fields, finding all possible
-   relevant results instead.
-
-`Linker <#linkerauthorities>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences will control how Koha links bibliographic records to
-authority records. All bibliographic records added to Koha after these
-preferences are set will link automatically to authority records, for
-records added before these preferences are set there is a script
-(misc/link\_bibs\_to\_authorities.pl) that your system administrator can
-run to link records together.
-
-`CatalogModuleRelink <#CatalogModuleRelink>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do not
-
-Asks: \_\_\_ automatically relink headings that have previously been
-linked when saving records in the cataloging module.
-
-Values:
-
--  Do
-
--  Do not
-
-Description:
-
--  Longtime users of Koha don't expect the authority and bib records to
-   link consistently. This preference makes it possible to disable
-   authority relinking in the cataloging module only (i.e. relinking is
-   still possible if link\_bibs\_to\_authorities.pl is run). Note that
-   though the default behavior matches the previous behavior of Koha
-   (retaining links to outdated authority records), it does not match
-   the intended behavior (updating biblio/authority link after
-   bibliographic record is edited). Libraries that want the intended
-   behavior of authority control rather than the way Koha used to handle
-   linking should set CatalogModuleRelink to 'Do'. Once setting this to
-   'Do' the following preferences can also be set.
-
-`LinkerKeepStale <#LinkerKeepStale>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Do not
-
-Asks: \_\_\_ keep existing links to authority records for headings where
-the linker is unable to find a match.
-
-Values:
-
--  Do
-
--  Do not
-
-Description:
-
--  When set to 'Do', the linker will never remove a link to an authority
-   record, though, depending on the value of
-   `LinkerRelink <#LinkerRelink>`__, it may change the link.
-
-`LinkerModule <#LinkerModule>`__
-''''''''''''''''''''''''''''''''
-
-Default: Default
-
-Asks: Use the \_\_\_ linker module for matching headings to authority
-records.
-
-Values:
-
--  Default
-
-   -  Retains Koha's previous behavior of only creating links when there
-      is an exact match to one and only one authority record; if the
-      `LinkerOptions <#LinkerOptions>`__ preference is set to
-      'broader\_headings', it will try to link headings to authority
-      records for broader headings by removing subfields from the end of
-      the heading
-
--  First match
-
-   -  Creates a link to the first authority record that matches a given
-      heading, even if there is more than one authority record that
-      matches
-
--  Last match
-
-   -  Creates a link to the last authority record that matches a given
-      heading, even if there is more than one record that matches
-
-Description:
-
--  This preference tells Koha which match to use when searching for
-   authority matches when saving a record.
-
-`LinkerOptions <#LinkerOptions>`__
-''''''''''''''''''''''''''''''''''
-
-Asks: Set the following options for the authority linker \_\_\_
-
-    **Important**
-
-    This feature is experimental and shouldn't be used in a production
-    environment until further expanded upon.
-
-Description:
-
--  This is a pipe separated (\|) list of options. At the moment, the
-   only option available is "broader\_headings." With this option set to
-   "broader\_headings", the linker will try to match the following
-   heading as follows:
-
-   ::
-
-       =600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.
-
-   First: Camins-Esakov, Jared--Coin collections--Catalogs--Early works
-   to 1800
-
-   Next: Camins-Esakov, Jared--Coin collections--Catalogs
-
-   Next: Camins-Esakov, Jared--Coin collections
-
-   Next: Camins-Esakov, Jared (matches! if a previous attempt had
-   matched, it would not have tried this)
-
-`LinkerRelink <#LinkerRelink>`__
-''''''''''''''''''''''''''''''''
-
-Default: Do
-
-Asks: \_\_\_ relink headings that have previously been linked to
-authority records.
-
-Values:
-
--  Do
-
--  Do not
-
-Description:
-
--  When set to 'Do', the linker will confirm the links for headings that
-   have previously been linked to an authority record when it runs,
-   correcting any incorrect links it may find. When set to 'Do not', any
-   heading with an existing link will be ignored, even if the existing
-   link is invalid or incorrect.
-
-`Cataloging <#catprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Cataloging
-
-`Display <#catdisplayprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AcquisitionDetails <#AcquisitionDetails>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Display
-
-Asks: \_\_\_ acquisition details on the biblio detail page.
-
-Values:
-
--  Display
-
--  Don't display
-
-Description:
-
--  This preference controls whether a tab will show on the detail page
-   in the staff client that includes detailed acquisitions information
-   for the title. This tab will include links to order information
-   stored in the acquisitions module.AcquisitionDetails
-
-`AuthoritySeparator <#authoritysep>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: --
-
-Asks: Separate multiple displayed authors, series or subjects with
-\_\_\_.
-
-`hide\_marc <#hide_marc>`__
-'''''''''''''''''''''''''''
-
-Default: Display
-
-Asks: \_\_\_ MARC tag numbers, subfield codes and indicators in MARC
-views.
-
-Values:
-
--  Display -- shows the tag numbers on the cataloging interface
-
-   MARC editor with tags showing
-   |image15|
-
--  Don't display -- shows just descriptive text when cataloging
-
-   MARC editor without tags showing
-   |image16|
-
-`IntranetBiblioDefaultView <#IntranetBiblioDefaultView>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: ISBD form
-
-Asks: By default, display biblio records in \_\_\_
-
-Values:
-
--  ISBD form -- displays records in the staff client in the old card
-   catalog format
-
-   -  See `ISBD <#isbdpref>`__ preference for more information
-
--  Labelled MARC form -- displays records in the staff client in MARC
-   with text labels to explain the different fields
-
--  MARC form -- displays records in the staff client in MARC
-
--  normal form -- visual display in the staff client (for the average
-   person)
-
-Description:
-
--  This setting determines the bibliographic record display when
-   searching the catalog on the staff client. This setting does not
-   affect the display in the OPAC which is changed using the
-   `BiblioDefaultView <#BiblioDefaultView>`__ preference under the OPAC
-   preference tab. This setting changes the look of the record when
-   first displayed. The MARC and ISBD views can still be seen by
-   clicking in the sidebar.
-
-`ISBD <#isbdpref>`__
-''''''''''''''''''''
-
-Default: `MARC21 Default Appendix <#isbddefault>`__ or `UNIMARC Default
-Appendix <#unimarcdefault>`__
-
-Asks: Use the following as the ISBD template:
-
-Description:
-
--  This determines how the ISBD information will display in the staff
-   client. Elements in the list can be reordered to produce a different
-   ISBD view. ISBD, the International Standard Bibliographic
-   Description, was first introduced by IFLA (International Federation
-   of Library Associations) in 1969 in order to provide guidelines for
-   descriptive cataloging. The purpose of ISBD is to aid the
-   international exchange of bibliographic records for a variety of
-   materials.
-
-`LabelMARCView <#LabelMARCView>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ collapse repeated tags of the same type into one tag entry.
-
-Values:
-
--  Do -- will combine all identical tag numbers under one heading in the
-   MARC view in the OPAC and Staff Client
-
-   MARC View in the Staff Client with LabelMARCView set to Do
-   |image17|
-
--  Don't -- will list all of the tags individually in the MARC view in
-   the OPAC and Staff Client
-
-   MARC View in the Staff Client with LabelMARCView set to Don't
-   |image18|
-
-`MergeReportFields <#MergeReportFields>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ fields to display for deleted records after merge
-
-Description:
-
--  When merging records together you can receive a report of the merge
-   process once it's done, this preference lets you set the default
-   values for this report.
-
-Example: '001,245ab,600' displays:
-
--  value of 001
-
--  subfields a and b of fields 245
-
--  all subfields of fields 600
-
-`NotesBlacklist <#NotesBlacklist>`__
-''''''''''''''''''''''''''''''''''''
-
-Asks: Don't show these \_\_\_ note fields in title notes separator (OPAC
-record details) and in the description separator (Staff client record
-details).
-
-Description:
-
--  This preference lets you define which of your note fields are hidden
-   from the title notes (OPAC) and descriptions (Staff) tabs. Enter the
-   values as a comma separated list. For example to hide the local note
-   and the bibliography note in MARC21 enter 504, 590.
-
-`OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage <#OpacSuppression>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-OpacSuppression Default: Don't hide
-
-Asks: \_\_\_ items marked as suppressed from OPAC search results. Note
-that you must have the Suppress index set up in Zebra and at least one
-suppressed item, or your searches will be broken. Restrict the
-suppression to IP adresses outside of the IP range \_\_\_ (Leave blank
-if not used. Define a range like 192.168..) Redirect the opac detail
-page for suppressed records to \_\_\_ Display the following message on
-the redirect page for suppressed biblios \_\_\_.
-
-OpacSuppression Values:
-
--  Don't hide
-
-   -  Will show records in OPAC search results if they are marked
-      suppressed
-
--  Hide
-
-   -  Will not show records in OPAC search results if they're marked as
-      suppressed
-
-OpacSuppressionRedirect Values:
-
--  an explanatory page ('This record is blocked').
-
--  the 404 error page ('Not found').
-
-Description:
-
--  These preferences control hiding of bibliographic records from
-   display in the OPAC. Each bibliogrphic record you want to hide from
-   the OPAC simply needs to have the value "1" in the field mapped with
-   Suppress index (942$n field in MARC21, no official field in UNIMARC).
-   The indexer then hides it from display in OPAC but will still display
-   it in the Staff Client. If you want to further control suppression
-   you can set an IP address range to still show suppressed items to.
-   Define a range like 192.168.. If you don't want to limit suppression
-   in this way, leave the IP field blank. You can also decide what the
-   patrons will see in the OPAC when a title is suppressed by setting
-   the OpacSuppressionRedirect and OpacSuppressionMessage preferences.
-   You can either show the patron a 404 page if they try to see a
-   suppressed record or you can create a custom page by entering the
-   HTML in the OpacSuppressionMessage part of this preference.
-
-       **Note**
-
-       An `authorized value <#authorizedvalues>`__ for the MARC21 942$n
-       field (or the equivalent UNIMARC field) should be set to
-       eliminate errors. One example would be to create an authorized
-       value titled SUPPRESS with a value of 0 for don't suppress and 1
-       for suppress.
-
-    **Important**
-
-    If this preference is set to 'hide' and you have the 942n field set
-    to 1, it will hide the entire bib record - not just an individual
-    item.
-
-    **Important**
-
-    You must have the Suppress index set up in Zebra and at least one
-    record with the value "1" in the field mapped with this index, or
-    your searches will be completely broken in OPAC (you won't get any
-    results at all).
-
-    **Note**
-
-    Suppressed records will show a note in the staff client indicating
-    that they are suppressed from view in the OPAC.Suppressed in Staff
-
-    This note can be styled by using the
-    `IntranetUserCSS <#IntranetUserCSS>`__ preference to stand out more
-    if you'd like.Style suppression note
-
-`SeparateHoldings & SeparateHoldingsBranch <#SeparateHoldings>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-SeparateHoldings default: Don't separate
-
-SeparateHoldingsBranch default: home library
-
-Asks: \_\_\_ items display into two tabs, where the first tab contains
-items whose \_\_\_ is the logged in user's library. The second tab will
-contain all other items.
-
-SeparateHoldings values:
-
--  Don't separate
-
--  Separate
-
-SeparateHoldingsBranch values:
-
--  holding library
-
--  home library
-
-Description:
-
--  This preference lets you decide if you would like to have the holding
-   information on the bibliographic detail page in the staff client
-   split in to multiple tabs. The default is to show all holdings on one
-   tab.
-
-   Separate holdings tabs
-   |image19|
-
-`URLLinkText <#URLLinkText>`__
-''''''''''''''''''''''''''''''
-
-Default: Online Resource
-
-Asks: Show \_\_\_ as the text of links embedded in MARC records.
-
-Description:
-
--  If the 856 field does not have a subfield 3 or y defined, the OPAC
-   will say 'Click here to access online.' If you would like the field
-   to say something else enter that in this field.
-
-`UseControlNumber <#UseControlNumber>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ record control number ($w subfields) and control number
-(001) for linking of bibliographic records.
-
-Values:
-
--  Don't use
-
-   -  When clicking on links to titles that appear next to 'Continues'
-      and 'Continued by' in the detail display Koha will perform a title
-      search
-
--  Use
-
-   -  When clicking on links to titles that appear next to 'Continues'
-      and 'Continued by' in the detail display Koha will perform a
-      control number (MARC field 001) search
-
-    **Important**
-
-    Unless you are going in and manually changing 773$w to match your
-    rigorously-defined bibliographic relationships, you should set this
-    preference to "Don't use" and instead set
-    `EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ to "Display"
-
-Description:
-
--  If you have a serial called "Journal of Interesting Things" which has
-   a separate record from when it was called "Transactions of the
-   Interesting Stuff Society," you could add linking fields to indicate
-   the relationship between the two records. UseControlNumber allows you
-   to use your local accession numbers for those links. In MARC21, the
-   relevant sections of the two records might look like this:
-
-   ::
-
-           =001    12345
-           =110  2_$aInteresting Stuff Society.
-           =245  10$aTransactions of the Interesting Stuff Society.
-           =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
-            
-           =001    12346
-           =110  2_$aInteresting Stuff Society.
-           =245  10$aJournal of Interesting Things.
-           =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345
-
-   With UseControlNumber set to 'Use', the 78x links will use the
-   Control Numbers is subfield $w, instead of doing a title search on
-   "Journal of Interesting Things" and "Transactions of the Interesting
-   Stuff Society" respectively.
-
-`Exporting <#catexportprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`BibtexExportAdditionalFields <#BibtexExportAdditionalFields>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include following fields when exporting BibTeX
-
-Description:
-
--  Use one line per tag in the format BT\_TAG: TAG$SUBFIELD ( e.g. lccn:
-   010$a )
-
--  To specificy multiple marc tags/subfields as targets for a repeating
-   BibTex tag, use the following format: BT\_TAG: [TAG2$SUBFIELD1,
-   TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )
-
--  All values of repeating tags and subfields will be printed with the
-   given BibTeX tag.
-
--  Use '@' ( with quotes ) as the BT\_TAG to replace the bibtex record
-   type with a field value of your choosing.
-
-`RisExportAdditionalFields <#RisExportAdditionalFields>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include following fields when exporting RIS
-
-Description:
-
--  Use one line per tag in the format RIS\_TAG: TAG$SUBFIELD ( e.g. LC:
-   010$a )
-
--  To specificy multiple marc tags/subfields as targets for a repeating
-   RIS tag, use the following format: RIS\_TAG: [TAG2$SUBFIELD1,
-   TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )
-
--  All values of repeating tags and subfields will be printed with the
-   given RIS tag.
-
--  Use of TY ( record type ) as a key will *replace* the default TY with
-   the field value of your choosing.
-
-`Importing <#catimportprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AggressiveMatchOnISBN <#AggressiveMatchOnISBN>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't
-
-Asks: When matching on ISBN with the record import tool, \_\_\_ attempt
-to match aggressively by trying all variations of the ISBNs in the
-imported record as a phrase in the ISBN fields of already cataloged
-records.
-
-Values:
-
--  do
-
--  don't
-
-Description:
-
--  This preference allows you to choose to alter the ISBN matching rule
-   used when staging records for import to be more aggressive. This
-   means that all text will be stripped from the ISBN field so that a
-   pure number match is possible. If this preference is set to "Don't"
-   then Koha will find a match only if the ISBN fields are identical.
-
-    **Important**
-
-    Note that this preference has no effect if
-    `UseQueryParser <#UseQueryParser>`__ is on.
-
-`Interface <#catinterfaceprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`advancedMARCeditor <#advancedMARCeditor>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ descriptions of fields and subfields in the MARC editor.
-
-Description:
-
--  This preference determines whether or not MARC field names will be
-   present when editing or creating MARC records.
-
-Values:
-
--  Display
-
-   MARC editor with text labels
-   |image20|
-
--  Don't display
-
-   MARC editor without text labels
-   |image21|
-
-`DefaultClassificationSource <#DefaultClassificationSource>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Dewey Decimal System
-
-Asks: Use \_\_\_ as the default classification source.
-
-Values:
-
--  ANSCR (Sound Recordings)
-
--  Dewey Decimal Classification
-
--  Library of Congress Classification
-
--  Other/Generic Classification Scheme
-
--  SuDoc Classification (U.S. GPO)
-
--  Universal Decimal Classification
-
-`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't Display
-
-Asks: \_\_\_ easy ways to create analytical record relationships
-
-Values:
-
--  Display
-
--  Don't Display
-
-    **Important**
-
-    If you decide to use this feature you'll want to make sure that your
-    `UseControlNumber <#UseControlNumber>`__ preference is set to "Don't
-    use" or else the "Show analytics" links in the staff client and the
-    OPAC will be broken.
-
-Description:
-
--  An analytic entry in a catalog is one that describes a part of a
-   larger work that is also described in the catalog. In bibliographic
-   cataloging, analytic entries may be made for chapters in books or
-   special issues of articles in periodicals. In archival cataloging,
-   analytic entries may be made for series or items within a collection.
-   This feature in Koha allows for an easy way of linking analytic
-   entries to the host records, and this system preference adds several
-   new menu options to the staff cataloging detail pages to allow that
-   to happen.
-
-`Record Structure <#catrecordprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AlternateHoldingsField & AlternateHoldingsSeparator <#AlternateHoldingsField>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Display MARC subfield \_\_\_ as holdings information for records
-that do not have items, with the subfields separated by \_\_\_.
-
-Description:
-
--  Sometimes libraries migrate to Koha with their holding info in the
-   852 field (OCLC holdings information field) and choose not to
-   transfer that information into the 952 (Koha holdings information
-   field) because they don't plan on circulating those items. For those
-   libraries or other libraries that have data in the 852 fields of
-   their records that they want to display, these preferences let you
-   choose to display holdings info from a field other than the 952
-   field. The AlternateHoldingsField preference can contain multiple
-   subfields to look in; for instance 852abhi would look in 852
-   subfields a, b, h, and i.
-
--  With AlternateHoldingsField set to 852abhi and
-   AlternateHoldingsSeparator set to a space the holdings would look
-   like the following:
-
-   Alternate Holdings Display
-   |image22|
-
-`autoBarcode <#autoBarcode>`__
-''''''''''''''''''''''''''''''
-
-Default: generated in the form <branchcode>yymm0001
-
-Asks: Barcodes are \_\_\_
-
-Values:
-
--  generated in the form <branchcode>yymm0001
-
--  generated in the form <year>-0001, <year>-0002
-
--  generated in the form 1, 2, 3
-
--  incremental EAN-13 barcodes
-
--  not generated automatically
-
-Description:
-
--  This setting is for libraries wishing to generate barcodes from
-   within Koha (as opposed to scanning in pre-printed barcodes or
-   manually assigning them). The default behavior makes it so that when
-   you click in the barcode field (952$p in MARC21) it will populate
-   with the automatic barcode you have chosen. If you would rather it
-   only enter an automatic barcode when you click on the plugin (the ...
-   to the right of the field) you can change the plugin used for that
-   field in the framework. Set the plugin for 952$p (if using MARC21 or
-   equivalent field mapped to items.barcode in your local MARC format)
-   for your frameworks to barcode\_manual.pl instead of barcode.pl.
-   Learn more about editing frameworks under the `MARC Bibliographic
-   Frameworks <#marcbibframeworks>`__ section of this manual.
-
-`DefaultLanguageField008 <#DefaultLanguageField008>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Empty defaults to eng
-
-Asks: Fill in the default language for field 008 Range 35-37 of MARC21
-records \_\_\_.
-
-Description:
-
--  This preference will allow you to set the language for your MARC21
-   008 field by default. If this is left empty it will default to
-   English (eng). See the `MARC Code List for
-   Languages <http://www.loc.gov/marc/languages/language_code.html>`__
-   for additional values for this preference.
-
-    **Note**
-
-    This preference won't have any effect if your records are in
-    UNIMARC.
-
-`item-level\_itypes <#item-level_itypes>`__
-'''''''''''''''''''''''''''''''''''''''''''
-
-Default: specific item
-
-Asks: Use the item type of the \_\_\_ as the authoritative item type
-(for determining circulation and fines rules, etc).
-
-Values:
-
--  biblio record
-
--  specific item
-
-Description:
-
--  This preference determines whether the item type Koha uses for
-   issuing rules will be an attribute of the bibliographic record or the
-   item record. Most libraries refer to the item record for item types.
-   It also determines if the item type icon appears on the OPAC search
-   results. If you have the preference set to 'biblio record' then Koha
-   displays the item type icon on the search results to the left of the
-   result info.
-
-   Item Type Icons to the Left of Result Information
-   |image23|
-
-`itemcallnumber <#itemcallnumber>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 082ab
-
-Asks: Map the MARC subfield to an item's callnumber.
-
-    **Note**
-
-    This can contain multiple subfields to look in; for instance 082ab
-    would look in 082 subfields a and b.
-
-Description:
-
--  This setting determines which MARC field will be used to determine
-   the call number that will be entered into item records automatically
-   (952$o). The value is set by providing the MARC field code (050, 082,
-   090, 852 are all common in MARC21) and the subfield codes without the
-   delimiters ($a, $b would be ab).
-
-Examples:
-
--  Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the item record:
-   852hi
-
-`marcflavour <#marcflavour>`__
-''''''''''''''''''''''''''''''
-
-Default: MARC21
-
-Asks: Interpret and store MARC records in the \_\_\_ format.
-
-Values:
-
--  MARC21
-
-   -  The standard style for the US, Canada, Australia, New Zealand,
-      United Kingdom, Germany and other countries
-
--  UNIMARC
-
-   -  The standard style used in France, Italy, Portugal, Russia, and
-      other countries
-
--  NORMARC
-
-   -  The standard style for Norway
-
-Description:
-
--  This preference defines global MARC style (MARC21, UNIMARC or
-   NORMARC) used for encoding.
-
-    **Important**
-
-    Changing the value of this preference will not convert your records
-    from one MARC style to an other.
-
-`MARCOrgCode <#MARCOrgCode>`__
-''''''''''''''''''''''''''''''
-
-Default: OSt
-
-Asks: Fill in the MARC organization code \_\_\_ by default in new MARC21
-records (leave blank to disable).
-
-Description:
-
--  The MARC Organization Code is used to identify libraries with
-   holdings of titles and more.
-
-Learn more and find your library's MARC21 code on the `MARC Code list
-for
-Organizations <http://www.loc.gov/marc/organizations/orgshome.html>`__
-or in Canada on the `Canadian Symbols
-Directory <http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1>`__.
-
-    **Note**
-
-    This preference won't have any effect if your records are in
-    UNIMARC.
-
-`NewItemsDefaultLocation <#NewItemsDefaultLocation>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: When items are created, give them the temporary location of \_\_\_
-(should be a location code, or blank to disable).
-
-`PrefillItem <#PrefillItem>`__
-''''''''''''''''''''''''''''''
-
-Default: the new item is not prefilled with last created item values.
-
-Asks: When a new item is added \_\_\_
-
-Values:
-
--  the new item is not prefilled with last created item values.
-
--  the new item is prefilled with last created item values.
-
-Description:
-
--  This preference controls the behavior used when adding new items.
-   Using the options here you can choose to have your next new item
-   prefill with the values used in the last item was added to save time
-   typing values or to have the item form appear completely blank. Using
-   `SubfieldsToUseWhenPrefill <#SubfieldsToUseWhenPrefill>`__ you can
-   control specifically which fields are prefilled.
-
-`SubfieldsToAllowForRestrictedBatchmod <#SubfieldsToAllowForRestrictedBatchmod>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Define a list of subfields for which editing is authorized when
-`items\_batchmod\_restricted <#items_batchmod_restricted>`__ permission
-is enabled, separated by spaces. \_\_\_
-
-Examples:
-
--  UNIMARC: "995$f 995$h 995$j"
-
--  MARC21: "952$a 952$b 952$c"
-
-Description:
-
--  This preference lets you define what fields can be edited via the
-   `batch item modification tool <#batchmodifyitems>`__ if the
-   items\_batchmod\_restricted permission is enabled.
-
-       **Note**
-
-       The FA framework is excluded from the permission. If the pref is
-       empty, no fields are restricted.
-
-`SubfieldsToAllowForRestrictedEditing <#SubfieldsToAllowForRestrictedEditing>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Define a list of subfields for which editing is authorized when
-edit\_items\_restricted permission is enabled, separated by spaces.
-\_\_\_
-
-Examples:
-
--  UNIMARC: "995$f 995$h 995$j"
-
--  MARC21: "952$a 952$b 952$c"
-
-Description:
-
--  This preference lets you define what fields can be edited via
-   cataloging if the
-   `edit\_items\_restricted <#edit_items_restricted>`__ permission is
-   enabled
-
-       **Note**
-
-       The Fast Add (FA) framework is excluded from the permission. If
-       the pref is empty, no fields are restricted.
-
-`SubfieldsToUseWhenPrefill <#SubfieldsToUseWhenPrefill>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Define a list of subfields to use when prefilling items \_\_\_
-
-    **Important**
-
-    Separate values with a space.
-
-Description:
-
--  When the `PrefillItem <#PrefillItem>`__ preference is set to prefill
-   item values with those from the last added item, this preference can
-   control which fields are prefilled (and which are not). Enter a space
-   separated list of fields that you would like to prefill when adding a
-   new item.
-
-`z3950NormalizeAuthor & z3950AuthorAuthFields <#z3950NormalizeAuthor>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Defaults: Don't copy & 701,702,700
-
-Asks: \_\_\_ authors from the UNIMARC \_\_\_ tags (separated by commas)
-to the correct author tags when importing a record using Z39.50.
-
-Description for z3950NormalizeAuthor:
-
--  This preference allows for 'Personal Name Authorities' to replace
-   authors as the bibliographic authority. This preference should only
-   be considered by libraries using UNIMARC.
-
-Values for z3950NormalizeAuthor:
-
--  Copy
-
--  Don't copy
-
-Description for z3950AuthorAuthFields:
-
--  This preference defines which MARC fields will be used for 'Personal
-   Name Authorities' to replace authors as the bibliographic
-   authorities. This preference only applies to those using UNIMARC
-   encoding. The MARC fields selected here will only be used if
-   'z3950NormalizeAuthor' is set to "Copy". The default field are 700,
-   701, and 702.
-
-`Spine Labels <#catspineprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`SpineLabelAutoPrint <#SpineLabelAutoPrint>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't
-
-Asks: When using the quick spine label printer, \_\_\_ automatically pop
-up a print dialog.
-
-Values:
-
--  do
-
--  don't
-
-`SpineLabelFormat <#SpineLabelFormat>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: <itemcallnumber><copynumber>
-
-Asks: Include the following fields on a quick-printed spine label:
-(Enter in columns from the biblio, biblioitems or items tables,
-surrounded by < and >.)
-
-`SpineLabelShowPrintOnBibDetails <#SpineLabelShowPrintOnBibDetails>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ buttons on the bib details page to print item spine labels.
-
-Values:
-
--  Display
-
-   'Print Label' link appears on bibliographic record in the staff
-   client
-   |image24|
-
--  Don't display
-
-`Circulation <#circprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Circulation
-
-`Batch Checkout <#batchcheckoutprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`BatchCheckouts <#BatchCheckouts>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ batch checkouts
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`BatchCheckoutsValidCategories <#BatchCheckoutsValidCategories>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Patron categories allowed to checkout in a batch \_\_\_ (list of
-patron categories separated with a pipe '\|')
-
-`Checkin Policy <#checkinpolicyprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowMultipleIssuesOnABiblio <#AllowMultipleIssuesOnABiblio>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to check out multiple items from the same record.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If this preference is set to 'Allow' then patrons will be able to
-   check out multiple copies of the same title at the same time. If it's
-   set to "Don't allow" then patrons will only be allowed to check out
-   one item attached to a record at a time. Regardless of the option
-   chosen in this preference records with subscriptions attached will
-   allow multiple check outs.
-
-       **Important**
-
-       This will only effect records without a subscription attached.
-
-`BlockReturnOfWithdrawnItems <#BlockReturnOfWithdrawnItems>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Block
-
-Asks: \_\_\_ returning of items that have been withdrawn.
-
-Values:
-
--  Block
-
--  Don't block
-
-Description:
-
--  This preference controls whether and item with a withdrawn status
-   (952$0 in MARC21) can be checked in or not.
-
-`CalculateFinesOnReturn <#CalculateFinesOnReturn>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do
-
-Asks: \_\_\_ calculate and update overdue charges when an item is
-returned.
-
-Values:
-
--  Do
-
--  Don't
-
-Description:
-
--  If this preference is set to "Do" and the `fines cron
-   job <#finescronjob>`__ is off then Koha will calculate fines only
-   when items are returned. If you have the fines cron job on and this
-   preference set to "Do" then this preference will calculate fines
-   based on the cron (usually run nightly) and then again when you check
-   the item in. This option is best for those who are doing hourly
-   loans. If this preference is set to "Don't" then fines will only be
-   accrued if the fines cron job is running.
-
-    **Important**
-
-    If you are doing hourly loans then you should have this set to 'Do'.
-
-`RentalFeesCheckoutConfirmation <#RentalFeesCheckoutConfirmation>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: do not ask
-
-Asks: When checking out an item with rental fees, \_\_\_ for
-confirmation.
-
-Values:
-
--  askRentalFeesCheckoutConfirmation
-
--  do not ask
-
-Description:
-
--  If you are charging rental fees for items this preference will make
-   it so that you can show (or not show) a confirmation before checking
-   out an item that will incur a rental charge.
-
-`UpdateNotForLoanStatusOnCheckin <#UpdateNotForLoanStatusOnCheckin>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: This is a list of value pairs. When an item is checked in, if the
-not for loan value on the left matches the items not for loan value it
-will be updated to the right-hand value. E.g. '-1: 0' will cause an item
-that was set to 'Ordered' to now be available for loan. Each pair of
-values should be on a separate line.
-
-`Checkout Policy <#circcheckoutpolicy>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AgeRestrictionMarker <#AgeRestrictionMarker>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Restrict patrons with the following target audience values from
-checking out inappropriate materials: \_\_\_
-
-Description:
-
--  This preference defines certain keywords that will trigger Koha to
-   restrict checkout based on age. These restrictions can be overridden
-   by the `AgeRestrictionOverride <#AgeRestrictionOverride>`__
-   preference. Enter in this field a series of keywords separated by bar
-   (\|) with no spaces. For example PG\|R\|E\|EC\|Age\| will look for PG
-   followed by an age number, R folllowed by an age number, Age followed
-   by an age number, and so on. These values can appear in any MARC
-   field, but Library of Congress recommends the 521$a (Target Audience
-   Note). Whatever field you decide to use you must map the word
-   agerestriction in the biblioitems table to that field in the `Koha to
-   MARC Mapping <#kohamarcmapping>`__. When cataloging you can enter
-   values like PG 13 or E 10 in the 521$a and Koha will then notify
-   circulation librarians that the material may not be recommended for
-   the patron based on their age.
-
-       **Important**
-
-       You must map the word agerestriction in the biblioitems table to
-       the MARC field where this information will appear via the `Koha
-       to MARC Mapping <#kohamarcmapping>`__ administration area.
-
-`AgeRestrictionOverride <#AgeRestrictionOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ staff to check out an item with age restriction.
-
-Values:
-
--  Allow
-
-   Allow age restriction override
-   |image25|
-
--  Don't allow
-
-   Don't allow age restriction override
-   |image26|
-
-Description:
-
--  When the `AgeRestrictionMarker <#AgeRestrictionMarker>`__ preference
-   is set, Koha will try to warn circulation librarians before checking
-   out an item that might have an age restriction listed in the MARC
-   record. This preference asks if you would like the staff to be able
-   to still check out these items to patrons under the age limit.
-
-`AllFinesNeedOverride <#AllFinesNeedOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Require
-
-Asks: \_\_\_ staff to manually override all fines, even fines less than
-`noissuescharge <#noissuescharge>`__.
-
-Values:
-
--  Don't require
-
--  Require
-
-Description:
-
--  This preference let's you decide if you want to always be warned that
-   the patron has fines when checking out. If you have it set to
-   'Require' then no matter how much money the patron owes a message
-   will pop up warning you that the patron owes money.
-
-`AllowFineOverride <#AllowFineOverride>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ staff to manually override and check out items to patrons
-who have more than `noissuescharge <#noissuescharge>`__ in fines.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This preference lets you decide if you staff can check out to patrons
-   who owe more money than you usually let them carry on their account.
-   If set to 'Allow' staff will be warned that the patrons owes money,
-   but it won't stop the staff from checking out to the patron.
-
-`AllowItemsOnHoldCheckout <#AllowItemsOnHoldCheckout>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ checkouts of items reserved to someone else. If allowed do
-not generate RESERVE\_WAITING and RESERVED warning. This allows self
-checkouts for those items.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-    **Important**
-
-    This system preference relates only to SIP based self checkout, not
-    Koha's web based self checkout.
-
-Description:
-
--  When this preference is set to 'Allow' patrons will be able to use
-   your external self check machine to check out a book to themselves
-   even if it's on hold for someone else. If you would like Koha to
-   prevent people from checking out books that are on hold for someone
-   else set this preference to "Don't allow."
-
-`AllowNotForLoanOverride <#AllowNotForLoanOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to override and check out items that are marked as
-not for loan.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This parameter is a binary setting which controls the ability of
-   staff (patrons will always be prevented from checking these items
-   out) to check out items that are marked as "not for loan". Setting it
-   to "Allow" would allow such items to be checked out, setting it to
-   "Don't allow" would prevent this. This setting determines whether
-   items meant to stay in the library, such as reference materials, and
-   other library resources can be checked out by patrons.
-
-`AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to manually override the renewal limit and renew a
-checkout when it would go over the renewal limit.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This preference is a binary setting which controls the ability of
-   staff to override the limits placed on the number of times an item
-   can be renewed. Setting it to "Allow" would allow such limits to be
-   overridden, setting it to "Don't allow" would prevent this. This is a
-   preference in which if it is set to "allow" it would allow the
-   library staff to use their judgment for overriding the renew limit
-   for special cases, setting it to "Don't allow" prevents an
-   opportunity for abuse by the library staff.
-
-`AllowReturnToBranch <#AllowReturnToBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: to any library
-
-Asks: Allow materials to be returned to \_\_\_
-
-Values:
-
--  either the library the item is from or the library it was checked out
-   from.
-
--  only the library the item is from.
-
--  only the library the item was checked out from.
-
--  to any library.
-
-Description:
-
--  This preference lets the library system decide how they will accept
-   returns. Some systems allow for items to be returned to any library
-   in the system (the default value of this preference) others want to
-   limit item returns to only specific branches. This preference will
-   allow you to limit item returns (checkins) to the branch(es) set in
-   the value.
-
-`AllowTooManyOverride <#AllowTooManyOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to override and check out items when the patron has
-reached the maximum number of allowed checkouts.
-
-Values:
-
--  Allow
-
-   Allow too many checkouts override
-   |image27|
-
--  Don't allow
-
-   Don't allow too many checkouts override
-   |image28|
-
-Description:
-
--  If this preference is set to "Allow" then staff all will be presented
-   with an option to checkout more items to a patron than are normally
-   allowed in the `Circulation and Fine Rules <#circfinerules>`__. If
-   this preference is set to "Don't allow" then no staff member will be
-   able to check out more than the circulation limit.
-
-`AutomaticItemReturn <#AutomaticItemReturn>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do
-
-Asks: \_\_\_ automatically transfer items to their home branch when they
-are returned.
-
-Values:
-
--  Do
-
--  Don't
-
-Description:
-
--  This preference is a binary setting which determines whether an item
-   is returned to its home branch automatically or not. If set to
-   "Don't", the staff member checking an item in at a location other
-   than the item's home branch will be asked whether the item will
-   remain at the non-home branch (in which case the new location will be
-   marked as a holding location) or returned. Setting it to "Do" will
-   ensure that items checked in at a branch other than their home branch
-   will be sent to that home branch.
-
-`AutoRemoveOverduesRestrictions <#AutoRemoveOverduesRestrictions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do not
-
-Asks: \_\_\_ allow OVERDUES restrictions triggered by sent notices to be
-cleared automatically when all overdue items are returned by a patron.
-
-Values:
-
--  Do
-
--  Do not
-
-Description:
-
--  Using the `Overdue Notice/Status Triggers <#noticetriggers>`__ you
-   can restrict patrons after they receive an overdue notice. This
-   preference lets you define whether Koha will automatically remove
-   that restriction once the overdue items in question are returned or
-   not.
-
-`CircControl <#CircControl>`__
-''''''''''''''''''''''''''''''
-
-Default: the library the item is from
-
-Asks: Use the checkout and fines rules of \_\_\_
-
-Values:
-
--  the library the item is from
-
-   -  The `circulation and fines policies <#circfinerules>`__ will be
-      determined by the item's library where
-      `HomeOrHoldingBranch <#HomeOrHoldingBranch>`__ chooses if item's
-      home library is used or holding library is used.
-
--  the library the patron is from
-
-   -  The `circulation and fines policies <#circfinerules>`__ will be
-      determined the patron's home library
-
--  the library you are logged in at
-
-   -  The `circulation and fines policies <#circfinerules>`__ will be
-      determined by the library that checked the item out to the patron
-
-`ConsiderOnSiteCheckoutsAsNormalCheckouts <#ConsiderOnSiteCheckoutsAsNormalCheckouts>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Consider
-
-Asks: \_\_\_ on-site checkouts as normal checkouts. If enabled, the
-number of checkouts allowed will be normal checkouts + on-site
-checkouts. If disabled, both values will be checked separately.
-
-Values:
-
--  Consider
-
--  Don't consider
-
-Description:
-
--  This preference allows you to decide if checkouts that are
-   `OnSiteCheckouts <#OnSiteCheckouts>`__ are counted toward the total
-   checkouts a patron can have. You can also set your `circulation and
-   fine rules <#circfinerules>`__ to allow only a certain number of
-   normal and OnSite checkouts.
-
-`DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Charge a lost item to the borrower's account when the LOST value
-of the item changes to \_\_\_
-
-Description:
-
--  Leave this field empty if you don't want to charge the user for lost
-   items. If you want the user to be charged enter the `LOST authorized
-   value <#lost>`__ you are using in the
-   `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__
-   preference. This preference is used when the `longoverdue cron
-   job <#longoverduecron>`__ is called without the --charge parameter.
-
-`DefaultLongOverdueLostValue & DefaultLongOverdueDays <#DefaultLongOverdueLostValue>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: By default, set the LOST value of an item to \_\_\_ when the item
-has been overdue for more than \_\_\_ days.
-
-Description:
-
--  These preferences are used when the `longoverdue cron
-   job <#longoverduecron>`__ is called without the --lost parameter. It
-   allows users to set the values of the `longoverdue
-   cron <#longoverduecron>`__ without having to edit the crontab.
-   Setting the values to 1 and 30 for example will mark the item with
-   the `LOST authorized value <#lost>`__ of 1 after the item is 30 days
-   overdue.
-
-`HoldsInNoissuesCharge <#HoldsInNoissuesCharge>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't include
-
-Asks: \_\_\_ hold charges when summing up charges for noissuescharge.
-
-Values:
-
--  Don't include
-
--  Include
-
-`HomeOrHoldingBranch <#HomeOrHoldingBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: the library the item was checked out from
-
-Asks: Use the checkout and fines rules of \_\_\_
-
-Values:
-
--  the library the item is from
-
-   -  This is equivalent to 'home library'
-
--  the library the item was checked out from
-
-   -  This is equivalent to 'holding library'
-
-Description:
-
--  This preference does several things.
-
-   -  If `CircControl <#CircControl>`__ is set to 'the library the item
-      is from' then the `circulation and fines
-      policies <#circfinerules>`__ will be determined by the item's
-      library where HomeOrHoldingBranch chooses if item's home library
-      is used or holding library is used.
-
-   -  If `IndependentBranches <#IndependentBranches>`__ is set to
-      'Prevent' then the value of this preference is used in figuring
-      out if the item can be checked out. If the item's home library
-      does not match the logged in library, the item cannot be checked
-      out unless you are a `superlibrarian <#patronpermsdefined>`__.
-
-    **Important**
-
-    It is not recommend that this setting be changed after initial setup
-    of Koha because it will change the behavior of items already checked
-    out.
-
-`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't move
-
-Asks: \_\_\_ items that have the location PROC to the location CART when
-they are checked in.
-
-Values:
-
--  Don't move
-
--  Move
-
-Description:
-
--  This preference is used to manage automatically changing item
-   locations from processing (PROC) to the book cart (CART). A `cron
-   job <#proccartcron>`__ needs to be set to run at specified intervals
-   to age items from CART to the permanent shelving location. (For
-   example, an hourly cron entry of cart\_to\_shelf.pl --hours 3 where
-   --hours is the amount of time an item should spend on the cart before
-   aging to its permanent location.) More information can be found in
-   the `related chapter <#processinglocations>`__ in this manual.
-
-   -  **Note**
-
-          If the `ReturnToShelvingCart <#ReturnToShelvingCart>`__ system
-          preference is turned on, any newly checked-in item is also
-          automatically put into the shelving cart, to be covered by the
-          same script run.
-
-   -  **Important**
-
-          Checkins with confirmed holds will not go into the shelving
-          cart. If items on the shelving cart are checked out, the cart
-          location will be cleared.
-
-`IssuingInProcess <#IssuingInProcess>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't prevent
-
-Asks: \_\_\_ patrons from checking out an item whose rental charge would
-take them over the limit.
-
-Values:
-
--  Don't prevent
-
--  Prevent
-
-Description:
-
--  This preference determines if a patron can check items out if there
-   is an overdue fine on the account and any of the materials the patron
-   wishes to check out will potentially tip the account balance over the
-   maximum fines policy the library has in place.
-
-Example: Your library has a $5 limit set for 'fines' (ie, after
-incurring $5 in fines, a patron can no longer check out items). A patron
-comes to the desk with 5 items to check out (4 books and a video) The
-patron has $4 in charges already on their account. One of the videos has
-a rental charge of $1, therefore making the total fines on the patron's
-account suddenly $5 (the limit).
-
-`IssueLostItem <#IssueLostItem>`__
-''''''''''''''''''''''''''''''''''
-
-Default: display a message
-
-Asks: When issuing an item that has been marked as lost, \_\_\_.
-
-Values:
-
--  display a message
-
-   Lost message when checking out
-   |image29|
-
--  do nothing
-
-   -  This option will just check the item out without notifying you
-      that the item was marked lost.
-
--  require confirmation
-
-   Confirm checkout of lost item
-   |image30|
-
-Description:
-
--  This preference lets you define how library staff are notified that
-   an item with a lost status is being checked out. This will help staff
-   mark items as 'available' if you choose to 'display a message' or
-   'require confirmation.' If you choose to 'do nothing,' there will be
-   no notification that the item being checked out is marked as 'lost.'
-
-`ManInvInNoissuesCharge <#ManInvInNoissuesCharge>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Include
-
-Asks: \_\_\_ MANUAL\_INV charges when summing up charges for
-noissuescharge.
-
-Values:
-
--  Don't include
-
--  Include
-
-Description:
-
--  This preference lets you decide if charges entered as manual invoices
-   are included when calculating the
-   `noissuescharge <#noissuescharge>`__. If this is set to include then
-   Koha will include all manual invoices when deciding if the patron
-   owes too much money to check anything else out of the library. If
-   it's set to Don't include then Koha will ignore all manual invoice
-   charges when figuring out if the patron owes too much money to
-   checkout additional materials.
-
-`maxoutstanding <#maxoutstanding>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 5
-
-Asks: Prevent patrons from making holds on the OPAC if they owe more
-than \_\_\_ USD in fines.
-
-`noissuescharge <#noissuescharge>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 5
-
-Asks: Prevent patrons from checking out books if they have more than
-\_\_\_ USD in fines.
-
-Description:
-
--  This preference is the maximum amount of money owed to the library
-   before the user is banned from borrowing more items. Using the
-   `ManInvInNoissuesCharge <#ManInvInNoissuesCharge>`__ and
-   `RentalsInNoissuesCharge <#RentalsInNoissuesCharge>`__ preferences
-   you can control which types of charges are considered in this total.
-   This also coincides with `maxoutstanding <#maxoutstanding>`__ that
-   limits patrons from placing holds when the maximum amount is owed to
-   the library.
-
-`NoIssuesChargeGuarantees <#NoIssuesChargeGuarantees>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Prevent a patron from checking out if the patron has guarantees
-owing in total more than \_\_\_ USD in fines.
-
-Description:
-
--  Allows a library to prevent patrons from checking out items if his or
-   her guarantees owe too much in fines.
-
-`NoRenewalBeforePrecision <#NoRenewalBeforePrecision>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: date
-
-Asks: Calculate "No renewal before" based on \_\_\_.
-
-Values:
-
--  date
-
--  exact time
-
-    **Note**
-
-    Only relevant for loans calculated in days, hourly loans are not
-    affected.
-
-Description:
-
--  This preference allows you to control how the 'No renewal before"
-   option in the `Circulation and fine rules <#circfinerules>`__
-   administration area.
-
-`OnSiteCheckouts <#OnSiteCheckouts>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ the on-site checkouts feature.
-
-Values:
-
--  Disable
-
--  EnableOnSiteCheckouts
-
-Description:
-
--  This preference lets you check out items that are 'not for loan' to
-   patrons. A checkbox is added to the checkout screen when this
-   preference is set to 'Enable' labeled 'On-site checkout'. This allows
-   you to track who's using items that are normally not for loan or are
-   in a closed stack setting.
-
-`OnSiteCheckoutsForce <#OnSiteCheckoutsForce>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ the on-site for all cases (Even if a user is debarred,
-etc.).
-
-Values:
-
--  Disable
-
--  Enable
-
-   Force checkouts on restricted patrons
-   |image31|
-
-Description:
-
--  This preference lets the staff override any restrictions a patron
-   might have and check out items for use within the library. The
-   `OnSiteCheckouts <#OnSiteCheckouts>`__ preference must first be set
-   to 'Enable' for this preference to be considered.
-
-`OverduesBlockCirc <#OverduesBlockCirc>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Ask for confirmation
-
-Asks: \_\_\_ when checking out to a borrower that has overdues
-outstanding
-
-Values:
-
--  Ask for confirmation
-
-   -  Will not let you check an item out to patrons with overdues until
-      a librarian confirms that it is okay
-
--  Block
-
-   -  Block all patrons with overdue items from being able to check out
-
--  Don't block
-
-   -  Allow all patrons with overdue items to continue to check out
-
-`OverduesBlockRenewing <#OverduesBlockRenewing>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: allow renewing
-
-Asks: When a patron's checked out item is overdue, \_\_\_
-
-Values:
-
--  allow renewing
-
--  block renewing for all the patron's items
-
--  block renewing for only this item
-
-`OverdueNoticeBcc <#OverdueNoticeBcc>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Asks: Send all notices as a BCC to this email address \_\_\_
-
-This preference makes it so that a librarian can get a copy of every
-notice sent out to patrons.
-
-    **Note**
-
-    If you'd like more than one person to receive the blind copy you can
-    simply enter in multiple email addresses separated by commas.
-
-    **Note**
-
-    The name of this preference is misleading, it does not only send
-    overdues, but all notices to the BCC address.
-
-`OverdueNoticeCalendar <#OverdueNoticeCalendar>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Ignore calendar
-
-Asks: \_\_\_ when working out the period for overdue notices
-
-Values:
-
--  Ignore calendar
-
-   -  Notices do not take holidays into account, so they will be sent
-      even if holidays have meant the item is not actually overdue yet
-
--  Use calendar
-
-   -  Notices take holidays into account, so they will not be sent if
-      holidays mean the item is not actually overdue yet
-
-`PrintNoticesMaxLines <#PrintNoticesMaxLines>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include up to \_\_\_ item lines in a printed overdue notice.
-
-    **Note**
-
-    If the number of items is greater than this number, the notice will
-    end with a warning asking the borrower to check their online account
-    for a full list of overdue items.
-
-    **Note**
-
-    Set to 0 to include all overdue items in the notice, no matter how
-    many there are.
-
-    **Important**
-
-    This preference only refers to the print notices, not those sent via
-    email.
-
-`RenewalPeriodBase <#RenewalPeriodBase>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: the old due date of the checkout
-
-Asks: When renewing checkouts, base the new due date on \_\_\_
-
-Values:
-
--  the old due date of the checkout
-
--  the current date
-
-`RenewalSendNotice <#RenewalSendNotice>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't send
-
-Asks: \_\_\_\_ a renewal notice according to patron checkout alert
-preferences.
-
-Values:
-
--  Don't send
-
--  Send
-
-Description:
-
--  If a patron has chosen to receive a check out notice in their
-   messaging preferences and this preference is set to 'Send' then those
-   patrons will also receive a notice when they renew materials. You
-   will want to set up a `new notice <#addnotices>`__ with the code of
-   RENEWAL (if you don't already have it) with custom text for renewing
-   items.
-
-       **Important**
-
-       This preference requires that you have
-       `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-       set to 'Allow'
-
-`RentalsInNoissuesCharge <#RentalsInNoissuesCharge>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Include
-
-Asks: \_\_\_ rental charges when summing up charges for noissuescharge.
-
-Values:
-
--  Don't include
-
--  Include
-
-Description:
-
--  This preference lets you decide if rental charges are included when
-   calculating the `noissuescharge <#noissuescharge>`__. If this is set
-   to include then Koha will include all rental charges when deciding if
-   the patron owes too much money to check anything else out of the
-   library. If it's set to Don't include then Koha will ignore all
-   rental charges when figuring out if the patron owes too much money to
-   checkout additional materials.
-
-`RestrictionBlockRenewing <#RestrictionBlockRenewing>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: If patron is restricted, \_\_\_ renewing of items.
-
-Values:
-
--  Allow
-
--  Block
-
-`ReturnBeforeExpiry <#ReturnBeforeExpiry>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't require
-
-Asks: \_\_\_ patrons to return books before their accounts expire (by
-restricting due dates to before the patron's expiration date).
-
-Values:
-
--  Don't require
-
--  Require
-
-Description:
-
--  This is preference may prevent a patron from having items checked out
-   after their library card has expired. If this is set to "Require",
-   then a due date of any checked out item can not be set for a date
-   which falls after the patron's card expiration. If the setting is
-   left "Don't require" then item check out dates may exceed the
-   expiration date for the patron's library card.
-
-`ReturnToShelvingCart <#ReturnToShelvingCart>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't move
-
-Asks: \_\_\_ all items to the location CART when they are checked in.
-
-Values:
-
--  Don't move
-
--  Move
-
-Description:
-
--  More information can be found in the `related
-   chapter <#processinglocations>`__ in this manual.
-
-`StaffSearchResultsDisplayBranch <#StaffSearchResultsDisplayBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: the library the item is held by
-
-Asks: For search results in the staff client, display the branch of
-\_\_\_
-
-Values:
-
--  the library the item is from
-
--  the library the items is held by
-
-`TransfersMaxDaysWarning <#TransfersMaxDaysWarning>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 3
-
-Asks: Show a warning on the "Transfers to Receive" screen if the
-transfer has not been received \_\_\_ days after it is sent.
-
-Description:
-
--  The TransferMaxDaysWarning preference is set at a default number of
-   days. This preference allows for a warning to appear after a set
-   amount of time if an item being transferred between library branches
-   has not been received. The warning will appear in the `Transfers to
-   Receive <#transferstoreceive>`__ report.
-
-`UseBranchTransferLimits & BranchTransferLimitsType <#UseBranchTransferLimits>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Defaults: Don't enforce & collection code
-
-Asks: \_\_\_ branch transfer limits based on \_\_\_
-
-UseBranchTransferLimits Values:
-
--  Don't enforce
-
--  Enforce
-
-BranchTransferLimitsType Values:
-
--  collection code
-
--  item type
-
-BranchTransferLimitsType Description:
-
--  This parameter is a binary setting which determines whether items are
-   transferred according to item type or collection code. This value
-   determines how the library manager is able to restrict what items can
-   be transferred between the branches.
-
-`useDaysMode <#useDaysMode>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't include
-
-Asks: Calculate the due date using \_\_\_.
-
-Values:
-
--  circulation rules only.
-
--  the calendar to push the due date to the next open day.
-
--  the calendar to skip all days the library is closed.
-
-Description:
-
--  This preference controls how scheduled library closures affect the
-   due date of a material. The 'the calendar to skip all days the
-   library is closed' setting allows for a scheduled closure not to
-   count as a day in the loan period, the 'circulation rules only'
-   setting would not consider the scheduled closure at all, and 'the
-   calendar to push the due date to the next open day' would only effect
-   the due date if the day the item is due would fall specifically on
-   the day of closure.
-
-Example:
-
--  The library has put December 24th and 25th in as closures on the
-   calendar. A book checked out by a patron has a due date of December
-   25th according to the circulation and fine rules. If this preference
-   is set to 'circulation rules only' then the item will remain due on
-   the 25th. If the preference is set to 'the calendar to push the due
-   date to the next open day' then the due date will be December 26th.
-   If the preference is set to 'the calendar to skip all days the
-   library is closed' then the due date will be pushed to the 27th of
-   December to accommodate for the two closed days.
-
-The calendar is defined on a branch by branch basis. To learn more about
-the calendar, check out the '`Calendar & Holidays <#calholidays>`__'
-section of this manual.
-
-`UseTransportCostMatrix <#UseTransportCostMatrix>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ Transport Cost Matrix for calculating optimal holds filling
-between branches.
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  If the system is configured to use the `Transport cost
-   matrix <#transportcostmatrix>`__ for filling holds, then when
-   attempting to fill a hold, the system will search for the lowest cost
-   branch, and attempt to fill the hold with an item from that branch
-   first. Branches of equal cost will be selected from randomly. The
-   branch or branches of the next highest cost shall be selected from
-   only if all the branches in the previous group are unable to fill the
-   hold.
-
-   The system will use the item's current holding branch when
-   determining whether the item can fulfill a hold using the Transport
-   Cost Matrix.
-
-`Course Reserves <#coursereserveprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`UseCourseReserves <#UseCourseReserves>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ course reserves
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  The `Course Reserves <#coursereserves>`__ module in Koha allows you
-   to temporarily move items to 'reserve' and assign different
-   circulation rules to these items while they are being used for a
-   specific course.
-
-`Fines Policy <#circfinespolicy>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`finesCalendar <#finesCalendar>`__
-''''''''''''''''''''''''''''''''''
-
-Default: not including the days the library is closed
-
-Asks: Calculate fines based on days overdue \_\_\_
-
-Values:
-
--  directly
-
--  not including the days the library is closed
-
-Description:
-
--  This preference will determine whether or not fines will be accrued
-   during instances when the library is closed. Examples include
-   holidays, library in-service days, etc. Choosing "not including the
-   days the library is closed" setting will enable Koha to access its
-   `Calendar <#calholidays>`__ module and be considerate of dates when
-   the library is closed. To make use of this setting the administrator
-   must first access Koha's calendar and mark certain days as "holidays"
-   ahead of time.
-
-The calendar is defined on a branch by branch basis. To learn more about
-the calendar, check out the '`Calendar & Holidays <#calholidays>`__'
-section of this manual.
-
-`FinesIncludeGracePeriod <#FinesIncludeGracePeriod>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Include
-
-Asks: \_\_\_ the grace period when calculating the fine for an overdue
-item.
-
-Values:
-
--  Don't include
-
--  Include
-
-Description:
-
--  This preference lets you control how Koha calculates fines when there
-   is a grace period. If you choose to include the grace period when
-   calculating fines then Koha will charge for the days in the grace
-   period should the item be overdue more than those days. If you choose
-   not to include the grace period then Koha will only charge for the
-   days overdue after the grace period.
-
-`finesMode <#finesMode>`__
-''''''''''''''''''''''''''
-
-Default: Calculate (but only for mailing to the admin)
-
-Asks: \_\_\_ fines
-
-Values:
-
--  Calculate (but only for mailing to the admin)
-
--  Calculate and charge
-
--  Don't calculate
-
-    **Important**
-
-    Requires that you have the fines cron job running
-    (misc/cronjobs/fines.pl)
-
-`RefundLostItemFeeOnReturn <#RefundLostItemFeeOnReturn>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Refund
-
-Asks: \_\_\_ lost item fees charged to a borrower when the lost item is
-returned.
-
-Values:
-
--  Don't refund
-
--  Refund
-
-Description:
-
--  When an item is marked lost in Koha the system charges the patron the
-   replacement fee for the item. This preference lets you control how
-   Koha handles returns of these items. By default when an item that was
-   previously marked lost is checked in Koha refunds the patron the
-   replacement fee. Change this preference to "Don't refund" if you
-   would like Koha to not refund the replacement fee.
-
-`WhenLostChargeReplacementFee <#WhenLostChargeReplacementFee>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Charge
-
-Asks: \_\_\_ the replacement price when a patron loses an item.
-
-Values:
-
--  Charge
-
--  Don't charge
-
-Description:
-
--  This preference lets you tell Koha what to do with an item is marked
-   lost. If you want Koha can 'Charge' the patron the replacement fee
-   listed on the item they lost or it can do nothing in reference to the
-   patron and just mark the item lost in the catalog.
-
-`WhenLostForgiveFine <#WhenLostForgiveFine>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't forgive
-
-Asks: \_\_\_ the fines on an item when it is lost.
-
-Values:
-
--  Don't forgive
-
--  Forgive
-
-Description:
-
--  This preference allows the library to decide if fines are charged in
-   addition to the replacement fee when an item is marked as lost. If
-   this preference is set to 'Forgive' then the patron won't be charged
-   fines in addition to the replacement fee.
-
-`Holds Policy <#circholdspolicy>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowHoldDateInFuture <#AllowHoldDateInFuture>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ hold requests to be placed that do not enter the waiting
-list until a certain future date.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ hold fulfillment to be limited by itemtype.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`AllowHoldsOnDamagedItems <#AllowHoldsOnDamagedItems>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ hold requests to be placed on damaged items.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This parameter is a binary setting which controls whether or not hold
-   requests can be placed on items that are marked as "damaged" (items
-   are marked as damaged by editing subfield 4 on the item record).
-   Setting this value to "Don't allow" will prevent anyone from placing
-   a hold on such items, setting it to "Allow" will allow it. This
-   preference is important because it determines whether or not a patron
-   can place a request for an item that might be in the process of being
-   repaired or not in good condition. The library may wish to set this
-   to "Don't allow" if they were concerned about their patrons not
-   receiving the item in a timely manner or at all (if it is determined
-   that the item is beyond repair). Setting it to "Allow" would allow a
-   patron to place a hold on an item and therefore receive it as soon as
-   it becomes available.
-
-`AllowHoldsOnPatronsPossessions <#AllowHoldsOnPatronsPossessions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_\_ a patron to place a hold on a record where the patron
-already has one or more items attached to that record checked out.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  By setting to "Don't allow," you can prevent patrons from placing
-   holds on items they already have out, thus preventing them from
-   blocking anyone else from getting an item.
-
-`AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to override hold policies when placing holds.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This preference is a binary setting which controls whether or not the
-   library staff can override the circulation and fines rules as they
-   pertain to the placement of holds. Setting this value to "Don't
-   allow" will prevent anyone from overriding, setting it to "Allow"
-   will allow it. This setting is important because it determines how
-   strict the libraries rules for placing holds are. If this is set to
-   "Allow", exceptions can be made for patrons who are otherwise
-   normally in good standing with the library, but there is opportunity
-   for the staff to abuse this function. If it is set to "Don't allow",
-   no abuse of the system is possible, but it makes the system entirely
-   inflexible in respect to holds.
-
-`AllowRenewalIfOtherItemsAvailable <#AllowRenewalIfOtherItemsAvailable>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ a patron to renew an item with unfilled holds if other
-available items can fill that hold.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ suspended holds to be automatically resumed by a set date.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If this preference is set to 'Allow' then all suspended holds will be
-   able to have a date at after which they automatically become
-   unsuspended. If you have this preference set to 'Allow' you will also
-   need the `Unsuspend Holds <#unsuspendholdcron>`__ cron job running.
-
-    **Important**
-
-    The holds will become unsuspended the date after that entered by the
-    patron.
-
-`canreservefromotherbranches <#canreservefromotherbranches>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ a user from one library to place a hold on an item from
-another library
-
-Description:
-
--  This preference is a binary setting which determines whether patrons
-   can place holds on items from other branches. If the preference is
-   set to "Allow" patrons can place such holds, if it is set to "Don't
-   allow" they cannot. This is an important setting because it
-   determines if users can use Koha to request items from another
-   branch. If the library is sharing an installation of Koha with other
-   independent libraries which do not wish to allow interlibrary
-   borrowing it is recommended that this parameter be set to "Don't
-   allow".
-
-Values:
-
--  Allow
-
--  Don't allow (with `independent branches <#IndependentBranches>`__)
-
-`ConfirmFutureHolds <#ConfirmFutureHolds>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 0
-
-Asks: Confirm future hold requests (starting no later than \_\_\_ days
-from now) at checkin time.
-
-Description:
-
--  When confirming a hold at checkin time, the number of days in this
-   preference is taken into account when deciding which holds to show
-   alerts for. This preference does not interfere with renewing,
-   checking out or transferring a book.
-
-    **Note**
-
-    This number of days will be used too in calculating the default end
-    date for the Holds to pull-report. But it does not interfere with
-    issuing, renewing or transferring books.
-
-    **Important**
-
-    This preference is only looked at if you're allowing hold dates in
-    the future with `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__
-    or `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
-
-`decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses <#decreaseLoanHighHolds>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ the reduction of loan period \_\_\_ to days for items with
-more than \_\_\_ holds \_\_\_ . Ignore items with the following statuses
-when counting items \_\_\_
-
-decreaseLoanHighHolds default: Don't enable
-
-decreaseLoanHighHoldsControl default: on the record
-
-decreaseLoanHighHolds values:
-
--  Enable
-
-decreaseLoanHighHoldsControl values:
-
--  over the number of holdable items on the records
-
--  on the record
-
-decreaseLoanHighHoldsIgnoreStatuses values:
-
--  [Select All]
-
--  Damages
-
--  Lost
-
--  Not for loan
-
--  Withdrawn
-
-Description:
-
--  These preferences let you change the loan length for items that have
-   many holds on them. This will not effect items that are already
-   checked out, but items that are checked out after the
-   decreaseLoanHighHoldsValue is met will only be checked out for the
-   number of days entered in the decreaseLoanHighHoldsDuration
-   preference.
-
-   Warning on checkout
-   |image32|
-
-`DisplayMultiPlaceHold <#DisplayMultiPlaceHold>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ the ability to place holds on multiple biblio from the
-search results
-
-Values:
-
--  Don't enable
-
--  Enable
-
-`emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ sending an email to the Koha administrator email address
-whenever a hold request is placed.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-Description:
-
--  This preference enables Koha to email the library staff whenever a
-   patron requests an item to be held. While this function will
-   immediately alert the librarian to the patron's need, it is extremely
-   impractical in most library settings. In most libraries the hold
-   lists are monitored and maintained from a separate interface. That
-   said, many libraries that allow on shelf holds prefer to have this
-   preference turned on so that they are alerted to pull an item from
-   the shelf.
-
-    **Important**
-
-    In order for this email to send you must have a
-    `notice <#notices>`__ template with the code of HOLDPLACED
-
-    **Important**
-
-    This notice will only be sent if the `process\_message\_queue.pl
-    cronjob <#msgqueuecron>`__ being run periodically to send the
-    messages.
-
-`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ holds to expire automatically if they have not been picked
-by within the time period specified in
-`ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If set to 'allow' this will cancel holds that have been waiting for
-   longer than the number of days specified in the
-   `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__ system
-   preference. Holds will only be cancelled if the `Expire Holds cron
-   job <#expiredholdscron>`__ is runnning.
-
-`ExpireReservesMaxPickUpDelayCharge <#ExpireReservesMaxPickUpDelayCharge>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 0
-
-Asks: If using
-`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__, charge
-a borrower who allows his or her waiting hold to expire a fee of \_\_\_
-USD
-
-Description:
-
--  If you are expiring holds that have been waiting too long you can use
-   this preference to charge the patron for not picking up their hold.
-   If you don't charge patrons for items that aren't picked up you can
-   leave this set to the default which is 0. Holds will only be
-   cancelled and charged if the `Expire Holds cron
-   job <#expiredholdscron>`__ is running.
-
-`ExpireReservesOnHolidays <#ExpireReservesOnHolidays>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ expired holds to be cancelled on days the library is
-closed.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl <#LocalHoldsPriority>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ priority for filling holds to patrons whose \_\_\_ matches
-the item's \_\_\_
-
-LocalHoldsPriority Values:
-
--  Don't give
-
--  Give
-
-LocalHoldsPriorityPatronControl Values:
-
--  home library
-
--  pickup library
-
-LocalHoldsPriorityItemControl Values:
-
--  holding library
-
--  home library
-
-Description:
-
--  This feature will allow libraries to specify that, when an item is
-   returned, a local hold may be given priority for fulfillment even
-   though it is of lower priority in the list of unfilled holds.
-
-`maxreserves <#maxreserves>`__
-''''''''''''''''''''''''''''''
-
-Default: 50
-
-Asks: Patrons can only have \_\_\_ holds at once.
-
-`OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to place holds that don't enter the waiting list
-until a certain future date.
-
-Values:
-
--  Allow
-
-   -  `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__ must also be
-      enabled for this to work
-
--  Don't allow
-
-`OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ a user to choose the branch to pick up a hold from.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  Changing this preference will not prevent staff from being able to
-   transfer titles from one branch to another to fill a hold, it will
-   only prevent patrons from saying they plan on picking a book up at a
-   branch other than their home branch.
-
-`ReservesControlBranch <#ReservesControlBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: item's home library
-
-Asks: Check the \_\_\_ to see if the patron can place a hold on the
-item.
-
-Values:
-
--  item's home library.
-
--  patron's home library.
-
-`ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 7
-
-Asks: Mark a hold as problematic if it has been waiting for more than
-\_\_\_ days.
-
-Description:
-
--  This preference (based on calendar days, not the `Koha holiday
-   calendar <#calholidays>`__) puts an expiration date on an item a
-   patron has on hold. After this expiration date the staff will have
-   the option to release the unclaimed hold which then may be returned
-   to the library shelf or issued to the next patron on the item's hold
-   list. Items that are 'expired' by this preference are moved to the
-   'Holds Over' tab on the '`Holds Awaiting Pickup <#holdspickup>`__'
-   report.
-
-`ReservesNeedReturns <#ReservesNeedReturns>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't automatically
-
-Asks: \_\_\_ mark holds as found and waiting when a hold is placed
-specifically on them and they are already checked in.
-
-Values:
-
--  Automatically
-
--  Don't automatically
-
-Description:
-
--  This preference refers to 'item specific' holds where the item is
-   currently on the library shelf. This preference allows a library to
-   decide whether an 'item specific' hold is marked as "Waiting" at the
-   time the hold is placed or if the item will be marked as "Waiting"
-   after the item is checked in. This preference will tell the patron
-   that their item is 'Waiting' for them at their library and ready for
-   check out.
-
-`StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight <#holdqueueweight>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-StaticHoldsQueueWeight Default: 0
-
-HoldsQueueSkipClosed Default: open or closed
-
-RandomizeHoldsQueueWeight Default: in that order
-
-Asks: Satisfy holds using items from the libraries \_\_\_ (as
-branchcodes, separated by commas; if empty, uses all libraries) when
-they are \_\_\_ \_\_\_.
-
-HoldsQueueSkipClosed Values:
-
--  open or closed
-
--  open
-
-RandomizeHoldsQueueWeight Values:
-
--  in random order
-
-   -  If StaticHoldsQueueWeight is left at the default Koha will
-      randomize all libraries, otherwise it will randomize the libraries
-      listed.
-
--  in that order
-
-   -  If StaticHoldsQueueWeight is left at the default then this will
-      use all of your branches in alphabetical order, otherwise it will
-      use the branches in the order that you entered them in the
-      StaticHoldsQueueWeight preference.
-
-Descriptions:
-
--  These preferences control how the `Holds Queue
-   report <#holdsqueue>`__ is generated using `a cron
-   job <#buildholdscron>`__.
-
-   If you do not want all of your libraries to participate in the
-   on-shelf holds fulfillment process, you should list the the libraries
-   that \*do\* participate in the process here by inputting all the
-   participating library's branchcodes, separated by commas ( e.g.
-   "MPL,CPL,SPL,BML" etc. ).
-
-   By default, the holds queue will be generated such that the system
-   will first attempt to hold fulfillment using items already at the
-   pickup library if possible. If there are no items available at the
-   pickup library to fill a hold, build\_holds\_queue.pl will then use
-   the list of libraries defined in StaticHoldsQueueWeight. If
-   RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
-   script will assign fulfillment requests in the order the branches are
-   placed in the StaticHoldsQueueWeight system preference.
-
-   For example, if your system has three libraries, of varying sizes (
-   small, medium and large ) and you want the burden of holds
-   fulfillment to be on larger libraries before smaller libraries, you
-   would want StaticHoldsQueueWeight to look something like
-   "LRG,MED,SML".
-
-   If you want the burden of holds fulfillment to be spread out equally
-   throughout your library system, simply enable
-   RandomizeHoldsQueueWeight. When this system preference is enabled,
-   the order in which libraries will be requested to fulfill an on-shelf
-   hold will be randomized each time the list is regenerated.
-
-   Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
-   Doing so will cause the build\_holds\_queue script to ignore
-   RandomizeHoldsQueueWeight, causing the script to request hold
-   fulfillment not randomly, but by alphabetical order.
-
-    **Important**
-
-    The `Transport Cost Matrix <#transportcostmatrix>`__ takes
-    precedence in controlling where holds are filled from, if the matrix
-    is not used then Koha checks the StaticHoldsQueueWeight. To use the
-    Transport Cost Matrix simply set your
-    `UseTransportCostMatrix <#UseTransportCostMatrix>`__ preference to
-    'Use'
-
-`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ holds to be suspended from the intranet.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  The holds suspension feature can be turned on and off in the staff
-   client by altering this system preference. If this is set to 'allow'
-   you will want to set the
-   `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ system
-   preference.
-
-`SuspendHoldsOpac <#SuspendHoldsOpac>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ holds to be suspended from the OPAC.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  The holds suspension feature can be turned on and off in the OPAC by
-   altering this system preference. If this is set to 'allow' you will
-   want to set the
-   `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ system
-   preference.
-
-`TransferWhenCancelAllWaitingHolds <#TransferWhenCancelAllWaitingHolds>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't transfer
-
-Asks: \_\_\_ items when cancelling all waiting holds.
-
-Values:
-
--  Don't transfer
-
--  Transfer
-
-Description:
-
--  When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no
-   branch transfer records are created. Koha will not allow the holds to
-   be transferred, because that would orphan the items at the library
-   where the holds were awaiting pickup, without any further instruction
-   to staff as to what items are at the library or where they need to
-   go. When that system preference set to "Transfer", branch transfers
-   are created, so the holds may be cancelled.
-
-`Interface <#circinterfaceprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowAllMessageDeletion <#AllowAllMessageDeletion>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ staff to delete messages added from other libraries.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`AllowOfflineCirculation <#AllowOfflineCirculation>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do not enable
-
-Asks: \_\_\_ offline circulation on regular circulation computers.
-
-Values:
-
--  Do not enable
-
--  Enable
-
-Description:
-
--  Setting this preference to 'Enable' allows you to use the Koha
-   interface for `offline circulation <#offlinecirc>`__. This system
-   preference does not affect the `Firefox
-   plugin <#firefoxofflinecirc>`__ or the `desktop
-   application <#windowsofflinecirc>`__, any of these three options can
-   be used for offline circulation without effecting the other.
-
-`AudioAlerts <#AudioAlerts>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ audio alerts for events defined in the audio alerts section
-of administration.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-    **Important**
-
-    This feature is not supported by all browsers. Requires an HTML5
-    compliant browser.
-
-`CircAutocompl <#CircAutocompl>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Try
-
-Asks: \_\_\_ to automatically fill in the member when entering a patron
-search on the circulation screen.
-
-Description:
-
--  This preference is a binary setting which determines whether
-   auto-completion of fields is enabled or disabled for the circulation
-   input field. Setting it to "Try" would enable a staff member to begin
-   typing a name or other value into the field and have a menu pop up
-   with suggestions for completing it. Setting it to "Don't try" would
-   disable this feature. This preference can make staff members' jobs
-   easier or it could potentially slow down the page loading process.
-
-Values:
-
--  Don't try
-
--  Try
-
-   When CircAutocompl is turned on search results will appear below the
-   search box
-   |image33|
-
-`CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: open a print quick slip window
-
-Asks: When an empty barcode field is submitted in circulation \_\_\_
-
-Values:
-
--  clear the screen
-
--  open a print quick slip window
-
--  open a print slip window
-
-Description:
-
--  If this preference is set to open a quick slip
-   (`ISSUEQSLIP <#existingnotices>`__) or open a slip
-   (`ISSUESLIP <#existingnotices>`__) for printing it will eliminate the
-   need for the librarian to click the print button to generate a
-   checkout receipt for the patron they're checking out to. If the
-   preference is set to clear the screen then "checking out" an empty
-   barcode will clear the screen of the patron you were last working
-   with.
-
-`FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't require
-
-Asks: \_\_\_ staff to choose which checkouts to show before running the
-overdues report.
-
-Description:
-
--  Koha's overdue report shows you all of the overdue items in your
-   library system. If you have a large library system you'll want to set
-   this preference to 'Require' to force those running the report to
-   first limit the data generated to a branch, date range, patron
-   category or other such filter. Requiring that the report be filtered
-   before it's run prevents your staff from running a system heavy
-   report and slowing down other operations in the system.
-
-   Overdue Report Filters
-   |image34|
-
-Values:
-
--  Don't require
-
--  Require
-
-`FineNotifyAtCheckin <#FineNotifyAtCheckin>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't notify
-
-Asks: \_\_\_ librarians of overdue fines on the items they are checking
-in.
-
-Values:
-
--  Don't notify
-
--  Notify
-
-Description:
-
--  With this preference set to 'Notify' all books that have overdue
-   fines owed on them will pop up a warning when checking them in. This
-   warning will need to acknowledged before you can continue checking
-   items in. With this preference set to 'Don't notify,' you will still
-   see fines owed on the patron record, you just won't have an
-   additional notification at check in.
-
-   Fine notification at checkin
-   |image35|
-
-`DisplayClearScreenButton <#DisplayClearScreenButton>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ a button to clear the current patron from the screen on the
-circulation screen.
-
-Values:
-
--  Don't show
-
-   No X in the top right
-   |image36|
-
--  Show
-
-   X in the top right will clear the screen
-   |image37|
-
-`ExportRemoveFields <#ExportRemoveFields>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The following fields should be excluded from the patron checkout
-history CSV or iso2709 export \_\_\_
-
-Description:
-
--  This space separated list of fields (e.g. 100a 245b) will
-   automatically be excluded when exporting the patron's current
-   checkout history.
-
-   ExportRemoveFields
-   |image38|
-
-`ExportWithCsvProfile <#ExportWithCsvProfile>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the \_\_\_ CSV profile when exporting patron checkout history
-
-Description:
-
--  Use this preference to define which `CSV profile <#csvprofiles>`__
-   should be used when exporting patron's current checkout data. Enter
-   the CSV Profile name as the value for this preference. If this
-   preference is left blank you will not be able to export the patron's
-   current checkout summary.
-
-   ExportWithCsvProfile
-   |image39|
-
-`HoldsToPullStartDate <#HoldsToPullStartDate>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 2
-
-Asks: Set the default start date for the Holds to pull list to \_\_\_
-day(s) ago.
-
-Description:
-
--  The `Holds to Pull <#holdspull>`__ report in circulation defaults to
-   filtering holds placed 2 days ago. This preference allows you to set
-   this default filter to any number of days.
-
-`itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ the automatic use of a keyword catalog search if the phrase
-entered as a barcode on the checkout page does not turn up any results
-during an item barcode search.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-   Checkout by keyword
-   |image40|
-
-Description:
-
--  Sometimes libraries want to checkout using something other than the
-   barcode. Enabling this preference will do a keyword search of Koha to
-   find the item you're trying to check out. You can use the call
-   number, barcode, part of the title or anything you'd enter in the
-   keyword search when this preference is enabled and Koha will ask you
-   which item you're trying to check out.
-
-    **Important**
-
-    While you're not searching by barcode a barcode is required on every
-    title you check out. Only titles with barcodes will appear in the
-    search results.
-
-`itemBarcodeInputFilter <#itemBarcodeInputFilter>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't filter
-
-Asks: \_\_\_ scanned item barcodes.
-
-Values:
-
--  Convert from CueCat format
-
--  Convert from Libsuite8 form
-
--  Don't filter
-
--  EAN-13 or zero-padded UPC-A from
-
--  Remove spaces from
-
--  Remove the first number from T-prefix style
-
-   -  This format is common among those libraries migrating from Follett
-      systems
-
-`NoticeCSS <#NoticeCSS>`__
-''''''''''''''''''''''''''
-
-Asks: Include the stylesheet at \_\_\_ on Notices.
-
-    **Important**
-
-    This should be a complete URL, starting with http://
-
-Description:
-
--  If you would like to style your notices with a consistent set of
-   fonts and colors you can use this preference to point Koha to a
-   stylesheet specifically for your notices.
-
-`numReturnedItemsToShow <#numReturnedItemsToShow>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks : Show the \_\_\_ last returned items on the checkin screen.
-
-`previousIssuesDefaultSortOrder <#previousIssuesDefaultSortOrder>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: earliest to latest
-
-Asks: Sort previous checkouts on the circulation page from \_\_\_ due
-date.
-
-Values:
-
--  earliest to latest
-
--  latest to earliest
-
-`RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't record
-
-Asks: \_\_\_ local use when an unissued item is checked in.
-
-Values:
-
--  Don't record
-
--  Record
-
-Description:
-
--  When this preference is set to "Don't record" you can record local
-   use of items by checking items out to the statistical patron. With
-   this preference set to "Record" you can record local use by checking
-   out to the statistical patron and/or by checking in a book that is
-   not currently checked out.
-
-`ShowAllCheckins <#ShowAllCheckins>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Do not show
-
-Asks: \_\_\_ all items in the "Checked-in items" list, even items that
-were not checked out.
-
-Values:
-
--  Do not show
-
--  Show
-
-Description:
-
--  When items that are not currently checked out are checked in they
-   don't show on the list of checked in items. This preference allows
-   you to choose how you'd like the log of checked in items displays.
-
-`SpecifyDueDate <#SpecifyDueDate>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to specify a due date for a checkout.
-
-Due dates are calculated using your circulation and fines rules, but
-staff can override that if you allow them to specify a due date at
-checkout.
-
-Description:
-
--  This preference allows for circulation staff to change a due date
-   from the automatic due date to another calendar date. This option
-   would be used for circumstances in which the due date may need to be
-   decreased or extended in a specific circumstance. The "Allow" setting
-   would allow for this option to be utilized by staff, the "Don't
-   allow" setting would bar staff from changing the due date on
-   materials.
-
-Values:
-
--  Allow
-
-   Specify Due Date Box Shows
-   |image41|
-
--  Don't allow
-
-   Specify Due Date Box Doesn't Show
-   |image42|
-
-`SpecifyReturnDate <#SpecifyReturnDate>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ staff to specify a return date for a check in.
-
-Values:
-
--  AllowAllow return date edits
-
--  Don't allowDon't allow return date edits
-
-Description:
-
--  This preference lets you decide if staff can specify an arbitrary
-   return date when checking in items.
-
-`todaysIssuesDefaultSortOrder <#todaysIssuesDefaultSortOrder>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: latest to earliest
-
-Asks: Sort today's checkouts on the circulation page from \_\_\_ due
-date.
-
-Values:
-
--  earliest to latest
-
--  latest to earliest
-
-`UpdateTotalIssuesOnCirc <#UpdateTotalIssuesOnCirc>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do not
-
-Asks: \_\_\_ update a bibliographic record's total issues count whenever
-an item is issued
-
-Values:
-
--  Do
-
-       **Important**
-
-       This increases server load significantly; if performance is a
-       concern, use the `cron job <#updateissuescron>`__ to update the
-       total issues count instead.
-
--  Do not
-
-Description:
-
--  Koha can track the number of times and item is checked out and store
-   that on the item record in the database. This information is not
-   stored by default. Setting this preference to 'Do' will tell Koha to
-   track that info everytime the item is checked out in real time.
-   Otherwise you could use the `cron job <#updateissuescron>`__ to have
-   Koha update that field nightly.
-
-`WaitingNotifyAtCheckin <#WaitingNotifyAtCheckin>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't notify
-
-Asks: \_\_\_ librarians of waiting holds for the patron whose items they
-are checking in.
-
-Values:
-
--  Don't notify
-
--  Notify
-
-   Notification that a hold is waiting
-   |image43|
-
-Description:
-
--  When checking in books you can choose whether or not to have a notice
-   pop up if the patron who returned the book has a hold waiting for
-   pick up. If you choose 'Notify' for WaitingNotifyAtCheckin then every
-   time a hold is found for the patron who had the book out last a
-   message will appear on your check in screen.
-
-`Self Checkout <#circscoprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowSelfCheckReturns <#AllowSelfCheckReturns>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to return items through web-based self checkout
-system.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This preference is used to determine if you want patrons to be
-   allowed to return items through your self check machines. By default
-   Koha's self check interface is simply for checking items out.
-
-`AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass <#AutoSelfCheckAllowed>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-    **Important**
-
-    Most libraries will want to leave this set to 'Don't allow.' This
-    preference turns off the requirement to log into the self checkout
-    machine with a staff username and password by storing the username
-    and password for automatic login.
-
-AutoSelfCheckAllowed Default: Don't allow
-
-Asks: \_\_\_ the web-based self checkout system to automatically login
-with this staff login \_\_\_ and this password \_\_\_ .
-
-AutoSelfCheckAllowed Values:
-
--  Allow
-
--  Don't allow
-
-AutoSelfCheckID Value:
-
--  The username of a staff patron with 'circulate'
-   `permissions <#patronpermissions>`__.
-
-AutoSelfCheckPass Value:
-
--  The password of a staff patron with 'circulate'
-   `permissions <#patronpermissions>`__.
-
-`SCOUserCSS <#SCOUserCSS>`__
-''''''''''''''''''''''''''''
-
-Asks: Include the following CSS on all pages in the web-based self
-checkout
-
-Description:
-
--  The CSS entered in this preference will be used on all of your Koha
-   self checkout screens.
-
-`SCOUserJS <#SCOUserJS>`__
-''''''''''''''''''''''''''
-
-Asks: Include the following JavaScript on all pages in the web-based
-self checkout
-
-Description:
-
--  The JavaScript entered in this preference will effect all of your
-   Koha self checkout screens.
-
-`SelfCheckHelpMessage <#SelfCheckHelpMessage>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include the following HTML in the Help page of the web-based self
-checkout system
-
-Description:
-
--  Clicking the 'Help' link in the top right of the self checkout
-   interface opens up a three step process for using the self check
-   interface. Adding HTML to this system preference will print that
-   additional help text above what's already included.
-
-`SelfCheckoutByLogin <#SelfCheckoutByLogin>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Barcode
-
-Asks: Have patrons login into the web-based self checkout system with
-their \_\_\_
-
-Values:
-
--  Barcode
-
-   Self Checkout Patron Card Number
-   |image44|
-
--  Username and password
-
-   Shelf checkout by login
-   |image45|
-
-Description:
-
--  This preference lets you decide how your patrons will log in to the
-   self checkout machine. Barcode is the patron's card number and their
-   username and password is set using the opac/staff username and
-   password fields on the patron record.
-
-`SelfCheckReceiptPrompt <#SelfCheckReceiptPrompt>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ the print receipt popup dialog when self checkout is
-finished.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference controls whether a prompt shows up on the web based
-   self check out when the patron clicks the 'Finish' button.
-
-`SelfCheckTimeout <#SelfCheckTimeout>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: 120
-
-Asks: Time out the current patron's web-based self checkout system login
-after \_\_\_ seconds.
-
-Description:
-
--  After the machine is idle for the time entered in this preference the
-   self check out system will log out the current patron and return to
-   the starting screen.
-
-`ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ the patron's picture (if one has been added) when they use
-the web-based self checkout.
-
-Values:
-
--  Don't show
-
--  Show
-
-`WebBasedSelfCheck <#WebBasedSelfCheck>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ the web-based self checkout system.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-Enabling this preference will allow access to the `self
-checkout <#selfcheckout>`__ module in Koha.
-
-`Enhanced Content <#enhancedcontent>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Enhanced Content
-
-    **Important**
-
-    Always read the terms of service associated with external data
-    sources to be sure that you are using the products within the
-    allowed limits.
-
-    **Note**
-
-    You cannot have more than one service for cover images (including
-    local cover images) set up. If you set up more than one you will get
-    multiple cover images. Instead choose only one source for cover
-    images.
-
-`All <#frbrenhancedprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`FRBRizeEditions <#FRBRizeEditions>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ other editions of an item on the staff client
-
-Values:
-
--  Don't show
-
--  Show
-
-   Editions tab in staff client
-   |image46|
-
-Description:
-
--  Using the rules set forth in the Functional Requirements for
-   Bibliographic records, this option, when enabled, pulls all editions
-   of the same title available in your collection regardless of material
-   type. Items will appear under an 'Editions' tab on the detail page
-   for the title in question.. According to *Libraries Unlimited's
-   Online Dictionary for Library and Information Science*
-   (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
-   records of similar materials. FRBRization brings together entities
-   (sets of Works, Expressions, or Manifestations), rather than just
-   sets of Items. It can aid patrons in selecting related items,
-   expressions, and manifestations that will serve their needs. When it
-   is set to "Show", the OPAC will query one or more ISBN web services
-   for associated ISBNs and display an Editions tab on the details
-   pages. Once this preference is enabled, the library must select one
-   of the ISBN options (`ThingISBN <#ThingISBN>`__ and/or
-   `XISBN <#XISBN>`__). This option is only for the Staff Client; the
-   `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ option must be enabled
-   to have the Editions tab appear on the OPAC.
-
-    **Important**
-
-    Requires that you turn on one or more of the ISBN services
-    (`ThingISBN <#ThingISBN>`__ and/or `XISBN <#XISBN>`__)
-
-`OPACFRBRizeEditions <#OPACFRBRizeEditions>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ other editions of an item on the OPAC.
-
-Description:
-
--  Using the rules set forth in the Functional Requirements for
-   Bibliographic records, this option, when enabled, pulls all editions
-   of the same title available in your collection regardless of material
-   type. Items will appear under an 'Editions' tab on the detail page
-   for the title in question.. According to *Libraries Unlimited's
-   Online Dictionary for Library and Information Science*
-   (http://lu.com/odlis/), FRBRizing the catalog involves collating MARC
-   records of similar materials. FRBRization brings together entities
-   (sets of Works, Expressions, or Manifestations), rather than just
-   sets of Items. It can aid patrons in selecting related items,
-   expressions, and manifestations that will serve their needs. When it
-   is set to "Show", the OPAC will query one or more ISBN web services
-   for associated ISBNs and display an Editions tab on the details
-   pages. Once this preference is enabled, the library must select one
-   of the ISBN options (`ThingISBN <#ThingISBN>`__ and/or
-   `XISBN <#XISBN>`__). This option is only for the OPAC; the
-   `FRBRizeEditions <#FRBRizeEditions>`__ option must be turned "On" to
-   have the Editions tab appear on the Staff Client.
-
-Values:
-
--  Don't show
-
--  Show
-
-   Editions tab in the OPAC
-   |image47|
-
-This preference pulls all editions of the same title available in your
-collection regardless of material type. Items will appear under an
-'Editions' tab on the detail page for the title in question.
-
-    **Important**
-
-    Requires that you turn on one or more of the ISBN services
-    (`ThingISBN <#ThingISBN>`__ and/or `XISBN <#XISBN>`__)
-
-`Amazon <#amazonprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AmazonAssocTag <#AmazonAssocTag>`__
-''''''''''''''''''''''''''''''''''''
-
-Asks: Put the associate tag \_\_\_ on links to Amazon.
-
-    **Note**
-
-    This can net your library referral fees if a patron decides to buy
-    an item after clicking through to Amazon from your site.
-
-Description:
-
--  An Amazon Associates Tag allows a library to earn a percentage of all
-   purchases made on Amazon when a patron accesses Amazon's site via
-   links on the library's website. More information about the Amazon
-   Associates program is available at Amazon's Affiliate Program's
-   website, https://affiliate-program.amazon.com/. Before a tag can be
-   obtained, however, the library must first apply for an Amazon Web
-   Services (AWS) account. Applications are free of charge and can be
-   made at http://aws.amazon.com. Once an AWS account has been
-   established, the library can then obtain the Amazon Associates Tag.
-
-Sign up at: https://affiliate-program.amazon.com/
-
-`AmazonCoverImages <#AmazonCoverImages>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ cover images from Amazon on search results and item detail
-pages on the staff interface.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference makes it possible to either allow or prevent Amazon
-   cover images from being displayed in the Staff Client. Cover images
-   are retrieved by Amazon, which pulls the content based on the first
-   ISBN number in the item's MARC record. Amazon offers this service
-   free of charge. If the value for this preference is set to "Show",
-   the cover images will appear in the Staff Client, and if it is set to
-   "Don't show", the images will not appear. Finally, if you're using
-   Amazon cover images, all other cover image services must be disabled.
-   If they are not disabled, they will prevent AmazonCoverImages from
-   functioning properly.
-
-`AmazonLocale <#AmazonLocale>`__
-''''''''''''''''''''''''''''''''
-
-Default: American
-
-Asks: Use Amazon data from its \_\_\_ website.
-
-Value:
-
--  American
-
--  British
-
--  Canadian
-
--  French
-
--  German
-
--  Japanese
-
-`OPACAmazonCoverImages <#OPACAmazonCoverImages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ cover images from Amazon on search results and item detail
-pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference makes it possible to either allow or prevent Amazon
-   cover images from being displayed in the OPAC. Cover images are
-   retrieved by Amazon, which pulls the content based on the first ISBN
-   number in the item's MARC record. Amazon offers this service free of
-   charge. If the value for this preference is set to "Show", the cover
-   images will appear in the OPAC, and if it is set to "Don't show", the
-   images will not appear. Finally, if you're using Amazon cover images,
-   all other cover image services must be disabled. If they are not
-   disabled, they will prevent AmazonCoverImages from functioning
-   properly.
-
-`Babelthèque <#Babelthequeprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`Babeltheque <#Babeltheque>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ include information (such as reviews and citations) from
-Babelthèque in item detail pages on the OPAC.
-
-Description:
-
--  This preference makes it possible to display a Babeltheque tab in the
-   OPAC, allowing patrons to access tags, reviews, and additional title
-   information provided by Babeltheque. The information which
-   Babeltheque supplies is drawn from the French language-based
-   `Babelio.com <http://www.babelio.com/>`__, a French service similar
-   to LibraryThing for Libraries. More information about Babeltheque is
-   available through its website,
-   `http://www.babeltheque.com <http://www.babeltheque.com/>`__.
-   Libraries that wish to allow access to this information must first
-   register for the service at http://www.babeltheque.com. Please note
-   that this information is only provided in French.
-
-Values:
-
--  Do
-
-   Data from Babelthèque on the bib record
-   |image48|
-
--  Don't
-
-`Babeltheque\_url\_js <#Babeltheque_url_js>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ Defined the url for the Babeltheque javascript file (eg.
-http://www.babeltheque.com/bw\_XX.js)
-
-`Babeltheque\_url\_update <#Babeltheque_url_update>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ Defined the url for the Babeltheque update periodically
-(eq. http://www.babeltheque.com/.../file.csv.bz2).
-
-`Baker & Taylor <#btcontentprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-    **Important**
-
-    This is a pay service, you must contact Baker & Taylor to subscribe
-    to this service before setting these options.
-
-`BakerTaylorEnabled <#BakerTaylorEnabled>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ Baker and Taylor links and cover images to the OPAC and
-staff client. This requires that you have entered in a username and
-password (which can be seen in image links).
-
-Values:
-
--  Add
-
--  Don't add
-
-Description:
-
--  This preference makes it possible to display Baker & Taylor content
-   (book reviews, descriptions, cover images, etc.) in both the Staff
-   Client and the OPAC. Libraries that wish to display Baker & Taylor
-   content must first register and pay for this service with Baker &
-   Taylor (http://www.btol.com). If Baker & Taylor content is enabled be
-   sure to turn off other cover and review services to prevent
-   interference.
-
-    **Important**
-
-    To use this you will need to also set the `BakerTaylorUsername &
-    BakerTaylorPassword <#btuserpass>`__ system preferences
-
-`BakerTaylorBookstoreURL <#BakerTaylorBookstoreURL>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Baker and Taylor "My Library Bookstore" links should be accessed
-at https:// \_\_\_ isbn
-
-Description:
-
--  Some libraries generate additional funding for the library by selling
-   books and other materials that are purchased from or have been
-   previously leased from Baker & Taylor. These materials can be
-   accessed via a link on the library's website. This service is often
-   referred to as "My Library Bookstore." In order to participate in
-   this program, the library must first register and pay for the service
-   with Baker & Taylor. Additional information about this and other
-   services provided by Baker & Taylor is available at the Baker &
-   Taylor website, http://www.btol.com. The BakerTaylorBookstoreURL
-   preference establishes the URL in order to link to the library's
-   Baker & Taylor-backed online bookstore, if such a bookstore has been
-   established. The default for this field is left blank; if no value is
-   entered, the links to My Library Bookstore will remain inactive. If
-   enabling this preference, enter the library's Hostname and Parent
-   Number in the appropriate location within the URL. The "key" value
-   (key=) should be appended to the URL, and https:// should be
-   prepended.
-
-This should be filled in with something like
-koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&parentNum=10923&key=
-
-    **Note**
-
-    Leave it blank to disable these links.
-
-    **Important**
-
-    Be sure to get this information from Baker & Taylor when
-    subscribing.
-
-`BakerTaylorUsername & BakerTaylorPassword <#btuserpass>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Access Baker and Taylor using username \_\_\_ and password \_\_\_
-
-Descriptions:
-
--  This setting in only applicable if the library has a paid
-   subscription to the external Content Café service from Baker &
-   Taylor. Use the box provided to enter in the library's Content Café
-   username and password. Also, ensure that the
-   `BakerTaylorBookstoreURL <#BakerTaylorBookstoreURL>`__ and
-   `BakerTaylorEnabled <#BakerTaylorEnabled>`__ settings are properly
-   set. The Content Café service is a feed of enhanced content such as
-   cover art, professional reviews, and summaries that is displayed
-   along with Staff Client/OPAC search results. For more information on
-   this service please see the Baker & Taylor website:
-   http://www.btol.com
-
-    **Important**
-
-    Be sure to get this information from Baker & Taylor when
-    subscribing.
-
-`Coce Cover images cache <#coceimages>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Coce is a remote image URL cache. With this option, cover images are not
-fetched directly from Amazon, Google, and so on. Their URLs are
-requested via a web service to Coce which manages a cache of URLs.
-
-`Coce <#Coce>`__
-''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ a Coce image cache service.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-Description:
-
--  Coce has many benefits when it comes to choosing and displaying cover
-   images in Koha:
-
-   -  If a book cover is not available from a provider, but is available
-      from another one, Koha will be able to display a book cover, which
-      isn't the case now
-
-   -  Since URLs are cached, it isn't necessary for each book cover to
-      request, again and again, the provider, and several of them if
-      necessary.
-
-   -  Amazon book covers are retrieved with Amazon Product Advertising
-      API, which means that more covers are retrieved (ISBN13).
-
-       **Important**
-
-       Coce does not come bundled with Koha. Your Koha install with not
-       already have a Coce server set up. Before enabling this
-       functionality you will want to be sure to have a Coce server set
-       up. Instructions on installing and setting up Coce can be found
-       on the official github page at https://github.com/fredericd/coce.
-
-`CoceHost <#CoceHost>`__
-''''''''''''''''''''''''
-
-Asks: Coce server URL \_\_\_
-
-Description:
-
--  This will be the full URL (starting with http://) to your Coce
-   server.
-
-`CoceProviders <#CoceProviders>`__
-''''''''''''''''''''''''''''''''''
-
-Asks: Use the following providers to fetch the covers \_\_\_
-
-Values:
-
--  [Select all]
-
--  Amazon Web Services
-
--  Google Books
-
--  Open Library
-
-Description:
-
--  The providers chosen here will be used to gather cover images for
-   display in your Koha catalog.
-
-`Google <#googleprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`GoogleJackets <#GoogleJackets>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ cover images from Google Books to search results and item
-detail pages on the OPAC.
-
-Values:
-
--  Add
-
--  Don't add
-
-Description:
-
--  This setting controls the display of applicable cover art from the
-   free Google Books database, via the Google Books API. Please note
-   that to use this feature, all other cover services should be turned
-   off.
-
-`HTML5 Media <#html5>`__
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-`HTML5MediaEnabled <#HTML5MediaEnabled>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: not at all
-
-Asks: Show a tab with a HTML5 media player for files catalogued in field
-856 \_\_\_
-
-Values:
-
--  in OPAC and staff client
-
--  in the OPAC
-
-   HTML5 Media in the OPAC
-   |image49|
-
--  in the staff client
-
-   HTML5 Media in the staff client
-   |image50|
-
--  not at all
-
-Description:
-
--  If you have media elements in the 856 of your MARC record this
-   preference can run/show those media files in a separate tab using
-   HTML5.
-
-`HTML5MediaExtensions <#HTML5MediaExtensions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: webm\|ogg\|ogv\|oga\|vtt
-
-Asks: Media file extensions \_\_\_
-
-Description:
-
--  Enter in file extensions separated with bar (\|)
-
-`HTML5MediaYouTube <#HTML5MediaYouTube>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Don't embed
-
-    **Important**
-
-    To turn this on first enable
-    `HTML5MediaEnabled <#HTML5MediaEnabled>`__
-
-Asks: \_\_\_ YouTube links as videos.
-
-Values:
-
--  Don't embed
-
--  Embed
-
-Description:
-
--  This preference will allow MARC21 856$u that points to YouTube to
-   appear as a playable video on the pages defined in
-   `HTML5MediaEnabled <#HTML5MediaEnabled>`__.
-
-`IDreamLibraries <#IDreamLibraries>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`IDreamBooks.com <http://idreambooks.com/>`__ aggregates book reviews by
-critics to help you discover the very best of what's coming out each
-week. These preferences let you integrated content from
-`IDreamBooks.com <http://IDreamBooks.com>`__ in to your Koha OPAC.
-
-    **Note**
-
-    This is a new website and has limited content, so you may only see
-    these features on new popular titles until the database grows some
-    more.
-
-`IDreamBooksReadometer <#IDreamBooksReadometer>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ a "Readometer" that summarizes the reviews gathered by
-IDreamBooks.com to the OPAC details page.
-
-Values:
-
--  Add
-
-   Readometer on the details page
-   |image51|
-
--  Don't add
-
-`IDreamBooksResults <#IDreamBooksResults>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ the rating from IDreamBooks.com to OPAC search results.
-
-Values:
-
--  Add
-
-   iDreamBooks rating on search results
-   |image52|
-
--  Don't add
-
-`IDreamBooksReviews <#IDreamBooksReviews>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ a tab on the OPAC details with book reviews from critics
-aggregated by IDreamBooks.com.
-
-Values:
-
--  Add
-
-   Reviews tab on the detail page
-   |image53|
-
--  Don't add
-
-`LibraryThing <#librarythingprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-LibraryThing for Libraries is a pay service. You must first contact
-LibraryThing directly for pricing and subscription information. Learn
-more at http://www.librarything.com/forlibraries. Also, for further
-configuration instructions please see the LibraryThing Wiki:
-http://www.librarything.com/wiki/index.php/Koha
-
-`LibraryThingForLibrariesEnabled <#LibraryThingForLibrariesEnabled>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ reviews, similar items, and tags from Library Thing for
-Libraries on item detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This setting is only applicable if the library has a paid
-   subscription to the external LibraryThing for Libraries service. This
-   service can provide patrons with the display of expanded information
-   on catalog items such as book recommendations. It also can offer
-   advanced features like tagged browsing, patron written reviews, and a
-   virtual library display accessed from the details tab.
-
-    **Important**
-
-    If this is set to 'show' you will need to enter a value in the
-    '`LibraryThingForLibrariesID <#LibraryThingForLibrariesID>`__'
-    system preference.
-
-`LibraryThingForLibrariesID <#LibraryThingForLibrariesID>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Access Library Thing for Libraries using the customer ID \_\_\_
-
-Description:
-
--  This setting is only applicable if the library has a paid
-   subscription to the external LibraryThing for Libraries service. Use
-   the box provided to enter in the library's LibraryThing for Libraries
-   ID as provided to the library by LibraryThing. The ID number is a
-   series of numbers in the form ###-#########, and can be found on the
-   library's account page at LibraryThing for Libraries. This service
-   can provide patrons with the display of expanded information on
-   catalog items such as book recommendations and cover art. It also can
-   offer advanced features like tagged browsing, patron written reviews,
-   and a virtual library display accessed from the details tab.
-
-`LibraryThingForLibrariesTabbedView <#LibraryThingForLibrariesTabbedView>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: in line with bibliographic information
-
-Asks: Show Library Thing for Libraries content \_\_\_
-
-Values:
-
--  in line with bibliographic information
-
--  in tabs
-
-Description:
-
--  This setting is only applicable if the library has a paid
-   subscription to the external LibraryThing for Libraries service. This
-   service can provide patrons with the display of expanded information
-   on catalog items such as book recommendations and cover art. It also
-   can offer advanced features like tagged browsing, patron written
-   reviews, and a virtual library display accessed from the details tab.
-
-`ThingISBN <#ThingISBN>`__
-''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ the ThingISBN service to show other editions of a title
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  Set to 'Use' to display an "Editions" tab on the item's detail page.
-   Editions are listed, complete with cover art (if you have one of the
-   cover services enabled) and bibliographic information. The feed comes
-   from LibraryThing's ThingISBN web service. This is a free service to
-   non-commercial sites with fewer than 1,000 requests per day.
-
-    **Important**
-
-    Requires `FRBRizeEditions <#FRBRizeEditions>`__ and/or
-    `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to 'show'
-
-    **Important**
-
-    This is separate from Library Thing for Libraries and does not have
-    a cost associated with it.
-
-`Local Cover Images <#localimages>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowMultipleCovers <#AllowMultipleCovers>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ multiple images to be attached to each bibliographic
-record.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If this preference is set to 'Allow' then you can upload multiple
-   images that will appear in the images tab on the bib record in the
-   OPAC and the staff client. This preference requires that either one
-   or both `LocalCoverImages <#LocalCoverImages>`__ and
-   `OPACLocalCoverImages <#OPACLocalCoverImages>`__ are set to
-   'Display.'
-
-   Multiple cover images
-   |image54|
-
-`LocalCoverImages <#LocalCoverImages>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ local cover images on intranet search and details pages.
-
-Values:
-
--  Display
-
--  Don't display
-
-Description:
-
--  Setting this preference to 'Display' allows you to upload your own
-   cover images to bib records and display them on the detail page in
-   the staff client. At this time the cover will only show under the
-   'Images' tab on the holdings table on the detail display, not next to
-   the title at the top left or on the search results.
-
-`OPACLocalCoverImages <#OPACLocalCoverImages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ local cover images on OPAC search and details pages.
-
-Values:
-
--  Display
-
--  Don't display
-
-Description:
-
--  Setting this preference to 'Display' allows you to upload your own
-   cover images to bib records and display them on the detail page and
-   search results in the OPAC.
-
-`Novelist Select <#novelistselect>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Novelist Select is not a free service. Contact your Ebsco representitive
-to get your log in information to embed this content in the OPAC.
-
-    **Important**
-
-    Novelist Select does not include cover images for the search results
-    and bibliographic detail pages. You can choose any other cover image
-    service for this content or you can contract with Ebsco to get
-    access to the `Baker & Taylor Content Cafe <#btcontentprefs>`__ for
-    an added fee.
-
-`NovelistSelectEnabled <#NovelistSelectEnabled>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ Novelist Select content to the OPAC.
-
-Values:
-
--  Add
-
--  Don't add
-
-    **Important**
-
-    Enabling this requires that you have entered in a user profile and
-    password in the `NovelistSelectProfile &
-    NovelistSelectPassword <#NovelistSelectProfile>`__ preferences
-
-Description:
-
--  Novelist Select from Ebsco is a subscription service that can provide
-   additional content in the OPAC.
-
-`NovelistSelectProfile & NovelistSelectPassword <#NovelistSelectProfile>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Access Novelist Select using user profile \_\_\_ and password
-\_\_\_.
-
-    **Important**
-
-    This information will be visible if someone views the source code on
-    your OPAC.
-
-Description:
-
--  Novelist Select from Ebsco is a subscription service that can provide
-   additional content in the OPAC.
-
-`NovelistSelectView <#NovelistSelectView>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: in an OPAC tab
-
-Asks: Display Novelist Select content \_\_\_
-
-Description:
-
--  Novelist Select provides a lot of content, for that reason you have
-   four choices of where to display this content. The default view is in
-   a tab in the holdings table.
-
-   Novelist Select in a tab
-   |image55|
-
-   The content is the same if you choose to show it above the holdings
-   table or below it. If shown in the right column of the page it's the
-   same content, but displays a bit differently since space is limited.
-
-   Novelist Select on the side
-   |image56|
-
-Values:
-
--  above the holdings table
-
--  below the holdings table
-
--  in an OPAC tab
-
--  under the Save Record dropdown on the right
-
-`OCLC <#oclcprefs>`__
-^^^^^^^^^^^^^^^^^^^^^
-
-`XISBN <#XISBN>`__
-''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ the OCLC xISBN service to show other editions of a title
-
-Description:
-
--  Set to 'Use' to display an "Editions" tab on the item's detail page.
-   Editions are listed, complete with cover art and bibliographic
-   information. The feed comes from OCLC's xISBN web service. The feed
-   limit for non-commercial sites is 1000 requests per day.
-
-Values:
-
--  Don't use
-
--  Use
-
-    **Important**
-
-    Requires `FRBRizeEditions <#FRBRizeEditions>`__ and/or
-    `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to 'show'
-
-`OCLCAffiliateID <#OCLCAffiliateID>`__
-''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the OCLC affiliate ID \_\_\_ to access the xISBN service.
-
-Description:
-
--  This setting is only applicable if the library has an OCLC Affiliate
-   ID. This allows WorldCat searching in the OPAC via the XISBN
-   programming interface. Simply enter the library's OCLC Affiliate ID
-   in the box provided. Please note that using this data is only
-   necessary if `FRBRizeEditions <#FRBRizeEditions>`__ and/or
-   `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ and `XISBN <#XISBN>`__
-   settings are enabled. For more information on this service please
-   visit the OCLC website:
-   http://www.worldcat.org/affiliate/default.jsp.
-
-    **Important**
-
-    Unless you have signed up for an ID with OCLC, you are limited to
-    1000 requests per day. Available at:
-    http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
-
-`XISBNDailyLimit <#XISBNDailyLimit>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: 999
-
-Asks: Only use the xISBN service \_\_\_ times a day.
-
-    **Important**
-
-    Unless you have signed up for an ID with OCLC, you are limited to
-    1000 requests per day. Available at:
-    http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
-
-`Open Library <#OpenLibraryPrefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`OpenLibraryCovers <#OpenLibraryCovers>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ cover images from Open Library to search results and item
-detail pages on the OPAC.
-
-Values:
-
--  Add
-
--  Don't add
-
-Description:
-
--  This setting controls the display of applicable cover art from the
-   free Open Library database, via the Open Library API. Please note
-   that to use this feature, all other cover services should be turned
-   off.
-
-`OpenLibrarySearch <#OpenLibrarySearch>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ search results from Open Library on the OPAC.
-
-Values:
-
--  Don't show
-
--  ShowOpen Library results
-
-`Overdrive <#overdriveprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-OverDrive is an pay service. You must first contact OverDrive directly
-for pricing and subscription information. Enabling this service will
-integrate Overdrive results in to your OPAC searches. You will have to
-apply for these 3 pieces of information through an application as an API
-developer. Overdrive API applications are evaluated once a week so you
-may not be able to use this feature immediately after signing up. To
-learn more please contact your OverDrive representative.
-
-Overdrive results
-|image57|
-
-`OverDriveClientKey and OverDriveClientSecret <#OverDriveClientKey>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include OverDrive availability information with the client key
-\_\_ and client secret \_\_\_
-
-Description:
-
--  OverDrive customers can get this information by visiting the
-   `OverDrive Developer
-   Portal <https://developer.overdrive.com/docs/getting-started>`__ and
-   following the instructions found there to apply as an API developer.
-   Once this data and the `OverDriveLibraryID <#OverDriveLibraryID>`__
-   are populated you will see OverDrive results on your OPAC searches.
-
-`OverDriveLibraryID <#OverDriveLibraryID>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show items from the OverDrive catalog of library # \_\_\_
-
-Description:
-
--  OverDrive customers can get this information by visiting the
-   `OverDrive Developer
-   Portal <https://developer.overdrive.com/docs/getting-started>`__ and
-   following the instructions found there to apply as an API developer.
-   Once this data and the `OverDriveClientKey and
-   OverDriveClientSecret <#OverDriveClientKey>`__ are populated you will
-   see OverDrive results on your OPAC searches.
-
-`Plugins <#pluginprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`UseKohaPlugins <#UseKohaPlugins>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't enable
-
-Asks: \_\_\_ the ability to use Koha Plugins.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-    **Note**
-
-    The plugin system must also be enabled in the Koha configuration
-    file to be fully enabled. Learn more in the `Plugins
-    chapter <#pluginsystem>`__.
-
-`Syndetics <#Syndeticsprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Syndetics is a pay service. You must first contact Syndetics directly
-for pricing and subscription information.
-
-`SyndeticsEnabled <#SyndeticsEnabled>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ content from Syndetics.
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  When this option is enabled any of the Syndetics options can be used.
-
-    **Important**
-
-    Requires that you enter your
-    `SyndeticsClientCode <#SyndeticsClientCode>`__ before this content
-    will appear.
-
-`SyndeticsClientCode <#SyndeticsClientCode>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the client code \_\_\_ to access Syndetics.
-
-Description:
-
--  Once the library signs up for Syndetics' services, Syndetics will
-   provide the library with an access code. (Visit the Syndetics
-   homepage at http://www.bowker.com/syndetics/ for more information.)
-   This is the code that must be entered to access Syndetics'
-   subscription services. Syndetics is a paid subscription service. This
-   value must be entered before
-   `SyndeticsEditions <#SyndeticsEditions>`__ can be enabled. If the
-   code is lost, corrupted, or forgotten, a new one can be obtained from
-   http://www.bowker.com/syndetics/.
-
-    **Important**
-
-    You will need to get your client code directly from Syndetics.
-
-`SyndeticsCoverImages & SyndeticsCoverImageSize <#SyndeticsCoverImages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-SyndeticsCoverImages Default: Don't show
-
-SyndeticsCoverImageSize Default: medium
-
-Asks: \_\_\_ cover images from Syndetics on search results and item
-detail pages on the OPAC in a \_\_\_ size.
-
-Descriptions:
-
--  When enabled, SyndeticsCoverImages, allows libraries to display
-   Syndetics' collection of full-color cover images for books, videos,
-   DVDs and CDs on their OPAC. For each book or item that comes up
-   during a user search, the cover image for that title will be
-   displayed. Since these cover images come in three sizes, the optimum
-   size must be selected using the SyndeticsCoverImageSize preference
-   after SyndeticsCoverImages are enabled. Syndetics cover images come
-   in two sizes: mid-size (187 x 187 pixels), and large (400 x 400
-   pixels). Syndetics is a paid subscription service. The
-   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
-   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
-   before this service can be used. Other cover image preferences should
-   also be disabled to avoid interference.
-
-SyndeticsCoverImages Values:
-
--  Don't show
-
--  Show
-
-SyndeticsCoverImageSize Values:
-
--  medium
-
--  large
-
-`SyndeticsAuthorNotes <#SyndeticsAuthorNotes>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ notes about the author of a title from Syndetics on item
-detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  When this option is set to "Show", Syndetics provides notes and short
-   author biographies for more that 300,000 authors, in both fiction and
-   nonfiction. With this option enabled the library can display
-   Syndetics Author Notes on the OPAC. According to the Syndetics
-   Solutions website (http://www.bowker.com/syndetics/), Author Notes
-   include lists of contributors for many multi-author texts and
-   compilations. The `SyndeticsClientCode <#SyndeticsClientCode>`__ must
-   be entered and the `SyndeticsEnabled <#SyndeticsEnabled>`__ option
-   must be activated before this service can be used.
-
-`SyndeticsAwards <#SyndeticsAwards>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ information from Syndetics about the awards a title has won
-on item detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  When this option is set to "Show", Syndetics provides its clients
-   with a list of awards that any title has won. With this service
-   enabled the library can display those awards for each book on its
-   website. For each book or item that comes up during a user search,
-   the list of awards for that title will be displayed. When a user
-   clicks on a given award, information about that award is presented
-   along with a list of the other titles that have won that award. If
-   the user clicks on any title in the list, they will see holdings
-   information about that title in their region. This option is a paid
-   subscription service. The
-   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
-   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
-   before this service can be used.
-
-`SyndeticsEditions <#SyndeticsEditions>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ information about other editions of a title from Syndetics
-on item detail pages on the OPAC
-
-Description:
-
--  When enabled this option shows information on other editions of a
-   title from Syndetics on the item detail pages of the OPAC. Syndetics
-   is a paid subscription service. The
-   `SyndeticsClientCode <#SyndeticsClientCode>`__ must be entered and
-   the `SyndeticsEnabled <#SyndeticsEnabled>`__ option must be activated
-   before this service can be used.
-
-Values:
-
--  Don't show
-
--  Show
-
-    **Important**
-
-    Requires `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ set to
-    'show'
-
-`SyndeticsExcerpt <#SyndeticsExcerpt>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ excerpts from of a title from Syndetics on item detail
-pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference allows Syndetics to display excerpts given to them
-   from selected publishers. The excerpts are available from prominently
-   reviewed new titles, both fiction and non-fiction. The excerpts
-   include poems, essays, recipes, forwards and prefaces. Automatic
-   links provided by the ISBNs within local MARC records are required to
-   integrate Syndetics secured, high-speed Internet servers to the
-   library OPACs. For more information see
-   (http://www.bowker.com/syndetics/).
-
-`SyndeticsReviews <#SyndeticsReviews>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ reviews of a title from Syndetics on item detail pages on
-the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  Syndetics Reviews is an accumulation of book reviews available from a
-   variety of journals and serials. The reviews page displays colored
-   images of reviewed books dust jackets, partnered with the names of
-   the journal or serial providing the review. Clicking on an icon opens
-   a window revealing the book title, author's name, book cover icon and
-   the critic's opinion of the book. Automatic links provided by the
-   ISBNs within local MARC records are required to integrate Syndetics
-   secured, high-speed Internet servers to the library OPACs. For more
-   information see (http://www.bowker.com/syndetics/).
-
-`SyndeticsSeries <#SyndeticsSeries>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ information on other books in a title's series from
-Syndetics on item detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  Each fiction title within a series is linked to the complete series
-   record. The record displays each title in reading order and also
-   displays the publication order, if different. Alternate series titles
-   are also displayed. Automatic links provided by the ISBNs within
-   local MARC records are required to integrate Syndetics secured, high-
-   speed Internet servers to the library OPACs. For more information see
-   (http://www.bowker.com/syndetics/).
-
-`SyndeticsSummary <#SyndeticsSummary>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ a summary of a title from Syndetics on item detail pages on
-the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  Providing more than 5.6 million summaries and annotations derived
-   from book jackets, edited publisher copy, or independently written
-   annotations from Book News, Inc. Covering fiction and non-fiction,
-   this summaries option provides annotations on both trade and
-   scholarly titles. For more information see
-   (http://www.bowker.com/syndetics/).
-
-`SyndeticsTOC <#SyndeticsTOC>`__
-''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ the table of contents of a title from Syndetics on item
-detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference allows staff and patrons to review the Table of
-   Contents from a wide variety of publications from popular self-help
-   books to conference proceedings. Specific Information access is the
-   main purpose for this option, allowing patrons guidance to their
-   preferred section of the book. Special arrangements with selected
-   book services is used to obtain the table of contents for new
-   publications each year. Automatic links provided by the ISBNs within
-   local MARC records are required to integrate Syndetics secured,
-   high-speed Internet servers to the library OPACs. For more
-   information see (http://www.bowker.com/syndetics/).
-
-`Tagging <#taggingprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`TagsEnabled <#TagsEnabled>`__
-''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons and staff to put tags on items.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  Set to 'Allow' enable tagging. A tag is metadata, a word added to
-   identify an item. Tags allow patrons to classify materials on their
-   own. TagsEnabled is the main switch that permits the tagging
-   features. TagsEnable must be set to 'Allow' to allow for other
-   tagging features.
-
-`TagsModeration <#TagsModeration>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't require
-
-Asks: \_\_\_ that tags submitted by patrons be reviewed by a staff
-member before being shown.
-
-Values:
-
--  Don't require
-
--  Require
-
-Description:
-
--  When set to 'Require,' all tags to be first filtered by the tag
-   moderator. Only approved tags will be visible to patrons. When set to
-   'Don't require' tags will bypass the tag moderator and patrons' tags
-   to be immediately visible. When this preference is enabled the
-   moderator, a staff member, would approve the tag in the Staff Client.
-   The moderator will have the option to approve or reject each pending
-   tag suggestion.
-
-When moderation is required all tags go through the tag moderation tool
-before becoming visible.
-
--  *Get there:* More > Tools > `Tags <#tagsmoderation>`__
-
-`TagsShowOnList <#TagsShowOnList>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 6
-
-Asks: Show \_\_\_ tags on search results on the OPAC.
-
-    **Note**
-
-    Set the value to 0 (zero) to turn this feature off.
-
-`TagsInputOnList <#TagsInputOnList>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to input tags on search results on the OPAC.
-
-Values:
-
--  Allow
-
-   Tags on Search Results
-   |image58|
-
--  Don't allow
-
-`TagsShowOnDetail <#TagsShowOnDetail>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: 10
-
-Asks: Show \_\_\_ tags on item detail pages on the OPAC.
-
-    **Note**
-
-    Set the value to 0 (zero) to turn this feature off.
-
-`TagsInputOnDetail <#TagsInputOnDetail>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to input tags on item detail pages on the OPAC.
-
-Values:
-
--  Allow
-
-   Add Tags on Detail
-   |image59|
-
--  Don't allow
-
-`TagsExternalDictionary <#TagsExternalDictionary>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Allow tags in the dictionary of the ispell executable \_\_\_ on
-the server to be approved without moderation.
-
-Description:
-
--  The dictionary includes a list of accepted and rejected tags. The
-   accepted list includes all the tags that have been pre-allowed. The
-   rejected list includes tags that are not allowed. This preference
-   identifies the "accepted" dictionary used. Ispell is an open source
-   dictionary which can be used as a list of accepted terms. Since the
-   dictionary allows for accurately spelled obscenities, the libraries
-   policy may dictate that modifications are made to the Ispell
-   dictionary if this preference is use. For more information about
-   Ispell http://www.gnu.org/software/ispell/ispell.html. Enter the path
-   on your server to a local ispell executable, used to set
-   $Lingua::Ispell::path.
-
-`I18N/L10N <#l18nprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-These preferences control your Internationalization and Localization
-settings.
-
-*Get there:* More > Administration > Global System Preferences >
-I18N/L10N
-
-`AddressFormat <#AddressFormat>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: US style ([Street number], [Address] - [City], [Zip/Postal
-Code], [Country])
-
-Asks: Format postal addresses using \_\_\_
-
-Values:
-
--  German style ([Address] [Street number] - [Zip/Postal Code] [City] -
-   [Country])
-
--  US style ([Street number], [Address] - [City], [Zip/Postal Code],
-   [Country])
-
-Description:
-
--  This preference will let you control how Koha displays patron
-   addresses given the information entered in the various fields on
-   their record.
-
-`alphabet <#alphabet>`__
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-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
-
-Asks: Use the alphabet \_\_\_ for lists of browsable letters. This
-should be a space separated list of uppercase letters.
-
-Description:
-
--  This preference allows you define your own alphabet for browsing
-   patrons in Koha.
-
-   Alphabet browse on patron module
-   |image60|
-
-`CalendarFirstDayOfWeek <#CalendarFirstDayOfWeek>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Sunday
-
-Asks: Use \_\_\_ as the first day of week in the calendar.
-
-Values:
-
--  Sunday
-
--  Monday
-
--  Tuesday
-
--  Wednesday
-
--  Thursday
-
--  Friday
-
--  Saturday
-
-Description:
-
--  Using this preference you can control what day shows as the first day
-   of the week in the calendar pop ups throughout Koha and on the
-   Calendar tool. If you change this preference and don't see a change
-   in your browser try clearing your cache since it makes changes to the
-   Javascript on these pages.
-
-`dateformat <#dateformat>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: mm/dd/yyyy
-
-Asks: Format dates like \_\_\_
-
-Values:
-
--  dd.mm.yyyy
-
--  dd/mm/yyyy
-
--  mm/dd/yyyy
-
--  yyyy/mm/dd
-
-Description:
-
--  This preference controls how the date is displayed. The options are
-   the United States method, mm/dd/yyyy (04/24/2010), the metric method,
-   dd/mm/yyyy (24/04/2010) or ISO, which is the International Standard
-   of Organization, yyyy/mm/dd (2010/04/24). The International Standard
-   of Organization would primarily be used by libraries with locations
-   in multiple nations that may use different date formats, to have a
-   single display type, or if the library would be in a region that does
-   not use the United States or metric method. More information
-   regarding the ISO date format can be found at
-   http://www.iso.org/iso/iso_catalogue.htm.
-
-`language <#languagepref>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: English
-
-Asks: Enable the following languages on the staff interface
-
-Values:
-
--  English
-
-To install additional languages please refer to
-http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
-
-`opaclanguages <#opaclanguages>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: English
-
-Asks: Enable the following languages on the OPAC
-
-Values:
-
--  English
-
-    **Note**
-
-    To install additional languages you need to run
-    misc/translation/install-code.pl. For example, to install French you
-    would run the following command install-code.pl fr-FR to make the
-    templates, once they exist and are in the right place then they will
-    show up as an option in this preference.
-
-`opaclanguagesdisplay <#opaclanguagesdisplay>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to select their language on the OPAC.
-
-Values:
-
--  Allow
-
-   -  Patrons can choose their language from a list at the bottom of the
-      public catalog
-
-      Language selector in OPAC
-      |image61|
-
--  Don't allow
-
-   -  The public catalog will not give an option to choose a language
-
-Description:
-
--  Using the `OpacLangSelectorMode <#OpacLangSelectorMode>`__ preference
-   you can decide where these language options will appear in the public
-   catalog.
-
-`TimeFormat <#TimeFormat>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: 24 hour format
-
-Asks: Format times in \_\_\_
-
-Values:
-
--  12 hour format (eg 02:18PM)
-
--  24 hour format (eg 14:18)
-
-`Labs <#labsprefs>`__
-~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Labs
-
-The preferences in this section are for experimental features that need
-additional testing and debugging.
-
-`EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Don't enable
-
-Asks: \_\_\_ the advanced cataloging editor.
-
-Description:
-
--  This preference will allow you to choose between a basic editor and a
-   advanced editor for cataloging.
-
-    **Important**
-
-    This feature is currently experimental, and may have bugs that cause
-    corruption of records. It also does not include any support for
-    UNIMARC or NORMARC fixed fields. Please help us test it and report
-    any bugs, but do so at your own risk.
-
-`Local Use <#localprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-These preferences are defined locally.
-
-*Get there:* More > Administration > Global System Preferences > Local
-Use
-
-    **Note**
-
-    Sometimes preferences which are either new or outdated will appear
-    in this tab, if you didn't add any preferences to this tab then it's
-    best to ignore preferences listed here.
-
-`Logs <#logs>`__
-~~~~~~~~~~~~~~~~
-
-Logs keep track of transaction on the system. You can decide which
-actions you want to log and which you don't using these preferences.
-Logs can then be viewed in the `Log Viewer <#logviewer>`__ under Tools.
-
-*Get there:* More > Administration > Global System Preferences > Logs
-
-`Debugging <#debuggingprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`DumpTemplateVarsIntranet <#DumpTemplateVarsIntranet>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ dump all Template Toolkit variable to a comment in the html
-source for the staff intranet.
-
-Value:
-
--  Don't
-
--  Do
-
-`DumpTemplateVarsOpac <#DumpTemplateVarsOpac>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ dump all Template Toolkit variable to a comment in the html
-source for the OPAC.
-
-Value:
-
--  Don't
-
--  Do
-
-`Logging <#loggingprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AuthoritiesLog <#AuthoritiesLog>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't log
-
-Asks: \_\_\_ changes to authority records.
-
-Values:
-
--  Don't log
-
--  Log
-
-`BorrowersLog <#BorrowersLog>`__
-''''''''''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ changes to patron records.
-
-Values:
-
--  Don't log
-
--  Log
-
-`CataloguingLog <#CataloguingLog>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Don't log
-
-Asks: \_\_\_ any changes to bibliographic or item records.
-
-Values:
-
--  Don't log
-
--  Log
-
-    **Important**
-
-    Since this occurs whenever a book is cataloged, edited, or checked
-    in or out it can be very resource intensive - slowing down your
-    system.
-
-`CronjobLog <#CronjobLog>`__
-''''''''''''''''''''''''''''
-
-Default: Don't log
-
-Asks: \_\_\_ information from cron jobs.
-
-Values:
-
--  Don't log
-
--  Log
-
-`FinesLog <#FinesLog>`__
-''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ when overdue fines are charged or automatically forgiven.
-
-Values:
-
--  Don't log
-
--  Log
-
-`IssueLog <#IssueLog>`__
-''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ when items are checked out.
-
-Values:
-
--  Don't log
-
--  Log
-
-`LetterLog <#LetterLog>`__
-''''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ when an automatic claim notice is sent.
-
-Values:
-
--  Don't log
-
--  Log
-
-    **Note**
-
-    This log tracks all notices that go to patrons including the overdue
-    notices.
-
-`ReportsLog <#ReportsLog>`__
-''''''''''''''''''''''''''''
-
-Default: Don't log
-
-Asks: \_\_\_ when reports are added, deleted or changed.
-
-Values:
-
--  Don't log
-
--  Log
-
-`ReturnLog <#ReturnLog>`__
-''''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ when items are returned.
-
-Values:
-
--  Don't log
-
--  Log
-
-`SubscriptionLog <#SubscriptionLog>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Log
-
-Asks: \_\_\_ when serials are added, deleted or changed.
-
-Values:
-
--  Don't log
-
--  Log
-
-`OPAC <#opacprefs>`__
-~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > OPAC
-
-`Advanced Search Options <#advancedsearchopt>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`OpacAdvSearchMoreOptions <#OpacAdvSearchMoreOptions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Select All
-
-Asks: Show search options for the expanded view \_\_\_
-
-Values:
-
--  [Select all]
-
--  Item types
-
--  Language
-
--  Location and availability
-
--  Publication date
-
--  Sorting
-
--  Subtypes
-
-Description:
-
--  The settings in this preference will determine which search fields
-   will show when the patron is using the 'More options' mode on the
-   advanced search page.
-
-`OpacAdvSearchOptions <#OpacAdvSearchOptions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Item types, Language, Location and availability, Publication
-date, Sorting
-
-Asks: Show search options \_\_\_
-
-Values:
-
--  [Select all]
-
--  Item types
-
--  Language
-
--  Location and availability
-
--  Publication date
-
--  Sorting
-
--  Subtypes
-
-Description:
-
--  The settings in this preference will determine which search fields
-   will show when the patron is using the 'Fewer options' mode on the
-   advanced search page.
-
-`Appearance <#opacappearanceprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences control how things appear in the OPAC.
-
-`AuthorisedValueImages <#AuthorisedValueImages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ images for authorized values (such as lost statuses and
-locations) in search results and item detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-*Get there:* More > Administration > `Authorized
-Values <#authorizedvalues>`__
-
-`BiblioDefaultView <#BiblioDefaultView>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: in simple form
-
-Asks: By default, show bib records \_\_\_
-
-Values:
-
--  as specified in the ISBD template.
-
-   -  See `ISBD <#isbdpref>`__ preference for more information
-
--  in simple form.
-
--  in their MARC format.
-
-Description:
-
--  This preference determines the level of bibliographic detail that the
-   patron will see on the OPAC detail page. The simple form displays the
-   graphical interface; MARC format displays the MARC21 cataloging view;
-   ISBD displays the ISBD (International Standard Bibliographic
-   Description, AACR2) view.
-
-`COinSinOPACResults <#COinSinOPACResults>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Include
-
-Asks: \_\_\_ COinS / OpenURL / Z39.88 in OPAC search results.
-
-Values:
-
--  Don't include
-
-   -  If you choose not to include COinS on the search results, it will
-      still be loaded on the individual bibliographic records.
-
--  Include
-
-   -  Enabling this feature will slow OPAC search response times.
-
-Description:
-
--  COinS stands for ContextObjects in Spans. COinS is a method to embed
-   bibliographic metadata in the HTML code of web pages. This allows
-   bibliographic software to publish machine-readable bibliographic
-   items and client reference management software (such as Zotero) to
-   retrieve bibliographic metadata. The metadata can also be sent to an
-   OpenURL resolver. This allows, for instance, searching for a copy of
-   a book in one's own library.
-
-`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: On pages displayed with XSLT stylesheets on the OPAC, \_\_\_ icons
-for itemtype and authorized values.
-
-    **Important**
-
-    `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ and/or
-    `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ must be set to
-    use an XSLT stylesheet for this to show (default or custom)
-
-Values:
-
--  Don't show
-
--  Show
-
-   DisplayOPACiconsXSLT
-   |image62|
-
-    **Note**
-
-    See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
-    these icons.
-
-`hidelostitems <#hidelostitems>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ lost items on search and detail pages.
-
-Description:
-
--  Items that are marked lost by the library can either be shown or not
-   shown on the OPAC. By setting the value to "Don't show," the lost
-   item is not shown on the OPAC. By setting the value "Show," the lost
-   item is shown on the OPAC for patrons to view with a status of
-   'lost.'
-
-Values:
-
--  Don't show
-
--  Show
-
-   Lost item showing in the OPAC
-   |image63|
-
-`HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich <#HighlightOwnItemsOnOPAC>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-HighlightOwnItemsOnOPAC Default: Don't emphasize
-
-HighlightOwnItemsOnOPACWhich Default: patron's home library
-
-Asks: \_\_\_ results from the \_\_\_ by moving the results to the front
-and increasing the size or highlighting the rows for those results.
-
-HighlightOwnItemsOnOPAC Values:
-
--  Don't emphasize
-
--  Emphasize
-
-HighlightOwnItemsOnOPACWhich Values:
-
--  OPAC's branch based via the URL
-
-   -  The library is chosen based on the Apache environment variable
-      BRANCHCODE. For example, this could be added to the OPAC section
-      of koha-httpd.conf: SetEnv BRANCHCODE "CPL"
-
--  patron's home library
-
-   -  The items emphasized will be those of the same library as the
-      patron's library. If no one is logged into the OPAC, no items will
-      be highlighted.
-
-    **Important**
-
-    This preference will only effect sites that are not using an XSLT
-    stylesheet. XSLT stylesheets are defined in the
-    `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ and
-    `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preferences.
-
-`GoogleIndicTransliteration <#GoogleIndicTransliteration>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ GoogleIndicTransliteration on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-`LibraryName <#LibraryName>`__
-''''''''''''''''''''''''''''''
-
-Asks: Show \_\_\_ as the name of the library on the OPAC.
-
-    **Note**
-
-    This value will appear in the title bar of the browser
-
-    **Note**
-
-    Edit '`opacheader <#opacheader>`__' if you'd like to add a library
-    name above your search box on the OPAC
-
-Browser title and address bar
-|image64|
-
-`NoLoginInstructions <#NoLoginInstructions>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML on the OPAC login form when a patron is
-not logged in:
-
-Description:
-
--  This preference allows you to override the default text seen on the
-   log in page in the Koha OPAC. The default HTML is:
-
-   ::
-
-       <h5>Don't have a password yet?</h5>
-       <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>
-       <h5>Don't have a library card?</h5>
-       <p> If you don't have a library card, stop by your local library to sign up.</p>
-
-   Any HTML in this box will replace the above text below the log in
-   box.No login instructions
-
-`OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't add
-
-Asks: \_\_\_ a library select pulldown menu on the OPAC masthead.
-
-Values:
-
--  Add
-
-   Library select box on Koha OPAC
-   |image65|
-
--  Don't Add
-
-   No library select box on Koha OPAC
-   |image66|
-
-`OPACBaseURL <#OPACBaseURL>`__
-''''''''''''''''''''''''''''''
-
-Asks: The OPAC is located at \_\_\_
-
-Description:
-
--  This preference is looking for the URL of your public catalog (OPAC)
-   with the http:// in front of it (enter http://www.mycatalog.com
-   instead of www.mycatalog.com). Once it is filled in Koha will use it
-   to generate permanent links in your RSS feeds, for your social
-   network share buttons and in your staff client when generating links
-   to bib records in the OPAC.
-
-    **Important**
-
-    Do not include a trailing slash in the URL this will break links
-    created using this URL. (example: http://www.google.com not
-    http://www.google.com/)
-
-    **Important**
-
-    This must be filled in with the URL of your public catalog for RSS,
-    unAPI, and search plugins to work.
-
-    **Important**
-
-    This must be filled in with the URL of your public catalog to show
-    'OPAC View' links from bib records in the staff client:
-
-With OPACBaseURL set, links to the OPAC will appear on each individual
-bib record in the staff client
-|image67|
-
-`OpacAdditionalStylesheet <#OpacAdditionalStylesheet>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include the additional CSS stylesheet \_\_\_ to override specified
-settings from the default stylesheet.
-
-Description:
-
--  The preference can look for stylesheets in the template directory for
-   your OPAC language, for instance: /koha-tmpl/opac-tmpl/prog/en/css.
-   If you upload a custom file, opac-mystyles.css to this directory, you
-   can specify it by entering opac-mystyles.css in your
-   opaccolorstylesheet system preference. This adds your custom
-   stylesheet as a linked stylesheet alongside the OPAC's default CSS
-   files. This method is preferable because linked stylesheets are
-   cached by the user's browser, meaning upon repeat visits to your site
-   the user's browser will not have to re-download the stylesheet,
-   instead using the copy in the browser's cache.
-
--  If you would rather, you can upload your CSS to another server and
-   enter the full URL pointing to it's location remember to begin the
-   URL with http://
-
-    **Note**
-
-    Leave this field blank to disable it
-
-    **Note**
-
-    This file will add a linked CSS, not replace the existing default
-    CSS.
-
-`opaccredits <#opaccredits>`__
-''''''''''''''''''''''''''''''
-
-Asks: Include the following HTML in the footer of all pages in the OPAC:
-
-    **Note**
-
-    Click the 'Click to edit; link to enter HTML to appear at the bottom
-    of every page in the OPAC
-
-HTML version of a footer for your OPAC
-|image68|
-
-A sample of what can appear in your OPAC credits/footer
-|image69|
-
-Description:
-
--  This setting is for credits that will appear at the bottom of your
-   OPAC pages. Credits traditionally encompass copyright information,
-   last date updated, hyperlinks or other information represented in an
-   HTML format. This is static information and any updates must be
-   entered manually.
-
-Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
-
-`OpacCustomSearch <#OpacCustomSearch>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Asks: Replace the search box at the top of OPAC pages with the following
-HTML
-
-Description:
-
--  This preference allows you to replace the default search box at the
-   top of the OPAC : Default search box
-
-   with any HTML you would like :Edited search box area
-
-`OPACDisplay856uAsImage <#OPACDisplay856uAsImage>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Neither details or results page
-
-Asks: Display the URI in the 856u field as an image on: \_\_\_
-
-Values:
-
--  Both results and details pages
-
-   -  **Important**
-
-          Not implemented yet
-
--  Detail page only
-
-   -  **Important**
-
-          `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ needs to
-          have a value in it for this preference to work.
-
-   Showing the 856u as an image
-   |image70|
-
--  Neither details or results page
-
--  Results page only
-
-   -  **Important**
-
-          Not yet implemented
-
-Description:
-
--  In addition to this option being set, the corresponding XSLT option
-   must be turned on. Also, the corresponding 856q field must have a
-   valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
-   starting with "image/"), or the generic indicator "img" entered in
-   the field. When all of the requirements are met, an image file will
-   be displayed instead of the standard link text. Clicking on the image
-   will open it in the same way as clicking on the link text. When you
-   click on the image it should open to full size, in the current window
-   or in a new window depending on the value in the system pref
-   `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__.
-
-   Sample 856 in MARC Record
-   |image71|
-
-`OpacExportOptions <#OpacExportOptions>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Default OpacExportOptions options
-
-Asks: List export options that should be available from OPAC detail page
-: \_\_\_
-
-Description:
-
--  In the OPAC on the right of each bib record there is a menu that
-   allows for saving the record in various formats. This patch will
-   allow you to define which options are in the pull down menu.
-   Available options are: BIBTEX (bibtex), Dublin Core (dc), MARCXML
-   (marcxml), MARC-8 encoded MARC (marc8), Unicode/UTF-8 encoded MARC
-   (utf8), Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9-
-   fields and subfields (marcstd), MODS (mods), and RIS (ris).
-
-`OPACFallback <#OPACFallback>`__
-''''''''''''''''''''''''''''''''
-
-Default: bootstrap
-
-Asks: Use the \_\_\_ theme as the fallback theme on the OPAC.
-
-Description:
-
--  This preference has no use right now, as Koha has only one theme, but
-   if your library has a custom theme it will show here as an option.
-   The purpose of this preference is to provide a way to choose to what
-   theme to fallback on when you have a partial theme in place.
-
-`OpacFavicon <#OpacFavicon>`__
-''''''''''''''''''''''''''''''
-
-Asks: Use the image at \_\_\_ for the OPAC's favicon.
-
-    **Important**
-
-    This should be a complete URL, starting with http://
-
-    **Note**
-
-    Turn your logo into a favicon with the `Favicon
-    Generator <http://antifavicon.com/>`__.
-
-Description:
-
--  The favicon is the little icon that appears next to the URL in the
-   address bar in most browsers. The default value for this field (if
-   left blank) is the small 'K' in the Koha logo.
-
-   Default Koha Favicon
-   |image72|
-
-`opacheader <#opacheader>`__
-''''''''''''''''''''''''''''
-
-Asks: Include the following HTML in the header of all pages in the OPAC
-
-Sample HTML to be displayed at the top of my OPAC
-|image73|
-
-    **Note**
-
-    This value will appear above the main content of your page
-
-OPAC display of the value from 'opacheader'
-|image74|
-
-    **Note**
-
-    Edit '`LibraryName <#LibraryName>`__' if you'd like to edit the
-    contents of the <title> tag
-
-Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
-
-`OpacHighlightedWords & NotHighlightedWords <#OpacHighlightedWords>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-OpacHighlightedWords Default: Don't highlight
-
-NotHighlightedWords Default: and\|or\|not
-
-Asks: \_\_\_ words the patron searched for in their search results and
-detail pages; To prevent certain words from ever being highlighted,
-enter a list of stopwords here \_\_\_ (separate columns with \|)
-
-OpacHighlightedWords Values:
-
--  Don't highlight
-
--  Highlight
-
-`OpacKohaUrl <#OpacKohaUrl>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  When this preference is set to 'Show' text will appear in the bottom
-   right of the OPAC footer stating 'Powered by Koha' and linking to the
-   official Koha website.
-
-   Powered by Koha
-   |image75|
-
-`OpacLangSelectorMode <#OpacLangSelectorMode>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: only footer
-
-Asks: Display language selector on \_\_\_.
-
-Values:
-
--  both top and footer
-
--  only footer
-
--  top
-
-Description:
-
--  If you have the `opaclanguagesdisplay <#opaclanguagesdisplay>`__
-   preference set to display language options in the public catlaog,
-   then this preference will allow you to control where the language
-   selector shows. You can choose to show it only on the top or bottom
-   or in both places.
-
-`opaclayoutstylesheet <#opaclayoutstylesheet>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: opac.css
-
-Asks: Use the CSS stylesheet /css/ \_\_\_ on all pages in the OPAC,
-instead of the default
-
-Description:
-
--  This setting's function is to point to the \*.css file used to define
-   the OPAC layout. A \*.css file is a cascading stylesheet which is
-   used in conjunction with HTML to set how the HTML page is formatted
-   and will look on the OPAC. There are two stylesheets that come with
-   the system; opac.css and opac2.css. A custom stylesheet may also be
-   used. The stylesheets listed in the opaclayoutstylesheet preference
-   are held on the Koha server.
-
-    **Note**
-
-    Leave this field blank to disable it and let Koha use the default
-    file instead
-
-    **Important**
-
-    Using a custom value in this preference causes Koha to completely
-    ignore the default layout stylesheet.
-
-`OpacLocationBranchToDisplay <#OpacLocationBranchToDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: holding library
-
-Asks: Display the \_\_\_ for items on the OPAC record details page.
-
-Values:
-
--  holding library
-
--  home and holding library
-
--  home library
-
-Description:
-
--  Defines whether to display the holding library, the home library, or
-   both for the opac details page.
-
-`OpacLocationBranchToDisplayShelving <#OpacLocationBranchToDisplayShelving>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: holding library
-
-Asks: Display the shelving location under the \_\_\_ for items on the
-OPAC record details page.
-
-Values:
-
--  holding library
-
--  home and holding library
-
--  home library
-
-Description:
-
--  Defines where the shelving location should be displayed, under the
-   home library, the holding library, or both.
-
-`OpacMaintenance <#OpacMaintenance>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ a warning that the OPAC is under maintenance, instead of
-the OPAC itself.
-
-    **Note**
-
-    this shows the same warning as when the database needs to be
-    upgraded, but unconditionally.
-
-Description:
-
--  This preference allows the system administrator to turn off the OPAC
-   during maintenance and display a message to users. When this
-   preference is switched to "Show" the OPAC is not usable. The text of
-   this message is not editable at this time.
-
-Values:
-
--  Don't show
-
--  Show
-
-   -  When this preference is set to show the maintenance message the
-      ability to search the OPAC is disabled and a message appears. The
-      default message can be altered by using the
-      `OpacMaintenanceNotice <#OpacMaintenanceNotice>`__ preference.
-
-      OPAC Maintenance Message
-      |image76|
-
-`OpacMaintenanceNotice <#OpacMaintenanceNotice>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML when OpacMaintenance is enabled
-
-Descritpion:
-
--  This preference will allow you to set the text the OPAC displays when
-   the `OpacMaintenance <#OpacMaintenance>`__ preference is set to
-   'Show.'
-
-`OpacMainUserBlock <#OpacMainUserBlock>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Welcome to Koha... <hr>
-
-Asks: Show the following HTML in its own column on the main page of the
-OPAC
-
-Description:
-
--  HTML entered in this field will appear in the center of the main page
-   of your OPAC
-
-Sample OpacMainUserBlock appears below the search bar
-|image77|
-
-Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
-
-`OpacMaxItemsToDisplay <#OpacMaxItemsToDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 50
-
-Asks: Display up to \_\_\_ items on the biblio detail page
-
-Description:
-
--  This preference will help with slow load times on the bibliographic
-   detail pages by limiting the number of items to display by default.
-   If the biblio has more items than this, a link is displayed instead
-   that allows the user to choose to display all items.
-
-`OPACMySummaryHTML <#OPACMySummaryHTML>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include a "Links" column on the "my summary" tab when a user is
-logged in to the OPAC, with the following HTML (leave blank to disable).
-
-Description:
-
--  In this preference you can enter HTML that will appear on the
-   'Checked Out' tab on the 'My Summary' section when logged in to the
-   OPAC. The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR}
-   will be replaced with information from the displayed record. This can
-   be used to enter in 'share' links for social networks or generate
-   searches against other library catalogs.
-
-   Example of 'Links' column with a value in the OPACMySummaryHTML
-   preference
-   |image78|
-
-Sample Data:
-
-::
-
-    <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>
-    <br />TITLE: {TITLE}
-    <br />AUTHOR: {AUTHOR}
-    <br />ISBN: {ISBN}
-    <br />BIBLIONUMBER: {BIBLIONUMBER}</p>
-
-`OPACMySummaryNote <#OPACMySummaryNote>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Note to display on the patron summary page.
-
-Description:
-
--  This preference will display text above the patron's summary and
-   below the welcome message when the patron logs in to the OPAC and
-   view their 'my summary' tab.OPACMySummaryNote in the OPAC
-
-`OpacNav <#OpacNav>`__
-''''''''''''''''''''''
-
-Default: Important links here.
-
-Asks: Show the following HTML on the left hand column of the main page
-and patron account on the OPAC (generally navigation links)
-
-Sample navigation links
-|image79|
-
-Learn more in the `OPAC Editable Regions <#editableopac>`__ section.
-
-`OpacNavBottom <#OpacNavBottom>`__
-''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML on the left hand column of the main page
-and patron account on the OPAC, after `OpacNav <#OpacNav>`__, and before
-patron account links if available:
-
-Description: When a patron is logged in to their account they see a
-series of tabs to access their account information.
-`OpacNav <#OpacNav>`__ appears above this list of tabs and OpacNavBottom
-will appear below them. When not on the patron account pages the HTML in
-OpacNavBottom will just appear right below `OpacNav <#OpacNav>`__.
-
-OpacNav and OpacNavBottom on Patron Account
-|image80|
-
-`OpacNavRight <#OpacNavRight>`__
-''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML in the right hand column of the main page
-under the main login form.
-
-Description: HTML entered in this preference will appear on the right
-hand side of the OPAC under the log in form. If the log in form is not
-visible this content will move up on the right column.
-
-OpacNavRight
-|image81|
-
-`OPACNoResultsFound <#OPACNoResultsFound>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-No Default
-
-Asks: Display this HTML when no results are found for a search in the
-OPAC
-
-This HTML will display below the existing notice that no results were
-found for your search.
-
-HTML in OPACNoResultsFound will appear below lines that look like this
-|image82|
-
-    **Note**
-
-    You can insert placeholders {QUERY\_KW} that will be replaced with
-    the keywords of the query.
-
-`OpacPublic <#OpacPublic>`__
-''''''''''''''''''''''''''''
-
-Default: Enable
-
-Asks: \_\_\_ Koha OPAC as public. Private OPAC requires authentication
-before accessing the OPAC.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-Description:
-
--  This preference determines if your OPAC is accessible and searchable
-   by anyone or only by members of the library. If set to 'Don't enable'
-   only members who are logged into the OPAC can search. Most libraries
-   will leave this setting at its default of 'Enable' to allow their
-   OPAC to be searched by anyone and only require login for access to
-   personalized content.
-
-`OPACResultsSidebar <#OPACResultsSidebar>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include the following HTML under the facets in OPAC search results
-
-Description:
-
--  The HTML entered in this preference will appear on the search results
-   pages below the list of facets on the left side of the screen.
-
-`OPACSearchForTitleIn <#OPACSearchForTitleIn>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: <li><a href="http://worldcat.org/search?q={TITLE}"
-target="\_blank">Other Libraries (WorldCat)</a></li> <li><a
-href="http://www.scholar.google.com/scholar?q={TITLE}"
-target="\_blank">Other Databases (Google Scholar)</a></li> <li><a
-href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
-target="\_blank">Online Stores (Bookfinder.com)</a></li>
-
-Asks: Include a "More Searches" box on the detail pages of items on the
-OPAC, with the following HTML (leave blank to disable)
-
-    **Note**
-
-    The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN},
-    {ISSN} and {AUTHOR} will be replaced with information from the
-    displayed record.
-
-`OpacSeparateHoldings & OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-OpacSeparateHoldings default: Don't separate
-
-OpacSeparateHoldingsBranch default: home library
-
-Asks: \_\_\_ items display into two tabs, where the first tab contains
-items whose \_\_\_ is the logged in user's library. The second tab will
-contain all other items.
-
-OpacSeparateHoldings values:
-
--  Don't separate
-
--  Separate
-
-OpacSeparateHoldingsBranch values:
-
--  holding library
-
--  home library
-
-Description:
-
--  This preference lets you decide if you would like to have the holding
-   information on the bibliographic detail page in the OPAC split in to
-   multiple tabs. The default is to show all holdings on one tab.
-
-   Separate holdings tabs
-   |image83|
-
-`OPACShowBarcode <#OPACShowBarcode>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ the item's barcode on the holdings tab.
-
-Values:
-
--  Don't show
-
-   Barcode not shown in the OPAC
-   |image84|
-
--  Show
-
-   Barcode shown in the OPAC
-   |image85|
-
-Description:
-
--  This preference allows you to control whether patrons can see items'
-   barcodes in the OPAC.
-
-`OPACShowCheckoutName <#OPACShowCheckoutName>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ the name of the patron that has an item checked out on item
-detail pages on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This preference allows all patrons to see who has the item checked
-   out if it is checked out. In small corporate libraries (where the
-   OPAC is behind a firewall and not publicly available) this can be
-   helpful so coworkers can just contact the patron with the book
-   themselves. In larger public and academic libraries setting this to
-   'Show' would pose serious privacy issues.
-
-`OPACShowHoldQueueDetails <#OPACShowHoldQueueDetails>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show any hold details
-
-Asks: \_\_\_ to patrons in the OPAC.
-
-Values:
-
--  Don't show any hold details
-
--  Show holds
-
-   The holdings table on the bibliographic record will show the number
-   of holds
-   |image86|
-
--  Show holds and priority level
-
--  Show priority level
-
-   Patron record in the OPAC shows where in line the patron waits for
-   their hold.
-   |image87|
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
-`OpacShowRecentComments <#OpacShowRecentComments>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ a link to recent comments in the OPAC masthead.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  If you have chosen to allow comments in your OPAC by setting
-   `reviewson <#reviewson>`__ to 'Allow' you can include a link to the
-   recent comments under the search box at the top of your OPAC with
-   this preference.
-
-   Recent Comments link on OPAC
-   |image88|
-
-`OPACShowUnusedAuthorities <#OPACShowUnusedAuthorities>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ unused authorities in the OPAC authority browser.
-
-Values:
-
--  Do not show
-
--  Show
-
-   -  **Important**
-
-          Requires that the `OpacAuthorities <#OpacAuthorities>`__
-          preference is set to 'Allow'
-
-Description:
-
--  When patrons search your authority file via the OPAC they will see
-   all authorities in your system even if you don't have them linked to
-   any bibliographic records. This preference lets you determine what
-   the default behavior is when searching authorities via the OPAC. If
-   you choose 'Do not show' it will only show patrons authority records
-   that are linked to bib records in the search results. Otherwise the
-   system will show all authority records even if they aren't linked to
-   records.
-
-`OpacStarRatings <#OpacStarRatings>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: no
-
-Asks: Show star-ratings on \_\_\_ pages.
-
-Values:
-
--  no
-
--  only details
-
-   Star Ratings on the Details Page
-   |image89|
-
--  results and details
-
-   OPAC Star Ratings on the Search Results
-   |image90|
-
-Description:
-
--  Star ratings are a way for your patrons to leave ratings without
-   having to leave a full review. Patrons who are not logged in will
-   only be able to see the stars, once logged in patrons can click on
-   the stars on the details page to leave their own rating. Clicking on
-   the stars on the search results will not submit a rating.
-
-`OpacSuggestionManagedBy <#OpacSuggestionManagedBy>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ the name of the staff member who managed a suggestion in
-OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  If you're `allowing patrons to make purchase
-   suggestions <#suggestionspref>`__ then they will see the 'my
-   suggestions' tab when logged in. This tab shows the patron the
-   librarian who approved or rejected the purchase suggestion. This
-   preference controls if the patron sees the librarian's name or not.
-
-`opacthemes <#opacthemes>`__
-''''''''''''''''''''''''''''
-
-Default: bootstrap
-
-Asks: Use the \_\_\_ theme on the OPAC.
-
-Values:
-
--  bootstrap
-
-   Bootstrap Theme
-
-   This theme is completely responsive
-
-`OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't
-
-Asks: When patrons click on a link to another website from your OPAC
-(like Amazon or OCLC), \_\_\_ open the website in a new window.
-
-Values:
-
--  do
-
--  don't
-
-Description:
-
--  This preference determines if URLs in the OPAC will open in a new
-   window or not. When clicking on a link in the OPAC, a patron does not
-   need to worry about navigating away from their search results.
-
-`OPACUserCSS <#OPACUserCSS>`__
-''''''''''''''''''''''''''''''
-
-Asks: Include the following CSS on all pages in the OPAC
-
-Description:
-
--  OPACUserCSS allows the administrator to enter styles that will
-   overwrite the OPAC's default CSS as defined in 'opaclayoutstylesheet'
-   or 'opacstylesheet'. Styles may be entered for any of the selectors
-   found in the default style sheet. The default stylesheet will likely
-   be found at
-   http://your\_koha\_address/opac-tmpl/bootstrap/css/opac.css. Unlike
-   `OpacAdditionalStylesheet <#OpacAdditionalStylesheet>`__ and
-   `opaclayoutstylesheet <#opaclayoutstylesheet>`__ this preference will
-   embed the CSS directly on your OPAC pages.
-
-`OPACUserJS <#opacuserjs>`__
-''''''''''''''''''''''''''''
-
-Asks: Include the following JavaScript on all pages in the OPAC
-
-OPAC login box before OPACUserJS edit
-|image91|
-
-JavaScript in OPACUserJS to change the OPAC login box
-|image92|
-
-New OPAC login box after editing OPACUserJS
-|image93|
-
-Description:
-
--  This preference allows the administrator to enter JavaScript or
-   JQuery that will be embedded across all pages of the OPAC.
-   Administrators may use this preference to customize some of the
-   interactive sections of Koha, customizing the text for the login
-   prompts, for example. Sample JQuery scripts used by Koha libraries
-   can be found on the wiki:
-   http://wiki.koha-community.org/wiki/JQuery_Library.
-
-`OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: default
-
-Asks: Display OPAC details using XSLT stylesheet at \_\_\_
-
-Values:
-
--  leave empty to not use the XSLT stylesheet
-
-   -  In previous versions of Koha this was the setting that read
-      'normally'
-
--  enter "default" for the default one
-
--  put a path to define a XSLT file
-
-   -  ex: /path/to/koha/and/your/stylesheet.xsl
-
-   -  If in a multi-language system you can enter {langcode} in the path
-      to tell Koha to look in the right language folder
-
-      -  ex:
-         /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACDetail.xsl
-
-      -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
-
--  put an URL for an external specific stylesheet
-
-   -  ex: http://mykohaopac.org/stylesheet.xsl
-
-Description:
-
--  XSLT stylesheets allow for the customization of the details shows on
-   the screen when viewing a bib record. This preference will allow you
-   either use the default look that comes with Koha or design your own
-   stylesheet.
-
-`OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: default
-
-Asks: Display OPAC results using XSLT stylesheet at \_\_\_
-
-Values:
-
--  leave empty to not use the XSLT stylesheet
-
-   -  In previous versions of Koha this was the setting that read
-      'normally'
-
--  enter "default" for the default one
-
--  put a path to define a XSLT file
-
-   -  ex: /path/to/koha/and/your/stylesheet.xsl
-
-   -  If in a multi-language system you can enter {langcode} in the path
-      to tell Koha to look in the right language folder
-
-      -  ex:
-         /home/koha/src/koha-tmpl/opac-tmpl/bootstrap/{langcode}/xslt/MARC21slim2OPACResults.xsl
-
-      -  ex. http://mykohaopac.org/{langcode}/stylesheet.xsl
-
--  put an URL for an external specific stylesheet
-
-   -  ex: http://mykohaopac.org/stylesheet.xsl
-
-Description:
-
--  XSLT stylesheets allow for the customization of the details shows on
-   the screen when viewing the search results. This preference will
-   allow you either use the default look that comes with Koha or design
-   your own stylesheet.
-
-`Features <#opacfeaturesprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`numSearchRSSResults <#numSearchRSSResults>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 50
-
-Asks: Display \_\_\_ search results in the RSS feed.
-
-Description:
-
--  By default the RSS feed that is automatically generated for every
-   search results page will list 50 items. This can sometimes be too
-   much for some RSS feed readers and for some people this isn't enough.
-   This preference allows you to adjust this number to show the best
-   number of results for your patrons.
-
-`OPACAcquisitionDetails <#OPACAcquisitionDetails>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ the acquisition details on OPAC detail pages.
-
-Values:
-
--  DisplayAcquisitions details in the OPAC
-
--  Don't display
-
-Description:
-
--  This preference shows the patrons how many items are on order in the
-   Holdings tab if you have the `AcqCreateItem <#AcqCreateItem>`__ set
-   to 'cataloging the record'
-
-`OpacAuthorities <#OpacAuthorities>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to search your authority records.
-
-Description:
-
--  This preference displays the link on the OPAC for the authority
-   search. By setting the preference to "Allow" patrons can use this
-   search link of the OPAC.
-
-Values:
-
--  Allow
-
-   -  A link labeled 'Authority search' will appear at the top of your
-      OPAC under the search box
-
-      'Browse by Subject' link under search box on OPAC
-      |image94|
-
--  Don't allow
-
-`opacbookbag <#opacbookbag>`__
-''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to store items in a temporary "Cart" on the OPAC.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This preference allows the user to temporarily save a list of items
-   found on the catalog. By using the Book Bag, or Cart, the user can
-   print out or email a list of items found. The user does not need to
-   be logged in. This list is temporary and will be emptied, or cleared,
-   at the end of the session.
-
-`OpacBrowser <#OpacBrowser>`__
-''''''''''''''''''''''''''''''
-
-    **Important**
-
-    This preference only applies to French systems at this time.
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to browse subject authorities on OPAC
-
-Values:
-
--  Allow
-
--  Don't allow
-
-    **Important**
-
-    run the `Authorities Browser Cron Job <#authbrowsercron>`__ to
-    create the browser list
-
-`OpacBrowseResults <#OpacBrowseResults>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: enable
-
-Asks: \_\_\_ browsing and paging search results from the OPAC detail
-page.
-
-Values:
-
--  disable
-
--  enable
-
-   Browsing and Paging Search Results
-   |image95|
-
-Description:
-
--  This preference will control the option to return to your results
-   and/or browse them from the detail page in the OPAC.
-
-`OpacCloud <#OpacCloud>`__
-''''''''''''''''''''''''''
-
-    **Important**
-
-    This preference only applies to French systems at this time.
-
-Default: Don't show
-
-Asks: \_\_\_ a subject cloud on OPAC
-
-Values:
-
--  Don't show
-
--  Show
-
-    **Important**
-
-    run the `Authorities Browser Cron Job <#authbrowsercron>`__ to
-    create the browser list
-
-`OPACFinesTab <#OPACFinesTab>`__
-''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to access the Fines tab on the My Account page on
-the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
--  Don't allow
-
-`OpacHoldNotes <#OpacHoldNotes>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Do not allow
-
-Asks: \_\_\_ users to add a note when placing a hold.
-
-Values:
-
--  Allow
-
-   Holds notes in the OPAC
-   |image96|
-
--  Do not allow
-
-`OPACISBD <#OPACISBD>`__
-''''''''''''''''''''''''
-
-Default: `MARC21 Default Appendix <#opacisbdmarcdefault>`__
-
-Asks: Use the following as the OPAC ISBD template:
-
-Description:
-
--  This determines how the ISBD information will display in the OPAC.
-   Elements in the list can be reordered to produce a different ISBD
-   view. ISBD, the International Standard Bibliographic Description, was
-   first introduced by IFLA (International Federation of Library
-   Associations) in 1969 in order to provide guidelines for descriptive
-   cataloging. The purpose of ISBD is to aid the international exchange
-   of bibliographic records for a variety of materials.
-
-`OpacItemLocation <#OpacItemLocation>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: call number only
-
-Asks: Show \_\_\_\_ for items on the OPAC search results.
-
-Values:
-
--  call number only
-
--  collection code
-
--  location
-
-Description:
-
--  This setting allows users of the OPAC results XSLT stylesheet to
-   choose to display collection code or location in addition to call
-   number.
-
-`OpacPasswordChange <#OpacPasswordChange>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to change their own password on the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
--  Don't allow
-
-    **Important**
-
-    Enabling this will break LDAP authentication.
-
-`OPACPatronDetails <#OPACPatronDetails>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to notify the library of changes to their contact
-information from the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
--  Don't allow
-
-Description:
-
--  If patrons are allowed to notify the library of changes to their
-   account then staff will need to approve the changes via the staff
-   client. Notification of patron account requests will appear on the
-   dashaboard below the list of modules with other pending actions.
-
-   Patrons requesting modifications
-   |image97|
-
-   Once you click the notification you will be presented with the
-   changes the patron would like to make to their account and from there
-   you can choose how to proceed.
-
-   Patrons modifications
-   |image98|
-
-       **Note**
-
-       You can control what fields patrons see and can modify via the
-       OPAC by setting the
-       `PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-       `PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-       preferences.
-
-`OPACpatronimage <#OPACpatronimage>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ patron images on the patron information page in the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  If `patronimages <#patronimages>`__ is set to allow the upload of
-   patron images via the staff client, then setting this preference to
-   'show' will show the patron what image you have on file for them when
-   they view their personal information on their account in the OPAC.
-
-`OPACPopupAuthorsSearch <#OPACPopupAuthorsSearch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't display
-
-Asks: \_\_\_ the list of authors/subjects in a popup for a combined
-search on OPAC detail pages.
-
-Values:
-
--  Display
-
-   Subject search pop up
-
-   -  **Important**
-
-          This will only display the pop up if you are not using an XSLT
-          stylesheet. Review your
-          `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ to find
-          out what stylesheet you're using.
-
--  Don't display
-
-   -  Authors and subjects will display as search links instead of pop
-      up menus.
-
-Description:
-
--  If this preference is set to 'Display' then clicking a subject or
-   author from the details page in the OPAC will present the searcher
-   with a pop up box. From this box you can check off any of the
-   subjects or authors listed and search them all at once by clicking
-   'Search' at the bottom of the pop up. The default behavior is for
-   Koha to search just the clicked author or subject.
-
-`OpacResetPassword <#OpacResetPassword>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: not allowed
-
-Asks: Library users are \_\_\_ to recover their password via e-mail in
-the OPAC.
-
-Values:
-
--  allowedForgot your password link
-
--  not allowed
-
-Description:
-
--  This preference controls whether you present users of the public
-   catalog with a 'Forgot your password' link or not. Learn more in the
-   `OPAC section <#resetpwopac>`__ of this manual.
-
-`OpacTopissue <#OpacTopissue>`__
-''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to access a list of the most checked out items on
-the OPAC.
-
-Values:
-
--  Allow
-
-   -  A link to 'Most Popular' will appear at the top of your OPAC
-
-      'Most Popular' link under the search box
-      |image99|
-
--  Don't allow
-
-Description:
-
--  This preference allows the administrator to choose to show the "Most
-   Popular" link at the top of the OPAC under the search box. The "Most
-   Popular" page shows the top circulated items in the library, as
-   determined by the number of times a title has been circulated. This
-   allows users to see what titles are popular in their community. It is
-   recommended that you leave this preference set to 'Don't allow' until
-   you have been live on Koha for a couple of months, otherwise the data
-   that it shows will not be an accurate portrayal of what's popular in
-   your library.
-
-   Sample top issues page
-   |image100|
-
-`opacuserlogin <#opacuserlogin>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to log in to their accounts on the OPAC.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-   -  The OPAC will still be searchable if patrons can't log in, this
-      just disables the patron account access via the OPAC
-
-`QuoteOfTheDay <#QuoteOfTheDay>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ Quote of the Day display on OPAC home page
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  This feature will allow you to enter a series of quotes that will
-   then show on the OPAC homepage in random order. To add/edit quotes,
-   visit the `Quote of the Day Editor <#QOTDEditor>`__ under Tools.
-
-`RequestOnOpac <#RequestOnOpac>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to place holds on items from the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
--  Don't allow
-
-`reviewson <#reviewson>`__
-''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to make comments on items on the OPAC.
-
-Values:
-
--  Allow
-
-   -  Patrons comments/reviews all require moderation before they appear
-      in the OPAC
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'Allow'
-
--  Don't allow
-
-Description:
-
--  This button allows the patrons to submit comments on books they have
-   read via the OPAC. If this preference is set to "Allow" reviews are
-   first sent to the staff client for staff approval before the review
-   is displayed in the OPAC. The staff member who reviews and approves
-   comments may find the pending comments on the
-   `Comments <#comments>`__ tool. The staff member can then choose to
-   approve or delete the comments.
-
-`ShowReviewer <#ShowReviewer>`__
-''''''''''''''''''''''''''''''''
-
-Default: full name
-
-Asks: Show \_\_\_ of commenter with comments in OPAC.
-
-Values:
-
--  first name
-
--  first name and last initial
-
--  full name
-
--  last name
-
--  no name
-
--  username
-
-Description:
-
--  If you would like to protect your patron's privacy in the OPAC you
-   can choose to hide their names or parts of their names from any of
-   the comments they leave on bib records in your system.
-   `reviewson <#reviewson>`__ needs to be set to 'Allow' for this to
-   preference to come in to play
-
-`ShowReviewerPhoto <#ShowReviewerPhoto>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ reviewer's photo beside comments in OPAC.
-
-Values:
-
--  Hide
-
--  Show
-
-   -  `reviewson <#reviewson>`__ needs to be set to 'Allow' and
-      `ShowReviewer <#ShowReviewer>`__ needs to be set to 'Show' for
-      this to preference to come in to play
-
-      ShowReviewerPhoto set to 'Show'
-      |image101|
-
-Description:
-
--  This system preference allows libraries to show avatars next to
-   patron's comments in the OPAC. These avatars are pulled from the
-   `Libravatar <https://www.libravatar.org>`__ library, an open source
-   powered product that allows Internet users to choose a small icon to
-   display next to their name on various different websites. The library
-   has no control over the images the patron chooses to display.
-
-`SocialNetworks <#SocialNetworks>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ social network links in opac detail pages
-
-Values:
-
--  Disable
-
--  Enable
-
-   Social Networks
-   |image102|
-
-Description:
-
--  This preference will enable a line of social network share buttons
-   below the right hand column on the detail pages of records in the
-   OPAC.
-
-    **Important**
-
-    In order for these share buttons to work when clicked you must have
-    filled in your `OPACBaseURL <#OPACBaseURL>`__ preference.
-
-`suggestion <#suggestionspref>`__
-'''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to make purchase suggestions on the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-      unless `AnonSuggestions <#AnonSuggestions>`__ is set to 'allow'
-
--  Don't allow
-
-`Payments <#opacpayments>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences will allow you control the tools you use to accept
-online payments from your patrons via the OPAC.
-
-`EnablePayPalOpacPayments & PayPalSandboxMode <#EnablePayPalOpacPayments>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-EnablePayPalOpacPayments Default: Don't all
-
-PayPalSandboxMode Default: Sandbox
-
-Asks: \_\_\_ patrons to make payments from the OPAC via PayPal in \_\_\_
-mode.
-
-EnablePayPalOpacPayments values:
-
--  Allow
-
--  Don't allow
-
-PayPalSandboxMode values:
-
--  Production
-
-   -  Visit https://developer.paypal.com/ to get information for
-      accepting payments in production
-
--  Sandbox
-
-   -  Visit https://developer.paypal.com/developer/accounts/ to get
-      information for your sandbox account
-
-Description:
-
--  This preference will allow you to accept credit card payments via the
-   OPAC for fines via PayPal. You will need to set up your PayPal
-   account and it is recommended that you run tests before using this in
-   production.
-
-    **Important**
-
-    PayPayl's terms of service state that you cannot charge your patrons
-    for the processing fees and so this plugin will not add additional
-    fees to the charges.
-
-`PayPalChargeDescription <#PayPalChargeDescription>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Koha fee payment
-
-Asks: The patron should see the charge description as \_\_\_
-
-Description
-
--  This preference controls what the patron will see on their PayPal
-   account/Bank account for this charge.
-
-`PayPalPwd <#PayPalPwd>`__
-''''''''''''''''''''''''''
-
-Asks: The password for the PayPal account to receive payments is \_\_\_
-
-`PayPalSignature <#PayPalSignature>`__
-''''''''''''''''''''''''''''''''''''''
-
-Asks: The signature for the PayPal account to receive payments is \_\_\_
-
-`PayPalUser <#PayPalUser>`__
-''''''''''''''''''''''''''''
-
-Asks: The email address to receive PayPal payments is \_\_\_
-
-`Policy <#opacpolicyprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to select branch when making a purchase suggestion
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If your library system lets patrons make purchase suggestions for a
-   specific branch you can set this preference to 'Allow' to add a
-   branch selection option to the purchase suggestion form.
-
-`BlockExpiredPatronOpacActions <#BlockExpiredPatronOpacActions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't block
-
-Asks: \_\_\_ expired patrons from OPAC actions such as placing a hold or
-renewing.
-
-Values:
-
--  Block
-
--  Don't block
-
-Description:
-
--  This preference lets you set a default value for how Koha handles
-   permissions for patrons who are expired. This preference can be
-   overwritten by the setting on `individual patron
-   categories <#patcats>`__.
-
-`OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ opac users to create public lists
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  Public lists are visible to anyone who visits your OPAC. With this
-   preference you can control whether or now patrons are allowed to
-   create these public lists. If this is set to "Don't allow" then only
-   staff will be able to create public lists.
-
-    **Important**
-
-    This preference will only be taken in to account if you have
-    `virtualshelves <#virtualshelves>`__ set to 'Allow'
-
-`OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ opac users to share private lists with other patrons.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  This feature will add the option for patrons to share their lists
-   with other patrons. When this is set to 'Allow' patrons will see a
-   share link at the top of their list. When they click that link it
-   will ask for the email of the patron they would like to share with.
-   Koha will then email the patron an invitation to see the list.
-
-`OPACFineNoRenewals <#OPACFineNoRenewals>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 99999
-
-Asks: Only allow patrons to renew their own books on the OPAC if they
-have less than \_\_\_ USD in fines
-
-    **Note**
-
-    Leave this field blank to disable
-
-    **Important**
-
-    To allow renewals in the OPAC, `opacuserlogin <#opacuserlogin>`__
-    needs to be set to 'allow'
-
-`OpacHiddenItems <#OpacHiddenItems>`__
-''''''''''''''''''''''''''''''''''''''
-
-Asks: Allows to define custom rules for hiding specific items at opac.
-
-    **Note**
-
-    See docs/opac/OpacHiddenItems.txt in your Koha install directory for
-    more information
-
-Description:
-
--  In this field you can enter criteria for items you would like to hide
-   from display in the OPAC. This field takes any combination of item
-   fields (from the items table in the Koha database) for blocking. For
-   example a value of:
-
-   ::
-
-       itype: [07, 10]
-       location: [STAFF, ISO]
-
-   Will block items with an itype code of 07 or 10 as well as items that
-   have a shelving location of STAFF or ISO.
-
-   In items my items.itype 07 is defined in Item Types Administration as
-   Staff Assigned My items.itype 10 in Item Types is Archival Copy The
-   locations STAFF and ISO are in Authorized Values for category=LOC
-   STAFF means it's assigned to the staff reading room and ISO means it
-   is in the isolation room.
-
-`OpacRenewalAllowed <#OpacRenewalAllowed>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to renew their own books on the OPAC.
-
-Values:
-
--  Allow
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
--  Don't allow
-
-   -  Staff will still be able to renew items for patrons via the staff
-      client
-
-Description:
-
--  This preference allows the administration to choose if patrons can
-   renew their checked out materials via their checked out history in
-   the OPAC. It allows patrons to renew their materials without having
-   to contact the library or having to return to the library.
-
-`OpacRenewalBranch <#OpacRenewalBranch>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: the branch the item was checked out from
-
-Asks: Use \_\_\_ as branchcode to store in the statistics table
-
-Values:
-
--  NULL
-
--  'OPACRenew'
-
--  the item's home branch
-
--  the patron's home branch
-
--  the branch the item was checked out from
-
-Description:
-
--  This value is used in the statistics table to help with reporting.
-   The statistics table in Koha keeps track of all checkouts and
-   renewals, this preference defines which branch is entered in to the
-   table when a patron renews an item for themselves via the OPAC.
-
-`OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ purchase suggestions from other patrons on the OPAC.
-
-Values:
-
--  Don't show
-
--  Show
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
-`SearchMyLibraryFirst <#SearchMyLibraryFirst>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't limit
-
-Asks: \_\_\_ patrons' searches to the library they are registered at.
-
-Values:
-
--  Don't limit
-
-   -  Searching the OPAC will show results from all libraries
-
-   -  If you're a one branch system, choose 'Don't limit'
-
--  Limit
-
-   -  Patrons will still be able to search other libraries via the
-      Advanced search page - but will be limited to searches for their
-      library only from the basic search box
-
-   -  `opacuserlogin <#opacuserlogin>`__ needs to be set to 'allow'
-
-`Privacy <#opacprivacyprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to choose their own privacy settings for showing
-the patron's checkouts to the patron's guarantor".
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  By default staff can see checkouts to family members via the staff
-   client. This preference will allow guarantees (children) to grant
-   permission to guarantors (guardians) to view their current checkouts
-   via the public catalog. This preference requires that you allow
-   patrons to se their own privacy with the
-   `OPACPrivacy <#OPACPrivacy>`__ preference.
-
-`AnonSuggestions <#AnonSuggestions>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons that aren't logged in to make purchase suggestions.
-
-    **Important**
-
-    If set to 'Allow', suggestions are connected to the
-    `AnonymousPatron <#AnonymousPatron>`__
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`AnonymousPatron <#AnonymousPatron>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: 0
-
-Asks: Use borrowernumber \_\_\_ as the Anonymous Patron (for anonymous
-suggestions and reading history)
-
-    **Note**
-
-    Before setting this preference `create a patron <#addnewpatron>`__
-    to be used for all anonymous suggestions and/or reading history
-    items. This patron can be any type and should be named something to
-    make it clear to you that they're anonymous (ex. Anonymous Patron).
-
-    **Important**
-
-    Remember to use the borrowernumber note the patron's cardnumber for
-    this value. The borrowernumber can be found on the patron record
-    under 'Library use' on the right.Borrowernumber
-
-`EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Keep
-
-Asks: \_\_\_ patron search history in the OPAC.
-
-Values:
-
--  Don't keep
-
--  Keep
-
-`OPACPrivacy <#OPACPrivacy>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ patrons to choose their own privacy settings for their
-reading history.
-
-    **Important**
-
-    This requires `opacreadinghistory <#opacreadinghistory>`__ set to
-    'Allow' and `AnonymousPatron <#AnonymousPatron>`__ to be set to your
-    anonymous patron's borrowernumber.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  The default privacy setting for each patron category can be set in
-   the `Patrons Categories <#patcats>`__ area. If you set this
-   preference to 'allow' then patrons can change that for themselves via
-   the OPAC.
-
-    **Important**
-
-    If patron has chosen to have their reading history anonymized and
-    you have `StoreLastBorrower <#StoreLastBorrower>`__ set to "Don't
-    store" then as soon as the item is checked in the last borrower will
-    be anonymized.
-
-`opacreadinghistory <#opacreadinghistory>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ patrons to see what books they have checked out in the
-past.
-
-    **Important**
-
-    Enabling this will make it so that patrons can view their
-    circulation history in the OPAC unless you have
-    `OPACPrivacy <#OPACPrivacy>`__ set to 'Allow.'
-
-    **Important**
-
-    This data is stored in the system regardless of your choice, unless
-    your patrons have chosen to never have their reading history kept.
-
-`StoreLastBorrower <#StoreLastBorrower>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't store
-
-Asks: \_\_\_ the last patron to return an item.
-
-Values:
-
--  Don't store
-
--  Store
-
-Description:
-
--  This preference allows you to store the last patron to borrow an item
-   even if the patron has chosen to have their reading history
-   anonymized.
-
-    **Note**
-
-    This setting is independent of
-    `opacreadinghistory <#opacreadinghistory>`__ and/or
-    `AnonymousPatron <#AnonymousPatron>`__.
-
-`TrackClicks <#TrackClicks>`__
-''''''''''''''''''''''''''''''
-
-Default: Don't track
-
-Asks: \_\_\_ links that patrons click on.
-
-Values:
-
--  Don't track
-
--  Track
-
--  Track anonymously
-
-Description:
-
--  By setting this preference to one of the track options you will allow
-   Koha to track every link clicked in Koha. This data will be stored in
-   a database table so that you can run reports against that data. If
-   you choose to 'Track' clicks then Koha will record both the link
-   clicked and the logged in user who clicked the link. If you choose to
-   'Track anonymously' then the borrowernumber will not be recorded, but
-   the rest of the data will.
-
-       **Note**
-
-       Remember to update your local privacy policies and link to them
-       from the OPAC to notify your users that you are tracking their
-       information.
-
-`Restricted Page <#opacrestrictedpg>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Using the following preference you can create a page within your Koha
-system that is accessible by only specific IP addresses. This can be
-used to house links to databases that can only be accessed from with the
-library or other licensed content.
-
-`RestrictedPageContent <#RestrictedPageContent>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: HTML content of your restricted page.
-
-`RestrictedPageLocalIPs <#RestrictedPageLocalIPs>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Access from IP addresses beginning with \_\_\_ do not need to be
-authenticated
-
-Description:
-
--  You can enter individual IPS as a comma separated list (ex:
-   '127.0.0,127.0.1') or just the beginning of the IP range allowed (ex:
-   '127.0.')
-
-`RestrictedPageTitle <#RestrictedPageTitle>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use \_\_\_ as title of your restricted page
-
-Description:
-
--  This title will appear in the breadcrumb and on the top of the
-   restricted page.
-
-`Self Registration <#opacselfregistrationprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`PatronSelfModificationBorrowerUnwantedField <#PatronSelfModificationBorrowerUnwantedField>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: password
-
-Asks: The following `database
-columns <http://schema.koha-community.org/tables/borrowers.html>`__ will
-not appear on the patron self-modification screen: \_\_\_
-
-Description:
-
--  This preference allows you to define what fields patrons can edit if
-   you're allowing them to update their personal information via the
-   public catalog with the `OPACPatronDetails <#OPACPatronDetails>`__
-   preference.
-
-    **Important**
-
-    Separate columns with \|
-
-`PatronSelfRegistration <#PatronSelfRegistration>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ library patrons to register an account via the OPAC.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  Setting this preference to 'Allow' will provide a link on the OPAC to
-   register for a new account. Using the other `Self
-   Registration <#opacselfregistrationprefs>`__ system preferences you
-   can control how this preference will function.
-
-   Register link in the OPAC
-   |image103|
-
-    **Important**
-
-    Patrons registering via the OPAC will not need to be approved by a
-    librarian. For this reason it is recommended that you set up a
-    provisional `patron category <#patcats>`__ with no `circulation
-    rights <#circfinerules>`__. That way patrons will have to come in to
-    the library to verify their identity before given circulation rights
-    at the library. Once the patron confirms their identiy the library
-    staff can change the category to one with permissions to check items
-    out and place holds.
-
-`PatronSelfRegistrationAdditionalInstructions <#PatronSelfRegistrationAdditionalInstructions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Display the following additional instructions for patrons who self
-register via the OPAC ( HTML is allowed ):
-
-Description:
-
--  This preference takes any HTML you'd like to display on the page the
-   patron sees after successfully registering for their library card.
-
-`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: surname\|firstname
-
-Asks: The following database columns must be filled in on the patron
-entry screen: \_\_\_
-
-Description:
-
--  This preference allows you to define what fields patrons must fill in
-   on their self regisration form. If any of the required fields are
-   blank Koha will not let the patron register.
-
-    **Important**
-
-    Separate columns with \|
-
-    **Note**
-
-    For help with field names, ask your system administrator or `view
-    the database
-    structure <http://schema.koha-community.org/tables/borrowers.html>`__
-    associated with the borrowers table.
-
-    **Note**
-
-    If you're going to require that patrons verify their accounts via
-    email with the
-    `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-    preference the email field will automatically be marked as required.
-
-`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: password
-
-Asks: The following database columns will not appear on the patron entry
-screen: \_\_\_
-
-Description:
-
--  Using this preference you can hide fields from the patron registraion
-   and update form in the OPAC.
-
-    **Important**
-
-    Separate columns with \|
-
-    **Note**
-
-    For help with field names, ask your system administrator or `view
-    the database
-    structure <http://schema.koha-community.org/tables/borrowers.html>`__
-    associated with the borrowers table.
-
-`PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the patron category code \_\_\_ as the default patron category
-for patrons registered via the OPAC.
-
-Description:
-
--  Enter in the patron category code for the category that all new
-   patrons registered via the OPAC will be put in to.
-
-    **Important**
-
-    Patrons registering via the OPAC will not need to be approved by a
-    librarian. For this reason it is recommended that you set up a
-    provisional `patron category <#patcats>`__ with no `circulation
-    rights <#circfinerules>`__. That way patrons will have to come in to
-    the library to verify their identity before given circulation rights
-    at the library. Once the patron confirms their identiy the library
-    staff can change the category to one with permissions to check items
-    out and place holds.
-
-    **Important**
-
-    If you leave this blank or enter in an invalid code your patrons
-    will still be able to register but will not be given a username.
-    There will be no errors on the page to explain this, so be sure to
-    enter a valid patron category code.
-
-`PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 0
-
-Asks: Delete patrons registered via the OPAC, but not yet verified after
-\_\_\_ days.
-
-Description:
-
--  This prefence links to the `delete\_expired\_opac\_registrations.pl
-   cron job <#deleteexpiredregistrationcron>`__. If that cron is set to
-   run nightly it will clean up any registrations that have not been
-   verified via email in the number of days entered on this preference.
-   This is dependent on
-   `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-   preference.
-
-`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't require
-
-Asks: \_\_\_ that a self-registering patron verify his or herself via
-email.
-
-Values:
-
--  Don't require
-
--  Require
-
-Description:
-
--  If you require patrons to verify their accounts via email they will
-   not be able to log in to the OPAC until they acknowledge the email
-   sent by Koha. If you don't require this then patrons will be able to
-   log in as soon as they fill in the registration form. You can set the
-   `PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
-   preference to delete the un-verified self registrations after a
-   certain number of days.
-
-    **Note**
-
-    If you're going to require that patrons verify their accounts via
-    email then the email field will automatically be marked as required.
-
-`Shelf Browser <#shelfbrowseprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`OPACShelfBrowser <#OPACShelfBrowser>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ a shelf browser on item details pages, allowing patrons to
-see what's near that item on the shelf.
-
-Values:
-
--  Don't show
-
--  Show
-
-   OPACShelfBrowser
-   |image104|
-
-Description:
-
--  This preference allows patrons to view what is located on the shelf
-   near the item they looked up. The shelf browser option appears on the
-   details page to the right of each items' call number. Clicking the
-   'Browse Shelf' link allows for a virtual shelf browsing experience
-   via the OPAC and lets patrons see other books that may relate to
-   their search and items that sit on the shelf near the item they are
-   looking at.
-
-    **Important**
-
-    This uses up a fairly large amount of resources on your server, and
-    should be avoided if your collection has a large number of items.
-
-`ShelfBrowserUsesCcode <#ShelfBrowserUsesCcode>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ the item collection code when finding items for the shelf
-browser.
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  If your library uses collection codes then you might want the shelf
-   browser to take into consideration what collection the books belong
-   to when populating the virtual shelf browser.
-
-`ShelfBrowserUsesHomeBranch <#ShelfBrowserUsesHomeBranch>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Use
-
-Asks: \_\_\_ the item home branch when finding items for the shelf
-browser.
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  If you have a multiple branch system you may want to make sure that
-   Koha takes into consideration what branch owns the books when
-   populating the virtual shelf browser for accuracy.
-
-`ShelfBrowserUsesLocation <#ShelfBrowserUsesLocation>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Use
-
-Asks: \_\_\_ the item location when finding items for the shelf browser.
-
-Values:
-
--  Don't use
-
--  Use
-
-Description:
-
--  If your library uses shelving locations then you might want the shelf
-   browser to take into consideration what shelving location the books
-   belong to when populating the virtual shelf browser.
-
-`Patrons <#patronprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Patrons
-
-`General <#generalpatronpref>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AutoEmailOpacUser <#AutoEmailOPACUser>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't send
-
-Asks: \_\_\_ an email to newly created patrons with their account
-details.
-
-Description:
-
--  AutoEmailOpacUser allows library users to be notified by email of
-   their account details when a new account is opened at the email
-   address specified in the
-   `AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__ preference.
-   The email contains the username and password given to or chosen by
-   the patron when signing up for their account and can be customized by
-   editing the `ACCTDETAILS <#ACCTDETAILS>`__ notice.
-
-Values:
-
--  Don't send
-
--  Send
-
-`AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: alternate
-
-Asks: Use \_\_\_ patron email address for sending out emails.
-
-Values:
-
--  alternate
-
--  first valid
-
--  home
-
--  work
-
-Description:
-
--  If you choose 'first valid' as the value for AutoEmailPrimaryAddress
-   the system will check the email fields in this order: home, work,
-   then alternate. Otherwise the system will use the email address you
-   specify.
-
-`autoMemberNum <#autoMemberNum>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Do
-
-Asks: \_\_\_ default the card number field on the patron addition screen
-to the next available card number
-
-Values:
-
--  Do
-
-   -  If the largest currently used card number is 26345000012941, then
-      this field will default to 26345000012942 for the next patron
-
--  Don't
-
-Description:
-
--  This preference determines if the patron's barcode is automatically
-   calculated. This prevents the person setting up the library card
-   account from having to assign a number to the new card. If set to
-   'Do' the system will calculate a new patron barcode by adding 1 to
-   the maximum barcode already present in the database.
-
-`BorrowerMandatoryField <#BorrowerMandatoryField>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: surname\|cardnumber\|barcode
-
-Asks: The following database columns must be filled in on the patron
-entry screen: \_\_\_
-
-Description:
-
--  This preference enables the system administrator to choose which
-   fields your library would like required for patron accounts. Enter
-   field names separated by \| (bar). This ensures that basic
-   information is included in each patron record. If a patron leaves one
-   of the required fields blank an error message will issue and the
-   account will not be created.
-
-    **Important**
-
-    Separate columns with \|
-
-    **Note**
-
-    For help with field names, ask your system administrator or `view
-    the database
-    structure <http://schema.koha-community.org/tables/borrowers.html>`__
-    associated with the borrowers table.
-
-`borrowerRelationship <#borrowerRelationship>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: father\|mother
-
-Asks: Guarantors can be the following of those they guarantee \_\_\_
-
-Description:
-
--  This preference enables the system administrator to define valid
-   relationships between a guarantor (usually a parent) & a guarantee
-   (usually a child). Defining values for this field does not make the
-   guarantor field required when adding a guarantee type patron. This
-   preference creates a drop down list identifying the relationship of
-   the guarantor to the guarantee. To disable the ability to add
-   children types in Koha you can leave this field blank.
-
-    **Important**
-
-    Input multiple choices separated by \|
-
-`BorrowerRenewalPeriodBase <#BorrowerRenewalPeriodBase>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: current date
-
-Asks: When renewing borrowers, base the new expiry date on \_\_\_
-
-Values:
-
--  current date.
-
--  current membership expiry date.
-
-Description:
-
--  This preference controls what the patron's new expiration date will
-   be when you renew their card. Using the 'current date' will add the
-   subscription period to today's date when calculating the new
-   expiration date. Using 'current membership expiry date' will add the
-   subscription period to the old expiration date for the patron when
-   renewing their account.
-
-`BorrowersTitles <#BorrowersTitles>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Mr\|Mrs\|Miss\|Ms
-
-Asks: Borrowers can have the following titles \_\_\_
-
-Description:
-
--  This preference allows the staff to choose the titles that can be
-   assigned to patrons. The choices present as a drop down list when
-   creating a patron record.
-
-    **Important**
-
-    Input multiple choices separated by \|
-
-`BorrowerUnwantedField <#BorrowerUnwantedField>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The following database columns will not appear on the patron entry
-screen: \_\_\_
-
-Description:
-
--  This preference enables the system administrator to choose which
-   fields your library doesn't need to see on the patron entry form.
-   Enter field names separated by \| (bar).
-
-    **Important**
-
-    Separate columns with \|
-
-    **Note**
-
-    For help with field names, ask your system administrator or `view
-    the database
-    structure <http://schema.koha-community.org/tables/borrowers.html>`__
-    associated with the borrowers table.
-
-`CardnumberLength <#CardnumberLength>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Asks: Card numbers for patrons must be \_\_\_ characters long.
-
-Description:
-
--  The length can be a single number to specify an exact length, a range
-   separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum
-   (i.e., ',Max'). If 'cardnumber' is included in the
-   `BorrowerMandatoryField <#BorrowerMandatoryField>`__ list, the
-   minimum length, if not specified here, defaults to one.
-
-`checkdigit <#checkdigit>`__
-''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ check and construct borrower card numbers in the Katipo
-style.
-
-Values:
-
--  Do
-
--  Don't
-
-    **Important**
-
-    This overrides `autoMemberNum <#autoMemberNum>`__ if on.
-
-`EnableBorrowerFiles <#EnableBorrowerFiles>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ enable the ability to upload and attach arbitrary files to
-a borrower record.
-
-Values:
-
--  Do
-
--  Don't
-
-Description:
-
--  When enabled this will add a 'Files' tab to the left of the patron
-   detail page where you can view and upload files to the patron record.
-
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to manage which notices patrons will receive and when
-they will receive them.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-    **Important**
-
-    This only applies to certain kinds of notices, overdue notices will
-    be sent based on the library's rules, not the patron's choice.
-
-    **Note**
-
-    To manage if patrons have also access to these settings, use
-    `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__.
-
-Description:
-
--  These messages are in addition to the overdue notices that the
-   library sends. The difference between these notices and overdues is
-   that the patron can opt-in and out of these. Setting this preference
-   to 'Allow' will allow staff to choose for patrons to receive any one
-   of the following messages:
-
-   -  Item Checkout : A notice that lists all the of the items the
-      patron has just checked out and/or renewed, this is an electronic
-      form of the checkout receipt
-
-   -  Item Due : A notice on the day and item is due back at the library
-
-   -  Hold Filled : A notice when you have confirmed the hold is waiting
-      for the patron
-
-   -  Item Checkin : A notice that lists all the of the items the patron
-      has just checked in
-
-   -  Advanced Notice : A notice in advance of the patron's items being
-      due (Staff can choose the number of days in advance)
-
-`EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ patron messaging setting on the OPAC
-
-Values:
-
--  Don't show
-
--  Show
-
-    **Important**
-
-    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-    must be enabled for messaging options to show in the OPAC
-
-Description:
-
--  These messages are in addition to the overdue notices that the
-   library sends. The difference between these notices and overdues is
-   that the patron can opt-in and out of these. Setting this preference
-   to 'Allow' will allow patrons to choose to receive any one of the
-   following messages:
-
-   -  Item Checkout : A notice that lists all the of the items the
-      patron has just checked out and/or renewed, this is an electronic
-      form of the checkout receipt
-
-   -  Item Due : A notice on the day and item is due back at the library
-
-   -  Hold Filled : A notice when you have confirmed the hold is waiting
-      for the patron
-
-   -  Item Checkin : A notice that lists all the of the items the patron
-      has just checked in
-
-   -  Advanced Notice : A notice in advance of the patron's items being
-      due (The patron can choose the number of days in advance)
-
-`ExtendedPatronAttributes <#ExtendedPatronAttributes>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Enable
-
-Asks: \_\_\_ searching, editing and display of custom attributes on
-patrons.
-
-Values:
-
--  Don't enable
-
--  Enable
-
-   -  Define attributes in Koha administration
-
-   -  Get there: More > Administration > `Patron Attribute
-      Types <#patronattributetypes>`__
-
-Description:
-
--  Patron attributes are library-defined custom fields that can be
-   applied to patron records.
-
-    **Note**
-
-    Use custom attributes for fields that the default patron record does
-    not support such as driver's license number or student ID number.
-
-`FeeOnChangePatronCategory <#FeeOnChangePatronCategory>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Do
-
-Asks: \_\_\_ charge a fee when a patron changes to a category with an
-enrollment fee.
-
-Values:
-
--  Do
-
--  Don't
-
-`intranetreadinghistory <#intranetreadinghistory>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to access a patron's checkout history.
-
-    **Important**
-
-    If you have the `OPACPrivacy <#OPACPrivacy>`__ preference set to
-    'Allow' and the patron has decided to not have their history kept
-    staff will only see currently checked out items.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-    **Important**
-
-    Reading history is still stored, regardless of staff being allowed
-    access or not unless the patron has chosen to have their history
-    anonymized via their `privacy page <#opacmyprivacy>`__.
-
-`MaxFine <#MaxFine>`__
-''''''''''''''''''''''
-
-Default: 9999
-
-Asks: The late fine for all checkouts will only go up to \_\_\_ USD.
-
-Description:
-
--  This preference controls the default cap on fines accrued by the
-   patron. Leaving this preference blank means that there is no cap on
-   the amount of fines a patron can accrue. If you'd like, single item
-   caps can be specified in the `circulation rules
-   matrix <#circfinerules>`__.
-
-`MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Send an account expiration notice when a patron's card will expire
-in \_\_\_ days.
-
-Description:
-
--  If you would like to notify patrons that their accounts are about to
-   expire then you can enter a number of days before expiration in this
-   preference. The notice text can be customized in the `Notices &
-   Slips <#notices>`__ tool.
-
-    **Important**
-
-    You will need to enable the `membership expiry cron
-    job <#patronexpirycron>`__ for this notice to send.
-
-`minPasswordLength <#minPasswordLength>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: 3
-
-Asks: Login passwords for staff and patrons must be at least \_\_\_
-characters long.
-
-    **Important**
-
-    This applies to both the staff login and the patron OPAC login.
-
-`NotifyBorrowerDeparture <#NotifyBorrowerDeparture>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 30
-
-Asks: Show a notice that a patron is about to expire \_\_\_ days
-beforehand.
-
-Description:
-
--  When the patron attempts to check out materials, a warning will
-   appear in the check out window of the Staff Client telling the
-   librarian that the patrons account is about to expire.
-
-    **Important**
-
-    This notice will appear on the patron's record in the staff client.
-
-`patronimages <#patronimages>`__
-''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ images to be uploaded and shown for patrons on the staff
-client.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  If this preference is set to 'Allow' the staff will be able to upload
-   images of patrons either `one by one <#addpatronimages>`__ or `in
-   bulk <#uploadpatronimages>`__. Patrons images will show on the detail
-   page to the left of the patron information. They can also show in the
-   OPAC if you set the `OPACpatronimage <#OPACpatronimage>`__ preference
-   or in the self check out module if you set the
-   `ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
-   preference.
-
-`PatronsPerPage <#PatronsPerPage>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: By default, show \_\_\_ results per page in the staff client.
-
-Description:
-
--  This preference will let you define how many patrons to show on
-   patron search results pages.
-
-`SMSSendDriver, SMSSendUsername, and SMSSendPassword <#SMSSendDriver>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the SMS::Send:: \_\_\_ driver to send SMS messages. Define a
-username/login \_\_\_ and a password \_\_\_.
-
-    **Important**
-
-    Please refer to your national laws concerning the sending of bulk
-    SMS messages before enabling this feature.
-
-Descritpion:
-
--  There are two options for using SMS in Koha. You can use the Email
-   protocol for free by entering 'Email' as the SMSSendDriver or you can
-   pay for a SMS driver. Some examples of values for the driver are:
-
-   -  SMS::Send::Us::Ipipi
-
-   -  SMS::Send::US::TMobile
-
-   -  SMS::Send::US::Verizon
-
-   -  SMS::Send::IN::Unicel
-
-   Additional values can be found here:
-   http://search.cpan.org/search?query=sms%3A%3Asend&mode=all
-
-       **Important**
-
-       Only drivers available as Perl modules will work in this
-       preference, so make sure a Perl module is available before
-       choosing an SMS service.
-
-   Once a driver is entered in the preference an option will appear in
-   the staff client and the OPAC on the patron messaging form to choose
-   to receive messages as SMS
-
-   SMSSendDriver Options
-   |image105|
-
-    **Important**
-
-    You must allow
-    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ for
-    this to work.
-
-`StatisticsFields <#StatisticsFields>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: location\|itype\|ccode
-
-Asks: Show the following fields from the items database table as columns
-on the statistics tab on the patron record: \_\_\_
-
-Statistics on Patron Record
-|image106|
-
-    **Important**
-
-    Enter the values separated by bars (\|)
-
-Description:
-
--  This preference lets you set which fields will show on the patron
-   record on the Statistics tab.
-
-`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ patron phone notifications using Talking Tech i-tiva
-(overdues, predues and holds notices currently supported).
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  To learn more about setting up this third party product view the
-   `Talking Tech Appendix <#talkingtechappendix>`__.
-
-    **Important**
-
-    Requires that you have
-    `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ set
-    to Allow to use.
-
-`uppercasesurnames <#uppercasesurnames>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ store and display surnames (last names) in upper case.
-
-Values:
-
--  Do
-
--  Don't
-
-`useDischarge <#useDischarge>`__
-''''''''''''''''''''''''''''''''
-
-Default: Don't allow
-
-Asks: \_\_\_ librarians to discharge borrowers and borrowers to request
-a discharge.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-Description:
-
--  A discharge is a certificate that says the patron has no current
-   checkouts, no holds and owe no money.
-
-       **Note**
-
-       In France a "quitus" ("discharge") is needed if you want to
-       register for an account in a library or a university).
-
-       **Note**
-
-       Academic libraries often require that you have a clear record at
-       the library before you can graduate.
-
-`Norwegian patron database <#norwegianpref>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`NorwegianPatronDBEnable & NorwegianPatronDBEndpoint <#NorwegianPatronDBEnable>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-NorwegianPatronDBEnable Default: Disable
-
-Asks: \_\_\_ the ability to communicate with the Norwegian national
-patron database via the \_\_\_ endpoint.
-
-Values:
-
--  Disable
-
--  Enable
-
-`NorwegianPatronDBSearchNLAfterLocalHit <#NorwegianPatronDBSearchNLAfterLocalHit>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't
-
-Asks: \_\_\_ search the Norwegian national patron database after a local
-search result was found.
-
-Values:
-
--  Do
-
--  Don't
-
-`NorwegianPatronDBUsername & NorwegianPatronDBPassword <#NorwegianPatronDBUsername>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Communicate with the Norwegian national patron database using the
-username \_\_\_ and the password \_\_\_.
-
-Description:
-
--  You can get these from "Base Bibliotek", which is maintained by the
-   Norwegian National Library.
-
-`Searching <#searchingprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences >
-Searching
-
-`Features <#searchfeatureprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`EnableSearchHistory <#EnableSearchHistory>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't keep
-
-Asks: \_\_\_ patron search history in the staff client.
-
-Values:
-
--  Don't keep
-
--  KeepEnableSearchHistory
-
-Description:
-
--  This preference controls whether the staff client keeps search
-   history for logged in users. Search history will be accessible under
-   the link to your account in the top right of the staff client.
-
-`IncludeSeeFromInSearches <#IncludeSeeFromInSearches>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't include
-
-Asks: \_\_\_ *see from* (non-preferred form) headings in bibliographic
-searches.
-
-Values:
-
--  Don't include
-
--  Include
-
-Description:
-
--  When this preference is set to include the search engine indexer will
-   insert *see from* headings from authority records into bibliographic
-   records when indexing, so that a search on an obsolete term will turn
-   up relevant records. For example when you search for cookery (the old
-   term) you get titles with the heading of cooking (the new term).
-
-    **Important**
-
-    You will need to reindex your bibliographic database when changing
-    this preference.
-
-`OpacGroupResults <#OpacGroupResults>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't use
-
-Asks: \_\_\_ PazPar2 to group similar results on the OPAC.
-
-Values:
-
--  Don't use
-
--  Use
-
-    **Important**
-
-    This requires that `PazPar2 <http://www.indexdata.com/pazpar2>`__ is
-    set up and running.
-
-`QueryAutoTruncate <#QueryAutoTruncate>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: automatically
-
-Asks: Perform wildcard searching (where, for example, Har would match
-Harry and harp) \_\_\_ (The \* character would be used like so: Har\* or
-\*logging.)
-
-Values:
-
--  automatically
-
--  only if \* is added
-
-Description:
-
--  This setting allows for searches to be automatically truncated or for
-   additional characters to be added to the end of a search string. When
-   set to "automatically" the search string automatically ends with a
-   wildcard function. For example, a search for the word "invent" with
-   auto truncation enabled will also retrieve results for inventor,
-   invention, inventory, etc. If you don't want this to happen
-   automatically you can still be perform wildcard searches manually by
-   adding an asterisk (\*). Typing "invent\*" even with auto truncation
-   disabled will retrieve the same inventor, invention, inventory
-   results. Auto truncation bypasses the necessity to type long search
-   strings in their entirety.
-
-`QueryFuzzy <#QueryFuzzy>`__
-''''''''''''''''''''''''''''
-
-Default: Try
-
-Asks: \_\_\_ to match similarly spelled words in a search (for example,
-a search for flang would also match flange and fang)
-
-Values:
-
--  Don't try
-
--  Try
-
-Description:
-
--  This preference enables "fuzzy" searching, in which the search engine
-   returns results that are similar to, but not exactly matching, the
-   word or words entered by the user. This preference enables the search
-   function to compensate for slightly misspelled names or phrases.
-
-    **Important**
-
-    Requires that `UseICU <#UseICU>`__ set to 'Not using'
-
-`QueryStemming <#QueryStemming>`__
-''''''''''''''''''''''''''''''''''
-
-Default: Try
-
-Asks: \_\_\_ to match words of the same base in a search
-
-Values:
-
--  Don't try
-
--  Try
-
-   -  A search for enabling would also match enable and enabled
-
-Description:
-
--  This preference enables word stemming. Stemming allows the search
-   function to return multiple versions of the same word, as well as
-   related terms (i.e., both fish and fishing would be returned).
-
-`QueryWeightFields <#QueryWeightFields>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Enable
-
-Asks: \_\_\_ ranking of search results by relevance
-
-Values:
-
--  Disable
-
--  Enable
-
-`TraceCompleteSubfields <#TraceCompleteSubfields>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Force
-
-Asks: \_\_\_ subject tracings in the OPAC and Staff Client to search
-only for complete-subfield matches.
-
-Values:
-
--  Don't force
-
-   -  Searches for subject keywords (example:
-      opac-search.pl?q=su:World%20Wide%20Web)
-
--  Force
-
-   -  Searches for complete subject fields (example:
-      opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)
-
-Description:
-
--  When TraceCompleteSubfields is set to "force," clicking on links in
-   non-authority controlled subject tracings will only find other
-   records where the entire subfields match. Leaving it at "don't force"
-   does a keyword search of the subject indexes.
-
-    **Important**
-
-    This preference assumes that you're using XSLT stylesheets as set in
-    the `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preference.
-
-`TraceSubjectSubdivisions <#TraceSubjectSubdivisions>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Include
-
-Asks: \_\_\_ subdivisions for searches generated by clicking on subject
-tracings.
-
-Values:
-
--  Don't include
-
-   -  Searches for subject keywords (example:
-      opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)
-
--  Include
-
-   -  Searches for complete subject fields (example:
-      opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))
-
-Description:
-
--  When TraceSubjectSubdivisions is set to "Include," if you click on a
-   subject with subdivisions (subfields other than 'a') they will be
-   searched along with the subject heading (subfield 'a'). To have only
-   the subject heading (subfield 'a') searched, set this preference to
-   "Don't include."
-
-    **Important**
-
-    This preference assumes that you're using XSLT stylesheets as set in
-    the `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ preference.
-
-`UseICU <#UseICU>`__
-''''''''''''''''''''
-
-Default: Not using
-
-Asks: \_\_\_ ICU Zebra indexing.
-
-Values:
-
--  Not using
-
--  Using
-
-Description:
-
--  ICU is a set of code libraries providing Unicode and Globalization
-   support for software applications. What this means is ICU Zebra
-   indexing is only necessary if you use non-roman characters in your
-   cataloging. If using ICU Zebra indexing you will want to not use
-   `QueryFuzzy <#QueryFuzzy>`__.
-
-    **Important**
-
-    This setting will not affect Zebra indexing, it should only be used
-    to tell Koha that you have activated ICU indexing if you have
-    actually done so, since there is no way for Koha to figure this out
-    on its own.
-
-    **Important**
-
-    Talk to your system administrator when changing this preference to
-    make sure that your system is set up properly for this to work.
-
-`UseQueryParser <#UseQueryParser>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Do not try
-
-Asks: \_\_\_ to use the QueryParser module for parsing queries.
-
-    **Note**
-
-    Enabling this will have no impact if you do not have QueryParser
-    installed, and everything will continue to work as usual.
-
-Values:
-
--  Do not try
-
--  Try
-
-Description:
-
--  This preference enables an experimental new query parser which opens
-   the door for a more expressive and more-effective search syntax.
-
-`Results Display <#searchresultsprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`defaultSortField & defaultSortOrder <#defaultSortField>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-defaultSortField Default: author
-
-defaultSortOrder Default: ascending
-
-Asks: By default, sort search results in the staff client by \_\_\_,
-\_\_\_\_
-
-Description:
-
--  These preferences set the default sort field and sort order for
-   searches on the staff side. Regardless of your choice, the other sort
-   options are still available in the drop down list on the advanced
-   search page.
-
-defaultSortField Values:
-
--  author
-
--  call number
-
--  date added
-
--  date of publication
-
--  relevance
-
--  title
-
--  total number of checkouts
-
-defaultSortOrder Values:
-
--  ascending
-
--  descending
-
--  from A to Z
-
--  from Z to A
-
-`displayFacetCount <#displayFacetCount>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ facet counts.
-
-Description:
-
--  This preference lets you decide if you show how many times a facet is
-   used in your search results in the OPAC and the staff client. The
-   relevance of these numbers highly depends on the value of the
-   `maxRecordsForFacets <#maxRecordsForFacets>`__ preference. Showing
-   these numbers can potentially effect the performance of your
-   searching, so test your system with different values for this
-   preference to see what works best.
-
-Values:
-
--  Don't show
-
--  Show
-
-   Number of times each Facet is found in results
-   |image107|
-
-`DisplayLibraryFacets <#DisplayLibraryFacets>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: holding library
-
-Asks: Show facets for \_\_\_
-
-Values:
-
--  both home and holding library
-
--  holding library
-
--  home library
-
-Description:
-
--  This preferenc controls the libraries facet that displays on search
-   results in the staff and opac. The value selected here will determin
-   which library(s) show in the facets when a search is run.
-
-`FacetLabelTruncationLength <#FacetLabelTruncationLength>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: Truncate facets length to \_\_\_ characters, in OPAC/staff
-interface.
-
-Description:
-
--  In the OPAC and the staff client your facets are cut off at 20
-   characters by default. Depending on your layout this may be too many
-   or two few letters, this preference lets you decide what number is
-   best for your library's design.
-
-`FacetMaxCount <#FacetMaxCount>`__
-''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: Show up \_\_\_ to facets for each category.
-
-Description:
-
--  This preference allows you to control how many possible limits show
-   under each heading (Author, Series, Topics, etc) on the facets in the
-   OPAC.
-
-`maxItemsInSearchResults <#maxItemsInSearchResults>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: Show up to \_\_\_ items per biblio in the search results
-
-Description:
-
--  This preference will let you set how many results display by default
-   when a search is run on the Staff Client.
-
-`maxRecordsForFacets <#maxRecordsForFacets>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: Build facets based on \_\_\_ records from the search results.
-
-Description:
-
--  By default Koha only bases facets on the first page of results
-   (usually 20 results). This preference lets you tell Koha to based the
-   facet descriptions and numbers on any number of search results
-   returned. The higher this number the longer it will take for your
-   search results to return, so test with various different values to
-   find the best balance for your library.
-
-`MaxSearchResultsItemsPerRecordStatusCheck <#MaxSearchResultsItemsPerRecordStatusCheck>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: For records with many items, only check the availability status
-for the first \_\_\_ items.
-
-Description:
-
--  Availability statuses may show incorrectly in search results if a
-   record has more items than the limit set. Statuses will display
-   correctly in the record details. Leave empty for no limit.
-
-`numSearchResults <#numSearchResults>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: By default, show \_\_\_ results per page in the staff client.
-
-`OPACdefaultSortField & OPACdefaultSortOrder <#opacdefaultsort>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-OPACdefaultSortField Default: relevance
-
-OPACdefaultSortOrder Default: ascending
-
-Asks: By default, sort search results in the OPAC by \_\_\_, \_\_\_
-
-Description:
-
--  These preferences set the default sort field and sort order for
-   searches on the OPAC. Regardless of your choice, the other sort
-   options are still available in the drop down list on the advanced
-   search page.
-
-OPACdefaultSortField Values:
-
--  author
-
--  call number
-
--  date added
-
--  date of publication
-
--  relevance
-
--  title
-
--  total number of checkouts
-
-OPACdefaultSortOrder Values:
-
--  ascending
-
--  descending
-
--  from A to Z
-
--  from Z to A
-
-`OPACItemsResultsDisplay <#OPACItemsResultsDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ an item's branch, location and call number in OPAC search
-results.
-
-Values:
-
--  Don't show
-
--  Show
-
-Description:
-
--  This setting selects the information about an item that will display
-   in the search results page of the OPAC. The results can display the
-   status of an item and/or full details including branch, location, and
-   call number. While the 'Show' option allows for more information to
-   be displayed on the search results page, the information can be
-   overwhelming for large collections with multiple branches.
-
-`OPACnumSearchResults <#OPACnumSearchResults>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: 20
-
-Asks: By default, show \_\_\_ results per page in the OPAC.
-
-`SearchWithISBNVariations <#SearchWithISBNVariations>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't search
-
-Asks: When searching on the ISBN index, \_\_\_ on all variations of the
-ISBN.
-
-Values:
-
--  don't search
-
--  search
-
-Descriptions:
-
--  With this preference set to search you'll be able to search for ISBNs
-   even if there are dashes or spaces in the field. So if you search for
-   9781843345855 but the ISBN was cataloged as 978-1843345855 you'll
-   still be able to find it if this preference is set to 'search'.
-
-    **Important**
-
-    This preference has no effect if
-    `UseQueryParser <#UseQueryParser>`__ is on
-
-`Search Form <#searchformprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`AdvancedSearchLanguages <#AdvancedSearchLanguages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Limit the languages listed in the advanced search drop-down to the
-\_\_\_ ISO 639-2 language codes (separate values with \| or ,).
-
-Description:
-
--  This preference will allow you to decide what languages show in the
-   pull down menu on the advanced search page in the OPAC and the staff
-   client. If this preference is left blank, all languages will show. To
-   limit the languages that are shown enter their `ISO 639-2 language
-   codes <http://www.loc.gov/standards/iso639-2/php/code_list.php>`__
-   separated by comma ( , ) or bar ( \| ). For example to limit listing
-   to French and Italian, enter ita\|fre.
-
-`AdvancedSearchTypes <#AdvancedSearchTypes>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: itemtype
-
-Asks: Show tabs in OPAC and staff-side advanced search for limiting
-searches on the \_\_\_ fields (separate values with \|).
-
-Description:
-
--  On the advanced search page you can choose to allow filters on one or
-   all of the following: Item types (itemtypes), Collection Codes
-   (ccode) and Shelving Location (loc). If you would like to be able to
-   limit searches on item type and shelving location for example you
-   would enter itemtypes\|loc in the preference input box. The order of
-   these fields will determine the order of the tabs in the OPAC and
-   staff client advanced search screens. Values within the search type
-   are OR'ed together, while each different search type is AND'ed
-   together in the query limits. The current stored values are supported
-   without any required modification.Each set of advanced search fields
-   are displayed in tabs in both the OPAC and staff client. The first
-   value in the AdvancedSearchTypes syspref is the selected tab; if no
-   values are present, "itemtypes" is used. For non-itemtype values, the
-   value in AdvancedSearchTypes must match the Authorised Value name,
-   and must be indexed with 'mc-' prefixing that name.
-
-   Searching by Item Type and Shelving Location
-   |image108|
-
-`expandedSearchOption <#expandedSearchOption>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't show
-
-Asks: By default, \_\_\_ "More options" on the OPAC and staff advanced
-search pages.
-
-Values:
-
--  don't show
-
--  show
-
-`IntranetNumbersPreferPhrase <#IntranetNumbersPreferPhrase>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't use
-
-Asks: By default, \_\_\_ the operator "phr" in the callnumber and
-standard number staff client searches
-
-Values:
-
--  don't use
-
--  use
-
-Description:
-
--  When searching by call number and standard number (biblionumber) in
-   Koha Staff Client you can choose to force the search to be a phrase
-   search by setting this preference to 'use.' This will allow for more
-   accurate results over doing a general keyword field search.
-
-`OPACNumbersPreferPhrase <#OPACNumbersPreferPhrase>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: don't use
-
-Asks: By default, \_\_\_ the operator "phr" in the callnumber and
-standard number OPAC searches
-
-Values:
-
--  don't use
-
--  use
-
-Description:
-
--  When searching by call number and standard number (biblionumber) in
-   the Koha OPAC you can choose to force the search to be a phrase
-   search by setting this preference to 'use.' This will allow for more
-   accurate results over doing a general keyword field search.
-
-`Serials <#serialsprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Serials
-
-`opacSerialDefaultTab <#opacSerialDefaultTab>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Subscriptions tab
-
-Asks: Show \_\_\_ as default tab for serials in OPAC.
-
-Values:
-
--  Holdings tab
-
--  Serial Collection tab
-
-       **Important**
-
-       Please note that the Serial Collection tab is currently available
-       only for systems using the UNIMARC standard.
-
-   Serial Collection tab
-   |image109|
-
--  Subscriptions tab
-
-   Subscriptions tab
-   |image110|
-
-`OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: 3
-
-Asks: Show the \_\_\_ previous issues of a serial on the OPAC.
-
-Description:
-
--  This preference allows the administrator to select the number of
-   recent issues for each serial which appear in the OPAC when the
-   serial is accessed. This is just the default value, patrons can
-   always click to see a full list of serials.
-
-`RenewSerialAddsSuggestion <#RenewSerialAddsSuggestion>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Don't add
-
-Asks: \_\_\_ a suggestion for a biblio when its attached serial is
-renewed.
-
-Values:
-
--  Add
-
--  Don't add
-
-Description:
-
--  If set to "Add", this preference will automatically add a serial to
-   the Acquisitions Purchase Suggestions menu when clicking the 'renew'
-   option. If you don't use the Acquisitions module to manage serials
-   purchases it's best to leave this set as 'Don't add.'
-
-`RoutingListAddReserves <#RoutingListAddReserves>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Place
-
-Asks: \_\_\_ received serials on hold if they are on a routing list.
-
-Values:
-
--  Place
-
--  Don't place
-
-`RoutingListNote <#RoutingListNote>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Asks: Include following note on all routing lists
-
-Description:
-
--  Text entered in this box will appear below the routing list
-   information.
-
-`RoutingSerials <#RoutingSerials>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: Don't add
-
-Asks: \_\_\_ received serials to the routing list.
-
-Description:
-
--  This preference determines if serials routing lists are enabled or
-   disabled for the library. When set to "Add", serials routing is
-   enabled and a serial can be directed through a list of people by
-   identifying who should receive it next. The list of people can be
-   established for each serial to be passed using the Serials module.
-   This preference can be used to ensure each person who needs to see a
-   serial when it arrives at the library will get it. Learn more in the
-   `routing list <#routinglist>`__ section of this manual.
-
-Values:
-
--  Add
-
--  Don't add
-
-`StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: 3
-
-Asks: Show the \_\_\_ previous issues of a serial on the staff client.
-
-Description:
-
--  This preference allows the administrator to select the number of
-   recent issues for each serial which appear in the Staff Client when
-   the serial is accessed. This is just the default value, staff members
-   can always click to see a full list of serials.
-
-`SubscriptionDuplicateDroppedInput <#SubscriptionDuplicateDroppedInput>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Asks: List of fields which must not be rewritten when a subscription is
-duplicated (Separated by pipe \|) \_\_\_
-
-Description:
-
--  When duplicating a subscription sometimes you don't want all of the
-   fields duplicated, using this preference you can list the fields that
-   you don't want to be duplicated. These field names come from the
-   subscription table in the Koha database. Learn what fields are in
-   that table on the `Koha DB
-   Schema <http://schema.koha-community.org/tables/subscription.html>`__
-   site.
-
-`SubscriptionHistory <#SubscriptionHistory>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Default: full history
-
-Asks: When showing the subscription information for a bibliographic
-record, preselect \_\_\_ view of serial issues.
-
-Values:
-
--  brief history
-
-   Brief History
-   |image111|
-
--  full history
-
-   Full History
-   |image112|
-
-Description:
-
--  This preference determines what information appears in the OPAC when
-   the user clicks the More Details option. The 'brief' option displays
-   a one-line summary of the volume and issue numbers of all issues of
-   that serial held by the library. The 'full' option displays a more
-   detailed breakdown of issues per year, including information such as
-   the issue date and the status of each issue.
-
-`Staff Client <#staffprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Staff
-Client
-
-`Appearance <#staffappearprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`Display856uAsImage <#Display856uAsImage>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Neither details or results page
-
-Asks: Display the URI in the 856u field as an image on: \_\_\_
-
-Values:
-
--  Both results and details pages
-
-   -  **Important**
-
-          Not implemented yet
-
--  Detail page only
-
-   -  **Important**
-
-          `XSLTDetailsDisplay <#XSLTDetailsDisplay>`__ needs to be on
-          for this preference to work.
-
-   Showing the 856u as an image
-   |image113|
-
--  Neither details or results page
-
--  Results page only
-
-   -  **Important**
-
-          Not yet implemented
-
-Description:
-
--  In addition to this option being set, the corresponding XSLT option
-   must be turned on. Also, the corresponding 856q field must have a
-   valid MIME image extension (e.g., "jpg") or MIME image type (i.e.
-   starting with "image/"), or the generic indicator "img" entered in
-   the field. When all of the requirements are met, an image file will
-   be displayed instead of the standard link text. Clicking on the image
-   will open it in the same way as clicking on the link text. When you
-   click on the image it should open to full size, in the current window
-   or in a new window depending on the value in the system pref
-   `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__.
-
-   Sample 856 Field
-   |image114|
-
-`DisplayIconsXSLT <#DisplayIconsXSLT>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ the format, audience, and material type icons in XSLT
-MARC21 results and detail pages in the staff client.
-
-    **Important**
-
-    `XSLTResultsDisplay <#XSLTResultsDisplay>`__ and/or
-    `XSLTDetailsDisplay <#XSLTDetailsDisplay>`__ must be set to use an
-    XSLT stylesheet (default or custom) for these icons to show.
-
-Values:
-
--  Don't show
-
--  Show
-
-   DisplayIconsXSLT
-   |image115|
-
-    **Note**
-
-    See the `XSLT Icon Guide <#XSLTiTypes>`__ for more information on
-    these icons.
-
-`intranet\_includes <#intranet_includes>`__
-'''''''''''''''''''''''''''''''''''''''''''
-
-Default: includes
-
-Asks: Use include files from the \_\_\_ directory in the template
-directory, instead of includes/. (Leave blank to disable)
-
-`IntranetCirculationHomeHTML <#IntranetCirculationHomeHTML>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML in its own div on the bottom of the home
-page of the circulation module: IntranetCirculationHomeHTML
-
-`intranetcolorstylesheet <#intranetcolorstylesheet>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Include the additional CSS stylesheet \_\_\_ to override specified
-settings from the default stylesheet
-
-Description:
-
--  This preference is used to set the background color and style of the
-   Staff Client. The value is a .css file. The system administrator
-   should determine which file is appropriate. Enter just a filename, a
-   full local path or a complete URL starting with http:// (if the file
-   lives on a remote server). Please note that if you just enter a
-   filename, the file should be in the css subdirectory for each active
-   theme and language within the Koha templates directory. A full local
-   path is expected to start from your HTTP document root.
-
-    **Important**
-
-    Leave this field blank to disable.
-
-`IntranetFavicon <#IntranetFavicon>`__
-''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the image at \_\_\_ for the Staff Client's favicon.
-
-    **Important**
-
-    This should be a complete URL, starting with http://
-
-    **Note**
-
-    Turn your logo into a favicon with the `Favicon
-    Generator <http://antifavicon.com/>`__.
-
-Description:
-
--  The favicon is the little icon that appears next to the URL in the
-   address bar in most browsers. The default value for this field (if
-   left blank) is the small 'K' in the Koha logo.
-
-   Default Koha Favicon
-   |image116|
-
-`IntranetmainUserblock <#IntranetmainUserblock>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML in its own column on the main page of the
-staff client
-
-Sample HTML for IntranetmainUserblock
-|image117|
-
-Message from IntranetmainUserblock as it appears on the Staff Client
-main page
-|image118|
-
-`IntranetNav <#IntranetNav>`__
-''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML in the More menu at the top of each page
-on the staff client (should be a list of links or blank)
-
-`IntranetReportsHomeHTML <#IntranetReportsHomeHTML>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Show the following HTML in its own div on the bottom of the home
-page of the reports module: HTML on Reports page
-
-`IntranetSlipPrinterJS <#IntranetSlipPrinterJS>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the following JavaScript for printing slips.
-
-Description:
-
--  The most logical use of this preference is in conjunction with the
-   `jsPrintSetup <http://jsprintsetup.mozdev.org/>`__ Firefox add-on.
-   Learn more about this preference and the add-on setup on the Koha
-   wiki at
-   http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently.
-
-`intranetstylesheet <#intranetstylesheet>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: Use the CSS stylesheet \_\_\_ on all pages in the staff interface,
-instead of the default css (used when leaving this field blank).
-
-Description:
-
--  The Intranetstylesheet preference is a layout and design feature for
-   the intranet or staff client. This preference allows a library to
-   customize the appearance of the Staff Client. Enter just a filename,
-   a full local path or a complete URL starting with http:// (if the
-   file lives on a remote server). Please note that if you just enter a
-   filename, the file should be in the css subdirectory for each active
-   theme and language within the Koha templates directory. A full local
-   path is expected to start from your HTTP document root.
-
-`IntranetUserCSS <#IntranetUserCSS>`__
-''''''''''''''''''''''''''''''''''''''
-
-Asks: Include the following CSS on all pages in the staff client
-
-`IntranetUserJS <#intranetuserjs>`__
-''''''''''''''''''''''''''''''''''''
-
-Asks: Include the following JavaScript on all pages in the staff
-interface
-
-Description:
-
--  This preference allows the administrator to enter JavaScript or
-   JQuery that will be embedded across all pages of the Staff Client.
-   Administrators may use this preference to customize some of the
-   interactive sections of Koha, customizing the text for the login
-   prompts, for example. Sample JQuery scripts used by Koha libraries
-   can be found on the wiki:
-   http://wiki.koha-community.org/wiki/JQuery_Library.
-
-`SlipCSS <#SlipCSS>`__
-''''''''''''''''''''''
-
-Asks: Include the stylesheet at \_\_\_ on Issue and Reserve Slips.
-
-    **Important**
-
-    This should be a complete URL, starting with http://
-
-Description:
-
--  If you would like to style your receipts or slips with a consistent
-   set of fonts and colors you can use this preference to point Koha to
-   a stylesheet specifically for your slips.
-
-`StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ images for authorized values (such as lost statuses and
-locations) in search results.
-
-Values:
-
--  Don't show
-
--  Show
-
-`staffClientBaseURL <#staffClientBaseURL>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: The staff client is located at http:// \_\_\_
-
-`template <#template>`__
-''''''''''''''''''''''''
-
-Default: prog
-
-Asks: Use the \_\_\_ theme on the staff interface.
-
-Values:
-
--  prog
-
-    **Important**
-
-    Do not include a trailing slash in the URL this will break links
-    created using this URL. (example: www.google.com not
-    www.google.com/)
-
-`XSLTDetailsDisplay <#XSLTDetailsDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: default
-
-Asks: Display details in the staff client using XSLT stylesheet at
-\_\_\_
-
-Values:
-
--  leave empty to not use the XSLT stylesheet
-
-   -  In previous versions of Koha this was the setting that read
-      'normally'
-
-      Detail display without XSLT stylesheets
-      |image119|
-
--  enter "default" for the default one
-
-   Detail display using XSLT stylesheets
-   |image120|
-
--  put a path to define a XSLT file
-
-   -  ex: /path/to/koha/and/your/stylesheet.xsl
-
-   -  If in a multi-language system you can enter {langcode} in the path
-      to tell Koha to look in the right language folder
-
-      -  ex:
-         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
-
-      -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
-
--  put an URL for an external specific stylesheet
-
-   -  ex: http://mykoha.org/stylesheet.xsl
-
-Description:
-
--  XSLT stylesheets allow for the customization of the details shows on
-   the screen when viewing a bib record. This preference will allow you
-   either use the default look that comes with Koha or design your own
-   stylesheet.
-
-`XSLTResultsDisplay <#XSLTResultsDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-Default: default
-
-Asks: Display results in the staff client using XSLT stylesheet at
-\_\_\_
-
-Values:
-
--  leave empty to not use the XSLT stylesheet
-
-   -  In previous versions of Koha this was the setting that read
-      'normally'
-
--  enter "default" for the default one
-
--  put a path to define a XSLT file
-
-   -  ex: /path/to/koha/and/your/stylesheet.xsl
-
-   -  If in a multi-language system you can enter {langcode} in the path
-      to tell Koha to look in the right language folder
-
-      -  ex:
-         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl
-
-      -  ex. http://mykoha.org/{langcode}/stylesheet.xsl
-
--  put an URL for an external specific stylesheet
-
-   -  ex: http://mykoha.org/stylesheet.xsl
-
-Description:
-
--  XSLT stylesheets allow for the customization of the details shows on
-   the screen when viewing the search results. This preference will
-   allow you either use the default look that comes with Koha or design
-   your own stylesheet.
-
-`Options <#staffoptsprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`HidePatronName <#HidePatronName>`__
-''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ the names of patrons that have items checked out or on hold
-on detail pages or the "Place Hold" screen.
-
-Values:
-
--  Don't show
-
--  Show
-
-`intranetbookbag <#intranetbookbag>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Show
-
-Asks: \_\_\_ the cart option in the staff client.
-
-Values:
-
--  Don't show
-
--  Show
-
-`StaffDetailItemSelection <#StaffDetailItemSelection>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Enable
-
-Asks: \_\_\_ item selection in record detail page.
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  This preference lets you choose to show (or not show) checkboxes to
-   the left of every item in the holdings tab on the detail display of a
-   record in the staff client. Showing these checkboxes allows the staff
-   members to select multiple items to edit or delete at once.
-
-   Items with the checkboxes enabled
-   |image121|
-
-`UseWYSIWYGinSystemPreferences <#UseWYSIWYGinSystemPreferences>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Don't show
-
-Asks: \_\_\_ WYSIWYG editor when editing certain HTML system
-preferences.
-
-Values:
-
--  Don't show
-
--  ShowWYSIWYG Editor in Sys Prefs
-
-Description:
-
--  This preference allows you to chang system preferences with HTML in
-   them to WYSIWYG editors instead of plain text boxes.
-
-`viewISBD <#viewISBD>`__
-''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to view records in ISBD form on the staff client.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`viewLabeledMARC <#viewLabeledMARC>`__
-''''''''''''''''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to view records in labeled MARC form on the staff
-client.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`viewMARC <#viewMARC>`__
-''''''''''''''''''''''''
-
-Default: Allow
-
-Asks: \_\_\_ staff to view records in plain MARC form on the staff
-client.
-
-Values:
-
--  Allow
-
--  Don't allow
-
-`Tools <#toolsprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Tools
-
-`Batch Item Modification <#batchitemodprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences are in reference to the `Batch Item
-Modification <#batchmodifyitems>`__ tool.
-
-`MaxItemsForBatch <#MaxItemsForBatch>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: 1000
-
-Asks: Process up to \_\_\_ items in a single modification or deletion
-batch.
-
-Description:
-
--  In the `batch item delete tool <#batchdeleteitems>`__ this will
-   prevent the display of more than the items you entered in this
-   preference, but you will be able to delete more than the number you
-   enter here. In the `batch item modification
-   tool <#batchmodifyitems>`__ this preference will prevent the editing
-   of more than the number entered here.
-
-`News <#newstoolprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`NewsAuthorDisplay <#NewsAuthorDisplay>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-Default: not at all
-
-Asks: Show the author for news items: \_\_\_
-
-Values:
-
--  Both OPAC and staff client
-
--  Not at all
-
--  OPAC only
-
--  Staff client only
-
-`Patron Cards <#patcardprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-These preferences are in reference to the `Patron Card
-Creator <#patroncardcreator>`__ tool.
-
-`ImageLimit <#ImageLimit>`__
-''''''''''''''''''''''''''''
-
-Asks: Limit the number of creator images stored in the database to
-\_\_\_ images.
-
-`Web Services <#webserviceprefs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Global System Preferences > Web
-Services
-
-`IdRef <#idref>`__
-^^^^^^^^^^^^^^^^^^
-
-Default: Disable
-
-Asks: \_\_\_ the IdRef webservice from the opac detail page. IdRef
-allows to request authorities from the Sudoc database.
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  IdRef is a French service for Sudoc autorities. Using the `Sudoc
-   database <http://www.sudoc.abes.fr/>`__, it allows to request /
-   modify / add authorities. If a record comes from the Sudoc (so 009 is
-   filled with an integer), at the OPAC you will see "Author: Idref" if
-   a 7..$3 (unimarc author) if filled with a ppn. On clicking on the
-   Idref link, a popup will display. IdRef link
-
-   The Idref webservice is requested and all records (by roles) for this
-   author will be displayedSudoc
-
-   There is 1 line / record and 2 links at the end. 1 will request Koha
-   (cgi-bin/koha/opac-search.pl?q=ident:003381862), the other one will
-   redirect to the sudoc page (http://www.sudoc.fr/003381862).
-
--  **Important**
-
-       Please note that this feature is available only for libraries
-       using UNIMARC.
-
--  **Note**
-
-       The French Sudoc database should not be confused with the US
-       Superintendent of Documents (SuDocs) Classification Scheme.
-
-`ILS-DI <#ilsdiprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-`ILS-DI <#ILS-DI>`__
-''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ ILS-DI services for OPAC users
-
-Values:
-
--  Disable
-
--  Enable
-
-`ILS-DI:AuthorizedIPs <#ILS-DIAuthorized_IPs>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-Asks: \_\_\_ allowed IPs to use the ILS-DI services
-
-`OAI-PMH <#oaiprefs>`__
-^^^^^^^^^^^^^^^^^^^^^^^
-
-`OAI-PMH <#OAI-PMH>`__
-''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ Koha's OAI-PMH server.
-
-Values:
-
--  Disable
-
--  Enable
-
-Description:
-
--  Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl
-   to see your file. For the Open Archives Initiative-Protocol for
-   Metadata Harvesting (OAI-PMH) there are two groups of 'participants':
-   Data Providers and Service Providers. Data Providers (open archives,
-   repositories) provide free access to metadata, and may, but do not
-   necessarily, offer free access to full texts or other resources.
-   OAI-PMH provides an easy to implement, low barrier solution for Data
-   Providers. Service Providers use the OAI interfaces of the Data
-   Providers to harvest and store metadata. Note that this means that
-   there are no live search requests to the Data Providers; rather,
-   services are based on the harvested data via OAI-PMH. Koha at present
-   can only act as a Data Provider. It can not harvest from other
-   repositories. The biggest stumbling block to having Koha harvest from
-   other repositories is that MARC is the only metadata format that Koha
-   indexes natively. Visit
-   http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
-   OAI-PMH works.
-
-Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
-
-`OAI-PMH:archiveID <#OAI-PMHarchiveID>`__
-'''''''''''''''''''''''''''''''''''''''''
-
-Default: KOHA-OAI-TEST
-
-Asks: Identify records at this site with the prefix \_\_\_ :
-
-`OAI-PMH:AutoUpdateSets <#OAI-PMHAutoUpdateSets>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: Disable
-
-Asks: \_\_\_ automatic update of OAI-PMH sets when a bibliographic
-record is created or updated.
-
-Values:
-
--  Disable
-
--  Enable
-
-`OAI-PMH:ConfFile <#OAI-PMHConfFile>`__
-'''''''''''''''''''''''''''''''''''''''
-
-If this preference is left empty, Koha's OAI Server operates in normal
-mode, otherwise it operates in extended mode. In extended mode, it's
-possible to parameter other formats than marcxml or Dublin Core.
-OAI-PMH:ConfFile specify a YAML configuration file which list available
-metadata formats and XSL file used to create them from marcxml records.
-
-For more information, see the `sample conf file <#oaiconfsample>`__ in
-the appendix.
-
-`OAI-PMH:DeletedRecord <#OAI-PMHDeletedRecord>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''
-
-Default: will never be emptied or truncated (persistent)
-
-Asks: Koha's deletedbiblio table \_\_\_
-
-Values:
-
--  will never have any data in it (no)
-
--  will never be emptied or truncated (persistent)
-
--  might be emptied or truncated at some point (transient)
-
-`OAI-PMH:MaxCount <#OAI-PMHMaxCount>`__
-'''''''''''''''''''''''''''''''''''''''
-
-Default: 50
-
-Asks: Only return \_\_\_ records at a time in response to a ListRecords
-or ListIdentifiers query.
-
-Description:
-
--  This is the maximum number of records that would be returned based on
-   ListRecord or ListIdentifier queries from harvesters. ListRecords
-   harvest the entire records while the ListIdentifier is an abbreviated
-   form of ListRecords, retrieving only headers rather than records.
-
-`Reporting <#reportingservice>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-`SvcMaxReportRows <#SvcMaxReportRows>`__
-''''''''''''''''''''''''''''''''''''''''
-
-Default: 10
-
-Asks: Only return \_\_\_ rows of a report requested via the reports web
-service.
-
-Description:
-
--  This value will be used to limit the number of results returned by
-   `public reports <#publicreport>`__.
-
-`Basic Parameters <#basicparams>`__
------------------------------------
-
-*Get there:* More > Administration
-
-    **Important**
-
-    Configure all 'parameters' in the order they appear.
-
-`Libraries & Groups <#libsgroups>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When setting up your Koha system you will want to add information for
-every library that will be sharing your system. This data is used in
-several areas of Koha.
-
--  *Get there:* More > Administration > Basic Parameters > Libraries and
-   Groups
-
-When visiting this page you are presented with a list of the libraries
-and groups that have already been added to the system.
-
-Library List
-|image122|
-
-Group Lists
-|image123|
-
-`Adding a Library <#addingalibrary>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new library:
-
--  Click 'New Library'
-
--  The top of the form asks for some basics about the library
-
-   Basic Library Info
-   |image124|
-
-   -  The library code should not contain any spaces and be 10 or fewer
-      characters. This code will be used as a unique identifier in the
-      database.
-
-   -  The name will be displayed on the OPAC wherever the library name
-      displays to the public and should be a name that makes sense to
-      your patrons.
-
-   -  If you have `groups <#addinglibgroup>`__ set up you can choose
-      what group this library belongs to after entering in the code and
-      name
-
--  Next you can enter basic contact info about the branch
-
-   Library Contact Info
-   |image125|
-
-   -  The address and contact fields can be used to make notices custom
-      for each library
-
-   -  The email address field is not required, but it should be filled
-      for every library in your system
-
-      -  **Important**
-
-             Be sure to enter a library email address to make sure that
-             notices are sent to and from the right address
-
-   -  If you'd like you can enter a different 'Reply-To' email address.
-      This is the email address that all replies will go to.
-
-      -  **Note**
-
-             If you do not fill in this value Koha will use the address
-             in the `ReplytoDefault <#ReplytoDefault>`__ preference
-
-   -  If you'd like you can also enter a different 'Return-Path' email
-      address. This is the email address that all bounced messages will
-      go to.
-
-      -  **Note**
-
-             If you do not fill in this value Koha will use the address
-             in the `ReturnpathDefault <#ReturnpathDefault>`__
-             preference
-
-   -  If the URL field is populated then the library name will be linked
-      in the holdings table on the OPAC
-
-      Linked Library Name
-      |image126|
-
-   -  The OPAC Info box is for you to put information about the library
-      that will appear in the OPAC when the branch name is moused over
-      in the holdings table
-
-      OPAC Info
-      |image127|
-
-   -  IP Address does not have be filled in unless you plan on limiting
-      access to your staff client to a specific IP Address
-
-      -  **Important**
-
-             An IP address is required if you have enabled
-             `AutoLocation <#AutoLocation>`__
-
-   -  Finally, if you have any notes you can put them here. These will
-      not show in the OPAC
-
-    **Note**
-
-    Of the fields listed, only 'Library code' and 'Name' are required
-
-`Editing/Deleting a Library <#editingalibrary>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You will be unable to delete any library that has patrons or items
-attached to it.
-
-Staff will be presented with a warning when trying to delete a library
-that is being used
-|image128|
-
-Each library will have an 'Edit' link to the right of it. Click this
-link to edit/alter details associated with the library in question.
-
-    **Important**
-
-    You will be unable to edit the 'Library code'
-
-`Adding a group <#addinglibgroup>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a Search Domain or Library Property Group click the 'New Group'
-button at the top of the screen
-
-Add group form
-|image129|
-
-Give the group a 'Category type; of 'searchdomain' and if you would like
-the group to show up in the library pull down at the top of the OPAC
-(with
-`OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__ set
-to 'Add') and on the advanced search page you can check the 'Show in
-search pulldown' box.
-
-Of the fields on the group form, 'Category code', 'Name', and 'Category
-type' are the only required fields
-
-`Search Domain Groups <#searchdomaingroups>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-Search Domain Groups allow you to search a group of libraries at the
-same time instead of searching just one library or all libraries.
-
-Search Domain Groups
-|image130|
-
-To see Search Domain Groups in action visit the staff client advanced
-search page in your Koha system:
-
-Library group search on staff client
-|image131|
-
-`Library Property Groups <#libpropertygroups>`__
-''''''''''''''''''''''''''''''''''''''''''''''''
-
-You can assign specific categories to your libraries by adding groups
-for them
-
-Library Property Groups
-|image132|
-
-Properties are then applied to libraries via the add or edit library
-form
-
-Groups on the Add/Modify library form
-|image133|
-
-`Item Types <#itemtypeadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Koha allows you to organize your collection by item types and collection
-codes.
-
--  *Get there:* More > Administration > Basic Parameters > Item Types
-
-Item types typically refer to the material type (book, cd, dvd, etc),
-but can be used in any way that works for your library.
-
-Item Types
-|image134|
-
-`Adding Item Types <#additemtype>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new item type, simply click the 'New Item Type' button at the
-top of the Item Types page.
-
-New Item Type
-|image135|
-
--  In the 'Item Type' field, enter a short code for your item type
-
--  The description is the plain text definition of the item type (for
-   those with multiple languages installed you can translate the item
-   type description in to all of those languages using the 'Translate in
-   to other languages' link)
-
--  Item types and can grouped together for searching at the same time.
-   For example you can put DVDs and Bluray in to a group called Movie
-   and then they can be searched together. These groups are defined in
-   the ITEMTYPECAT authorized value.
-
--  You can choose to have an image associated with your item type
-
-   -  You can choose from a series of image collections
-
-   -  You can link to a remote image
-
-   -  Or you can just have no image associated with the item type
-
-   -  **Important**
-
-          To have your item type images appear in the OPAC you need to
-          set `noItemTypeImages <#noItemTypeImages>`__ to 'Show'
-
-      -  *Get there:*\ More > Administration > Global System Preferences
-         > `Admin <#adminprefs>`__
-
--  For items that you are suppressing from the OPAC you can hide their
-   item type from being searched in the OPAC
-
--  For items that do not circulate, check the 'Not for loan' options
-
-   -  Items marked 'Not for loan' will appear in the catalog, but cannot
-      be checked out to patrons
-
--  For items that you charge a rental fee for, enter the total fee you
-   charge in the 'Rental charge' field
-
-   -  **Important**
-
-          Do not enter symbols in this field, only numbers and decimal
-          points (ex. $5.00 should be entered as 5 or 5.00)
-
-   -  This will charge the patron on checkout
-
--  If you would like a message or alert to appear when items of this
-   type are checked in you can enter that in the 'Checkin message' box
-
-   Checkin message setup
-   |image136|
-
-   -  The Checkin message type can be a Message or an Alert. The only
-      difference between these two is the styling. By default a Message
-      is blue
-
-      Checkin Message
-      |image137|
-
-      and an Alert is yellow.
-
-      Checkin Alert
-      |image138|
-
--  Some SIP devices need you to use a SIP-specific media type instead of
-   Koha's item type (usually lockers and sorters need this media type),
-   if you use a device like this you'll want to enter the SIP media
-   type.
-
--  When finished, click 'Save Changes'
-
-   -  **Note**
-
-          All fields, with the exception of the 'Item Type' will be
-          editable from the Item Types list
-
--  Your new item type will now appear on the list
-
-   New DVD Item Type
-   |image139|
-
-`Editing Item Types <#edititemtype>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Each item type has an Edit button beside it. To edit an item simply
-click the 'Edit' link.
-
-    **Important**
-
-    You will not be able to edit the code you assigned as the 'Item
-    Type' but you will be able to edit the description for the item.
-
-`Deleting Item Types <#deleteitemtype>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Each item has a Delete button beside it. To delete an item, simply click
-the 'Delete' link.
-
-    **Important**
-
-    You will not be able to delete item types that are being used by
-    items within your system.
-
-Warning when you try to delete an item that is in use
-|image140|
-
-`Authorized Values <#authorizedvalues>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Authorized values can be used in several areas of Koha. One reason you
-would add an authorized value category would be to control the values
-that can be entered into MARC fields by catalogers.
-
--  *Get there:* More > Administration > Basic Parameters > Authorized
-   Values
-
-`Existing Values <#existingauthvalues>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Koha installs with pre-defined values that your library is likely to
-use, for instance 'Lost'.
-
--  Asort1
-
-   -  Used for acquisitions statistical purposes
-
--  Asort2
-
-   -  Used for acquisitions statistical purposes
-
--  BOR\_NOTES
-
-   -  Values for custom patron messages that appear on the circulation
-      screen and the OPAC. The value in the Description field should be
-      the message text and is limited to 200 characters.
-
-      Borrower messages
-      |image141|
-
--  Bsort1
-
-   -  Values that can be entered to fill in the patron's sort 1 field
-
--  Bsort2
-
-   -  Values that can be entered to fill in the patron's sort 2 field
-
--  CART
-
-   -  Is the shelving cart location, used by
-      `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ and
-      `ReturnToShelvingCart <#ReturnToShelvingCart>`__
-
--  CCODE
-
-   -  Collection codes (appears when cataloging and working with items)
-
--  DAMAGED
-
-   -  Descriptions for items marked as damaged (appears when cataloging
-      and working with items)
-
--  DEPARTMENT
-
-   -  Departments are required by and will be used in the `Course
-      Reserves <#coursereserves>`__ module
-
--  HINGS\_AS
-
-   -  General Holdings: Acquisition Status Designator :: This data
-      element specifies acquisition status for the unit at the time of
-      the holdings report.
-
--  HINGS\_C
-
-   -  General Holdings: Completeness Designator
-
--  HINGS\_PF
-
-   -  Physical Form Designators
-
--  HINGS\_RD
-
-   -  General Holdings: Retention Designator :: This data element
-      specifies the retention policy for the unit at the time of the
-      holdings report.
-
--  HINGS\_UT
-
-   -  General Holdings: Type of Unit Designator
-
--  LOC
-
-   -  Shelving location (usually appears when adding or editing an item)
-
--  LOST
-
-   -  Descriptions for the items marked as lost (appears when adding or
-      editing an item)
-
-   -  **Important**
-
-          Values given to lost statuses should be numeric and not
-          alphabetical in order for statuses to appear properly
-
--  MANUAL\_INV
-
-   -  Values for manual invoicing types
-
-   -  **Important**
-
-          The value set as the Authorized Value for the MANUAL\_INV
-          authorized value category will appear as the Description and
-          the Authorized Value Description will be used as the amount.
-          Enter monetary amounts in the description without currency
-          symbols.
-
--  NOT\_LOAN
-
-   -  Reasons why a title is not for loan
-
-   -  **Important**
-
-          Values given to lost statuses should be numeric and not
-          alphabetical in order for statuses to appear properly
-
-   -  **Note**
-
-          Negative number values will still allow holds (use for on
-          order statuses for example) where as positive numbers will not
-          allow holds or checkouts
-
--  ORDER\_CANCELLATION\_REASON
-
-   -  Reasons why an order might have been cancelled
-
--  PROC
-
-   -  The location to be used for
-      `NewItemsDefaultLocation <#NewItemsDefaultLocation>`__ (change
-      description as desired), also the location expected by
-      `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__.
-
--  REPORT\_GROUP
-
-   -  A way to sort and filter your reports, the default values in this
-      category include the Koha modules (Accounts, Acquitisions,
-      Catalog, Circulation, Patrons)
-
-      Report Groups
-      |image142|
-
--  REPORT\_SUBGROUP
-
-   -  Can be used to further sort and filter your reports. This category
-      is empty by default. Values here need to include the authorized
-      value code from REPORT\_GROUP in the Description (OPAC) field to
-      link the subgroup to the appropriate group.
-
-      Report Subgroups
-      |image143|
-
--  RESTRICTED
-
-   -  Restricted status of an item
-
--  ROADTYPE
-
-   -  Road types to be used in patron addresses
-
--  SIP\_MEDIA\_TYPE
-
-   -  Used when `creating <#additemtype>`__ or
-      `editing <#edititemtype>`__ an item type to assign a SIP specific
-      media type for devices like lockers and sorters.
-
--  SUGGEST
-
-   -  List of patron suggestion reject or accept reasons (appears when
-      managing suggestions)
-
--  WITHDRAWN
-
-   -  Description of a withdrawn item (appears when adding or editing an
-      item)
-
--  YES\_NO
-
-   -  A generic authorized value field that can be used anywhere you
-      need a simple yes/no pull down menu.
-
-`Add new Authorized Value Category <#newauthvalcat>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In addition to the existing categories that come by default with Koha,
-librarians can add their own authorized value categories to control data
-that is entered into the system. To add a new category:
-
--  Click 'New Category'
-
-   New Authorized Category form
-   |image144|
-
--  Limit your Category to 10 characters (something short to make it
-   clear what the category is for)
-
-   -  **Important**
-
-          Category cannot have spaces or special characters other than
-          underscores and hyphens in it.
-
--  When adding a new category you're asked to create at least one
-   authorized value
-
-   -  Enter a code for your Authorized Value into the 'Authorized value'
-      field
-
-      -  **Important**
-
-             Authorized value is limited to 80 characters and cannot
-             have spaces or special characters other than underscores
-             and hyphens in it.
-
-   -  Use the Description field for the actual value that will be
-      displayed. If you want something different to show in the OPAC,
-      enter a 'Description (OPAC)'
-
-   -  If you would like to limit this authorized value category to only
-      specific libraries you can choose them from the 'Branches
-      limitation' menu. To have it show for all libraries just choose
-      'All branches' at the top of the list.
-
-   -  If you have
-      `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
-      and/or `AuthorisedValueImages <#AuthorisedValueImages>`__ set to
-      show images for authorized values you can choose the image under
-      'Choose an icon'
-
--  Click 'Save'
-
--  Your new category and value will appear on the list of Authorized
-   Values
-
-   Custom Authorized Value on list of values
-   |image145|
-
-`Add new Authorized Value <#newauthval>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-New authorized values can be added to any existing or new category. To
-add a value:
-
--  Click 'New authorized value for ...'
-
-   New Authorized Value form
-   |image146|
-
--  Enter a code for your Authorized Value into the 'Authorized value'
-   field
-
-   -  **Important**
-
-          Authorized value is limited to 80 characters and cannot have
-          spaces or special characters other than underscores and
-          hyphens in it.
-
--  Use the Description field for the actual value that will be
-   displayed. If you want something different to show in the OPAC, enter
-   a 'Description (OPAC)'
-
--  If you would like to limit this authorized value category to only
-   specific libraries you can choose them from the 'Branches limitation'
-   menu. To have it show for all libraries just choose 'All branches' at
-   the top of the list.
-
--  If you have
-   `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__ and/or
-   `AuthorisedValueImages <#AuthorisedValueImages>`__ set to show images
-   for authorized values you can choose the image under 'Choose an icon'
-
--  Click 'Save'
-
--  The new value will appear in the list along with existing values
-
-   List of authorized values in MARC504 category
-   |image147|
-
-`Patrons & Circulation <#patscirc>`__
--------------------------------------
-
-Settings for controlling circulation and patron information.
-
-`Patron Categories <#patcats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Patron categories allow you to organize your patrons into different
-roles, age groups, and patron types.
-
--  *Get there:* More > Administration > Patrons & Circulation > Patron
-   Categories
-
-Patron category list
-|image148|
-
-Patrons are assigned to one of six main categories:
-
--  Adult
-
-   -  Most common patron type, usually used for a general 'Patron'
-      category.
-
--  Child
-
-   -  Children patrons can have a guardian to be attached to them.
-
--  Staff
-
-   -  Librarians (and library workers) should be assigned the staff
-      category so that you can `set their
-      permissions <#patronpermissions>`__ and give them access to the
-      staff client.
-
--  Organizational
-
-   -  Organizational patrons are organizations. Organizations can be
-      used as guarantors for Professional patrons.
-
--  Professional
-
-   -  Professional patrons can be linked to Organizational patrons
-
--  Statistical
-
-   -  This patron type is used strictly for statistical purposes, such
-      as in house use of items.
-
-`Adding a patron category <#addingpatroncat>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new patron category click 'New Category' at the top of the page
-
-New patron category form
-|image149|
-
--  The 'Category Code' is an identifier for your new code.
-
-   -  **Important**
-
-          The category code is limited to 10 characters (numbers and
-          letters)
-
-   -  **Important**
-
-          This field is required in order to save your patron category.
-          If left blank you will be presented with an error.
-
-          Missing fields error
-          |image150|
-
--  Enter a plain text version of the category in the 'Description'
-   field.
-
-   -  **Important**
-
-          This field is required in order to save your patron category.
-          If left blank you will be presented with an error.
-
-          Missing fields error
-          |image151|
-
--  Enrollment period (in months) should be filled in if you have a
-   limited enrollment period for your patrons (eg. Student cards expire
-   after 9 months or until a specific date)
-
-   -  **Important**
-
-          You cannot enter both a month limit and a date until. Choose
-          to enter either one or the other.
-
-   -  **Important**
-
-          This field is required in order to save your patron category.
-          If left blank you will be presented with an error.
-
-          Missing fields error
-          |image152|
-
--  Some patron categories can have a minimum age (in years) requirement
-   associated with them, enter this age in the 'Age required'
-
-   -  **Important**
-
-          This value will only be checked if
-          `BorrowerMandatoryField <#BorrowerMandatoryField>`__ defines
-          the dateofbirth as a required field on the patron record
-
--  Patron categories can also have a maximum age (in years) associated
-   with them (such as children), enter this age in the 'Upperage limit'
-
-   -  **Important**
-
-          This value will only be checked if
-          `BorrowerMandatoryField <#BorrowerMandatoryField>`__ defines
-          the dateofbirth as a required field on the patron record
-
--  If you charge a membership fee for your patrons (such as those who
-   live in another region) you can enter that in the 'Enrollment fee'
-   field.
-
-   -  **Important**
-
-          Only enter numbers and decimals in this field
-
-   -  **Note**
-
-          Depending on your value for the
-          `FeeOnChangePatronCategory <#FeeOnChangePatronCategory>`__
-          preference this fee will be charged on patron renewal as well
-          as when they are first enrolled.
-
--  If you want your patron to receive overdue notices, set the 'Overdue
-   notice required' to 'Yes'
-
--  You can decide on a patron category basis if lost items are shown in
-   the staff client by making a choice from the 'Lost items in staff
-   client' pull down
-
-   Choose a value for 'Hide Lost Items'
-   |image153|
-
-   -  **Important**
-
-          Note that this is only applicable in the staff client, so
-          changing this value on patron categories who do not have
-          access to the staff client won't make any difference
-
--  If you charge patrons for placing holds on items, enter the fee
-   amount in the 'Hold fee' field.
-
-   -  **Important**
-
-          Only enter numbers and decimals in this field
-
--  In the 'Category type' field choose one of the six main parent
-   categories
-
-   Six main patron categories
-   |image154|
-
-   -  **Important**
-
-          This field is required in order to save your patron category.
-          If left blank you will be presented with an error.
-
-          Missing fields error
-          |image155|
-
--  The Branch Limitations let you limit this patron category to only
-   some branches in your library system. Select 'All branches' if you
-   would like any library to be able to use this category.
-
--  You can decide if this patron category is blocked from performing
-   actions in the OPAC if their card is expired using the next option.
-   By default it will follow the rule set in the
-   `BlockExpiredPatronOpacActions <#BlockExpiredPatronOpacActions>`__
-   preferenceBlock expired patrons
-
--  Next you can choose the default privacy settings for this patron
-   category. This setting can be edited by the patron via the OPAC if
-   you allow it with the `OPACPrivacy <#OPACPrivacy>`__ system
-   preference.Default privacy
-
--  Finally you can assign advanced messaging preferences by default to a
-   patron category
-
-   -  **Important**
-
-          Requires that you have
-          `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-          enabled
-
-   -  These defaults will be applied to new patrons that are added to
-      the system. They will not edit the preferences of the existing
-      patrons. Also, these can be changed for individual patrons, this
-      setting is just a default to make it easier to set up messages for
-      an entire category.
-
-      -  **Note**
-
-             After setting the default for the patron category you can
-             force those changes to all existing patrons by running the
-             *borrowers-force-messaging-defaults* script found in the
-             *misc/maintenance* folder. Ask your system administrator
-             for assistance with this script.
-
-`Circulation and Fine Rules <#circfinerules>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-These rules define how your items are circulated, how/when fines are
-calculated and how holds are handled.
-
--  *Get there:* More > Administration > Patrons & Circulation >
-   Circulation and fines rules
-
-The rules are applied from most specific to less specific, using the
-first found in this order:
-
--  same library, same patron type, same item type
-
--  same library, same patron type, all item type
-
--  same library, all patron types, same item type
-
--  same library, all patron types, all item types
-
--  default (all libraries), same patron type, same item type
-
--  default (all libraries), same patron type, all item types
-
--  default (all libraries), all patron types, same item type
-
--  default (all libraries), all patron types, all item types
-
-The `CircControl <#CircControl>`__ and
-`HomeOrHoldingBranch <#HomeOrHoldingBranch>`__ also come in to play when
-figuring out which circulation rule to follow.
-
--  If CircControl is set to "the library you are logged in at" circ
-   rules will be selected based on the library you are logged in at
-
--  If CircControl is set to "the library the patron is from" circ rules
-   will be selected based on the patron's library
-
--  If CircControl is set to "the library the item is from" circ rules
-   will be selected based on the item's library where
-   HomeOrHoldingBranch chooses if item's home library is used or holding
-   library is used.
-
--  If `IndependentBranches <#IndependentBranches>`__ is set to 'Prevent'
-   then the value of HomeOrHoldingBranch is used in figuring out if the
-   item can be checked out. If the item's home library does not match
-   the logged in library, the item cannot be checked out unless you are
-   a `superlibrarian <#patronpermsdefined>`__.
-
-    **Note**
-
-    If you are a single library system choose your branch name before
-    creating rules (sometimes having only rules for the 'all libraries'
-    option can cause issues with holds)
-
-    **Important**
-
-    At the very least you will need to set a default circulation rule.
-    This rule should be set for all item types, all libraries and all
-    patron categories. That will catch all instances that do not match a
-    specific rule. When checking out if you do not have a rule for all
-    libraries, all item types and all patron types then you may see
-    patrons getting blocked from placing holds. You will also want a
-    rule for your specific library set for all item types and all patron
-    types to avoid this holds issue. Koha needs to know what rule to
-    fall back on.
-
-`Default Circulation Rules <#defaultcircrules>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Using the issuing rules matrix you can define rules that depend on
-patron/item type combos. To set your rules, choose a library from the
-pull down (or 'all libraries' if you want to apply these rules to all
-branches):
-
-Libraries to apply the rules to
-|image156|
-
-From the matrix you can choose any combination of patron categories and
-item types to apply the rules to
-
-Setting issuing rules for your libraries
-|image157|
-
--  First choose which patron category you'd like the rule to be applied
-   to. If you leave this to 'All' it will apply to all patron categories
-
--  Choose the 'Item type' you would like this rule to apply to. If you
-   leave this to 'All' it will apply to all item types
-
--  Limit the number of items a patron can have checked out at the same
-   time by entering a number in the 'Current checkouts allowed' field
-
--  If you're allowing `OnSiteCheckouts <#OnSiteCheckouts>`__ then you
-   may also want to set a limit on the number of items patron's can have
-   onsite.
-
-   -  **Note**
-
-          This setting also depends on the
-          `ConsiderOnSiteCheckoutsAsNormalCheckouts <#ConsiderOnSiteCheckoutsAsNormalCheckouts>`__
-          preference
-
--  Define the period of time an item can be checked out to a patron by
-   entering the number of units (days or hours) in the 'Loan period'
-   box.
-
--  Choose which unit of time, Days or Hours, that the loan period and
-   fines will be calculated in in the 'Unit' column
-
--  You can also define a hard due date for a specific patron category
-   and item type. A hard due date ignores your usual circulation rules
-   and makes it so that all items of the type defined are due on, before
-   or after the date you specify.
-
--  'Fine amount' should have the amount you would like to charge for
-   overdue items
-
-   -  **Important**
-
-          Enter only numbers and decimal points (no currency symbols).
-
--  Enter the 'Fine charging interval' in the unit you set (ex. charge
-   fines every 1 day, or every 2 hours)
-
--  'When to charge' is most handy in libraries that have a fine charging
-   interval of more than 1 day.
-
-   -  End of interval
-
-      -  Given a grace period of 2 days and a fine interval of 7 days,
-         the first fine will appear 7 days after the due date, it will
-         always take one fine interval (7 days), before the first fine
-         is charged
-
-   -  Start of interval
-
-      -  Given a grace period of 2 days and a fine interval of 7 days,
-         the first fine will appear 2 days after the due date and the
-         second fine 7 days after the due date.
-
--  The 'Fine grace period' is the period of time an item can be overdue
-   before you start charging fines.
-
-   -  **Important**
-
-          This can only be set for the Day unit, not in Hours
-
--  The 'Overdue fines cap' is the maximum fine for this patron and item
-   combination
-
-   -  **Important**
-
-          If this field is left blank then Koha will not put a limit on
-          the fines this item will accrue. A maximum fine amount can be
-          set using the `MaxFine <#MaxFine>`__ system preference.
-
--  If you would like to prevent overcharging patrons for a lost items,
-   you can check the box under 'Cap fine at replacement price.' This
-   will prevent the patron's fines from going above the replacement
-   price on the item.
-
-   -  **Note**
-
-          If the 'Overdue fines cap' is also set, the fine will be the
-          lesser of the two, if both apply to the given overdue
-          checkout.
-
--  If your library 'fines' patrons by suspending their account you can
-   enter the number of days their fine should be suspended in the
-   'Suspension in days' field
-
-   -  **Important**
-
-          This can only be set for the Day unit, not in Hours
-
--  You can also define the maximum number of days a patron will be
-   suspended in the 'Max suspension duration' setting
-
--  Next decide if the patron can renew this item type and if so, enter
-   how many times they can renew it in the 'Renewals allowed' box
-
--  If you're allowing renewals you can control how long the renewal loan
-   period will be (in the units you have chosen) in the 'Renewal period'
-   box
-
--  If you're allowing renewals you can control how soon before the due
-   date patrons can renew their materials with the 'No renewals before'
-   box.
-
-   -  Items can be renewed at any time if this value is left blank.
-      Otherwise items can only be renewed if the item is due after the
-      number in units (days/hours) entered in this box.
-
-   -  To control this value on a more granular level please set the
-      `NoRenewalBeforePrecision <#NoRenewalBeforePrecision>`__
-      preference.
-
--  You can enable automatic renewals for certain items/patrons if you'd
-   like. This will renew automatically following your circulation rules
-   unless there is a hold on the item
-
-   -  **Important**
-
-          You will need to enable the `automatic renewal cron
-          job <#autorenewcron>`__ for this to work.
-
-   -  **Important**
-
-          This feature needs to have the "no renewal before" column
-          filled in or it will auto renew everyday after the due date
-
--  If the patron can place holds on this item type, enter the total
-   numbers of items (of this type) that can be put on hold in the 'Holds
-   allowed' field
-
--  Next you can decide if this patron/item combo are allowed to place
-   holds on items that are on the shelf (or available in the library) or
-   not. If you choose 'no' then items can only be placed on hold if
-   checked out
-
--  You can also decide if patrons are allowed to place item specific
-   holds on the item type in question. The options are:
-
-   -  Allow: Will allow patrons the option to choose next available or
-      item specific
-
-   -  Don't allow: Will only allow patrons to choose next available
-
-   -  Force: Will only allow patrons to choose an specific item
-
--  Finally, if you charge a `rental fee <#rentalcharge>`__ for the item
-   type and want to give a specific patron type a discount on that fee,
-   enter the percentage discount (without the % symbol) in the 'Rental
-   Discount' field
-
-When finished, click 'Add' to save your changes. To modify a rule,
-simply click the 'Edit' link to the right of the fule and edit the
-values that appear filled in at the bottom of the form.
-
-Edit circ and fine rule
-|image158|
-
-If you would like to delete your rule, click the 'Delete' link to the
-right of the rule.
-
-To save time you can clone rules from one library to another by choosing
-the clone option above the rules matrix.
-
-Circulation & Fine Rules Clone Tool
-|image159|
-
-After choosing to clone you will be presented with a confirmation
-message.
-
-Circulation & Fine Rules Successfully Cloned Message
-|image160|
-
-`Default Checkouts and Hold Policy <#defaultcheckoutpolicy>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You can set a default maximum number of checkouts and hold policy that
-will be used if none is defined below for a particular item type or
-category. This is the fall back rule for defaults.
-
-Default Checkouts and Hold Policy
-|image161|
-
-From this menu you can set a default to apply to all item types and
-patrons in the library if no other option is set in the forms below.
-
--  In 'Total current checkouts allowed' enter the total number of items
-   patrons can have checked out at one time
-
--  In 'Total current on-site checkouts allowed' enter the total number
-   of items patrons can have checked out on site at a time
-   (`OnSiteCheckouts <#OnSiteCheckouts>`__ needs to be set to 'Enable')
-
--  Control where patrons can place holds from using the 'Hold Policy'
-   menu
-
-   -  From Any Library: Patrons from any library may put this item on
-      hold. (default if none is defined)
-
-   -  From Home Library: Only patrons from the item's home library may
-      put this book on hold.
-
-   -  No Holds Allowed: No patron may put this book on hold.
-
--  Control if there is a limit to filling a hold based on the item's
-   library
-
-   -  any library
-
-   -  item's home library
-
-   -  item's holding library
-
-   -  **Note**
-
-          The patron's home library should not affect whether a patron
-          can place the hold, instead the hold will only be fillable
-          when an item matching the pickup location becomes available.
-
--  Control where the item returns to once it is checked in
-
-   -  Item returns home
-
-   -  Item returns to issuing branch
-
-   -  Item floats
-
-      -  When an item floats it stays where it was checked in and does
-         not ever return 'home'
-
--  Once your policy is set, you can unset it by clicking the 'Unset'
-   link to the right of the rule
-
-`Checkouts Per Patron <#checkoutperpatron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-For this library, you can specify the maximum number of loans that a
-patron of a given category can make, regardless of the item type.
-
-Set default checkouts per patron category
-|image162|
-
-    **Note**
-
-    If the total amount loanable for a given patron category is left
-    blank, no limit applies, except possibly for a limit you define for
-    a specific item type.
-
-For example, if you have a rule in the matrix that says Board patrons
-are allowed 10 books and 5 DVDs but you want to make it so that Board
-patrons only have a total of 12 things checked out at once. If you enter
-12 here and the patron has 10 books out already they will only be
-allowed 2 DVDs to equal the 12 total they're allowed.
-
-`Item Hold Policies <#holdpolicies>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-For this library, you can edit hold and return policies for a given item
-type, regardless of the patron's category.
-
-Hold policies per item type
-|image163|
-
-The various Hold Policies have the following effects:
-
--  From Any Library: Patrons from any library may put this item on hold.
-   (default if none is defined)
-
--  From Home Library: Only patrons from the item's home library may put
-   this book on hold.
-
--  No Holds Allowed: No patron may put this book on hold.
-
-    **Important**
-
-    Note that if the system preference
-    `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ set to
-    'allow', these policies can be overridden by your circulation staff.
-
-    **Important**
-
-    These policies are based on the patron's home branch, not the branch
-    that the reserving staff member is from.
-
-Control if there is a limit to filling a hold based on the item's
-library
-
--  any library
-
--  item's home library
-
--  item's holding library
-
--  **Note**
-
-       The patron's home library should not affect whether a patron can
-       place the hold, instead the hold will only be fillable when an
-       item matching the pickup location becomes available.
-
-The various Return Policies have the following effects:
-
--  Item returns home: The item will prompt the librarian to transfer the
-   item to its home library
-
-   -  **Important**
-
-          If the `AutomaticItemReturn <#AutomaticItemReturn>`__
-          preference is set to automatically transfer the items home,
-          then a prompt will not appear
-
--  Item returns to issuing branch: The item will prompt the librarian to
-   transfer the item back to the library where it was checked out
-
-   -  **Important**
-
-          If the `AutomaticItemReturn <#AutomaticItemReturn>`__
-          preference is set to automatically transfer the items home,
-          then a prompt will not appear
-
--  Item floats: The item will not be transferred from the branch it was
-   checked in at, instead it will remain there until transferred
-   manually or checked in at another branch
-
-For example you might allow holds at your libraries but not what New
-items or DVDs to be placed on hold by other branches so you can set the
-'Hold policy' to 'From home library' so that those items can only be
-placed on hold if the items' owning library and the patron's home
-library are the same. You can also block holds completely on specific
-item types from this form. This is also how you can set up floating item
-types and types that remain with their home library.
-
-`Patron Attribute Types <#patronattributetypes>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Patron attributes can be used to define custom fields to associate with
-your patron records. In order to enable the use of custom fields you
-need to set the `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__
-system preference.
-
--  *Get there:* More > Administration > Patrons & Circulation > Patron
-   attribute types
-
-A common use for this field would be for a student ID number or a
-Driver's license number.
-
-List of Patron Attributes
-|image164|
-
-`Adding Patron Attributes <#addpatattributes>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new Patron Attribute Type, click the 'New Patron Attribute
-Type' button at the top of the page
-
-Add Patron Attribute Type form
-|image165|
-
--  In the 'Patron attribute type code', enter a short code to identify
-   this field
-
-   -  **Important**
-
-          This field is limited to 10 characters (numbers and letters
-          only)
-
-   -  **Important**
-
-          This setting cannot be changed after an attribute is defined
-
--  In the 'Description' field, enter a longer (plain text) explanation
-   of what this field will contain
-
--  Check the box next to 'Repeatable' to let a patron record have
-   multiple values of this attribute.
-
-   -  **Important**
-
-          This setting cannot be changed after an attribute is defined
-
--  If 'Unique identifier' is checked, the attribute will be a unique
-   identifier which means, if a value is given to a patron record, the
-   same value cannot be given to a different record.
-
-   -  Unique attributes can be used as match points on the `patron
-      import tool <#patronimport>`__
-
-   -  **Important**
-
-          This setting cannot be changed after an attribute is defined
-
--  Check 'Allow password' to make it possible to associate a password
-   with this attribute.
-
--  Check 'Display in OPAC' to display this attribute on a patron's
-   details page in the OPAC.
-
--  Check 'Searchable' to make this attribute searchable in the staff
-   patron search.
-
--  Check 'Display in check-out' to make this attribute visible in the
-   patron's short detail display on the left of the checkout screen and
-   other patron pages
-
-   Show attribute in patron detail on the left
-   |image166|
-
--  Authorized value category; if one is selected, the patron record
-   input page will only allow values to be chosen from the authorized
-   value list.
-
-   -  You will first need to add an authorized value list for it to
-      appear in this menu
-
-      -  *Get there:*\ More > Administration > Basic Parameters >
-         `Authorized Values <#authorizedvalues>`__
-
-   -  **Important**
-
-          an authorized value list is not enforced during batch patron
-          import.
-
--  If you would like this attribute to only be used by specific branches
-   you can choose those branches from the 'Branches limitation' list.
-   Choose 'All branches' to show it for all libraries.
-
-   -  **Important**
-
-          Note that items with locations already set on them will not be
-          altered. The branch limitation only limits the choosing of an
-          authorized value based on the home branch of the current staff
-          login. All authorized values for item records (LOC, LOST,
-          CCODE, etc) will show in the OPAC for all patrons.
-
--  If you'd like to only show this attribute on patrons of one type
-   choose that patron type from the 'Category' pull down
-
--  If you have a lot of attributes it might be handy to group them so
-   that you can easily find them for editing. If you create an
-   `Authorized Value <#authorizedvalues>`__ for PA\_CLASS it will show
-   in the 'Class' pull down and you can then change your attributes page
-   to have sections of attributes
-
-   Patron Attributes Sorted
-   |image167|
-
--  Click Save to save your new attribute
-
-Once added your attribute will appear on the list of attributes and also
-on the patron record add/edit form
-
-Patron Attributes list on the Patron add/edit form
-|image168|
-
-If you have set up classes for organizing attributes they will appear
-that way on the add/edit patron form
-
-Grouped Attributes
-|image169|
-
-`Editing/Deleting Patron Attributes <#editpatattributes>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Each patron attribute has an edit and a delete link beside it on the
-list of attributes.
-
-Some fields in the attribute will not be editable once created:
-
--  Patron attribute type code
-
--  Repeatable
-
--  Unique identifier
-
-You will be unable to delete an attribute if it's in use.
-
-Warning when trying to delete an attribute that is in use
-|image170|
-
-`Library Transfer Limits <#libtransferlimits>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Limit the ability to transfer items between libraries based on the
-library sending, the library receiving, and the collection code
-involved.
-
--  *Get there:* More > Administration > Patrons & Circulation > Library
-   Transfer Limits
-
-These rules only go into effect if the preference
-`UseBranchTransferLimits <#UseBranchTransferLimits>`__ is set to
-'enforce'.
-
-Before you begin you will want to choose which library you are setting
-these limits for.
-
-Choose the library you're setting limits for
-|image171|
-
-Transfer limits are set based on the collections codes you have applied
-via the `Authorized Value <#authorizedvalues>`__ administration area.
-
-Collection Code values assigned in the Authorized Value area
-|image172|
-
-Collection codes will appear as tabs above the checkboxes:
-
-Collection Code tabs
-|image173|
-
-Check the boxes for the libraries that you accept checkins from for the
-item type you have selected at the top (in the example below - FIC)
-
-Example transfer limits set up
-|image174|
-
-In the above example, Centerville library will allow patrons to return
-items from all libraries except Liberty and Franklin to their branch.
-
-`Transport cost matrix <#transportcostmatrix>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The Transport cost matrix lets a library system define relative costs to
-transport books to one another. In order for the system to use this
-matrix you must first set the
-`UseTransportCostMatrix <#UseTransportCostMatrix>`__ preference to
-'Use'.
-
-    **Important**
-
-    The Transport cost matrix takes precedence in controlling where
-    holds are filled from, if the matrix is not used then Koha checks
-    the `StaticHoldsQueueWeight <#holdqueueweight>`__.
-
-Costs are decimal values between some arbitrary maximum value (e.g. 1 or
-100) and 0 which is the minimum (no) cost. For example, you could just
-use the distance between each library in miles as your 'cost', if that
-would accurately reflect the cost of transferring them. Perhaps post
-offices would be a better measure. Libraries sharing a post office would
-have a cost of 1, adjacent post offices would have a cost of 2, etc.
-
-To enter transport costs simply click in the cell you would like to
-alter, uncheck the 'Disable' box and enter your 'cost'
-
-Transport cost matrix
-|image175|
-
-After entering in your cost, hit 'Enter' on your keyboard or click the
-'Save' button at the bottom of the matrix to save your changes.
-
-    **Note**
-
-    A NULL value will make no difference where the From and To libraries
-    are the same library. However, as a best practice, you should put a
-    0 in there. For all other To/From combinations, a NULL value will
-    cause that relationship to act as if it has been disabled. So, in
-    summary, don't leave any of the values empty. It's best to always
-    put a number in there ( even if you choose to disable that given
-    To/From option ).
-
-`Item Circulation Alerts <#itemcircalerts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Libraries can decide if they want to have patrons automatically notified
-of circulation events (check ins and check outs).
-
--  *Get there:* More > Administration > Patrons & Circulation > Item
-   Circulation Alerts
-
-These preferences are set based on patron types and item types.
-
-    **Important**
-
-    These preference can be overridden by changes in the individual
-    patron's messaging preferences.
-
-To set up circulation alerts:
-
--  Choose your library from the pull down at the top of the screen
-
-   Libraries to set Circulation Alerts
-   |image176|
-
-   -  To set preferences for all libraries, keep the menu set to
-      'Default'
-
--  By default all item types and all patrons are notified of check ins
-   and check outs. To change this, click on the item/patron type combo
-   that you would like to stop notices for.
-
-   Circulation Alert Matrix
-   |image177|
-
-   -  In the above example, Juveniles and Kids will not receive check
-      out notices.
-
-`Cities and Towns <#citytowns>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To standardize patron input you can define cities or towns within your
-region so that when new patrons are added librarians simply have to
-select the town from a list instead of having to type the town and zip
-(or postal) code information.
-
--  *Get there:* More > Administration > Patrons & Circulation > Cities
-   and Towns
-
-`Adding a City <#addingcity>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new city, click the 'New City' button at the top of the page
-and enter the city name, state, zip/postal code and country.
-
-New city entry form
-|image178|
-
-One you click Submit, your city will be saved and will be listed on the
-Cities and Towns page
-
-List of Cities
-|image179|
-
-Cities can be edited or deleted at any time.
-
-`Viewing Cities on Patron Add Form <#citiesonpatform>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If you have defined local cities using the New city form, then when
-adding or editing a patron record you will see those cities in a pull
-down menu to make city selection easy.
-
-Cities pull down on the patron record
-|image180|
-
-This will allow for easy entry of local cities into the patron record
-without risking the potential for typos or mistaken zip/postal codes.
-
-`Catalog Administration <#catadmin>`__
---------------------------------------
-
-Set these controls before you start cataloging on your Koha system.
-
--  *Get there:* More > Administration > Catalog
-
-`MARC Bibliographic Frameworks <#marcbibframeworks>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Think of Frameworks as templates for creating new bibliographic records.
-Koha comes with some predefined frameworks that can be edited or
-deleted, and librarians can create their own frameworks for content
-specific to their libraries.
-
--  *Get there:* More > Administration > Catalog > MARC Bibliographic
-   Frameworks
-
-Frameworks List
-|image181|
-
-    **Important**
-
-    Do not delete or edit the Default Framework since this will cause
-    problems with your cataloging records - always create a new template
-    based on the Default Framework, or alter the other Frameworks.
-
-After clicking the 'MARC structure' link to the right of each framework
-you can decide how many fields you want to see on one screen by using
-the pagination options at the top of the table.
-
-Pagination options
-|image182|
-
-`Add New Framework <#addframework>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new framework
-
--  Click 'New Framework'
-
-   Add Framework Form
-   |image183|
-
-   -  Enter a code of 4 or fewer characters
-
-   -  Use the Description field to enter a more detailed definition of
-      your framework
-
--  Click 'Submit'
-
--  Once your Framework is added click 'MARC structure' to the right of
-   it on the list of Frameworks
-
-   Choose basis for new Framework
-   |image184|
-
-   -  You will be asked to choose a Framework to base your new Framework
-      off of, this will make it easier than starting from scratch
-
--  Once your Framework appears on the screen you can edit or delete each
-   field by following the instructions for `editing
-   subfields <#editsubfields>`__
-
-`Edit Existing Frameworks <#editframeworks>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Clicking 'Edit' to the right of a Framework will only allow you to edit
-the Description for the Framework:
-
-Edit Framework
-|image185|
-
-To make edits to the fields associated with the Framework you must first
-click 'MARC Structure' and then follow the instructions for `editing
-subfields <#editsubfields>`__
-
-`Add subfields to Frameworks <#addsubfieldsframework>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a field to a Framework click the 'New Tag' button at the top of
-the Framework definition
-
-New Tag Button
-|image186|
-
-This will open up a blank form for entering MARC field data
-
-Add a new tag to framework
-|image187|
-
-Enter the information about your new tag:
-
--  The 'Tag' is the MARC field number
-
--  The 'Label for lib' is the text that will appear in the staff client
-   when in the cataloging module
-
--  The 'Label for OPAC' is the text that will appear in the OPAC when
-   viewing the MARC version of the record
-
--  If this field can be repeated, check the 'Repeatable' box
-
--  If this field is mandatory, check the 'Mandatory' box
-
--  If you want this field to be a pull down with limited possible
-   answers, choose which 'Authorized value' list you want to use
-
-When you're finished, click 'Save Changes' and you will be presented
-with your new field
-
-New tag and link to subfields
-|image188|
-
-To the right of the new field is a link to 'Subfields,' you will need to
-add subfields before this tag will appear in your MARC editor. The
-process of entering the settings for the new subfield is the same as
-those found in the `editing subfields in frameworks <#editsubfields>`__
-section of this manual.
-
-`Edit Framework Subfields <#editsubfields>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Frameworks are made up of MARC fields and subfields. To make edits to
-most Frameworks you must edit the fields and subfields. Clicking 'Edit'
-to the right of each subfield will allow you to make changes to the text
-associated with the field
-
-Modify MARC Field
-|image189|
-
--  Each field has a tag (which is the MARC tag) that is uneditable
-
-   -  The 'Label for lib' is what will show in the staff client if you
-      have `advancedMARCeditor <#advancedMARCeditor>`__ set to display
-      labels
-
-   -  The 'Label for OPAC' is what will show on the MARC view in the
-      OPAC
-
-   -  If you check 'Repeatable' then the field will have a plus sign
-      next to it allowing you to add multiples of that tag
-
-   -  If you check 'Mandatory' the record will not be allowed to save
-      unless you have a value assigned to this tag
-
-   -  'Authorized value' is where you define an `authorized
-      value <#authorizedvalues>`__ that your catalogers can choose from
-      a pull down to fill this field in
-
-To edit the subfields associated with the tag, click 'Subfields' to the
-right of the tag on the 'MARC Structure' listing
-
--  From the list of subfields you can click 'Delete' to the right of
-   each to delete the subfields
-
--  To edit the subfields click 'Edit Subfields'
-
--  For each subfield you can set the following Basic constraint values
-
-   Editing the 504 Subfield
-   |image190|
-
-   -  Text for librarian
-
-      -  what appears before the subfield in the librarian interface
-
-   -  Text for OPAC
-
-      -  what appears before the field in the OPAC.
-
-         -  If left empty, the text for librarian is used instead
-
-   -  Repeatable
-
-      -  the field will have a plus sign next to it allowing you to add
-         multiples of that tag
-
-   -  Mandatory
-
-      -  the record will not be allowed to save unless you have a value
-         assigned to this tag
-
-   -  Managed in tab
-
-      -  defines the tab where the subfield is shown. All subfields of a
-         given field must be in the same tab or ignored. Ignore means
-         that the subfield is not managed.
-
--  For each subfield you can set the following Advanced constraint
-   values
-
-   Advanced constraints
-   |image191|
-
-   -  Default value
-
-      -  defines what you want to appear in the field by default, this
-         will be editable, but it saves time if you use the same note
-         over and over or the same value in a field often.
-
-      -  **Note**
-
-             If you would like a field to fill in with today's date you
-             can use the YYYY MM DD syntax in the 'Default value'. For
-             example: a default of "Year:YYYY Month:MM Day:DD" (without
-             quotes) will print as "Year:2015 Month:11 Day:30"
-
-   -  Visibility
-
-      -  allows you to select from where this subfield is
-         visible/hidden, simply check the boxes where you would like the
-         field to show and uncheck the boxes where you would like it
-         hidden.
-
-         Framework visibility
-         |image192|
-
-   -  Is a URL
-
-      -  if checked, it means that the subfield is a URL and can be
-         clicked
-
-   -  Link
-
-      -  If you enter a field/subfield here (200b), a link appears after
-         the subfield in the MARC Detail view. This view is present only
-         in the staff client, not the OPAC. If the librarian clicks on
-         the link, a search is done on the database for the
-         field/subfield with the same value. This can be used for 2 main
-         topics :
-
-         -  on a field like author (200f in UNIMARC), put 200f here, you
-            will be able to see all bib records with the same author.
-
-         -  on a field that is a link (4xx) to reach another bib record.
-            For example, put 011a in 464$x, will find the serials that
-            are with this ISSN.
-
-      -  **Warning**
-
-             This value should not change after data has been added to
-             your catalog. If you need to change this value you must ask
-             your system administrator to run
-             misc/batchRebuildBiblioTables.pl.
-
-   -  Koha link
-
-      -  Koha is multi-MARC compliant. So, it does not know what the
-         245$a means, neither what 200$f (those 2 fields being both the
-         title in MARC21 and UNIMARC). So, in this list you can "map" a
-         MARC subfield to its meaning. Koha constantly maintains
-         consistency between a subfield and its meaning. When the user
-         want to search on "title", this link is used to find what is
-         searched (245 if you're MARC21, 200 if you're UNIMARC).
-
--  For each subfield you can set the following Other option values
-
-   |image193|
-
-   -  Authorized value
-
-      -  means the value cannot by typed by the librarian, but must be
-         chosen from a pull down generated by the `authorized
-         value <#authorizedvalues>`__ list
-
-      -  In the example above, the 504a field will show the MARC504
-         Authorized Values when cataloging
-
-         Example of an Authorized Subfield
-         |image194|
-
-   -  Thesaurus
-
-      -  means that the value is not free text, but must be searched in
-         the authority/thesaurus of the selected category
-
-   -  Plugin
-
-      -  means the value is calculated or managed by a plugin. Plugins
-         can do almost anything.
-
-      -  Examples:
-
-         -  For call numbers there is an option to add a call number
-            browser next to the the call number subfield so that you can
-            identify which call numbers are in use and which are not.
-            Simply choose the cn\_browser.pl plugin. Learn more in the
-            `cataloging section <#addingitems>`__ of this manual.
-
-         -  If you'd like to let file uploads via cataloging you can
-            choose the upload.pl plugin and this will allow you to
-            `upload files to Koha to link to your
-            records <#uploadbibfile>`__.
-
-         -  In UNIMARC there are plugins for every 1xx fields that are
-            coded fields. The plugin is a huge help for cataloger! There
-            are also two plugins (unimarc\_plugin\_210c and
-            unimarc\_plugin\_225a that can "magically" find the editor
-            from an ISBN, and the collection list for the editor)
-
--  To save your changes simply click the 'Save Changes' button at the
-   top of the screen
-
-`Import/Export Frameworks <#importexportframeworks>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Next to each framework is a link to either import or export the
-framework.
-
-`Export Framework <#exportframeworks>`__
-''''''''''''''''''''''''''''''''''''''''
-
-To export a framework simply click the 'Export' link to the right of
-framework title.
-
-Export link next to framework
-|image195|
-
-When you click 'Export' you will be prompted to choose what format to
-export the file in.
-
-Export formats
-|image196|
-
-A framework exported this way can be imported into any other Koha
-installation using the import framework option.
-
-`Import Framework <#importframeworks>`__
-''''''''''''''''''''''''''''''''''''''''
-
-An easy way to create a new framework is to import one created for your
-or another Koha installation. This framework would need to be exported
-from the other system `using the instructions
-above <#exportframeworks>`__ to be available for import here.
-
-To import a framework you first need to create `a new
-framework <#addframework>`__. Once you have that framework, click
-'Import' to the right of the new framework.
-
-Import link next to framework
-|image197|
-
-You will be prompted to find a file on your computer to import into the
-framework.
-
-Choose a file to import
-|image198|
-
-You will be asked to confirm your actions before the file is imported.
-
-Confirm your desire to import
-|image199|
-
-As your file is uploaded you will see an image that will confirm that
-the system is working.
-
-Import timer
-|image200|
-
-Once your import is complete you will be brought to the framework edit
-tool where you can make any changes you need to the framework you
-imported.
-
-`Koha to MARC Mapping <#kohamarcmapping>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-While Koha stores the entire MARC record, it also stores common fields
-for easy access in various tables in the database. Koha to MARC Mapping
-is used to tell Koha where to find these values in the MARC record. In
-many cases you will not have to change the default values set by in this
-tool on installation, but it is important to know that the tool is here
-and can be used at any time.
-
--  *Get there:* More > Administration > Catalog > Koha to MARC Mapping
-
-The Koha to MARC Mapping page offers you the option of choosing from one
-of three tables in the database to assign values to.
-
-Koha to MARC Mapping Table Pull Down
-|image201|
-
-After choosing the table you would like to view, click 'OK.' To edit any
-mapping click on the 'Koha Filed' or the 'Edit' link.
-
-Map MARC Field to Koha Field
-|image202|
-
-Choose which MARC field you would like to map to this Koha Field and
-click the 'OK' button. If you would like to clear all mappings, click
-the 'Click to "Unmap"' button.
-
-    **Important**
-
-    At this time you can map only 1 MARC field to 1 Koha field. This
-    means that you won't be able to map both the 100a and the 700a to
-    the author field, you need to choose one or the other.
-
-`Keywords to MARC Mapping <#keywordmapping>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This tool will allow you to map MARC fields to a set of predefined
-keywords.
-
--  *Get there:* More > Administration > Catalog > Keywords to MARC
-   Mapping
-
-    **Important**
-
-    This tool only effects sites that are not using the XSLT
-    Stylesheets.
-
-At this time the only keyword in use is 'subtitle.'
-
-Using this tool you can define what MARC field prints to the detail
-screen of the bibliographic record using keywords. The following example
-will use the subtitle field.
-
-Using the Framework pull down menu, choose the
-`Framework <#marcbibframeworks>`__ you would like to apply this rule to.
-For example, the subtitle for books can be found in the 245$b field.
-
-Assigning Book Subtitle
-|image203|
-
-However the subtitle for DVDs appears in 245$p
-
-Assigning DVD Subtitle
-|image204|
-
-Using this tool you can tell Koha to print the right field as the
-subtitle when viewing the bibliographic record in the OPAC.
-
-Subtitle display in the OPAC
-|image205|
-
-This tool can be used to chain together pieces of the record as well. If
-you want the series number to show in the title on your search results
-you simply have to map 490 $v to 'subtitle' along with the 245 $b.
-
-    **Note**
-
-    Chain together the fields you want to show after the item title in
-    the order in which you want them to appear.
-
-Future developments will include additional keyword assigned fields.
-
-`MARC Bibliographic Framework Test <#marcbibframeworkstest>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Checks the MARC structure.
-
--  *Get there:* More > Administration > Catalog > MARC Bibliographic
-   Framework Test
-
-If you change your MARC Bibliographic framework it's recommended that
-you run this tool to test for errors in your definition.
-
-Framework Test
-|image206|
-
-`Authority Types <#authoritiesadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Authority Types are basically MARC Frameworks for Authority records and
-because of that they follow the same editing rules found in the `MARC
-Bibliographic Frameworks <#marcbibframeworks>`__ section of this manual.
-Koha comes with many of the necessary Authority frameworks already
-installed. To learn how to add and edit Authority Types, simply review
-the `MARC Bibliographic Frameworks <#marcbibframeworks>`__ section of
-this manual.
-
--  *Get there:* More > Administration > Catalog > Authority Types
-
-`Classification Sources <#classificationsources>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Source of classification or shelving scheme is an `Authorized
-Values <#authorizedvalues>`__ category that is mapped to field 952$2 and
-942$2 in Koha's MARC Bibliographic frameworks and stored in the
-items.cn\_source field in the database.
-
--  *Get there:* More > Administration > Catalog > Classification sources
-
-Classification Sources
-|image207|
-
-Commonly used values of this field are:
-
--  ddc - Dewey Decimal Classification
-
--  lcc - Library of Congress Classification
-
-If you chose to install classification sources during Koha's
-installation, you would see other values too:
-
--  ANSCR (sound recordings)
-
--  SuDOC classification
-
--  Universal Decimal Classification
-
--  Other/Generic Classification
-
-`Adding/Editing Classification Sources <#addingclasssource>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You can add your own source of classification by using the New
-Classification Source button. To edit use the Edit link.
-
-Add classification source
-|image208|
-
-When creating or editing:
-
--  You will need to enter a code and a description.
-
--  Check the 'Source in use?' checkbox if you want the value to appear
-   in the drop down list for this category.
-
--  Select the appropriate `filing rule <#classfilingrules>`__ from the
-   drop down list.
-
-`Classification Filing Rules <#classfilingrules>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Filing rules determine the order in which items are placed on shelves.
-
-Values that are pre-configured in Koha are:
-
--  Dewey
-
--  LCC
-
--  Generic
-
-Filing rules are mapped to `Classification
-sources <#addingclasssource>`__. You can setup new filing rules by using
-the New Filing Rule button. To edit use the Edit link.
-
-When creating or editing:
-
--  Enter a code and a description
-
--  Choose an appropriate filing routine - dewey, generic or lcc
-
-`Record Matching Rules <#recordmatchingrules>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Record matching rules are used when importing MARC records into Koha.
-
--  *Get there:* More > Administration > Catalog > Record Matching Rules
-
-The rules that you set up here will be referenced with you `Stage MARC
-Records for Import <#stagemarc>`__.
-
-It is important to understand the difference between Match Points and
-Match Checks before adding new matching rules to Koha.
-
-Match Points are the criteria that you enter that must be met in order
-for an incoming record to match an existing MARC record in your catalog.
-You can have multiple match points on an import rule each with its own
-score. An incoming record will be compared against your existing records
-(‘one record at a time’) and given a score for each match point. When
-the total score of the matchpoints matches or exceeds the threshold
-given for the matching rule, Koha assumes a good match and
-imports/overlays according your specifications in the import process. An
-area to watch out for here is the sum of the match points. Doublecheck
-that the matches you want will add up to a successful match.
-
-Example:
-
-Threshold of 1000
-
-Match Point on 020$a 1000
-
-Match Point on 022$a 1000
-
-Match Point on 245$a 500
-
-Match Point on 100$a 100
-
-In the example above, a match on either the 020$a or the 022$a will
-result in a successful match. A match on 245$a title and 100$a author
-(and not on 020$a or 022$a) will only add up to 600 and not be a match.
-And a match on 020$a and 245$a will result in 1500 and while this is a
-successful match, the extra 500 point for the 245$a title match are
-superfluous. The incoming record successfully matched on the 020$a
-without the need for the 245$a match. However, if you assigned a score
-of 500 to the 100$a Match Point, a match on 245$a title and 100$a author
-will be considered a successful match (total of 1000) even if the 020$a
-is not a match.
-
-Match Checks are not commonly used in import rules. However, they can
-serve a couple of purposes in matching records. First, match checks can
-be used as the matching criteria instead of the match points if your
-indexes are stale and out of date. The match checks go right for the
-data instead of relying on the data in the indexes. (If you fear your
-indexes are out of date, a rebuild of your indexes would be a great idea
-and solve that situation!) The other use for a Match Check is as a
-“double check” or “veto” of your matching rule. For example, if you have
-a matching rule as below:
-
-Threshold of 1000
-
-Match Point on 020$a 1000
-
-Match Check on 245$a
-
-Koha will first look at the 020$a tag/subfield to see if the incoming
-record matches an existing record. If it does, it will then move on to
-the Match Check and look directly at the 245$a value in the incoming
-data and compare it to the 245$a in the existing ‘matched’ record in
-your catalog. If the 245$a matches, Koha continues on as if a match was
-successful. If the 245$a does not match, then Koha concludes that the
-two records are not a match after all. The Match Checks can be a really
-useful tool in confirming true matches.
-
-When looking to create matching rules for your authority records the
-following indexes will be of use:
-
-+--------------------------+--------------------+
-| Index name               | Matches Marc Tag   |
-+==========================+====================+
-| LC-cardnumber            | 010$a              |
-+--------------------------+--------------------+
-| Personal-name            | 100$a              |
-+--------------------------+--------------------+
-| Corporate-name-heading   | 110$a              |
-+--------------------------+--------------------+
-| Meeting-name             | 111$a              |
-+--------------------------+--------------------+
-| Title-uniform            | 130$a              |
-+--------------------------+--------------------+
-| Chronological-term       | 148$a              |
-+--------------------------+--------------------+
-| Subject-topical          | 150$a              |
-+--------------------------+--------------------+
-| Name-geographic          | 151$a              |
-+--------------------------+--------------------+
-| Term-genre-form          | 155$a              |
-+--------------------------+--------------------+
-
-Table: Authority Indexes
-
-`Adding Matching Rules <#addrecordmatchrule>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To create a new matching rule :
-
--  Click 'New Record Matching Rule'
-
-   Add record matching rule
-   |image209|
-
-   -  Choose a unique name and enter it in the 'Matching rule code'
-      field
-
-   -  'Description' can be anything you want to make it clear to you
-      what rule you're picking
-
-   -  'Match threshold' is the total number of 'points' a biblio must
-      earn to be considered a 'match'
-
-   -  'Record type' is the type of import this rule will be used for -
-      either authority or bibliographic
-
-   -  Match points are set up to determine what fields to match on
-
-   -  'Search index' can be found by looking at the ccl.properties file
-      on your system which tells the zebra indexing what data to search
-      for in the MARC data".
-
-   -  'Score' - The number of 'points' a match on this field is worth.
-      If the sum of each score is greater than the match threshold, the
-      incoming record is a match to the existing record
-
-   -  Enter the MARC tag you want to match on in the 'Tag' field
-
-   -  Enter the MARC tag subfield you want to match on in the
-      'Subfields' field
-
-   -  'Offset' - For use with control fields, 001-009
-
-   -  'Length' - For use with control fields, 001-009
-
-   -  Koha only has one 'Normalization rule' that removes extra
-      characters such as commas and semicolons. The value you enter in
-      this field is irrelevant to the normalization process.
-
-   -  'Required match checks' - ??
-
-`Sample Bibliographic Record Matching Rule: Control Number <#samplerecordmatch>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-LOC Matching Rule
-|image210|
-
--  Match threshold: 100
-
--  Record type: Bibliographic
-
-   -  **Note**
-
-          If you'd like a rule to match on the 001 in authority records
-          you will need the repeat all of these values and change just
-          the record type to 'Authority record'
-
--  Matchpoints (just the one):
-
--  Search index: Control-number
-
--  Score: 101
-
--  Tag: 001
-
-   -  **Note**
-
-          this field is for the control number assigned by the
-          organization creating, using, or distributing the record
-
--  Subfields: a
-
--  Offset: 0
-
--  Length: 0
-
--  Normalization rule: Control-number
-
--  Required Match checks: none (remove the blank one)
-
-   Remove match check
-   |image211|
-
-`OAI Sets Configuration <#oaisetsconfig>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-On this page you can create, modify and delete OAI-PMH sets
-
-`Create a set <#oaicreate>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To create a set:
-
--  Click on the link 'Add a new set'
-
--  Fill the mandatory fields 'setSpec' and 'setName'
-
--  Then you can add descriptions for this set. To do this click on 'Add
-   description' and fill the newly created text box. You can add as many
-   descriptions as you want.
-
--  Click on 'Save' button'
-
-`Modify/Delete a set <#oaimodify>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To modify a set, just click on the link 'Modify' on the same line of the
-set you want to modify. A form similar to set creation form will appear
-and allow you to modify the setSpec, setName and descriptions.
-
-To delete a set, just click on the link 'Delete' on the same line of the
-set you want to delete.
-
-`Define mappings <#oaimapping>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Here you can define how a set will be build (what records will belong to
-this set) by defining mappings. Mappings are a list of conditions on
-record content. A record only need to match one condition to belong to
-the set.
-
--  Fill the fields 'Field', 'Subfield' and 'Value'. For example if you
-   want to include in this set all records that have a 999$9 equal to
-   'XXX'. Fill 'Field' with 999, 'Subfield' with 9 and 'Value' with XXX.
-
--  If you want to add another condition, click on 'OR' button and repeat
-   step 1.
-
--  Click on 'Save'
-
-To delete a condition, just leave at least one of 'Field', 'Subfield' or
-'Value' empty and click on 'Save'.
-
-    **Note**
-
-    Actually, a condition is true if value in the corresponding subfield
-    is strictly equal to what is defined if 'Value'. A record having
-    999$9 = 'XXX YYY' will not belong to a set where condition is 999$9
-    = 'XXX'.
-
-And it is case sensitive : a record having 999$9 = 'xxx' will not belong
-to a set where condition is 999$9 = 'XXX'.
-
-`Build sets <#oaibuild>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have configured all your sets, you have to build the sets. This
-is done by calling the script misc/migration\_tools/build\_oai\_sets.pl.
-
-`Item search fields <#itemsearchadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-From here you can add custom search fields to the `item
-search <#searchguide-itemsearch>`__ option in the staff client. Item
-search fields
-
-To add a new search term simply click the 'New search field' buttonAdd
-new field
-
--  Name is a field for you to identify the search term
-
--  Label is what will appear on the item search page
-
--  MARC field allows you to pick which field you'd like to search in
-
--  MARC subfield is the subfield you'd like to search in
-
--  Authorised values category can be used to turn this search field in
-   to a pull down instead of a free text field
-
-Once your new field is added it will be visible at the top of this page
-and on the item search pageSearch option
-
-`Acquisitions <#acqadmin>`__
-----------------------------
-
-The Koha Acquisitions module provides a way for the library to record
-orders placed with vendors and manage purchase budgets.
-
-Before using the `Acquisitions Module <#acqmodule>`__, you will want to
-make sure that you have completed all of the set up.
-
--  *Get there:* More > Administration > Acquisitions
-
-`Currencies and Exchange Rates <#currexchangeadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you place orders from more than one country you will want to input
-currency exchange rates so that your acquisitions module will properly
-calculate totals.
-
--  *Get there:* More > Administration > Acquisitions > Currencies and
-   Exchange Rates
-
-Currencies
-|image212|
-
-    **Note**
-
-    This data is not automatically updated, so be sure to keep it up to
-    date so that your accounting is kept correct.
-
-The ISO code you enter will be used when importing MARC files via the
-staging tools, the tool will attempt to find and use the price of the
-currently active currency.
-
-The active currency is the main currency you use in your library. Your
-active currency will have a check mark in the 'Active' column. If you
-don't have an active currency you will see an error message telling you
-to choose an active currency.
-
-No active currency warning
-|image213|
-
-`Budgets <#budgetplanning>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Budgets are used for tracking accounting values related to acquisitions.
-For example you could create a Budget for the current year (ex. 2015)
-and then break that into `Funds <#funds>`__ for different areas of the
-library (ex. Books, Audio, etc).
-
--  *Get there:* More > Administration > Acquisitions > Budgets
-
-When visiting the main budget administration you will see two tabs, one
-for active and one for inactive budgets.
-
-Budgets List
-|image214|
-
-`Adding budgets <#addbudget>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Budgets can either be created `from scratch <#addnewbudget>`__, by
-`duplicating the previous year's budget <#duplicatebudget>`__ or by
-`closing a previous year's budget <#closebudget>`__.
-
-`Add a new budget <#addnewbudget>`__
-''''''''''''''''''''''''''''''''''''
-
-If you haven't used Koha before for acquisitions then you'll need to
-start fresh with a new budget. To add a new budget click the 'New
-Budget' button.
-
-New Budget Form
-|image215|
-
--  Choose the time period this budget is for, whether it's an academic
-   year, a fiscal year, a quarter, etc.
-
--  The Description should be something that will help you identify the
-   budget when ordering
-
--  In the amount box do not use any symbols, simply enter the amount of
-   the budget with numbers and decimals.
-
--  Marking a budget active makes it usable when placing orders in the
-   acquisitions module, even if the order is placed after the budget end
-   date. This will allow you to record orders that were places in a
-   previous budget period.
-
--  Locking a budget means that Funds will not be able to be modified by
-   librarians
-
-Once you have made your edits, click the 'Save Changes' button. You will
-be brought to a list of your existing budgets.
-
-List of Budgets
-|image216|
-
-`Duplicate a budget <#duplicatebudget>`__
-'''''''''''''''''''''''''''''''''''''''''
-
-To duplicate a budget from a previous year, click on the link for the
-budget name from the list of budgets
-
-Budgets List
-|image217|
-
-On the screen listing the budget breakdown click the Edit button at the
-top and choose to Duplicate budget
-
-Duplicate Budget
-|image218|
-
-You can also click the 'Actions' button to the right of the budget and
-choose 'Duplicate'.Duplicate budget
-
-In both cases you will be presented with a form where you simply need to
-enter the new start and end date and save the budget.
-
-New Duplicate Budget
-|image219|
-
-Check the box for 'Mark the original budget as inactive' if the original
-budget should no longer be used.
-
-Check the box for 'Set all funds to zero' if you wish the new budget to
-contain all the same fund structures as the previous budget but no
-allocations until you manually enter an amount in the fund.
-
-This will not only duplicate your budget, but all of the funds
-associated with that budget so that you can reuse budgets and funds from
-year to year and so that you can move unreceived orders and if desired
-unspent funds from a previous budget to the new budget.
-
-`Close a budget <#closebudget>`__
-'''''''''''''''''''''''''''''''''
-
-Close a budget to move or roll over unreceived orders and if desired
-unspent funds from a previous budget to a new budget. Before closing
-your budget you might want to `duplicate the previous year's
-budget <#duplicatebudget>`__ so that you have somewhere for the
-unreceived orders to roll to.
-
-Find the previous budget with unreceived orders on the Active budgets or
-the Inactive budgets tab and select 'Close' under 'Actions'. Close a
-budget
-
-    **Note**
-
-    In order for the unreceived orders to be automatically moved to the
-    new budget, the fund structures in the previous budget must exist in
-    the new budget. Budgets without unreceived orders cannot be closed.
-
-When you select 'Close' you will be presented with a form.Closing a
-budget
-
-Use the 'Select a budget' drop down to choose the new budget for the
-unreceived orders.
-
-Check the box for 'Move remaining unspent funds' to move the unspent
-amounts from the funds of the budget being closed to the selected
-budget.
-
-Once you have made your choices, click the 'Move unreceived orders'
-button. You will be presented with a dialog box that says 'You have
-chosen to move all unreceived orders from 'Budget X' to 'Budget Y'. This
-action cannot be reversed. Do you wish to continue?' Budget X is the
-budget to be closed and Budget Y is the selected budget. Close warning
-
-If everything seems correct click 'OK' and the unreceived orders and, if
-selected, unspent funds will be moved.
-
-Wait until the 'Report after moving unreceived orders from budget X to
-Y' displays. This will list the order numbers which have been impacted
-(grouped by fund) and detail if the unreceived order was moved or if
-there was a problem. For example, if the new budget does not contain a
-fund with the same name as the previous budget, the order will not be
-moved.
-
-Close report
-|image220|
-
-`Funds <#funds>`__
-~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Administration > Acquisitions > Funds
-
-`Add a Fund <#addbudgetfund>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-A fund is added to a budget.
-
-    **Important**
-
-    A `budget <#addbudget>`__ must be defined before a fund can be
-    created.
-
-To add a new fund click the New button and then choose which Budget you
-would like to add the fund to.
-
-Choose which budget to add a fund to
-|image221|
-
-In the form that appears you want to enter the basics about your fund.
-
-New Fund Form
-|image222|
-
-The three first fields are required, the rest are optional
-
--  Fund Code is a unique identifier for your fund
-
--  The Fund Name should be something that librarians will understand
-
--  Amount should be entered with only numbers and decimals, no other
-   characters
-
--  Warning at (%) or Warning at (amount) can be filled in to make Koha
-   warn you before you spend a certain percentage or amount of your
-   budget. This will prevent you from overspending.
-
--  You can choose to assign this fund to a librarian. Doing so will make
-   it so that only that librarian can make changes to the Fund
-
--  Choose which library will be using this fund
-
--  You can restrict who can order from this fund by choosing either the
-   'owner', 'owner and users' or 'owner, users and library' from the
-   'Restrict access to' menu
-
-   Restrict Fund Access
-   |image223|
-
-   -  **Important**
-
-          Without an owner, the access restriction will be ignored, be
-          sure to enter an owner as well as choose a restriction
-
--  Notes are simply for any descriptive notes you might want to add so
-   that librarians know when to use this fund
-
--  Planning categories are used for statistical purposes. To learn more
-   about planning categories, check out the `Planning Category
-   FAQ <#planningcatfaq>`__.
-
-When complete, click 'Submit' and you will be brought to a list of all
-of the funds for the budget.
-
-List of funds
-|image224|
-
-The monetary columns in the fund table break down as follows:
-
-1. Base-level allocated is the "Amount" value you defined when creating
-   the fund
-
-2. Base-level ordered is the ordered amount for this fund (without child
-   funds)
-
-3. Total ordered is the base-level ordered for this fund and all its
-   child funds
-
-4. Base-level spent is the spent amount for this fund (without child
-   funds)
-
-5. Total spent is the base-level spent for this fund and all its child
-   funds
-
-6. Base-level available is 1 - 2
-
-7. Total available is 1 - 3
-
-To the right of each fund you will find the 'Actions' button under which
-you will find the 'Edit,' 'Delete,' and 'Add Child Fund' options.
-
-Fund actions
-|image225|
-
-A child fund simply a sub-fund of the fund listed. An example would be
-to have a fund for 'Fiction' and under that have a fund for 'New
-Releases' and a fund for 'Science Fiction.' It is an optional way to
-further organize your finances.
-
-Funds with children will show with a small arrow to the left. Clicking
-that will show you the children funds.
-
-Child funds
-|image226|
-
-`Budget Planning <#fundsplanning>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-When viewing the list of funds click the 'Planning' button and choose
-how you would like to plan to spend your budget.
-
-Planning pull down menu
-|image227|
-
-If you choose 'Plan by MONTHS' you will see the budgeted amount broken
-down by months:
-
-Budget Planning Formula
-|image228|
-
-To hide some of the columns you can click the 'hide' link to the right
-(or below as in the screenshot above) the dates. To add more columns you
-can click the 'Show a column' link found below the 'Fund Remaining'
-heading.
-
-Choose columns to add
-|image229|
-
-From here you can plan your budget spending by manually entering values
-or by clicking the 'Auto-fill row' button. If you choose to auto-fill
-the form the system will try to divide the amount accordingly, you may
-have to make some edits to split things more accurately.
-
-Auto-filled columns
-|image230|
-
-Once your changes are made, click the 'Save' button. If you would like
-to export your data as a CSV file you can do so by entering a file name
-in the 'Output to a file named' field and clicking the 'Output' button.
-
-Export planning as CSV
-|image231|
-
-`EDI Accounts <#ediaccounts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-From here you can set up the information needed to connect to your
-acquisitions vendors.
-
-    **Note**
-
-    Before you begin you will need at least one `Vendor set up in
-    Acquisitions <#addacqvendor>`__.
-
-To add account information click the 'New account' button.New account
-
-In the form that appears you will want to enter your vendor information.
-
-New account information
-
-Each vendor will have one account.
-
-`Library EANs <#libraryeans>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A library EAN is the identifier the vendor gives the library to send
-back to them so they know which account to use when billing. One EDI
-account can have multiple EANs.
-
-To add an EAN click the 'New EAN' button.
-
-New EAN
-
-In the form that appears enter the information provided by your vendor.
-
-New EAN Form
-
-`Additional Parameters <#additionaladmin>`__
---------------------------------------------
-
--  *Get there:* More > Administration > Additional Parameters
-
-`Z39.50/SRU servers <#z3950admin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Z39.50 is a client–server protocol for searching and retrieving
-information from remote computer databases, in short it's a tool used
-for copy cataloging.
-
-SRU- Search/Retrieve via URL - is a standard XML-based protocol for
-search queries, utilizing CQL - Contextual Query Language - a standard
-syntax for representing queries.
-
-Using Koha you can connect to any Z39.50 or SRU target that is publicly
-available or that you have the log in information to and copy both
-bibliographic and/or authority records from that source.
-
--  *Get there:* More > Administration > Additional Parameters >
-   Z39.50/SRU Servers
-
-Koha comes with a default list of Z39.50/SRU targets set up that you can
-add to, edit or delete
-
-List of Z39.50 Servers in Koha
-|image232|
-
-To find additional Z39.50 targets you use IndexData's IRSpy:
-`http://irspy.indexdata.com <http://irspy.indexdata.com/>`__ or the
-Library of Congress's List of Targets http://www.loc.gov/z3950/
-
-`Add a Z39.50 Target <#addztarget>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  From the main Z39.50 page, click 'New Z39.50 Server'
-
-   New Z39.50 Server Form
-   |image233|
-
-   -  'Z39.50 server' should be populated with a name that will help you
-      identify the source (such as the library name).
-
-   -  'Hostname' will be the address to the Z39.50 target.
-
-   -  'Port' tells Koha what port to listen on to get results from this
-      target.
-
-   -  'Userid' and 'Password' are only required for servers that are
-      password protected.
-
-   -  Check the 'Preselected' box if you want this target to always be
-      selected by default.
-
-   -  'Rank' lets you enter where in the list you'd like this target to
-      appear.
-
-      -  If this is left blank the targets will be in alphabetical
-         order.
-
-   -  'Syntax' is the MARC flavor you use.
-
-   -  'Encoding' tells the system how to read special characters.
-
-   -  'Timeout' is helpful for targets that take a long while. You can
-      set the timeout so that it doesn't keep trying the target if
-      results aren't found in a reasonable amount of time.
-
-   -  'Record type' lets you define if this is a bibliographic or an
-      authority target.
-
-   -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
-      names that you want to apply on the search results.
-
-      -  When retrieving records from external targets you may wish to
-         automate some changes to those records. XSLT's allow you to do
-         this. Koha ships with some sample XSLT files in the
-         /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
-
-         -  Del952.xsl: Remove items (MARC21/NORMARC)
-
-         -  Del995.xsl: Remove items (UNIMARC)
-
-         -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
-            (MARC21/NORMARC)
-
-         -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
-            (UNIMARC)
-
-`Suggested Bibliographic Z39.50 Targets <#suggestztarget>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Koha libraries with open Z39.50 targets can share and find connection
-information on the Koha wiki:
-http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources. You can
-also find open Z39.50 targets by visiting IRSpy:
-http://irspy.indexdata.com.
-
-The following targets have been used successfully by other Koha
-libraries (in the Americas):
-
--  ACCESS PENNSYLVANIA 205.247.101.11:210 INNOPAC
-
--  CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210 INNOPAC
-
--  GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC
-
--  HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210 horizon
-
--  HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton\_hills
-
--  LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB
-
--  LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210 INNOPAC
-
--  MANITOBA PUBLIC library.gov.mb.ca:210 horizon
-
--  MILTON PL cat.mpl.on.ca:210 horizon
-
--  NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default
-
--  NHUPAC 199.192.6.130:211 nh\_nhupac
-
--  OCEAN STATE LIBRARIES (RI) catalog.oslri.net:210 INNOPAC
-
--  OHIOLINK olc1.ohiolink.edu:210 INNOPAC
-
--  PUBCAT prod890.dol.state.vt.us:2300 unicorn
-
--  SAN JOAQUIN VALLEY PUBLIC LIBRARY SYSTEM (CA) hip1.sjvls.org:210
-   ZSERVER
-
--  SEATTLE PUBLIC LIBRARY ZSERVER.SPL.ORG:210 HORIZON
-
--  TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200 unicorn
-
--  TRI-UNI 129.97.129.194:7090 voyager
-
--  VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon
-
-`Suggested Authority Z39.50 Targets <#suggestauthz39>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The following targets have been used successfully by other Koha
-libraries (in the Americas):
-
--  LIBRARIESAUSTRALIA AUTHORITIES
-   z3950-test.librariesaustralia.nla.gov.au:210 AuthTraining Userid:
-   ANLEZ / Password: z39.50
-
--  LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF
-
--  LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF
-
-`Add a SRU Target <#addsru>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  From the main Z39.50/SRU page, click 'New SRU Server'
-
-   New SRU Server Form
-   |image234|
-
-   -  'Server name' should be populated with a name that will help you
-      identify the source (such as the library name).
-
-   -  'Hostname' will be the address to the Z39.50 target.
-
-   -  'Port' tells Koha what port to listen on to get results from this
-      target.
-
-   -  'Userid' and 'Password' are only required for servers that are
-      password protected.
-
-   -  Check the 'Preselected' box if you want this target to always be
-      selected by default.
-
-   -  'Rank' lets you enter where in the list you'd like this target to
-      appear.
-
-      -  If this is left blank the targets will be in alphabetical
-         order.
-
-   -  'Syntax' is the MARC flavor you use.
-
-   -  'Encoding' tells the system how to read special characters.
-
-   -  'Timeout' is helpful for targets that take a long while. You can
-      set the timeout so that it doesn't keep trying the target if
-      results aren't found in a reasonable amount of time.
-
-   -  'Additional SRU options' is where you can enter additional options
-      of the external server here, like sru\_version=1.1 or
-      schema=marc21, etc. Note that these options are server dependent.
-
-   -  'SRU Search field mapping' lets you add or update the mapping from
-      the available fields on the Koha search form to the specific
-      server dependent index names.
-
-      -  To further refine your searches, you could add the following
-         index names to the SRU search field mappings. To do this, edit
-         the server and click the Modify button next to this field.
-
-         +---------------+---------------------------+
-         | Title         | dc.title                  |
-         +---------------+---------------------------+
-         | ISBN          | bath.isbn                 |
-         +---------------+---------------------------+
-         | Any           | cql.anywhere              |
-         +---------------+---------------------------+
-         | Author        | dc.author                 |
-         +---------------+---------------------------+
-         | ISSN          | bath.issn                 |
-         +---------------+---------------------------+
-         | Subject       | dc.subject                |
-         +---------------+---------------------------+
-         | Standard ID   | bath.standardIdentifier   |
-         +---------------+---------------------------+
-
-         Table: SRU Mapping
-
-   -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
-      names that you want to apply on the search results.
-
-      -  When retrieving records from external targets you may wish to
-         automate some changes to those records. XSLT's allow you to do
-         this. Koha ships with some sample XSLT files in the
-         /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
-
-         -  Del952.xsl: Remove items (MARC21/NORMARC)
-
-         -  Del995.xsl: Remove items (UNIMARC)
-
-         -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
-            (MARC21/NORMARC)
-
-         -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
-            (UNIMARC)
-
-`Did you mean? <#didyoumean>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-*Get there:* More > Administration > Additional Parameters > Did you
-mean?
-
-Koha can offer 'Did you mean?' options on searches based on values in
-your `authorities <#catauthorities>`__.
-
-    **Important**
-
-    Did you mean? only works in the OPAC at this time. The Intranet
-    options are here for future development.
-
-Using this page you can control which options Koha gives patrons on
-their search results.
-
-Did you mean?
-|image235|
-
-To turn on the 'Did you mean?' bar on your search results you need to
-check the box next to each plugin you would like to use. The two plugins
-you have to choose from are:
-
--  The ExplodedTerms plugin suggests that the user try searching for
-   broader/narrower/related terms for a given search (e.g. a user
-   searching for "New York (State)" would click the link for narrower
-   terms if they're also interested in "New York (City)"). This is only
-   relevant for libraries with highly hierarchical authority data.
-
--  The AuthorityFile plugin searches the authority file and suggests the
-   user might be interested in bibs linked to the top 5 authorities
-
-If you want one plugin to take priority over another you simply drag it
-above the other.
-
-Drag and drop options
-|image236|
-
-If you choose both plugins you will see several options at the top of
-your search results
-
-Both plugins
-|image237|
-
-If you choose just the AuthorityFile you'll see just authorities.
-
-AuthorityFile
-|image238|
-
-`Column settings <#admincolumns>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This administration area will help you hide or display columns on fixed
-tables throughout the staff client.
-
--  *Get there:* Administration > Additional Parameters > Column settings
-
-Column settings
-|image239|
-
-Clicking on the module you'd like to edit tables for will show you the
-options available to you.
-
-This area lets you control the columns that show in the table in
-question. If nothing is hidden you will see no check marks in the 'is
-hidden by default' column.
-
-Column settings
-|image240|
-
-And will see all of the columns when viewing the table on its regular
-page.
-
-Columns on currency table
-|image241|
-
-If columns are hidden they will have checks in the 'is hidden by
-default' column.
-
-Column settings
-|image242|
-
-And hidden when you view the table.
-
-Columns on currency table
-|image243|
-
-You can also toggle columns using the 'Show/Hide Columns button in the
-top right of the page
-
-Toggle columns
-|image244|
-
-`Audio alerts <#audioadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have your `AudioAlerts <#AudioAlerts>`__ preference set to
-'Enable' you will be able to control the various alert sounds that Koha
-uses from this area.
-
--  *Get there:* More > Administration > Additional Parameters > Audio
-   alerts
-
-Each dialog box in Koha has a CSS class assigned to it that can be used
-as a selector for a sound.Audio alerts
-
-You can edit the defaults by clicking the 'Edit' button to the right of
-each alertEdit alert
-
-You can assign alerts to other CSS classes in Koha by entering that
-information in the selector box. For example if you enter
-
-::
-
-    body:contains('Check in message')
-
-Then when you visit the checkin page you will hear an alert.
-
-Every page in Koha has a unique ID in the body tag which can be used to
-limit a sound to a specific page
-
-Any ID selector (where html contains id="name\_of\_id" ) and can also be
-a trigger as: #name\_of\_selector
-
-`SMS cellular providers <#smsadmin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Important**
-
-    This option will only appear if the
-    `SMSSendDriver <#SMSSendDriver>`__ preference is set to 'Email'
-
-From here you can enter as many cellular providers as you need to send
-SMS notices to your patrons using the email protocol.SMS Providers
-
-Some examples in the US are:
-
-+---------------------+-----------------------------+
-| Mobile Carrier      | SMS Gateway Domain          |
-+=====================+=============================+
-| Alltel              | sms.alltelwireless.com      |
-+---------------------+-----------------------------+
-| AT&T                | txt.att.net                 |
-+---------------------+-----------------------------+
-| Boost Mobile        | sms.myboostmobile.com       |
-+---------------------+-----------------------------+
-| Project Fi          | msg.fi.google.com           |
-+---------------------+-----------------------------+
-| Republic Wireless   | text.republicwireless.com   |
-+---------------------+-----------------------------+
-| Sprint              | messaging.sprintpcs.com     |
-+---------------------+-----------------------------+
-| T-Mobile            | tmomail.net                 |
-+---------------------+-----------------------------+
-| U.S. Cellular       | email.uscc.net              |
-+---------------------+-----------------------------+
-| Verizon Wireless    | vtext.com                   |
-+---------------------+-----------------------------+
-| Virgin Mobile       | vmobl.com                   |
-+---------------------+-----------------------------+
-
-Table: SMS Provider Examples
-
-To add new providers enter the details in the form and click 'Add new'
-to save.Add SMS Provider
-
-These options will appear in the OPAC for patrons to choose from on the
-`messaging tab <#opacmymsgs>`__ if you have
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-enabled.Options for providers in the OPAC
-
-Tools
-=====
-
-Tools in Koha all perform some sort of action. Often many of the items
-listed under Tools in Koha are referred to as 'Reports' in other library
-management systems.
-
--  *Get there:* More > Tools
-
-`Patrons and Circulation <#patrontools>`__
-------------------------------------------
-
-`Patron lists <#patronlists>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Patron lists
-
-Patron lists are a way to store a group of patrons for easy modification
-via the `batch patron modification tool <#batchpatronmod>`__ or
-reporting.
-
-Patron lists
-|image245|
-
-To create a new list of patrons click the 'New patron list' button
-
-New patron list
-|image246|
-
-Enter a list name and save the list.
-
-Empty patron list
-|image247|
-
-Each list has an 'Actions' menu with more list options.Patron list
-actions
-
-To add patrons to the list click the 'Add patrons' link in the 'Actions'
-menu.
-
-Add patron to a list
-|image248|
-
-Enter the patron's name or cardnumber in the search box and click on the
-right result to add the patron.
-
-Patrons to add
-|image249|
-
-Once you have all of the patrons you would like to add you can click the
-'Add patrons' button to save them to the list.
-
-List of patrons
-|image250|
-
-`Comments <#comments>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Comments
-
-All comments added by patrons via the OPAC to bibliographic records
-require moderation by the librarians. If there are comments awaiting
-moderation they will be listed on the main page of the staff client
-below the module list:
-
-Comments pending approval
-|image251|
-
-and next to the Comments tool on the Tools ModuleComment count on Tools
-
-To moderate comments click on the notification on the main dashboard or
-go directly to the Comments Tool and click 'Approve' or 'Delete' to the
-right of the comments awaiting moderation.
-
-Comment awaiting moderation
-|image252|
-
-If there are no comments to moderate you will see a message saying just
-that
-
-No comments to moderate
-|image253|
-
-You can also review and unapprove comments you have approved in the past
-by choosing the 'Approved comments' tab
-
-Approved comments
-|image254|
-
-`Patron Import <#patronimport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Import Patrons
-
-The patron import tool can be used at any time to add patrons in bulk.
-It is commonly used in universities and schools when a new batch of
-students registers.
-
-`Creating Patron File <#createpatronfile>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Your Koha installation comes with a blank CSV file that you can use as a
-template for your patron records. If you would like to create the file
-yourself, make sure that your file has the following fields in this
-order as the header row:
-
-cardnumber, surname, firstname, title, othernames, initials,
-streetnumber, streettype, address, address2, city, state, zipcode,
-country, email, phone, mobile, fax, emailpro, phonepro, B\_streetnumber,
-B\_streettype, B\_address, B\_address2, B\_city, B\_state, B\_zipcode,
-B\_country, B\_email, B\_phone, dateofbirth, branchcode, categorycode,
-dateenrolled, dateexpiry, gonenoaddress, lost, debarred,
-debarredcomment, contactname, contactfirstname, contacttitle,
-guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex,
-password, flags, userid, opacnote, contactnote, sort1, sort2,
-altcontactfirstname, altcontactsurname, altcontactaddress1,
-altcontactaddress2, altcontactaddress3, altcontactstate,
-altcontactzipcode, altcontactcountry, altcontactphone, smsalertnumber,
-privacy, patron\_attributes
-
-    **Important**
-
-    The 'password' should be stored in plaintext, and will be converted
-    to a Bcrypt hash.
-
-    If your passwords are already encrypted, talk to your systems
-    administrator about options
-
-    **Important**
-
-    Date formats should match your `system preference <#dateformat>`__,
-    and must be zero-padded, e.g. '01/02/2008'.
-
-    **Important**
-
-    The fields 'branchcode', 'categorycode' and all fields you have
-    defined in the `BorrowerMandatoryField <#BorrowerMandatoryField>`__
-    preference are required and must match valid entries in your
-    database.
-
-    **Note**
-
-    If loading `patron attributes <#patronattributetypes>`__, the
-    'patron\_attributes' field should contain a comma-separated list of
-    attribute types and values.
-
-    -  The attribute type code and a colon should precede each value.
-
-       -  For example: "INSTID:12345,BASEBALL:Cubs"
-
-       -  This field must be wrapped in quotes if multiple values are
-          defined.
-
-       -  Since values can contain spaces, additional doubled-quotes may
-          be required:
-
-          -  "INSTID:12345,BASEBALL:Cubs,""BASEBALL:White Sox"""
-
-       -  When replacing a patron record, any attributes specified in
-          the input file replace all of the attribute values of any type
-          that were previously assigned to the patron record.
-
-`Importing Patrons <#importpatrons>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have created your file, you can use the Patron Import Tool to
-bring the data into Koha.
-
--  Choose your CSV file
-
-   Import Patron Form
-   |image255|
-
--  Choose to match on 'Cardnumber' or 'Username' to prevent adding of
-   duplicate card numbers to the system
-
-   Patron match options
-   |image256|
-
--  Next you can choose default values to apply to all patrons you are
-   importing
-
-   -  ex. If you're importing patrons specific to one branch you can use
-      the field on the Import form to apply the branch code to all those
-      you are importing.
-
--  Finally you need to decide on what data you want to replace if there
-   are duplicates.
-
-   If match found
-   |image257|
-
-   -  A matching record is found using the field you chose for matching
-      criteria to prevent duplication
-
-   -  If you included patron attributes in your file you can decide
-      whether to add your values to existing values or erase existing
-      values and enter only your new values.
-
-`Notices & Slips <#notices>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Notices & Slips
-
-All notices and circulation receipts (or slips) generated by Koha can be
-customized using the Notices & Slips Tool. The system comes with several
-predefined templates that will appear when you first visit this tool.
-
-Notices & Slips Tool
-|image258|
-
-Each notice can be edited, but only a few can be deleted, this is to
-prevent system errors should a message try to send without a template.
-Each notice and slip can be edited on a per library basis, by default
-you will see the notices for all libraries.
-
-If you have a style you'd like applied to all slips you can point the
-`SlipCSS <#SlipCSS>`__ preference to a stylesheet. The same is true for
-notices, using the `NoticeCSS <#NoticeCSS>`__ preference to define a
-stylesheet.
-
-You will also want to review the `Notices & Slips Field
-Guide <#noticesfieldguide>`__ for more information on formatting these
-notices.
-
-`Adding Notices & Slips <#addnotices>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a new notice or slip
-
--  Click 'New Notice'
-
-   New Notice Form
-   |image259|
-
--  Choose which library this notice or slip is for
-
-   -  **Important**
-
-          Not all notices can be branch specific for more information
-          review the `Notices & Slips Field
-          Guide <#noticesfieldguide>`__ in this manual.
-
--  Choose the module this notice is related to
-
--  The Code is limited to 20 characters
-
-   -  **Important**
-
-          When working with the overdue notices you want each notice at
-          each branch to have a unique code. Think about using the
-          branch code in front of the notice code for each branch.
-
--  Use the name field to expand on your Code
-
-   -  **Note**
-
-          With overdue notices, be sure to put your branch name in the
-          description as well so that it will be visible when setting up
-          your `triggers <#noticetriggers>`__.
-
--  Next you can customize the notice for every possible delivery method
-
-   -  Every notice should have an Email template set for itNew Email
-      notice
-
-   -  If you're using the
-      `TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
-      service you can set up a Phone notificationNew Phone notice
-
-   -  If you plan on printing this notice you can set the Print template
-      nextNew Print notice
-
-   -  If you have enabled SMS notices with the
-      `SMSSendDriver <#SMSSendDriver>`__ preference you can set the text
-      for your SMS notices nextNew SMS notice
-
--  Each notice offers you the same options
-
-   -  If you plan on writing the notice or slip in HTML check the 'HTML
-      Message' box, otherwise the content will be generated as plain
-      text
-
-   -  Message Subject is what will appear in the subject line of the
-      email
-
-   -  In the message body feel free to type whatever message you feel is
-      best, use the fields on the left hand side to enter individualized
-      data from the from database.
-
-      -  **Note**
-
-             Review the `Notices & Slip Field
-             Guide <#noticesfieldguide>`__ for info on what fields can
-             be used here.
-
-      -  **Important**
-
-             Overdue notices can use <<items.content>> tags by
-             themselves, or use <item></item> to span all of the tags.
-             Learn more about the `Overdue Notice
-             Markup <#noticemarkup>`__
-
-             -  On overdue notices make sure to use <<items.content>>
-                tags to print out the data related to all items that are
-                overdue.
-
-             -  The other option, only for overdue notices, is to use
-                the <item></item> tags to span the line so that it will
-                print out multiple lines One example for the
-                <item></item> tag option is:
-
-                <item>"<<biblio.title>>" by <<biblio.author>>,
-                <<items.itemcallnumber>>, Barcode: <<items.barcode>> ,
-                Checkout date: <<issues.issuedate>>, Due date:
-                <<issues.date\_due>> Fine: <<items.fine>> Due date:
-                <<issues.date\_due>> </item>
-
-      -  **Important**
-
-             Only the overdue notices take advantage of the
-             <item></item> tags, all other notices referencing items
-             need to use <<items.content>>
-
-      -  **Note**
-
-             To add today's date you can use the <<today>> syntax
-
-      -  **Note**
-
-             If you don't want to print the patron's full name on your
-             slips or notice you can enter data in the Other name or
-             Initials field for each patron and use that value instead.
-
-`Overdue Notice Markup <#noticemarkup>`__
-'''''''''''''''''''''''''''''''''''''''''
-
-When creating your overdue notices there are two tags in addition to the
-various database fields that you can use in your notices. You will also
-want to review the `Notices & Slips Field Guide <#noticesfieldguide>`__
-for information on formatting item information in these notices.
-
-    **Important**
-
-    These new tags only work on the overdue notices, not other
-    circulation related notices at this time.
-
-These tags are <item> and </item> which should enclose all fields from
-the biblio, biblioitems, and items tables.
-
-An example of using these tags in a notice template might be like:
-
-::
-
-       The following item(s) is/are currently overdue:
-
-       <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
-
-Which, assuming two items were overdue, would result in a notice like:
-
-::
-
-       The following item(s) is/are currently overdue:
-
-       "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
-       "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50
-
-`Existing Notices & Slips <#existingnotices>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Among the default notices are notices for several common actions within
-Koha. All of these notices can be customized by altering their text via
-the Notices & Slips tool and their style using the
-`NoticeCSS <#NoticeCSS>`__ preference to define a stylesheet. You will
-also want to review the `Notices & Slips Field
-Guide <#noticesfieldguide>`__ for information on formatting item
-information in these notices. Here are some of what those notices do:
-
--  ACCTDETAILS
-
-   -  Sent to patrons when their account is set up if the
-      `AutoEmailOPACUser <#AutoEmailOPACUser>`__ preference is set to
-      'Send'
-
--  ACQCLAIM (Acquisition Claim)
-
-   -  Used in the claim acquisition module
-
-   -  *Get there:* More > Acquisitions > Late issues
-
--  CHECKIN
-
-   -  This notice is sent as the 'Check in' notice for all items that
-      are checked in
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  CHECKOUT
-
-   -  This notice is sent as the 'Check out' notice for all items that
-      are checked out
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  DUE
-
-   -  This notice is sent as the 'Item due' for an item is due
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  DUEDGST
-
-   -  This notice is sent as the 'Item due' for all items that are due
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice as a digest
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  HOLD (Hold Available for Pickup)
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
-   -  When this notice references the branches table it is referring to
-      the pickup branch information.
-
--  HOLDPLACED (a notice to the library staff that a hold has been
-   placed)
-
-   -  This notice requires the
-      `emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
-      system preference to be set to 'Enable'
-
-   -  When this notice references the branches table it is referring to
-      the pickup branch information.
-
--  MEMBERSHIP\_EXPIRY
-
-   -  This notice can be sent to patrons to warn them that their cards
-      are expiring soon.
-
-   -  Requires that you have the
-      `MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__ set
-      and the `related cron job <#patronexpirycron>`__ set.
-
--  ODUE (Overdue Notice)
-
-   -  This notice is used to send Overdue Notices to Patrons
-
-   -  See a `Sample Overdue Notice <#samplenotice>`__
-
-   -  Requires that you set `Overdue Notice/Status
-      Triggers <#noticetriggers>`__
-
--  PREDUE
-
-   -  This notice is sent as the 'Advanced notice' for an item is due
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  PREDUEDGST
-
-   -  This notice is sent as the 'Advanced notice' for all items that
-      are due
-
-   -  This notice is used if two criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The patron has requested to receive this notice as a digest
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  RENEWAL
-
-   -  This notice is sent as the 'Check out' notice for all items that
-      are renewed
-
-   -  This notice is used if three criteria are met:
-
-      1. The
-         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
-         is set to 'Allow'
-
-      2. The `RenewalSendNotice <#RenewalSendNotice>`__ preference is
-         set to 'Send'
-
-      3. The patron has requested to receive the checkout notice
-
-         -  *Get there:*\ OPAC > Login > my messaging
-
-         -  *Get there:*\ Staff Client > Patron Record >
-            `Notices <#patnotices>`__
-
--  RLIST (Routing List)
-
-   -  Used in the serials module to notify patrons/staff of new issues
-      of a serial
-
-      -  *Get there:* More > Serials > `New
-         Subscription <#newsubscription>`__
-
-   -  You have the option to select the 'Routing List' notice when
-      creating a new subscription (Choose from the 'Patron notification'
-      drop down).
-
-   -  **Note**
-
-          Notice also that if you'd like to notify patrons of new serial
-          issues, you can click on 'define a notice' which will take you
-          to the 'Notices' tool
-
--  SHARE\_ACCEPT
-
-   -  Used to notify a patron when another patron has accepted their
-      shared list.
-
-   -  Requires that you set
-      `OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
-      to 'Allow'
-
--  SHARE\_INVITE
-
-   -  Used to notify a patron that another patron would like to share a
-      list with them.
-
-   -  Requires that you set
-      `OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
-      to 'Allow'
-
--  TO\_PROCESS
-
-   -  Used to notify a staff member if a purchase suggestion has been
-      moved to the fund they manage
-
-   -  Requires the
-      `notice\_unprocessed\_suggestions <#emailsuggestfund>`__ cron job
-
-There are also a set of predefined slips (or receipts) listed on this
-page. All of these slips can be customized by altering their text via
-the Notices & Slips tool and their style using the
-`SlipCSS <#SlipCSS>`__ preference to define a stylesheet. Here is what
-those slips are used for:
-
--  ISSUEQSLIP
-
-   -  Used to print the quick slip in circulation
-
-   -  The quick slip only includes items that were checked out today
-
--  ISSUESLIP
-
-   -  Used to print a full slip in circulation
-
-   -  The slip or receipt will show items checked out today as well as
-      items that are still checked out
-
--  HOLD\_SLIP
-
-   -  Used to print a holds slip
-
-   -  The holds slip is generated when a hold is confirmed
-
--  TRANSFERSLIP
-
-   -  Used to print a transfer slip
-
-   -  The transfer slip is printed when you confirm a transfer from one
-      branch to another in your system
-
-`Overdue Notice/Status Triggers <#noticetriggers>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Overdue
-   Notice/Status Triggers
-
-In order to send the overdue notices that you defined using the
-`Notices <#notices>`__ tool, you need to first set the triggers to have
-these messages.
-
-    **Important**
-
-    In order to have overdue notices sent to your patrons, you need to
-    `set that patron category <#addingpatroncat>`__ to require overdue
-    notices.
-
-    **Important**
-
-    Depending on the value of your
-    `OverdueNoticeCalendar <#OverdueNoticeCalendar>`__ preference the
-    delay may or may not include days the library is closed based on the
-    `holiday calendar <#calholidays>`__.
-
-The Overdue Notice/Status Triggers tool gives the librarian the power to
-send up to three notices to each patron type notifying them of overdue
-items
-
-Overdue Notice/Status Triggers Tool
-|image260|
-
--  Delay is the number of days after an issue is due before an action is
-   triggered.
-
-   -  **Important**
-
-          If you want Koha to trigger an action (send a letter or
-          restrict member), a delay value is required.
-
--  To send additional notices, click on the tabs for 'Second' and
-   'Third' notice
-
--  If you would like to prevent a patron from checking items out because
-   of their overdue items, check the 'Restrict' box, this will put a
-   notice on the patron's record at checkout informing the librarian
-   that the patron cannot check out due to overdue items.
-
-   -  If you choose to restrict a patron in this way you can also have
-      Koha automatically remove that restriction with the
-      `AutoRemoveOverduesRestrictions <#AutoRemoveOverduesRestrictions>`__
-      preference.
-
--  Next you can choose the delivery method for the overdue notice. You
-   can choose from Email, Phone (if you are using the `iTiva Talking
-   Tech service <#TalkingTechItivaPhoneNotification>`__), Print and SMS
-   (if you have set your `SMSSendDriver <#SMSSendDriver>`__).
-
-   -  **Note**
-
-          The Feed option is not yet a feature in Koha, it is there for
-          future development.
-
--  See a `Sample Overdue Notice <#samplenotice>`__
-
-`Patron Card Creator <#patroncardcreator>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patron Card Creator
-
-The Patron Card Creator allow you to use layouts and templates which you
-design to print your custom patron cards on your printer. Here are some
-of the features of the Patron Card Creator module:
-
--  Customize patron card layouts with text retrieved from the Koha
-   patron data
-
--  Design custom card templates for printed patron cards (to match the
-   label sheets)
-
--  Build and manage batches of patron cards to print
-
--  Export (as PDF) single or multiple batches to print
-
--  Export (as PDF) single or multiple patron cards from within a batch
-
-`Layouts <#cardlayouts>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Patron Card Creator > Manage > Layouts
-
-A layout defines the text and images that will be printed on to the card
-and where it will appear.
-
-    **Note**
-
-    Up to three lines of text, the patron's number in barcode
-    representation and up to two images can be printed on to the card.
-
-`Add a Layout <#addcardlayout>`__
-'''''''''''''''''''''''''''''''''
-
-If you have no layouts defined, you will add a new layout by clicking
-the 'New' button and choosing 'Layout'.New layout button
-
-You may also choose to press 'Manage layout' on the left side. Here you
-are offered a list of available layouts you can select for editing. But
-at the top of the page there is still the 'New layout' button.
-
-Add New Layout
-|image261|
-
--  The name you assign to the layout is for your benefit, name it
-   something that will be easy to identify at a later date
-
--  The Units pull down is used to define what measurement scale you're
-   going to be using for your layout.
-
-   Units of Measurement
-   |image262|
-
-   -  **Note**
-
-          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
-          is 25.4 SI Millimeters
-
--  Next note if this layout is for the front or the back of the patron
-   card
-
-   -  **Note**
-
-          You will need a layout for both the front and back of your
-          card if you have 2-sided library cards, this option doesn't
-          allow you to print two sided cards, just lets you track which
-          side of the card you're designing.
-
--  You have the option of adding up to 3 lines of text to your card.
-   Your text can be static text of your choosing and/or fields from the
-   patron record. If you want to print fields from the patron record you
-   want to put the field names in brackets like so - <firstname>
-
-   -  **Note**
-
-          A full list of field names can be found in the database schema
-          at http://schema.koha-community.org
-
--  For each line of text, you can choose your font, font size and the
-   location of the text on the card using the lower X and Y coordinates
-
--  In order to show the barcode and the patron card number you will need
-   to check the 'Print Card Number as Barcode' option. This will turn
-   the patron card number into a barcode. If you want the number to
-   print in human readable format you will need to check the 'Print Card
-   Number as Text Under Barcode' option.
-
--  Finally you can choose up to two images to print on the card.
-
-   -  One can be the `patron image <#uploadpatronimages>`__ which you
-      can resize to meet your needs.
-
-   -  The other image can be something like a library logo or symbol
-      that you uploaded using the '`Manage
-      Images <#managecardimages>`__' module of the Patron Card Creator
-      Tool.
-
-    **Important**
-
-    It is the designers responsibility to define textlines, barcode and
-    images such that overlap is avoided.
-
-After saving, your layouts will appear on the 'Manage layouts' page.
-
-Manage Layouts
-|image263|
-
-`Templates <#patrontemplate>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Patron Card Creator > Manage > Card
-   templates
-
-A template describes the arrangement of labels on the label sheet/card
-stock you are using. This might be Avery 5160 for address labels,
-Gaylord 47-284 for spine labels or Avery 28371 for your patron cards,
-just to give a couple of examples. All of the information you will need
-for setting up a template may be on the packaging, and if not it can
-usually be found on the vendor's website or can be measured from a
-sample sheet.
-
-`Add a Template <#addcardtemplate>`__
-'''''''''''''''''''''''''''''''''''''
-
-To add a new template click on the 'New template' button at the top of
-your page which brings you to the Edit template form immediately. You
-may also choose to press 'Manage templates' on the left side. Here you
-are offered a list of available templates you can select for editing.
-But in the top of the page there is still the 'New template' button.
-
-New template button
-|image264|
-
-Using the form that appears after pressing either 'Edit' or 'New
-template'you can define the template for your sheet of labels or cards.
-
-Add Patron Card Template
-|image265|
-
--  Template ID is simply a system generated unique id
-
--  Template Code should be the name of this template to identify it on a
-   list of templates
-
--  You can use the Template Description to add additional information
-   about the template
-
--  The Units pull down is used to define what measurement scale you're
-   going to be using for the template.
-
-   Measurement Units
-   |image266|
-
-   -  **Note**
-
-          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
-          is 25.4 SI Millimeters
-
--  The measurements (page height, page width, card width, card height)
-   may be on the packaging, and if not it can usually be found on the
-   vendor's website or can be measured from a sample sheet.
-
--  A profile is a set of "adjustments" applied to a given template just
-   prior to printing which compensates for anomalies unique and peculiar
-   to a given printer (to which the profile is assigned).
-
-   -  Before defining a profile try printing some sample cards so that
-      you can take measurements to define a profile to perform the right
-      adjustments for your printer/template combination.
-
-   -  After finding and documenting any anomalies in the printed
-      document, then you can `create a profile <#addcardprofile>`__ and
-      assign it to the template.
-
-   -  **Important**
-
-          Do not specify a profile unless needed, i.e. do not click to
-          define a printer profile. It is not possible to remove a
-          profile from a template but you can switch to another profile.
-
-   -  **Note**
-
-          If you are using different printers you may be required to
-          define several templates that are identical only different
-          profiles are specified.
-
-After saving, your templates will appear on the 'Manage templates' page.
-
-Manage Templates
-|image267|
-
-`Profiles <#patronprofile>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Patron Card Creator > Manage > Profiles
-
-A profile is a set of "adjustments" applied to a given
-`template <#patrontemplate>`__ just prior to printing which compensates
-for anomalies unique and peculiar to a given printer. This means if you
-set a template up and then print a sample set of data and find that the
-items are not all aligned the same on each card, you need to set up a
-profile for each printer (or even different tray selections on the same
-printer) to make up for the differences in printing styles, such as the
-shifting of text to the left, right, top or bottom.
-
-If your cards are printing just the way you want, you will not need a
-profile.
-
-`Add a Profile <#addcardprofile>`__
-'''''''''''''''''''''''''''''''''''
-
-To add a new profile, you want to click on the 'Profiles' button at the
-top of your page and choose 'New Profile'
-
-New Profile Button
-|image268|
-
-To add a new profile, you want to click on the 'New profile' button at
-the top of your page. Using the form that appears you can define the
-values to correct the card misalignments on your label sheet. You may
-also choose 'Manage profiles' on the left side and select one of the
-currently available profiles for editing.
-
-Add Printer Profile
-|image269|
-
--  The Printer Name and Paper Bin do not have to match your printer
-   exactly, they are for your reference so you can remember what printer
-   you have set the profile for.
-
-   -  **Note**
-
-          For example: if you want to use the Printer model number in
-          printer name you can, or you can call it 'the printer on my
-          desk'
-
--  Template will be filled in once you have chosen which template to
-   apply the profile to on the `template edit form <#addcardtemplate>`__
-
--  The Units pull down is used to define what measurement scale you're
-   going to be using for your profile.
-
-   Units of Measurement
-   |image270|
-
-   -  **Note**
-
-          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
-          is 25.4 SI Millimeters
-
--  Offset should be used when the entire image is off center either
-   vertically or horizontally. Creep describes a condition where the
-   distance between the labels changes across the page or up and down
-   the page
-
-   -  For offset and creep values, negative numbers move the printed
-      information up and to the left on the printed sheet and positive
-      numbers move down and to the right
-
-   -  Example: the text is printed 0 .25" from the left edge of the
-      first label, 0 .28" from the left edge of the second label and 0
-      .31" from the left edge of the third label. This means the
-      horizontal creep should be set to (minus) -0.03 " to make up for
-      this difference.
-
-After saving, your profiles will appear on the 'Manage Printer Profiles'
-page.
-
-Manage Profiles
-|image271|
-
-Once you have saved your new profile, you can return to the list of
-templates and choose to edit the template that this profile is for.
-
-`Batches <#patroncardbatches>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Patron Card Creator > Manage > Card
-   batches
-
-A batch is a collection of patrons for whom you want to generate cards.
-
-`Add a Batch <#addcardbatch>`__
-'''''''''''''''''''''''''''''''
-
-To add a new batch, you want to click on the 'New batches' button at the
-top of your page. Choosing the menu item 'Manage batches' on the left a
-list of already defined batches is displayed. In this display you can
-either select a batch for editing or add a new batch.
-
-New Batch Button
-|image272|
-
-For a new batch a message pops up and directs you to select patrons to
-be processed in this batch.No items in batch
-
-After choosing the 'Add item(s)' button the Patron Search window pops
-up.Patron search
-
-From here you can search for patrons to add to your batch by any part of
-their name, their category and/or library. Entering \* in the search box
-will display all the patrons. Patron search results
-
-From the results you can add patrons to the batch by clicking the 'Add'
-button. After adding patrons from the results you can start over and
-perform another search or click 'Close' at the bottom of the screen to
-indicate that you are done. You will then be presented with your
-batch.Patron batch
-
-If you are satisfied with your batch you can proceed to export. If you
-want to correct or even delete that batch the buttons to do so can be
-found at the top of your screen. You can always come back here through
-the 'Manage > Card batches' button.
-
-If you would like to export all patron cards you can click 'Export card
-batch' otherwise you can choose specific patrons to print cards for by
-checking the box to the right of their names and then choose 'Export
-selected card(s)' at the top.
-
-The export menu will ask you to choose a template, a layout and starting
-position (where on the sheet should printing begin).
-
-    **Note**
-
-    For the starting position if the first 6 labels have already been
-    used on your sheet you can start printing on label in position 7 on
-    the sheet. The labels are numbered left to right from top to bottom.
-
-Export batch
-
-Once you click 'Export' you will be presented with a PDF of your labels
-for printingPDF Export
-
-When you open the PDF you will see the cards for printing
-
-Final cards
-|image273|
-
-The above image shows a layout that is made up of two textlines. The
-first one is just plain text, the second one is composed of the
-<firstname> <surname> fields. A patron image is printed (if available)
-and the barcode of patrons number is displayed in code 39. All this is
-printed on a template with three columns and 8 rows using position 1-3
-here. When printing this PDF please take care that your printer doesn't
-rescale the PDF (e.g do not fit to paper size) otherwise the printer
-will not be able to print to the right place per your templates.
-
-`Manage Images <#managecardimages>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Patron Card Creator > Manage > Images
-
-Images uploaded using this tool will appear on the menu when creating
-`patron card layouts <#cardlayouts>`__. You are limited in how many
-images you can upload (not counting patron images) by the
-`ImageLimit <#ImageLimit>`__ system preference.
-
-    **Important**
-
-    Images must be under 500k in size.
-
-    **Note**
-
-    Pictures uploaded with this tool should be at least 300dpi which is
-    the minimum quality for a printable image.
-
-In the center of the screen is a simple upload form, simply browse for
-the file on your computer and give it a name you'll recognize later.
-
-Upload Images
-|image274|
-
-Once the file is uploaded you will be presented with a confirmation
-message.
-
-Image Uploaded
-|image275|
-
-And the image will be listed with all of your others on the right hand
-side of the page.
-
-Images
-|image276|
-
-To delete one or multiple of these images, click the checkbox to the
-right of each image you want to delete and click the 'Delete' button.
-
-`Patrons (anonymize, bulk-delete) <#anonpatrons>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Patrons
-   (anonymize, bulk-delete)
-
-This tool allows you to bulk anonymize circulation histories (this means
-that you keep records of how many times items were checked out - but not
-the patrons who checked the items out) or bulk delete patrons (remove
-them from the system completely).
-
-    **Important**
-
-    Patrons with outstanding fines or items checked out are not saved.
-    They are not completely removed from the system (they are only moved
-    to the delete\_borrowers table), but this tool does not provide as
-    many checks as one may desire.
-
-    **Important**
-
-    Before using this tool it is recommended that you backup your
-    database. Changes made here are permanent.
-
-    **Important**
-
-    The anonymization will fail quietly if
-    `AnonymousPatron <#AnonymousPatron>`__ preference does not contain a
-    valid value.
-
-Patron Anonymize/Bulk Delete Tool
-|image277|
-
-To either delete or anonymize patrons
-
--  Check the 'Verify' box on the task you would like to complete (Delete
-   or Anonymize)
-
--  Enter a date before which you want to alter the data
-
--  If deleting patrons you can also choose to find patrons who
-
-   -  have not borrowed since a specific date
-
-   -  have accounts that will expire before a specific date
-
-   -  are in a specific `patron category <#patcats>`__
-
-   -  are in a `patron list <#patronlists>`__
-
--  Click 'Next'
-
--  A confirmation will appear asking if you're sure this is what you
-   want to happen
-
-   Patron Anonymize/Bulk Delete Confirmation
-   |image278|
-
--  Clicking 'Finish' will delete or anonymize your data
-
-   Completed Process
-   |image279|
-
-`Batch patron modification <#batchpatronmod>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Batch patron
-   modification
-
-With this tool you can make edits to a batch of patron records. Simply
-load in a file of cardnumbers (one per line), choose from a `list of
-patrons <#patronlists>`__ or scan patron card numbers in to the box
-provided.
-
-Batch patron modification
-|image280|
-
-Once you have the file loaded or the barcodes scanned click 'Continue.'
-You will be presented with a list of the patrons and the changes you can
-make.
-
-Patrons to modify
-|image281|
-
-To the left of each text box there is a checkbox. Clicking that checkbox
-will clear our the field values.
-
-    **Important**
-
-    If the field is mandatory you will not be able to clear the value in
-    it.
-
-If you have multiple patron attributes you can change them all by using
-the plus (+) sign to the right of the text box. This will allow you to
-add another attribute value.
-
-Editing patron attributes
-|image282|
-
-Once you have made the changes you want, you can click 'Save' and Koha
-will present you with the changed patron records.
-
-`Tag Moderation <#tagsmoderation>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Tags
-
-Depending on your `tagging system preferences <#taggingprefs>`__,
-librarians may need to approve tags before they are published on the
-OPAC. This is done via the Tag Moderation Tool. If there are tags
-awaiting moderation they will be listed on the main staff dashboard
-under the module labels:
-
-Tags pending approval
-|image283|
-
-To moderate the tags visit the Tags tool. When first visiting the tool,
-you will be presented with a list of tags that are pending approval or
-rejection by a librarian
-
-Tags pending moderation
-|image284|
-
--  To see all of the titles this tag was added to simply click on the
-   termTitles with a specific tag
-
-   -  From this list of titles you can remove a tag without outright
-      rejecting it from being used in the future by clicking the 'Remove
-      tag' button to the right of the title.
-
--  To approve a tag, you can either click the 'Approve' button in line
-   with the term, or check all terms you want to approve and click
-   'Approve' below the table.
-
--  To reject a tag, you can either click the 'Reject' button in line
-   with the term, or check all terms you want to approve and click
-   'Reject' below the table.
-
-Once a tag has been approved or rejected it will be moved to the
-appropriate list of tags. A summary of all tags will appear on the right
-of the screen.
-
-Summary of tags
-|image285|
-
-Even though a tag is approved or rejected, it can still be moved to
-another list. When viewing approved tags each tag has the option to
-reject:
-
-Approved Tags
-|image286|
-
-To check terms against the approved and rejected lists (and possibly
-against `the dictionary <#TagsExternalDictionary>`__ you have assigned
-for tag moderation) simply enter the term into the search box on the
-bottom right of the screen to see the status of the term
-
-Sample Check list test search
-|image287|
-
-Finally you can find tags by using the filters on the left.
-
-Tag filters
-|image288|
-
-`Upload Patron Images <#uploadpatronimages>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Patrons and Circulation > Upload Patron
-   Images
-
-Patron images can be uploaded in bulk if you are `allowing patron
-images <#patronimages>`__ to be attached to patron records. These images
-can also be used when creating `patron cards <#patroncardcreator>`__.
-
--  Create a txt file and title it "DATALINK.TXT" or "IDLINK.TXT"
-
--  On each line in the text file enter the patron's card number followed
-   by comma (or tab) and then the image file name
-
-   Sample file and image
-   |image289|
-
-   -  Make sure that your TXT file is a plain text document, not RTF.
-
--  Zip up the text file and the image files
-
--  Go to the Upload Patron Images Tool
-
-   Upload Image Tool for Single Image
-   |image290|
-
--  For a single image, simply point to the image file and enter the
-   patron card number
-
--  For multiple images, choose to upload a zip file
-
--  After uploading you will be presented with a confirmation
-
-   Image Upload Confirmation
-   |image291|
-
-    **Important**
-
-    There is a limit of 100K on the size of the picture uploaded and it
-    is recommended that the image be 200x300 pixels, but smaller images
-    will work as well.
-
-`Rotating Collections <#rotatingcollections>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Rotating Collections
-
-Rotating Collections is a tool for managing collections of materials
-that frequently get shifted from library to library. It adds the ability
-to store not only an item's home library and current location but also
-information about where it is supposed to be transferred to next to
-ensure that all items in the collection are sent to the correct library.
-When an item in a rotating collection is checked in, library staff is
-notified that the item is part of a rotating collection and which branch
-it should be sent to if it is not at the correct one.
-
-    **Important**
-
-    The `AutomaticItemReturn <#AutomaticItemReturn>`__ system preference
-    must be set to "Don't automatically transfer items to their home
-    library when they are returned" for Rotating Collections to function
-    properly.
-
--  To create a new rotating collection, click the "New Collection"
-   button, fill in the Title and Description, and click Submit. Once
-   submitted you'll see "Collection Name added successfully"; click
-   "Return to rotating collections home" to return to the main Rotating
-   Collections management page (or click Rotating Collections in the
-   sidebar).
-
--  To add items to a collection, click "Add or remove items" next to the
-   collection's name in the list of collections. Under "Add or remove
-   items" scan or type in the barcode of the item you wish to add to the
-   collection, and hit Enter or click Submit if necessary.
-
--  To remove an item from a collection, either click Remove next to the
-   item's barcode in the list of items within the collection or check
-   the "Remove item from collection" box next to the Barcode text box
-   under "Add or remove items, and scan or type in the barcode, clicking
-   Submit or hitting Enter if necessary. Note: The "Remove item from
-   collection" checkbox will remain checked as long as you are on the
-   "Add or remove items" page, unless you uncheck it, to facilitate
-   quickly removing a number of items at a time by scanning their
-   barcodes.
-
-`Transfer a Rotating Collection <#transferrotatingcollection>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Transferring a collection will:
-
--  Change the current location of the items in that collection to the
-   library it is to be transferred to
-
--  Initiate a transfer from its original current location/holding
-   library to the current location/holding library it is to be rotated
-   to. When a library receives a collection they will need to check in
-   the items to complete the transfer.
-
-You can transfer a collection in one of two ways:
-
--  From the main Rotating Collections page, click on Transfer next to
-   the title of the collection you wish to transfer; choose the library
-   you wish to transfer the collection to and click "Transfer
-   collection".
-
--  Or, from the "add or remove items" page for a collection, you can
-   click the Transfer button, choose the library you wish to transfer
-   the collection to and click "Transfer Collection".
-
-    **Important**
-
-    In order to complete the transfer process, the library receiving the
-    rotating collection should check in all items from the collection as
-    they receive them. This will clear the transfer so that the items
-    are no longer shown as being "in transit".
-
-If an item in a rotating collection is checked in at a library other
-than the one it is supposed to be transferred to, a notification will
-appear notifying library staff that the item is part of a rotating
-collection, also letting them know where the item needs to be sent.
-
-Rotating Collection Item Notification
-|image292|
-
-`Catalog <#catalogtools>`__
----------------------------
-
-`Batch item modification <#batchmodifyitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Batch item modification
-
-This tool will allow you to modify a batch of item records in Koha.
-
-Batch Modification Tool
-|image293|
-
-From the tool you can choose to upload a file of barcodes or item ids,
-or you can scan items one by one into the box below the upload tool. You
-can also decide the items edited should be populated with the default
-values you have defined in your `default
-framework <#marcbibframeworks>`__.
-
-Once you have your file uploaded or the barcodes listed you can click
-'Continue.'
-
-Batch Modify Summary
-|image294|
-
-You will be presented with a summary of the items you want to modify.
-From here you can uncheck the items you don't want to modify before
-making changes in the form below. You can also hide columns you don't
-need to see to prevent having to scroll from left to right to see the
-entire item form.
-
-    **Note**
-
-    To uncheck all items thar are currently checked out you can click
-    the 'Clear on loan' link at the top of the form.
-
-Using the edit form you can choose which fields to make edits to. By
-checking the checkbox to the right of each field you can clear the
-values in that field for the records you are modifying.
-
-Choose fields you want to change in bulk
-|image295|
-
-Once you have made you changes you will be presented with the resulting
-items.
-
-Item results summary
-|image296|
-
-    **Note**
-
-    You can also edit items on one bib record in a batch by going to the
-    bib record and clicking Edit > Edit items in batch
-
-Edit items in a batch
-|image297|
-
-`Batch item deletion <#batchdeleteitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Batch item deletion
-
-This tool will allow you to delete a batch of item records from Koha.
-
-From the tool you can choose to upload a file of barcodes or item ids,
-or you can scan items one by one into the box below the upload tool.
-
-Batch Deletion Tool
-|image298|
-
-Once you have your file uploaded or the barcodes scanned you can click
-'Continue.'
-
-You will be presented with a confirmation screen. From here you can
-uncheck the items you don't want to delete and decide if Koha should
-delete the bib record if the last item is being deleted before clicking
-'Delete selected items.' If you'd like you can delete the bibliogrphic
-record if you're deleting the last item by clicking the checkbox next to
-'Delete records if no items remain'.
-
-Confirm Deletion
-|image299|
-
-If your file (or list of scanned barcodes) has more than 1000 barcodes,
-Koha will be unable to present you with a list of the items. You will
-still be able to delete them, but not able to choose which items
-specifically to delete or delete the biblio records.
-
-More than 1000 records in the file
-|image300|
-
-If the items are checked out you will be presented with an error after
-clicking 'Delete selected items' and the items will not be deleted.
-
-Items not Deleted
-|image301|
-
-If the items can be deleted they will be and you will be presented with
-a confirmation of your deletion.
-
-Batch Deletion Confirmation
-|image302|
-
-`Batch record deletion <#batchrecorddelete>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This tool will take a batch of record numbers for either bibliographic
-records or authority records and allow you to delete all those records
-and any items attached to them in a batch. Batch record deletion
-
-First you need to tell the tool if you're deleting bibliographic or
-authority records. Next you can load a file with biblionumbers or
-authids or enter a list of those numbers in the box provided. Once you
-submit the form you will be presented with a summary of the records you
-are trying to delete.Summary
-
-If a record you want to delete can't be deleted it will be highlighted.
-
-Check the records you want to delete and click the 'Delete selected
-records' button to finish the process.
-
-`Batch Record Modification <#batchrecordmod>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Batch record modification
-
-This tool will allow you to edit batches of bibliographic and/or
-authority records using `MARC Modification
-Templates <#marcmodtemplates>`__. Before visiting this tool you will
-want to set up at least one MARC modification template.
-
-Batch record modification
-|image303|
-
-When you visit the tool it will ask you:
-
--  Choose whether you're editing bibliographic or authority records
-
--  Enter the biblionumbers or authids
-
-   -  You can upload a file of these numbers or
-
-   -  Enter the numbers (one per line) in the box provided
-
--  Finally choose the MARC Modification Template you'd like to use to
-   edit these records.
-
-Once you've entered your critera click 'Continue'Records to edit
-
-You will be presented with a list of records that will be edited. Next
-to each one is a checkbox so you can uncheck any items you would rather
-not edit at this time.
-
-Clicking Preview MARC will allow you to see what edits will be made when
-you finalize the edit.Modified MARC Preview
-
-Once you're sure everything is the way you want you can click the
-'Modify selected records' button and your records will be modified.
-
-`Automatic item modifications by age <#autoitemagemod>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Automatic item modifications by
-   age
-
-This tool allows librarians to update item specific fields when an item
-reaches a certain age.
-
-    **Note**
-
-    Staff need the items\_batchmod permission to access this tool
-
-    **Important**
-
-    The settings in this tool will be acted upon by the `corresponding
-    cron job <#autoitemupdatecron>`__
-
-If you haven't created any rules you will see the option to 'Add rules'
-on the Tool page. Click this button to create rules.Automatic item
-modifications by age
-
-If you have rules already there will be a button that reads 'Edit
-rules'. To create a new rule click the 'Edit rules' button at the top of
-the page
-
-List of rules
-|image304|
-
-You will be brought to a page where you can edit exisitng rules or
-create a new rule
-
-Add/Edit rules
-|image305|
-
-In the form that appears you can set :
-
--  the age in days at which the item will update (Age)
-
--  what criteria is needed to trigger the update (Conditions)
-
--  what changes are made when the script runs (Substitutions)
-
-New rule
-|image306|
-
-Once you're done you can click the 'Add this rule' link and then add
-additional rules or you can click the 'Submit these rules' button to
-save your changes.
-
-List of rules
-|image307|
-
-`Export Data (MARC & Authorities) <#exportbibs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Export Data
-
-Koha comes with a tool that will allow you to export your bibliographic,
-holdings and/or authority data in bulk. This can be used to send your
-records to fellow libraries, organizations or services; or simply for
-backup purposes.
-
-`Export Bibliographic Records <#exportmarc>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-At the top of the screen you need to pick what data you're exporting. If
-you're exporting bibliographic records with or without the holdings
-information you want to click the 'Export bibliographic records' tab.
-
--  Fill in the form in order to limit your export to a specific range
-   (all fields are optional)
-
-   Select Records to Export
-   |image308|
-
-   -  Choose to limit your export by any one or more of the following
-      options
-
-      -  Limit to a bib number range
-
-      -  Limit to a specific item type
-
-         -  **Important**
-
-                This limit will use the type you have defined in the
-                `item-level\_itypes <#item-level_itypes>`__ preference.
-                If you have the item-level\_itypes preference set to
-                'specific item' and you have no items attached to a bib
-                record it will not be exported. To get all bib records
-                of a specific type you will need your item-level\_itypes
-                preference set to 'biblio record'.
-
-      -  Limit to a specific library or group of libraries
-
-      -  Limit to a call number range
-
-      -  Limit to an acquisition date range
-
-   -  If you'd like you can load a file of biblionumbers for the records
-      you would like to export
-
-      File of Records to Export
-      |image309|
-
-   -  Next choose what to skip when exporting
-
-      Export options
-      |image310|
-
-      -  By default items will be exported, if you would like to only
-         export bibliographic data, check the 'Don't export items' box
-
-      -  To limit your export only to items from the library you're
-         logged in as (if you leave the 'Library' field set to 'All') or
-         to the library you selected above check the 'Remove non-local
-         items' box
-
-      -  You can also choose what fields you don't want to export. This
-         can be handy if you're sharing your data, you can remove all
-         local fields before sending your data to another library
-
-   -  Finally choose the file type and file name
-
-      File export format
-      |image311|
-
-      -  Choose to export your data in marc or marcxml format
-
-      -  Choose the name you want your file to save as
-
-   -  Click 'Export bibliographic records'
-
-`Export Authority Records <#exportauthority>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-At the top of the screen you need to pick what data you're exporting. If
-you're exporting authority records you want to click the 'Export
-authority records' tab.
-
--  Fill in the form in order to limit your export to a specific range or
-   type of authority record (all fields are optional)
-
-   Export authorities
-   |image312|
-
--  Or you can choose a file of authids to exportAuthorities file
-
--  Next choose fields that you would like to exclude from the export
-   separated by a space (no commas)
-
-   Authority export options
-   |image313|
-
-   -  If you'd like to exclude all subfields of the 200 for example just
-      enter 200
-
-   -  If you'd like to exclude a specific subfield enter it beside the
-      field value 100a will exclude just the subfield 'a' of the 100
-
--  Finally choose the file type and file name
-
-   Export format
-   |image314|
-
-   -  Choose to export your data in marc or marcxml format
-
-   -  Choose the name you want your file to save as
-
--  Click 'Export authority records'
-
-`Inventory/Stocktaking <#inventory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Inventory/Stocktaking
-
-Koha's Inventory Tool can be used in one of two ways, the first is by
-printing out a shelf list that you can then mark items off on, or by
-uploading a text files of barcodes gathered by a portable scanner.
-
-If you do not have the ability to use your barcode scanner on the floor
-of the library, the first option available to you is to generate a shelf
-list based on criteria you enter.
-
-Inventory & Stocktaking Tool
-|image315|
-
-Choose which library, shelving location, call number range, item status
-and when the item was last seen to generate a shelf list that you can
-then print to use while walking around the library checking your
-collection
-
-Shelf List
-|image316|
-
-Alternatively you can export the list to a CSV file for altering in an
-application on your desktop. Simply check the box next to 'Export to csv
-file' to generate this file.
-
-Once you have found the items on your shelves you can return to this
-list and check off the items you found to have the system update the
-last seen date to today.
-
-If you have a portable scanner (or a laptop and USB scanner) you can
-walk through the library with the scanner in hand and scan barcodes as
-you come across them. Once finished you can then upload the text file
-generated by the scanner to Koha
-
-Barcode Import for Inventory Tool
-|image317|
-
-Choose the text file and the date you want to mark all items as seen and
-then scroll to the very bottom and click 'Submit.'
-
-`Label Creator <#labelcreator>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Label Creator
-
-The Label Creator allow you to use layouts and templates which you
-design to print a nearly unlimited variety of labels including barcodes.
-Here are some of the features of the Label Creator module:
-
--  Customize label layouts
-
--  Design custom label templates for printed labels
-
--  Build and manage batches of labels
-
--  Export single or multiple batches
-
--  Export single or multiple labels from within a batch
-
--  Export label data in one of three formats:
-
-   -  PDF - Readable by any standard PDF reader, making labels printable
-      directly on a printer
-
-   -  CSV - Export label data after your chosen layout is applied
-      allowing labels to be imported in to a variety of applications
-
-   -  XML - Included as an alternate export format
-
-`Templates <#labeltemplates>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Label Creator > Manage > Label templates
-
-A template is based on the label/card stock you are using. This might be
-Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery
-28371 for your patron cards, just to give a couple of examples. These
-labels will include all of the information you will need for setting up
-a Koha, this information may be on the packaging, and if not it can
-usually be found on the vendor's website.
-
-`Add a Template <#addlabeltemplate>`__
-''''''''''''''''''''''''''''''''''''''
-
-To add a new template, you want to click on the 'New' button at the top
-of the Label Creator and choosing 'Label template'.
-
-New Label Template Option
-|image318|
-
-Using the form that appears you can define the template for your sheet
-of labels or cards.
-
-Label Template Form
-|image319|
-
--  Template ID will be automatically generated after saving your
-   template, this is simply a system generated unique id
-
--  Template Code should be something you can use to identify your
-   template on a list of templates
-
--  You can use the Template Description to add additional information
-   about the template
-
--  The Units pull down is used to define what measurement scale you're
-   going to be using for the template. This should probably match the
-   unit of measurement used on the template description provided by the
-   product vendor.
-
-   Measurement Units
-   |image320|
-
--  The measurements, number of columns and number of rows can be found
-   on the vendor product packaging or website.
-
-   -  **Important**
-
-          If you do not supply a left text margin in the template, a
-          3/16" (13.5 point) left text margin will apply by default.
-
--  A profile is a set of "adjustments" applied to a given template just
-   prior to printing which compensates for anomalies unique and peculiar
-   to a given printer (to which the profile is assigned).
-
-   -  Before picking a profile try printing some sample labels so that
-      you can easily define a profile that is right for your
-      printer/template combination.
-
-   -  After finding any anomalies in the printed document, `create a
-      profile <#addlabelprofile>`__ and assign it to the template.
-
-After saving, your templates will appear on the 'Manage' area under
-'Label templates'.
-
-List of label templates
-|image321|
-
-`Profiles <#labelprofiles>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Label Creator > Manage > Printer Profiles
-
-A profile is a set of "adjustments" applied to a given
-`template <#addlabeltemplate>`__ just prior to printing which
-compensates for anomalies unique and peculiar to a given printer (to
-which the profile is assigned). This means if you set a template up and
-then print a sample set of data and find that the items are not all
-aligned the same on each label, you need to set up a profile for each
-printer to make up for the differences in printing styles, such as the
-shifting of text to the left, right, top or bottom.
-
-If your labels are printing just the way you want, you will not need a
-profile.
-
-`Add a Profile <#addlabelprofile>`__
-''''''''''''''''''''''''''''''''''''
-
-To add a new profile, you want to click on the 'New' button at the top
-of the Label Creator tool and choose 'Printer profile'.
-
-New Profile Button
-|image322|
-
-Using the form that appears you can create a profile to fix any problems
-with your template.
-
-Create a Printer Profile
-|image323|
-
--  The Printer Name and Paper Bin do not have to match your printer
-   exactly, they are for your reference so you can remember what printer
-   you have set the profile for. So if you want to use the Printer model
-   number in printer name or you can call it 'the printer on my desk'
-
--  Template will be filled in once you have chosen which template to
-   apply the profile to on the `template edit
-   form <#addlabeltemplate>`__
-
--  The Units pull down is used to define what measurement scale you're
-   going to be using for your profile.
-
-   Units of Measurement
-   |image324|
-
--  Offset describes what happens when the entire image is off center
-   either vertically or horizontally and creep describes a condition
-   where the distance between the labels changes across the page or up
-   and down the page
-
-   -  For these values, negative numbers move the error up and to the
-      left and positive numbers move the error down and to the right
-
-   -  Example: the text is .25" from the left edge of the first label,
-      .28" from the left edge of the second label and .31" from the left
-      edge of the third label. This means the horizontal creep should be
-      set to .03" to make up for this difference.
-
-After saving, your profiles will appear on the 'Manage' area under
-'Printer profiles'.
-
-List of Profiles
-|image325|
-
-Once you have saved your new profile, you can return to the list of
-templates and choose to edit the template that this profile is for.
-
-`Layouts <#labellayouts>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Label Creator > Manage > Layouts
-
-A layout is used to define the fields you want to appear on your labels.
-
-`Add a Layout <#addlabellayout>`__
-''''''''''''''''''''''''''''''''''
-
-To add a new layout, you want to click on the 'New' button at the top of
-the Label Creator tool and choose 'Layout'.
-
-New Layout Button
-|image326|
-
-Using the form that appears you can create a profile to fix any problems
-with your template.
-
-Add New Layout
-|image327|
-
--  The name of your layout can be anything you'd like to help you
-   identify it later.
-
--  If this is a barcode label you'll want to choose the encoding (Code
-   39 is the most common)
-
--  The layout type can be any combination of bibliographic information
-   and/or barcode. For example a spine label would just be Biblio
-   whereas a label for your circulation staff to use to checkout the
-   book would probably be Biblio/Barcode.
-
--  The Bibliographic Data to Print includes any of the data fields that
-   may be mapped to your MARC frameworks. You can choose from the preset
-   list of fields or you can click on 'List Fields' and enter your own
-   data. In 'List Fields', you can specify MARC subfields as a
-   4-character tag-subfield string: (ie. 254a for the title field), You
-   can also enclose a whitespace-separated list of fields to concatenate
-   on one line in double quotes. (ie. "099a 099b" or "itemcallnumber
-   barcode"). The fields available are from the database tables list
-   below. Finally you could add in static text strings in single-quote
-   (ie. 'Some static text here.')
-
-   -  You can use the schema viewer (http://schema.koha-community.org)
-      with the following tables to find field names to use:
-
-      -  Currently all fields in the following tables are used: items,
-         biblioitems, biblio, branches
-
-         List fields
-         |image328|
-
--  Choose if the label maker should print out the guidelines around each
-   label
-
--  Choose if you'd like Koha to try to split your call numbers (usually
-   used on Spine Labels)
-
--  Finally choose your text settings such as alignment, font type and
-   size.
-
-After saving, your layouts will appear on the 'Manage Layouts' page.
-
-`Batches <#labelbatches>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  *Get there:* More > Tools > Label Creator > Manage > Label batches
-
-Batches are made up of the barcodes you would like to print. Once in
-this tool you can search for the item records you would like to print
-out labels for.
-
-`Add a Batch <#addlabelbatch>`__
-''''''''''''''''''''''''''''''''
-
-Batches can be created in one of two ways. The first is to click the
-'Create Label Batch' link on the '`Staged MARC
-Management <#managestaged>`__' page:
-
-Create Label Batch Link on Staged Records List
-|image329|
-
-The other is to choose to create a new batch from the label creator tool
-
-Create New Batch
-|image330|
-
-You will be brought to an empty batch with a box to scan barcodes or
-itemnumbers in to and an 'Add item(s)' button at the bottom of the page.
-
-Add Items
-|image331|
-
-You can either scan barcodes in to the box provided and click the 'Add
-item(s)' button or you can click the 'Add item(s)' button with the
-barcodes box empty. Clicking 'Add item(s)' with nothing in the barcodes
-box will open a search window for you to find the items you want to add
-to the batch.
-
-Search for items for a Batch
-|image332|
-
-From the search results, click the check box next to the items you want
-to add to the batch and click the 'Add checked' button. You can also add
-items one by one by clicking the 'Add' link to the left of each item.
-
-Batch search results
-|image333|
-
-Once you have added all of the items click the 'Done' button. The
-resulting page will list the items you have selected.
-
-List of items in the batch
-|image334|
-
-To print your labels, click the 'Export full batch' button. To print
-only some of the labels, click the 'Export selected item(s)' button.
-Either way you will be presented with a confirmation screen where you
-can choose your template and layout.
-
-Start batch export
-|image335|
-
-You will then be presented with three download options: PDF, Excel, and
-CSV.
-
-Batch save options
-|image336|
-
-After saving your file, simply print to the blank labels you have in
-your library.
-
-`Quick Spine Label Creator <#quicklabelcreator>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Quick Spine Label Creator
-
-    **Note**
-
-    This tool does not use the label layouts or templates, it simply
-    prints a spine label in the first spot on the label sheet.
-
-    -  Define the fields you want to print on the spine label in the
-       `SpineLabelFormat <#SpineLabelFormat>`__ system preference
-
-    -  Format your label printing by editing spinelabel.css found in
-       koha-tmpl/intranet-tmpl/prog/en/css/
-
-To use this tool you simply need the barcode for the book you'd like to
-print the spine label for.
-
-Quick Spine Label Creator
-|image337|
-
-`MARC modification templates <#marcmodtemplates>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The MARC Modification Templates system gives Koha users the power to
-make alterations to MARC records automatically while staging MARC
-records for import.
-
-This tool is useful for altering MARC records from various
-venders/sources work with your MARC framework. The system essentially
-allows one to create a basic script using actions to Copy, Move, Add,
-Update and Delete fields.
-
-Start by adding a new template (a template can be made up of one or more
-actions) by entering a name and clicking 'Create template'.
-
-Add a new template
-|image338|
-
-Next you can add actions to the template by filling in the Action box.
-For example if you're loading in a batch of files from your EBook vendor
-you might want to add the biblio item type of EBOOK to the 942$c.Add
-action
-
--  Choose 'Add/Update'
-
--  Enter the field 942 and subfield c
-
--  Enter the value of 'EBOOK' (or whatever your ebook item type code is)
-
--  Provide a description so you can identify this action later
-
--  Click 'Add action'
-
-Each action can also have an optional condition to check the value or
-existance of another field. For example you might want to add the call
-number to the item record if it's not already there.
-
-Add conditional action
-|image339|
-
--  Choose 'Copy'
-
--  Decide if you want to copy the first occurance or all occurances of
-   the field
-
--  Enter the field 090 (or other biblio call number field) and subfield
-   a to copy
-
--  Enter the 952 field and o subfield to copy to
-
--  Choose 'if'
-
--  Enter the 952 field and o subfield
-
--  Choose "doesn't exist"
-
--  Provide a description so you can identify this action later
-
--  Click 'Add action'
-
-The Copy & Move actions also support Regular Expressions, which can be
-used to automatically modify field values during the copy/move. An
-example would be to strip out the '$' character in field 020$c.
-
-Add regex action
-|image340|
-
--  Choose 'Copy and replace'
-
--  Decide if you want to copy the first occurance or all occurances of
-   the field
-
--  Enter the field 020 and subfield c to copy
-
--  Enter the 020 field and c subfield to copy to
-
--  Check the 'RegEx' box and enter your regular expression (in this case
-   s/\\$// )
-
--  Choose 'if'
-
--  Enter the 020 field and c subfield
-
--  Choose "matches"
-
--  Check the 'RegEx' box and enter your regular expression (in this case
-   m/^\\$/ )
-
--  Provide a description so you can identify this action later
-
--  Click 'Add action'
-
-    **Note**
-
-    The value for an update can include variables that change each time
-    the template is used. Currently, the system supports two variables,
-    \_\_BRANCHCODE\_\_ which is replaced with the branchcode of the
-    library currently using the template, and \_\_CURRENTDATE\_\_ which
-    is replaced with the current date in ISO format ( YYYY-MM-DD ).
-
-You could also use regular expressions to add your library's proxy URL
-in front of links in your MARC record.Add proxy URL
-
--  Choose 'Copy and replace'
-
--  Decide if you want to copy the first occurance or all occurances of
-   the field
-
--  Enter the field 856 and subfield u to copy
-
--  Enter the 856 field and u subfield to copy to
-
--  Check the 'RegEx' box and enter your regular expression (in this case
-   s/^/PROXY\_URL/ )
-
--  Provide a description so you can identify this action later
-
--  Click 'Add action'
-
-When choosing between 'Copy' and 'Copy and replace' keep the following
-example in mind:
-
-::
-
-    245 _aThe art of computer programming _cDonald E. Knuth. 
-    300 _aA_exists _bB_exists 
-
-If we apply action (a) Copy the whole field 245 to 300, we get:
-
-::
-
-    245 _aThe art of computer programming _cDonald E. Knuth. 
-    300 _aA_exists _bB_exists 
-    300 _aThe art of computer programming _cDonald E. Knuth. 
-
-If we apply action (b) Copy the subfield 245$a to 300$a, we get:
-
-::
-
-    245 _aThe art of computer programming _cDonald E. Knuth. 
-    300 _aThe art of computer programming _bB_exists
-
-Once your actions are saved you can view them at the top of the screen.
-Actions can be moved around using the arrows to the left of them.
-
-View actions
-|image341|
-
-Depending on your actions the order may be very important. For example
-you don't want to delete a field before you copy it to another field.
-
-To add another template you can either start fresh or click the
-'Duplicate current template' checkbox to create a copy of an existing
-template to start with.
-
-Duplicate template
-|image342|
-
-Once your template is saved you will be able to pick it when using the
-`Stage MARC Records for Import <#stagemarc>`__ tool.
-
-Choose template
-|image343|
-
-`Stage MARC Records for Import <#stagemarc>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Stage MARC records for import
-
-This tool can be used to import both bibliographic and authority records
-that are saved in MARC format. Importing records into Koha includes two
-steps. The first is to stage records for import.
-
--  First find the MARC file on your computer
-
-   Stage MARC Records for Import
-   |image344|
-
--  Next you will be presented with options for record matching and item
-   imports
-
-   Upload options
-   |image345|
-
-   -  Enter 'Comments about this file' to identify your upload when
-      going to the '`Manage Staged MARC Records <#managestaged>`__' tool
-
-   -  Tell Koha which type of file this is, bibliographic or authority
-
-      Record type
-      |image346|
-
-   -  Choose the character encoding
-
-      Chracter encoding
-      |image347|
-
-   -  Choose if you would like to use a `MARC Modification
-      Template <#marcmodtemplates>`__ to alter the data you're about to
-      import
-
-      Choose modification template
-      |image348|
-
-   -  Choose whether or not you want to look for matching records
-
-      Look for matches
-      |image349|
-
-      -  You can set up `record matching rules <#recordmatchingrules>`__
-         through the administration area
-
-         Matching rules
-         |image350|
-
-         -  When using the ISBN matching rule Koha will find only exact
-            matches. If you find that the ISBN match is not working to
-            your satisfaction you can change the
-            `AggressiveMatchOnISBN <#AggressiveMatchOnISBN>`__
-            preference to 'Do' and then run your import again.
-
-   -  Next choose what to do with matching records if they are found
-
-   -  Finally choose what to do with records that are unique
-
-   -  Next you can choose whether or not to import the item data found
-      in the MARC records (if the file you're loading is a bibliographic
-      file)
-
-      Import items
-      |image351|
-
-      -  From here you can choose to always add items regardless of
-         matching status, add them only if a matching bib was found, add
-         items only if there was no matching bib record, replace items
-         if a matching bib was found (The match will look at the
-         itemnumbers and barcodes to match on for items. Itemnumbers
-         take precendence over barcodes), or Ignore items and not add
-         them.
-
--  Click 'Stage for import'
-
--  You will be presented with a confirmation of your MARC import
-
-   MARC Import Confirmation
-   |image352|
-
--  To complete the process continue to the `Manage Staged MARC Records
-   Tool <#managestaged>`__
-
-`Staged MARC Record Management <#managestaged>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Staged MARC Record Management
-
-Once you have `staged <#stagemarc>`__ your records for import you can
-complete the import using this tool.
-
-List of Staged MARC Records
-|image353|
-
--  From the list of staged records, click on the file name that you want
-   to finish importing
-
-   -  You will note that records that have already been imported will
-      say so under 'Status'
-
--  A summary of your import will appear along with the option to change
-   your matching rules
-
-   Manage Staged Records Batch
-   |image354|
-
--  Below the summary is the option to import the batch of bib records
-   using a specific framework
-
-   Choose Framework to Import Into
-   |image355|
-
-   -  Choosing a framework other than 'Default' isn't necessary, but
-      it's helpful for running reports and having the right bib level
-      item type selected on import.
-
--  Below the framework selection there will be a list of the records
-   that will be imported
-
-   List of Staged Records
-   |image356|
-
-   -  Review your summary before completing your import to make sure
-      that your matching rule worked and that the records appear as you
-      expect them to
-
-   -  Matches will appear with info under the 'Match details column'
-
-      Matched record
-      |image357|
-
-      and when clicking the 'View' link under 'Diff' you can see the
-      difference between versions.
-
-      Record differences
-      |image358|
-
--  Click 'Import into catalog' to complete the import
-
-   Import summary
-   |image359|
-
--  Once your import is complete a link to the new bib records will
-   appear to the right of each title that was imported
-
--  You can also undo your import by clicking the 'Undo import into
-   catalog' button
-
-Records imported using this tool remain in the 'reservoir' until they
-are cleaned. These items will appear when searching the catalog from the
-`Cataloging <#cataloging>`__ tool:
-
-Reservoir Results
-|image360|
-
-To clean items out of the 'reservoir':
-
--  Visit the main screen of the Manage Staged MARC Records tool
-
-   List of Staged MARC Records
-   |image361|
-
--  To clean a batch, click the 'Clean' button to the right
-
--  You will be presented with a confirmation message
-
-   Clean MARC Records Confirmation
-   |image362|
-
-   -  Accept the deletion and the records will be removed from the
-      reservoir and the status will be changed to 'cleaned'
-
-`Upload Local Cover Image <#uploadlocalimages>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Catalog > Upload Local Cover Image
-
-This tool will allow you to upload cover images for the materials in
-your catalog. To access this tool, staff will need the
-`upload\_local\_cover\_images permission <#toolspermissions>`__. In
-order for images to show in the staff client and/or OPAC you will need
-to set your `LocalCoverImages <#LocalCoverImages>`__ and/or
-`OPACLocalCoverImages <#OPACLocalCoverImages>`__ preferences to
-'Display.' Images can be uploaded in batches or one by one.
-
-    **Note**
-
-    Koha does not have a maximum file size limit for this tool, but
-    Apache may limit the maximum size of uploads (talk to your sys
-    admin).
-
-    **Note**
-
-    When you want to upload multiple images onto a bib record, they will
-    display left to right (then top to bottom, depending on screen real
-    estate) in order of uploading, and the one on the left (the first
-    one uploaded) will be the one used as a thumbnail cover in search
-    results and on the detail page. There is no way to reorder cover
-    images uploaded in this way, so be sure to upload them in the order
-    you'd like them to appear.Multiple cover images on one record
-
-If uploading a single image:
-
--  Visit the tool and click the 'Browse' button to browse to the image
-   on your local machine.
-
-   Upload single cover image
-   |image363|
-
--  Click 'Upload file'
-
--  Choose 'Image file' under the 'File type' section
-
--  Enter the biblionumber for the record you're attaching this image to.
-   This is not the same as the barcode, this is the system generated
-   number assigned by Koha.
-
-   -  Find the biblionumber by looking at the end of the URL in the
-      address bar when on the detail page
-
-      Biblionumber in URL
-      |image364|
-
-   -  or by clicking on the MARC tab on the detail page in the staff
-      client
-
-      Biblionumber on MARC Record
-      |image365|
-
--  If you would like to replace any other cover images you may have
-   uploaded in the past, check the 'Replace existing covers' box under
-   the 'Options' section
-
--  Click 'Process images'
-
--  You will be presented with a summary of the upload and a link to the
-   record you have just added the image to
-
-If uploading a batch of images at once you will need to prepare a ZIP
-file first.
-
--  Enter in to the ZIP file all the images you are uploading
-
--  Also include a text file (\*.TXT) named either datalink.txt or
-   idlink.txt listing the biblionumber followed by the image name for
-   each image one per line
-
-   -  ex. 4091,image4091.jpg
-
-      ZIP File Contents
-      |image366|
-
--  Browse your local computer to the ZIP file
-
--  Click 'Upload file'
-
--  Choose 'Zip file' under the 'File type' section
-
--  If you would like to replace any other cover images you may have
-   uploaded in the past, check the 'Replace existing covers' box under
-   the 'Options' section
-
--  Click 'Process images'
-
--  You will be presented with a summary of the upload
-
-   Upload Summary
-   |image367|
-
-    **Important**
-
-    The source image is used to generate a 140 x 200 px thumbnail image
-    and a 600 x 800 px full-size image. The original sized image
-    uploaded will not be stored by Koha
-
-You will be able to see your cover images in the staff client on the
-detail page under the 'Image' tab in the holdings table at the bottom
-
-Cover images in the staff client
-|image368|
-
-In the OPAC the cover images will also appear in the images tab, as well
-as next to the title and on the search results.
-
-If you would like to remove a cover image you can click 'Delete image'
-below the image if you have the `upload\_local\_cover\_images
-permission <#toolspermissions>`__.
-
-`Additional Tools <#additionaltools>`__
----------------------------------------
-
-`Calendar <#calholidays>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > Calendar
-
-Libraries can define library closings and holidays to be used when
-calculating due dates. You can make use of the Calendar by turning on
-the proper system preferences:
-
--  *Get there:*\ More > Administration > Global System Preferences >
-   Circulation > `useDaysMode <#useDaysMode>`__
-
-   -  Choose the method for calculating due date - either include days
-      the library is closed in the calculation or don't include them.
-
--  *Get there:* More > Administration > Global System Preferences >
-   Circulation > `finescalendar <#finesCalendar>`__
-
-   -  This will check the holiday calendar before charging fines
-
-Calendar & Holidays Tools
-|image369|
-
-`Adding Events <#addevents>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Before adding events, choose the library you would like to apply the
-closings to. When adding events you will be asked if you would like to
-apply the event to one branch or all branches. To add events, simply
-
--  Click on the date on the calendar that you would like to apply the
-   closing to
-
-   Calendar Add Form
-   |image370|
-
--  In the form that appears above the calendar, enter the closing
-   information (for more info on each option click the question mark [?]
-   to the right of the option)
-
-   -  Library will be filled in automatically based on the library you
-      chose from the pull down at the top of the page
-
-   -  The day information will also be filled in automatically based on
-      the date you clicked on the calendar
-
-   -  In the description enter the reason the library is closed
-
-   -  Next you can choose if this event is a one time event or if it is
-      repeatable.
-
-      -  If this is a one day holiday choose 'Holiday only on this day'
-
-      -  If this is a weekly closing (like a weekend day) then you can
-         choose 'Holiday repeated every same day of the week'
-
-      -  If this is an annual holiday closing choose 'Holiday repeated
-         yearly on the same date'
-
-      -  If the library is going to be closed for the week or a range of
-         time choose 'Holiday on a range' and enter a 'To Date' at the
-         top
-
-      -  If the library is going to be closed for a range of time each
-         year (such as summer holidays for schools) choose 'Holiday
-         repeated yearly on a range' and enter a 'To Date' at the top
-
-   -  Finally decide if this event should be applied to all libraries or
-      just the one you have originally selected
-
-      -  If you'd rather enter all the holidays and then copy them all
-         to another branch all at once you can use the copy menu below
-         the calendar
-
-         Copy holidays
-         |image371|
-
--  After saving you will see the event listed in the summary to the
-   right the calendar
-
-   Calendar Summary
-   |image372|
-
-`Editing Events <#editevents>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To edit events
-
--  Click on the event on the calendar that you want to change (do this
-   by clicking on the date on the calendar, not the event listed in the
-   summary)
-
-   Edit holiday form
-   |image373|
-
--  From this form you can make edits to the holiday or delete the
-   holiday completely.
-
-   -  All actions require that you click 'Save' before the change will
-      be made.
-
--  Clicking on repeatable events will offer slightly different options
-
-   Edit repeatable event
-   |image374|
-
-   -  In the form above you will note that there is now an option to
-      'Generate an exception for this repeated holiday,' choosing this
-      option will allow you to make it so that this date is not closed
-      even though the library is usually closed on this date.
-
-      -  All actions require that you click 'Save' before the change
-         will be made.
-
-`Additional Help <#calendarhelp>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-When adding or editing events you can get additional help by clicking on
-the question mark next to various different options on the form
-
-Additional Calendar Help Buttons
-|image375|
-
-`CSV Profiles <#csvprofiles>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > CSV Profiles
-
-CSV Profiles are created to define how you would like your cart or list
-to export.
-
-`Add CSV Profiles <#addcsvprofile>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a CSV Profile
-
--  Click 'CSV Profiles' from the Tools menu
-
--  The 'Profile type' determines what type of fields you plan to use
-   (MARC or SQL) to define your profile
-
-   -  If you choose MARC then you will need to enter MARC fields
-
-   MARC CSV Profile
-   |image376|
-
-   -  If you choose SQL then you will need to enter SQL database fields
-
-      SQL CSV Profile
-      |image377|
-
-   -  The 'Profile name' will appear on the export pull down list when
-      choosing 'Download' from your cart or list
-
-      Download List
-      |image378|
-
-   -  The 'Profile description' is for your own benefit, but will also
-      appear in the OPAC when patrons download content, so make sure
-      it's clear to your patrons as well
-
-   -  The 'CSV separator' is the character used to separate values and
-      value groups
-
-          **Note**
-
-          The most common option here is comma because most spreadsheet
-          applications know how to open files split by commas.
-
-   -  The 'Field separator' is the character used to separate duplicate
-      fields
-
-      -  Example: You may have multiple 650 fields and this is the
-         character that will appear in between each one in the column
-
-         Field separators in between multiple subjects
-         |image379|
-
-   -  The 'Subfield separator' is the character used to separate
-      duplicate subfields
-
-      -  Example: You may have multiple $a subfields in a field
-
-   -  The 'Encoding' field lets you define the encoding used when saving
-      the file
-
-   -  Finally format your CSV file using the 'Profile MARC' or 'Profile
-      SQL' field
-
-      -  Define which fields or subfields you want to export, separated
-         by pipes. Example : 200\|210$a\|301 for MARC and
-         biblio.title\|biblio.author for SQL
-
-      -  **Note**
-
-             You can also use your own headers (instead of the ones from
-             Koha) by prefixing the field number with an header,
-             followed by the equal sign. Example : Personal
-             name=100\|title=245$a\|300
-
-   When you have entered in all of the information for you profile,
-   simply click 'Submit' and you will be presented with a confirmation
-   that your profile has been saved.
-
-   Confirmation of new CSV profile
-   |image380|
-
-`Modify CSV Profiles <#editcsvprofile>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have created at least one CSV Profile an 'Edit profile' tab
-will appear next to the 'New profile' button.
-
-Modify CSV Profiles
-|image381|
-
--  Choose the profile you would like to edit and alter the necessary
-   fields.
-
--  After submitting your changes you will be presented with a
-   confirmation message at the top of the screen
-
-   Confirmation of CSV modification
-   |image382|
-
--  To delete a profile, check the 'Delete selected profile' option
-   before clicking 'Submit Query'
-
-   Delete an existing CSV Profile
-   |image383|
-
-`Using CSV Profiles <#usecsvprofiles>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Your CSV Profiles will appear on the export list or cart menu under the
-'Download' button in both the staff client and the OPAC
-
-CSV Profiles on Download Menu in the Staff Client
-|image384|
-
-`Log Viewer <#logviewer>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > Log Viewer
-
-Actions within the Koha system are tracked in log files. Your `system
-preferences <#logs>`__ can be changed to prevent the logging of
-different actions. These logs can be viewed using the Log Viewer Tool.
-
-Log Viewer
-|image385|
-
-Choosing different combinations of menu options will produce the log
-file for that query.
-
-A query for all logs related to the Circulation module produces a result
-like this
-|image386|
-
-`News <#newstool>`__
-~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > News
-
-Koha's news module allows librarians to post news to the OPAC, staff
-interface and circulation receipts.
-
-Koha News Module
-|image387|
-
-To add news to either the OPAC, the Staff Client or a Circulation
-receipt:
-
--  Click 'New Entry'
-
-   Add Koha News Form
-   |image388|
-
-   -  Under 'Display Location' choose whether to put the news on the
-      OPAC, Slip (circulation receipt) or the Librarian (Staff)
-      Interface.Display location
-
-   -  Choose the library this news item will show for
-
-   -  Choose a title for your entry
-
-   -  Using the publication and expiration date fields you can control
-      from which date and for how long your news item appears
-
-      -  Examples: (these assume today's date as 07-May-2015)
-
-         -  Publish on current date: set publication date as 07-May-2015
-
-         -  Schedule for publishing in future: set date later than
-            07-May-2015
-
-         -  Backdate the news item: set date earlier than 07-May-2015
-
-   -  'Appear in position' lets you decide what order your news items
-      appear in
-
-   -  The 'News' box allows for the use of HTML for formatting of your
-      news item
-
--  After filling in all of the fields, click 'Submit'
-
--  News in the OPAC will appear above the
-   `OpacMainUserBlock <#OpacMainUserBlock>`__
-
-   News in the OPAC
-   |image389|
-
-   -  Below the news in the OPAC there will be an RSS icon allowing you
-      to subscribe to library newsNews RSS feed
-
--  News in the Staff Client will appear on the far left of the screen
-
-   News in the Staff Client
-   |image390|
-
--  News on the circulation receipts will appear below the items that are
-   checked out
-
-   News at the bottom of the circulation receipt
-   |image391|
-
--  Depending on your choice for the
-   `NewsAuthorDisplay <#NewsAuthorDisplay>`__ preference you will also
-   see the person who created the news item (this uses the logged in
-   person)
-
-`Task Scheduler <#taskscheduler>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > Task Scheduler
-
-The task scheduler is a way to schedule reports to run whenever you
-want.
-
-To schedule a task, visit the Task Scheduler and fill in the form
-
-Task Scheduler
-|image392|
-
--  Current Server Time shows the time on your server (schedule all of
-   your reports to run based on that time - not on your local time)
-
--  Time should be entered as hh:mm (2 digit hour, 2 digit minute)
-
--  Date should be entered using the calendar pop up
-
--  From Report choose the report you want to schedule
-
--  Choose whether to receive the text of or a link to the results
-
--  In the Email filed enter the email of the person you want to receive
-   your report
-
-Below the task scheduler form, there is a list of scheduled reports
-
-Scheduled Tasks
-|image393|
-
-You can also schedule reports directly from the list of saved reports by
-clicking the 'Schedule' link
-
-Saved Reports List
-|image394|
-
-`Troubleshooting <#taskscedtroubleshoot>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Task scheduler will not work if the user the web server runs as doesn't
-have the permission to use it. To find out if the right user has the
-permissions necessary, check /etc/at.allow to see what users are in it.
-If you don't have that file, check etc/at.deny. If at.deny exists but is
-blank, then every user can use it. Talk to your system admin about
-adding the user to the right place to make the task scheduler work.
-
-`Quote of the Day (QOTD) Editor <#QOTDEditor>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > Edit quotes for QOTD
-   feature
-
-This tool will allow you to add and edit quotes to show on the OPAC if
-you're using the Quote of the Day (QOTD) feature.
-
-To turn this feature on set the `QuoteOfTheDay <#QuoteOfTheDay>`__
-preference to 'Enable and add at least one quote via the Quote of the
-Day Editor. Once these steps are complete you will see your quotes above
-the `OpacMainUserBlock <#OpacMainUserBlock>`__ in the OPAC:
-
-Quote in the OPAC
-|image395|
-
-`Add a Quote <#addquote>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To add a quote:
-
--  Click the 'Add quote' button in the toolbar and an empty quote entry
-   will be added to the end of the current quote list.
-
-   Add quote button
-   |image396|
-
-   -  **Important**
-
-          Both the 'Source' and the 'Text' fields must be filled in in
-          order to save the new quote.
-
-          Add quote
-          |image397|
-
--  When finished filling in both fields, press the <Enter> key on your
-   keyboard to save the new quote.
-
--  The list will update and the new quote should now be visible in the
-   list.
-
-    **Note**
-
-    You may cancel the addition of a new quote any time prior to saving
-    it simply by pressing the <Esc> key on your keyboard.
-
-`Edit/Delete a Quote <#editquote>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once the current quote pool has been loaded into the editing table, you
-may edit the quote source and text.
-
--  Edit either the 'Source' or 'Text' fields by clicking on the desired
-   field.
-
-   Edit quote
-   |image398|
-
--  When you are finished editing a field, press the <Enter> key on your
-   keyboard to save the changes.
-
-The list will be updated, the edits saved, and visible.
-
-If you'd like you can also delete quote(s).
-
--  Select the quote(s) you desire to delete by clicking on the
-   corresponding quote id.
-
--  Once quote selection is finished, simply click the 'Delete quote(s)'
-   button.
-
--  You will be prompted to confirm the deletion.
-
--  After confirming the deletion, the list will update and the quote(s)
-   will no longer appear.
-
-`Import Quotes <#importquote>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If you'd like you can import a batch of quotes as a CSV file. Your file
-must contain two columns in the form: "source","text" with no header
-row.
-
-    **Note**
-
-    You will be prompted to confirm upload of files larger than 512KB.
-
--  To start the import process click the 'Import quotes' button at the
-   top of the screen
-
-   Import quotes button
-   |image399|
-
--  Once on the import quotes screen you can browse your computer for the
-   file you would like to import
-
-   Import quotes
-   |image400|
-
--  After selecting the CSV file, click the 'Open' button and the file
-   will be uploaded into a temporary editing table.
-
-   Imported quotes
-   |image401|
-
--  From the listing you can edit either the 'Source' or 'Text' fields by
-   clicking on the desired field. When you are finished editing a field,
-   press the <Enter> key on your keyboard to save the changes.
-
-   Edit imported quote
-   |image402|
-
--  You can also delete quotes from this listing before completing the
-   import.
-
-   -  Select the quote(s) you desire to delete by clicking on the
-      corresponding quote id.
-
-      Selected for deletion
-      |image403|
-
-   -  Once quote selection is finished, simply click the 'Delete
-      quote(s)' key.
-
-      Delete quote(s)
-      |image404|
-
-   -  You will be prompted to confirm the deletion.
-
-      Confirm deletion
-      |image405|
-
-   -  After confirming the deletion, the list will update and the
-      quote(s) will no longer appear.
-
--  Once you are satisfied with the quotes, click the 'Save quotes'
-   button in the toolbar at the top and the quotes will be saved.
-
-   Save quotes button
-   |image406|
-
-`Upload <#uploadtool>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
--  *Get there:* More > Tools > Additional Tools > Upload
-
-This tool will allow you to upload files to your Koha system for
-selection from the `Cataloging form <#uploadbibfile>`__.
-
-`Upload Files <#uploadfiles>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-When you first visit the Upload tool you might see a warning about
-missing a category.Upload to temprorary
-
-Categories are defined in the `authorized value <#authorizedvalues>`__
-in the UPLOAD category. If you do not have upload categories then your
-files will be temporary and will be deleted the next time the server is
-rebooted. Once you have a value in the UPLOAD authorized value category
-you will see a Category pull down below the 'Browse' button.Upload to
-category
-
-Browse your computer a file, choose a category and decide if the public
-will be able to download this file via the OPAC. Once your file is
-uploaded you will be presented with a confirmation.Upload confirmation
-
-`Search Files <#searchuploads>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-All uploaded files are searchable from below the upload form. Using the
-form you can search any part of the filename and/or the Hashvalue.Search
-uploaded files
-
-You will be presened with the results of your search.Search results
-
-Patrons
-=======
-
-Before importing and/or adding patrons be sure to set up your `patron
-categories <#patcats>`__.
-
-`Add a new patron <#addnewpatron>`__
-------------------------------------
-
-Patrons are added by going to the 'Patrons' module.
-
--  *Get there:* Patrons
-
-Once there you can add a new patron.
-
--  Click 'New patron'
-
-   Choose patron type
-   |image407|
-
--  The fields that appear on the patron add form can be controlled by
-   editing the `BorrowerUnwantedField <#BorrowerUnwantedField>`__ system
-   preference.
-
--  First enter the identifying information regarding your patron
-
-   Add Patron Form
-   |image408|
-
-   -  Required fields are defined in the
-      `BorrowerMandatoryField <#BorrowerMandatoryField>`__ system
-      preference
-
-   -  Salutation is populated by the
-      `BorrowersTitles <#BorrowersTitles>`__ system preference
-
-   -  **Note**
-
-          If you'd like to prevent full names from printing on
-          `slips <#notices>`__ and you're not using the Initials or
-          Other name fields for anything else, you can use them for
-          shortened versions of the name to then be printed on the slip.
-
-          For example:
-
-          ::
-
-              Firstname: Nicole C.
-              Surname: Engard
-              Initials: NCE
-
-          Then on the slip you can have it print the
-          <<borrowers.initials>> instead of the full name (NCE).
-
-          Or you could do something like this:
-
-          ::
-
-              Firstname: Nicole
-              Surname: Engard
-              Initials: E
-
-          Then on the slip you can have it print the
-          <<borrowers.initials>>, <<borrowers.firstname>> instead of the
-          full name (E, Nicole).
-
--  Next enter the contact information
-
-   Patron Contact Information
-   |image409|
-
-   -  For contact information, note that the primary phone and email
-      addresses are the ones that appear on notices and slips printed
-      during circulation (receipts, transfer slips and hold slips). The
-      primary email is also the one that overdue notices and other
-      messages go to.
-
--  If this patron is a child, you will be asked to attach the child
-   patron to an adult patron
-
-   Guarantor Linking
-   |image410|
-
-   -  Click 'Set to Patron' to search your system for an existing patron
-
-   -  If the Guarantor is not in the system, you can enter the first and
-      last name in the fields available
-
-   -  The relationships are set using the
-      `borrowerRelationship <#borrowerRelationship>`__ system preference
-
--  If this patron is a professional, you will be asked to attach the
-   patron to an organizational patron
-
-   Organization Linking
-   |image411|
-
-   -  Click 'Set to Patron to search your system for an existing patron
-
--  Each patron can have an alternate contact
-
-   Alternate Contact
-   |image412|
-
-   -  An alternate contact could be a parent or guardian. It can also be
-      used in academic settings to store the patron's home address.
-
--  The library management section includes values that are used within
-   the library
-
-   Library Management
-   |image413|
-
-   -  The card number field is automatically calculated if you have the
-      `autoMemberNum <#autoMemberNum>`__ system preference set that way
-
-      -  **Note**
-
-             For a newly installed system this preference will start at
-             1 and increment by 1 each time after. To have it start with
-             the starting number of your barcodes, enter the first
-             barcode by hand in the patron record and save the patron.
-             After that the field will increment that number by 1.
-
-   -  If you accidentally chose the wrong patron category at the
-      beginning you can fix that here
-
-   -  Sort 1 and 2 are used for statistical purposes within your library
-
--  Next, the Library Setup section includes additional library settings
-
-   Library set-up options
-   |image414|
-
-   -  The registration date will automatically be filled in with today's
-      date
-
-   -  If your patron cards expire (based on your `patron category
-      settings <#patcats>`__) the Expiry date will automatically be
-      calculated
-
-   -  The OPAC Note is a note for the patron - it will appear in the
-      OPAC on the patron's record
-
-   -  The Circulation Note is meant solely for your library staff and
-      will appear when the circulation staff goes to check an item out
-      to the patron
-
-      Sample Circulation Note
-      |image415|
-
-   -  The Staff/OPAC asks for the username and password to be used by
-      the patron (and/or staff member) to log into their account in the
-      OPAC and for staff to log in to the staff client.
-
-      -  Staff will only be able to use this log in info to log in to
-         the staff client if they have the `necessary
-         permissions <#patronpermissions>`__.
-
--  If you have set `additional patron
-   attributes <#patronattributetypes>`__ up, these will appear next
-
-   Additional Patron Attributes
-   |image416|
-
--  Finally, if you have
-   `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ set
-   to 'allow,' you can choose the messaging preferences for this patron.
-
-   Patron Messaging Settings
-   |image417|
-
-   -  These notices are:
-
-      -  Advanced notice : A notice in advance of the patron's items
-         being due (The patron can choose the number of days in advance)
-
-      -  Item checkout : A notice that lists all the of the items the
-         patron has just checked out and/or renewed, this is an
-         electronic form of the checkout receipt
-
-      -  Hold filled : A notice when you have confirmed the hold is
-         waiting for the patron
-
-      -  Item due : A notice on the day and item is due back at the
-         library
-
-      -  Item check-in : A notice that lists all the of the items the
-         patron has just checked in
-
-   -  Patrons can choose to receive their notices as a digest by
-      checking the 'Digest only?' box along with the delivery method. A
-      digest is a combination of all the messages of that type (so all
-      items due in 3 days in one email) in to one email instead of
-      multiple emails for each alert.
-
-   -  **Important**
-
-          These preferences will override any you set via the `patron
-          categories <#addingpatroncat>`__
-
-   -  **Important**
-
-          These preference can be altered by the patron via the OPAC
-
--  Once finished, click 'Save'
-
-If the system suspects this patron is a duplicate of another it will
-warn you.
-
-Patron Duplicate Suspected
-|image418|
-
-    **Note**
-
-    A duplicate patron is detected if first and last names match and
-    there is no date of birth populated or if first name, last name and
-    date of birth fields are all populated. If two patrons have matching
-    names, but one has a date of birth and the other does not they will
-    not match as duplicates.
-
-If you have set a minimum or upper age limit on the patron category and
-are requiring that the birth date be filled in, Koha will warn you if
-the patron you're adding is too old or young for the patron category you
-have selected:
-
-Patron age warning
-|image419|
-
-`Add a Staff Patron <#addstaffpatron>`__
-----------------------------------------
-
-All staff members must be entered into Koha as patrons of the 'Staff'
-type. Follow the steps in `Add a Patron <#addnewpatron>`__ to add a
-staff member. To give the staff member permissions to access the staff
-client, follow the steps in `Patron Permissions <#patronpermissions>`__
-
-    **Important**
-
-    Remember to assign your staff secure usernames and passwords since
-    these will be used to log into the staff client.
-
-`Add a Statistical Patron <#addstatspatron>`__
-----------------------------------------------
-
-One way to track use of in house items is to "check out" the materials
-to a statistical patron. The "check out" process doesn’t check the book
-out, but instead tracks an in house use of the item. To use this method
-for tracking in house use you first will need a `patron
-category <#patcats>`__ set up for your Statistical patron.
-
-In House Patron Category
-|image420|
-
-Next, you will need to create a new patron of the statistical type
-
-New In House Patron
-|image421|
-
-Next, follow the steps put forth in the '`Add a new
-Patron <#addnewpatron>`__' section of this manual. Since this patron is
-not a real person, simply fill in the required fields, the correct
-library and nothing else.
-
-To learn about other methods of tracking in house use visit the
-`Tracking inhouse use <#trackinhouse>`__ section of this manual.
-
-`Duplicate a Patron <#duplicatepatron>`__
------------------------------------------
-
-Sometimes when you're adding a new family to your system you don't want
-to type the contact information over and over. Koha allows for you to
-duplicate a patron and change only the parts you want to (or need to)
-change.
-
--  Open the patron you want to use as your base (the patron you want to
-   duplicate information from)
-
--  Click the 'Duplicate' button at the top of their record
-
-   The Duplicate Button is the 3rd one in
-   |image422|
-
--  All of the fields with the exception of first name, card number,
-   username and password have been duplicated. Fill in the missing
-   pieces and click 'Save'
-
-   Duplicating Patron Form
-   |image423|
-
-   -  **Note**
-
-          Clicking in a field that is already populated with data will
-          clear that field of all information (making it easier for you
-          to type in something different)
-
--  You will be brought to your new patron
-
-   Newly created patron
-   |image424|
-
-`Add Patron Images <#addpatronimages>`__
-----------------------------------------
-
-If you would like you can add patron images to help identify patrons. To
-enable this feature you must first set the
-`patronimages <#patronimages>`__ preference to 'Allow'.
-
-If the preference is set to 'Allow' you will see a placeholder image
-under the patron's name and box to upload a patron image below the basic
-contact information.
-
-Add patron image
-|image425|
-
-In the 'Upload Patron Image' box click 'Browse' to find the image on
-your computer and 'Upload' to load the image on to the patron record.
-
-Patron image
-|image426|
-
-    **Important**
-
-    There is a limit of 100K on the size of the picture uploaded and it
-    is recommended that the image be 200x300 pixels, but smaller images
-    will work as well.
-
-`Editing Patrons <#editpatrons>`__
-----------------------------------
-
-Patrons in Koha can be edited using one of many edit buttons.
-
--  To edit the entire patron record simply click the 'Edit' button at
-   the top of the patron record.
-
-   Main Patron Edit Menu
-   |image427|
-
--  Patron passwords are not recoverable. The stars show on the patron
-   detail next to the Password label are always there even if a password
-   isn't set. If a patron forgets their password the only option is to
-   reset their password. To change the patron's password, click the
-   'Change Password' button
-
-   Patron Password Change Form
-   |image428|
-
-   -  Koha cannot display existing passwords. Leave the field blank to
-      leave password unchanged.
-
-   -  This form can automatically generate a random password if you
-      click the link labeled "Click to fill with a randomly generated
-      suggestion. Passwords will be displayed as text."
-
--  To edit a specific section of the patron record (for example the
-   Library Use section) click the 'Edit' link below the section
-
-   Library Use Section of Patron Record
-   |image429|
-
--  A patron image can be added by browsing for the image on your machine
-   from the 'Manage Patron Image' section
-
-   Manage Patron Image Form
-   |image430|
-
-   -  This form will not appear if you have the
-      `patronimages <#patronimages>`__ system preference to not allow
-      patron images
-
-   -  To add patron images in bulk, use the `Upload Patron
-      Images <#uploadpatronimages>`__ Tool
-
--  Patrons can also be blocked from checking items out by setting Patron
-   Flags
-
-   Patron Warning Flags
-   |image431|
-
-   -  If you would like your circulation staff to confirm a patron's
-      address before checking items out to the patron, you can see the
-      'Gone no Address' flag
-
-      Patron's address in doubt
-      |image432|
-
-   -  If the patron reports that they have lost their card you can set
-      the 'Lost Card' flag to prevent someone else from using that card
-      to check items out
-
-      Patron lost card
-      |image433|
-
-   -  If you would like to bar a patron from the library you can add a
-      manual restriction
-
-      Add manual restriction
-      |image434|
-
-      -  **Note**
-
-             This flag can automatically be set with the `Overdue/Notice
-             Status Triggers <#noticetriggers>`__
-
-   -  If you enter in a date and/or note related to the restriction you
-      will see that in the restricted message as well
-
-      Restricted until message
-      |image435|
-
--  Children patrons do not become adults automatically in Koha unless
-   you have `Juvenile to Adult cron job <#j2acron>`__ running. To
-   upgrade a child patron to and adult patron category manually go to
-   the 'More' menu and choose 'Update Child to Adult Patron'
-
-   Update Child to Adult Patron
-   |image436|
-
-   -  You will then be presented with a pop up window asking which one
-      of your adult patron categories this Child should be updated to
-
-      Choose Adult Category to Update To
-      |image437|
-
-`Managing Patron Self Edits <#mangepatronedits>`__
---------------------------------------------------
-
-If you are allowing patrons to edit their accounts via the OPAC with the
-`OPACPatronDetails <#OPACPatronDetails>`__ preference then you will need
-to approve all changes via the staff client before they're applied. If
-there are patron edits awaiting action they will appear on the staff
-client dashboard below the modules list (along with other items awaiting
-action).
-
-Patron requests waiting
-|image438|
-
-    **Note**
-
-    Superlibrarians will see modifications for any branch, other staff
-    will only see modifications for patrons who belong to their logged
-    in branch.
-
-When you click the 'Patrons requesting modifications' link you will be
-brought to a list of patrons with requested changes.
-
-Manage patron updates
-|image439|
-
-From here you can 'Approve' and apply the changes to the patron record,
-'Delete' and remove the changes or 'Ignore' and keep the changes pending
-to review later.
-
-If you would like to see the entire patron record you can click the
-'Patron details' links to the right of the buttons. This will open in a
-new tab.
-
-`Patron Permissions <#patronpermissions>`__
--------------------------------------------
-
-Patron Permissions are used to allow staff members access to the staff
-client.
-
-    **Important**
-
-    In order for a staff member to log into the staff interface they
-    must have (at the very least) 'catalogue' permissions which allow
-    them to view the staff interface.
-
-`Setting Patron Permissions <#setpatronperms>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To set patron permissions, you must first `have a patron of the 'Staff'
-type <#addstaffpatron>`__ open
-
--  On the patron record click More and choose Set Permissions to alter
-   patron permissions
-
-   Set Patron Permissions
-   |image440|
-
--  You will be presented with a list of preferences, some of which can
-   be expanded by clicking the plus sign to the left of the section
-   title.
-
-   Patron Permissions
-   |image441|
-
-`Patron Permissions Defined <#patronpermsdefined>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  superlibrarian
-
-   -  Access to all librarian functions
-
-      -  **Note**
-
-             With this selected there is no need to choose any other
-             permissions
-
--  circulate
-
-   -  Check out and check in items
-
-   -  This section can be expanded (`Learn more <#circpermissions>`__)
-
--  catalogue
-
-   -  **Required for staff login.** Staff access, allows viewing the
-      catalogue in staff client
-
-      -  **Important**
-
-             Must be given to all staff members to allow them to login
-             to the staff client
-
--  parameters
-
-   -  Manage Koha system systems (Administration panel)
-
-   -  This section can be expanded (`Learn
-      more <#parameterpermissions>`__)
-
--  borrowers
-
-   -  Add or modify patrons
-
--  permissions
-
-   -  Set user permissions
-
--  reserveforothers
-
-   -  Place and modify holds for patrons
-
-   -  This section can be expanded (`Learn
-      more <#reservepermissions>`__)
-
--  editcatalogue
-
-   -  Edit Catalog (Modify bibliographic/holdings data)
-
-   -  This section can be expanded (`Learn more <#catpermissions>`__)
-
--  updatecharges
-
-   -  Manage patrons fines and fees
-
-   -  This section can be expanded (`Learn
-      more <#updatechargespermissions>`__)
-
--  acquisition
-
-   -  Acquisition and/or suggestion management
-
-   -  This section can be expanded (`Learn more <#acqpermissions>`__)
-
--  management
-
-   -  Set library management params (deprecated)
-
-      -  **Important**
-
-             This permission level no longer controls anything.
-
--  tools
-
-   -  Use all tools
-
-   -  This section can be expanded (`Learn more <#toolspermissions>`__)
-
--  editauthorities
-
-   -  Edit Authorities
-
--  serials
-
-   -  Manage serial subscriptions
-
-   -  This section can be expanded (`Learn more <#serpermissions>`__)
-
--  reports
-
-   -  Allow access to the reports module
-
-   -  Reports found on the Circulation page are not controlled by this
-      permission
-
-   -  This section can be expanded (`Learn more <#reportpermissions>`__)
-
--  staffaccess
-
-   -  Allow staff members to modify permissions for other staff members
-
-   -  **Important**
-
-          Requires the borrowers permission above
-
--  plugins
-
-   -  Koha plugins
-
-   -  This section can be expanded (`Learn more <#pluginpermissions>`__)
-
--  lists
-
-   -  Koha Lists
-
-   -  **Important**
-
-          All staff have permission to create and modify their own
-          lists, this permission is only necessary if you'd like to give
-          a staff member permission to delete public lists that they
-          have not created.
-
-   -  This section can be expanded (`Learn more <#listspermissions>`__)
-
-`Granular Circulate Permissions <#circpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'circulate' permissions they have the ability to
-perform all of these actions. If you would like to control circulation
-permissions on a more granular level choose from these options:
-
--  circulate\_remaining\_permissions
-
-   -  Remaining circulation permissions
-
-   -  All circulation rights except those covered by permissions listed
-      below
-
--  force\_checkout
-
-   -  Force checkout if a limitation exists
-
-   -  With this permission a librarian will be allowed to override a
-      check out restriction in the following cases:
-
-      -  age restriction
-
-      -  the item is issued to another patron
-
-      -  the item is not for loan
-
-      -  the patron has overdue items
-
-      -  the item is lost
-
-      -  the item is a high demand item
-
-      -  the item is on hold
-
--  manage\_restrictions
-
-   -  Manage restrictions for accounts
-
-   -  Grants permission to the staff member to lift a restriction that
-      might be on the patron's record
-
--  overdues\_report
-
-   -  Execute overdue items report
-
-   -  The permission to run the overdues reports found under Circulation
-
--  override\_renewals
-
-   -  Override blocked renewals
-
-   -  Requires that the staff member also has
-      circulate\_remaining\_permissions
-
-`Granular Parameters Permissions <#parameterpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'parameters' permissions they have the ability
-to perform all of these actions. If you would like to control parameter
-permissions on a more granular level choose from these options:
-
--  manage\_circ\_rules
-
-   -  Manage circulation rules
-
-   -  The ability to access the `Circulation and fines
-      rules <#circfinerules>`__ in the administration area
-
--  parameters\_remaining\_permissions
-
-   -  Remaining system parameters permissions
-
-   -  The ability to access all areas in Administration (other than the
-      Circulation and fine rules)
-
-`Granular Holds Permissions <#reservepermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'reserveforothers' permissions they have the
-ability to perform all of these actions. If you would like to control
-holds permissions on a more granular level choose from these options:
-
--  modify\_holds\_priority
-
-   -  Modify holds priority
-
-   -  Allow staff members to alter the holds priority (moving patrons up
-      and down the queue)
-
--  place\_holds
-
-   -  Place holds for patrons
-
-`Granular Cataloging Permissions <#catpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'editcatalogue' permissions they have the
-ability to perform all of these actions. If you would like to control
-cataloging permissions on a more granular level choose from these
-options:
-
--  delete\_all\_items
-
-   -  Delete all items at once
-
-   -  Ability to use the 'Delete all items' option found under the
-      'Edit' menu in cataloging
-
--  edit\_catalogue
-
-   -  Edit catalog (Modify bibliographic/holdings data)
-
-   -  Ability to access all cataloging functions via the
-      `Cataloging <#cataloging>`__ page
-
--  edit\_items
-
-   -  Edit items
-
-   -  Ability to make `edits to item/holdings
-      records <#editingitems>`__, but not bibliographic records
-
--  edit\_items\_restricted
-
-   -  Limit item modification to subfields defined in the
-      `SubfieldsToAllowForRestrictedEditing <#SubfieldsToAllowForRestrictedEditing>`__
-      preference
-
-   -  **Note**
-
-          Please note that edit\_items permission is still required
-
--  fast\_cataloging
-
-   -  Fast cataloging
-
-   -  The ability to catalog using only the `Fast Add
-      Framework <#fastaddcat>`__ found on the
-      `Circulation <#circulation>`__ page
-
-`Granular Fines and Charges Permissions <#updatechargespermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If a staff member has 'updatecharges' permission they have the ability
-to perform all of these actions. If you would like to control fines and
-charges permissions on a more granular level choose from these options:
-
--  remaining\_permissions
-
-   -  Remaining permissions for managing fines and fees other than the
-      ability to write off charges
-
--  writeoff
-
-   -  Write off fines and fees
-
-`Granular Acquisitions Permissions <#acqpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'acquisition' permissions they have the ability
-to perform all of these actions. If you would like to control
-acquisitions permissions on a more granular level choose from these
-options:
-
--  budget\_add\_del
-
-   -  Add and delete budgets (but can't modify budgets)
-
--  budget\_manage
-
-   -  Manage budgets
-
--  budget\_manage\_all
-
-   -  Manage all budgets
-
-   budget\_modify
-
-   -  Modify budget (can't create lines, but can modify existing ones)
-
--  contracts\_manage
-
-   -  Manage contracts
-
--  group\_manage
-
-   -  Manage orders and basket groups
-
--  order\_manage
-
-   -  Manage orders and baskets
-
--  order\_manage\_all
-
-   -  Manage all orders and baskets, regardless of restrictions on them
-
--  order\_receive
-
-   -  Manage orders and baskets
-
--  period\_manage
-
-   -  Manage periods
-
--  planning\_manage
-
-   -  Manage budget planning
-
--  vendors\_manage
-
-   -  Manage vendors
-
-`Granular Serials Permissions <#serpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'serials' permissions they have the ability to
-perform all of these actions. If you would like to control serials
-permissions on a more granular level choose from these options:
-
--  check\_expiration
-
-   -  Check the `expiration of a serial <#serialexpiration>`__
-
--  claim\_serials
-
-   -  Claim missing serials via the `Claims section <#serialclaims>`__
-
--  create\_subscription
-
-   -  Create `a new subscription <#newsubscription>`__
-
--  delete\_subscription
-
-   -  Delete an existing subscription
-
--  edit\_subscription
-
-   -  Edit an existing subscription
-
-   -  This permission does not include the ability to delete or create a
-      subscription
-
--  receive\_serials
-
-   -  Serials receiving
-
-   -  Receive serials on existing subscriptions
-
--  renew\_subscription
-
-   -  Renew a subscription
-
--  routing
-
-   -  Routing
-
-   -  Manage `routing lists <#routinglist>`__
-
--  superserials
-
-   -  Manage subscriptions from any branch (only applies when
-      `IndependantBranches <#IndependentBranches>`__ is used)
-
-`Granular Tools Permissions <#toolspermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'tools' permissions they have the ability to
-access and use all items under the Tools menu. If you would like to
-control which tools staff members have access to on a more granular
-level choose from these options:
-
--  batch\_upload\_patron\_images
-
-   -  Upload patron images in batch or one at a time
-
-   -  Access to the `Image Upload Tool <#uploadpatronimages>`__
-
--  delete\_anonymize\_patrons
-
-   -  Delete old borrowers and anonymize circulation/reading history
-      (deletes borrower reading history)
-
-   -  Access to the `Anonymize Patron Tool <#anonpatrons>`__
-
--  edit\_calendar
-
-   -  Define days when the library is closed
-
-   -  Access to the `Calendar/Holidays Tool <#calholidays>`__
-
--  edit\_news
-
-   -  Write news for the OPAC and staff interfaces
-
-   -  Access to the `News Tool <#newstool>`__
-
--  edit\_notice\_status\_triggers
-
-   -  Set notice/status triggers for overdue items
-
-   -  Access to the `Overdue Notice Status/Triggers
-      Tool <#noticetriggers>`__
-
--  edit\_notices
-
-   -  Define notices
-
-   -  Access to the `Notices Tool <#notices>`__
-
--  export\_catalog
-
-   -  Export bibliographic, authorities and holdings data
-
-   -  Access to the `Export Data Tool <#exportbibs>`__
-
--  import\_patrons
-
-   -  Import patron data
-
-   -  Access to the `Import Patrons Tool <#patronimport>`__
-
--  inventory
-
-   -  Perform inventory (stocktaking) of your catalog
-
-   -  Access to the `Inventory Tool <#inventory>`__
-
--  items\_batchdel
-
-   -  Perform batch deletion of items
-
-   -  Access to the `Batch Item Deletion Tool <#batchdeleteitems>`__
-
--  items\_batchmod
-
-   -  Perform batch modification of items
-
-   -  Access to the `Batch Item Modification Tool <#batchmodifyitems>`__
-
--  items\_batchmod\_restricted
-
-   -  Limit `batch item modification <#batchmodifyitems>`__ to subfields
-      defined in the
-      `SubfieldsToAllowForRestrictedBatchmod <#SubfieldsToAllowForRestrictedBatchmod>`__
-      preference
-
-   -  **Note**
-
-          Please note that items\_batchmod permission is still required
-
--  label\_creator
-
-   -  Create printable labels and barcodes from catalog and patron data
-
-   -  Access to the `Label Creator <#labelcreator>`__ and `Quick Label
-      Creator <#quicklabelcreator>`__ Tools
-
--  manage\_csv\_profiles
-
-   -  Manage CSV export profiles
-
-   -  Access to the `CSV Profiles Tool <#csvprofiles>`__
-
--  manage\_staged\_marc
-
-   -  Manage staged MARC records, including completing and reversing
-      imports
-
-   -  Access to the `Manage Staged MARC Records Tool <#managestaged>`__
-
--  moderate\_comments
-
-   -  Moderate patron comments
-
-   -  Access to the `Comments Tool <#comments>`__
-
--  moderate\_tags
-
-   -  Moderate patron tags
-
-   -  Access to the `Tags Tool <#tagsmoderation>`__
-
--  records\_batchdel
-
-   -  Perform batch deletion of records (bibliographic or authority)
-
-   -  Access to the `Batch Record Deletion Tool <#batchrecorddelete>`__
-
--  rotating\_collections
-
-   -  Manage rotating collections
-
-   -  Access to the `Rotating Collections Tool <#rotatingcollections>`__
-
--  schedule\_tasks
-
-   -  Schedule tasks to run
-
-   -  Access to the `Task Scheduler Tool <#taskscheduler>`__
-
--  stage\_marc\_import
-
-   -  Stage MARC records into the reservoir
-
-   -  Access to the `Stage MARC Records Tool <#stagemarc>`__
-
--  upload\_general\_files
-
-   -  Upload any file
-
-   -  Access to upload files via the `Upload Tool <#uploadtool>`__
-
--  upload\_local\_cover\_images
-
-   -  Upload local cover images
-
-   -  Access to the `Upload Local Cover Image
-      Tool <#uploadlocalimages>`__ as well as permission to add and
-      delete local cover images from the bib detail page
-
--  upload\_manage
-
-   -  Manage uploaded files
-
-   -  Access to uploaded files via the `Upload Tool <#uploadtool>`__
-
-          **Note**
-
-          upload\_general\_files permission is required for this
-          permission
-
--  view\_system\_logs
-
-   -  Browse the system logs
-
-   -  Access to the `Log Viewer Tool <#logviewer>`__
-
-`Granular Reports Permissions <#reportpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'reports' permissions they have the ability to
-perform all of these actions. If you would like to control reports
-permissions on a more granular level choose from these options:
-
--  create\_reports
-
-   -  Create SQL Reports
-
-   -  The ability to create and edit but not run SQL reports
-
--  execute\_reports
-
-   -  Execute SQL Reports
-
-   -  The ability to run but not create or edit SQL reports
-
-`Granular Plugins Permissions <#pluginpermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If the staff member has 'plugins' permissions they have the ability to
-perform all of these actions. If you would like to control reports
-permissions on a more granular level choose from these options:
-
--  configure
-
-   -  Configure plugins
-
-   -  The ability to run the 'configure' section of a plugin if it has
-      one
-
--  manage
-
-   -  Manage plugins
-
-   -  The ability to install or uninstall plugins
-
--  report
-
-   -  Use report plugins
-
-   -  The ability to use report plugins
-
--  tool
-
-   -  Use tool plugins
-
-   -  The ability to use tool plugins
-
-`Granular Lists Permissions <#listspermissions>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-All staff members have permission to access lists. This section only
-needs to be checked off if you want to give permission to a staff member
-to delete public lists that they have no created themselves.
-
--  delete\_public\_lists
-
-   -  Delete public lists
-
-`Patron Information <#patroninformation>`__
--------------------------------------------
-
-When viewing a patron record you have the option to view information
-from one of many tabs found on the left hand side of the record.
-
--  *Get there:* Patrons > Browse or search for patron > Click patron
-   name
-
-`Check Out <#patcheckout>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-For instruction on checking items out, view the `Checking
-Out <#checkingout>`__ section of this manual.
-
-Staff members can access their own check out screen by clicking their
-username in the top right of the staff client and choosing 'My
-checkouts'My checkouts
-
-`Details <#patrondetails>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Staff members can access their own account details by clicking their
-username in the top right of the staff client and choosing 'My account'
-
-My account
-|image442|
-
-All patron information will appear on the Details tab. This includes all
-the contact information, notes, custom patron attributes, messaging
-preferences, etc entered when adding the patron.
-
-In the case of patrons who are marked as 'Child' or 'Professional' and
-their Guarantors additional information will appear on their record.
-
--  A child patron will list their Guarantor
-
-   Guarantor listed and linked from the child record
-   |image443|
-
--  On the Guarantor's record, all children and/or professionals will be
-   listed
-
-   Guarantees listed on the Guarantor's profile
-   |image444|
-
-`Circulation Summary <#patcircsummary>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Below the patron's information on the details screen is a tabbed display
-of the items they have checked out, overdue, and on hold.
-
-Checkout summary
-|image445|
-
-If they have family at the library staff can see what the other family
-members have checked out.
-
-Relative checkouts
-|image446|
-
-The Restrictions tab will show for all patrons. If the patron has no
-restrictions you will see that on the tab.
-
-Patron restrictions
-|image447|
-
-If the patron has restrictions on their account the tab will show the
-number and the description.
-
-Patron restrictions
-|image448|
-
-Using the 'Add manual restriction' button you can add a restriction to
-the patron record from here.
-
-Add restriction
-|image449|
-
-`Fines <#patronfines>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-The patron's complete accounting history will appear on the Fines tab.
-Contrary to its name, the Fines tab does not just show fine data, it
-also shows membership fees, rental fees, reserve fees and any other
-charge you may have for patrons.
-
-Patron Accounting Summary
-|image450|
-
-The table will show you the following columns:
-
--  Date: the date the charge/payment was posted
-
-   -  In the case of fines this will be the last day that the fine was
-      accrued
-
--  Description: a description of the charges including the due date for
-   overdue items and a link to the item record where one is available
-
--  Note: any notes about this charge/payment
-
-   -  If you're allowing patrons to pay fines via the OPAC with PayPal
-      (`EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__) you
-      will see a Note that says 'PayPal' for items paid this wayPayPal
-      Fines
-
--  Amount: the total amount of the payment or charge
-
--  Outstanding: the amount still due on charge
-
--  The ability to reverse a payment
-
--  A link to print a receipt for that line item
-
-At the top of the table you can click the 'Filter paid transaction' to
-hide all completed transaction and above that you can use the search box
-to find a specific charge or payment.
-
-`Charging Fines/Fees <#chargefines>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Most fees and fines will be charged automatically if the `fines cron
-job <#finescronjob>`__ is running:
-
--  Fines will be charged based on your `Circulation & Fines
-   Rules <#circfinerules>`__
-
--  Hold fees will be charged based on the rules you set in the `Patron
-   Types & Categories <#patcats>`__ administration area
-
--  Rental fees will be charged based on the settings in your `Item
-   Types <#itemtypeadmin>`__ administration area
-
--  Marking an item 'Lost' via the cataloging module will automatically
-   charge the patron the replacement cost for that item
-
-`Pay/Reverse Fines <#payfines>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Each line item can be paid in full (or written off) using the 'Pay
-Fines' tab.
-
-Paying Fines
-|image451|
-
--  Each line item can be paid in full, partially paid, or written off.
-
--  Pay a fine in full
-
-   -  If you have a note about the payment please type that first then
-      move on
-
-   -  Click "Pay" next to the fine you want to pay in full
-
-   -  The full amount of the fine will be populated for you in the
-      "Collect From Patron" box
-
-      Pay fine
-      |image452|
-
-   -  Click "Confirm"
-
-   -  The fine will be removed from outstanding fines, and displayed as
-      fully paid.
-
--  Pay a partial fine
-
-   -  Click "Pay" next to the fine you want to partially pay
-
-   -  Enter the amount you are collecting from the patron in the
-      "Collect From Patron" box
-
-      Pay partial fine
-      |image453|
-
-   -  Click "Confirm"
-
-   -  The fine will be updated to show the original Amount, and the
-      current Amount Outstanding
-
--  Pay an amount towards all fines
-
-   -  Click the "Pay Amount" button
-
-   -  Enter the amount you are collecting from the patron in "Collect
-      from Patron." The sum of all fines is shown in "Total Amount
-      Outstanding"
-
-      Pay Amount
-      |image454|
-
-   -  Click "Confirm"
-
-   -  The fine totals will be updated with the payment applied to oldest
-      fines first.
-
--  Pay Selected fines
-
-   -  Check the selection boxes next to the fines you wish to pay, click
-      "Pay Selected"
-
-      Select lines to pay
-      |image455|
-
-   -  Enter an amount to pay towards the fines.
-
-      Pay Selected
-      |image456|
-
-   -  Click "Confirm"
-
-   -  The fine totals will be updated with the payment applied to the
-      oldest selected fines first.
-
--  Writeoff a single fine
-
-   -  Click "Writeoff" next to the fine you wish to writeoff.
-
-   -  The fine will be removed from outstanding fines, and displayed as
-      written off.
-
--  Writeoff All fines
-
-   -  Click the "Writeoff All" button
-
-   -  All fines will be removed from outstanding fines, and displayed as
-      written off.
-
--  If you accidentally mark and item as paid, you can reverse that line
-   item by clicking 'Reverse' to the right of the line
-
-   Reverse Link
-   |image457|
-
-   -  Once clicked a new line item will be added to the account, showing
-      the payment as reversed
-
-      Reversed Payment
-      |image458|
-
-`Creating Manual Invoices <#manualinvoice>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-For fees that are not automatically charged, librarians can create a
-manual invoice
-
-Create Manual Invoice
-|image459|
-
--  First choose the type of invoice you would like to create
-
-   -  To add additional values to the manual invoice type pull down
-      menu, add them to the `MANUAL\_INV <#manualinvvals>`__ Authorized
-      Value
-
-   -  **Important**
-
-          The value set as the Authorized Value for the MANUAL\_INV
-          authorized value category will appear as the Description and
-          the Authorized Value Description will be used as the amount.
-
--  If the fee is associated with an item you can enter its barcode so
-   that the line item shows a link to that item
-
--  The description field is where you will enter the description of the
-   charge
-
--  In the amount field, do not enter currency symbols, only numbers and
-   decimals
-
-`Creating Manual Credits <#manualcredit>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Manual credits can be used to pay off parts of fines, or to forgive a
-fine amount.
-
-Create Manual Credit
-|image460|
-
--  First choose the type of credit you'd like to apply
-
--  If this credit is associated with an item you can enter that item's
-   barcode so that the line item links to the right item
-
--  The description field is where you will enter the description of the
-   credit
-
--  In the amount field, do not enter currency symbols, only numbers and
-   decimals
-
-`Printing Invoices <#printinglineitems>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To the right of each account line there is a print link. Clicking that
-link will print an invoice for the line item that includes the date and
-description of the line item along with the total outstanding on the
-account.
-
-Sample Invoice
-|image461|
-
-`Routing Lists <#patronroutingtab>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A list of all of the serial routing lists the patron belongs to will be
-accessible via the 'Routing Lists' tab on the patron record.
-
-Routing Lists
-|image462|
-
-On this tab you will be able to see and edit all of the routing lists
-that this patron is on.
-
-Patron's routing lists
-|image463|
-
-`Circulation History <#circhistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The circulation history tab will appear if you have set the
-`intranetreadinghistory <#intranetreadinghistory>`__ preference to allow
-it to appear. If you have the `OPACPrivacy <#OPACPrivacy>`__ system
-preference set to 'Allow' and the patron has decided that the library
-cannot keep this information this tab will only show currently checked
-out items.
-
-Patron Circulation History
-|image464|
-
-If you would like to export a list of barcodes for the items checked in
-today you can find that option under the More menu on the top right of
-the page.
-
-Export today's checkins
-|image465|
-
-This will generate a text file with one barcode per line.
-
-`Modification Log <#patmodlog>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have set your `BorrowersLog <#BorrowersLog>`__ to track changes
-to patron records, then this tab will appear. The Modification Log will
-show when changes were made to the patron record. If you also have
-turned on the `IssueLog <#IssueLog>`__ and `ReturnLog <#ReturnLog>`__
-you will see checkins and outs on this screen as well.
-
-Changes to Patron
-|image466|
-
--  The Librarian field shows the patron number for the librarian who
-   made the changes
-
--  The module lists 'MEMBERS' for the patron module
-
--  The action will tell you what action was being logged
-
--  The Object field lists the borrowernumber that is being modified (in
-   the example above, it was my changing my own record)
-
-`Notices <#patnotices>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The `patron's messaging preferences <#setpatronmessaging>`__ are set
-when `adding <#addnewpatron>`__ or `editing <#editpatrons>`__ the
-patron. This tab will show the messages that have been sent and those
-that are queued to be sent:
-
-Patron Notices Tab
-|image467|
-
-Clicking on the message title will expand the view to show you the full
-text of the message that was sent.
-
-Full message text
-|image468|
-
-If the message has a status of sent or failed you will have the option
-to 'resend' the message to the patron by clicking the 'resentd button
-found under the status.
-
-Resend notice
-|image469|
-
-`Statistics <#patronstatstab>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Depending on what you set for the values of your
-`StatisticsFields <#StatisticsFields>`__ system preference, you can see
-statistics for one patron's circulation actions.
-
-Patron's Statistics
-|image470|
-
-`Files <#patronfiles>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you set the `EnableBorrowerFiles <#EnableBorrowerFiles>`__ preference
-to 'Do' the Files tab will be visible on the patron information page.
-
-Patron Files Tab
-|image471|
-
-From here you can upload files to attach to the patron record.
-
-Upload patron files
-|image472|
-
-All files that are uploaded will appear above a form where additional
-files can be uploaded from.
-
-List of files on the patron record
-|image473|
-
-`Purchase Suggestions <#patronsuggestions>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If the patron has made any purchase suggestions you will see a purchase
-suggestions tab on the patron record.Patron purchase suggestions
-
-From here you can see all suggestions made by the patron and their
-status, you can also create a purchase suggestion on the patron's behalf
-by clicking the 'New purchase suggestion' button at the top.
-
-Learn more about `Purchase suggestions <#purchasesuggest>`__ in the
-`Acquisitions <#acqmodule>`__ chapter of this manual.
-
-`Patron discharges <#patrondischarge>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A discharge is a certificate that says the patron has no current
-checkouts, no holds and owe no money. To enable this option on the
-patron record you need to set the `useDischarge <#useDischarge>`__
-system preference to 'Allow'.
-
-    **Note**
-
-    In France a "quitus" ("discharge") is needed if you want to register
-    for an account in a library or a university).
-
-    **Note**
-
-    Academic libraries often require that you have a clear record at the
-    library before you can graduate.
-
-Patrons can `request discharges via the OPAC <#opacdischarge>`__. Any
-pending discharges will be listed below the menu buttons on the main
-staff client pagePending discharges
-
-Clicking the pending requests will open a screen where you can allow
-those dischargesPending discharges
-
-To generate a discharge for a specific patron click the 'Discharge' tab
-on the left of the patron recordDischarge
-
-If the patron can have a discharge generated then it will have a button
-that says 'Generate discharge'
-
-Generate discharge
-|image474|
-
-If not then you'll see an error explaining why you can't discharge the
-patron.
-
-Cannot discharge
-|image475|
-
-Once the letter is generated you will have a PDF to download
-
-Discharge letter
-|image476|
-
-    **Note**
-
-    You can style the PDF using the `NoticeCSS <#NoticeCSS>`__
-    preference.
-
-The patron will have a restriction added to their accountDischarge
-restriction
-
-And a history of discharges will be added to the 'Discharge'
-tabDischarge history
-
-`Patron Search <#patronsearch>`__
----------------------------------
-
-Clicking on the link to the Patron module will bring you to a
-search/browse screen for patrons. From here you can search for a patron
-by any part of their name or their card number.
-
-Patron Search
-|image477|
-
-Clicking the small plus sign [+] to the right of the search box will
-open up an advanced patron search with more filters including the
-ability to limit to a specific category and/or library.
-
-Expanded patron search
-|image478|
-
-You can also filter your patron results using the search options on the
-left hand side of the page.Patron search filters
-
-Depending on what you have chosen for the 'Search fields' you can search
-for patrons in various different ways.
-
-Patron Search Fields
-|image479|
-
--  Standard:
-
-   -  Enter any part of their name, username, email address or barcode
-
--  Email:
-
-   -  Enter any part of their email address and choose 'Contains'
-      instead of 'Starts with'
-
--  Borrower number:
-
-   -  Enter the Koha borrower number
-
--  Phone number:
-
-   -  Enter the phone number exactly as it is in the system or by using
-      spaces between each batch of numbers.
-
-   -  Example: To find (212) 555-1212 you can search for it exactly as
-      it was entered or by searching for 212 555 1212
-
--  Street address:
-
-   -  Enter any part of the patron's address (includes all address
-      fields) and choose 'Contains' instead of 'Starts with' to find the
-      string anywhere in the address
-
--  Date of birth
-
-   -  Birth dates should be entered using the format set forth in the
-      `dateformat <#dateformat>`__ preference.
-
--  Sort field 1
-
-   -  This is a custom field that libraries can use for any type of data
-      about the patron.
-
--  Sort field 2
-
-   -  This is a custom field that libraries can use for any type of data
-      about the patron.
-
-You can also choose to either search for fields that start with the
-string you entered or contain the string. Choosing 'Contains' will work
-like a wildcard search.
-
-Contains or Starts with Search
-|image480|
-
-You can also browse through the patron records by clicking on the linked
-letters across the top.
-
-Patron Browse
-|image481|
-
-Circulation
-===========
-
-Circulation functions can be accessed in several different ways. On the
-main page of the staff client there are some quick links in the center
-of the page to check items out, in or transfer them. For a complete
-listing of Circulation functions you can visit the Circulation page
-which is linked from the top left of every page or from the center of
-the main page.
-
-Before circulating your collection you will want to set your `Global
-System Preferences <#globalsysprefs>`__, `Basic
-Parameters <#basicparams>`__ and `Patrons & Circulation
-Rules <#patscirc>`__.
-
-While in Circulation you can jump between the tabs on the quick search
-box at the top of the screen by using the following hot keys:
-
--  jump to the catalog search with Alt+Q
-
--  jump to the checkout with Alt+U
-
-   -  this will not work for Mac users
-
--  jump to the checkin with Alt+R
-
-    **Note**
-
-    Mac users use the OPTION button in place of ALT
-
-`Check Out (Issuing) <#checkingout>`__
---------------------------------------
-
-To begin the checkout process you must enter the patron barcode or part
-of their name. The checkout option appears in three main places:
-
--  Check out option on the top of the main staff client
-
-   Check out box on main Koha Staff Client page
-   |image482|
-
--  Check out option on the patron record
-
-   Check out tab on a patron record
-   |image483|
-
--  If you have enabled `batch checkouts <#batchcheckoutprefs>`__ then
-   click the batch check out option on the patron recordBatch checkout
-
--  Check out option on the quick search bar on the circulation page
-
-   Check out tab on quick search bar
-   |image484|
-
-`Checking Items Out <#checkitemout>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To check an item out to a patron, first search for that patron using one
-of the many options listed above. You will then be presented with the
-checkout screen.
-
-Check Out Screen
-|image485|
-
-If you have chosen to 'Always show checkouts immediately' then you will
-see the list of checkouts below the check out box.
-
-Check Out Screen
-|image486|
-
-At the top of the Check Out screen is a box for you to type or scan the
-item's barcode into.
-
--  **Important**
-
-       Many modern barcode scanners will send a 'return' to the browser,
-       making it so that the 'Check Out' button is automatically clicked
-
--  If the barcode is not found you will be prompted to use fast
-   cataloging to add the item. Learn more about `fast
-   cataloging <#fastaddcat>`__ later in this manual.
-
--  If you have
-   `itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__ set to
-   'Enable' then you can enter a keyword search in this box instead of
-   just a barcode (this will make it possible to check out using title
-   and/or call number).
-
-To see more checkout options click the 'Checkout settings' link to
-expand the checkout area.Checkout settings
-
-Below the box for the barcode there may be options for you to override
-the default due date for the item.
-
--  This option will only appear if you have set the
-   `SpecifyDueDate <#SpecifyDueDate>`__ system preference to allow staff
-   to override the due date
-
-Below the box for the barcode you will see a checkbox for 'Automatic
-renewal'. This will allow this item to automatically renew if the
-`appropriate cron job <#autorenewcron>`__ is running and there are no
-holds on the item.
-
-Next is an option to no decrease the loan length based on holds. This
-overrides the `decreaseLoanHighHolds <#decreaseLoanHighHolds>`__
-preference.
-
-If you're allowing the `checkout of items on site <#OnSiteCheckouts>`__
-to patrons (these are usually items that are not for loan that you would
-like to check for in library use) then you will see the 'On-site
-checkout' checkbox after clicking the 'Checkout settings' link to expand
-your circulation options.On-site checkout
-
-At the bottom of the page there is a summary of the patron's current
-checked out items along with the due date (and time if the item is an
-hourly loan), items checked out today will appear at the top.
-
-    **Note**
-
-    Items that are hourly loan items will include the time with the due
-    date.
-
-Patron's checkout summary
-|image487|
-
-If you checked out an item for on site use you will see that highlighted
-in red in the checkout summary.
-
-Patron's on-site checkout
-|image488|
-
-If you have set your `ExportWithCsvProfile <#ExportWithCsvProfile>`__
-preference, you will also see the option to export the patron's current
-checkout information using a CSV Profile or ISO2709 (MARC21) format.
-
-Export patron's checkout information
-|image489|
-
-Also at the bottom of the page is the list of items the patron has on
-hold
-
-Holds summary on check out screen
-|image490|
-
-From the holds list you can suspend or resume patrons holds using the
-options at the bottom of the list if you have the
-`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ preference set to
-'allow.'
-
-    **Note**
-
-    If you have your
-    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
-    set to "Don't allow" then you will not have the option to put an end
-    date on the hold suspension
-
-If there are notes on the patron record these will appear to the right
-of the checkout box
-
-Patron notes on check out screen
-|image491|
-
-If the patron has a hold waiting at the library that too will appear to
-the right of the check out box making it easy for the circulation
-librarian to see that there is another item to give the patron
-
-Hold waiting message on check out screen
-|image492|
-
-The details of the checkouts will appear on the bib detail page in the
-staff client as well.
-
-Circulation information on holdings tab
-|image493|
-
-`Printing Receipts <#printcircreceipt>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have checked out all of the items for the patron you can print
-them a receipt by choosing one of two methods.
-
-If you have the `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
-preference set to 'open a print quick slip window' you can simply hit
-enter on your keyboard or scan a blank piece of paper with your barcode
-scanner. The idea being that you're "checking out" a blank barcode which
-triggers Koha to print the 'Quick slip.'
-
-You can also click the Print button at the top of the screen and choose
-'Print slip' or 'Print quick slip'.
-
-Print receipt to slip printer
-|image494|
-
-If you choose 'Print slip' it will print all of the items the patron has
-checked out, including those they checked out at an earlier date.
-Choosing 'Print quick slip' will print only the items that were checked
-out today.
-
-'Print summary' will generate a full page summary for the patron's
-circulation information and 'Print overdues' will print out a slip that
-lists all items that are overdue.
-
-What prints on the slips can be customized by altering the slip
-templates under the `Notices & Slips <#notices>`__ tool.
-
-`Clear Patron Information <#clearpatroninfo>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-When you're done checking an item out if you have the
-`DisplayClearScreenButton <#DisplayClearScreenButton>`__ preference set
-to 'Show' you can clear the current patron by clicking the X in the top
-right of the patron's info to remove the current patron from the screen
-and start over.
-
-Clear Screen Button
-|image495|
-
-If you have the `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
-preference set to 'clear the screen' then you simply need to hit enter
-or scan a blank barcode and the screen will be cleared of the current
-patron.
-
-`Batch Checkouts <#batchcheckout>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you would like to perform a batch check out you can do so by turning
-on the `BatchCheckouts <#BatchCheckouts>`__ system preference and
-assigning the proper patron categories via the
-`BatchCheckoutsValidCategories <#BatchCheckoutsValidCategories>`__
-preference. This will allow you to use an RFID pad that reads multiple
-barcodes or perform a batch check out for training internal use.Batch
-checkouts
-
-From this screen you can scan several barcodes or load a file of
-barcodes. If those items cannot be checked out they will provide a
-warning on the following screen
-
-Batch checkout warnings
-|image496|
-
-If you are using a statistical patron type then you'll see that local
-use was recorded for each item you scanned.
-
-Batch local use
-|image497|
-
-`Check Out Messages <#checkoutmsg>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you check out an item that has multiple pieces and you have cataloged
-that information in subfield 3 of the item record (in MARC21) a message
-will pop up when you check out that item telling you how many pieces
-should be there.
-
-Materials in the checked out item
-|image498|
-
-There are times when Koha will prevent the librarian from being able to
-check out items to a patron. When this happens a warning will appear
-notifying the librarian of why the patron cannot check items out.
-
--  Patron owes too much in fines
-
-   Patron owes too much in fines
-   |image499|
-
-   -  You can set the amount at which patron checkouts are blocked with
-      the `noissuescharge <#noissuescharge>`__ system preference
-
--  Patron has a restriction on their account
-
-   Patron account restricted
-   |image500|
-
-   -  This can be set by the librarian editing a patron record and
-      adding a `restriction <#patronflags>`__ or by the `Overdue/Notice
-      Status Triggers <#noticetriggers>`__
-
-   -  If the staff member has the right permission they can override the
-      restriction temporarily
-
-      Patron account restricted
-      |image501|
-
--  Patron needs to confirm their address
-
-   Patron's address warning
-   |image502|
-
-   -  This can be set by the librarian editing a patron record and
-      adding a `flag <#patronflags>`__
-
--  Patrons has lost their library card
-
-   Lost patron card warning
-   |image503|
-
-   -  This can be set by the librarian editing a patron record and
-      adding a `flag <#patronflags>`__
-
-`Check Out Warnings <#checkoutwarn>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Sometimes checkouts will trigger warning messages that will appear in a
-yellow box above the check out field. These warnings need to be
-acknowledged before you will be able to continue checking items out.
-
--  Patron has outstanding fines
-
-   Patron has a debt
-   |image504|
-
--  Item on hold for someone else
-
-   Item is on hold for someone else
-   |image505|
-
--  Item should be on the hold shelf waiting for someone else
-
-   Item is on hold shelf waiting for someone else
-   |image506|
-
--  Item already checked out to this patron
-
-   Item is currently checked out to this patron
-   |image507|
-
--  Item checked out to another patron
-
-   Item checked out to another patron
-   |image508|
-
-   -  This warning will allow you to place a hold on the item for the
-      patron you're trying to check it out to.
-
--  Item not for loan
-
-   Item is not normally for loan
-   |image509|
-
--  Patron has too many things checked out and
-   `AllowTooManyOverride <#AllowTooManyOverride>`__ is set to 'Allow'
-
-   Too many checkouts
-   |image510|
-
--  Patron has too many things checked out and
-   `AllowTooManyOverride <#AllowTooManyOverride>`__ is set to "Don't
-   allow"
-
-   Too many checkouts
-   |image511|
-
--  Item cannot be renewed
-
-   No more renewals
-   |image512|
-
-   -  This can be overridden with the
-      `AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ system
-      preference
-
--  Barcode not found
-
-   Barcode not found
-   |image513|
-
-   -  Learn more about `fast cataloging <#fastaddcat>`__ later in this
-      manual.
-
--  Item being checked out is marked as 'lost'
-
-   -  Depending on the value in your `IssueLostItem <#IssueLostItem>`__
-      preference, you may just see a warning
-
-      Warning that item is lost
-      |image514|
-
-      or a confirmation box
-
-      Confirm checkout of lost item
-      |image515|
-
--  Item being checked out is not recommended for a patron of this age
-
-   Age warning
-   |image516|
-
--  Item being checked out meets the
-   `decreaseLoanHighHolds <#decreaseLoanHighHolds>`__ system preference
-   criteria
-
-   Too many holds
-   |image517|
-
-`Renewing <#circrenew>`__
--------------------------
-
-Checked out items can be renewed (checked out for another period of
-time) based on your `circulation rules <#circfinerules>`__ and `renewal
-preferences <#RenewalPeriodBase>`__.
-
-If `you allow it <#OpacRenewalAllowed>`__, patrons can renew their own
-items via the OPAC, but sometimes you'll need to help them by renewing
-their items via the staff client.
-
-To renew items checked out to a patron, you can do one of two things.
-
-The first is to visit their details page or checkout page and review
-their checkout summary at the bottom.
-
-Circulation Summary
-|image518|
-
-In the Renew column you will see how many times each item has been
-renewed and a checkbox to renew the item for the patron. Check the boxed
-of the items you would like to renew and click the 'Renew or Return
-checked items' button, or to renew all items checked out to the patron
-simply click the 'Renew all' button.
-
-Renew buttons
-|image519|
-
-Sometimes renewals will be blocked based on your circulation rules, to
-override this block you must have your
-`AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ preference
-set to 'Allow'. If you allow renewal limit overrides, you will see a
-checkbox at the bottom left of the circulation summary. Check that box
-and then choose the items you would like to renew.
-
-Override renewal limit
-|image520|
-
-Checking that box will add checkboxes in the renew column above where
-before the item was not renewable.
-
-The second option is to visit the 'Renew' page found under the
-Circulation menu.
-
-Renew
-|image521|
-
-And scan the barcodes of the items you would like to renew.
-
-Barcode to renew
-|image522|
-
-If the item is renewed you will receive a confirmation message.
-
-Item renewed
-|image523|
-
-If the barcode is not found you will be presented with an error.
-
-No barcode found
-|image524|
-
-If the item is not actually checked out you will also receive an error.
-
-Item not checked out
-|image525|
-
-`Check In (Returning) <#checkingin>`__
---------------------------------------
-
-Checking in items can be performed from various different locations
-
--  The check in box on the top of the main staff client
-
-   Check out box on main Koha Staff Client page
-   |image526|
-
--  The check in option on the quick search bar on the Circulation page
-
-   Check in tab on quick search bar
-   |image527|
-
--  The check in link on the patron's checkout summary (and on the
-   checkout summary page)
-
-   Patron checkout summary includes 'Check In' link
-   |image528|
-
--  The Check in page under the Circulation menu
-
-   Check in link on Circulation Module
-   |image529|
-
-`Checking Items In <#checkitemin>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To check an item in scan the barcode for the item into the box provided.
-A summary of all items checked in will appear below the checkin box
-
-Check In Summary
-|image530|
-
-If you are checking items in that were put in the book drop while the
-library was closed you can check the 'Book drop mode' box before
-scanning items. This will effectively roll back the returned date to the
-last date the library was open.
-
--  This requires that you have your closings added to the `Holidays &
-   Calendar Tool <#calholidays>`__
-
-You can also choose to forgive all overdue charges for items you are
-checking in by checking the 'Forgive overdue charges' box before
-scanning items.
-
-If you have the `SpecifyReturnDate <#SpecifyReturnDate>`__ preference
-set to 'Allow' you will be able to arbitrarily set the return date from
-below the check in box.Specify check in date
-
-`Check In Messages <#checkinmsg>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are several messages that can appear when checking items in:
-
--  If you are checking an item in at a library other than the home
-   branch, a message will appear asking you to transfer the book to the
-   home library
-
-   Check in Transfer Message
-   |image531|
-
-   -  After this item is checked in the status of the item will be
-      changed in the catalog to 'in transit'
-
-      In Transit Status
-      |image532|
-
-   -  To mark an item as back at the home branch, check the item in at
-      the home branch
-
-      Check In Transferred Item
-      |image533|
-
-      -  A message will appear tell you that the item is not checked
-         out, but the status will now say available in the catalog. This
-         step is necessary to mark items as received by the home branch.
-
--  If you are checking in an item that should have multiple parts or
-   pieces a message will appear warning you about the number of pieces
-   you should have in your hand
-
-   Materials Specified
-   |image534|
-
--  If you're checking an item in that has a hold on it, you will be
-   prompted to confirm the hold
-
-   Hold Found Check In Message
-   |image535|
-
-   -  Clicking the Confirm hold button will mark the item as waiting for
-      pickup from the library
-
-      Hold waiting at the library
-      |image536|
-
-   -  Clicking the Print Slip and Confirm button will mark the item as
-      waiting for pickup at the library and present the library with a
-      receipt to print and place on the book with the patron's
-      information
-
-   -  Ignoring the hold will leave the item on hold, but leave its
-      status as Available (it will not cancel the hold)
-
--  If you're checking in an item that has a hold on it at another branch
-   you will be prompted to confirm and transfer the item
-
-   Hold found for another branch
-   |image537|
-
-   -  Clicking the Confirm hold and Transfer button will mark the item
-      as in transit to the library where the hold was placed
-
-      In transit hold status
-      |image538|
-
-   -  Clicking the Print Slip, Transfer and Confirm button will mark the
-      item as in transit to the library where the hold was placed and
-      present the library with a receipt to print and place on the book
-      with the patron's information
-
-   -  Ignoring the hold will leave the item on hold, but leave its
-      status as Available (it will not cancel the hold)
-
--  If you have the system showing you fines at the time of checkin
-   (`FineNotifyAtCheckin <#FineNotifyAtCheckin>`__) you will see a
-   message telling you about the fine and providing you a link to the
-   payment page for that patron
-
-   FineNotifyAtCheckin
-   |image539|
-
-`Circulation Messages <#circmessages>`__
-----------------------------------------
-
-Circulation messages are short messages that librarians can leave for
-their patrons or their colleagues that will appear at the time of
-circulation.
-
-`Setting up Messages <#setcircmsg>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Circulation messages are set up as `Authorized
-Values <#authorizedvalues>`__. To add or edit Circulation Messages you
-want to work with the `BOR\_NOTES <#bornotes>`__ value.
-
-BOR\_NOTES Authorized Values
-|image540|
-
-The 'Description' field can hold a canned message that you would like to
-appear on the patron's record.
-
-    **Important**
-
-    The 'Description' field is limited to 80 characters, but the patron
-    message field can hold more than that. Enter 80 characters in the
-    'Description' field and then type the rest on the patron record.
-
-`Adding a Message <#addcircmsg>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When on the patron's check out tab you will see a link to 'Add a new
-message' to the right of the check out box and a button at the top to
-'Add message'.
-
-Circulation Message in Staff Client
-|image541|
-
-When you click either of these options you will be asked to choose if
-the message is for the librarians or the patron and the message you
-would like to leave.
-
-Leave a Circulation Message
-|image542|
-
-    **Note**
-
-    A message for the patron will also show to the library staff.
-
-`Viewing Messages <#viewcircmsg>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Circulation messages meant for the staff and/or the patron will appear
-on the patron's checkout screen to the right of the checkout box.
-Messages in bold and red are meant for the library staff only, whereas
-messages in regular italics font are meant for the patron and the
-librarian.
-
-Circulation Message in Staff Client
-|image543|
-
-Circulation messages meant for the patron will also appear when they log
-into the OPAC.
-
-Circulation Message in OPAC
-|image544|
-
-`Holds <#holds>`__
-------------------
-
-Koha allows patrons to put things on hold. A 'Hold' is a way to reserve
-an item. Depending on your `circulation and fine
-rules <#circfinerules>`__ and `hold preference <#circholdspolicy>`__
-settings patrons will be able to place items on hold for pickup at the
-library at a later date/time.
-
-`Placing Holds in Staff Client <#holdsinstaff>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are several ways to place holds from the staff client. The most
-obvious is using the 'Place Hold' button at the top of any bibliographic
-record.
-
-Place Hold Button on Bib Record
-|image545|
-
-You can also click the smaller 'Place Hold' link found at the top of
-your catalog search results, or the 'Holds' link found below each
-result.
-
-Hold options on search results
-|image546|
-
-You will be asked to search for a patron by barcode or any part of their
-name to start the hold process.
-
-Find Patron For Hold
-|image547|
-
-If you'd like to search for the patron first and then the bib record for
-the hold, you can open the patron record and click on the 'Search to
-Hold' button at the top of the patron record.
-
-Search to Hold on Patron Record
-|image548|
-
-After clicking the button you will be brought to the catalog search page
-where you can find the book(s) you want to place a hold on. Under each
-title on the results you'll see an option to 'Hold for Patron Name.'
-
-Hold for Patron links on Search Results
-|image549|
-
-If you want to place a hold on multiple items, simply check the boxes to
-the left of them and click the arrow to the right of the 'Place Hold'
-button.
-
-Hold Multiple Items for Patron
-|image550|
-
-Depending on how many items you choose to place a hold on at once you
-will see a different place hold form. If you are placing a hold on one
-bibliographic record you will see a list of all of the items you can
-place a hold on.
-
-Place Hold Form
-|image551|
-
--  Enter any notes that might apply to this hold
-
--  Choose the library where the patron will pick up the item
-
--  If you have the
-   `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
-   preference set to 'Allow' and the record had more than one item type
-   attached you will see an option to choose to limit the hold to a
-   specific item typeAllowHoldItemTypeSelection
-
--  If the patron wants the hold to start on a date other than today,
-   enter that in the 'Hold starts on date' field
-
-   -  This option will only appear if the
-      `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__ system
-      preference is set to 'Allow'
-
--  If the patron has specified that they don't want the item after a
-   certain date, or if you have limits on hold lengths, you can enter an
-   expiration date for the hold in the 'Hold expires on date'
-
-   -  To have expired holds canceled automatically you will need to have
-      the `Expired Holds <#expiredholdscron>`__ cron job set to run on a
-      regular basis.
-
--  Next choose if you want to place a hold on the next available item or
-   a specific item by clicking the radio button next to an individual
-   item.
-
-If you're placing a hold on multiple items you will be presented with
-the next available option for all titles. If no items are available for
-hold it will say so on the confirmation screen.
-
-Place multiple items on hold
-|image552|
-
-Once your hold is placed, if you'd like to have Koha forget that you
-used the 'Search to Hold' function, you can choose to have Koha 'forget'
-the patron's name by clicking the arrow to the right of the 'Place Hold'
-button on the search results and choosing the 'Forget' option.
-
-Forget Search to Hold Option
-|image553|
-
-`Managing Holds <#manageholds>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Holds can be altered and canceled from the Holds tab found on the left
-of the bibliographic record.
-
-Bibliographic Record Tabs
-|image554|
-
-From the list of holds you can change the order of the holds, the pickup
-location, suspend and/or cancel the hold.
-
-Lists of Holds
-|image555|
-
-    **Note**
-
-    If you have your
-    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
-    set to "Don't allow" then you will not have the option to put an end
-    date on the hold suspension
-
-    **Note**
-
-    Depending on how you have your `HidePatronName <#HidePatronName>`__
-    system preference set the list may show card numbers instead of
-    names in the Patron column like in the image above.
-
-To rearrange or delete holds, simply make a selection from the
-'Priority' pull down or click the arrows to the right of the priority
-pull down.
-
-Hold Priority Menu
-|image556|
-
-If you use the priority pull down to rearrange or delete holds you will
-need to click the 'Update hold(s)' button to save your changes.
-
-Clicking the down arrow to the right of the hold will stick the hold at
-the bottom of the list even if more requests are made.
-
-For example, your library has home-bound patrons that are allowed to
-keep books out for months at a time. It would not be fair to other
-patrons if a home-bound patron were able to check out a brand new book
-and keep it for months. For this reason, the home-bound patron's hold
-request would stay at the bottom of the queue until everyone else who
-wanted to read that book has already done so.
-
-Lowest Priority & Delete Options for Holds
-|image557|
-
-If a patron asks to have their hold suspended and you have the
-`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ system preference set
-to 'allow' you can do so by clicking the Suspend button to far right. If
-the patron gives you a date for the items to become unsuspended you can
-enter that in the date box and click the 'Update hold(s)' button to save
-your changes.
-
-Hold suspension column
-|image558|
-
-To delete or cancel a hold click the red 'X' to the right of the hold
-line. To delete/cancel a bunch of holds you can choose 'del' from pull
-down to the left of each line and then click 'Update hold(s)' at the
-bottom of the list.
-
-Cancel Holds
-|image559|
-
-`Receiving Holds <#receiveholds>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When items that are on hold are `checked in <#checkingin>`__ or
-`out <#checkingout>`__ the system will remind the circulation librarian
-that the item is on hold and offer them options for managing the hold.
-
-When you check in an item that has a hold on it the system will ask you
-to either confirm and transfer the item
-
-Confirm Hold & Transfer
-|image560|
-
-or just confirm the hold
-
-Confirm Hold
-|image561|
-
-Clicking the Confirm button will mark the item as on hold for the
-patron. If the item needs to be transferred the item will also be marked
-as in transit to the proper branch. Clicking 'Ignore' will retain the
-hold, but allow you to check the item out to another patron. Choosing to
-confirm and print will present you with a printable page that you can
-slip inside the book with the necessary hold and/or transfer
-information.
-
-Once confirmed the hold will show on the patron record and on the
-checkout screen under the 'Hold' tab.
-
-Hold on Patron Record
-|image562|
-
-From here if the patron would like you suspend their holds you can do so
-one by one or in bulk.
-
-The item record will also show that the item is on hold.
-
-Hold on Item Record
-|image563|
-
-In some cases a patron may come in to pick up a hold for their partner
-(or someone else in their household). In this case you want to make sure
-that the hold is cancelled when you check the item out to someone else.
-When trying to check out an item that is already waiting for someone
-else you will be presented with a warning message.
-
-Hold waiting for someone else
-|image564|
-
-From here you can check the item out to the patron at the desk and
-cancel the hold for the patron.
-
-`Transfers <#transfers>`__
---------------------------
-
-If you work in a multi-branch system you can transfer items from one
-library to another by using the Transfer tool.
-
--  *Get there*: Circulation > Transfer
-
-To transfer an item
-
--  Click 'Transfer' on the Circulation page
-
-   Transfer Tool
-   |image565|
-
-   -  Enter the library you would like to transfer the item to
-
-   -  Scan or type the barcode on the item you would like to transfer
-
--  Click 'Submit'
-
-   Transfer Summary
-   |image566|
-
--  The item will now say that it is in transit
-
-   Item in Transit
-   |image567|
-
--  When the item arrives at the other branch the librarian must check
-   the item in to acknowledge that it is no longer in transit
-
--  The item will not be permanently moved to the new library
-
-   Item record
-   |image568|
-
-   -  The item shows the same 'Home Library' but has updated the
-      'Current Location' to note where it resides at this time
-
-`Set Library <#setlibrary>`__
------------------------------
-
-By default you will enter the staff client as if you are at your home
-library. This library will appear in the top right of the Staff Client.
-
-My Library
-|image569|
-
-This is the library that all circulation transactions will take place
-at. If you are at another library (or on a bookmobile) you will want to
-set your library before you start circulating items. To do this you can
-click 'Set' at the top right or on the Circulation page.
-
-Set Library Form
-|image570|
-
-Once you have saved your changes you new library will appear in the top
-right.
-
-`Fast Add Cataloging <#fastaddcat>`__
--------------------------------------
-
-Sometimes circulation librarians need to quickly add a record to the
-system for an item they are about to check out. This is called 'Fast
-Add.' To allow circulation librarians access to the Fast Add Cataloging
-tool, simply make sure they have the
-`fast\_cataloging <#fastaddpermissions>`__ permissions. There are two
-ways to add titles via fast add. If you know that you're about to check
-out an item that isn't in you catalog you can go to the Circulation
-module and click 'Fast cataloging.'
-
-Circulation Menu
-|image571|
-
-The cataloging interface will open up with the short cataloging record:
-
-Fast Add Framework
-|image572|
-
-After adding your cataloging data you will be asked to enter item data.
-Enter the items barcode, collection code, etc and save the item before
-checking it out.
-
-The other way to fast catalog is from the checkout screen. When you
-enter a barcode at checkout that Koha can't find, it will prompt you to
-use fast cataloging to add the item to Koha and check it out.
-
-Barcode not found
-|image573|
-
-Clicking 'Fast cataloging' will bring you to the fast cataloging form
-where you can enter the title information
-
-Fast cataloging
-|image574|
-
-After clicking 'Save' you will be brought to the item record where the
-barcode will already be filled in with the barcode you're trying to
-check out.
-
-Fast cataloging item record
-|image575|
-
-After clicking the 'Add item' button the item will automatically be
-checked out the patron you were trying to check the book out to
-originally.
-
-Checked out item
-|image576|
-
-`Circulation Reports <#circreports>`__
---------------------------------------
-
-Most reports can be found via the Reports module, but some of the more
-common circulation reports are available right from the Circulation
-module.
-
--  *Get there*: Circulation > Circulation reports
-
-`Holds Queue <#holdsqueue>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will show you all of the holds at your library.
-
-Sample Holds Queue
-|image577|
-
-To generate this report, you must have the `Build Holds Queue cron
-job <#buildholdscron>`__ running. This cron job is a script that should
-be run periodically if your library system allows borrowers to place
-on-shelf holds. This script decides which library should be responsible
-for fulfilling a given hold request.
-
-It's behavior is controlled by the system preferences
-`StaticHoldsQueueWeight <#holdqueueweight>`__ and
-`RandomizeHoldsQueueWeight <#holdqueueweight>`__.
-
-If you do not want all of your libraries to participate in the on-shelf
-holds fulfillment process, you should list the libraries that \*do\*
-participate in the process here by inputting all the participating
-library's branchcodes, separated by commas ( e.g. "MPL,CPL,SPL,BML" etc.
-).
-
-By default, the holds queue will be generated such that the system will
-first attempt to hold fulfillment using items already at the pickup
-library if possible. If there are no items available at the pickup
-library to fill a hold, build\_holds\_queue.pl will then use the list of
-libraries defined in StaticHoldsQueueWeight. If
-RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
-script will assign fulfillment requests in the order the branches are
-placed in the StaticHoldsQueueWeight system preference.
-
-For example, if your system has three libraries, of varying sizes (
-small, medium and large ) and you want the burden of holds fulfillment
-to be on larger libraries before smaller libraries, you would want
-StaticHoldsQueueWeight to look something like "LRG,MED,SML".
-
-If you want the burden of holds fulfillment to be spread out equally
-throughout your library system, simply enable RandomizeHoldsQueueWeight.
-When this system preference is enabled, the order in which libraries
-will be requested to fulfill an on-shelf hold will be randomized each
-time the list is regenerated.
-
-Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
-Doing so will cause the build\_holds\_queue script to ignore
-RandomizeHoldsQueueWeight, causing the script to request hold
-fulfillment not randomly, but by alphabetical order.
-
-`Holds to pull <#holdspull>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will show you all of the items that have holds on them that
-are available at the library for pulling. If the items are available at
-multiple branches then all branches with that item available will see
-the hold to pull until one library triggers the hold.
-
-Holds to Pull
-|image578|
-
-You can limit the results you see by using the Refine box on the left
-side of the page:
-
-Refine Holds to Pull Report
-|image579|
-
-`Holds awaiting pickup <#holdspickup>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will show all of the holds that are waiting for patrons to
-pick them up.
-
-Holds Awaiting Pickup
-|image580|
-
-Items that have been on the hold shelf longer than you normally allow
-(based on the `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
-preference value) will appear on the 'Holds Over' tab, they will not
-automatically be cancelled unless you have set the `cron
-job <#expiredholdscron>`__ to do that for you, but you can cancel all
-holds using the button at the top of the list.
-
-Items waiting on the hold shelf too long
-|image581|
-
-`Hold ratios <#holdratios>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Hold ratios help with collection development. Using this report you will
-be able to see how many of your patrons have holds on items and whether
-you should buy more. By default it will be set to the library needing 3
-items per hold that has been placed. The report will tell you how many
-additional items need to be purchased to meet this quota.
-
-Hold Ratios
-|image582|
-
-`Transfers to receive <#transferstoreceive>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list all of the items that Koha thinks are in transit
-to your library.
-
-Transfers to Receive
-|image583|
-
-If your transfers are late in arriving at your library you will see a
-message stating how late your items are.
-
-Late transfers include warning messages
-|image584|
-
-    **Important**
-
-    An item is considered late based on the number of days you have
-    entered in the
-    `TransfersMaxDaysWarning <#TransfersMaxDaysWarning>`__ system
-    preference.
-
-`Overdues <#overduesreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Important**
-
-    For libraries with a large patron base, this report may take a
-    significant amount of time to run.
-
-    **Note**
-
-    Large libraries can choose to filter the report before it runs by
-    setting the
-    `FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__ system
-    preference to 'Require'.
-
-This report will list all items that are overdue at your library.
-
-Overdues List
-|image585|
-
-The report can be filtered using the menu options found on the left of
-the report.
-
-    **Note**
-
-    The 'Show any items currently checked out' checkbox basically
-    switches this from a report of overdues to a report of checkouts. It
-    will show all titles checked out regardless of due date.
-
-`Overdues with fines <#overduesfines>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will show you any overdues at your library that have accrued
-fines on them.
-
-Overdues with fines
-|image586|
-
-If you would like to limit the report you can use the pull down menu at
-the top to limit to a specific shelving location at your branch. To see
-overdues with fines at other branches you will have to `change your
-branch <#setlibrary>`__ or log in at that branch.
-
-    **Important**
-
-    If you do not charge fines and/or don't have the `fines cron
-    job <#finescronjob>`__ running you will see no data on this report.
-
-`Pending on-site checkouts <#pendingonsite>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are using the on site checkouts functionality
-(`OnSiteCheckouts <#OnSiteCheckouts>`__) then you'll have a report to
-view all items that are currently checked out on site.Pending onsite
-checkouts
-
-This will list the due date (overdues in red), who has the item, item
-information and what library the item is at.
-
-`Tracking In house Use <#trackinhouse>`__
------------------------------------------
-
-Many libraries track the use of items within the library.
-
-    **Note**
-
-    This is different from tracking on site usage. In house use is the
-    use of items in the library by patrons without them having to check
-    them out. On site use is the use of items on site that must first be
-    checked out. To learn more about on site usage please review the
-    `OnSiteCheckouts <#OnSiteCheckouts>`__ preference.
-
-Tracking the use of items in the library without checking them out can
-be done in Koha one of two ways. The first is to create one or more
-`Statistical Patrons <#addstatspatron>`__. When collecting items that
-have been used within the library, you will want to check them out to
-your statistical patron:
-
-Check Out Items to Stats Patron
-|image587|
-
-Instead of marking the item as 'checked out' the system will record that
-the item was used in house:
-
-Local Use Recorded
-|image588|
-
-Repeat these steps for all items that have been used within the library
-to keep accurate statistics for item use.
-
-The other way to record local use of items is to set your
-`RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ preference to
-'Record.' Then whenever you check an item in that is not checked out and
-not on hold a local use will be recorded.
-
-Local Use Recorded
-|image589|
-
-    **Note**
-
-    If you have `RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ set
-    to 'Record' you can still use your statistical patrons to record
-    local use as well.
-
-`In Processing / Book Cart Locations <#processinglocations>`__
---------------------------------------------------------------
-
-Koha allows for handling temporary locations like the processing center
-and/or book carts throughout the library. For this feature to work you
-must first make sure you have `authorized values <#authorizedvalues>`__
-set in the `LOC <#shelvelocvals>`__ category for PROC (Processing
-Center) and CART (Book Cart).
-
-CART & PROC values in LOC
-|image590|
-
-Next you need to set the
-`NewItemsDefaultLocation <#NewItemsDefaultLocation>`__ system preference
-to PROC. This will set the new items to the Processing Center as their
-default location.
-
-When creating items you enter in their desired final shelving location
-and Koha will temporarily change that to PROC. If
-`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ is set to
-"Don't move" then when an item with a location of PROC is checked in it
-will either automatically update the item to use the permanent location.
-If `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ is set
-to "Move" then when an item is checked in the location is changed from
-PROC to CART.
-
-A `cron job <#proccartcron>`__ is then set to run at specified intervals
-to age items from CART to the permanent shelving location. (For example,
-an hourly cron entry of cart\_to\_shelf.pl --hours 3 where --hours is
-the amount of time an item should spend on the cart before aging to its
-permanent location.)
-
--  **Note**
-
-       If the `ReturnToShelvingCart <#ReturnToShelvingCart>`__ system
-       preference is set to "Move", any newly checked-in item is also
-       automatically put into the shelving cart, to be covered by the
-       same script run.
-
--  **Important**
-
-       Checkins with confirmed holds will not go into the shelving cart.
-       If items on the shelving cart are checked out, the cart location
-       will be cleared.
-
-`Self Checkout <#selfcheckout>`__
----------------------------------
-
-Koha comes with a very basic self checkout module. To enable this module
-you need to set the `WebBasedSelfCheck <#WebBasedSelfCheck>`__
-preference to 'Enable.' To use this module you have to log in as a
-`staff member <#addstaffpatron>`__ with `circulation
-permissions <#patronpermissions>`__.
-
-    **Note**
-
-    Create a `staff patron <#addstaffpatron>`__ specifically for this
-    action so that you don't leave a real staff client logged into a
-    computer all day
-
-There is no link to the Self Checkout module, but a simple addition to
-the `IntranetUserJS <#intranetuserjs>`__ system preference can add one.
-
-::
-
-    $(document).ready(function(){ $("#login
-          #submit").parent().after("<p><a
-          href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
-          target=\"_blank\">Self-Checkout</a></p>"); }); 
-
-    **Important**
-
-    The code above has line breaks added to make it more readable,
-    please be sure to enter the above as one line in when putting it in
-    the system preference.
-
-The link will then appear at the bottom of the log in page:
-
-Self Checkout Link on Staff Login
-|image591|
-
-You can also access this module by going to :
-http://YOUR\_KOHA\_OPAC\_URL/cgi-bin/koha/sco/sco-main.pl
-
-When on the self checkout page depending on your value in the
-`SelfCheckoutByLogin <#SelfCheckoutByLogin>`__ preference you will be
-asked to enter you cardnumber
-
-Self Checkout Patron Card Number
-|image592|
-
-or your username and password:
-
-Shelf checkout by login
-|image593|
-
-Once you're logged in to the self check module you will be asked to scan
-the items you are checking out
-
-Self Checkout
-|image594|
-
-As you scan items they will appear below the barcode box
-
-Self Checkout Summary
-|image595|
-
-When you are finished scanning items it is important to click the
-'Finish' button. This will prompt you to print a receipt and log you out
-of the self check module.
-
-Self Checkout Receipt
-|image596|
-
-When attempting to check items out there are some instances where error
-messages will appear and the patron will be directed to the librarian.
-This will happen even if you are allowing overrides on circulation
-functions. Only a librarian can override a circulation block and so
-patrons must go to the librarian for help in these situations.
-
-Self Checkout Error Message
-|image597|
-
-`Offline Circulation Utilities <#offlinecirc>`__
-------------------------------------------------
-
-Koha allows for you to continue circulation actions while offline by
-using any one of three utilities.
-
-`Offline Circulation in Koha <#kohaofflinecirc>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If the `AllowOfflineCirculation <#AllowOfflineCirculation>`__ preference
-is set to 'Enable' the library staff can continue to perform circulation
-actions within Koha when the system is offline. You will want to visit
-http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl at least
-once while online and bookmark that page. That is the page you will go
-to when you are offline.
-
-    **Important**
-
-    The offline interface uses HTML LocalStorage, which depending on the
-    browser and user setting, is limited to 2.5MB or 5MB per domain.
-    This means that larger systems will not be able to synchronize their
-    data and are recommended to use either the
-    `Firefox <#firefoxofflinecirc>`__ or
-    `Windows <#windowsofflinecirc>`__ application for offline
-    circulation.
-
-`Setup <#kohaofflinesetup>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Before the first time the system goes offline go to Circulation and
-choose 'Built-in offline circulation interface'
-
-Built-in offline circulation interface
-|image598|
-
-And synchronize your data on every circulation computer by clicking the
-'Synchronize' link on the right of the screen.
-
-Synchronize data
-|image599|
-
-    **Important**
-
-    The offline interface uses HTML LocalStorage, which depending on the
-    browser and user setting, is limited to 2.5MB or 5MB per domain.
-    This means that larger systems will not be able to synchronize their
-    data and are recommended to use either the
-    `Firefox <#firefoxofflinecirc>`__ or
-    `Windows <#windowsofflinecirc>`__ application for offline
-    circulation.
-
-This will allow you download a local copy of your patrons and
-circulation data. Click the 'Download records' link at the top of the
-page to synchronize your data.
-
-Download records for offline use
-|image600|
-
-Once your data is downloaded you will see the dates your data was last
-synced to the right of each data set.Synced offline dataThis should be
-done regularly in preparation for any unexpected connection losses.
-
-`Circulating <#kohaofflinecirculating>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-When your system goes offline visit the Offline Circulation page
-(http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl) in Koha
-and click 'Check out' or 'Check in' to perform offline actions.
-
-Checking out is done by searching for the patron by barcode or name at
-the top of the 'Check out' screen. After selecting a patron you will be
-presented with the synced patron info, including fines and check outs.
-
-Check out offline
-|image601|
-
-Scan the barcode of the item you would like to check out and enter a due
-date. If you don't enter a due date Koha will prompt you for one.
-
-Offline due date
-|image602|
-
-Once the item is checked out it will appear below the patron's info.
-
-Offline checkouts
-|image603|
-
-`Koha Offline Uploading <#kohaofflineupload>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once the system is back online visit the Synchronize page on the Offline
-Circulation module and click 'Upload transactions'
-
-Upload transactions
-|image604|
-
-After the files are uploaded you can click 'View pending offline
-circulation actions' on the right.
-
-View pending offline circulation actions
-|image605|
-
-After clicking 'View pending offline circulation actions' you will be
-brought to a summary of all of the actions you loaded in to Koha in your
-\*.koc file.
-
-Offline Circulation
-|image606|
-
--  Once all of the logs from all of the circulation computers are loaded
-   you will be able to check them all or select just those you want to
-   process into Koha.
-
--  Click on the Process button and Koha will record every stored
-   transaction one by one. For each transaction, the status will change
-   to:
-
-   -  "Success." if the transaction was processed correctly
-
-   -  "Borrower not found." if the borrower card number is incorrect
-
-   -  "Item not found." if the item barcode is wrong
-
-   -  "Item not issued." if you checked in an available item
-
-Once finished you will have a summary of all of your transactions
-
-Offline Circulation Summary
-|image607|
-
-`Firefox Plugin <#firefoxofflinecirc>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There is an offline circulation tool that you can add to your Firefox
-browser as an addon. To do so, just go to
-https://addons.mozilla.org/en/firefox/addon/koct/ page and click on the
-"install now" button. You may have to confirm the installation, just
-click on "install now" and then restart Firefox to complete the
-installation.
-
-Once you have installed the plugins and restarted Firefox, you will see
-the Koha logo in the download bar at the bottom right of Firefox.
-
-Koha Icon on Add-on Bar
-|image608|
-
-A click on the logo will open the tool in its own window.
-
-Koha Offline Circ Tool
-|image609|
-
-The plugin consists of four tabs:
-
--  The Check Out tab is where you check out items
-
--  The Check In tab is where you check in items
-
--  The Log tab keeps track of every transaction done while in offline
-   mode
-
-   -  The log will keep information until you empty it. Each time you
-      open the plugin and it contains data in the log it will warn you
-
-      Koha Offline Circ Warning
-      |image610|
-
-      If you'd like to clear the log, check the 'I want to delete rows'
-      box before hitting the 'OK' button. Otherwise clicking 'OK' will
-      keep the items in the log and let you continue working with the
-      tool.
-
--  The Param tab is to set up the plugin
-
-The first thing you want to do then is to set up the plugin. Go to the
-Param tab to set up the plugin
-
-Koha Offline CIrc Params
-|image611|
-
-Answer the 4 questions presented:
-
--  Server = the URL of the librarian interface
-
--  Branch Code = the code for the branch where you are located
-
--  Username = your staff account login
-
--  Password = your staff account password
-
-    **Important**
-
-    To save the settings, you will have to close the plugin window and
-    re-open it by clicking again on the Koha logo in the add-on bar.
-
-    **Note**
-
-    You can create a staff account dedicated to the offline circulation.
-    So that, no matter who is at the circulation desk, they can all use
-    the same login. Along those lines, you can use a group login that
-    you already have in place for circulation as well.
-
-Once you have everything set up you can start checking items in and out.
-
-Checking out:
-
-Koha Offline Circulation Check Out
-|image612|
-
--  Go to the Check Out tab
-
--  Scan the patron barcode
-
--  Scan the item barcode
-
--  Click 'Save'
-
-Checking in:
-
-Koha Offline Circulation Check In
-|image613|
-
--  Go to the Check In tab
-
--  Scan the item barcode
-
--  Click Save
-
-Each time, you check out or check in an item, a new transaction is
-recorded in the local plugin database and you will see, at the bottom of
-the plugin how many transactions has been made during the offline
-circulation. For example, "10 Row(s) Added" means you did 10
-transactions.
-
-Koha Offline Circulation Tool Count
-|image614|
-
-Then, if you want an overview of every transaction, go to the Log tab.
-This tab will show you the transactions in the plugin database
-
-Koha Offline Circulation Log
-|image615|
-
-    **Note**
-
-    The status will be "Local." as long as you are offline and don't
-    process the transactions into Koha.
-
-When your Internet connection comes back up you will want to get these
-transactions in to Koha. Before processing these transactions you should
-be aware of a few issues.
-
-Because you are not connected to your Koha database when using this
-plugin holds will need additional processing. If an item you check in
-while offline has a hold, the hold is kept on the item. Since, you can't
-confirm holds found during the processing of every check in, the holds
-stay on the item and will need to be managed later. If you only checked
-in a few items you can just keep a record of them all. If you checked in
-a lot of items you can use the Holds Queue once it rebuilds to see what
-holds made it to the shelf erroneously.
-
-Similarly, if an patron card was expired, the offline circulation tool
-won't know about it, so the checkout will be recorded regardless of the
-patron's account being blocked normally.
-
-You have two options for adding this data to Koha
-
--  Commit to Koha
-
-   -  If you checked in/out on more than one computer at the same time,
-      what you want is to process every transaction consistently. Let's
-      say for instance that one patron checked a book out on one
-      computer and then checked the same book in on another computer. To
-      be consistent, you need to record the check out first and then the
-      check in. Not the opposite! To do so, you need to group every
-      transaction in one place, sort them all and then, process
-      everything. So, you need to use the "Commit to Koha" option from
-      every plugin/computer you worked with. This way, the log will go
-      to Koha and be accessible from the Offline Circulation page.
-
-      Circulation Menu
-      |image616|
-
-   -  *Get there:* Circulation > Pending offline circulation actions
-
-      Offline Circulation
-      |image617|
-
-   -  Once all of the logs from all of the circulation computers are
-      loaded you will be able to check them all or select just those you
-      want to process into Koha.
-
-   -  Click on the Process button and Koha will record every stored
-      transaction one by one. For each transaction, the status will
-      change to:
-
-      -  "Success." if the transaction was processed correctly
-
-      -  "Borrower not found." if the borrower card number is incorrect
-
-      -  "Item not found." if the item barcode is wrong
-
-      -  "Item not issued." if you checked in an available item
-
-   -  Once finished you will have a summary of all of your transactions
-
-      Offline Circulation Summary
-      |image618|
-
--  Apply directly
-
-   -  If you performed all of the circulation actions on one computer
-      then everything is sorted already so you can choose to "Apply
-      directly"
-
-   -  The status column will be updated to let you know if the
-      transactions were applied
-
-      -  "Success." if the transaction was processed correctly
-
-      -  "Borrower not found." if the borrower card number is incorrect
-
-      -  "Item not found." if the item barcode is wrong
-
-      -  "Item not issued." if you checked in an available item
-
-   -  Once you're finished you can review all of the items right in the
-      Log tab
-
-      Koha Offline Circulation Apply Directly
-      |image619|
-
-Once you are done you can clear the log by clicking Clear. If you don't
-you will be warned the next time you open the Offline Circulation tool.
-
-Koha Offline Circulation Tool Warning
-|image620|
-
-`Offline Circ Tool for Windows <#windowsofflinecirc>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The Offline Circulation Utility can be downloaded at:
-https://github.com/bywatersolutions/koha-offline-circulation/releases
-
-To generate a borrowers.db file for loading in to the Windows tool you
-will need to run the `file generator via a cron
-job <#offlinecirccron>`__.
-
-`Upload Offline Circ File <#uploadofflinecirc>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The `offline circulation tool for Windows <#windowsofflinecirc>`__ will
-generate a KOC file that you can upload into Koha once your system comes
-back up.
-
-On the Circulation menu click 'Upload offline circulation file (.koc)'
-
-Circulation menu
-|image621|
-
-Browse your computer for the \*.koc file
-
-Upload KOC File
-|image622|
-
-Once the file is uploaded, click the process the file
-
-Process offline circulation file
-|image623|
-
-When this is complete you'll be able to upload another file or tend to
-pending offline circulation actions.
-
-Summary of offline actions
-|image624|
-
-After clicking 'View pending offline circulation actions' you will be
-brought to a summary of all of the actions you loaded in to Koha in your
-\*.koc file.
-
-Offline Circulation
-|image625|
-
--  Once all of the logs from all of the circulation computers are loaded
-   you will be able to check them all or select just those you want to
-   process into Koha.
-
--  Click on the Process button and Koha will record every stored
-   transaction one by one. For each transaction, the status will change
-   to:
-
-   -  "Success." if the transaction was processed correctly
-
-   -  "Borrower not found." if the borrower card number is incorrect
-
-   -  "Item not found." if the item barcode is wrong
-
-   -  "Item not issued." if you checked in an available item
-
-Once finished you will have a summary of all of your transactions
-
-Offline Circulation Summary
-|image626|
-
-Cataloging
-==========
-
-Before you start cataloging in Koha you're going to want to do some
-basic setup. Refer to the `Implementation Checklist <#implementation>`__
-for a full list of these things. Most importantly you're going to want
-to make sure that your `Frameworks <#marcbibframeworks>`__ are all
-defined the way you want. Once in the cataloging module you will not be
-able to add or remove fields and subfields so your frameworks must be
-ready before you start cataloging.
-
-You can also use OCLC Connexion to send records directly in to Koha. For
-more information on that please review the `OCLC Connexion Setup
-appendix <#oclcappendix>`__.
-
--  *Get there:* More > Cataloging
-
-`Bibliographic Records <#catbibs>`__
-------------------------------------
-
-In Koha the bibliographic record contains the main information related
-to the material. This includes things like the title, author, ISBN, etc.
-This information is stored in Koha in Marc (different flavors of Marc
-are supported in Koha). Once this information is saved, `items or
-holdings <#catitems>`__ can be attached.
-
-`Adding Records <#addbibrec>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Records can be added to Koha via original or copy cataloging. You can
-also choose to use the basic or advanced cataloging interface for all of
-your work.
-
-If you would like to catalog a record using a blank template in the
-basic editor
-
--  Click 'New Record'
-
-   New Record Menu
-   |image627|
-
-   -  Choose the framework you would like to base your record off of
-
-If you would like to catalog a record using a blank template in the
-advanced editor
-
--  Enable the
-   `EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
-   preference
-
--  Click the 'Advanced editor' buttonAdvanced editor button
-
-If you want to catalog a record based on an existing record at another
-library in the editor you last used (basic or advanced)
-
--  Click 'New from Z39.50/SRU'
-
-   Z39.50 Search
-   |image628|
-
-   -  Search for the item you would like to catalog
-
-      -  **Note**
-
-             If no results are found, try searching for fewer fields,
-             not all Z39.50 targets can search all of the fields above.
-
-   -  Search targets can be altered by using the `Z39.50
-      Admin <#z3950admin>`__ area.
-
-   -  From the results you can view the MARC or Card view for the
-      records or choose to Import them into Koha
-
-      Z39.50 Search Results
-      |image629|
-
-      -  In addition to the Import link to the right of each title, you
-         can click on the title you're interested in and a menu will pop
-         up with links to preview the record and import it
-
-         Import Link Popup on Z39.50 Search Results
-         |image630|
-
-      -  If you don't find the title you need in your Z39.50 search
-         results you can click the 'Try Another Search' button at the
-         bottom left of your results
-
-         Try another search
-         |image631|
-
-`Basic Editor Cataloging <#basicatalog>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In the basic editor once you've opened a blank framework or imported a
-record via Z39.50 you will be presented with the form to continue
-cataloging
-
-Add MARC Record
-|image632|
-
--  If you would rather not see the MARC tag numbers you can change the
-   value in your `hide\_marc <#hide_marc>`__ system preference or each
-   user can check the box next to 'Show tags' found under 'Settings'.
-
--  To expand a collapsed tag click on the tag description
-
--  To get help from the Library of Congress on a Marc tag click the
-   question mark (?) to the right of each field number
-
-   -  If you feel that this clutters the screen you can hide the
-      question marks by unchecking the box next to the 'Show MARC tag
-      documentation links' note found under 'Settings'
-
--  Sometimes fields may not be editable due to the value in your
-   `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ system preference.
-   If you have this preference set to not allow catalogers to type in
-   fields controlled by authorities you may see a lock symbol to the
-   left of the field.
-
-   Authority fields locked against editing
-   |image633|
-
-   -  If this icon appears you must click the icon to the right of the
-      field to search for an existing authority.
-
-      Search for authority
-      |image634|
-
-   -  From the results list click 'Choose authority' to bring that into
-      your catalog record
-
-      Authority search results
-      |image635|
-
--  To duplicate a field click on the 'repeat this tag' icon to the right
-   of the tag
-
-   Duplicate a Field
-   |image636|
-
-   -  To move subfields in to the right order, click the up arrow to the
-      left of the field
-
-   -  To duplicate a subfield click on the clone icon (to remove a
-      copied field, click the delete clone icon) to the right of the
-      field
-
-      Clone Subfield
-      |image637|
-
-   -  To remove a subfield (if there is more than one of the same type),
-      click the - (minus sign) to the right of the field
-
--  To use a plugin click on the icon to the right of the filed
-
-   Leader Builder Plugin
-   |image638|
-
-   -  Some fixed fields have editors that will change based on the
-      material type you're cataloging (for example the 006 and the 008
-      fields)
-
-      008 Plugin
-      |image639|
-
--  Once you've finished, click the 'Save' button at the top and choose
-   whether you want to save and view the bib record you have created or
-   continue on to add/edit items attached to the record
-
-   Record save options
-   |image640|
-
-   -  Choosing 'Save and view record' will bring you right to the record
-      you just cataloged
-
-   -  Choosing 'Save and edit items' will bring you to the add/edit item
-      form after saving the bib record so that you can attach holdings
-
-   -  Choosing 'Save and continute editing' will allow you to save your
-      work so far and keep you in the editor to continue working
-
--  If you are about to add a duplicate record to the system you will be
-   warned before saving
-
-   Duplicate Record Warning
-   |image641|
-
-`Advanced Editor Cataloging <#advancededitor>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In order to use the Advanced cataloging editor you need to enable the
-`EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
-preference.
-
-    **Important**
-
-    This feature is currently experimental, and may have bugs that cause
-    corruption of records. It also does not include any support for
-    UNIMARC or NORMARC fixed fields. Please help us test it and report
-    any bugs, but do so at your own risk.
-
-In the advanced editor once you've opened a blank framework or imported
-a record via Z39.50 you will be presented with the form to continue
-catalogingAdvanced cataloging editor
-
-Using the search box on the left you can perform Z39.50 searches
-
-Advanced Z39.50 results
-|image642|
-
-And from those Z39.50 results you can view the marc record by clicking
-the link to the right
-
-Advanced Z39.50 results
-|image643|
-
-Clicking 'Import' will bring the record in to the editor where you can
-perform your edits
-
-Advanced Cataloging
-|image644|
-
-    **Note**
-
-    When adding a new field in the Advanced Editor, you need to key
-    underscores for a blank indicator, and surround the indicators with
-    spaces.
-
-    **Note**
-
-    You need to key a space before the first subfield delimiter, but not
-    before or after other subfield delimiters in the field.
-
-At the bottom of the editor you will see help from the Library of
-Congress for the field you are on. In cases where your MARC is invalid
-you will see red highlighting. To edit the record using only keyboard
-functions the Keyboard shortcuts button will inform you of the necessary
-commands
-
-Advanced Z39.50 results
-|image645|
-
-`Advanced Cataloging Keyboard Shortcuts <#advancedkeyshortcuts>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-The following keyboard shortcuts can be used in the advanced cataloging
-module to save time and clicking.
-
-+----------------+--------------------------------+
-| Shortcut       | Behavior                       |
-+================+================================+
-| Ctrl-D         | Insert delimiter (‡)           |
-+----------------+--------------------------------+
-| Ctrl-H         | Get help on current subfield   |
-+----------------+--------------------------------+
-| Ctrl-S         | Save record                    |
-+----------------+--------------------------------+
-| Ctrl-X         | Delete current field           |
-+----------------+--------------------------------+
-| Ctrl-Shift-X   | Delete current subfield        |
-+----------------+--------------------------------+
-| Enter          | New field on next line         |
-+----------------+--------------------------------+
-| Shift-Enter    | Insert line break              |
-+----------------+--------------------------------+
-| Tab            | Move to next position          |
-+----------------+--------------------------------+
-| Shift-Tab      | Move to previous position      |
-+----------------+--------------------------------+
-
-`Macros in Advanced Cataloging <#macroscataloging>`__
-'''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-To record a new macro:
-
--  Select the "> Macros..." button
-
--  A window will pop up. In this window, select "New macro...," key the
-   new macro's name in the pop-up box and select OK.
-
--  Now click to the right of the little number 1, and key the first line
-   of your macro. For a multi-line, i.e., multi-field macro, hit the
-   return key so that a little number 2 appears, and key the second
-   line/field, etc.
-
--  Your macros will be automatically saved. When finished you can select
-   the "x" to close the window, or select a macro to run on the record
-   that you're editing, or select another macro to run.
-
-To edit an existing macro:
-
--  Select the "> Macros..." button
-
--  A window will pop up. In this window, select the macro that you wish
-   to edit & make your changes.
-
--  Your work will automatically be saved, and when finished you can
-   select the "x" to close the window, or select a macro to run on the
-   record that you're editing, or select another macro to run.
-
-The basic syntax of the macro language:
-
--  new 500=‡aEdited with Rancor
-
-   -  Creates a new 500 with a ‡a subfield and sets it to "Edited with
-      Rancor".
-
--  245c= by J.K. Rowling.
-
-   -  Sets the first ‡c subfield of the first 245 tag in the record to "
-      by J.K. Rowling", creating it if necessary.
-
--  082a={084a}
-
-   -  Sets the ‡a subfield of the first 082 tag (creating the subfield
-      if necessary) to the contents of the first 084‡a.
-
--  indicators=\_1
-
-   -  Sets the indicators of the last mentioned tag (in this case, 082)
-      to "\_" and "1".
-
--  new 090a=Z674.75.W67
-
-   -  Creates a new ‡a subfield on the first 090 (but only if that field
-      already exists) and sets it to Z674.75.W67.
-
--  new 090a at end=Z674.75.W67
-
-   -  Same as above.
-
--  new 245b after a= a tale of might and magic /
-
-   -  Creates a new ‡b after the first a subfield and sets it to " a
-      tale of might and magic /".
-
--  delete 245b
-
-   -  Deletes the first ‡b subfield on the first 245 to ‡b
-
-`Adding Analytic Records <#cataloganalytics>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Libraries sometimes make journal articles and articles within monographs
-and serials accessible to library patrons through analytics cataloging.
-Analytics cataloging creates separate bibliographic records for these
-articles, chapters, sections, etc. found within a larger resource such
-as a book, an article within a journal, newspaper or serial. In
-analytics cataloging, although a separate bib record is created for the
-title, it is not physically separated from the host item.  Learn more
-about Analytics in Chapter 13 of AACR2.
-
-If you would like to catalog analytic records there are two options. One
-is to use the `Easy Analytics <#catalogeasyanalytics>`__ funtion; the
-other is the `Analytics Enhanced Workflow <#catalogenhanceanalytics>`__.
-
-`Easy Analytics <#catalogeasyanalytics>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The Easy Analytics feature makes linking analytic records together
-easier. The first thing you need to do is set the
-`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ preference to
-'Display' and the `UseControlNumber <#UseControlNumber>`__ preference to
-'Don't use.'
-
-After cataloging your analytic record (see `Adding
-Records <#addbibrec>`__ for more on creating records) click 'Edit' from
-the normal view and choose to 'Link to Host Item'
-
-Link to Host Item
-|image646|
-
-This will prompt you to enter the barcode for the item this record
-should be linked to.
-
-Barcode for Analytic Linking
-|image647|
-
-After entering the item's barcode and clicking 'Select' you will receive
-a confirmation message.
-
-Analytic Link Success
-|image648|
-
-The record will now have the 773 field filled in properly to complete
-the link.
-
-773
-|image649|
-
-To view all of the items tied to the host record, do a search for the
-record, click the Analytics tab on the left and the analytics tied to
-each barcode will be shown under the "Used in" column.
-
-Analytics Tab
-|image650|
-
-    **Note**
-
-    It is also possible to create analytic records from this screen by
-    clicking on "Create Analytics"
-
-You can also see the analytics attached to this record by clicking the
-'Show Analytic' link towards the top of the record in the normal view.
-
-Show Analytics on Bib Record
-|image651|
-
-When looking at the anaytic record you will also see a link to the host
-item under the 'Host records' column in the holdings table when viewing
-the 'Analtyics' tab.
-
-Host Record
-|image652|
-
-`Analytics Enhanced Workflow <#catalogenhanceanalytics>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To use the Enhanced Workflow method of adding analytics, the first thing
-you need to do is set the
-`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ preference to 'Don't
-display' and the `UseControlNumber <#UseControlNumber>`__ preference to
-'Use.'
-
-After cataloging your original record (see `Adding
-Records <#addbibrec>`__ for more on creating records) click 'New' from
-the normal view and choose to 'New child record.'
-
-New child record
-|image653|
-
-This will open a new blank record for cataloging. The blank record will
-only have the 773 field filled in properly to complete the link once the
-record is saved.
-
-773
-|image654|
-
-To view all of the items tied to the host record, do a search for the
-record, click the Analytics tab on the left and the analytics tied to
-each barcode will be shown under the "Used in" column.
-
-Analytics Tab
-|image655|
-
-You can also see the analytics attached to this record by clicking the
-'Show Analytic' link towards the top of the record in the normal view.
-
-Show Analytics on Bib Record
-|image656|
-
-When looking at the anaytic record you will also see a link to the host
-item under the 'Host records' column in the holdings table when viewing
-the 'Analtyics' tab.
-
-Host Record
-|image657|
-
-`Editing Analytics <#analyticediting>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-If you have linked an analytic record incorrectly you can remove that
-link by editing the item on the analytic record (not the host record).
-To do this, go to the analytic record and click the 'Edit' button and
-choose to 'Edit items'. To the left of each item you will see two
-options.
-
-Edit Analytic Item Record
-|image658|
-
--  Clicking 'Edit in Host' will allow you to edit the item on the host
-   record.
-
--  Clicking 'Delink' will remove the 773 field and the link between the
-   analytic and the host.
-
-`Editing Records <#editbibrec>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To edit a record you can click 'Edit Biblio' from the search results on
-the cataloging page
-
-Edit Biblio Option on Search Results
-|image659|
-
-or by clicking the Edit button on the Bibliographic Record and choosing
-'Edit Record'
-
-Edit Record Option on Bibliographic Record
-|image660|
-
-The record will open in the MARC editor
-
-Editing MARC Record
-|image661|
-
-The alternative is to search via Z39.50 to overlay your record with a
-fuller record found at another library. You can do this by choosing
-'Replace Record via Z39.50' from the Edit menu.
-
-Replace via Z39.50
-|image662|
-
-Once you choose that you will be brought to a Z39.50 search window to
-search other libraries for the record in question.
-
-Once you have made your edits (via either method) you can click 'Save'
-at the top left of the editor.
-
-You can also use the edit menu to add your own custom cover image if you
-have either `OPACLocalCoverImages <#OPACLocalCoverImages>`__ and/or
-`LocalCoverImages <#LocalCoverImages>`__ set to 'Display' by choosing
-'Upload Image' from the menu.
-
-Upload Image
-|image663|
-
-Choosing to 'Upload Image' will take you to the `Upload Local Cover
-Image Tool <#uploadlocalimages>`__.
-
-`Duplicating Records <#dupbibrec>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Sometimes a copy of the record you need to catalog can't be found via
-Z39.50. In these cases you can create a duplicate of similar record and
-edit the necessary pieces to create a new record. To duplicate an
-existing record click 'Edit as New (Duplicate)' from the Edit menu on
-the Bibliographic Record
-
-Edit as New (Duplicate) Bibliographic Record
-|image664|
-
-This will open a new MARC record with the fields filled in with the
-values from the original Bibliographic Record.
-
-New Duplicate Record
-|image665|
-
-`Attaching files to Records <#uploadbibfile>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you would like to upload files to Koha you can do so with a few
-settings.
-
--  You will need to ask your system administrator to set the
-   'upload\_path' config variable to point to where the files will be
-   stored
-
-   -  You can see if your upload path is set correctly by visiting About
-      Koha > System Information. If there is an error you will see it
-      there.Upload Path Warning
-
--  You will want to be sure that your `OPACBaseURL <#OPACBaseURL>`__
-   system preference is set appropriately
-
--  You will want to add the upload.pl plugin to the 856$u subfield in
-   one (or multiple) of your `frameworks <#editsubfields>`__
-
-Once you are all set up you can continue with cataloging as regular. You
-will see a plugin icon next to the 856$u that will open up the upload
-and/or search windowUpload file to record
-
-From this menu you can click browse to find a file and attach it, or you
-can search files you have uploaded previously using the search box. From
-the search results you can choose which file to attach.Uploaded files
-
-Once the file is chosen it will appear as a link in the MARC record and
-on the detail display.
-
-`Merging Records <#mergebibs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To merge bibliographic records together you will want to go to the
-Cataloging module and perform a search.
-
-If you see duplicates on that search results screen you can check the
-boxes next to the duplicates and click the 'Merge selected' button at
-the top of the results.
-
-Once you have selected the records you want to merge, click the 'Merge
-selected' button at the top of the list. You will be asked which of the
-records you would like to keep as your primary record and which will be
-deleted after the merge. If the records were created using different
-frameworks, Koha will also ask you what Framework you would like the
-newly merged record to use.
-
-Choose Primary Record for Merge
-|image666|
-
-You will be presented with the MARC for all of the records (each
-accessible by tabs labeled with the bib numbers for those records). By
-default the entire first record will be selected, uncheck the fields you
-don't want in the final (destination) record and then move on to the
-second tab to choose which fields should be in the final (destination)
-record.
-
-Merging Records
-|image667|
-
-Should you try to add a field that is not repeatable two times (like
-choosing the 245 field from both record #1 and #2) you will be presented
-with an error
-
-Non-repeatable Error
-|image668|
-
-Below the records you are merging is an option to enter fields to report
-on. This will allow you to control what fields you see on the merge
-confirmation page:
-
-Merge report fields
-|image669|
-
-If you enter nothing you will be presented with a confirmation of
-biblionumbers only
-
-Merge report
-|image670|
-
-If you enter fields you will see those on the confirmation page (you can
-set defaults with the `MergeReportFields <#MergeReportFields>`__
-preference)
-
-Merge report
-|image671|
-
-Once you have completed your selections click the 'merge' button. The
-primary record will now CONTAIN the data you chose for it as well as all
-of the items/holdings from both bib records, and the second record will
-be deleted.
-
-    **Important**
-
-    It is important to rebuild your zebra index immediately after
-    merging records. If a search is performed for a record which has
-    been deleted Koha will present the patrons with an error in the
-    OPAC.
-
-    **Note**
-
-    If you would like you can also use the `Lists <#lists>`__ tool for
-    merging records together. `Learn more here <#mergebibrecs>`__.
-
-`Deleting Records <#deleterecord>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To delete a bibliographic record simply choose the 'Edit' button and
-select 'Delete record'
-
-Delete record
-|image672|
-
-Bibliographic records can only be deleted one all items have been
-deleted. If you try to delete a bibliographic record with items still
-attached you will see that the delete option is grayed out.
-
-Record with items still attached
-|image673|
-
-`Item Records <#catitems>`__
-----------------------------
-
-In Koha each bibliographic record can have one or more items attached.
-These items are sometimes referred to as holdings. Each item includes
-information to the physical copy the library has.
-
-`Adding Items <#addingitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-After saving a new bibliographic record, you will be redirected to a
-blank item record so that you can attach an item to the bibliographic
-record. You can also click 'Add/Edit Items' from the cataloging search
-results
-
-Add/Edit Items Option on Search Results
-|image674|
-
-or you can add new item at any time by clicking 'New' on the
-bibliographic record and choosing 'New Item'
-
-New Item Button
-|image675|
-
-The item edit form will appear:
-
-Add item form
-|image676|
-
-At the very least, if you plan on circulating the item, the following
-fields should be entered for new items:
-
--  2 - Source of classification
-
--  a - Permanent location
-
--  b - Current location
-
--  o - Full call number
-
-   -  If you'd like you can use the `call number browser
-      plugin <#cnbrowseplugin>`__ for this field. If it's enabled you'll
-      see a ... to the right of the field. When clicked that will open a
-      call number browser window if the row is highlighted in Red then
-      the call number is in use, if there is a thin Green line instead
-      then the call number can be used.Call number browser
-
--  p - Barcode
-
--  v - Cost, replacement price
-
-   -  This value will be charged to patrons when you mark an item they
-      have checked out as 'Lost'
-
--  y - Koha item type
-
-To make sure that these values are filled in you can mark them as
-mandatory in the `framework <#marcbibframeworks>`__ you're using and
-then they will appear in red with a 'required' label. The item will not
-save until the required fields are filled in.
-
-Required Item Subfield
-|image677|
-
--  **Note**
-
-       To make item subfields required in a framework you'll want to
-       edit the 952 field in the `framework
-       editor <#marcbibframeworks>`__.
-
-Below the add form there are 3 buttons for adding the item
-
-Add Item Buttons
-|image678|
-
--  Add Item will add just the one item
-
--  Add & Duplicate will add the item and fill in a new form with the
-   same values for your to alter
-
--  Add Multiple items will ask how many items and will then add that
-   number of items adding +1 to the barcode so each barcode is unique
-
-Your added items will appear above the add form once submitted
-
-Items
-|image679|
-
-Your items will also appear below the bibliographic details on the bib
-record display.
-
-List of Items on the Bib Record
-|image680|
-
-If you have
-`SpineLabelShowPrintOnBibDetails <#SpineLabelShowPrintOnBibDetails>`__
-set to 'Display' then there will also be a link to print a quick spine
-label next to each item.
-
-List of Items on the Bib Record with a Print Label link
-|image681|
-
-You can also filter the contents of your holdings table by clicking the
-'Activate filters' links. This will show a row at the top where you can
-type in any column to filter the results in the table.
-
-Filter holdings
-|image682|
-
-`Editing Items <#editingitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Items can be edited in several ways.
-
--  Clicking 'Edit' and 'Edit Items' from the bibliographic record
-
-   Edit Items Menu Option
-   |image683|
-
-   Which will open up a list of items where you can click the 'Actions'
-   button to the left of the specific item you would like to edit and
-   choose 'Edit'.
-
-   Edit individual items
-   |image684|
-
--  Clicking 'Edit Items' beside the item on the 'Items' tab
-
-   Items Tab
-   |image685|
-
-   Which will open up the editor on the item you'd like to edit
-
-   Edit individual items
-   |image686|
-
--  Clicking 'Edit' and then 'Edit items in batch'
-
-   Edit items in a batch
-   |image687|
-
-   This will open up the `batch item modification
-   tool <#batchmodifyitems>`__ where you can edit all of the items on
-   this record as a batch.
-
--  You can also enable
-   `StaffDetailItemSelection <#StaffDetailItemSelection>`__ to have
-   checkboxes appear to the left of each item on the detail display. You
-   can then check off the items you would like to edit and click 'Modify
-   selected items' at the top of the list.
-
-   Editing selected items
-   |image688|
-
--  You can click 'Edit' to the right of each item in the Holdings
-   tabEdit individual items
-
--  There is also a link to Edit items from the search results in the
-   staff clientEdit item on the search results
-
--  Finally you can use the `Batch Item
-   Modification <#batchmodifyitems>`__ tool
-
-`Quick Item Status Updates <#itemquickedit>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Often circulation staff need to change the status of an item to Lost or
-Damaged. This doesn't require you to edit the entire item record.
-Instead clicking on the item barcode on the checkout summary or checkin
-history will bring you to an item summary. You can also get to the item
-summary by clicking on the Items tab to the left of the bib detail page.
-
-Item Edit
-|image689|
-
-From this view you can mark an item lost by choosing a lost status from
-the pull down and clicking the 'Set Status' button.
-
-Edit Lost Status
-|image690|
-
-You can also mark an item as damaged by choosing a damaged status from
-the pull down and clicking the 'Set Status' button.
-
-Edit Damaged Status
-|image691|
-
-`Duplicating Items <#duplicateitem>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-You can easily duplicate each item by clicking the 'Action' button the
-left of each item on the edit items screen
-
-Edit individual items
-|image692|
-
-From here you can choose to 'Duplicate' the item and this will populate
-the form with the values from the item you chose.
-
-`Item Information <#iteminfo>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To the left of every bibliographic record there is a tab to view the
-items.
-
-Items Tab
-|image693|
-
-Clicking that tab will give you basic information about the items. From
-here you can see basic information about the item such as the home
-library, item type, collection code, call number and replacement price.
-You can also see and edit the status information. If an item is marked
-lost or withdrawn you will also see the date that status was applied.
-
-In the History section you will see infomration about the check out
-history of the item and if you ordered the item via the acquisitions
-module then this section will include information about the order.
-
-History with order info
-|image694|
-
-If the Order or Accession date is linked, clicking it will bring you to
-the acquisitions information for that item.
-
-`Moving Items <#moveitemrec>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Items can be moved from one bibliographic record to another using the
-Attach Item option
-
-Attach Item Option
-|image695|
-
-Visit the bibliographic record you want to attach the item to and choose
-'Attach Item' from the 'Edit' menu.
-
-Attach Item Form
-|image696|
-
-Simply enter the barcode for the item you want to move and click
-'Select'
-
-If you want to move all items to a new record creating only one
-bibliographic record you can use the `Merge Records
-tool <#mergebibrecs>`__ instead.
-
-`Deleting Items <#deleteitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are many ways to delete item records. If you only need to delete
-one item you can do this by opening up the detail page for the bib
-record and clicking the 'Edit' button at the top. From there you can
-choose to 'Edit items'.
-
-'Edit Items' menu option
-|image697|
-
-You will be presented with a list of items and next to each one will be
-a link labeled 'Delete'. Click that link and if the item is not checked
-out it will delete that item.
-
-Delete link on the left
-|image698|
-
-If you know that all of the items attached to your record are not
-currently checked out you can use the 'Delete all items' option under
-the 'Edit menu' and it will remove all items from the record.
-
-You can also enable
-`StaffDetailItemSelection <#StaffDetailItemSelection>`__ to have
-checkboxes appear to the left of each item on the detail display. You
-can then check off the items you would like to delete and click 'Delete
-selected items' at the top of the list.
-
-Deleting selected items
-|image699|
-
-Finally you can use the `batch delete tool <#batchdeleteitems>`__ to
-delete a batch of items.
-
-`Item Specific Circulation History <#itemcirchistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Each bibliographic record keeps a circulation history (with or without
-the patron information depending on your settings), but each item also
-has its own circulation history page. To see this, click on the 'Items'
-tab to the left of the record you are viewing.
-
-Items tab
-|image700|
-
-Below the 'History' heading is a link to 'View item's checkout history,'
-clicking that will open up the item's history which will look slightly
-different from the bibliographic record's history page.
-
-Item Specific Circulation History
-|image701|
-
-`Authorities <#catauthorities>`__
----------------------------------
-
-Authority records are a way of controlling fields in your MARC records.
-Using authority records will provide you with control over subject
-headings, personal names and places.
-
-`Adding Authorities <#addauthorities>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To add a new authority record you can either choose the authority type
-from the 'New Authority' button or search another library by clicking
-the 'New from Z39.50' button.
-
-New Authority Record Options
-|image702|
-
-If you choose to enter a new authority from scratch, the form that
-appears will allow you to enter all of the necessary details regarding
-your authority record.
-
-New Authority Record
-|image703|
-
-To expand collapsed values simply click on the title and the subfields
-will appear. To duplicate a field or subfield just click the plus sign
-(+) to the right of the label. To use field helper plugins simply click
-the ellipsis (...) to the right of the field.
-
-When linking authorities to other headings, you can use the authority
-finder plugin by clicking the ellipsis (...) to the right of the field.
-
-Authority search plugin
-|image704|
-
-From there you can search your authority file for the authority to link.
-If you can't find the authority to link, you can click the 'Create new'
-button and add the necessary authority for the link. This plugin also
-allows for you to choose the link relationship between the authorities.
-
-Authority relationships
-|image705|
-
-If you choose to search another library for the authority record you
-will be presented with a search box
-
-Authority Z39.50 Search
-|image706|
-
-From the results you can choose the 'Import' link to the right of the
-record you would like to add to Koha
-
-Authority Z39.50 Results
-|image707|
-
-You will then be presented with the form to edit the authority before
-saving it to your system
-
-Imported Authority
-|image708|
-
-`Searching Authorities <#searchauthorities>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-From the authorities page you can search for existing terms and the
-bibliographic records they are attached to.
-
-Authority Search
-|image709|
-
-From the results you will see the authority record, how many
-bibliographic records it is attached to, an 'Actions' menu that includes
-the ability to `edit <#editauthorities>`__, `merge <#authoritymerge>`__
-and `delete <#editauthorities>`__ (if there are no bibliographic records
-attached).
-
-Authority Search Results
-|image710|
-
-Clicking on the Details link to the right of the authority record
-summary will open the full record and the option to edit the record.
-
-Authority Record
-|image711|
-
-If the authority has See Alsos in it you will see those broken out on
-the search results, clicking the linked headings will run a search for
-that heading instead.
-
-See Also in Authorities
-|image712|
-
-`Editing Authorities <#editauthorities>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Authorities can be edited by clicking on the authority summary from the
-search results and then clicking the 'Edit' button above the record. Or
-by clicking on the 'Edit' link to the left of the authority on the
-search results.
-
-Edit Authority Record
-|image713|
-
-Once you've made the necessary edits, simply click 'Save' and
-`dontmerge <#dontmerge>`__ is set to 'Do', Koha will immediately update
-all of the bib records linked to the authority with the new authority
-record's data. If dontmerge is set to "Don't" then Koha won't edit bib
-records when changes are made to authorities, rather, this is done later
-by the `merge\_authority.pl cronjob <#mergeauthcron>`__.
-
-To delete an authority record you first must make sure it's not linked
-to any bibliographic records. If it is not used by any bibliographic
-records a 'Delete' link will appear to the right of the record on the
-search results and as a button that appears after clicking on the
-summary of the authority record.
-
-`Merging Authorities <#authoritymerge>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have duplicate authority records you can merge them together by
-clicking the 'Merge' link, found in the actions menu, next to two
-results on an authority search.
-
-Duplicate authorities results
-|image714|
-
-After clicking 'Merge' on the first result you will see that authority
-listed at the top of the results.
-
-Merging authorities results
-|image715|
-
-Next you need to click 'Merge' next to the second result you'd like to
-merge.
-
-You will be asked which of the two records you would like to keep as
-your primary record and which will be deleted after the merge.
-
-Merging authorities
-|image716|
-
-You will be presented with the MARC for both of the records (each
-accessible by tabs labeled with the authority numbers for those
-records). By default the entire first record will be selected, uncheck
-the fields you don't want in the final (destination) record and then
-move on to the second tab to choose which fields should be in the final
-(destination) record.
-
-Authorities to merge
-|image717|
-
-Once you have completed your selections click the 'Merge' button. The
-primary record will now contain the data you chose for it and the second
-record will be deleted.
-
-Merged authority
-|image718|
-
-`Cataloging Guides <#catguides>`__
-----------------------------------
-
-`Bibliographic Record Cataloging Cheat Sheet <#bibcatcheatsheet>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Tag   | Label                               | Description                                                                                                                                          | Instructions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+=======+=====================================+======================================================================================================================================================+===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
-| 000   | LEADER                              | Describes the record(i.e. surrogate) -- is it a record for a monograph? A serial?                                                                    | Click in this field to fill it in. Then set "Bibliographic level" to 'a' for articles or 's' for serials. Otherwise, leave everything as is.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 001   | CONTROL NUMBER                      | Accession number.                                                                                                                                    | Enter the accession number written inside the item here. For articles and items which do not have accession numbers, leave blank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 003   | CONTROL NUMBER IDENTIFIER           | Your MARC Organizational Code                                                                                                                        | Click in this field to fill it in (will auto fill if you have your `MARCOrgCode <#MARCOrgCode>`__ preference set).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 005   | D & T LATEST TRANSACTION            | Current date and time.                                                                                                                               | Click in this field to fill it in.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 008   | FIXED-LENGTH DATA ELEMENTS          | Field containing computer-readable representations of a number of things.                                                                            | Generally you will only use 's' (single) or 'm' (multiple) options for position 06- use the former when the item was published in a single year, the latter when it was published over the course of several. If there is a single date, only enter a date in the first date field (positions 07-10). Enter the three-digit country code in positions 15-17, being sure to add spaces if the country code is fewer than three characters long. If there is an index, note that fact in position 31. Enter the three-letter language code in positions 35-37.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 010   | LCCN                                | A number assigned by the Library of Congress to uniquely identify the work.                                                                          | Check on the copyright page of the book (if it was published in the US) or the LC catalog for this number. If you can't find it, don't worry about it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 020   | ISBN                                | Unique number used by publishers to identify books.                                                                                                  | If this number isn't listed on the book, there probably isn't one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 022   | ISSN                                | Unique number used by publishers to identify serials.                                                                                                | If this number isn't listed on the book, there probably isn't one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 033   | DATE/TIME OF EVENT                  | Used for auction dates. Required for auction catalogs.                                                                                               | For auctions that took place on only one day, enter the date of the auction in the format YYYYMMDD in the subfield 'a' and a '0' in the first indicator. For auctions that took place over two consecutive days or any number of non-consecutive days, create a subfield 'a' for each day with the date in the format YYYYMMDD, and put a '1' in the first indicator. For auctions that took place over more than two consecutive days, create a subfield 'a' (in format YYYYMMDD) for the first day and a subfield 'a' (also in format YYYYMMDD) for the last day, and put a '2' in the first indicator.                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 040   | CATALOGING SOURCE                   | Identifies which libraries created and modified the record.                                                                                          | For imported records, add a subfield 'd' with your OCLC code as the value. For new records, make sure that the subfield 'c' with your OCLC code as the value.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041   | LANGUAGE CODE                       | Identifies all the languages used in an item, when two or more languages are present.                                                                | For significant portions of a text in a given language, there should be a subfield 'a' with that language code. If there are only summaries or abstracts in a specific language, create a subfield 'b' with that language code.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100   | MAIN ENTRY--PERSONAL                | Authorized form of the main author's name                                                                                                            | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 110   | MAIN ENTRY--CORPORATE               | Authorized form of the name of the main corporate author. Required for auction catalogs.                                                             | Auction catalogs should use a 110 field rather than a 100 field. See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 111   | MAIN ENTRY--MEETING                 | Authorized form of the name of a meeting which acted as a main offer (e.g. conference proceedings)                                                   | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245   | TITLE STATEMENT                     | Transcription of the title statement from the title page (or chief source of information)                                                            | Enter the title in subfield 'a', the subtitle in subfield 'b', and the statement of responsibility in subfield 'c'. If you are creating a record for a single volume or part of a multi-part item, you should put the part number in subfield 'n' and the part title in subfield 'p.' For auction catalogs, the date (in 'MM/DD/YYYY' format) should be listed in square brackets in subfield 'f'. See ISBD punctuation sheet. Set the first indicator to '0' if there is no author, otherwise set it to '1'. Set the second indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the second indicator to '4').                                                                                                                                                                                                                                                                                                              |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 246   | VARYING FORM OF TITLE               | Alternate form of title for searching and filing purposes                                                                                            | If the patron might look for the work under a different title, enter it here. Do not include initial articles. The first indicator should be '3', unless the title is merely a variant spelling, in which case the first indicator should be '1'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 250   | EDITION STATEMENT                   | Transcription of the edition statement from the title page (or chief source of information)                                                          | Transcribe the edition statement exactly as it appears on the title-page. You may abbreviate if the edition statement is very long.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260   | PUBLICATION (IMPRINT)               | Publication information.                                                                                                                             | Put the location of publication in subfield 'a', the publisher in subfield 'b', and the year (or probable year) in subfield 'c'. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 300   | PHYSICAL DESCRIPTION                | Physical description                                                                                                                                 | Enter the pagination statement in subfield 'a', a brief description of "special" contents such as illustrations or maps in subfield 'b' (see AACR2), and the size of the item in subfield 'c'. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490   | SERIES STATEMENT                    | Shows the series statement exactly as it appears on the item.                                                                                        | Transcribe the series statement into subfield 'a' with the volume number in subfield 'v'. See ISBD punctuation sheet. Set the first indicator to '1' if you are using an 830. As a general rule, you should do so.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 500   | GENERAL NOTE                        | Notes that don't fit anywhere else.                                                                                                                  | Enter notes as full sentences, with a separate 500 field for each distinct topic.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 501   | WITH NOTE                           | Notes whether the work is bound with the works described by other records.                                                                           | Put description of relationship in subfield 'a'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 504   | BIBLIOGRAPHY, ETC. NOTE             | Indicates whether the work includes a bibliography.                                                                                                  | If the work includes a bibliography and index, put the text "Includes bibliographical references (p. XXX-XXX) and index." in subfield 'a'. If the work does not include an index, remove that part of the sentence. If the references are scattered throughout the work and not gathered into a distinct sentence, remove the parenthetical statement.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505   | FORMATTED CONTENTS                  | List of contents in a standard format. Unformatted contents can be listed in a 500 (General Note) field.                                             | See ISBD punctuation sheet. Set the first indicator to '0'. If you are separately coding authors and titles, set the second indicator to '0'. Otherwise, leave the second indicator blank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 518   | DATE/TIME OF EVENT NOTE             | Used for auction dates.                                                                                                                              | For auction catalogs, enter the date of the auction in the format 'January 2, 1984' in the subfield 'a'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 520   | SUMMARY, ETC.                       | A brief summary or abstract of the book or article.                                                                                                  | In general you do not need to write a summary. A summary might be called for, however, with items that cannot be easily reviewed by a patron, such as books with highly acidic paper or CD-ROMs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 546   | LANGUAGE NOTE                       | Note describing the languages used in the work                                                                                                       | Only needed for works in multiple languages. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 561   | PROVENANCE INFORMATION              | Describes the previous ownership of the item.                                                                                                        | Used only for rare books.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 563   | BINDING INFORMATION                 | Describes the binding of the item.                                                                                                                   | Used only for rare books.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 590   | LOCAL NOTE                          | Local notes. Required for auction catalogs.                                                                                                          | Used for auction catalogs to indicate what types of coins are sold in the auction- Roman, Greek, etc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600   | SUBJECT ADDED--PERSONAL             | Authorized form of personal names for people discussed in the work                                                                                   | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610   | SUBJECT ADDED--CORPORATE            | Authorized form of corporate names for organizations discussed in the work                                                                           | See Authorized headings sheet and AACR2. Set the first indicator to '2'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611   | SUBJECT ADDED--MEETING              | Authorized form of meeting names for meetings discussed in the work                                                                                  | See Authorized headings sheet and AACR2. Set the first indicator to '2'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630   | SUBJECT ADDED--UNIFORM TITLE        | Authorized form of titles for other works discussed in the work                                                                                      | See Authorized headings sheet and AACR2. Set the first indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the first indicator to '4'). If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 650   | SUBJECT ADDED--TOPICAL              | Library of Congress Subject Heading terms describing the subject of the work                                                                         | See Authorized headings sheet and AACR2. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 651   | SUBJECT ADDED--GEOGRAPHICAL         | Library of Congress Subject Heading geographical terms describing the subject of the work                                                            | See Authorized headings sheet and AACR2. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 655   | INDEX TERM--GENRE/FORM              | Describes what an item is as opposed to what the item is about.                                                                                      | Generally used only for auction catalogs, which should have the genre heading "Auction catalogs." (make sure to find the authorized heading!) If you found the name in the LC authority file, set the second indicator to '0'. If you are using a term from a specific thesaurus, set the second indicator to '7' and put the code for the thesaurus in subfield '2'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 690   | LOCAL SUBJECT ADDED--TOPICAL        | Used for headings from any custom subject authority file.                                                                                            | If there is no appropriate LCSH term, you can use a 690 with subject headings you find on other items in the catalog.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 691   | LOCAL SUBJECT ADDED--GEOGRAPHICAL   | Used for headings from any custom subject authority file.                                                                                            | If there is no appropriate LCSH term, you can use a 691 with subject headings you find on other items in the catalog.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700   | ADDED ENTRY--PERSONAL               | Used for second authors and other persons related to the production of the work.                                                                     | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710   | ADDED ENTRY--CORPORATE              | Used for corporate bodies related to the production of the work (e.g. publishers).                                                                   | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711   | ADDED ENTRY--MEETING                | Used for meetings related to the production of the work (e.g. symposia that contributed to the work).                                                | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730   | ADDED ENTRY--UNIFORM TITLE          | Used for uniform titles related to the production of the work (e.g. a work that inspired the present work)                                           | See Authorized headings sheet and AACR2. Set the first indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the first indicator to '4').                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 773   | HOST ITEM ENTRY                     | Describes the larger bibliographic unit that contains the work (e.g. book or journal containing the article being described in the current record)   | If the host publication is author main entry, enter the authorized form of the author's name in subfield 'a'. Put the title in subfield 't'. If the host publication is an independent work, put publication information in subfield 'd'. When available, ISSN and ISBN should always be used in, in subfields 'x' and 'z' respectively. Relationship information (e.g. volume number, page number, etc.) goes in subfield 'g'. Subfield 'q' contains an encoded representation of the location of the item: volume, issue, and section numbers are separated by colons, and the first page is entered following a '<' at the end of the subfield. See ISBD punctuation sheet. Set the first indicator to '0'. If you want the label "In:" to be generated, leave the second indicator blank. If you want something else displayed before the 773 text, set the second indicator to '8' and add a subfield 'i' with the label you want at the beginning of the field (e.g. "$iOffprint from:").   |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 830   | SERIES ENTRY--UNIFORM TITLE         | Authorized form of the series name transcribed in the 490 field. Often this will just be the same as the 490.                                        | See Authorized headings sheet and AACR2. Set the second indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the second indicator to '4').                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 852   | LOCATION/CALL NUMBER                | Provides the section name for pre-barcode books, pamphlets, and some articles and serials.                                                           | Do not put anything in this field if you are cataloging a volume which gets only one record and a barcode. If the item does not get a barcode, or you are currently creating a record for an article in a volume, put the section in subfield 'a' (see ANS cataloging documentation), and the call number in subfield 'i'. Set the first indicator to '8'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 856   | ELECTRONIC ACCESS                   | Links to material available online.                                                                                                                  | Put the URL of any electronic copies or summaries, etc. in subfield 'u' and a link title in subfield 'y'. Set the first indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942   | ADDED ENTRY ELEMENTS (KOHA)         | Used for Koha-specific data.                                                                                                                         | Set the subfield 'c' to the appropriate item type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-+-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Table: Cataloging Guide
-
-`Item/Holdings Record Cataloging Guide <#itemcatguide>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This table represents the default embedded holdings data in Koha. This
-information can be used for migration or importing data purposes
-
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| MARC21 Tag/subfield   | Data Element                                        | Description                                                                      | Notes                                                                                                                                                                                                                                                                    |
-+=======================+=====================================================+==================================================================================+==========================================================================================================================================================================================================================================================================+
-| 952$0                 | Withdrawn status                                    | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('WITHDRAWN' in default installation)                                                                                                                                                            |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  0 = Not withdrawn                                                             |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  1 = Withdrawn                                                                 |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$1                 | Lost status                                         | Default values:                                                                  | It's possible to configure OPAC so that lost items don't display with the `hidelostitems <#hidelostitems>`__ system preference.                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  0 = Available                                                                 | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('LOST' in default installation)                                                                                                                                                                 |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  1 = Lost                                                                      |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  2 = Long Overdue (Lost)                                                       |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  3 = Lost and Paid For                                                         |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  4 = Missing in Inventory                                                      |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  5 = Missing in Hold Queue                                                     |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$2                 | Classification                                      | Classification scheme that defines filing rules used for sorting call numbers.   | A choice of `classification sources <#classificationsources>`__ as they are defined in administration. If no classification scheme is entered, the system will use the value entered in the `DefaultClassificationSource <#DefaultClassificationSource>`__ preference.   |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$3                 | Materials specified                                 | Specific issues of serials or multi-part items.                                  | Displayed when items are checked out and in to tell the staff how many pieces the item has. Copy/volume data is stored in 952$h and $t for display in Normal views.                                                                                                      |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$4                 | Damaged status                                      | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('DAMAGE' in default installation)                                                                                                                                                               |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  0 = Not damaged                                                               |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  1 = Damaged                                                                   |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$5                 | Use restrictions                                    | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('RESTRICT' in default installation). This value has no effect on circulation.                                                                                                                   |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  0 = No use restrictions                                                       |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  1 = Restricted Access                                                         |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$7                 | Not for loan                                        | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('NOT\_LOAN' in default installation). Negative number values can still be placed on hold.                                                                                                       |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  -1 = Ordered                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  0 = Available for loans                                                       |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  1 = Not for Loan                                                              |                                                                                                                                                                                                                                                                          |
-|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
-|                       |                                                     | -  2 = Staff Collection                                                          |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$8                 | Collection code                                     | Coded value                                                                      | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('CCODE' in default installation)                                                                                                                                                                |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$9                 | Item number                                         | System-generated item number.                                                    | Does not display in the item record.                                                                                                                                                                                                                                     |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$a                 | Owning Library \*\*                                 | Branch code                                                                      | **Required**. Code must be defined in `Libraries, Branches and Groups <#libsgroups>`__                                                                                                                                                                                   |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$b                 | Holding library \*\* (usually the same as 952$a )   | Branch code                                                                      | **Required**. Code must be defined in `Libraries, Branches and Groups <#libsgroups>`__                                                                                                                                                                                   |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$c                 | Shelving location code                              |                                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('LOC' in default installation)                                                                                                                                                                  |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$d                 | Date acquired                                       | YYYY-MM-DD                                                                       | Date formats in the 952 subfields are required to be in the system internal format for data loading and subsequent item editing: YYYY-MM-DD                                                                                                                              |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$e                 | Source of acquisition                               | Coded value or vendor string                                                     | Filled in automatically with the Koha assigned vendor id by Acquisitions when an item is received.                                                                                                                                                                       |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$g                 | Purchase price                                      | Decimal number, no currency symbol (ex. 10.00)                                   | Filled in automatically by Acquisitions when an item is received.                                                                                                                                                                                                        |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$h                 | Serial enumeration                                  |                                                                                  | Filled in automatically by Serials if the issue is received there.                                                                                                                                                                                                       |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$o                 | Koha full call number                               |                                                                                  | Can be filled in automatically based on the `itemcallnumber <#itemcallnumber>`__ system preference.                                                                                                                                                                      |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$p                 | Barcode \*                                          | Max 20 characters                                                                |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$t                 | Copy number                                         | Max 32 characters                                                                |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$u                 | Uniform Resource Identifier                         | Item specific URL                                                                | Full URL starting with http:// Only needed if your item has its own URL, not necessary if the bib record has a 856$u that applies to all items on the record.                                                                                                            |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$v                 | Replacement price                                   | Decimal number, no currency symbol (ex. 10.00)                                   | Filled in automatically by Acquisitions when an item is received.                                                                                                                                                                                                        |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$w                 | Price effective from                                | YYYY-MM-DD                                                                       | Date formats in the 952 subfields are required to be in the system internal format for data loading and subsequent item editing: YYYY-MM-DD. Filled in automatically by Acquisitions when an item is received.                                                           |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$x                 | Nonpublic note                                      |                                                                                  | This is a note field for notes that will not appear in the OPAC. Right now this note does not appear anywhere but in the item edit screen in the staff client.                                                                                                           |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$y                 | Koha item type \*\*                                 | Coded value, required field for circulation                                      | **Required**. Coded value, must be defined in `Item types <#itemtypeadmin>`__                                                                                                                                                                                            |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$z                 | Public note                                         |                                                                                  |                                                                                                                                                                                                                                                                          |
-+-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Table: Koha Embedded Holdings Data
-
-\* - required for circulation
-
-\*\* - required by Koha
-
-`Handling On Order Items and Holds <#onorderitemholds>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you tend to import your MARC records when you have ordered the book
-(as opposed to when you receive the books), and allow patrons to place
-holds on those books, you may need to add item records to the \*.mrc
-file before importing.
-
-The easiest way to import your latest order is to first run your records
-through `MARCEdit <http://marcedit.reeset.net/>`__. Download your MARC
-records, saving them to your desktop or some other location you use/will
-remember. If you have MARCEdit already installed you should simply have
-to double click on your MARC records, and they will automatically open
-in MARCEdit.
-
-    **Important**
-
-    This tutorial was written with MARCEdit version 5.2.3769.41641 on
-    Windows XP, instructions may be different if your version or
-    operating system is different.
-
--  Your original file will automatically be in the input; ensure
-   MarcBreaker is chosen, and then click "Execute"
-
-   MarcBreaker
-   |image719|
-
--  You will be presented with a summary of the records processed at the
-   bottom of the screen
-
-   MarcBreaker Summary
-   |image720|
-
--  Click 'Edit Records' to continue on to adding item records
-
--  Your screen will be replaced with a larger screen containing the MARC
-   records
-
-   MARC file for editing
-   |image721|
-
--  Click on Tools > Add/Edit Field
-
-   Add/Delete Field
-   |image722|
-
--  Enter in the Koha specific item info
-
-   Add 942 Field
-   |image723|
-
-   -  In the Field box, type 942
-
-   -  In the Field Data box, type \\\\$c and the item type code
-      (\\\\$cBOOK in this example)
-
-   -  Check the 'Insert last' option
-
-   -  Click 'Add Field'
-
--  Enter in the item record data
-
-   Add 952 Field
-   |image724|
-
-   -  In the Field box, type 952
-
-   -  In the Field Data box, type
-      $7ORDERED\_STATUS$aPERM\_LOC$bCURR\_LOC$cSHELVING\_LOCATION$eSOURCE\_OF\_ACQ$yITEM\_TYPE
-
-      -  ex. $7-1$aCPL$bCPL$cNEW$eBrodart$yBOOK
-
-         -  In a default install of Koha -1 is the value for the Ordered
-            status
-
-      -  You may want to look at other subfields you would like data in
-         -- for example, changing the collection code to put all the
-         items in the same collection (8), automatically fill in the
-         acquisition date (d), or put in a public note (z).
-
-      -  Be sure you use the $ to separate subfields; adding each
-         subfield on a separate line will cause that many items to be
-         imported with your MARC record (in the example above, four
-         items, each with one of those subfields corrected)
-
-      -  Make sure you look at the Administration > Authorized Values in
-         Koha to put the correct code into the field
-
-   -  Check the 'Insert last' option
-
-   -  Click 'Add Field'
-
--  Close the field editor window
-
--  Click on File > Compile into MARC
-
-   Compile into MARC
-   |image725|
-
--  Choose where to save your file
-
-Now you want to go into your Koha system and follow the instructions for
-`importing MARC records <#stagemarc>`__.
-
-Once the item has come in, you will need to go to the item record and
-individually change the item to have the correct barcode, and manually
-change the status from Ordered to the blank line in the Not for Loan
-field.
-
-    **Note**
-
-    If you purchase your cataloged item records, you may want to request
-    your vendor put in the information you need into the MARC records
-    for you; that way, you could import the edited-by-the-vendor file,
-    overwriting the current record, automatically replacing the data
-    with what you need.
-
-Course Reserves
-===============
-
-The course reserves module in Koha allows you to temporarily move items
-to 'reserve' and assign different circulation rules to these items while
-they are being used for a specific course.
-
-`Course Reserves Setup <#coursesetup>`__
-----------------------------------------
-
-Before using Course Reserves you will need to do some set up.
-
-First you will need to enable course reserves by setting the
-`UseCourseReserves <#UseCourseReserves>`__ preference to 'Use'.
-
-Next you will need to have all of your course instructors `added as
-patrons <#addnewpatron>`__.
-
-Next you will want to add a couple of new `authorized
-values <#newauthval>`__ for Departments and Terms.
-
-You may also want to create new `item types <#additemtype>`__,
-`collection codes <#ccode>`__ and/or `shelving
-locations <#shelvelocvals>`__ to make it clear that the items are on
-reserve to your patrons. You will also want to be sure to confirm that
-your `circulation and fine rules <#circfinerules>`__ are right for your
-new item types (whether they be hourly or daily loans).
-
-`Adding Courses <#addingcourses>`__
------------------------------------
-
-Once you have completed your set up for Course Reserves you can start
-creating courses and adding titles to the reserve list.
-
-Course Reserves Admin
-|image726|
-
-From the main course reserves page you can add a new course by clicking
-the 'New course' button at the top left.
-
-Add a new course
-|image727|
-
-Your new course will need a Department, Number and Name at the bare
-minimum. You can also add in additional details like course section
-number and term. To link an instructor to this course simply start
-typing their name and Koha will search your patron database to find you
-the right person.
-
-Instrcutor search
-|image728|
-
-Once the instructor you want appears just click their name and they will
-be added. You can repeat this for all instructors on this course. Each
-instructor will appear above the search box and can be removed by
-clicking the 'Remove' link to the right of their name.
-
-Instructors
-|image729|
-
-If you would like your course to show publicly you'll want to be sure to
-check the 'Enabled?' box before saving your new course.
-
-Once your course is saved it will show on the main course reserves page
-and be searchable by any field in the course.
-
-Courses
-|image730|
-
-`Adding Reserve Materials <#addreserves>`__
--------------------------------------------
-
-Before adding reserve materials you will need at least one course to add
-them to. To add materials visit the Course Reserves module.
-
-Courses
-|image731|
-
-Click on the title of the course you would like to add materials to.
-
-Course administration
-|image732|
-
-At the top of the course description click the 'Add reserves' button to
-add titles to this reserve list. You will be asked to enter the barcode
-for the reserve item.
-
-Add item to reserve
-|image733|
-
-After you are done scanning the barcodes to add to the course you can
-see them on the course page
-
-Course with reserves
-|image734|
-
-`Course Reserves in the OPAC <#opaccoursereserves>`__
------------------------------------------------------
-
-Once you have enabled Course Reserves and added courses you will see a
-link to Course Reserves below your search box in the OPAC.
-
-Course Reserves Link
-|image735|
-
-Clicking that link will show you your list of enabled courses (if you
-have only one course you will just see the contents of that one course).
-
-Course list in the OPAC
-|image736|
-
-You can search course reserves by any field (course number, course name,
-instructor name, department) that is visible in the list of courses.
-Clicking a course name will show you the details and reserve items.
-
-Course listing
-|image737|
-
-Serials
-=======
-
-Serials actions can be accessed by going to the More menu at the top of
-your screen and choosing Serials or by clicking Serials on the main Koha
-staff client page. The Serials module in Koha is used for keeping track
-of journals, newspapers and other items that come on a regular schedule.
-As with all modules, make sure you go through the related
-`Implementation Checklist <#impserials>`__ before using the Serials
-module.
-
--  *Get there:* More > Serials
-
-`Manage Serial Frequencies <#serialfreq>`__
--------------------------------------------
-
-Koha keeps a record of publication frequencies for easy management and
-duplication.
-
--  *Get there:* More > Serials > Manage frequencies
-
-From this page you can view all of the existing frequencies in your
-system
-
-Frequencies
-|image738|
-
-and create new ones.
-
-New frequency
-|image739|
-
-`Manage Serial Numbering Patterns <#serialpatterns>`__
-------------------------------------------------------
-
-Everytime you create a new numbering pattern in serials you can save it
-for later use. These patters are accessible via the Manage numbering
-patterns page.
-
--  *Get there:* More > Serials > Manage numbering patterns
-
-This page will list for you the numbering patterns you have saved in the
-past as well as a few canned patterns.
-
-Number patterns
-|image740|
-
-    **Note**
-
-    If you have upgraded from a previous version of Koha you will see
-    'Backup patterns' listed for patterns used in version before Koha
-    3.14. This is how Koha saved your old numbering patterns. You can
-    edit these to give them more meaningful names from here.
-
-It will also allow you to create a new numbering pattern without first
-adding a subscription. To add new new pattern click 'New numbering
-pattern' at the top of the list of patterns.
-
-New number pattern
-|image741|
-
-`Custom Subscription Fields <#serialfields>`__
-----------------------------------------------
-
-This module will allow you to add custom fields to your serial
-subscriptions for reporting and searching.
-
--  *Get there:* Serials > Add subscription fields
-
-To add custom fields simply click the 'Add subscription fields' link on
-the left of the Serial page and choose the 'New field' buttonAdd
-subscription fields
-
-The form that appears will ask for either an authorized value or a marc
-field to populate the field with
-
-Add field
-
-For example you might want to track which department you're ordering for
-or the collection code for this serialAdd department
-
-This data will then show when you are adding a subscriptionAdd field
-value
-
-and when you view the subscriptionShow field
-
-and when you search subscriptions (if you chose to make it
-'searchable')Searchable field
-
-`Add a subscription <#newsubscription>`__
------------------------------------------
-
-Subscriptions can be added by clicking the 'New' button on any
-bibliographic record
-
-New Subscription Button
-|image742|
-
-Or by visiting the Serials module and clicking 'New Subscription'
-
-New Subscription Button
-|image743|
-
-If you are entering a new subscription from the Serials module you will
-be presented with a blank form (if creating new from a bibliographic
-record the form will include the bib info).
-
-Add a new subscription (1/2)
-|image744|
-
--  'Librarian' field will show the logged in librarian's username
-
--  'Vendor' can be found by either searching vendors entered via the
-   `Acquisitions module <#acqmodule>`__ or entering the vendor ID number
-
-   -  Vendor information is not required
-
-   -  In order to claim missing and late issues you need to enter vendor
-      information
-
-      Vendor Missing Warning
-      |image745|
-
--  'Biblio' is the MARC record you'd like to link this subscription to
-
-   -  This can be done by searching for an existing record by clicking
-      on the 'Search for Biblio' link below the boxes or by entering the
-      bib number for a record in the first box. Only if you search with
-      the field between the parenthesis.
-
--  Next you can choose whether a new item is created when receiving an
-   issue (if you barcode issues you'll want to create an item at this
-   time)
-
--  In order to determine how to handle irregularities in your
-   subscription answer 'When there is an irregular issue', if the
-   numbers are always sequential you'll want to pick 'Keep issue number'
-
--  Checking the 'Manual history' box will allow you to enter serials
-   outside the prediction pattern once the subscription is saved by
-   going to the 'Planning' tab on the subscription detail page.Manual
-   History
-
--  'Call Number' is for your item's call number or call number prefix
-
--  'Library' is the branch that owns this subscription.
-
-   -  If more than one library subscribes to this serial you will need
-      to create a subscription for each library
-
-   -  This can be done easily by using the 'Edit as New (Duplicate)'
-      option found on the subscription information page and changing
-      only the 'Library' field
-
-      New Duplicate Subscription
-      |image746|
-
--  Use the 'Public Note' for any notes you would like to appear in the
-   OPAC for the patrons
-
--  'Nonpublic Note' should be used for notes that are only visible to
-   the librarians via the staff client
-
--  The 'Patron notification' option lets you pick a notice to send to
-   patrons who subscribe to updates on this serial via the OPAC.
-
-   -  For this option to appear you need to make sure that you have a
-      Routing List notice set up in the `Notices Tool <#notices>`__
-
--  'Location' is for the shelving location
-
--  The 'Grace period' is the number of days before an issue is
-   automatically moved from 'Expected' status to 'Waiting' and how many
-   days before an issue is automatically moved from 'Waiting' status to
-   'Late'
-
--  The Staff and OPAC Display options allow you to control how many
-   issues appear by default on bibliographic records in the Staff Client
-   and the OPAC
-
-   -  If no values are entered in these fields, they will use the
-      `OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ and
-      `StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__
-      system preference values
-
-Once that data is filled in you can click 'Next' to enter the prediction
-pattern information.
-
-Add a new subscription (2/2)
-|image747|
-
--  In 'First issue publication date' you want to enter the date of the
-   issue you have in your hand, the date from which the prediction
-   pattern will start
-
--  There are several pre-defined options for the 'Frequency' of
-   publication all of which are visible alongside your own custom
-   frequencies by visiting '`Manage frequencies <#serialfreq>`__'
-
-   -  Without periodicy: some very specific (usually high level science
-      journals) don't have a true periodicity. When you subscribe to the
-      title, you subscribe for 6 issues, which can arrive in 1 year...
-      or 2... There is no regularity or known schedule.
-
-   -  Unknown select this if none of the other choices are relevant
-
-   -  Irregular: The journal is not "regular" but has a periodicity. You
-      know that it comes out on January, then in October and December,
-      it is irregular, but you know when it's going to arrive.
-
-   -  2/day: Twice daily
-
-   -  1/day: Daily
-
-   -  3/week: Three times a week
-
-   -  1/week: Weekly
-
-   -  1/ 2 weeks: Twice monthly (fortnightly)
-
-   -  1/ 3 weeks: Tri-weekly
-
-   -  1/month: Monthly
-
-   -  1/ 2 months (6/year): Bi-monthly
-
-   -  1/ 3 months (1/quarter): Quarterly
-
-   -  1/quarter (seasonal) : Quarterly related to seasons (ie. Summer,
-      Autumn, Winter, Spring)
-
-   -  2/year: Half yearly
-
-   -  1/year: Annual
-
-   -  1/ 2 years: Bi-annual
-
--  'Subscription length' is the number of issues or months in the
-   subscription. This is also used for setting up renewal alerts
-
--  'Subscription start date' is the date at which the subscription
-   begins. This is used for setting up renewal alerts
-
--  'Subscription end date' should only be entered for subscriptions that
-   have ended (if you're entering in a backlog of serials)
-
--  'Numbering pattern' will help you determine how the numbers are
-   printed for each issue. Patterns entered here are saved and editable
-   at any time by visiting '`Manage numbering
-   patterns <#serialpatterns>`__'
-
-   -  Start with the numbering on the issue you have in hand, the
-      numbering that matches the date you entered in the 'First issue
-      publication' field
-
-   -  You can choose to create your own numbering pattern by choosing
-      'None of the above' and clicking the 'Show/Hide Advanced Pattern'
-      button at the bottom of the form
-
-      Advanced prediction pattern
-      |image748|
-
--  The 'Locale' option is useful when you want to display days, month or
-   season. For example, if you have a German serial, you can use the
-   German locale option to display days, etc. in German.
-
--  Once a 'Numbering pattern' is chosen the number formula will
-   appear.Numbering Forumla
-
-   -  The 'Begins with' number is the number of the issue you're holding
-      in your hand.
-
-   -  The 'Inner counter' is used to tell Koha where the "receiving
-      cycle" starts
-
-      -  For example: If the first issue to receive is "vol. 4, no. 1,
-         iss. 796", you need to set up "inner counter = 0" But if it's
-         "vol. 4, no. 2, iss. 797", the inner counter should be "1".
-
-   -  After filling in this data click the 'Test prediction pattern'
-      button to see what issues the system will generate, if there are
-      irregularities you can choose which issues don't exist from the
-      list presented.
-
-      Prediction pattern
-      |image749|
-
--  If you have added a `custom subscription field <#serialfields>`__, it
-   will be editable above the buttons at the bottom of the screenShow
-   field
-
-Click 'Save Subscription' to save the information you have entered.
-`Find sample serial examples in the appendix <#sampleserialsapp>`__.
-
-`Receive Issues <#receiveissues>`__
------------------------------------
-
-Issues can be marked as received from several locations. To find a
-subscription, use the search box at the top of the Serials page to
-search for the serial you'd like to receive issues for:
-
-Subscription Search
-|image750|
-
-From the search results you can click the 'Serial Receive' link or you
-can click on the subscription title and then click the 'Receive' button.
-
-Subscription Buttons
-|image751|
-
-The final way to receive serials is from the 'Serial Collection' page.
-To the left of the Subscription summary page there is a menu with a link
-to 'Serial Collection'
-
-Serial Subscription Menu
-|image752|
-
-From the page that opens up you can click 'Edit Serial' with the issue
-you want to receive checked.
-
-Edit Issues
-|image753|
-
-All three of these options will open up the issue receive form:
-
-Receive Serials
-|image754|
-
--  Choose 'Arrived' from the status pull down to mark a serial as
-   received.
-
--  If you have decided to have an item record created for each issue an
-   `item add form <#addingitems>`__ will appear after choosing 'Arrived'
-
-   Serial item record
-   |image755|
-
--  If your issue has a supplemental issue with it, fill in the
-   Supplemental Issue information.
-
-   -  Key the entire numbering in the box after "Supplemental issue" no
-      numbering will be inherited/auto-filled from the main issue, and
-      exactly what you key in the box after "Supplemental issue" will be
-      auto-filled in the item record's Serial enumeration/chronology
-      [MARC21 952$h] (if you create item records).
-
-      -  E.g., key this in its entirety if it's what you would like
-         displayed: "v.69 no.3 (Mar. 2015) suppl."
-
--  If you have decided to have an item record created for each issue an
-   `item add form <#addingitems>`__ will appear for your supplement and
-   for the issue itself
-
--  Once you have entered your info you can click 'Save'
-
-If you are receiving multiple issues at once, or have marked an issue as
-'Late' or 'Missing' there you can click the 'Generate Next' button below
-the list of issues.
-
-Generate Next Button
-|image756|
-
-Clicking this button will generate the next issue for you and mark the
-previously expected issue as 'Late' automatically. You can then check
-the 'Edit' box to the right of each issue and edit the status on
-multiple issues at once.
-
-`Create a Routing List <#routinglist>`__
-----------------------------------------
-
-A routing list is a list of people who receive the serial before it goes
-to the shelf. To enable routing lists you want to set your
-`RoutingSerials <#RoutingSerials>`__ preference to 'Add'.
-
-When on the subscription page you will see a link to the left that reads
-'Create Routing List' or 'Edit Routing List'
-
-Subscription Routing List Link
-|image757|
-
-Clicking that link will bring you to the menu to add a new routing list.
-
-Routing List Creation
-|image758|
-
-From here you want to click 'Add recipients' in order to add people to
-the routing list. In the menu that appears you can filter patrons by
-part of their name, their library and/or patron category.
-
-Add Members to Routing List
-|image759|
-
-Clicking 'Add' to the right of each name will add them to the routing
-list. When you have chosen all of the people for the list, click the
-'Close' link to be redirected to the routing list.
-
-Routing List
-|image760|
-
-If the list looks the way you expect it to, then click 'Save'. Next you
-will be brought to a preview of the routing list. To print the list
-click 'Save and preview routing slip.' This will open a printable
-version of the list.
-
-Preview Routing List
-|image761|
-
-If `RoutingListAddReserves <#RoutingListAddReserves>`__ is set to on
-then patrons listed in the routing list will automatically be added to
-the holds list for the issue.
-
-To see a list of all of the routing lists a specific patron is on visit
-the `Routing Lists tab <#patronroutingtab>`__ on their patron record.
-
-`Subscriptions in Staff Client <#serialsubinstaff>`__
------------------------------------------------------
-
-Subscription information will appear on bibliographic records under the
-'Subscriptions' tab
-
-Subscription Tab on Bibliographic Record
-|image762|
-
-Clicking the 'Subscription Details' link will take you to the
-Subscription summary page in the staff client.
-
-Subscription Detail
-|image763|
-
-If you are using the `Acquisitions <#acqmodule>`__ module to keep `track
-of serial subscriptions <#ordersubscription>`__ you will see that info
-before your subscription details.
-
-Acquisitions information for subscription
-|image764|
-
-`Subscriptions in OPAC <#serialsubinopac>`__
---------------------------------------------
-
-When viewing the subscription in the OPAC there will be several options.
-
-Like in the staff client, there will be a Subscriptions tab on the
-bibliographic record.
-
-Subscriptions Tab in OPAC
-|image765|
-
-Under this tab will appear the number of issues you chose when setting
-up the subscription or in your
-`OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ system
-preference. Clicking the 'More details' link will provide you with
-additional information about the serial history. You can set the default
-view of a serial in the OPAC with the
-`SubscriptionHistory <#SubscriptionHistory>`__ system preference.
-
-There are two views, compact and full. The compact serial subscription
-will show basic information regarding the subscription
-
-Compact Serial View
-|image766|
-
-From this compact display patrons can subscribe to be notified of new
-issues as they are released by clicking the 'Subscribe to email
-notifications of new issues' button. For this link to appear you will
-want to have chosen to notify patrons `on the
-subscription <#newsubscription>`__ itself.
-
-Subscribe link in the OPAC
-|image767|
-
-You can see thos who subscribe to new issue alerts by going to the
-subscription page in the staff client and looking on the right of the
-'Information' tab.Serial notification subscribers
-
-Whereas the full view shows extensive details, broken out by year,
-regarding the subscription
-
-Full Serial View
-|image768|
-
-`Claim Late Serials <#serialclaims>`__
---------------------------------------
-
-Koha can send email messages to your serial vendors if you have late
-issues. To the left of the main serials page there is a link to 'Claims'
-
-Link to Claims on Serials Menu
-|image769|
-
-The links to claims also appears to the left of the subscription detail
-page
-
-Link to Claims on the Serials Menu
-|image770|
-
-If you don't have a claim notice defined yet you will see a warning
-message that you need to first define a notice.
-
-Missing Claims Notice Warning
-|image771|
-
-Clicking 'Claims' will open a report that will ask you to choose from
-your various serial vendors to generate claims for late issues.
-
-Serial Claims
-|image772|
-
-From the list of late issues you can choose which ones you want to send
-a claim email to by clicking the checkbox to the left of late issue,
-choosing the notice template to use and clicking the 'Send notification'
-button.
-
-`Check Serial Expiration <#serialexpiration>`__
------------------------------------------------
-
-When adding serials you enter a subscription length, using the check
-expiration tool you can see when your subscriptions are about to expire.
-To use the tool click the link to 'Check expiration' on the serials
-menu.
-
-Check Serial Expiration
-|image773|
-
-In the form that appears you need to enter at least a date to search by.
-
-In your results you will see all subscriptions that will expire before
-the date you entered. From there you can choose to view the subscription
-further or renew it in one click.
-
-Serial Expiration Search Results
-|image774|
-
-`Renewing Serials <#serialrenew>`__
------------------------------------
-
-If your serial subscription has expired you won't be able to receive
-issues. To renew your subscription you can click the 'Renew' button at
-the top of your subscription detail page.
-
-Renew option on subscription detail
-|image775|
-
-Another option is to click the 'Renew' link to the right of the
-subscription on the Serial Collection page.
-
-Renew option on serial collection
-|image776|
-
-Once you click the 'Renew' link or button you will be presenting with
-renewal options.
-
-Subscription renewal form
-|image777|
-
--  The start date should be the date your subscription period starts.
-
--  For the subscription length you'll want to fill in one of the three
-   fields presented: Number of num (issues), Number of months or Number
-   of weeks.
-
--  Finally enter any notes you might have about this renewal.
-
-`Searching Serials <#serialsearch>`__
--------------------------------------
-
-Once in the Serials module there is basic search box at the top that you
-can use to find subscriptions using any part of the ISSN and/or title.
-
-Basic Serials Search
-|image778|
-
-You can also click the 'Advanced Search' link to the right of the
-'Submit' button to do a more thorough search of your serials.
-
-Advanced Serials Search
-|image779|
-
-From your results you can filter by using the search boxes at the bottom
-of each column and adjust the number of resutls using the toolbar at the
-top of the results set.
-
-Serial Search Results
-|image780|
-
-Acquisitions
-============
-
-The Koha Acquisitions module provides a way for the library to record
-orders placed with vendors and manage purchase budgets.
-
--  *Get there:* More > Acquisitions
-
-`Setup <#acqsetup>`__
----------------------
-
-Before using the Acquisitions Module you will want to make sure that you
-have completed all of the set up.
-
-First, set your `Acquisitions System Preferences <#acqprefs>`__ and
-`Acquisitions Administration <#acqadmin>`__ to match your library's
-workflow. Before setting your `EDI Accounts <#ediaccounts>`__ and
-`Library EANs <#libraryeans>`__ you will need to have `entered your
-vendors <#addacqvendor>`__.
-
-On the main acquisitions page you will see your library's funds listed.
-
-Acquisitions Funds Summary
-|image781|
-
-    **Note**
-
-    If the total line is confusing for the funds you have set up you can
-    hide it by adding
-
-    ::
-
-        #funds_total {display:none;}
-
-    to the `IntranetUserCSS <#IntranetUserCSS>`__ preference.
-
-To see all active funds you can click the checkbox next to 'Show active
-and inactive' above the funds table.
-
-To see a history of all orders in a fund you can click on the linked
-amount and it will run a search for you.
-
-Breakdown of orders against the FIC Fund
-|image782|
-
-Learn more in the `Budget/Fund Tracking <#fundtracking>`__ section of
-this manual.
-
-`Vendors <#acqvendors>`__
--------------------------
-
-Before any orders can be places you must first enter at least one
-vendor.
-
-`Add a Vendor <#addacqvendor>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To add a vendor click the 'New Vendor' button on the Acquisitions page
-
-New Vendor Button on Acquisitions
-|image783|
-
-The vendor add form is broken into three pieces
-
--  The first section is for basic information about the Vendor
-
-   Basic Vendor Information
-   |image784|
-
-   -  Of these fields, only the Vendor name is required, the rest of the
-      information should be added to help with generating claim letters
-      and invoices
-
--  The second section is for information regarding your contact at the
-   Vendor's office
-
-   Vendor Contact Details
-   |image785|
-
-   -  None of these fields are required, they should only be entered if
-      you want to keep track of your contact's information within Koha
-
--  The final section is for billing information
-
-   Vendor Ordering/Billing Information
-   |image786|
-
-   -  To be able to order from a vendor you must make them 'Active'
-
-   -  For List Prices and Invoice Prices choose the currency
-
-      -  Currencies are assigned in the `Currencies & Exchange
-         Rates <#currexchangeadmin>`__ admin area
-
-   -  If your library is charged tax mark your Tax Number as registered
-
-   -  Note if you list prices and/or invoice prices include tax
-
-   -  If the vendor offers a consistent blank discount, enter that in
-      the 'Discount' field
-
-      -  You can enter item specific discounts when placing an order
-
-   -  Enter your tax rate if your library is charged taxes on orders
-
-   -  If you know about how long it usually takes orders to arrive from
-      this vendor you can enter a delivery time. This will allow Koha to
-      estimate when orders will arrive at your library on the late
-      orders report.
-
-   -  Notes are for internal use
-
-`View/Edit a Vendor <#editacqvendor>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To view a vendor's information page you must search for the vendor from
-the Acquisitions home page. Your search can be for any part of the
-Vendor's name:
-
-Vendor Search Results
-|image787|
-
-From the results, click on the name of the vendor you want to view or
-edit
-
-Vendor Information Page
-|image788|
-
-To make changes to the vendor, simply click the 'Edit vendor' button.
-
-If the vendor has no baskets attached to it then a 'Delete vendor'
-button will also be visible and the vendor can be deleted. Otherwise you
-will see a 'Receive shipment' button.
-
-Receive shipment button
-|image789|
-
-`Vendor Contracts <#vendorcontracts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You can define contracts (with a start and end date) and attach them to
-a vendor. This is used so that at the end of the year you can see how
-much you spent on a specific contract with a vendor. In some places,
-contracts are set up with a minimum and maximum yearly amount.
-
-`Add a Contract <#addvendorcontract>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-At the top of a Vendor Information Page, you will see a 'New Contract'
-button.
-
-New Contract Button
-|image790|
-
-The contract form will ask for some very basic information about the
-contract
-
-New Contract Form
-|image791|
-
-    **Important**
-
-    You cannot enter a contract retrospectively. The end date must not
-    be before today's date.
-
-Once the contract is saved it will appear below the vendor information.
-
-Vendor with contracts
-|image792|
-
-It will also be an option when creating a basket
-
-Contract Pull Down on New Basket Form
-|image793|
-
-`Managing Suggestions <#managesuggest>`__
------------------------------------------
-
-Purchase suggestions can be generated in one of two ways. You can create
-suggestions via the staff client either for the library or `on the
-patron's behalf <#patronsuggestions>`__ from their record. Depending on
-your settings in the `suggestion <#suggestionspref>`__ system
-preference, patrons may also be able to make purchase suggestions via
-the OPAC. When a suggestion is waiting for library review, it will
-appear on the Acquisitions home page under the vendor search.
-
-Pending suggestions on Acquisitions
-|image794|
-
-It will also appear on the main staff dashboard under the module labels:
-
-Pending suggestions on main page
-|image795|
-
-Clicking 'Manage suggestions' will take you to the suggestion management
-tool. If there are no pending suggestions you can access the suggestion
-management tool by clicking the 'Manage suggestions' link on the menu on
-the left of the Acquisitions page.
-
-Suggestion Management
-|image796|
-
-Your suggestions will be sorted into several tabs: Accepted, Pending,
-Checked, Ordered and/or Rejected. Each accepted or rejected suggestion
-will show the name of the librarian who managed the suggestion and the
-reason they gave for accepting or rejecting it (found under 'Status').
-
-An 'Accepted' suggestion is one that you have marked as 'Accepted' using
-the form below the suggestions. A 'Pending' suggestion is one that is
-awaiting action from the library. A 'Checked' suggestion is one that has
-been marked as 'Checked' using the form before the suggestions. An
-'Ordered' suggestion is on that has been ordered using the '`From a
-purchase suggestion <#orderfromsuggestion>`__' link in your basket. A
-'Rejected' suggestion is one that you have marked at 'Rejected' using
-the form below the list of suggestions.
-
-For libraries with lots of suggestions, there are filters on the left
-hand side of the Manage Suggestions page to assist in limiting the
-number of titles displayed on the screen.
-
-Suggestion Filtering
-|image797|
-
-Clicking on the blue headings will expand the filtering options and
-clicking '[clear]' will clear all filters and show all suggestions.
-
-    **Note**
-
-    The suggestions page will automatically be limited to suggestions
-    for your library. To see information for all (or any other)
-    libraries click on the 'Acquisition information' filter and change
-    the library.
-
-    Branch filter
-    |image798|
-
-When reviewing 'Pending' suggestions you can choose to check the box
-next to the item(s) you want to approve/reject and then choose the
-status and reason for your selection. You can also choose to completely
-delete the suggestion by checking the 'Delete selected' box.
-
-Pending Suggestions
-|image799|
-
-Another option for libraries with long lists of suggestions is to
-approve or reject suggestions one by one by clicking on the title of the
-suggestion to open a summary of the suggestion, including information if
-the item was purchased.
-
-Suggestion Information
-|image800|
-
-Clicking 'edit' to the right of the suggested title or at the to pof the
-suggestion detail page will open a suggestion editing page.
-
-Edit Purchase Suggestion
-|image801|
-
-From this form you can make edits to the suggestion (adding more details
-or updating incorrect information provided by the patron). You can also
-choose to accept or reject the suggestion on an individual basis.
-
--  Choosing to mark a request as 'Pending' will move the request back to
-   the 'Pending' tab.
-
-Reasons for accepting and rejecting suggestions are defined by the
-`SUGGEST <#suggestauthorized>`__ authorized value.
-
-Reasons for approving or rejecting suggestions
-|image802|
-
-If you choose 'Others...' as your reason you will be prompted to enter
-your reason in a text box. Clicking 'Cancel' to the right of the box
-will bring back the pull down menu with authorized reasons.
-
-Enter reason for 'Others...'
-|image803|
-
-You can also assign this suggestion to a fund. Edit suggestion fund
-
-This edit can trigger a notice (defined in the `Notices &
-Slips <#notices>`__ tool with the `TO\_PROCESS <#toprocessnotice>`__
-notice) to the fund owner that there is a suggestion ready for them to
-manage if you have turned on the `cron job to generate these
-notices <#emailsuggestfund>`__.
-
-Once you have clicked 'Submit' the suggestion will be moved to the
-matching tab. The status will also be updated on the patron's account in
-the OPAC and an `email notice <#notices>`__ will be sent to the patron
-using the template that matches the status you have chosen.
-
-Purchase suggestions in the OPAC
-|image804|
-
-`Placing Orders <#placingacqorder>`__
--------------------------------------
-
-To place an order you must first search for the vendor or bookseller you
-want to send the order to.
-
-    **Important**
-
-    If you are planning on using EDIFACT to submit your order you will
-    need to first set up your library's `EDI Accounts <#ediaccounts>`__
-    and `EANs <#libraryeans>`__.
-
-`Create a basket <#createacqbasket>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    If you're using EDI for ordering you will want to download your
-    order record from your vendor before starting the process in Koha.
-
-To create a basket you must first search for the vendor you're ordering
-from:
-
-New Basket / Add Basket Options
-|image805|
-
-And click the 'New basket' button to the right of the vendor name.
-
-    **Note**
-
-    You can also add to an existing basket by clicking the 'Add to
-    basket' link to the far right of each basket's information in the
-    results table.
-
-After clicking 'New basket' you will be asked to enter some information
-about the order:
-
-Add Basket Form
-|image806|
-
--  When adding a basket you want to give it a name that will help you
-   identify it later
-
--  Enter in the Billing Place and Delivery Place (this will default the
-   library you're logged in at)
-
--  If you would like to change the vendor you're ordering from you can
-   use the Vendor pull down menu
-
--  The notes fields are optional and can contain any type of information
-
--  If you're ordering standing items (items which arrive regularly) then
-   you will want to check the 'Orders are standing' box for this basket
-
-If you have `added contracts <#addvendorcontract>`__ to the vendor
-you're ordering from, you will also have an option to choose which
-contract you're ordering these items under.
-
-Basket with contract options
-|image807|
-
-When finished, click 'Save'
-
-New Empty Basket
-|image808|
-
-Once your basket is created you are presented with several options for
-adding items to the order.
-
--  If you are ordering another copy of an existing item, you can simply
-   search for the record in your system.
-
-   Search for existing records
-   |image809|
-
-   -  From the results, simply click 'Order' to be brought to the order
-      form.
-
-      Order form
-      |image810|
-
-      -  All of the details associated with the item will already be
-         listed under 'Catalog details.'
-
--  If you allow patrons to make purchase suggestions (learn more in the
-   `Managing Suggestions <#managesuggest>`__ section of this manual),
-   then you can place orders from those suggestions. In order to keep
-   track of suggestions that have been ordered and received you must
-   place the order using this link.
-
-   Approved Suggestions to Order From
-   |image811|
-
-   -  From the results, click 'Order' next to the item you want to order
-      and you will be presented with the order form including a link to
-      the suggestion
-
-      Order from a Suggestion
-      |image812|
-
-      -  From this form you can make changes to the Catalog Details if
-         necessary.
-
-      -  When the item appears in your basket it will include a link to
-         the suggestion.
-
-         Suggestion Link in basket
-         |image813|
-
-   -  Orders added to the basket in this way will notify the patron via
-      email that their suggestion has been ordered and will update the
-      patron's '`My purchase suggestions <#opacmysuggestions>`__' page
-      in the OPAC.
-
--  If you're using the `Serials <#serials>`__ module you can link your
-   subscription order information to acquisitions by choosing to order
-   'From a subscription'
-
-   -  After clicking the order link you will be brought to a search page
-      that will help you find your subscription
-
-      Subscription order search
-      |image814|
-
-   -  Your results will appear to the right of the form and each
-      subscription will have an 'Order' link to the right
-
-      Subscription results
-      |image815|
-
-   -  Clicking 'Order' will bring the subscription info in to the order
-      form without an 'Add item' section since you are just ordering a
-      subscription and an item isn't needed
-
-      Order from subscription
-      |image816|
-
--  To order from a record that can't be found anywhere else, choose the
-   'From a new (empty) record.'
-
-   Order a new record
-   |image817|
-
-   -  You will be presented with an empty form to fill in all of the
-      necessary details about the item you are ordering.
-
--  If you want to search other libraries for an item to purchase, you
-   can use the 'From an external source' option that will allow you to
-   order from a MARC record found via a Z39.50 search.
-
-   Search for record to add
-   |image818|
-
-   -  From the results, click the Order link next to the item you want
-      to purchase.
-
-      Search Results to Order From
-      |image819|
-
-   -  If the item you're ordering from an external source looks like it
-      might be a duplicate, Koha will warn you and give you options on
-      how to proceed.
-
-      Duplicate order warning
-      |image820|
-
-      -  From the warning, you can choose to order another copy on the
-         existing bib record, create a new bib record, or cancel your
-         order of this item.
-
-   -  In the order form that pops up, you will not be able to edit the
-      catalog details.
-
-      New order from Z39.50 Search
-      |image821|
-
--  The next option for ordering is to order from a staged record (`learn
-   more about staging records <#stagemarc>`__).
-
-       **Note**
-
-       This is the option you will choose if you have an order file from
-       your vendor.
-
-   Staged Files to Order From
-   |image822|
-
-   -  From the list of files you are presented with, choose the 'Add
-      orders' link to add the records in the staged file to your order.
-      Staged records
-
-   -  Next to each title is a checkbox, check the items you would like
-      to order, or choose 'Check all' at the top. Depending on your
-      settings in the `MarcFieldsToOrder <#MarcFieldsToOrder>`__
-      preference Koha will populate the next screen with with the
-      relevant Quantity, Price, Fund, Statistic 1, and Statistic 2 found
-      within the staged file.Add orders from staged file
-
-   -  In the 'Item Information' tab you can enter information that will
-      be added to every ordered item such as item type, collection code
-      and not for loan status.Item information
-
-   -  If no information is imported from the MARC record regarding fund
-      information the 'Default accounting details' tab can be used to
-      apply values related to the accounting.Accounting details
-
--  The final option for ordering is to order from a list of titles with
-   the highest hold ratios
-
-   -  This option will take you to the Holds Ratio report where you can
-      find items with a high hold ratio and order additional copies.
-      Next to each title will be a link with the number of items to
-      order, click that and it will add the item to your basket.Holds
-      Ratio Order
-
-With any of the above ordering options you're presented with an option
-to notify patrons of the new item when it's received. The contents of
-that notification can be edited in the `Notices & Slips <#notices>`__
-tool and will have the code of ACQ\_NOTIF\_ON\_RECEIV. In the 'Patrons'
-section you will see an option to 'Add user'. Click that button to add
-patrons who will be notified of the new issue.
-
-Patron notification search
-
--  In the window that pops up search for the patrons you'd like to
-   notify and click 'Select'
-
--  Once you're done you can close the window and you'll see the list of
-   patrons under the 'Patrons' sectionPatrons
-
-After bringing in the bib information (for all import methods except for
-the staged file), if your `AcqCreateItem <#AcqCreateItem>`__ system
-preference is set to add an item when ordering you will enter the item
-info next. You need to fill out at least one item record and then click
-the 'Add' button at the bottom left of the item form.
-
-Item order
-|image823|
-
-After clicking the 'Add item' button below the item record the item will
-appear above the form and then you can enter your next item the same way
-(if ordering more than one item).
-
-Item ordered
-|image824|
-
-Once you have entered the info about the item, you need to enter the
-Accounting information.
-
-Accounting Details
-|image825|
-
--  Quantity is populated by the number of items you've added to the
-   order above.
-
-   -  **Important**
-
-          You cannot edit the quantity manually, you must click 'Add'
-          below the item form to add as many items as you're ordering.
-
--  The list of funds is populated by the `funds <#funds>`__ you have
-   assigned in the Acquisitions Administration area.
-
--  The currency pull down will have the
-   `currencies <#currexchangeadmin>`__ you set up in the `Acquisitions
-   Administration <#acqadmin>`__ area.
-
--  The vendor price is the price before any taxes or discounts are
-   applied.
-
--  If the price is uncertain, check the uncertain price box.
-
-   -  A basket with at least one uncertain price can't be closed.
-
--  If you are charged sales tax, choose that from the gstrate field
-
--  Enter the percentage discount you're receiving on this order, once
-   you enter this, hit tab and Koha will populate the rest of the cost
-   fields below.
-
--  If you added Planning Values when `creating the
-   Fund <#addbudgetfund>`__, those values will appear in the two
-   Planning Value fields.
-
-Once you have filled in all of the fields click 'Save' to add the item
-to your basket. If your price goes over the amount availalbe in the fund
-you will be presented with a confirmation.
-
-Fund warning
-|image826|
-
-The confirmation warning will allow you order past your fund amount if
-you so choose.
-
-After an item is added to the basket you will be presented with a basket
-summary.
-
-Basket with item info
-|image827|
-
-If you would like to see more details you can check the 'Show all
-details' checkbox
-
-Show all details
-|image828|
-
-From here, you can edit or remove the items that you have added.
-
--  Choosing to 'Delete the order' will delete the order line but leave
-   the record in the catalog.
-
--  Choosing to 'Delete order and catalog record' removes both the order
-   line and the record in the catalog.
-
-   -  The catalog record cannot always be deleted. You might see notes
-      explaining why.
-
-      Can't delete order line
-      |image829|
-
-On the summary page, you also have the option to edit the information
-that you entered about the basket by clicking the 'Edit basket header
-information' button, to delete the basket altogether by clicking the
-'Delete this basket' button, or to export your basket as a CSV file by
-clicking the 'Export this basket as CSV' button.
-
-Basket Buttons
-|image830|
-
-If you're using EDI for your order you can click the 'Create EDIFACT
-order' button when you're done to send the file to the vendor and close
-the basket.EDIFACT Order
-
-Once you're sure your basket is complete, you can click 'Close this
-basket' button to indicate that this basket is complete and has been
-sent to the vendor.
-
-    **Important**
-
-    You must close the basket to be able to `receive
-    items <#receiveacqorder>`__ when they arrive. Only items in closed
-    baskets will show as ready to receive.
-
-If you have your `BasketConfirmations <#BasketConfirmations>`__
-preference set to show a confirmation, you will be asked if you are sure
-about closing the basket.
-
-Basket Closure Confirmation
-|image831|
-
-When closing the basket you can choose to add the basket to a group for
-easy printing and retrieval. If you check the box to 'Attach this basket
-to a new basket group' you will be brought to the group list where you
-can print a PDF of the order.
-
-Closed Baskets
-|image832|
-
-    **Important**
-
-    A basket with at least one item marked as 'uncertain price' will not
-    be able to be closed.
-
-    A basket with items where the price is uncertain
-    |image833|
-
-Clicking the 'Uncertain Prices' button will call up a list of items with
-uncertain prices to quick editing. From that list, you can quickly edit
-the items by entering new prices and quantities.
-
-Uncertain Prices
-|image834|
-
-    **Important**
-
-    The Uncertain Prices page is independent of the basket. It is linked
-    to the vendor so you will see all items on order with uncertain
-    prices for that vendor.
-
-Once your order is entered you can search for it through acquisitions or
-view the information on the biblio detail page in the staff client (if
-the `AcquisitionDetails <#AcquisitionDetails>`__ preference is set to
-'Display).Acquisitions details
-
-`Create a basket group <#acqbasketgroup>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A basket group is simply a group of baskets. In some libraries, you have
-several staff members that create baskets, and, at the end of a period
-of time, someone then groups them together to send to the vendor in
-bulk. That said, it is possible to have one basket in a basket group if
-that's the workflow used in your library.
-
-`Printing baskets <#printacqbasket>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When you are finished adding items to your basket, click 'Close this
-Basket.'
-
-Close Basket
-|image835|
-
-You will be asked if you want to 'Attach this basket to a new basket
-group with the same name'. A basket group is necessary if you want to be
-able to print PDFs of your orders.
-
-Create Purchase Order
-|image836|
-
-Your completed order will be listed on the Basket Grouping page for
-printing or further modification.
-
-Basket Grouping
-|image837|
-
-If you closed the basket before generating the EDIFACT order you can do
-so from the basket grouping page.
-
-Basket Grouping EDIFACT
-
-Clicking the 'Print' button next to your order will generate a PDF for
-printing, which will have all of your library information followed by
-the items in your order.
-
-Order found on PDF
-|image838|
-
-`Receiving Orders <#receiveacqorder>`__
----------------------------------------
-
-    **Important**
-
-    You must close the basket to be able to `receive
-    items <#receiveacqorder>`__ when they arrive. Only items in closed
-    baskets will show as ready to receive.
-
-Orders can be received from the vendor information page
-
-Receive from Vendor Information
-|image839|
-
-or the vendor search results page
-
-Vendor Search Results
-|image840|
-
-After clicking 'Receive shipment' you will be asked to enter a vendor
-invoice number, a shipment received date, a shipping cost and a budget
-to subtract that shipping amount from.
-
-Receive Shipment
-|image841|
-
-The receive page will list all items still on order with the vendor
-regardless of the basket the item is from.
-
-Receipt Summary
-|image842|
-
-To receive a specific item, click the 'Receive' link to the right of the
-item.
-
-Receive Item Form
-|image843|
-
-From this form you can alter the cost information. You can also choose
-to mark only part of the order as received if the vendor didn't send
-your entire order by checking only the boxes next to the items on the
-left that you want to receive. The values you enter in the 'Replacement
-cost' and 'Actual cost' will automatically populate the item record by
-filling in subfield v (Cost, replacement price) and subfield g (Cost,
-normal purchase price) on the item record after saving.
-
-Item record after receipt
-|image844|
-
-You can also make edits to the item record from this form by clicking
-the 'Edit' link next to each item. This will allow you to enter in
-accurate call numbers and barcodes if you'd like to do that at the point
-of receipt. Once you have made any changes necessary (to the order
-and/or items, click 'Save' to mark the item(s) as received.
-
-    **Note**
-
-    If you have your
-    `AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
-    preference set to add or change values on received items those
-    changes will take place after you hit 'Save'.
-
-Already Received Items
-|image845|
-
-If the item is no longer available from this vendor you can transfer the
-order to another vendor's basket by clicking the 'Transfer' link to the
-right of the title. This will pop up a vendor search box.
-
-Transfer search
-|image846|
-
-From the results you can click 'Choose' to the right of the vendor you
-would like to reorder this item from.
-
-Transfer vendor
-|image847|
-
-You will then be presented with the open baskets for that vendor to
-choose from. To move the item simply click 'Choose' to the right of the
-basket you would like to add the item to.
-
-Basket choice
-|image848|
-
-Once you have chosen you will be presented with a confirmation message.
-
-Confirm transfer
-|image849|
-
-When you're finished receiving items you can navigate away from this
-page or click the 'Finish receiving' button at the bottom of the screen.
-
-If the item cannot be found anywhere you can cancel the order by
-clicking 'Delete order' to the far right. This will prompt you to enter
-your reason and confirm cancellation.Cancel order
-
-You will also see that the item is received and/or cancelled if you view
-the basket.
-
-One item marked (rcvd) in basket
-|image850|
-
-`Invoices <#acqinvoices>`__
----------------------------
-
-When orders are received invoices are generated. Invoices can be
-searched by clicking on 'Invoices' in the left of the Acquisitions page.
-
-Invoices page
-|image851|
-
-After searching, your results will appear to the right of the search
-options.
-
-Invoice search results
-|image852|
-
-From the results you can click the 'Details' link to see the full
-invoice or 'Close' to note that the invoice is closed/paid for.
-
-Invoice details
-|image853|
-
-If you're allowing the uploading of acquisitions files with the
-`AcqEnableFiles <#AcqEnableFiles>`__ preference you will see the option
-to manage invoice files next to the link to 'Go to receipt
-page'AcqEnableFiles
-
-To see or attach new files click the 'Manage invoice files' link
-
-No invoice files
-|image854|
-
-From here you can find a file to upload and/or see the files you have
-already attached.
-
-Invoice files
-|image855|
-
-From the invoice search results you can also merge together two invoices
-should you need to. Simply click the checkbox to the left of the
-invoices you would like to merge and click the 'Merge selected invoices'
-button at the bottom of the page. You will be presented with a
-confirmation screen:
-
-Merge invoices
-|image856|
-
-Click on the row of the invoice number you would like to keep and it
-will be highlighted in yellow. Enter any different billing information
-in the fields provided and click 'Merge'. The two invoices will become
-one.
-
-`Claims & Late Orders <#acqclaims>`__
--------------------------------------
-
-If you have entered in an email address for the vendors in your system
-you can send them claim emails when an order is late. Before you can
-send claims you will need to set up an `acquisitions claim
-notice <#ACQCLAIM>`__.
-
-Upon clicking on the link to 'Late Orders' from the Acquisitions page
-you will be presented with a series of filter options on the left hand
-side. These filters will be applied only closed baskets.
-
-Acquisitions Late Order Filters
-|image857|
-
-    **Note**
-
-    The vendor pull down only shows vendors with closed baskets that are
-    late.
-
-Once you filter your orders to show you the things you consider to be
-late you will be presented with a list of these items.
-
-Late Orders
-|image858|
-
-To the right of each late title you will be see a checkbox. Check off
-the ones you want a claim letter sent to and click 'Claim Order' at the
-bottom right of the list. This will automatically send an email to the
-vendor at the email address you have on file.
-
-    **Note**
-
-    The Estimated Delivery Date is based on the Delivery time value
-    entered on the vendor record.
-
-If you would rather use a different acquisition claim letter (other than
-the default) you can `create that in the notices module <#addnotices>`__
-and choose it from the menu above the list of late items.
-
-Choose a Claim Letter
-|image859|
-
-`Acquisition Searches <#acqsearch>`__
--------------------------------------
-
-At the top of the various Acquisition pages there is a quick search box
-where you can perform either a Vendor Search or an Order Search.
-
-Acquisition Searches
-|image860|
-
-In the Vendor Search you can enter any part of the vendor name to get
-results.
-
-Vendor Search Results
-|image861|
-
-Using the Orders Search you can search for items that have been ordered
-with or without the vendor.
-
-Order Search Box
-|image862|
-
-You can enter info in one or both fields and you can enter any part of
-the title and/or vendor name.
-
-Order Search Results
-|image863|
-
-Clicking the plus sign to the right of the Vendor search box will expand
-the search and allow you to search for additional fields.
-
-Expanded Orders Search
-|image864|
-
-Clicking Advanced Search to the right of the search button will give you
-all of the order search options available.
-
-Full Order Search
-|image865|
-
-`Budget/Fund Tracking <#fundtracking>`__
-----------------------------------------
-
-On the main acquisitions page there will be a table showing you all of
-your active funds and a breakdown of what has been ordered or spent
-against them.
-
-Fund Table
-|image866|
-
-Clicking on the linked amounts under spent or ordered will show you a
-summary of the titles ordered/received on that budget.
-
-Titles Spent
-|image867|
-
-`EDI Process <#ediprocess>`__
------------------------------
-
-Previous sections explain all ordering options, this section pulls out
-the parts related to EDI or EDIFACT ordering to help those who are only
-using EDI for ordering.
-
-    **Important**
-
-    Koha uses the EDIFACT standard not the X12 standard for electronic
-    ordering.
-
-`EDI Questions for Vendors <#ediquestions>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You will want to gather the following information from your vendors
-before beginning the set up process in Koha.
-
-**EDI Accounts:** *This is the basic connection information for your
-vendor. This will be used to fill in the `EDI Accounts <#ediaccounts>`__
-section.*
-
--  **Vendor:** The name of the vendor
-
--  **Description:** A short description if additional explanation is
-   needed ( especially if you have multiple accounts for one vendor ).
-
--  **Transport:** Does the vendor transmit EDI files via FTP, SFTP, or
-   something else the requires special processing?
-
--  **Remote host:** The URL or IP address of the FTP/SFTP server
-
--  **Username:** The username for the above server
-
--  **Password:** The password for the above server
-
--  **Download directory:** The path on the server that contains files
-   for Koha to download and process
-
--  **Upload directory:** The path on the server that Koha will upload
-   files to for your vendor to process
-
--  **Qualifier:** Who assigned the SAN below?
-
-   -  Choose one of the following:
-
-      (14) EAN International
-
-      (31B) US SAN Agency
-
-      (91) Assigned by supplier
-
-      (92) Assigned by buyer
-
--  **SAN:** The identifier for the vendor
-
-   *Buyer qualifier and SAN are optional. Some vendors require a second
-   buyer identifier in addition to the account EAN*.
-
--  **Buyer qualifier:** Who assigned the SAN below?
-
-   -  Choose one of the following:
-
-      (14) EAN International
-
-      (31B) US SAN Agency
-
-      (91) Assigned by supplier
-
-      (92) Assigned by buyer
-
--  **Buyer SAN:** The identifier for the library
-
--  **Quotes enabled:** [y/n] Does this vendor support sending and
-   receiving quotes via EDIfact and do you want to send and receive
-   quotes via EDIfact?
-
--  **Orders enabled:** [y/n] Does this vendor support sending and
-   receiving orders via EDIfact and do you want to send and receive
-   orders via EDIfact?
-
--  **Invoices enabled:**\ [y/n] Does this vendor support sending and
-   receiving invoices via EDIfact and do you want to send and receive
-   invoices via EDIfact?
-
--  **Order file suffix:** The file suffix for order files
-
--  **Quote file suffix:** The file suffix for quote files
-
--  **Invoice file suffix:** The file suffix for invoice files
-
--  **Account number(s):** (list them all)
-
--  **Account description(s):** (the summary of what this number is for)
-
-**EANs:** *Each library using EDIfact needs to specify a buyer
-identifier know as a SAN or EAN. This will fill in the `Library
-EANs <#libraryeans>`__ setting.*
-
--  **Library**
-
--  **EAN**
-
-   -  Choose one of the following:
-
-      (14) EAN International
-
-      (31B) US SAN Agency
-
-      (91) Assigned by supplier
-
-      (92) Assigned by buyer
-
-**MARC Order Fields or Grid Ordering:** *These values will fill in the
-`MarcFieldsToOrder <#MarcFieldsToOrder>`__ preference.*
-
--  **price:** MARC21 field that contains the item price
-
--  **quantity:** MARC21 field that contains the number of items for the
-   given record
-
--  **budget\_code:** MARC21 field that contains the Koha budget code to
-   be debited
-
--  **discount:** MARC21 field the contains the discount as a percentage
-   the the price will be discounted by
-
--  **sort2:** MARC21 field that will populate custom field sort1
-
--  **sort2:** MARC21 field that will populate custom field sort2
-
-`EDI Setup <#edisetup>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Before you begin ordering using EDI you will want to take the following
-steps:
-
--  Ask your vendor/bookseller/jobber for `connection
-   information <#ediquestions>`__
-
-   -  It might also be beneficial to ask for a few sample EDIFACT files
-      from the vendor
-
--  Share with your vendor/bookseller/jobber your `library
-   codes <#libsgroups>`__, `item type codes <#itemtypeadmin>`__, `fund
-   codes <#funds>`__, and any other codes or `authorized
-   values <#authorizedvalues>`__ they might need for creating your MARC
-   order records
-
--  Communicate with your support provider or the community about whether
-   you will need a plugin based on your vendor's answers
-
-   -  For example ByWater Solutions has published plugins for specific
-      vendors here:
-      https://github.com/bywatersolutions/koha-plugin-edifact-enhanced
-
--  `Enter the vendor/bookseller/jobber <#addacqvendor>`__ in
-   Acquisitions
-
--  Review your `Acquisitions system preferences <#acqprefs>`__
-
-   -  Be sure to fill in the `MarcFieldsToOrder <#MarcFieldsToOrder>`__
-      preference with values for order files
-
--  Enter your `EDI Accounts <#ediaccounts>`__
-
--  Enter your `Library EANs <#libraryeans>`__
-
--  Turn on the `EDI Cron <#edicron>`__ so that it can process files
-
-`EDI Ordering <#ediordering>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The first step in ordering using EDI happens on the book vendor's
-website. Each seller will use different language, but you will need to
-place your order on their site and then download the MARC order file.
-Some language that you might see included "basket", "order", "cart",
-and/or "MARC order." Once you have this MARC file downloaded to your
-computer you will want to log in to Koha and continue the process there.
-
-Visit the `Stage MARC Records for Import <#stagemarc>`__ tool and upload
-your file. Once presented with the confirmation screen proceed to
-Acquisitions.
-
-In Acquisitions `create a basket <#createacqbasket>`__ for the vendor
-you ordered from. From the basket, choose to `order from a staged
-file <#orderfromstagedfile>`__ and click 'Order' next to the file you
-downloaded from your vendor and staged in Koha.
-
-From the confirmation screen you will see all of the data in the MARC
-file related to your order. If you are not seeing fields such as fund
-and quanity filled in then be sure to confirm that your
-`MarcFieldsToOrder <#MarcFieldsToOrder>`__ preference is set right.
-
-Once you have added all of the items to the basket you can click the
-'Create EDIFACT order' button.
-
-EDIFACT Order
-
-This will generate a pending file in the `EDIFACT
-Messages <#edifactmsg>`__ in Koha. The pending files will be processed
-by the `EDI Cron Job <#edicron>`__ and sent to your vendor.
-
-`EDI Invoicing <#ediinvoice>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When the book vendor is done processing your files they will send an
-invoice via EDI as well. The `EDI Cron Job <#edicron>`__ will grab
-invoices and mark items found in the invoice as received and update your
-funds without any need for manual intervention.
-
-`EDIFACT Messages <#edifactmsg>`__
-----------------------------------
-
-A log of all messages sent and received via EDIFACT can be found under
-EDIFACT Messages. EDIFACT Messages
-
-Lists & Cart
-============
-
-Lists are a way to save a collection of content on a specific topic or
-for a specific purpose. The Cart is a session specific storage space.
-
--  *Get there:* More > Lists
-
-`Lists <#lists>`__
-------------------
-
-`Create a List <#createlist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-A list can be created by visiting the Lists page and clicking 'New List'
-
-New List Button
-|image868|
-
-The new list form offers several options for creating your list:
-
-New List Form
-|image869|
-
--  The name is what will appear on the list of Lists
-
--  You can also choose how to sort the list
-
--  Next decide if your list is going to be private or public
-
-   -  A Private List is managed by you and can be seen only by you
-      (depending on your permissions settings below)
-
-   -  A Public List can be seen by everybody, but managed only by you
-      (depending on your permissions settings below)
-
--  Finally decide what your permissions will be on the list. You can all
-   or disallow:
-
-   -  anyone else to add entries
-
-   -  anyone to remove his own contributed entries
-
-      -  **Note**
-
-             The owner of a list is always allowed to add entries, but
-             needs permission to remove.
-
-   -  anyone to remove other contributed entries    
-
-A list can also be created from the catalog search results
-
-New list from catalog search
-|image870|
-
--  Check the box to the left of the titles you want to add to the new
-   list
-
--  Choose [New List] from the 'Add to:' pull down menu
-
-   New List from Search Results
-   |image871|
-
-   -  Name the list and choose what type of list this is
-
-      -  A Private List is managed by you and can be seen only by you
-
-      -  A Public List can be seen by everybody, but managed only by you
-
-Once the list is saved it will accessible from the Lists page and from
-the 'Add to' menu at the top of the search results.
-
-`Add to a List <#addtolist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To add titles to an existing list click on the list name from the page
-of lists
-
-List of Lists
-|image872|
-
-To open a list you can click the list name.
-
-From that page you can add titles by scanning barcodes into the box at
-the bottom of the page
-
-Content of a List
-|image873|
-
-A title can also be added to a list by selecting titles on the search
-results page and choosing the list from the 'Add to' menu
-
-Add to List
-|image874|
-
-`Viewing Lists <#viewlist>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To see the contents of a list, visit the Lists page on the staff client
-
-List of Lists
-|image875|
-
-Clicking on the 'List Name' will show the contents of the list
-
-Content of a List
-|image876|
-
-From this list of items you can perform several actions
-
--  'New list' will allow you to create another list
-
--  'Edit' will allow you to edit the description and permissions for
-   this list
-
--  'Send list' will send the list to the email address you enter (`view
-   sample List email <#examplelistemail>`__)
-
--  'Download list' will allow you to download the cart using one of 3
-   default formats or your `CSV Profiles <#csvprofiles>`__
-
--  'Print list' will present you with a printable version of the list
-
-Using the filters at the top of each column you can find specific items
-in your list.
-
-`Merging Bibliographic Records Via Lists <#mergebibrecs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-One way to merge together duplicate bibliographic records is to add them
-to a list and use the Merge Tool from there.
-
-List of Duplicate Records
-|image877|
-
-Once you have selected the records to merge together the process is the
-same as if you had chosen to `merge via cataloging <#mergebibs>`__.
-
-`Cart <#cart>`__
-----------------
-
-The cart is a temporary holding place for items in the OPAC and/or staff
-client. The cart will be emptied once the session is ended (by closing
-the browser or logging out). The cart is best used for performing batch
-operations (holds, printing, emailing) or for getting a list of items to
-be printed or emailed to yourself or a patron.
-
-If you would like to enable the cart in the staff client, you need to
-set the `intranetbookbag <#intranetbookbag>`__ system preference to
-'Show.' To add things to the cart, search the catalog and select the
-items you would like added to your cart and choose 'Cart' from the 'Add
-to' menu
-
-Add to Cart
-|image878|
-
-A confirmation will appear below the cart button at the top of the staff
-client
-
-Items added to Cart
-|image879|
-
-Clicking on the Cart icon will provide you with the contents of the cart
-
-Cart Contents
-|image880|
-
-From this list of items you can perform several actions
-
--  'More details' will show more information about the items in the cart
-
--  'Send' will send the list to the email address you enter (`view
-   sample Cart email <#examplecartemail>`__)
-
--  'Download' will allow you to download the cart using one of 3 default
-   formats or your `CSV Profiles <#csvprofiles>`__
-
--  'Print' will present you with a printable version of the cart
-
--  'Empty and Close' will empty the list and close the window
-
--  'Hide Window' will close the window
-
-Reports
-=======
-
-Reports in Koha are a way to gather data. Reports are used to generate
-statistics, member lists, shelving lists, or any list of data in your
-database.
-
--  *Get there:* More > Reports
-
-`Custom Reports <#customreports>`__
------------------------------------
-
-Koha's data is stored in a MySQL database which means that librarians
-can generate nearly any report they would like by either using the
-`Guided Reports Wizard <#quidedreportwizard>`__ or writing their own
-`SQL query <#reportfromsql>`__.
-
-`Add Custom Report <#customreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Guided Report Wizard <#quidedreportwizard>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The guided report wizard will walk you through a six step process to
-generate a report.
-
-Step 1: Choose the module you want to report on. This will determine
-what tables and fields are available for you to query.
-
-'Report is public' should be left to the default of 'No' in most cases.
-A report can be made public if you intend to allow access to it through
-the JSON webservice interface. This is a system that can be used by
-developers to make custom presentations of the data from the report, for
-example displaying it using a graphing API. To learn more speak to your
-local developer.
-
--  A public report is accessible via a URL that looks like this:
-   http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
-
-Chose Module for Report
-|image881|
-
-    **Note**
-
-    If your system administrator has set up memcache on your server you
-    might see one more option for the Cache expiry. This is related to
-    your public reports. If you make the report public then it's
-    constantly running and will cause a large load on your system.
-    Setting this value prevents that.Cache expiry
-
-Step 2: Choose a report type. For now, Tabular is the only option
-available.
-
-Report Type
-|image882|
-
-Step 3: Choose the fields you want in your report. You can select
-multiple fields and add them all at once by using CTRL+Click on each
-item you want to add before clicking the Add button.
-
-Select database fields to query
-|image883|
-
-Step 4: Choose any limits you might want to apply to your report (such
-as item types or branches). If you don't want to apply any limits,
-simply click Next instead of making an option.
-
-Choose limits
-|image884|
-
-Step 5: Perform math functions. If you don't want to do any
-calculations, simply click Next instead of making an option.
-
-Choose math functions
-|image885|
-
-Step 6: Choose data order. If you want the data to print out in the
-order it's found in the database, simply click Finish.
-
-Choose ordering
-|image886|
-
-When you are finished you will be presented with the SQL generated by
-the report wizard. From here you can choose to save the report by
-clicking 'Save' or copy the SQL and make edits to it by hand.
-
-Custom Report Confirmation
-|image887|
-
-If you choose to save the report you will be asked to name your report,
-sort it in to groups and subgroups and enter any notes regarding it.
-
-Save custom report
-|image888|
-
-Once your report is saved it will appear on the 'Use Saved' page with
-all other saved reports.
-
-Saved Reports list
-|image889|
-
-From here you can make edits, run the report, or schedule a time to have
-the report run. To find the report you created you can sort by any of
-the columns by clicking the on the column header (creation date is the
-best bet for finding the report you just added). You can also filter
-your results using the filter menu on the left or use the tabs to find
-reports based on your custom groups.
-
-`Report from SQL <#reportfromsql>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In addition to the report wizard, you have the option to write your own
-queries using SQL. To find reports written by other Koha users, visit
-the Koha Wiki: http://wiki.koha-community.org/wiki/SQL_Reports_Library.
-You can also find your database structure in
-/installer/data/mysql/kohastructure.sql or online at:
-`http://schema.koha-community.org <http://schema.koha-community.org/>`__.
-
-To add your query, click the link to 'Create from SQL' on the main
-reports module or the 'New report' button at the top of the 'Saved
-reports' page.
-
-New SQL Report
-|image890|
-
-Fill in the form presented
-
-Create Report from SQL
-|image891|
-
--  The 'Name' is what will appear on the Saved Reports page to help you
-   identify the report later. It will also be searchable using the
-   filters found the left of the Saved Reports page.
-
--  You can use the 'Report group' to organize your reports so that you
-   can easily filter reports by groups. Report groups are set in the
-   `REPORT\_GROUP <#reportgroup>`__ authorized value category or can be
-   added on the fly when creating the report by choosing the 'or create'
-   radio button.Report group
-
-   -  **Note**
-
-          If you're adding a report group on the fly, remember that you
-          code should be fewer than 10 characters and should not include
-          special characters or spaces.
-
--  You can use 'Report subgroup' to further organize your reports so
-   that you can easily filter reports by groups and subgroups. Report
-   subgroups are set in the `REPORT\_SUBGROUP <#reportsubgroup>`__
-   authorized value category or can be added on the fly when creating
-   the report by choosing the 'or create' radio button.
-
-   Report subgroup
-   |image892|
-
-   -  **Note**
-
-          If you're adding a report subgroup on the fly, remember that
-          you code should be fewer than 10 characters and should not
-          include special characters or spaces.
-
--  'Report is public' should be left to the default of 'No' in most
-   cases. A report can be made public if you intend to allow access to
-   it through the JSON webservice interface. This is a system that can
-   be used by developers to make custom presentations of the data from
-   the report, for example displaying it using a graphing API. To learn
-   more speak to your local developer.
-
-   -  A public report is accessible via a URL that looks like this:
-      http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
-
--  'Notes' will also appear on the Saved Reports page, this can be used
-   to provide more details about the report or tips on how to enter
-   values when it runs
-
--  The type should always be 'Tabular' at this time since the other
-   formats have not been implemented
-
--  In the 'SQL' box you will type or paste the SQL for the report
-
--  If you feel that your report might be too resource intensive you
-   might want to consider using runtime parameters to your query.
-   Runtime parameters basically make a filter appear before the report
-   is run to save your system resources.
-
-   There is a specific syntax that Koha will understand as 'ask for
-   values when running the report'. The syntax is <<Question to
-   ask\|authorized\_value>>.
-
-   -  The << and >> are just delimiters. You must put << at the
-      beginning and >> at the end of your parameter
-
-   -  The 'Question to ask' will be displayed on the left of the string
-      to enter.
-
-   -  The authorized\_value can be omitted if not applicable. If it
-      contains an authorized value category, or branches or itemtype or
-      categorycode or biblio\_framework, a list with the Koha authorized
-      values will be displayed instead of a free field Note that you can
-      have more than one parameter in a given SQL Note that entering
-      nothing at run time won't probably work as you expect. It will be
-      considered as "value empty" not as "ignore this parameter". For
-      example entering nothing for : "title=<<Enter title>>" will
-      display results with title='' (no title). If you want to have to
-      have something not mandatory, use "title like <<Enter title>>" and
-      enter a % at run time instead of nothing
-
-   Examples:
-
-   -  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
-      patrons library\|branches>> AND surname like <<Enter filter for
-      patron surname (% if none)>>
-
-   -  SELECT \* FROM items WHERE homebranch = <<Pick your
-      branch\|branches>> and barcode like <<Partial barcode value here>>
-
-   -  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
-      frameworkcode\|biblio\_framework>>
-
-       **Note**
-
-       To generate a date picker calendar to the right of the field when
-       running a report you can use the 'date' keyword like this:
-       <<Enter Date\|date>>
-
-       Date Picker
-       |image893|
-
-       **Note**
-
-       You have to put "%" in a text box to 'leave it blank'. Otherwise,
-       it literally looks for "" (empty string) as the value for the
-       field.
-
-       **Important**
-
-       In addition to using any authorized value code to generate a
-       dropdown, you can use the following values as well: Framework
-       codes (biblio\_framework), Branches (branches), Item Types
-       (itemtypes) and Patron Categories (categorycode). For example a
-       branch pull down would be generated like this
-       <<Branch\|branches>>
-
-       Branch pull down
-       |image894|
-
-    **Note**
-
-    There is a limit of 10,000 records put on SQL statements entered in
-    Koha. To get around this you want to add 'LIMIT 100000' to the end
-    of your SQL statement (or any other number above 10,000).
-
-    **Note**
-
-    If your system administrator has set up memcache on your server you
-    might see one more option for the Cache expiry. This is related to
-    your public reports. If you make the report public then it's
-    constantly running and will cause a large load on your system.
-    Setting this value prevents that.Cache expiry
-
-Once everything is entered click the 'Save Report' button and you'll be
-presented with options to run it. Once a report is saved you do not have
-to recreate it you can simply find it on the Saved Reports page and
-`run <#runcustomreport>`__ or `edit <#editcustomreports>`__ it.
-
-`Duplicate Report <#duplicatereport>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Reports can also be added by duplicating an existing report. Visit the
-'Saved reports' page to see all of the reports listed on your system
-already.
-
-Saved Reports
-|image895|
-
-To the right of every report there is an 'Actions' pull down. Clickin
-that and choose 'Duplicate' to use an existing report as the basis for
-your new report. That will populate the new report form with the
-existing SQL for easy editing and resaving.
-
-`Edit Custom Reports <#editcustomreports>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Every report can be edited from the reports lists. To see the list of
-reports already stored in Koha, click 'Use Saved.'
-
-Saved Reports
-|image896|
-
-To find the report you'd like to edit you can sort by any of the columns
-by clicking the on the column header. You can also filter your results
-using the filter menu on the left or use the tabs to find reports based
-on your custom groups.
-
-From this list you can edit any custom report by clicking 'Actions' to
-the right of the report and choosing 'Edit' from the menu that appears.
-
-Edit Report Option
-|image897|
-
-The form to edit the report will appear.
-
-Edit SQL Form
-|image898|
-
-`Running Custom Reports <#runcustomreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Once custom reports are saved to Koha, you can run them by going to the
-Saved Reports page and clicking the 'Actions' button to the right of the
-report and choosing 'Run'.
-
-Run Report
-|image899|
-
-When you report runs you will either be asked for some values
-
-Enter report parameters
-|image900|
-
-or you will see the results right away
-
-Report results
-|image901|
-
-From the results you can choose to rerun the report by clicking 'Run
-report' at the top, edit the report by clicking the 'Edit' button or
-starting over and creating a new report by using the 'New' button. You
-can also download your results by choosing a file type at the bottom of
-the results next to the 'Download the report' label and clicking
-'Download.'
-
-    **Note**
-
-    A Comma Separated Text file is a CSV file and it can be opened by
-    any spreadsheet application.
-
-`Statistics Reports <#statsreports>`__
---------------------------------------
-
-Statistic reports will show you counts and sums. These reports are all
-about numbers and statistics, for reports that return more detailed
-data, use the `Guided Report Wizard <#quidedreportwizard>`__. These
-reports are limited in what data they can look at, so it's often
-recommended to use `custom reports <#customreports>`__ for official end
-of the year statistics.
-
-`Acquisitions Statistics <#acqstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Acquisitions Statistics
-|image902|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Acquisitions Statistics Results
-|image903|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-When generating your report, note that you get to choose between
-counting or summing the values.
-
-Acquisitions Stats Options
-|image904|
-
-Choosing amount will change your results to appear as the sum of the
-amounts spent.
-
-Acquisitions statistics with totals
-|image905|
-
-`Patron Statistics <#patstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Patron Statistics Options
-|image906|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Patron Statistics Results
-|image907|
-
-Based on your selections, you may see some query information above your
-results table. You can also choose to export to a file that you can
-manipulate to your needs.
-
-`Catalog Statistics <#catstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Catalog Statistics Form
-|image908|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Catalog Statistic Results
-|image909|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Circulation Statistics <#circstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose which value you would like to appear in
-the Column and which will appear in the Row.
-
-Circulation Statistics
-|image910|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Circulation Statistic Results
-|image911|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-    **Note**
-
-    To get a complete picture of your monthly or daily circulation, you
-    can run the report twice, once for 'Type' of 'Checkout' and again
-    for 'Renewal.'
-
-    This report uses 'Period,' or date, filtering that allows you to
-    limit to a month by simply selecting the first day of the first
-    month through the first day of the next month. For example, 10/1 to
-    11/1 to find statistics for the month of October.
-
-    -  To find daily statistics, set your date range.</br> Example: "I
-       want circulation data starting with date XXX up to, but not
-       including, date XXX."
-
-    -  For a whole month, an example range would be: 11/01/2009 to
-       12/01/2009
-
-    -  For a whole year, an example range would be: 01/01/2009 to
-       01/01/2010
-
-    -  For a single day, an example would be: 11/15/2009 to 11/16/2009
-       to find what circulated on the 15th
-
-`Tracking in house use <#inhouseuse>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Using the Circulation statistics reporting wizard you can run reports on
-in house usage of items simply by choosing 'Local Use' from the 'Type'
-pull down:
-
-In House Use Stats
-|image912|
-
-`Serials Statistics <#serialstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided, choose how you would like to list the serials
-in your system.
-
-Serials Statistics
-|image913|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Serials Results
-|image914|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Holds Statistics <#holdstats>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    **Note**
-
-    These reports are limited in what data they can look at, so it's
-    often recommended to use `custom reports <#customreports>`__ for
-    official end of the year statistics.
-
-Using the form provided you can see statistics for holds placed, filled,
-cancelled and more at your library. From the form choose what value you
-want to display in the column and what value to show in the row. You can
-also choose from the filters on the far right of the form.
-
-Hold Statistics Form
-|image915|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Hold Stats Results
-|image916|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Patrons with the most checkouts <#mostcheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will simply list the patrons who have the most checkouts.
-
-Patrons with the most checkouts form
-|image917|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Top checkouts results
-|image918|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Most Circulated Items <#mostcirculated>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will simply list the items that have the been checked out
-the most.
-
-Most Circulation Items Form
-|image919|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Top Circulation Items Results
-|image920|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Patrons with no checkouts <#patnocheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list for you the patrons in your system who haven't
-checked any items out.
-
-Patrons with no Checkouts
-|image921|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Results for Patrons with no Checkouts
-|image922|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Items with no checkouts <#itemnocheckouts>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list items in your collection that have never been
-checked out.
-
-Items with No Checkouts
-|image923|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Items with no checkouts results
-|image924|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Catalog by Item Type <#catbyitem>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list the total number of items of each item type per
-branch.
-
-Catalog by Item Type
-|image925|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Total of Items by Type and Branch
-|image926|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Lost Items <#lostreport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will allow you to generate a list of items that have been
-marked as Lost within the system
-
-Lost Items Report
-|image927|
-
-`Average Loan Time <#avloantime>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This report will list the average time items are out on loan based on
-the criteria you enter:
-
-Average Checkout Period Form
-|image928|
-
-If you choose to output to the browser your results will print to the
-screen.
-
-Average Checkout Period Results
-|image929|
-
-You can also choose to export to a file that you can manipulate to your
-needs.
-
-`Report Dictionary <#reportdic>`__
-----------------------------------
-
-The report dictionary is a way to pre-define common filters you'd like
-to apply to your reports. This is a good way to add in filters that the
-report wizard doesn't include by default. To add a new definition, or
-filter, click 'New Definition' on the Reports Dictionary page and follow
-the 4 step process.
-
-Step 1: Name the definition and provide a description if necessary
-
-Create a Definition
-|image930|
-
-Step 2: Choose the module that the will be queried.
-
-Select Koha Module
-|image931|
-
-Step 3: Choose columns to query from the tables presented.
-
-Choose columns
-|image932|
-
-Step 4: Choose the value(s) from the field(s). These will be
-automatically populated with options available in your database.
-
-Choose fields and values
-|image933|
-
-Confirm your selections to save the definition.
-
-Confirm Definition
-|image934|
-
-Your definitions will all appear on the Reports Dictionary page
-
-Reports Dictionary Listing
-|image935|
-
-Then when generating reports on the module you created the value for you
-will see an option to limit by the definition at the bottom of the usual
-filters.
-
-Dictionary Limit Option
-|image936|
-
-OPAC
-====
-
-This chapter assumes that you have the following preferences set as
-follows:
-
--  `opacthemes <#opacthemes>`__ = bootstrap
-
--  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = default
-
--  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = default
-
--  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
-
--  `TagsEnabled <#TagsEnabled>`__ = Allow
-
--  `TagsInputOnDetail <#TagsInputOnDetail>`__ =Allow
-
--  `TagsInputOnList <#TagsInputOnList>`__ = Allow
-
--  `reviewson <#reviewson>`__ = Allow
-
--  `ShowReviewer <#ShowReviewer>`__ = Allow
-
--  `ShowReviewerPhoto <#ShowReviewerPhoto>`__ =Allow
-
--  `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ = Show
-
--  `OPACAmazonCoverImages <#OPACAmazonCoverImages>`__ = Show
-
--  `XISBN <#XISBN>`__ = Use
-
--  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ = Default set of
-   links
-
--  `OPACShowCheckoutName <#OPACShowCheckoutName>`__ = Don't show
-
--  `RequestOnOpac <#RequestOnOpac>`__ = Allow
-
--  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ = Allow
-
--  `OpacBrowseResults <#OpacBrowseResults>`__ = Enable
-
--  `SuspendHoldsOpac <#SuspendHoldsOpac>`__ = Allow
-
--  `OPACShowBarcode <#OPACShowBarcode>`__ = Don't show
-
--  `OpacSeparateHoldings <#OpacSeparateHoldings>`__ = Don't separate
-
--  `OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__ = home library
-
--  `DisplayLibraryFacets <#DisplayLibraryFacets>`__ = holding library
-
-If your system preferences are set differently your displays may differ.
-
-`Search Results <#opacsearchresults>`__
----------------------------------------
-
-To search the OPAC you can either choose to enter your search words in
-the box at the top of the OPAC or click on the 'Advanced Search' link to
-perform a more detailed search.
-
-OPAC Search Box
-|image937|
-
-For more on searching check the '`Searching <#searching>`__' chapter in
-this manual.
-
-`Results Overview <#opacresultsoverview>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-After performing a search the number of results found for your search
-will appear above the results
-
-Total Results
-|image938|
-
-By default your search results will be sorted based on your
-`OPACdefaultSortField and OPACdefaultSortOrder <#opacdefaultsort>`__
-system preference values. To change this you can choose another sorting
-method from the pull down on the right.
-
-Results Sorting Options
-|image939|
-
-Under each title on your results list a series of values from your
-leader will appear. It is important to note that this has nothing to do
-with the item types or collection codes you have applied to your
-records, this data is all pulled from your fixed fields. This can be
-turned on or off with the
-`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ system preference.
-
-Leader Visualization
-|image940|
-
-Below each title you will see the availability for the items attached to
-the record.
-
-    **Note**
-
-    Even if you filtered on one library location all locations that hold
-    the item will appear on the search results.
-
-    **Important**
-
-    An item's hold status doesn't not affect whether or not the item is
-    'available' until the item is in 'waiting' status. Items with
-    on-shelf holds will show as available until a librarian has pulled
-    them from the shelf and checked the item in make it show 'waiting'.
-
-Holdings Information
-|image941|
-
-If you have turned on `Enhanced Content <#enhancedcontent>`__
-preferences you may have book jackets on your search results.
-
-Book Jacket on Results
-|image942|
-
-If you have set your `Did you mean? <#didyoumean>`__ options you will
-see a yellow bar across the top of your results will other related
-searches.
-
-Did you mean?
-|image943|
-
-If you performed an advanced search you see an option to go back and
-edit your advanced search blow the list of results pages.Return to the
-last advanced search
-
-`Filters <#opacfilter>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To filter your results click on the links below the 'Refine Your Search'
-menu on the left of your screen
-
-Refine Your Results
-|image944|
-
-Depending on your setting for the
-`DisplayLibraryFacets <#DisplayLibraryFacets>`__ system preference you
-will see filters for your home, holding or both libraries.Library Facet
-
-After clicking a facet you can remove that filter from your results by
-clicking the small 'x' that appears to the right of the facet.Remove
-library facet
-
-`Search RSS Feeds <#searchrss>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You will be able to subscribe to your search results as an RSS feed by
-clicking the RSS icon in your address bar or next to the number of
-results. To learn more about what RSS feeds are check out `this tutorial
-video <http://www.youtube.com/watch?v=0klgLsSxGsU>`__.
-
-RSS Feed Icon
-|image945|
-
-Subscribing to search results as RSS feeds will allow you to see when a
-new item is added to the catalog in your area of interest.
-
-`Bibliographic Record <#opacbibrec>`__
---------------------------------------
-
-When you click on a title from the search results, you're brought to the
-bibliographic detail of the record. This page is broken down in several
-different areas.
-
-At the top of your screen will be the title and the GMD:
-
-Title
-|image946|
-
-Below the title the authors will be listed. These come from your 1xx and
-7xx fields. Clicking the author will run a search for other titles with
-that author.
-
-Author Display
-|image947|
-
-If you have an authority file you will see a magnifying glass to the
-right of author (and other) authorities. Clicking that magnifying glass
-will take you directly to the authority record.
-
-Authority link
-|image948|
-
-If you have your `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
-preference set to 'show' you will see a material type that is determined
-by values in your fixed fields (learn more in the `XSLT Item
-Types <#XSLTiTypes>`__ Appendix).
-
-XSLT Item Type
-|image949|
-
-Next you'll see the description of the record you're viewing:
-
-Basic Details
-|image950|
-
-Following that information you'll find the subject headings which can be
-clicked to search for other titles on similar topics
-
-Bibliographic Subjects
-|image951|
-
-If your record has a table of contents or summary it will appear next to
-the 'Summary' or 'Table of Contents' label
-
-Summary
-|image952|
-
-If your record has data in the 856 fields you'll see the links to the
-right of the 'Online Resources' label
-
-Online Resources
-|image953|
-
-If the title you're viewing is in a public list then you'll see a list
-of those to the right of the 'List(s) this item appears in' label and if
-it has tags they will appear below the 'Tags from this library' label
-
-Tags
-|image954|
-
-In the tabs below the details you will find your holdings data
-
-|image955|
-
-Any notes (5xx fields) that have been cataloged will appear under 'Title
-Notes'
-
-Title notes
-|image956|
-
-If you're allowing comments they will appear in the next tab
-
-Comments
-|image957|
-
-And finally if you have enabled FRBR and you have other editions of the
-title in your collection you will see the 'Editions' tab.
-
-Editions
-|image958|
-
-To the right of the details you'll find a series of boxes. The first box
-is a list of buttons to help navigate the search results. From there you
-can see the next or previous result from your search or return to the
-results.
-
-Search Options
-|image959|
-
-Clicking Browse Results at the top of the right column will open up your
-search results on the detail page
-
-Search Results
-|image960|
-
-Below the search buttons you'll find the links to place a hold, print
-the record, save the record to your lists, or add it to your cart
-
-More options
-|image961|
-
-Clicking 'More Searches' will show the list of libraries you entered in
-your `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ preference
-
-More Searches
-|image962|
-
-Under the 'Save Record' label you will find a series of file formats you
-can save the record as. This list can be customized by altering the
-`OpacExportOptions <#OpacExportOptions>`__ system preference.
-
-Save Record
-|image963|
-
-If at any time you want to change the view from the 'Normal' view to see
-the Marc or the ISBD you can click the tabs across the top of the record
-
-Record Views
-|image964|
-
-`Lists & Cart <#opaclistscart>`__
----------------------------------
-
-A cart is a temporary holding place for records you're interested in
-finding during this session. That means that once you log out of the
-OPAC or close the browser you lose the items in your cart. A list is a
-more permanent location for saving items. To learn more about lists,
-check the `Lists in the Staff Client <#stafflists>`__ chapter of this
-manual.
-
-`Lists <#opaclists>`__
-~~~~~~~~~~~~~~~~~~~~~~
-
-Patrons can manage their own private lists by visiting the 'my lists'
-section of their account.
-
-Lists Management
-|image965|
-
-`Creating Lists <#opacaddlists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Lists can also be created by choosing the 'New List' option in the 'Add
-to' menu on the search results
-
-Add to New List
-|image966|
-
-To create a list the patron simply needs to click the 'New List' link
-and populate the form that appears
-
-Create a new list
-|image967|
-
-The only field required is the 'List Name,' but the patron can also
-choose how they want the list sorted and if the list is public or
-private.
-
--  A Private List is managed by you and can be seen only by you
-   (depending on your permissions settings below)
-
--  A Public List can be seen by everybody, but managed only by you
-   (depending on your permissions settings below)
-
-    **Important**
-
-    If you aren't allowing patrons to create public lists with the
-    `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
-    preference then patrons will only be able to create private lists.
-
-    Create a new private list
-    |image968|
-
--  Finally decide what your permissions will be on the list. You can all
-   or disallow:
-
-   -  anyone else to add entries
-
-   -  anyone to remove his own contributed entries
-
-      -  **Note**
-
-             The owner of a list is always allowed to add entries, but
-             needs permission to remove.
-
-   -  anyone to remove other contributed entries    
-
-`Adding titles to Lists <#opacaddtolists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Titles can be added to lists from the search results and/or from the
-bibliographic record. On the search results options to add items to the
-list appear below each result and across the top of the results page
-
-Add to Lists from Results
-|image969|
-
-To add a single title to a list, click the 'Save to Lists' option and
-then choose the list you'd like to add the title to. To add multiple
-titles to a list check the boxes on the left of the titles you want to
-add and then choose the list you want to add the titles to from the 'Add
-too' pull down at the top of the screen.
-
-`Viewing Lists Contents <#listscontent>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To view the contents of a list, click on the list name under the Lists
-button.
-
-Lists
-|image970|
-
-The contents of the list will look similar to your search results pages
-except that there will be different menu options across the top of the
-list.
-
-List View
-|image971|
-
-To the right of the list title there is an RSS icon that will allow you
-to subscribe to updates to the list.
-
-Using the menu options above the list you can place multiple items on
-hold, download the list contents, email the list or print the list out.
-
--  To place a hold on one or more list items check the box to the left
-   of the item and click the 'Place Hold' link at the top
-
--  To download the list contents click the 'Download List' link and
-   choose the format you'd like to download the list in
-
--  To email the list contents to someone, click the 'Send List' link and
-   enter in your email details in the form that pops up (`view a sample
-   Lists email <#examplelistemail>`__)
-
-   Email List Contents
-   |image972|
-
--  To print the contents of your list out click the 'Print List' link
-
-`Managing Lists <#opacmanagelists>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once the list is saved patrons can begin adding items to it. From the
-'my lists' tab on the patron record the patron can edit and delete the
-lists they have created by clicking the appropriate link to the right of
-the list name.
-
-My Lists
-|image973|
-
-To edit the list's title or sorting patrons click the 'Edit' link to the
-right of the list description.
-
-Editing List
-|image974|
-
-When clicking 'Delete' next to a list you will be asked to confirm that
-you want to delete the list.
-
-Delete list confirmation
-|image975|
-
-The list will not be deleted until the 'Confirm' button is clicked to
-the right of the list you'd like to delete.
-
-If the library is allowing you to share private lists with the
-`OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
-preference then you will see the 'Share' link on your list of lists and
-the 'Share list' link at the top of each individual list. Clicking this
-will ask you to enter the email address of a patron.Share list
-
-Once the email address is entered Koha will present you with a
-confirmation message
-
-Share list confirmation
-|image976|
-
-and will send a message to that patron.
-
-`Cart <#opaccart>`__
-~~~~~~~~~~~~~~~~~~~~
-
-`Adding titles to the Cart <#opacaddtocart>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Titles can be added to the cart from the search results and/or from the
-bibliographic record. On the search results options to add items to the
-cart appear below each result and across the top of the results page
-
-Add to Cart on Search Results
-|image977|
-
-Clicking the 'Add to Cart' button will add the one title to your cart.
-To add multiple titles at once, check the box to the left of each result
-and then choose 'Cart' from the 'Add to' pull down at the top of the
-screen. Once titles are added to the cart you will be presented with a
-confirmation
-
-Items added to Cart
-|image978|
-
-From the results you will see which items are in your cart and will be
-able to remove those items by clicking '(remove)'.Item in your cart
-
-`Managing the Cart <#manageopaccart>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Once you have titles in your cart you can manage the contents by
-clicking on the 'Cart' button usually found at the top of the screen.
-Your cart will open in a new window.
-
-Contents of your cart
-|image979|
-
-From this window you are presented with several options. Across the top
-of the cart are several buttons.
-
-First is the 'More details' button. Clicking this will show you
-additional information about the titles in your cart (ISBNs, Subjects,
-Publisher Info, Notes and more).More details in the cart
-
-Next is the option to send the contents of your cart to an email
-address. This is handy if you want to send the resources you found at
-the library to your home email account to refer to later or to send to a
-patron researching a specific topic. Clicking this link will open up a
-new window that asks for the email address and message to send. `View a
-sample Cart email <#examplecartemail>`__.
-
-Email Cart
-|image980|
-
-    **Important**
-
-    The cart can only be emailed by logged in users. This will prevent
-    your cart email function from being used for spamming.
-
-In addition to sending your cart you can download the contents of your
-cart in several pre-defined formats or using a `CSV
-Profile <#csvprofiles>`__ that you defined in the Tools module.
-
-Download Cart
-|image981|
-
-Finally you can print out the contents of your cart by choosing the
-'Print' link.
-
-In addition to the various different ways to save the contents of your
-cart, there are ways to add value to the data in your cart. By selecting
-one or more titles from the cart you can add them to a list (click 'Add
-to a List'), place hold(s) (click 'Place hold'), or tag them (click
-'Tag'). All of these operations follow the same procedure as they do
-when performing them in the OPAC.
-
-`Placing Holds <#opacplacehold>`__
-----------------------------------
-
-Patrons can place holds on items via the OPAC if they're logged in and
-you have the `RequestOnOpac <#RequestOnOpac>`__ preference set to
-'Allow'. If the item can be placed on hold the option to place it on
-hold will appear in several different places.
-
--  When viewing a list or search results page you'll see the option to
-   place hold on multiple items by checking the boxes to the left of the
-   results and clicking 'Place Hold' at the top
-
-   Place Hold from Results
-   |image982|
-
--  When viewing a list or search results page you'll see the option to
-   place the item on hold below the basic information about the title
-
-   Place Hold
-   |image983|
-
--  When viewing an individual title you'll see the option to place a
-   hold in the box on the right side of the screen
-
-   Place Hold
-   |image984|
-
-No matter which of the above links you click to place your hold you'll
-be brought to the same hold screen.
-
-Place Hold Form
-|image985|
-
--  Check the box to the left of the items you'd like to place on hold
-
--  The title includes a link back to the detail page for the record
-
--  The priority shows where in the holds queue this hold will fall
-
--  If allowed by your
-   `OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
-   preference the patron can choose where they'd like to pick up their
-   hold
-
--  If you would like to see more options you can click 'Show more
-   options'
-
-   Place Hold Form with More Options
-
-   -  If you have the
-      `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
-      preference set to 'Allow' and the record had more than one item
-      type attached you will see an option to choose to limit the hold
-      to a specific item typeAllowHoldItemTypeSelection
-
--  If allowed by your
-   `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
-   preference, the 'Hold Starts on Date' column will show. This field
-   allows the patron to have their hold start on a future date.
-
--  By default holds placed in the system remain until canceled, but if
-   the patron fills in a 'Hold Not Needed After' date then the hold has
-   an expiration date.
-
-   -  **Important**
-
-          Expired holds are removed by the `Expired Holds Cron
-          Job <#expiredholdscron>`__, this is not an automatic process
-          and must be set up by your system administrator
-
--  If allowed by the `OpacHoldNotes <#OpacHoldNotes>`__ preference then
-   patrons can leave notes about their holds for the library by clicking
-   the 'Edit notes' button
-
-   Hold notes
-   |image986|
-
--  Depending on the rules you set regarding item specific holds in your
-   `circulation and fines rules <#circfinerules>`__ the patron will be
-   allowed to choose whether to place the hold on the next available
-   copy and/or a specific copy
-
-   Specific Copy Hold
-   |image987|
-
-After clicking the Place Hold button the patron will be brought to their
-account page where they'll see all of the items they have on hold.
-
-`Enhanced Content <#opacenhancedcontent>`__
--------------------------------------------
-
-`Tagging <#opactagging>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Depending on your settings for the `TagsEnabled <#TagsEnabled>`__,
-`TagsInputOnList <#TagsInputOnList>`__ and
-`TagsInputOnDetail <#TagsInputOnDetail>`__ preferences you may be able
-to add tags to bibliographic records from the search results and/or
-bibliographic records. If you are allowing patrons to add tags from the
-search results screen you will see an input box below each result and a
-'Tag' option at the top of the screen.
-
-Tagging Options on Results
-|image988|
-
-To add a tag to one item, type the tabs (separated by commas) in the
-'New tag' box and click 'Add'. You will be presented with a confirmation
-of your tags being added.
-
-Tags Added on Results
-|image989|
-
-From the results you can also tag items in bulk by clicking the
-checkboxes on the left and then clicking the 'Tag' button at the top.
-After clicking the button it will change into an input box for you to
-add tags to all of the items you have selected.
-
-Add Tags to Multiple Items
-|image990|
-
-`Comments <#opaccomments>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Patrons can leave comments in the OPAC if you have the
-`reviewson <#reviewson>`__ preference set to allow this. Each
-bibliographic record has a comments tab below the bibliographic
-information.
-
-Comments Tab
-|image991|
-
-If the patron is logged in they will see a link to add a comment to the
-item. Clicking this link will open a pop up window with a box for their
-comments.
-
-Add a Comment
-|image992|
-
-Once the comment has been typed and the 'Submit' button clicked, the
-patron will see their comment as pending and other patrons will simply
-see that there are no comments on the item.
-
-Pending Comment
-|image993|
-
-Once the comment is approved the patron will see the number of comments
-on the 'Comments' tab and their comment labeled amongst the other
-comments. If you have set your
-`ShowReviewerPhoto <#ShowReviewerPhoto>`__ preference to 'Show' then
-you'll see the patron's photo pulled from the
-`Libravatar <https://www.libravatar.org>`__ library.
-
-Your Comments
-|image994|
-
-Other patrons will see the comment with the name of the patron who left
-the comment (unless you have set the `ShowReviewer <#ShowReviewer>`__
-preference to not show patron names).
-
-Comment by other patron
-|image995|
-
-If you have your `OpacShowRecentComments <#OpacShowRecentComments>`__
-set to show then you'll see the approved comments on that page.
-
-Recent Comments List
-|image996|
-
-From this page patrons can subscribe to the recent comments using RSS if
-they would like.
-
-`Zotero <#zotero>`__
-~~~~~~~~~~~~~~~~~~~~
-
-Zotero is a Firefox add on that allows for the saving and generating of
-a bibliography. Learn more about and download Zotero at
-http://zotero.org.
-
-When on the search results in the Koha OPAC, if you have Zotero
-installed, you will see a folder icon in the address bar to the right of
-the URL. Clicking that folder will open up a list of titles on the page
-for you to pick from to add to Zotero.
-
-Zotero pop up
-|image997|
-
-Select the titles you want to add to Zotero and then click the 'OK'
-button. This will add the title to Zotero. You can see the title by
-opening your Zotero library.
-
-Title in the Zotero Library
-|image998|
-
-`Custom RSS Feeds <#customrss>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for any SQL
-query (for example a new acquisitions RSS feed). rss.pl is run on the
-command line to produce an RSS XML document.
-
-The output should be placed in a directory accessible to the OPAC (or
-staff) web interface so that users can download the RSS feed.
-
-An example of usage can be found at: misc/cronjobs/rss.pl
-lastAcquired.conf
-
-Normally rss.pl should be run periodically (e.g., daily) to keep the
-feed up-to-date.
-
-The configuration file (e.g., lastAcquired.conf) lists
-
--  name of the template file to use
-
--  path of output file
-
--  SQL query
-
-rss.pl runs the SQL query, then feeds the output of the query through
-the template to produce the output file.
-
-    **Important**
-
-    To use custom RSS feeds you need to turn on the rss.pl cron job.
-
-`OPAC Self Registration <#selfregistration>`__
-----------------------------------------------
-
-If you allow it, patrons can register for their own accounts via the
-OPAC. If you have the
-`PatronSelfRegistration <#PatronSelfRegistration>`__ preference set to
-'Allow' then patrons will see a link to register below the log in box on
-the right of the main OPAC page.
-
-Registration link in OPAC
-|image999|
-
-When the patron clicks the 'Register here' link they will be brough to a
-registration page. The options on the registration page can be conrolled
-by editing the
-`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-and the
-`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-preferences.
-
-Registration form
-|image1000|
-
-Once the patron has confirmed submitted their registration they will
-either be sent an email to confirm their account (if you have the
-`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-preference to require this) or presented with their new username and
-password.
-
-New account confirmation
-|image1001|
-
-Patrons registered in this way will not have a cardnumber until assigned
-one by the library, but will have access to all OPAC functionality
-immediately. For this reason it is recommended that you:
-
--  set up a provisional `patron category <#addingpatroncat>`__ for self
-   registered patrons (such as 'Self Registered) instead of using an
-   existing patron category and set that value in the
-   `PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
-   preference
-
--  give this patron category minimal circulation privileges in the
-   `Circulation and Fine Rules <#circfinerules>`__ (such as allowing a
-   couple holds, but no check outs)
-
-That way patrons will either have to come in to the library to verify
-their identity before given a cardnumber and the ability to check items
-out or the library will have to come up with internal policy on
-generating cardnumbers before providing them to self registered patrons.
-Once this is done the library can change the category to one that is
-more appropriate (be it an adult, resident, non resident, student, etc)
-and add a cardnumber/barcode.
-
-`My Account <#opacmyaccount>`__
--------------------------------
-
-From the OPAC patrons can log in and access their account if you have
-set the `opacuserlogin <#opacuserlogin>`__ preference to 'Allow'. Once
-logged in patrons are brought to their account summary. If you would
-like to get to your account in the OPAC, you can click on your name in
-the top right of any page in the OPAC.
-
-`Resetting your password <#resetpwopac>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have the `OpacResetPassword <#OpacResetPassword>`__ set to allow
-patrons to reset their password they can click 'Forgot your password?'
-link found under the log in box to reset their passwords.
-
-'Forgot your password?' link
-|image1002|
-
-Once clicked they will be presented with a form asking for their
-username and their email address (patrons must have an email address on
-file to reset their password).Recover password
-
-The system will then email the patron instructions for resetting their
-password.Reset password confirmation
-
-`My Summary <#opacmysummary>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-My Summary
-|image1003|
-
-From the 'my summary' tab, patrons will see all of the items they have
-checked out with the overdue items highlighted in red. If you have
-`OpacRenewalAllowed <#OpacRenewalAllowed>`__ set to 'Allow' then your
-patrons will be able to renew their books right from the OPAC. If you
-have HTML entered in the `OPACMySummaryHTML <#OPACMySummaryHTML>`__
-preference then you will see that to the right of the 'Fines' column.
-
-Checked out tab with OPACMySummaryHTML set
-|image1004|
-
-If your patrons would like to see the items barcodes on their list of
-checked out items you can set up a `patron
-attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
-`authorized value <#authorizedvalues>`__ of YES\_NO.
-
-Add SHOW\_BCODE patron attribute
-|image1005|
-
-Then on the `patron's record set the value <#editpatrons>`__ for
-SHOW\_BCODE to yes.
-
-Setting value for SHOW\_BCODE on patron record
-|image1006|
-
-This will add a column to the check out summary in the OPAC that shows
-the patrons the barcodes of the items they have checked out.
-
-Barcode number on checkout list in OPAC
-|image1007|
-
-If their guarantee has allowed it via `their
-privacy <#opacmyprivacy>`__, when the guarantor logs in they will see a
-tab labeled "Relatives' checkouts" on their summary tab.Relatives'
-checkouts
-
-Clicking on the 'Overdue' tab will show only the items that are overdue.
-
-Overdue Items
-|image1008|
-
-The 'Fines' tab will show just a total of what the patron owes. Clicking
-on the total will take them to the 'my fines' tab where they will see a
-complete breakdown of their fines and bills. If you don't charge fines
-at your library you can turn the display of these tabs off by setting
-the `OPACFinesTab <#OPACFinesTab>`__ preference to 'Don't Allow.'
-
-Patron Fines
-|image1009|
-
-Finally, clicking on the 'Holds' tab will show the patron the status of
-all of the items they have on hold.
-
-Patron holds status
-|image1010|
-
-Patrons can cancel or suspend (depending on the value of your
-`SuspendHoldsOpac <#SuspendHoldsOpac>`__ system preference) their own
-holds if they are not in transit or already waiting for them. When they
-click 'Suspend' they will be presented with the option to choose a date
-for their hold to resume.Suspend until
-
-They can also suspend all of their holds indefinitely or until a
-specific date if they choose by filling in the suspend options at the
-bottom of the page.
-
-    **Note**
-
-    If you have your
-    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
-    set to "Don't allow" then you will not have the option to put an end
-    date on the hold suspension
-
-`Patron Flags <#opacmyaccount-flags>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have `flagged your patron's account <#patronflags>`__ they may
-see one of the following error messages at the top of their account.
-
--  Card marked as lost
-
-   Library card lost
-   |image1011|
-
--  Patron address in question
-
-   Patron address in question
-   |image1012|
-
-   -  **Note**
-
-          this error message will not include a link to the update form
-          if you have `OPACPatronDetails <#OPACPatronDetails>`__ set to
-          'Don't allow'
-
--  Patron marked restricted
-
-   Patron restricted
-   |image1013|
-
-`My Fines <#opacmyfines>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library charges fines the next tab on the left is 'my fines.'
-Opening this tab will show the patron an entire history of their
-accounting at the library.
-
-Library Fines & Charges
-|image1014|
-
-If you are allowing patrons to pay their fines using PayPal with the
-`EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__ preference
-there will be checkboxes to the left of each fine with an outstanding
-amount.Fines with checkboxes
-
-At the bottom the patron will see the option to pay with PayPal for the
-items they have checked.
-
-PayPal Payment
-|image1015|
-
-After paying they will be presented with a confirmationPayPal
-Confirmation
-
-And you will see that the fine was paid using PayPal on the staff
-side.Staff side fines
-
-`My Details <#opacmydetails>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have your `OPACPatronDetails <#OPACPatronDetails>`__ preference
-set to 'Allow', your patrons will see a form filled in with their
-contacting information by clicking on the 'my personal details' tab. You
-can control what fields patrons see and can modify via the OPAC by
-setting the
-`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
-`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
-preferences.
-
-Patron's personal details
-|image1016|
-
-Patrons can edit their details in this form and click 'Submit Changes'
-to have their edits sent to the library for review before their record
-is updated. Staff will see all patrons requesting modification to their
-record listed below the modules on the main dashboard along with
-anything else awaiting library attention.
-
-Patron requests waiting review
-|image1017|
-
-If the `OPACPatronDetails <#OPACPatronDetails>`__ preference is set to
-'Don't allow' then patrons will simply see their details and a message
-stating that they should contact the library for changes.
-
-Patron's personal details with no edits
-|image1018|
-
-`My Tags <#opacmytags>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library has `TagsEnabled <#TagsEnabled>`__ set to 'Allowed' then
-the next tab on the left will be 'my tags.' This tab will show patrons
-all of the tags in the system as a cloud and then all of the tags they
-have applied in a list format. From here patrons have the ability to
-remove tags that they have added if they want.
-
-Patron's tags
-|image1019|
-
-`Change My Password <#opacmypassword>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Next, if you have `OpacPasswordChange <#OpacPasswordChange>`__ set to
-'Allow' the next tab will be 'change my password,' where patrons can
-change their password for logging into the OPAC. Patrons will be
-presented with a standard form asking them to enter their old password
-and then their new password twice.
-
-Change my password
-|image1020|
-
-`My Search History <#opacmysearchistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have your `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
-preference set to 'Allow' then your patrons can access their search
-history via the 'my search history' tab.
-
-my search history tab
-|image1021|
-
-The search history is a record of all searches run by the patron.
-Clicking on any of the search phrases will re-run the search for the
-patron. The search history can be deleted by the patron at any time by
-clicking the 'Delete your search history' link found at the top of this
-tab or by clicking the little red 'x' next to the 'Search history' link
-at the top right of the OPAC.
-
-Search history link at the top right of the OPAC
-|image1022|
-
-`My Reading History <#opacmyhistory>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Depending on your library's setting for
-`opacreadinghistory <#opacreadinghistory>`__ your patrons may see the
-'my reading history' tab next. This will show the patron their entire
-reading history unless they have asked the library to not keep that
-information via the 'my privacy' tab which will appear if you have the
-`OPACPrivacy <#OPACPrivacy>`__ preference set to 'Allow.'
-
-Patron reading history
-|image1023|
-
-If you have HTML entered in the
-`OPACMySummaryHTML <#OPACMySummaryHTML>`__ preference then you will see
-that to the right of the 'Date' column.
-
-`My Privacy <#opacmyprivacy>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The 'my privacy' tab will appear if you have both the
-`opacreadinghistory <#opacreadinghistory>`__ and the
-`OPACPrivacy <#OPACPrivacy>`__ preferences set to 'Allow.' This tab will
-allow the patrons to decide how the library keeps their circulation
-history data.
-
-my privacy tab
-|image1024|
-
-The patron can choose from three options:
-
--  Forever: keep my reading history without limit. This is the option
-   for users who want to keep track of what they are reading.
-
--  Default: keep my reading history according to local laws. This is the
-   default option : the library will keep your reading history for the
-   duration permitted by local laws.
-
--  Never: Delete my reading history immediately. This will delete all
-   record of the item that was checked-out upon check-in.
-
-Depending on the patron's suggestions the contents of the '`my reading
-history <#opacmyhistory>`__' tab and the '`Circulation
-History <#circhistory>`__' tab in the staff client may change.
-
-Regardless of the patron's choice they can delete their reading history
-in bulk at any time by clicking the 'Immediate deletion' button.
-
-Delete Circulation History
-|image1025|
-
-Clicking this button will not delete items that are currently checked
-out, but will clear the patron's past reading history.
-
-    **Important**
-
-    In order for the patron to be able to delete their reading history
-    you must have the `AnonymousPatron <#AnonymousPatron>`__ preference
-    set.
-
-If you're allowing guarantees to grand permission to their guarantors to
-view their current checkouts with the
-`AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
-preference they will see that option on this
-screen.AllowPatronToSetCheckoutsVisibilityForGuarantor
-
-When the guarantor logs in they will see a tab labeled "Relatives'
-checkouts" on their summary tab.Relatives' checkouts
-
-`My Purchase Suggestions <#opacmysuggestions>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library allows patrons to make purchase suggestions the next tab
-will show all suggestions that the patron made to the library and their
-statuses. To disable this tab and the suggestion functionality set the
-`suggestion <#suggestionspref>`__ preference to 'Don't allow.'
-
-Patron purchase suggestions
-|image1026|
-
-If you have `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
-set to 'Show' then patrons will be able to search suggestions from the
-top of this list.
-
-`My Messaging <#opacmymsgs>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If your library has the
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ and the
-`EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
-preferences set to 'Allow' then your patrons will be able to choose
-which messages they receive from the library (with the exception of
-overdue notices which the library controls).
-
-Patron messaging preferences
-|image1027|
-
-If you use an outside driver for sending text messages set with the
-`SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
-additional column to receive these messages as SMS (or text messages)
-and a field for a cell (or SMS) number.
-
-SMSSendDriver in the OPAC
-|image1028|
-
-If you are using the Email protocol for sending text messages set with
-the `SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
-additional column to receive these messages as SMS (or text messages), a
-field for a cell (or SMS) number, and a pull down listing `cellular
-providers entered in administration <#smsadmin>`__.
-
-SMSSendDriver in the OPAC
-|image1029|
-
-If you are using the `Itiva Talking
-Tech <#TalkingTechItivaPhoneNotification>`__ service you will see an
-additional column to receive these messages via Phone.Phone messaging
-preferences in the OPAC
-
--  These notices are:
-
-   -  Advanced notice : A notice in advance of the patron's items being
-      due (The patron can choose the number of days in advance)
-
-   -  Item checkout : A notice that lists all the of the items the
-      patron has just checked out and/or renewed, this is an electronic
-      form of the checkout receipt
-
-   -  Hold filled : A notice when you have confirmed the hold is waiting
-      for the patron
-
-   -  Item due : A notice on the day and item is due back at the library
-
-   -  Item check-in : A notice that lists all the of the items the
-      patron has just checked in
-
-Patrons can choose to receive their notices as a digest by checking the
-'Digest only?' box along with the delivery method. A digest is a
-combination of all the messages of that type (so all items due in 3 days
-in one email) in to one email instead of multiple emails for each alert.
-
-    **Important**
-
-    You must choose a delivery method (SMS or Email or Phone) along with
-    'Digest only?' if you would like to receive a digest of the
-    messages.
-
-`My Lists <#opacmylists>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Finally, if your library has the `virtualshelves <#virtualshelves>`__
-set to 'Allow' then the last tab will by 'my lists.' From here your
-patrons can review public lists and create or edit their own private
-lists.
-
-Patron lists
-|image1030|
-
-`Ask for a Discharge <#opacdischarge>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have enabled the `useDischarge <#useDischarge>`__ preference then
-patrons will be able to request a discharge via the OPAC.Discharge tab
-
-From here patrons can request a discharge
-
-Request discharge
-|image1031|
-
-And will receive confirmation of their request.
-
-Discharge confirmation
-|image1032|
-
-`Purchase Suggestions <#purchasesuggest>`__
--------------------------------------------
-
-If your library has the `suggestion <#suggestionspref>`__ preference set
-to 'Allow' then patrons will have the option to make purchase
-suggestions in several areas in the OPAC.
-
-If you are allowing everyone to see the purchase suggestions made by
-others with the
-`OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ preference,
-then there will be a link at the top of your OPAC under the search box.
-
-Purchase Suggestions Link on Search Box
-|image1033|
-
-There will be a link when the patron finds nothing for their search.
-
-Purchase Suggestion Link from Search Results
-|image1034|
-
-And there will be a link on the patron's `My Purchase
-Suggestions <#opacmysuggestions>`__ tab.
-
-Purchase Suggestion from My Purchase Suggestions Tab
-|image1035|
-
-Clicking any one of these links will open the purchase suggestion form.
-
-New Purchase Suggestion
-|image1036|
-
--  From the form on the 'Title' is required by the library.
-
--  The Item type list can be edited by editing the SUGGEST\_FORMAT
-   `authorized value <#authorizedvalues>`__.
-
--  If you would like the 'Reason for suggestion' menu shown in the
-   screenshot above to appear on your suggestions list you need to add
-   an `authorized value <#authorizedvalues>`__ category titled
-   'OPAC\_SUG' and include reasons as values in that list.
-
--  If you would like the patron to be able to choose which branch they
-   are making a suggestion for you need to set the
-   `AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
-   preference to 'Allow'
-
-Once the form is submitted the data will be saved to the
-`Acquisitions <#managesuggest>`__ module for the librarians to manage.
-
-Searching
-=========
-
-`Advanced Search Prefixes <#searchprefixes>`__
-----------------------------------------------
-
-The following prefixes can be added to search terms in the keyword
-search box to limit items returned
-
--  ti: title search
-
-   -  ex. ti:hamlet
-
--  su: subject search
-
-   -  ex. su:cooking
-
--  pb: publisher search
-
-   -  ex. pb:penguin
-
--  au: author search
-
-   -  ex. au:rowling
-
--  su-geo: geographic subjects
-
-   -  ex. su-geo:wales and kw:description and kw:travel
-
--  bc: barcode
-
-   -  ex. bc:502326000912
-
--  lex: lexile
-
-   -  levels lex:510
-
-`Guide to Searching <#searchguide>`__
--------------------------------------
-
-This brief guide will explain a chart that shows a sample of how a
-MARC21 database can be configured, as well as a brief introductory
-searching guide. The indexing fields described in this document relate
-to the bibliographic data and does not address authority database
-indexing.
-
-`Indexing and Searching Description <#searchguide-indexing>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Koha's databases are indexed by the Zebra open-source software. The
-overview to the documentation describes Zebra as:
-
-    "...Zebra is a high-performance, general-purpose structured text
-    indexing and retrieval engine. It reads records in a variety of
-    input formats (eg. email, XML, MARC) and provides access to them
-    through a powerful combination of Boolean search expressions and
-    relevance-ranked free-text queries.
-
-    Zebra supports large databases (tens of millions of records, tens of
-    gigabytes of data). It allows safe, incremental database updates on
-    live systems. Because Zebra supports the industry-standard
-    information retrieval protocol, Z39.50, you can search Zebra
-    databases using an enormous variety of programs and toolkits, both
-    commercial and free, which understands this protocol..." Zebra -
-    User's Guide and Reference, p. 1,
-    http://www.indexdata.dk/zebra/doc/zebra.pdf
-
-This brief guide will explain a chart that shows a sample of how a
-MARC21 database can be configured, as well as a brief introductory
-searching guide. The indexing fields described in this document relate
-to the bibliographic data and does not address authority database
-indexing.
-
-    **Note**
-
-    The indexing described in this document is the set used by
-    SouthEastern University. Your local indexing may vary.
-
-`Indexing Configuration <#searchguide-indexconfig>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are three configuration files that Koha uses while indexing.
-
-The first configuration file (etc/zebradb/biblios/etc/bib1.att) contains
-the Z39.50 bib-1 attribute list, plus the Koha local use attributes for
-Biblio Indexes, Items Index, and Fixed Fields and other special indexes.
-The Z39.50 Bib-1 profile is made up of several different types of
-attributes: Use, Relation, Position, Structure, Truncation, and
-Completeness. The bib-1 'Use' attribute is represented on the chart; the
-other attributes are used primarily when doing searches. While there are
-over 150+ use attributes that could be used to define your indexing set,
-it's unlikely that you will choose to use them all. The attributes you
-elect to use are those that become the indexing rules for your database.
-The other five attribute sets define the various ways that a search can
-be further defined, and will not specifically be addressed in this
-document. For a complete list of the standard Bib-1 attributes, go to
-http://www.loc.gov/z3950/agency/defns/bib1.html.
-
-The second file is
-etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/record.abs if you use
-grs1 indexing [the default until 3.16] or
-etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/biblio-koha-indexdefs.xml
-if you use dom indexing [the default from 3.18]. Either files contains
-the abstract syntax which maps the MARC21 tags to the set of Use
-Attributes you choose to use. To be more precise the xml file to be
-activate needs to be transform into biblio-zebra-indexdefs.xsl, read the
-head of biblio-zebra-indexdefs.xsl to know more about this topic. The
-rules established in this file provides a passable Bath level 0 and 1
-service, which includes author, title, subject, keyword and exact
-services such as standard identifiers (LCCN, ISBN, ISSN, etc.)
-
-The third file (etc/zebradb/ccl.properties) is the Common Command
-Language (CCL) field mappings. This file combines the bib-1 attribute
-set file and the abstract file and adds the qualifiers, usually known as
-index names. The qualifiers, or indexes, for this database are: pn, cpn,
-cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su, su-to, su-geo, su-ut,
-yr,pubdate, acqdate, ln, pl, ab, nt, rtype, mc-rtype, mus, au, su-na,
-kw, pb, ctype, and an.
-
-The `Koha Indexing Chart <#kohasearchindexes>`__ summarizes the contents
-of all three of these files in a more readable format. The first two
-columns labeled Z39.50 attribute and Z39.50 name matches the Z39.50
-bib-1 attributes file. The third column labeled MARC tags indexed is
-where you find which MARC tags are mapped to an attribute. The fourth
-column labeled Qualifiers identifies the search abbreviations used in
-the internal CCL query. The following description provides a definition
-for the word 'qualifiers'.
-
-*Qualifiers are used to direct the search to a particular searchable
-index, such as title (ti) and author indexes (au). The CCL standard
-itself doesn't specify a particular set of qualifiers, but it does
-suggest a few shorthand notations. You can customize the CCL parser to
-support a particular set of qualifiers to reflect the current target
-profile. Traditionally, a qualifier would map to a particular
-use-attribute within the BIB-1attribute set. It is also possible to set
-other attributes, such as the structure attribute.*
-
-In the MARC tags indexed column, there are some conventions used that
-have specific meanings. They are:
-
--  A three digit tag (100) means that all subfields in the tag can be
-   used in a search query. So, if you enter a search for 'Jackson' as an
-   author, you will retrieve records where Jackson could be the last
-   name or the first name.
-
--  A three digit tag that has a '$' followed by a letter (600$a) means
-   that a search query will only search the 'a' subfield.
-
--  A three digit tag that is followed by a ':' and a letter (240:w)
-   means that a search query can be further qualified. The letter
-   following the ':' identifies how to conduct the search. The most
-   common values you'll see are 'w' (word), 'p' (phrase), 's' (sort),
-   and 'n' (numeric).
-
-The contents of the MARC tags, subfields, and/or fixed field elements
-that are listed in this chart are all indexed. You'll see that every
-attribute line is not mapped to a specific qualifier (index)-LC card
-number, line 9 is one example. However, every indexed word (a string of
-characters preceded and succeeded by a space) can be searched using a
-keyword (kw) search. So, although an LC card number specific index
-doesn't exist, you can still search by the LCCN since tag 010 is
-assigned to the LC-card-number attribute. To verify this, enter 72180055
-in the persistent search box. You should retrieve The gods themselves,
-by Isaac Asimov.
-
-Examples of fixed field elements indexing can be seen on the chart
-between Attribute 8822 and Attribute 8703. These attributes are most
-commonly used for limiting. The fixed field attributes currently
-represent the BK codes. Other format codes, if needed, could be defined.
-
-`Basic Searching <#searchguide-basics>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The search box that library staff and library patrons will see most
-often is the persistent search box at the top of the page. Koha
-interprets the searches as keyword searches.
-
-Koha search box
-|image1037|
-
-To start a search, you enter a word or multiple words in the search box.
-When a single word is entered, a keyword search is performed. You can
-check this out by typing one word into the form and note the number of
-results located. Then, repeat the search with a minor change. In front
-of the search word, type 'kw=' followed by the same search term. The
-results will be identical.
-
-When you have more than one word in the search box, Koha will still do a
-keyword search, but a bit differently. Each word will be searched on its
-own, then the Boolean connector 'and' will narrow your search to those
-items with all words contained in matching records.
-
-Suppose you want to find material about how libraries are using mashups.
-You'll select the major words and enter them into the persistent search
-box.
-
-Keyword Search
-|image1038|
-
-The response to this search is:
-
-Results
-|image1039|
-
-The order of the words does not affect the retrieval results, so you
-could also enter the search as "mashups library". The response to this
-search is results
-
-Results
-|image1040|
-
-Too many words in the search box will find very few matches, as the
-following example illustrates:
-
-No results found
-|image1041|
-
-`Advanced Searching <#searchguide-advanced>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-When you can't find the most appropriate material with a general search,
-you can move to the Advanced Search page by clicking on the Search
-option on the persistent toolbar.
-
-Koha Menu
-|image1042|
-
-The Advanced Search page offers many ways to limit the results of your
-search. You can search using the Boolean operators AND, OR, and NOT;
-limit by item type; limit by year and language; limit by subtypes
-audience, content, format, or additional content types; by location and
-by availability.
-
-The first limiting section on the Advanced Search page provides a quick
-and simple way to use the Boolean operators in your search. Note that
-this display depends on a system preference setting. This option can be
-found on the Administration > System Preferences > Searching page. The
-option called `expandedSearchOption <#expandedSearchOption>`__ must be
-set to 'show' to see the following display.
-
-Advanced Search Options
-|image1043|
-
-In this section you can choose among the many indexes by clicking on the
-arrow in the first box. The blank box that follows is where you enter
-your first search term or terms. On the second line, you can choose the
-Boolean operator you want to use in your search. The options are 'and',
-'or', and 'not'. Then, you would again choose the index to search,
-followed by the second term or terms. If you have more concepts you want
-to include in your search, you can click the [+] to add another line for
-your search.
-
-A sample search is shown next, followed by its results:
-
-Advanced Search
-|image1044|
-
-Results from Advanced Search
-|image1045|
-
-When you use the Boolean operators to broaden or narrow a search,
-remember the action of each operator. The 'and' operator narrows the
-results you'll retrieve because the search will retrieve the records
-that include all your search terms. The 'or' operator expands the
-results because the search will look for occurrences of all of your
-search terms. The 'not' operator excludes records with the term that
-follows the operator.
-
-Note: If you leave this `expandedSearchOption <#expandedSearchOption>`__
-set to 'don't show', this is the display you will see:
-
-Fewer Search Options
-|image1046|
-
-The Advanced Search page then shows the multiple kinds of limits that
-can be applied to your search results. Either check a box or select from
-the drop down menus to narrow your search. You will type the year, year
-range, or a 'greater than (>)' or 'less than (<)' year.
-
-Other Advanced Search Options
-|image1047|
-
-Finally, you can choose how the results will be sorted. The pre-defined
-sort options are in the final area of the Advanced Search screen.
-
-Sort Results By
-|image1048|
-
-The default sort is by relevance, although you can choose to sort by
-author, by title, by call number, by dates, or by popularity (which uses
-the information on total issues found in the items table). If you would
-prefer a different default sort, you can set
-`defaultSortField <#defaultSortField>`__ to one of the other choices in
-Administration > System Preferences > Searching.
-
-`Item Searching <#searchguide-itemsearch>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are looking for specific items you can use the item search engine
-in the staff client to find them.
-
--  *Get there:* Search > Go to item search
-
-At the top of the advanced search page in the staff client you will see
-a link to 'Go to item search'Item search link
-
-Clicking that link will open up a item specific search engine.Item
-search
-
-Using the search form that is presented you can find a list of specific
-items that can be output to the screen or to a CSV file. If your results
-are printed to the screen you will have the option to narrow your search
-further using filters at the top.Item search results
-
-`Common Command Language Searching <#searchguide-ccl>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Koha uses the Common Command Language (CCL) (ISO 8777) as its internal
-search protocol. Searches initiated in the graphical interface use this
-protocol as well, although the searcher doesn't know which indexes,
-operators and limiters are available and being used to conduct their
-search. The searcher can use the Advanced Search when more precise
-results set are desired and where the search indexes are somewhat known.
-However, some library users and many library staff prefer using a
-command based structure. This part of the document will present and
-explain the use of the Koha command based structure. The indexes,
-operators, and limiters used are identical to those used in the
-graphical interface.
-
-`Indexes <#searchguide-indexes>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The CCL standard itself doesn't specify a particular set of qualifiers
-(indexes), but it does suggest a few short-hand notations such as 'ti',
-'au', and 'su'. Koha has a default set of indexes; it's possible to
-customize that set by adding needed indexes based on local requirements.
-A qualifier (index) maps to a particular use-attribute within the Z39.50
-BIB-1 attribute set. The complete Z39.50 Bib-1 Attribute can be viewed
-at http://www.loc.gov/z3950/agency/defns/bib1.html.
-
-The standard Koha set of indexes is a fairly common example of MARC21
-indexing rules. The indexes that are defined in Koha are indexes
-typically used by other integrated library systems. The defined Z39.50
-Bib-1 Attribute mapped to the indexes include:
-
-+--------------------------------+----------------------------+
-| Bib-1 Attribute                | Qualifier (index)          |
-+================================+============================+
-| Personal-name                  | pn                         |
-+--------------------------------+----------------------------+
-| Corporate-name                 | cpn                        |
-+--------------------------------+----------------------------+
-| Conference-name                | cfn                        |
-+--------------------------------+----------------------------+
-| Title                          | ti                         |
-+--------------------------------+----------------------------+
-| Title-series                   | se                         |
-+--------------------------------+----------------------------+
-| Title-uniform                  | ut                         |
-+--------------------------------+----------------------------+
-| ISBN                           | nb                         |
-+--------------------------------+----------------------------+
-| ISSN                           | ns                         |
-+--------------------------------+----------------------------+
-| Local number                   | sn                         |
-+--------------------------------+----------------------------+
-| Local-classification           | lcn and callnum            |
-+--------------------------------+----------------------------+
-| Subject                        | su, su-to, su-geo, su-ut   |
-+--------------------------------+----------------------------+
-| Pubdate                        | yr,pubdate                 |
-+--------------------------------+----------------------------+
-| Date-of-Acquisition            | acqdate                    |
-+--------------------------------+----------------------------+
-| Language                       | ln                         |
-+--------------------------------+----------------------------+
-| Place-of-publication           | pl                         |
-+--------------------------------+----------------------------+
-| Abstract                       | ab                         |
-+--------------------------------+----------------------------+
-| Notes                          | nt                         |
-+--------------------------------+----------------------------+
-| Record-type                    | rtype, mc-rtype, mus       |
-+--------------------------------+----------------------------+
-| Author                         | au, aut                    |
-+--------------------------------+----------------------------+
-| Subject-person-name            | su-na                      |
-+--------------------------------+----------------------------+
-| Any (keyword)                  | kw                         |
-+--------------------------------+----------------------------+
-| Publisher                      | pb                         |
-+--------------------------------+----------------------------+
-| Content-type                   | ctype                      |
-+--------------------------------+----------------------------+
-| Koha-Auth-Number               | an                         |
-+--------------------------------+----------------------------+
-| Author-personal-bibliography   | aub                        |
-+--------------------------------+----------------------------+
-| Author-in-order                | auo                        |
-+--------------------------------+----------------------------+
-
-Table: Attributes
-
-Refer to the `Koha Indexing Chart <#kohasearchindexes>`__ for the MARC21
-tags mapped to each Bib-1 Attribute and index combination.
-
-`Audience Examples <#search-audexamp>`__
-''''''''''''''''''''''''''''''''''''''''
-
--  aud:a Preschool
-
--  aud:b Primary
-
--  aud:c Pre-Adolescent
-
--  aud:d Adolescent
-
--  aud:e Adult
-
--  aud:f Specialized
-
--  aud:g General
-
--  aud:j Juvenile
-
-`Contents Examples <#search-contentsexamp>`__
-'''''''''''''''''''''''''''''''''''''''''''''
-
--  fic:1 Fiction
-
--  fic:0 Non Fiction
-
--  bio:b Biography
-
--  mus:j Musical recording
-
--  mus:I Non musical record
-
-`Search Syntax <#searchguide-syntax>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-In the persistent search box, single words generally retrieve large
-sets. To narrow a search, you can use multiple words. Koha automatically
-uses the 'and' Boolean operator to create a set of records matching your
-input. When you want to narrow the search to an author or a title or a
-subject or some other specific field or use a Boolean operator, there
-isn't an obvious way to accomplish that specificity. The library user
-can, of course, go to the Advanced Search page; however, if you know how
-to construct a CCL search, you can achieve more specificity while using
-the persistent search box on any page.
-
-There is a specific order to the CCL search syntax. Although it can be
-used for simple searches, it is an especially effective way to perform
-complex searches, as it affords you a great deal of control over your
-search results. To construct a CCL search, first enter a desired index
-code, then an equal sign, followed by your search word(s). Following are
-examples of simple CCL searches.
-
--  ti=principles of accounting
-
--  au=brown joseph
-
--  su=poetry
-
--  su-na=Shakespeare
-
--  kw=marlin
-
-You can refine your search by combining search terms with Boolean
-operators 'and', 'or', or 'not'. Following are examples of searches
-using Boolean operators.
-
--  ti=principles of accounting and au=brown joseph
-
--  su=poetry not su-na=Shakespeare
-
--  kw=communication and su=debate
-
-You can also choose to search for things that start with a character or
-series of characters
-
--  ti,first-in-subfield=C (will show you all titles that start with the
-   letter 'C')
-
-Other string location searches can be performed with the following
-keywords:
-
--  rtrn : right truncation
-
--  ltrn : left truncation
-
--  lrtrn : left and right truncation
-
--  st-date : type date
-
--  st-numeric : type number (integer)
-
--  ext : exact search on whole subfield (does not work with icu)
-
--  phr : search on phrase anywhere in the subfield
-
--  startswithnt : subfield starts with
-
-Using specific indexes and Boolean operators are not the only way a
-search can be refined. You can also refine your search as a phrase when
-looking for a title, author, or subject. The syntax for this search is
-*index,phr=search words*.
-
-To illustrate the results of various search types, a search was done for
-the words 'supreme court'. The results illustrate that the search index
-and the word order make a difference in search results. Only the results
-count and the search itself is in these examples. The search executed
-will always be between the single quotes.
-
-Sample Search 1
-|image1049|
-
-Sample Search 2
-|image1050|
-
-Sample Search 3
-|image1051|
-
-Sample Search 4
-|image1052|
-
-Sample Search 5
-|image1053|
-
-Sample Search 6
-|image1054|
-
-Sample Search 7
-|image1055|
-
-Sample Search 8
-|image1056|
-
-Sample Search 9
-|image1057|
-
-You can also choose to use limiters in your search query. Some common
-limiters include dates, languages, record types, and item types. In the
-Advance Search, you can either click a box or key in data to limit your
-search. You can also apply the same limits with CCL by using the syntax
-in the following examples. In all
-
-*By Date: su=supreme court and yr,st-numeric=>2000*
-
-Sample Search 10
-|image1058|
-
-When you limit by date, you can use the '>' (greater than), '<' (less
-than), '=' (equal), or 'yyyy-yyyy' (range) symbols.
-
-*By Item Type: su=nursing and itype:BK*
-
-Sample Search 11
-|image1059|
-
-Each library will have a different set of item types defined in their
-circulation configuration. When you set up item types, you define a code
-and a name for each one. The name will appear on the Advance Search
-page. The code you assigned is used as a CCL search limit, formatted as
-'itype:x', where 'x' is the assigned code. The initial set of item types
-in Koha will usually be edited to reflect your collections, so your item
-type limiters may be different than the initial ones. The initial item
-type limiters follow.
-
--  itype:BKS Books, Booklets, Workbooks
-
--  itype:SR Audio Cassettes, CDs
-
--  itype:IR Binders
-
--  itype:CF CD-ROMs, DVD-ROMs, General Online Resources
-
--  itype:VR DVDs, VHS
-
--  itype:KT Kit
-
--  itype:AR Models
-
--  itype:SER Serials
-
-*By format: su=supreme court not l-format:sr*
-
-Sample Search 12
-|image1060|
-
-The format limiters are derived from a combination of LDR, 006 and 007
-positions. The formats that are currently defined are the following.
-
--  l-format:ta Regular print
-
--  l-format:tb Large print
-
--  l-format:fk Braille
-
--  l-format:sd CD audio
-
--  l-format:ss Cassette recording
-
--  l-format:vf VHS tape
-
--  l-format:vd DVD video
-
--  l-format:co CD software
-
--  l-format:cr Website
-
-*By content type: su=supreme court not ctype:l*
-
-Sample Search 13
-|image1061|
-
-The content types are taken from the 008 MARC tag, positions 24-27.
-
-There are two other limiter types that are not described in this
-document. They are: Audience and Content. The only difference in the
-syntax of the CCL is the actual limiter. They are reproduced here just
-in case you would like to use these limiters.
-
-`Koha Search Indexes <#kohasearchindexes>`__
---------------------------------------------
-
-By default, not all fields are indexed in the Zebra search engine, but
-many are. Below are the MARC21 fields that are indexed in Zebra.
-
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+================+====================================================================================================================================================================================================================================================================================================================================================================================================================================+
-| Leader/06      | Record-type, rtype                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Leader/07      | Bib-level                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Leader/06-07   | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 001            | Control-number                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 005            | Date/time-last-modified, dtlm, date-time-last-modified                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 007            | Microform-generation:n:range(data,11,1), Material-type,ff7-00:w:range(data,0,1), ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1), ff7-01-02:w:range(data,0,2)                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 008            | date-entered-on-file:n:range(data,0,5), date-entered-on-file:s:range(data,0,5), pubdate:w:range(data,7,4), pubdate:n:range(data,7,4), pubdate:y:range(data,7,4), pubdate:s:range(data,7,4), pl:w:range(data,15,3), ta:w:range(data,22,1), ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1), lf:w:range(data,33,1), bio:w:range(data,34,1), ln:n:range(data,35,3), ctype:w:range(data,24,4), Record-source:w:range(data,39,0)   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 010            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 011            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 015            | BNB-card-number, BGF-number, Number-db, Number-natl-biblio, Identifier-standard                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 017            | Number-legal-deposit, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 018            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 020$a          | ISBN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 020            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 022$a          | ISSN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 022            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 023            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 024$a          | Identifier-other                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 024            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 025            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 027            | Report-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 028            | Number-music-publisher, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 030            | CODEN, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 034            | Map-scale                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 037            | Identifier-standard, Stock-number                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 040            | Code-institution, Record-source                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$a          | ln-audio                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$h          | language-original                                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041$j          | ln-subtitle                                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 041            | ln                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 043            | Code-geographic                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 050$b          | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 050            | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 052            | Geographic-class                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 060            | NLM-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 070            | NAL-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 080            | UDC-classification                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 082            | Dewey-classification:w, Dewey-classification:s                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 086            | Number-govt-pub                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100$a          | Author,Author:p, Author:s, Editor, Author-personal-bibliography, Author-personal-bibliography:p, Author-personal-bibliography:s                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 100            | Author, Author-title, Author-name-personal, Name, Name-and-title, Personal-name                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 110$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 110            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Corporate-name                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 111$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 111            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Conference-name                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 130            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 210            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 211            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 212            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 214            | Title, Title-expanded                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 222            | Title, Title-key                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 240            | Title:w, Title:p, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 243            | Title:w, Title:p, Title-collective                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$a          | Title-cover:w, Title-cover:p, Title-cover:s, Title:w, Title:p, Title:s                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$c          | Author, Author-in-order:w, Author-in-order:p, Author-in-order:s                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 245            | Title:w, Title:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 246            | Title, Title:p, Title-abbreviated, Title-expanded, Title-former                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 247            | Title, Title:p, Title-former, Title-other-variant, Related-periodical                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$a          | pl:w, pl:p                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$b          | Publisher:w, Publisher:p                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260$c          | copydate, copydate:s                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 260            | Provider, pl                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 264            | Provider                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 300            | Extent:w, Extent:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 400            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$t          | Author-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 410            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411            | Author, Conference-name                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411$t          | Author-title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 411            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 440            | Title-series:w, Title-series:p, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 490$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 500            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 502            | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505$r          | Author                                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 505            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 510            | Indexed-by                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 520            | Abstract:w, Abstract:p                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 521$a          | lex:n                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 526$c          | arl, arl:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 526$d          | arp, arp:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 590            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$a          | Name-and-title, Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$t          | Name-and-title, Title, Subject                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 600            | Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 610            | Name, Subject, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611            | Conference-name                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 611            | Name, Subject                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 630            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 650$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 650            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 651$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 651            | Name-geographic, Subject,Subject:p                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 652$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 653$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 653            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 654$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 654            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 655$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 655            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 656$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 656            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 657$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 657            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 690$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 690            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$9          | Cross-Reference, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$a          | Author, Author:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 700            | Author, Author-name-corporate, Author-name-personal, Name, Editor, Personal-name                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 710            | Author, Name                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$t          | Author-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 711            | Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 730            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 740            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 773$t          | Host-item                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 780            | Title, Title-former, Related-periodical                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 785$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 785            | Related-periodical                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 787$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 800            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 810            | Author, Corporate-name, Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 811            | Author, Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 830$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 830            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 840            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$0          | totalissues:n, totalissues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$2          | cn-bib-source                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$6          | cn-bib-sort:n, cn-bib-sort:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$c          | itemtype:w                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$n          | Suppress:w, Suppress:n                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$h          | cn-class                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$i          | cn-item                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$k          | cn-prefix                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 942$m          | cn-suffix                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$0          | withdrawn:n, withdrawn:w                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$1          | lost, lost:n                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$2          | classification-source                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$3          | materials-specified                                                                                                                                                                                                                                                                                                                                                                                                                |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$4          | damaged:n, damaged:w                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$5          | restricted:n, restricted:w                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$6          | cn-sort:n, cn-sort:s                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$7          | notforloan:n, notforloan:w                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$8          | ccode                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$9          | itemnumber:n, itemnumber:s                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$a          | homebranch                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$b          | holdingbranch                                                                                                                                                                                                                                                                                                                                                                                                                      |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$c          | location                                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$d          | Date-of-acquisition, Date-of-acquisition:d, Date-of-acquisition:s                                                                                                                                                                                                                                                                                                                                                                  |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$e          | acqsource                                                                                                                                                                                                                                                                                                                                                                                                                          |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$f          | coded-location-qualifier                                                                                                                                                                                                                                                                                                                                                                                                           |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$g          | price                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$j          | stack:n, stack:w                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$l          | issues:n, issues:w, issues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$m          | renewals:n, renewals:w                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$n          | reserves:n, reserves:w                                                                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$o          | Local-classification:w, Local-classification:p, Local-classification:s                                                                                                                                                                                                                                                                                                                                                             |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$p          | barcode, barcode:n                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$q          | onloan:n, onloan:w                                                                                                                                                                                                                                                                                                                                                                                                                 |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$r          | datelastseen                                                                                                                                                                                                                                                                                                                                                                                                                       |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$s          | datelastborrowed                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$t          | copynumber                                                                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$u          | uri:u                                                                                                                                                                                                                                                                                                                                                                                                                              |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$v          | replacementprice                                                                                                                                                                                                                                                                                                                                                                                                                   |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$w          | replacementpricedate                                                                                                                                                                                                                                                                                                                                                                                                               |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$y          | itype:w                                                                                                                                                                                                                                                                                                                                                                                                                            |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 952$z          | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 999$c          | Local-Number:n, Local-Number:w, Local-Number:s                                                                                                                                                                                                                                                                                                                                                                                     |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| 999$d          | biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s                                                                                                                                                                                                                                                                                                                                                                         |
-+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-
-Table: Indexes
-
-Plugin System
-=============
-
-Koha's Plugin System allows for you to add additional tools and reports
-to Koha that are specific to your library. Plugins are installed by
-uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip
-file containing the perl files, template files, and any other files
-necessary to make the plugin work.
-
-The plugin system needs to be turned on by a system administrator.
-
-`Set up <#pluginsetup>`__
--------------------------
-
-To set up the Koha plugin system you must first make some changes to
-your install.
-
--  Change <enable\_plugins>0</enable\_plugins> to
-   <enable\_plugins>1</enable\_plugins> in your koha-conf.xml file
-
--  Restart your webserver
-
-Once set up is complete you will need to alter your
-`UseKohaPlugins <#UseKohaPlugins>`__ system preference. On the Tools
-page you will see the Tools Plugins and on the Reports page you will see
-the Reports Plugins.
-
-Search History
-==============
-
-If you have your `EnableSearchHistory <#EnableSearchHistory>`__
-preference set to keep your search history then you can access this
-information by clicking on your username in the top right of the staff
-client and choosing 'Search history'.
-
-Search history
-|image1062|
-
-From this page you will see your bibliographic search history
-
-Bibliographic search history
-|image1063|
-
-And your authority search history.
-
-Authority search history
-|image1064|
-
-About Koha
-==========
-
-The 'About Koha' area will give you important server information as well
-as general information about Koha.
-
--  *Get there:* More > About Koha
-
-`Server Information <#aboutserver>`__
--------------------------------------
-
-Under the 'Server Information' tab you will find information about the
-Koha version and the machine you have installed Koha on. This
-information is very important for debugging problems. When reporting
-issues to your support provider or to the various other support avenues
-(mailing lists, chat room, etc), it's always good to give the
-information from this screen.
-
-Server Information on Koha
-|image1065|
-
-`Perl Modules <#aboutserverperl>`__
------------------------------------
-
-In order to take advantage of all of the functionalities of Koha, you
-will need to keep your Perl modules up to date. The 'Perl Modules' tab
-will show you all of the modules required by Koha, the version you have
-installed and whether you need to upgrade certain modules.
-
-Perl Modules
-|image1066|
-
-Items listed in bold are required by Koha, items highlighed in red are
-missing completely and items highlighted in yellow simply need to be
-upgraded.
-
-`System Information <#aboutsystem>`__
--------------------------------------
-
-This tab will provide you with warnings if you are using system
-preferences that have since been deprecated or system preferences that
-you have set without other required preferences
-
-System Information
-|image1067|
-
-Implementation Checklist
-========================
-
-The following guide will walk you through the areas of Koha you need to
-look at in order to prepare to start using the system.
-
-`Data Migration <#imp-migration>`__
------------------------------------
-
-Before you can start using Koha you'll need to have some data. This can
-be done by entering it all by hand, but most people already have their
-data in electronic format of some sort and just need to reformat it a
-bit for importing into Koha.
-
--  Create a list of libraries and enter their info and codes into
-   `Libraries & Groups <#libsgroups>`__
-
--  Define your list of `Item Types <#itemtypeadmin>`__
-
--  Define your patron categories and enter the categories and their
-   codes into `Patron Categories <#patcats>`__
-
--  Enter any additional patron information fields you use in your
-   library in the `Patron Attributes <#patronattributetypes>`__
-
-   -  Requires that you first set the
-      `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ system
-      preference if you have custom fields
-
--  Define all of your `Authorized Values <#authorizedvalues>`__
-
-   -  `Collection codes <#ccode>`__
-
-   -  `Shelving locations <#shelvelocvals>`__
-
-   -  Item statuses (`lost <#lost>`__, `not for loan <#notforloan>`__,
-      `damaged <#damageauth>`__, `withdrawn <#withdrawnauth>`__)
-
-   -  Plus any others that are needed in your library
-
--  Optionally define `City/State/Postal Code <#citytowns>`__ combos
-
--  `Map your bibliographic data <#kohamarcmapping>`__ from your legacy
-   system to Koha fields and migrate (remembering to use the collection,
-   shelving, item type and library codes you entered in the above
-   setting areas)
-
--  `Map your patron data <#patronimport>`__ from your legacy system to
-   the Koha fields and migrate (remembering to use the patron and
-   library codes you defined above)
-
--  Test your migrated data to be sure that everything is as you expect
-   it to be, some things to test include:
-
-   -  Check some of your titles with diacritics and make sure that they
-      migrated properly.
-
-   -  Check titles in a series and make sure that series information
-      migrated properly.
-
-   -  Make sure that your patrons have their contact information in the
-      right fields.
-
-   -  If your serials data was migrated search for these records in the
-      catalog and confirm that they look right.
-
-   -  If your serials data was migrated search for these records in the
-      serials module and confirm that they look right.
-
-   -  Check marc records to verify a variety of items are cataloged
-      correctly
-
-   -  Check cataloging process to see if all necessary fields are
-      available
-
-   -  If fines are migrated, check to see that they are applied
-      correctly
-
-   -  If holds are migrated, check to see they are accurate in catalog
-      and patron record
-
-`Admin Configuration <#impadmin>`__
------------------------------------
-
-Most of these preferences won't need to be changed to use your Koha
-system, but there are a few that you might want to customize.
-
--  If your library uses CAS Authentication, you'll want to set the
-   various `CAS system preferences <#casauthentication>`__
-
--  Administration System Preferences
-
-   -  `KohaAdminEmailAddress <#KohaAdminEmailAddress>`__ : This is the
-      email address that will be used by the system in 'from' lines and
-      to send errors to if there is no email set for the branch
-
-   -  `noItemTypeImages <#noItemTypeImages>`__ : Decide if you want to
-      show item type icons in the staff client and opac
-
-   -  `delimiter <#delimiter>`__ : This value will be put in between
-      fields when exporting data from Koha
-
-   -  `virtualshelves <#virtualshelves>`__ : Decide if you want the
-      staff and/or patrons to use lists in Koha
-
-   -  `AutoLocation <#AutoLocation>`__ : Require staff to log in to the
-      staff client from a specific IP range
-
-   -  `IndependentBranches <#IndependentBranches>`__ : Prevent
-      librarians from editing content that belongs to other branches
-
--  Go through the `Log System Preferences <#logs>`__ and decide which
-   actions you want to keep track of in the logs
-
--  Decide if you'd like to share your library's information with the
-   Koha community by setting the `Sharing system
-   preferences <#heaprefs>`__.
-
--  Decide what `cron jobs <#cronjobsch>`__ you need to run and when.
-
-   -  If you're using the long overdue cron job be sure to set your
-      `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__,
-      `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ &
-      `DefaultLongOverdueDays <#DefaultLongOverdueLostValue>`__
-      preferences.
-
-`Localization Configuration <#implocal>`__
-------------------------------------------
-
-Koha is used worldwide and so you need to make sure you set your
-localization preferences so that options throughout Koha appear properly
-for your location/language.
-
--  Localization/Internationalization System Preferences
-
-   -  `dateformat <#dateformat>`__ : Decide how dates are displayed
-      throughout Koha
-
-   -  `opaclanguagesdisplay <#opaclanguagesdisplay>`__ : Decide if
-      patrons can choose what language the OPAC appears in
-
-      -  `opaclanguages <#opaclanguages>`__ : Decide which languages the
-         patrons can choose from
-
-   -  `language <#languagepref>`__ : Decide which languages appear in
-      the staff client
-
-   -  `CalendarFirstDayOfWeek <#CalendarFirstDayOfWeek>`__ : Define your
-      first day of the week
-
-`Circulation Configuration <#impcirc>`__
-----------------------------------------
-
-Before you start circulating your collection you'll need to set up your
-rules and preferences for circulation.
-
--  Define your `Circulation/Fine rules <#circfinerules>`__
-
--  Enter the `days your library is closed <#calholidays>`__ for fines
-   and due date calculations
-
--  Circulation System Preferences
-
-   -  `CircControl <#CircControl>`__ : Define whether circ rules are
-      based on item's location, patron's location or transaction
-      location
-
-   -  `useDaysMode <#useDaysMode>`__ : Define how due dates are
-      calculated
-
-   -  `finesCalendar <#finesCalendar>`__ : Define how fines are
-      calculated (for every late date or only for days the library is
-      open)
-
-   -  `SpecifyDueDate <#SpecifyDueDate>`__ : Decide if staff are allowed
-      to override due dates on checkout
-
-   -  `SpecifyReturnDate <#SpecifyReturnDate>`__ : Decide if you want to
-      let the staff specify an arbitrary return date on checkin
-
-   -  `itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__ :
-      Decide if you want staff to be able to checkout using a keyword
-      search (title, call number, etc)
-
-   -  `AutomaticItemReturn <#AutomaticItemReturn>`__ : Decide if items
-      are sent back to the owning branch when checked in
-
-   -  `todaysIssuesDefaultSortOrder <#todaysIssuesDefaultSortOrder>`__ :
-      Decide how items checked out today display on the patron record
-
-   -  `previousIssuesDefaultSortOrder <#previousIssuesDefaultSortOrder>`__
-      : Decide how items checked out prior to today display on the
-      patron record
-
-   -  `noissuescharge <#noissuescharge>`__ : Define the maximum amount a
-      patron can owe before checkouts are blocked
-
-   -  `ReturnBeforeExpiry <#ReturnBeforeExpiry>`__ : Decide if patrons
-      need to return items before their accounts expire
-
-   -  `AllowHoldsOnDamagedItems <#AllowHoldsOnDamagedItems>`__ : Decide
-      if patrons can place holds on items that are marked as damaged
-
-      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
-         if you want the staff to be able to override the setting for
-         the above at checkout
-
-   -  `maxreserves <#maxreserves>`__ : Decide how many items a patron
-      can have on hold at once
-
-      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
-         if you want the staff to be able to override the setting for
-         the above at checkout
-
-   -  `maxoutstanding <#maxoutstanding>`__ : Define the maximum amount a
-      patron can owe before holds are blocked
-
-      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
-         if you want the staff to be able to override the setting for
-         the above at checkout
-
-   -  `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__ : Define the
-      number of days before a hold expires
-
-   -  `WebBasedSelfCheck <#WebBasedSelfCheck>`__ : Decide if you want to
-      use the built in web-based self-checkout system
-
-      -  `AutoSelfCheckAllowed <#AutoSelfCheckAllowed>`__ : Decide if
-         the self-checkout system requires login
-
-      -  `ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
-         : Decide if you want patron images to show on the self checkout
-         screen
-
-   -  `AllowNotForLoanOverride <#AllowNotForLoanOverride>`__ : Decide if
-      you want the staff to be able to checkout items marked as 'not for
-      loan'
-
-   -  `AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ :
-      Decide if you want staff to override the limit put on renewals
-
-   -  `AllowFineOverride <#AllowFineOverride>`__ : Decide if you want
-      staff to be able to override fine limits
-
-   -  `AllowTooManyOverride <#AllowTooManyOverride>`__ : Descide if you
-      want staff to be able to check out more than the limit to a patron
-
-   -  `RenewalPeriodBase <#RenewalPeriodBase>`__ : Decide what date
-      renewals are based on
-
-   -  `finesMode <#finesMode>`__ : Switch to 'Calculate and Charge'
-      before go live if you charge fines
-
-   -  `OverdueNoticeBcc <#OverdueNoticeBcc>`__ : If you want to receive
-      a copy of every overdue notice sent out, enter your email address
-      here
-
-   -  `emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
-      : Decide if you want an email every time a hold is placed
-
-   -  `ReservesControlBranch <#ReservesControlBranch>`__ : Decide which
-      branch's hold rules are considered first
-
-   -  `soundon <#AudioAlerts>`__ : Decide if you want to have sounds on
-      for circulation actions
-
-   -  `FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__ : If
-      you have a large amount of overdues, you might want to turn this
-      preference on so as to allow you to filter before results appear
-
-   -  `DisplayClearScreenButton <#DisplayClearScreenButton>`__ : If you
-      have a lot of staff members sharing one circ computer you might
-      want to enable this so that staff can clear the screen in between
-      checkouts to protect patron's privacy
-
-   -  `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__ : Decide how
-      you want Koha to react if you scan in a blank barcode on the
-      checkout screen
-
-   -  `SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ and/or
-      `SuspendHoldsOpac <#SuspendHoldsOpac>`__ : Decide if you want
-      patrons and/or staff to be able to suspend holds
-
-      -  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ : If
-         you allow holds to be suspended decide if you want them to
-         automatically resume on the date entered by the staff and/or
-         patron
-
-   -  `OnSiteCheckouts <#OnSiteCheckouts>`__ : Decide if you want to
-      allow items to be checked out for use within the library
-
-   -  `RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ : Set this to
-      record local use of items when you check them in
-
--  Customize your `Notices & Slips <#notices>`__
-
--  Define your `Overdue Notice Triggers <#noticetriggers>`__
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  Populate `your holds queue <#buildholdscron>`__ (every 1-4 hours)
-
-   -  Decide `when holds expire <#expiredholdscron>`__ (daily)
-
-   -  `Calculate fines due <#finescronjob>`__ (daily)
-
-      -  Fines on hourly loans will calculate when you check the items
-         in
-
-   -  `Mark long overdue items as lost <#longoverduecron>`__ (daily)
-
-   -  Decide when the system `sends out messages <#msgqueuecron>`__ (1-4
-      hours)
-
-   -  Decide when the system `queues overdue
-      notices <#overduenoticecron>`__ (daily)
-
-   -  Set up `hold notices that didn't send for
-      printing <#printholdcron>`__ (daily after overdues and message
-      queue)
-
-   -  Decide when the system `queues the advanced notice of items
-      due <#advnoticecron>`__ (daily)
-
-   -  Find holds that need to be `resumed and remove
-      suspension <#unsuspendholdcron>`__ (daily)
-
-   -  If you're allowing automatic renewal of items `set them to
-      renew <#autorenewcron>`__ (nightly)
-
-`Patron Configuration <#imppratrons>`__
----------------------------------------
-
-You have already imported patron data from your old system, but there
-are plenty of options available to you regarding patrons and their
-accounts.
-
--  Enter your `staff members as patrons <#addstaffpatron>`__
-
-   -  Define `staff members access permissions <#patronpermissions>`__
-
--  Patron System Preferences
-
-   -  `autoMemberNum <#autoMemberNum>`__ : Decide if the patrons
-      barcodes are auto-generated or if you enter them yourself
-
-   -  `MaxFine <#MaxFine>`__ : Determine the maximum amount that people
-      can owe in fines
-
-   -  `NotifyBorrowerDeparture <#NotifyBorrowerDeparture>`__ : Decide
-      when to warn staff that the patron account is about to expire
-
-   -  `intranetreadinghistory <#intranetreadinghistory>`__ : Decide if
-      the staff can see the patron's reading/checkout history
-
-   -  `BorrowerMandatoryField <#BorrowerMandatoryField>`__ : List fields
-      that you want to appear as mandatory on the patron add/edit form
-
-   -  `BorrowersTitles <#BorrowersTitles>`__ : Add or change the titles
-      for your patrons
-
-   -  `borrowerRelationship <#borrowerRelationship>`__ : Add or change
-      borrower relationships (child to adult and professional to
-      organization)
-
-   -  `AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__ : Determine
-      if the patrons get an email confirming the creation of their
-      account
-
-   -  `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ :
-      Decide if staff can choose from a series of notices (other than
-      overdues) for patrons
-
-   -  `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__:
-      Decide if patrons can choose from a series of notices (other than
-      ovedues) for themselves
-
-   -  `patronimages <#patronimages>`__ : Decide if you want to save
-      patron images in your system
-
-   -  `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ : Decide
-      if you want to enable custom patron fields
-
-   -  `minPasswordLength <#minPasswordLength>`__ : Enter the minimum
-      number of characters you want passwords to have
-
-   -  `BorrowerUnwantedField <#BorrowerUnwantedField>`__ : Decide what
-      fields your library doesn't need to see on the patron entry form
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  Decide if you would like `children to automatically be come
-      adults <#j2acron>`__
-
-`Cataloging Configuration <#impcatalog>`__
-------------------------------------------
-
-Before you start cataloging in Koha you'll want to set up your
-preferences and other rules.
-
--  Define your cataloging templates aka `MARC Bibliographic
-   Frameworks <#marcbibframeworks>`__
-
-   -  Run the `MARC Bibliographic Framework
-      Test <#marcbibframeworkstest>`__ to be sure your changes are valid
-
--  Define any `authorized values <#authorizedvalues>`__ you might want
-   to use in cataloging
-
--  Set up `custom classification sources <#classificationsources>`__ (if
-   you use something other than the defaults)
-
--  Set up `MARC matching rules <#recordmatchingrules>`__ for importing
-   records from mrc files or Z39.50
-
--  Set up `Koha to Keyword mapping <#keywordmapping>`__ for deciding how
-   to display marc fields to the screen (still in beta - only one field)
-
--  Set up the `Z39.50 targets <#z3950admin>`__ you want to search for
-   cataloging (and acquisitions)
-
--  Cataloging System Preferences
-
-   -  `URLLinkText <#URLLinkText>`__ : Enter text to display when 856
-      fields do not have pre-defined labels
-
-   -  `hide\_marc <#hide_marc>`__ : If you are unfamiliar with MARC you
-      can have the MARC fields number hidden
-
-   -  `LabelMARCView <#LabelMARCView>`__ : Choose how you want duplicate
-      fields to appear on the editor
-
-   -  `DefaultClassificationSource <#DefaultClassificationSource>`__ :
-      Choose which classification source is the default in your library
-
-   -  `advancedMARCeditor <#advancedMARCeditor>`__ : Decide if you need
-      labels to appear on your MARC editor
-
-   -  `marcflavour <#marcflavour>`__ : Choose your MARC format
-
-   -  `itemcallnumber <#itemcallnumber>`__ : Enter which field and
-      subfields to look into for the call number
-
-   -  `MARCOrgCode <#MARCOrgCode>`__ : Enter your MARC Organizational
-      Code (not the same as your OCLC number)
-
-   -  `autoBarcode <#autoBarcode>`__ : Decide if Koha generates item
-      barcodes for you
-
-   -  `OpacSuppression <#OpacSuppression>`__ : Decide if you want to
-      hide items marked as suppressed from the OPAC search results
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  Decide when the system `checks URLs in catalog
-      records <#checkurlcron>`__ to see if they are still valid
-
-`Authorities Configuration <#impauthorities>`__
------------------------------------------------
-
-Koha has the ability to keep track of your authority records and how
-they're linked to your bibliographic records. Before using authorities
-you should configure several preferences.
-
--  Set `Authority Frameworks <#authoritiesadmin>`__ aka templates
-
--  Authority System Preferences
-
-   -  `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ : Decide if
-      Koha creates authorities when cataloging
-
-   -  `dontmerge <#dontmerge>`__ : Decide if updates to authorities
-      trigger updates to the bibliographic records that link to them
-
-   -  `AutoCreateAuthorities <#AutoCreateAuthorities>`__ : Decide when
-      authorities are created
-
-   -  `LinkerModule <#LinkerModule>`__ : Decide which match the
-      authority linker should use
-
-   -  `LinkerOptions <#LinkerOptions>`__ : Decide if you want authority
-      linking to be broader or more specific
-
-   -  `CatalogModuleRelink <#CatalogModuleRelink>`__ : Decide if you
-      want to enable authority linking while cataloging
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  Choose when the system looks for authorities updates to `merge
-      changes into bibliographic records <#mergeauthcron>`__
-
-`Searching Configuration <#impsearching>`__
--------------------------------------------
-
-There are several system preferences related to searching, it is not
-always recommended to make too many changes to these preferences since
-they are set to get you the most relevant results. If you would like to
-change the default way that Koha handles searching, view the `Searching
-system preferences <#searchingprefs>`__ tab.
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  Decide how often your `system rebuilds the search
-      index <#rebuildsearchcron>`__ (4-10 min)
-
--  Searching System Preferences
-
-   -  `AdvancedSearchTypes <#AdvancedSearchTypes>`__ : Decide which
-      authorized value fields you want patrons and staff to be able to
-      limit their advanced searches by
-
-   -  `AdvancedSearchLanguages <#AdvancedSearchLanguages>`__ : Decide
-      which languages you want people to be able to limit to via the
-      search engine
-
-   -  `UseAuthoritiesForTracings <#UseAuthoritiesForTracings>`__ :
-      Decide how you want Koha to handle subject searches in the OPAC
-
-      -  `TraceCompleteSubfields <#TraceCompleteSubfields>`__ : Decide
-         how you want Koha to handle subject searches in the OPAC
-
-      -  `TraceSubjectSubdivisions <#TraceSubjectSubdivisions>`__ :
-         Decide how you want Koha to handle subject searches in the OPAC
-
-   -  `displayFacetCount <#displayFacetCount>`__ : Decide whether to
-      show facet counts on search results
-
-`OPAC Configuration <#impopac>`__
----------------------------------
-
-There are a lot of ways you can customize your OPAC in Koha.
-
--  Decide how you want your OPAC to look & what content you want on the
-   main page
-
--  Create a library branded stylesheet using CSS
-
-   -  **Important**
-
-          Do not edit the default CSS files, instead create a new one,
-          that way the system can always fall back on the original CSS.
-
--  Create a custom XSLT stylesheet to change the way search results and
-   bib records appear in the OPAC
-
--  OPAC System preferences
-
-   -  `OPACBaseURL <#OPACBaseURL>`__ : Enter your library's url
-
-   -  `opacuserlogin <#opacuserlogin>`__ : Decide if you want to allow
-      patrons to login to the OPAC to access customized functionality
-      (searching will be allowed without logging in)
-
-      -  `RequestOnOpac <#RequestOnOpac>`__ : Decide if patrons can
-         place holds via the OPAC
-
-      -  `OpacPasswordChange <#OpacPasswordChange>`__ : Decide if
-         patrons can change their password (don't allow this if you're
-         using LDAP)
-
-      -  `OpacRenewalAllowed <#OpacRenewalAllowed>`__ : Decide if
-         patrons can renew their checked out items via the OPAC
-
-      -  `opacreadinghistory <#opacreadinghistory>`__ : Decide if
-         patrons can view their reading/checkout history via the OPAC
-
-      -  `reviewson <#reviewson>`__ : Decide if you want to allow
-         patrons to comment on bib records via the OPAC
-
-      -  `OpacStarRatings <#OpacStarRatings>`__ : Decide if patrons can
-         leave star ratings
-
-      -  `virtualshelves <#virtualshelves>`__ : Decide if you want
-         patrons to be able to create Lists
-
-      -  `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
-         : If patrons can create lists then decide if they are allowed
-         to create public lists
-
-      -  `suggestion <#suggestionspref>`__ : Decide if you want patrons
-         to be able to submit purchase suggestions
-
-      -  `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ :
-         Decide if you want patrons to be able to see purchase
-         suggestions made by other patrons
-
-   -  `opacbookbag <#opacbookbag>`__ : Decide if patrons can save items
-      into their cart
-
-   -  `AnonSuggestions <#AnonSuggestions>`__ : Decide if you want non
-      logged in users to be able to make purchase suggestions
-
-   -  `LibraryName <#LibraryName>`__ : Enter your library name for
-      display in the <title> tag and on the top of the OPAC
-
-   -  `opaccredits <#opaccredits>`__ : Enter HTML to appear at the
-      bottom of every page in the OPAC
-
-   -  `OpacMainUserBlock <#OpacMainUserBlock>`__ : Enter HTML that will
-      appear in the center of the main OPAC page
-
-   -  `OpacNav <#OpacNav>`__ : Enter HTML that will appear to the left
-      on the main OPAC page
-
-   -  `OpacNavBottom <#OpacNavBottom>`__ : Enter HTML that will appear
-      below OpacNav
-
-   -  `OpacNavRight <#OpacNavRight>`__ : Enter HTML that will appear
-      below the login box on the right
-
-   -  `opacheader <#opacheader>`__ : Enter the HTML that will appear
-      above the search box on the OPAC
-
-   -  `OPACNoResultsFound <#OPACNoResultsFound>`__ : Enter the HTML that
-      will appear when no results are found
-
-   -  `OPACResultsSidebar <#OPACResultsSidebar>`__ : Enter the HTML that
-      will appear below the facets on your search results
-
-   -  `OPACMySummaryHTML <#OPACMySummaryHTML>`__ : Enter the HTML that
-      will appear in the far right of the circulation summary in the
-      OPAC
-
-   -  Customize your stylesheets:
-
-      -  `OPACUserCSS <#OPACUserCSS>`__ : Enter any additional fields
-         you want to define styles for
-
-      -  `opaclayoutstylesheet <#opaclayoutstylesheet>`__ : Point to a
-         CSS file on your Koha server
-
-   -  `OpacHighlightedWords <#OpacHighlightedWords>`__ : Decide if you
-      want search terms to be highlighted on the search results
-
-   -  `hidelostitems <#hidelostitems>`__ : Decide if you want to show
-      patrons items you have marked as lost
-
-   -  `BiblioDefaultView <#BiblioDefaultView>`__ : Decide what view is
-      the default for bib records on the OPAC
-
-   -  `OPACShelfBrowser <#OPACShelfBrowser>`__ : Decide if you want to
-      enable the shelf browse functionality
-
-   -  `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__ : Decide if
-      URLs clicked in the OPAC are opened in a new window
-
-   -  `SearchMyLibraryFirst <#SearchMyLibraryFirst>`__ : If you have a
-      multi-branch system decide if you want patrons to search their
-      library first
-
-   -  `OpacAuthorities <#OpacAuthorities>`__ : Decide if you want
-      patrons to be able to search your authority file
-
-   -  `OpacBrowser <#OpacBrowser>`__ : Decide if you want patrons to
-      browse your authority file (French libraries only)
-
-   -  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ : Choose which
-      libraries you want patrons to be able to re-run their search in
-
-   -  `OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__
-      : If you're a multi-branch system you can add a pull down to the
-      search bar for patrons to search which library to search
-
-   -  `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__ : Decide if
-      you want the system to keep a search history
-
--  Set up your `cron jobs <#cronjobs>`__
-
-   -  If you have the `OpacBrowser <#OpacBrowser>`__ preference set
-      decide `when you want the contents to
-      rebuild <#authbrowsercron>`__ (French libraries only)
-
-   -  If you have `custom RSS feeds <#customrss>`__, decide when you
-      want the `feed to be populated <#customrssfeedcron>`__
-
-`Editable OPAC Regions <#editableopac>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Using the OPAC system preferences you can customize various regions, the
-following graphic will define what preferences update each of the
-regions in the Bootstrap theme.
-
-OPAC Editable Regions
-|image1068|
-
-`Enhanced Content Configuration <#impenhanced>`__
--------------------------------------------------
-
-Koha allows you to pull in content from outside sources to enhance your
-bib records. All of this content can be toggled on and off using the
-enhanced content system preferences.
-
--  `FRBR/Editions <#frbrenhancedprefs>`__
-
-   -  If you would like to have your OPAC and/or staff client show an
-      'Editions' tab on the bib record, you want to enable one or the
-      other FRBR preferences and then either one or both of the ISBN
-      services (XISBN and ThingISBN).
-
--  `Amazon <#amazonprefs>`__ : This service is free and just requires
-   that you visit http://aws.amazon.com to sign up
-
-   -  Using the Amazon preferences you can choose to show cover images
-      from Amazon.
-
--  `Babelthèque <#Babelthequeprefs>`__
-
-   -  This is a pay service. Contact Babelthèque to learn how to enable
-      this content in the OPAC.
-
--  `Baker and Taylor <#btcontentprefs>`__
-
-   -  This is a pay service from Baker & Taylor. Contact Baker & Taylor
-      for the information to enter into these preferences.
-
--  `HTML5 Media <#html5>`__
-
-   -  This allows libraries to embed streaming media in their catalog
-
--  `Google <#googleprefs>`__
-
-   -  This service is free and does not require registration, simply
-      enable GoogleJackets and you're set to go.
-
--  `I Deam Books <#IDreamLibraries>`__
-
-   -  This is a free service that compiles reviews for popular titles
-      from many different sources.
-
--  `LibraryThing <#librarythingprefs>`__
-
-   -  With the exception of ThingISBN, you will need to contact
-      LibraryThing for the information to enter into these preferences
-
-   -  Enabling ThingISBN will help to populate the editions tab on the
-      bib record display if you have enabled FRBR.
-
--  `Novelist <#novelistselect>`__
-
-   -  This is a pay service from Ebsco. Contact Ebsco for the
-      information to enter into these preferences
-
--  `OCLC <#oclcprefs>`__
-
-   -  XISBN is used to populate the editions tab on the bib record
-      display if you have enabled FRBR. This service is free for up to
-      999 queries a day.
-
--  `Open Library <#OpenLibraryPrefs>`__
-
-   -  Open Library project is an open system that you can pull cover
-      images (and in the future additional content) from
-
--  `Overdrive <#overdriveprefs>`__
-
-   -  This is a pay service that libraries can subscribe to for ebook
-      content. If the library subscribes to Overdrive they can integrate
-      that content in to Koha for free.
-
--  `Syndetics <#Syndeticsprefs>`__
-
-   -  This is a pay service from Syndetics to add content for your bib
-      records. Contact Syndetics for the information to enter into these
-      preferences.
-
--  `Tagging <#taggingprefs>`__
-
-   -  Choose whether or not you want to allow patrons to add tags to
-      records in Koha.
-
-`Acquisitions Configuration <#impacq>`__
-----------------------------------------
-
-When using acquisitions in Koha you first need to define some defaults.
-
--  Set up your `funds & budgets <#budgetplanning>`__
-
--  Choose your `default currency <#currexchangeadmin>`__ and enter
-   others if you order from multiple countries
-
--  Enter in your `vendor information <#acqvendors>`__
-
--  Create an `Framework with the code ACQ <#marcbibframeworks>`__ (if
-   you're going to enter item records at the time of ordering or
-   receiving)
-
--  Acquisitions System preferences
-
-   -  `AcqCreateItem <#AcqCreateItem>`__ : Decide if an item record is
-      created during acquisition
-
-   -  `CurrencyFormat <#CurrencyFormat>`__ : Decide how you want
-      monetary amounts to display
-
-   -  `gist <#gist>`__ : Enter your sales tax (if you are billed for
-      tax)
-
-   -  `OrderPdfFormat <#OrderPdfFormat>`__ : Decide what format you want
-      your print orders to use
-
-`Serials Configuration <#impserials>`__
----------------------------------------
-
-When you use serials there are a few options you can set before hand.
-
--  Serials System Preferences
-
-   -  `RenewSerialAddsSuggestion <#RenewSerialAddsSuggestion>`__ :
-      Decide if you want renewing serials to add a suggestion for easy
-      purchasing
-
-   -  `RoutingSerials <#RoutingSerials>`__ : Decide if you want to route
-      serials around your library
-
-   -  `RoutingListAddReserves <#RoutingListAddReserves>`__ : Decide if
-      holds are placed on serials when there is a routing list in place
-
--  Cataloging System Preferences
-
-   -  `StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__ :
-      Decide how many of the most recent issues to display in the staff
-      client
-
-   -  `OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ :
-      Decide how many of the most recent issues to display in the OPAC
-
-   -  `SubscriptionHistory <#SubscriptionHistory>`__ : Decide how you
-      want the subscription information to display in the OPAC
-
-`Planning for Go-Live <#impgolive>`__
--------------------------------------
-
-Once you have all of your settings ready, you need to prepare for making
-your system live:
-
--  Decide if you need training by an outside service or if your staff
-   can do the training themselves.
-
--  Make sure that there is time for your staff to play with your test
-   system and get comfortable with it
-
--  If this is a migration, work with your previous company to extract
-   data right before you go live
-
--  Come up with URLs for your new Koha OPAC & Staff Client
-
--  Make sure that if you're hosting your own system you have a backup
-   plan
-
-SOPAC2 Installation
-===================
-
-`Introduction <#sopacintro>`__
-------------------------------
-
-This is an installation guide for SOPAC2 and its Koha connector. It has
-been tested on Debian Lenny and Ubuntu Jaunty with Drupal 6.12 and Koha
-3.0.x. It does not cover the installation of Koha and Drupal, only
-SOPAC, its dependencies and the connector.
-
-`Installation of Locum and Insurge <#sopacinstall>`__
------------------------------------------------------
-
-Locum and Insurge are the two libraries used primarily by SOPAC. They
-serve as a layer of abstraction to the data. Insurge manages the social
-aspect (tags, reviews, ratings), while Locum manages the connection to
-the ILS via the connector. Both libraries use a different database from
-that of Drupal.
-
-`Dependencies <#sopacdepend>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There are no packages for Debian MDB2 yet, you can install it via pear:
-
-::
-
-    # apt-get install php-pear
-    # pear install MDB2
-    # pear install MDB2#mysql
-
-`Download <#sopacdownload>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Download the Locum and Insurge libraries from SVN:
-
-::
-
-    # cd /usr/local/lib
-    # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
-    # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge
-
-`Creation of the Database <#sopaccreatedb>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-::
-
-    $ mysql -u root
-    mysql> create database scas;
-    mysql> grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
-    mysql> flush privileges;
-    mysql> exit
-
-`Sync DSN <#sopacdsn>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-This file will provide the connection information to a DB libraries:
-
-::
-
-    # nano /usr/local/etc/locum_insurge_dsn.php
-
-It should contain:
-
-::
-
-    <?php
-    $dsn = 'mysql://scas_user:scas_pass@localhost/scas';
-
-`Installation of Insurge <#sopacinstallinsurge>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you customize the name of the database, remember to edit the sql
-file:
-
-::
-
-    # nano /usr/local/lib/insurge/sql/scas_insurge.sql
-
-Import Insurge:
-
-::
-
-    $ mysql -u root -p < /usr/local/lib/insurge/sql/scas_insurge.sql
-
-Configure Insurge:
-
-::
-
-    # nano /usr/local/lib/insurge/config/insurge.ini
-
-The variables in insurge.ini are empty. The default values are too long
-and cause MySQL errors.
-
-Here is a sample of insurge.ini
-
-::
-
-    ; This is the Locum configuration file
-    ; General configuration options for your installation of Insurge.
-    [insurge_config]
-    dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
-    ; This is where you configure your repository membership information.
-    ;
-    ; parent_server is the server name of the repository parent server you have been
-    ; told to use.
-    ; group_id = The group ID you have been given by your repository admin.
-    ; These configuration points are OPTIONAL and are only necessary if you are
-    ; participating in a repository relationship.
-    [repository_info]
-    parent_server = ""
-    group_id = ""
-    group_key = ""
-
-`Installation of Locum <#sopacinstallocum>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The same procedure applies to Locum
-
-::
-
-    # nano /usr/local/lib/locum/sql/scas_locum.sql
-    # mysql < /usr/local/lib/locum/sql/scas_locum.sql
-    # nano /usr/local/lib/locum/sql/locum_init.sql
-    # mysql < /usr/local/lib/locum/sql/locum_init.sql
-    # nano /usr/local/lib/locum/config/locum.ini
-    # mkdir /usr/local/var
-    # mkdir /usr/local/var/log
-
-Configure the DSN:
-
-::
-
-    [locum_config]
-    dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
-
-And the information for your Koha installation:
-
-::
-
-    [ils_config]
-    ils = "koha";
-    ils_version = "30x"
-    ils_server = "localhost"
-    ils_harvest_port = "80"
-
-The rest depends on your Koha configuration.
-
-`Installation of Koha Connector <#sopackoha>`__
------------------------------------------------
-
-Download the Koha connector using SVN:
-
-::
-
-    # cd /usr/local/lib/locum/connectors/
-    # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x
-
-`Harvest Records <#sopacharvest>`__
------------------------------------
-
-Now that the connector is in place, we will be able to launch
-harvest.php, a tool that will reap Locum DB Koha and fill the locum.
-
-Start by configuring harvest.php:
-
-::
-
-    # nano /usr/local/lib/locum/tools/harvest.php
-
-Here are the variables you must change:
-
-::
-
-    $first_record = 1;
-    $last_record = 30;
-
-These are the minimum and maximum biblionumbers from your Koha install.
-
-Then start the harvest:
-
-::
-
-    # chmod +x /usr/local/lib/locum/tools/harvest.php
-    $ /usr/local/lib/locum/tools/harvest.php
-
-`Installation of Sphinx <#sopacphinx>`__
-----------------------------------------
-
-Sphinx is the indexer for the database used by Locum and Insurge.
-
-`Dependencies <#sphinxdepend>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-There is no Debian package for Sphinx so you'll have to compile the
-source directly:
-
-::
-
-    # apt-get install g++ make libmysql++-dev
-
-`Download and Compile <#sphinxdownload>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-::
-
-    $ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
-    $ tar zxvf sphinx-0.9.8.tar.gz
-    $ cd sphinx-0.9.8
-    $ ./configure --prefix=/usr/local/sphinx
-    $ make
-    # make install
-    # mkdir /usr/local/sphinx
-    # mkdir /usr/local/sphinx/lib
-    # cp api/sphinxapi.php /usr/local/sphinx/lib/
-    $ rm -R sphinx-0.9.8*
-
-`Creation of User and Group <#sphinxuser>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Creating a Sphinx user and change the owner:
-
-::
-
-    # adduser sphinx
-    # addgroup sphinx
-    # usermod -G sphinx sphinx
-    # mkdir /usr/local/sphinx/var/run
-    # chown -R sphinx.sphinx /usr/local/sphinx/var
-
-`The Sphinx daemon <#demonsphinx>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Download:
-
-::
-
-    # cd /etc/init.d
-    # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
-    # chmod +x /etc/init.d/sphinx
-
-Add Sphinx to the default boot services:
-
-::
-
-    # update-rc.d sphinx defaults
-
-`Configuration <#sphinxconfig>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Copy the configuration file supplied with the source of Sphinx before
-the change:
-
-::
-
-    # cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
-    # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile;
-    mv tmpfile /usr/local/sphinx/etc/sphinx.conf
-    # sed 's/locum_db_pass/scas_pass/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
-
-And if you personalize the name of the database:
-
-::
-
-    # sed 's/scas/MY_DB/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
-
-`Indexing documents <#sphinxindexing>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Indexing is necessary if you want to use the search features of SOPAC.
-
-You must first complete the Insurge table index
-
-::
-
-    # chmod +x /usr/local/lib/insurge/tools/update-index.php
-    $ /usr/local/lib/insurge/tools/update-index.php
-
-Then start indexing Sphinx
-
-::
-
-    $ /usr/local/sphinx/bin/indexer --all
-
-Finally, we must start the daemon:
-
-::
-
-    # /etc/init.d/sphinx start
-
-When the daemon is running, you can update the index with:
-
-::
-
-    $ /usr/local/sphinx/bin/indexer --all --rotate
-
-`Installation of SOPAC2 <#installsopac>`__
-------------------------------------------
-
-Now to the SOPAC software itself:
-
-`Download <#downloadsopac>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Download from SVN:
-
-::
-
-    $ cd /chemin/vers/drupal/sites/all/
-    $ mkdir modules
-    $ cd modules/
-    $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac
-
-`Installation <#sopacinstallation>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-In Drupal's administration settings, activate the module. Also, enable
-the dependencies:
-
--  Profile
-
--  PHP Filter
-
--  Path
-
-The Drupal menu should now list these entries.
-
-`Configuration <#configsopac>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Then go into the settings of SOPAC.
-
--  Configure the paths to the Locum and Insurge libraries
-
--  Choose a URL prefix SOPAC, in my "catalog". Create a node with
-   content like:
-
-::
-
-    <?php
-    print sopac_search_form('both');
-    print theme('pages_catalog');
-
--  Check the Input Format "PHP Code"
-
--  Check Move to front page
-
--  In URL path settings, set the SOPAC URL prefix you have chosen.
-
-Go to the root of Drupal, a search form will appear.
-
-Remember to empty Drupal's cache when something does not work.
-
-Drupal offers a few blocks, which are not configured by default. You
-must specify on which page they should appear.
-
-Cron Jobs
-=========
-
-A cron job is a Linux command for scheduling a command or script on your
-server to complete repetitive tasks automatically. Scripts executed as a
-cron job are typically used to modify files or databases; however, they
-can perform other tasks that do not modify data on the server, like
-sending out email notifications. Koha has many cron jobs in place that
-you can enable (search engine indexing, overdue notice generation, data
-cleanup and more), this chapter will explain those for you.
-
-`Cron Jobs <#cronjobs>`__
--------------------------
-
-The locations below assume a dev install which puts the crons in misc/,
-if you have a standard install you may want to look in bin/ for these
-files if you cannot find them in misc/
-
-`Search <#searchcron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Rebuild Index <#rebuildsearchcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/migration\_tools/rebuild\_zebra.pl
-
-Does: Updates Zebra indexes with recently changed data.
-
-Required by: Zebra
-
-Frequency suggestion: every x minutes, (between 5-15 minutes) depending
-on performance needs
-
-`Circulation <#circcron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Holds Queue <#buildholdscron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/holds/build\_holds\_queue.pl
-
-Does: Updates holds queue report
-
-Required by: `Holds Queue Report <#holdsqueue>`__
-
-Frequency suggestion: every 1-4 hours
-
-Description:
-
--  A script that should be run periodically if your library system
-   allows borrowers to place on-shelf holds. This script decides which
-   library should be responsible for fulfilling a given hold request.
-
-   It's behavior is controlled by the system preferences
-   `StaticHoldsQueueWeight <#holdqueueweight>`__ and
-   `RandomizeHoldsQueueWeight <#holdqueueweight>`__.
-
-   If you do not want all of your libraries to participate in the
-   on-shelf holds fulfillment process, you should list the the libraries
-   that \*do\* participate in the process here by inputting all the
-   participating library's branchcodes, separated by commas ( e.g.
-   "MPL,CPL,SPL,BML" etc. ).
-
-   By default, the holds queue will be generated such that the system
-   will first attempt to hold fulfillment using items already at the
-   pickup library if possible. If there are no items available at the
-   pickup library to fill a hold, build\_holds\_queue.pl will then use
-   the list of libraries defined in StaticHoldsQueueWeight. If
-   RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
-   script will assign fulfillment requests in the order the branches are
-   placed in the StaticHoldsQueueWeight system preference.
-
-   For example, if your system has three libraries, of varying sizes (
-   small, medium and large ) and you want the burden of holds
-   fulfillment to be on larger libraries before smaller libraries, you
-   would want StaticHoldsQueueWeight to look something like
-   "LRG,MED,SML".
-
-   If you want the burden of holds fulfillment to be spread out equally
-   throughout your library system, simply enable
-   RandomizeHoldsQueueWeight. When this system preference is enabled,
-   the order in which libraries will be requested to fulfill an on-shelf
-   hold will be randomized each time the list is regenerated.
-
-   Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
-   Doing so will cause the build\_holds\_queue script to ignore
-   RandomizeHoldsQueueWeight, causing the script to request hold
-   fulfillment not randomly, but by alphabetical order.
-
-`Perl Documentation <#buildholdscronperl>`__
-''''''''''''''''''''''''''''''''''''''''''''
-
-**GetBibsWithPendingHoldRequests**
-
-my $biblionumber\_aref = GetBibsWithPendingHoldRequests();
-
-Return an arrayref of the biblionumbers of all bibs that have one or
-more unfilled hold requests.
-
-**GetPendingHoldRequestsForBib**
-
-my $requests = GetPendingHoldRequestsForBib($biblionumber);
-
-Returns an arrayref of hashrefs to pending, unfilled hold requests on
-
-the bib identified by $biblionumber. The following keys are present in
-each hashref:
-
--  biblionumber
-
--  borrowernumber
-
--  itemnumber
-
--  priority
-
--  branchcode
-
--  reservedate
-
--  reservenotes
-
--  borrowerbranch
-
-The arrayref is sorted in order of increasing priority.
-
-**GetItemsAvailableToFillHoldRequestsForBib**
-
-my $available\_items =
-
-GetItemsAvailableToFillHoldRequestsForBib($biblionumber);
-
-Returns an arrayref of items available to fill hold requests for the bib
-identified by $biblionumber. An item is available to fill a hold
-
-request if and only if:
-
--  it is not on loan
-
--  it is not withdrawn
-
--  it is not marked notforloan
-
--  it is not currently in transit
-
--  it is not lost
-
--  it is not sitting on the hold shelf
-
-**MapItemsToHoldRequests**
-
-MapItemsToHoldRequests($hold\_requests, $available\_items);
-
-**CreatePickListFromItemMap**
-
-**AddToHoldTargetMap**
-
-**\_get\_branches\_to\_pull\_from**
-
-Query system preferences to get ordered list of branches to use to fill
-hold requests.
-
-`Expired Holds <#expiredholdscron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/holds/cancel\_expired\_holds.pl
-
-Does: By default, this cron job will only automatically cancel holds
-where the user has set an expiration date. If the library is using the
-`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__ and
-`ExpireReservesMaxPickUpDelayCharge <#ExpireReservesMaxPickUpDelayCharge>`__
-preferences then this script will also cancel holds that have been
-sitting on the hold shelf for too long and will (if the library does)
-charge the patron for not picking up the hold.
-
-Frequency suggestion: daily
-
-`Unsuspend Holds <#unsuspendholdcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/holds/auto\_unsuspend\_holds.pl
-
-Does: This script checks to find holds that should no longer be
-suspended and removes the suspension if the
-`AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference is
-set to 'allow'. This puts the patron back in to the queue where they
-were when the hold was suspended.
-
-Frequency suggestion: daily
-
-`Fines <#finescronjob>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/fines.pl
-
-Does: Calculates and posts fines to patron accounts.
-
-Required by: `finesMode <#finesMode>`__ system preference
-
-Frequency suggestion: nightly
-
-`Long Overdues <#longoverduecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/longoverdue.pl
-
-Does: allows one to specify delays for changing items to different lost
-statuses, and optionally charge for them using the replacement price
-listed on the item record.
-
-Frequency suggestion: nightly
-
-    **Note**
-
-    Staff can control some of the parameters for the longoverdue cron
-    job with the
-    `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ and
-    `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__
-    preferences.
-
-`Perl Documentation <#longoverduecronperl>`__
-'''''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-longoverdue.pl cron script to set lost statuses on overdue materials.
-Execute without options for help.
-
-**DESCRIPTION**
-
---lost \| -l
-
-This option takes the form of n=lv, where n is num days overdue, and lv
-is the lost value. See warning below.
-
---charge \| -c
-
-This specifies what lost value triggers Koha to charge the account for
-the lost item. Replacement costs are not charged if this is not
-specified.
-
---verbose \| v
-
-verbose.
-
---confirm
-
-confirm. without this option, the script will report the number of
-affected items and return without modifying any records.
-
---quiet
-
-suppress summary output.
-
---maxdays
-
-Specifies the end of the range of overdue days to deal with (defaults to
-366). This value is universal to all lost num days overdue passed.
-
---mark-returned
-
-When an item is marked lost, remove it from the borrowers issued items.
-
-`Track total checkouts <#updateissuescron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/update\_totalissues.pl
-
-Does: updates the biblioitems.totalissues field in the database with the
-latest tally of checkouts.
-
-Frequency suggestion: nightly
-
-`Perl Documentation <#updateissuesperldoc>`__
-'''''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-update\_totalissues.pl
-
-**SYNOPSIS**
-
-update\_totalissues.pl --use-stats
-
-update\_totalissues.pl --use-items
-
-update\_totalissues.pl --commit=1000
-
-update\_totalissues.pl --since='2012-01-01'
-
-update\_totalissues.pl --interval=30d
-
-**DESCRIPTION**
-
-This batch job populates bibliographic records' total issues count based
-on historical issue statistics.
-
---help Prints this help
-
--v\|--verbose
-
-Provide verbose log information (list every bib modified).
-
---use-stats
-
-Use the data in the statistics table for populating total issues.
-
---use-items
-
-Use items.issues data for populating total issues. Note that issues data
-from the items table does not respect the --since or --interval options,
-by definition. Also note that if both --use-stats and --use-items are
-specified, the count of biblios processed will be misleading.
-
--s\|--since=DATE
-
-Only process issues recorded in the statistics table since DATE.
-
--i\|--interval=S
-
-Only process issues recorded in the statistics table in the last N units
-of time. The interval should consist of a number with a one- letter unit
-suffix. The valid suffixes are h (hours), d (days), w (weeks), m
-(months), and y (years). The default unit is days.
-
---incremental
-
-Add the number of issues found in the statistics table to the existing
-total issues count. Intended so that this script can be used as a cron
-job to update popularity information during low-usage periods. If
-neither --since or --interval are specified, incremental mode will
-default to processing the last twenty-four hours.
-
---commit=N
-
-Commit the results to the database after every N records are processed.
-
---test
-
-Only test the popularity population script.
-
-**WARNING**
-
-If the time on your database server does not match the time on your Koha
-server you will need to take that into account, and probably use the
---since argument instead of the --interval argument for incremental
-updating.
-
-**CREDITS**
-
-This patch to Koha was sponsored by the Arcadia Public Library and the
-Arcadia Public Library Foundation in honor of Jackie Faust-Moreno, late
-director of the Arcadia Public Library.
-
-**AUTHOR**
-
-Jared Camins-Esakov <jcamins AT cpbibliography DOT com>
-
-`Generate Patron File for Offline Circulation <#offlinecirccron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/create\_koc\_db.pl
-
-Does: Generates the borrowers.db file for use with the `Koha Offline
-Circulation <#windowsofflinecirc>`__ tool
-
-Frequency suggestion: weekly
-
-`Automatic renewal <#autorenewcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/automatic\_renewals.pl
-
-Does: Will automatically renew items if you're allowing automatic
-renewal with your `circulation and fine rules <#circfinerules>`__.
-
-Frequency suggestion: nightly
-
-`Perl Documentation <#autorenewcronperl>`__
-'''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-automatic\_renewals.pl - cron script to renew loans
-
-**SYNOPSIS**
-
-./automatic\_renewals.pl
-
-or, in crontab: 0 3 \* \* \* automatic\_renewals.pl
-
-**DESCRIPTION**
-
-This script searches for issues scheduled for automatic renewal
-(issues.auto\_renew). If there are still renews left (Renewals allowed)
-and the renewal isn't premature (No Renewal before) the issue is
-renewed.
-
-**OPTIONS**
-
-No options.
-
-`Patrons <#patroncrons>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Unverified Registrations <#deleteexpiredregistrationcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/delete\_expired\_opac\_registrations.pl
-
-Does: Deletes patron registrations that were submitted via the OPAC but
-not reviewed by the library within the number of days entered in the
-`PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
-preference.
-
-Frequency suggestion: nightly
-
-`Unconfirmed Registrations <#deleteunverifiedcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/delete\_unverified\_opac\_registrations.pl
-
-Does: Deletes patron self registrations that were submitted via the OPAC
-but not confirmed via email within 24 hours. This is only necessary if
-you are requiring patrons to confirm their registrations via email with
-the
-`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
-preference.
-
-Frequency suggestion: hourly
-
-`Anonymize Patron Data <#anonymizecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/batch\_anonymise.pl
-
-Does: Used to anonymize patron data. This will remove borrowernumbers
-from circulation history so that the stats are kept, but the patron
-information is removed for privacy reasons.
-
-`Update Child to Adult Patron Type <#j2acron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/j2a.pl
-
-Does: Convert juvenile/child patrons from juvenile patron category and
-category code to corresponding adult patron category and category code
-when they reach the upper age limit defined in the Patron Categories.
-
-Frequency suggestion: nightly
-
-`Perl Documentation <#j2aperldoc>`__
-''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-juv2adult.pl - convert juvenile/child patrons from juvenile patron
-category and category code to corresponding adult patron category and
-category code when they reach the upper age limit defined in the Patron
-Categories.
-
-**SYNOPSIS**
-
-juv2adult.pl [ -b=<branchcode> -f=<categorycode> -t=<categorycode> ]
-
-Options:
-
---help brief help message
-
---man full documentation
-
--v verbose mode
-
--n take no action, display only
-
--b <branchname> only deal with patrons from this library/branch
-
--f <categorycode> change patron category from this category
-
--t <categorycode> change patron category to this category
-
-=head1 OPTIONS
-
---help Print a brief help message and exits.
-
---man Prints the manual page and exits.
-
--v Verbose. Without this flag set, only fatal errors are reported.
-
--n No Action. With this flag set, script will report changes but not
-actually execute them on the database.
-
--b changes patrons for one specific branch. Use the value in the
-branches.branchcode table.
-
--f \*required\* defines the juvenile category to update. Expects the
-code from categories.categorycode.
-
--t \*required\* defines the category juvenile patrons will be converted
-to. Expects the code from categories.categorycode.
-
-**DESCRIPTION**
-
-This script is designed to update patrons from juvenile to adult patron
-types, remove the guarantor, and update their category codes
-appropriately when they reach the upper age limit defined in the Patron
-Categories.
-
-**USAGE EXAMPLES**
-
-"juv2adult.pl" - Suggests that you read this help. :)
-
-"juv2adult.pl" -b=<branchcode> -f=<categorycode> -t=<categorycode> -
-Processes a single branch, and updates the patron categories from
-fromcat to tocat.
-
-"juv2adult.pl" -f=<categorycode> -t=<categorycode> -v -n - Processes all
-branches, shows all messages, and reports the patrons who would be
-affected. Takes no action on the database.
-
-`Notices <#noticescron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Message Queue <#msgqueuecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/process\_message\_queue.pl
-
-Does: processes the message queue to send the check out, check in and
-hold filled emails and SMS message to users and sends outgoing emails to
-patrons. requires
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
-on
-
-Frequency suggestion: 1-4 hours
-
-    **Important**
-
-    Item due and Advanced due notices are controlled by the
-    `advance\_notices cron <#advnoticecron>`__.
-
-`Advanced Notice <#advnoticecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/advance\_notices.pl
-
-Does: prepares "pre-due" notices and "item due" notices for patrons who
-request them prepares notices for patrons for items just due or coming
-due soon. requires
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
-on
-
-Frequency suggestion: nightly
-
-    **Note**
-
-    This script does not actually send the notices. It queues them in
-    the `message queue <#msgqueuecron>`__ for later
-
-`Perl Documentation <#advnoticecronperl>`__
-'''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-advance\_notices.pl - cron script to put item due reminders into message
-queue
-
-**SYNOPSIS**
-
-./advance\_notices.pl -c
-
-or, in crontab: 0 1 \* \* \* advance\_notices.pl -c
-
-**DESCRIPTION**
-
-This script prepares pre-due and item due reminders to be sent to
-patrons. It queues them in the message queue, which is processed by the
-process\_message\_queue.pl cronjob. The type and timing of the messages
-can be configured by the patrons in their "My Alerts" tab in the OPAC.
-
-**METHODS**
-
-parse\_letter
-
-`Overdue Notice <#overduenoticecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/overdue\_notices.pl
-
-Does: prepares messages to alert patrons of overdue messages (both via
-email and print)
-
-Frequency suggestion: nightly
-
-    **Note**
-
-    This script does not actually send the notices. It queues them in
-    the `message queue <#msgqueuecron>`__ for later or generates the
-    HTML for later printing
-
-`Perl Documentation <#overduenoticecronperl>`__
-'''''''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-overdue\_notices.pl - prepare messages to be sent to patrons for overdue
-items
-
-**SYNOPSIS**
-
-overdue\_notices.pl [ -n ] [ -library <branchcode> ] [ -library
-<branchcode>...] [ -max <number of days> ] [ -csv [ <filename> ] ]
-[-itemscontent <field list> ]
-
-Options:
-
--help brief help message
-
--man full documentation
-
--n No email will be sent
-
--max <days> maximum days overdue to deal with
-
--library <branchname> only deal with overdues from this library
-(repeatable : several libraries can be given)
-
--csv <filename> populate CSV file
-
--html <filename> Output html to file
-
--itemscontent <list of fields> item information in templates
-
--borcat <categorycode> category code that must be included
-
--borcatout <categorycode> category code that must be excluded
-
-**OPTIONS**
-
--help Print a brief help message and exits.
-
--man Prints the manual page and exits.
-
--v Verbose. Without this flag set, only fatal errors are reported.
-
--n Do not send any email. Overdue notices that would have been sent to
-the patrons or to the admin are printed to standard out. CSV data (if
-the -csv flag is set) is written to standard out or to any csv filename
-given.
-
--max Items older than max days are assumed to be handled somewhere else,
-probably the longoverdues.pl script. They are therefore ignored by this
-program. No notices are sent for them, and they are not added to any CSV
-files. Defaults to 90 to match longoverdues.pl.
-
--library
-
-select overdues for one specific library. Use the value in the
-branches.branchcode table. This option can be repeated in order to
-select overdues for a group of libraries.
-
--csv Produces CSV data. if -n (no mail) flag is set, then this CSV data
-is sent to standard out or to a filename if provided. Otherwise, only
-overdues that could not be emailed are sent in CSV format to the admin.
-
--itemscontent
-
-comma separated list of fields that get substituted into templates in
-places of the <<items.content>> placeholder. This defaults to
-issuedate,title,barcode,author
-
-Other possible values come from fields in the biblios, items, and issues
-tables.
-
--borcat Repetable field, that permit to select only few of patrons
-categories.
-
--borcatout
-
-Repetable field, permis to exclude some patrons categories.
-
--t \| --triggered
-
-This option causes a notice to be generated if and only if an item is
-overdue by the number of days defined in a notice trigger.
-
-By default, a notice is sent each time the script runs, which is
-suitable for less frequent run cron script, but requires syncing notice
-triggers with the cron schedule to ensure proper behavior. Add the
---triggered option for daily cron, at the risk of no notice being
-generated if the cron fails to run on time.
-
--list-all
-
-Default items.content lists only those items that fall in the range of
-the currently processing notice. Choose list-all to include all overdue
-items in the list (limited by -max setting).
-
-**DESCRIPTION**
-
-This script is designed to alert patrons and administrators of overdue
-items.
-
-Configuration
-
-This script pays attention to the overdue notice configuration performed
-in the "Overdue notice/status triggers" section of the "Tools" area of
-the staff interface to Koha. There, you can choose which letter
-templates are sent out after a configurable number of days to patrons of
-each library. More information about the use of this section of Koha is
-available in the Koha manual.
-
-The templates used to craft the emails are defined in the "Tools:
-Notices" section of the staff interface to Koha.
-
-Outgoing emails
-
-Typically, messages are prepared for each patron with overdue items.
-Messages for whom there is no email address on file are collected and
-sent as attachments in a single email to each library administrator, or
-if that is not set, then to the email address in the
-"KohaAdminEmailAddress" system preference.
-
-These emails are staged in the outgoing message queue, as are messages
-produced by other features of Koha. This message queue must be processed
-regularly by the misc/cronjobs/process\_message\_queue.pl program.
-
-In the event that the "-n" flag is passed to this program, no emails are
-sent. Instead, messages are sent on standard output from this program.
-They may be redirected to a file if desired.
-
-Templates
-
-Templates can contain variables enclosed in double angle brackets like
-<<this>>. Those variables will be replaced with values specific to the
-overdue items or relevant patron. Available variables are:
-
-<<bib>>
-
-the name of the library
-
-<<items.content>>
-
-one line for each item, each line containing a tab separated list of
-title, author, barcode, issuedate
-
-<<borrowers.\*>>
-
-any field from the borrowers table
-
-<<branches.\*>>
-
-any field from the branches table
-
-CSV output
-
-The "-csv" command line option lets you specify a file to which overdues
-data should be output in CSV format.
-
-With the "-n" flag set, data about all overdues is written to the file.
-Without that flag, only information about overdues that were unable to
-be sent directly to the patrons will be written. In other words, this
-CSV file replaces the data that is typically sent to the administrator
-email address.
-
-**USAGE EXAMPLES**
-
-"overdue\_notices.pl" - In this most basic usage, with no command line
-arguments, all libraries are processed individually, and notices are
-prepared for all patrons with overdue items for whom we have email
-addresses. Messages for those patrons for whom we have no email address
-are sent in a single attachment to the library administrator's email
-address, or to the address in the KohaAdminEmailAddress system
-preference.
-
-"overdue\_notices.pl -n -csv /tmp/overdues.csv" - sends no email and
-populates /tmp/overdues.csv with information about all overdue items.
-
-"overdue\_notices.pl -library MAIN max 14" - prepare notices of overdues
-in the last 2 weeks for the MAIN library.
-
-**SEE ALSO**
-
-The misc/cronjobs/advance\_notices.pl program allows you to send
-messages to patrons in advance of their items becoming due, or to alert
-them of items that have just become due.
-
-**INTERNAL METHODS**
-
-These methods are internal to the operation of overdue\_notices.pl.
-
-parse\_letter
-
-parses the letter template, replacing the placeholders with data
-specific to this patron, biblio, or item
-
-named parameters:
-
-letter - required hashref
-
-borrowernumber - required integer
-
-substitute - optional hashref of other key/value pairs that should be
-substituted in the letter content
-
-returns the "letter" hashref, with the content updated to reflect the
-substituted keys and values.
-
-prepare\_letter\_for\_printing
-
-returns a string of text appropriate for printing in the event that an
-overdue notice will not be sent to the patron's email address. Depending
-on the desired output format, this may be a CSV string, or a
-human-readable representation of the notice.
-
-required parameters:
-
-letter
-
-borrowernumber
-
-optional parameters:
-
-outputformat
-
-`Print Hold Notices <#printholdcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/gather\_print\_notices.pl
-
-Does: looks through the message queue for hold notices that didn't go
-through because the patron didn't have an email address and generates a
-print notice
-
-Frequency suggestion: nightly
-
-`Talking Tech <#talkingtechcrons>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To learn more about setting up this third party product view the
-`Talking Tech Appendix <#talkingtechappendix>`__.
-
-`Sending Notices File <#talkingtechsendcron>`__
-'''''''''''''''''''''''''''''''''''''''''''''''
-
-Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_outbound.pl
-
-Does: Script to generate Spec C outbound notifications file for Talking
-Tech i-tiva phone notification system.
-
-Required by:
-`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
-
-Frequency suggestion: nightly
-
-`Perl Documentation <#talkingsendcronperl>`__
-                                             
-
-**USAGE**
-
-TalkingTech\_itiva\_outbound.pl
-
-TalkingTech\_itiva\_outbound.pl --type=OVERDUE -w 0 -w 2 -w 6
---output=/tmp/talkingtech/outbound.csv
-
-TalkingTech\_itiva\_outbound.pl --type=RESERVE --type=PREOVERDUE
---lang=FR
-
-Script to generate Spec C outbound notifications file for Talking Tech
-i-tiva phone notification system.
-
---help -h
-
-Prints this help
-
--v Provide verbose log information.
-
---output -o
-
-Destination for outbound notifications file (CSV format). If no value is
-specified, output is dumped to screen.
-
---lang
-
-Sets the language for all outbound messages. Currently supported values
-are EN, FR and ES. If no value is specified, EN will be used by default.
-
---type
-
-REQUIRED. Sets which messaging types are to be used. Can be given
-multiple times, to specify multiple types in a single output file.
-Currently supported values are RESERVE, PREOVERDUE and OVERDUE. If no
-value is given, this script will not produce any outbound notifications.
-
---waiting-hold-day -w
-
-OPTIONAL for --type=RESERVE. Sets the days after a hold has been set to
-waiting on which to call. Use switch as many times as desired. For
-example, passing "-w 0 -w 2 -w 6" will cause calls to be placed on the
-day the hold was set to waiting, 2 days after the waiting date, and 6
-days after. See example above. If this switch is not used with
---type=RESERVE, calls will be placed every day until the waiting reserve
-is picked up or canceled.
-
---library-code --code -c
-
-OPTIONAL The code of the source library of the message. The library code
-is used to group notices together for consortium purposes and apply
-library specific settings, such as prompts, to those notices. This field
-can be blank if all messages are from a single library.
-
-`Receiving Notices File <#talkingtechreceivecron>`__
-''''''''''''''''''''''''''''''''''''''''''''''''''''
-
-Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_inbound.pl
-
-Does: Script to process received Results files for Talking Tech i-tiva
-phone notification system.
-
-Required by:
-`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
-
-Frequency suggestion: nightly
-
-`Perl Documentation <#talkingreceivecronperl>`__
-                                                
-
-**USAGE**
-
-TalkingTech\_itiva\_inbound.pl
-
-TalkingTech\_itiva\_inbound.pl -v --input=/tmp/talkingtech/results.csv
-
-Script to process received Results files for Talking Tech i-tiva phone
-notification system.
-
---help -h
-
-Prints this help
-
--v Provide verbose log information.
-
---input -i
-
-REQUIRED. Path to incoming results file.
-
-`Notify Patrons of Expiration <#patronexpirycron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/membership\_expiry.pl
-
-Does: Sends messages to warn patrons of their card expiration to the
-`messaage queue <#msgqueuecron>`__ cron.
-
-Requires: `MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__
-
-Frequency: nightly
-
-`In Processing/Book Cart <#proccartcron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Script path: misc/cronjobs/cart\_to\_shelf.pl
-
-Does: Updates all items with a location of CART to the item's permanent
-location.
-
-Required by: `NewItemsDefaultLocation <#NewItemsDefaultLocation>`__,
-`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__, &
-`ReturnToShelvingCart <#ReturnToShelvingCart>`__ system preferences
-
-Frequency suggestion: hourly
-
-`Perl Documentation <#proccartcronperl>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**NAME**
-
-cart\_to\_shelf.pl cron script to set items with location of CART to
-original shelving location after X hours. Execute without options for
-help.
-
-`Catalog <#catalogcron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Check URLs <#checkurlcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/check-url.pl
-
-Does: checks URLs in 856$u field. Script output can now be formatted in
-CSV or HTML. The HTML version links directly to MARC biblio record
-editor.
-
-Frequency suggestion: monthly
-
-Learn more: http://wiki.koha-community.org/wiki/Check-url_enhancements
-
-`Perl Documentation <#checkurlcronperl>`__
-''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-C4::URL::Checker - base object for checking URL stored in Koha DB
-
-**SYNOPSIS**
-
-::
-
-    use C4::URL::Checker;
-
-            my $checker = C4::URL::Checker->new( );
-            $checker->{ host_default } = 'http://mylib.kohalibrary.com';
-            my $checked_urls = $checker->check_biblio( 123 );
-            foreach my $url ( @$checked_urls ) {
-                print "url:        ", $url->{ url       A }, "\n",
-                      "is_success: ", $url->{ is_success }, "\n",
-                      "status:     ", $url->{ status     }, "\n";
-            } 
-
-**FUNCTIONS**
-
-new
-
-Create a URL Checker. The returned object can be used to set default
-host variable :
-
-::
-
-    my $checker = C4::URL::Checker->new( );
-            $checker->{ host_default } = 'http://mylib.kohalibrary.com'; 
-
-check\_biblio
-
-Check all URL from a biblio record. Returns a pointer to an array
-containing all URLs with checking for each of them.
-
-::
-
-     my $checked_urls = $checker->check_biblio( 123 ); 
-
-With 2 URLs, the returned array will look like that:
-
-::
-
-         [
-               {
-                 'url' => 'http://mylib.tamil.fr/img/62265_0055B.JPG',
-                 'is_success' => 1,
-                 'status' => 'ok'
-               },
-               {
-                 'url' => 'http://mylib.tamil.fr//img/62265_0055C.JPG',
-                 'is_success' => 0,
-                 'status' => '404 - Page not found'
-               }
-             ], 
-
-**NAME**
-
-check-url.pl - Check URLs from 856$u field.
-
-**USAGE**
-
-check-url.pl [--verbose\|--help] [--host=http://default.tld]
-
-Scan all URLs found in 856$u of bib records and display if resources are
-available or not.
-
-**PARAMETERS**
-
---host=http://default.tld
-
-Server host used when URL doesn't have one, ie doesn't begin with
-'http:'. For example, if --host=http://www.mylib.com, then when 856$u
-contains 'img/image.jpg', the url checked is:
-http://www.mylib.com/image.jpg'.
-
---verbose\|-v
-
-Outputs both successful and failed URLs.
-
---html
-
-Formats output in HTML. The result can be redirected to a file
-accessible by http. This way, it's possible to link directly to biblio
-record in edit mode. With this parameter --host-pro is required.
-
---host-pro=http://koha-pro.tld
-
-Server host used to link to biblio record editing page.
-
---help\|-h
-
-Print this help page.
-
-`Update Authorities <#mergeauthcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/migration\_tools/merge\_authority.pl
-
-Does: Updates biblio data with changes to authorities records
-
-    **Note**
-
-    The name of this script is misleading. This script does not merge
-    authorities together it instead merges authority data with linked
-    bib records. Edits to authority records will be applied to
-    bibliographic records that use that authority when this script is
-    run.
-
-Required by: `dontmerge <#dontmerge>`__ system preference
-
-Frequency suggestion: nightly
-
-`Serials Update <#serialscron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/serialsUpdate.pl
-
-Does: checks if there is a "late" issue on active subscriptions, and if
-there is, the script will set it as late, and add the next one as
-expected.
-
-Frequency suggestion: nightly
-
-`Automatic item update <#autoitemupdatecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/automatic\_item\_modification\_by\_age.pl
-
-Does: updates items based on the list of rules set forth in the
-`Automatic item modifications by age <#autoitemagemod>`__ tool
-
-Required by: `Automatic item modifications by age <#autoitemagemod>`__
-
-Frequency suggestions: nightly
-
-`Perl Documentation <#autoitemupdatecrondoc>`__
-'''''''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-automatic\_item\_modification\_by\_age.pl
-
-**SYNOPSIS**
-
-./automatic\_item\_modification\_by\_age.pl -h
-
-Toggle recent acquisitions status. Use this script to delete "new"
-status for items.
-
-**OPTIONS**
-
--h\|--help Prints this help message.
-
--v\|--verbose Set the verbose flag.
-
--c\|--confirm The script will modify the items.
-
-**AUTHOR**
-
-Jonathan Druart <jonathan.druart@biblibre.com>
-
-**COPYRIGHT**
-
-Copyright 2013 BibLibre
-
-**LICENSE**
-
-This file is part of Koha.
-
-Koha is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 3 of the License, or (at your
-option) any later version.
-
-Koha is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-more details.
-
-You should have received a copy of the GNU General Public License along
-with Koha; if not, see <http://www.gnu.org/licenses>.
-
-`OPAC <#opaccrons>`__
-~~~~~~~~~~~~~~~~~~~~~
-
-`RSS Feeds <#customrssfeedcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/rss/rss.pl
-
-Does: Produces an RSS XML document for any SQL query (not used for
-search results RSS feed). `Learn more <#customrss>`__.
-
-Frequency suggestion: hourly
-
-`Authorities Browser <#authbrowsercron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/build\_browser\_and\_cloud.pl
-
-Does: Generate content for authorities browse in OPAC
-
-Required by: `OpacBrowser <#OpacBrowser>`__ system preference
-
-    **Important**
-
-    This preference and cron job should only be used on French systems.
-
-`Subject/Author Clouds <#keywordclouds>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/cloud-kw.pl
-
-Does: Generates HTML keywords clouds from Koha Zebra indexes.
-misc/cronjobs/cloud-sample.conf has a sample of how this script
-operates.
-
-Frequency: This is the type of script you can run once a month or so,
-the content generated isn't going to change very much over time.
-
-`Perl Documentation <#keywordcloudsperl>`__
-'''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra Indexes
-
-**USAGE**
-
-cloud-kw.pl [--verbose\|--help] --conf=cloud.conf
-
-Creates multiple HTML files containing keywords cloud with top terms
-sorted by their logarithmic weight. cloud.conf is a YAML configuration
-file driving cloud generation process.
-
-**PARAMETERS**
-
---conf=configuration file
-
-Specify configuration file name
-
---verbose\|-v
-
-Enable script verbose mode.
-
---help\|-h
-
-Print this help page.
-
-**CONFIGURATION**
-
-Configuration file looks like that:
-
-::
-
-      ---
-             # Koha configuration file for a specific installation
-             # If not present, defaults to KOHA_CONF
-             KohaConf: /home/koha/mylibray/etc/koha-conf.xml
-             # Zebra index to scan
-             ZebraIndex: Author
-             # Koha index used to link found kewords with an opac search URL
-             KohaIndex: au
-             # Number of top keyword to use for the cloud
-             Count: 50
-             # Include CSS style directives with the cloud
-             # This could be used as a model and then CSS directives are
-             # put in the appropriate CSS file directly.
-             Withcss: Yes
-             # HTML file where to output the cloud
-             Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
-            ---
-             KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
-             ZebraIndex: Subject
-             KohaIndex: su
-             Count: 200
-             Withcss: no
-             Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
-
-**IMPROVEMENTS**
-
-Generated top terms have more informations than those outputted from the
-time being. Some parameters could be easily added to improve this
-script:
-
-WithCount
-
-In order to output terms with the number of occurrences they have been
-found in Koha Catalogue by Zebra.
-
-CloudLevels
-
-Number of levels in the cloud. Now 24 levels are hardcoded.
-
-Weighting
-
-Weighting method used to distribute terms in the cloud. We could have
-two values: Logarithmic and Linear. Now it's Logarithmic by default.
-
-Order
-
-Now terms are outputted in the lexical order. They could be sorted by
-their weight.
-
-`System Administration <#systemcron>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Clean up Database <#cleandbcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/cleanup\_database.pl
-
-Does: Truncates the sessions table, cleans out old zebraqueue entries,
-action logs and staged MARC files.
-
-Perl Documentation
-''''''''''''''''''
-
-**USAGE**
-
-kohaclone/misc/cronjobs/cleanup\_database.pl [-h\|--help] [--sessions]
-[--sessdays DAYS] [-v\|--verbose] [--zebraqueue DAYS] [-m\|--mail]
-[--merged] [--import DAYS] [--logs DAYS] [--searchhistory DAYS]
-
-**PARAMETERS**
-
--h --help
-
-prints this help message, and exits, ignoring all other options
-
---sessions
-
-purge the sessions table. If you use this while users are logged into
-Koha, they will have to reconnect.
-
---sessdays DAYS
-
-purge only sessions older than DAYS days
-
--v --verbose
-
-will cause the script to give you a bit more information about the run.
-
---zebraqueue DAYS
-
-purge completed zebraqueue entries older than DAYS days. Defaults to 30
-days if no days specified.
-
--m --mail DAYS
-
-purge items from the mail queue that are older than DAYS days. Defaults
-to 30 days if no days specified.
-
---merged
-
-purged completed entries from need\_merge\_authorities.
-
---import DAYS
-
-purge records from import tables older than DAYS days. Defaults to 60
-days if no days specified
-
---z3950
-
-purge records from import tables that are the result of Z39.50 searches
-
---logs DAYS
-
-purge entries from action\_logs older than DAYS days. Defaults to 180
-days if no days specified
-
---searchhistory DAYS
-
-purge entries from search\_history older than DAYS days. Defaults to 30
-days if no days specified
-
---list-invites DAYS
-
-purge (unaccepted) list share invites older than DAYS days. Defaults to
-14 days if no days specified.
-
---restrictions DAYS
-
-purge patrons restrictions expired since more than DAYS days. Defaults
-to 30 days if no days specified.
-
-`Share Usage Stats <#usagecron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/share\_usage\_with\_koha\_community.pl
-
-Does: If you're sharing information via the `UsageStats <#UsageStats>`__
-feature this will send your info to the `Hea
-website <http://hea.koha-community.org/>`__.
-
-Frequency: monthly
-
-`Perl Documentation <#usagecronperl>`__
-'''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-share\_usage\_with\_koha\_community.pl - Share your library's usage with
-the Koha community
-
-**SYNOPSIS**
-
-share\_usage\_with\_koha\_community.pl [-h\|--help] [-v\|--verbose]
-
-If the `UsageStats <#UsageStats>`__ system preference is set, you can
-launch this script to share your usage data anonymously with the Koha
-community.
-
-Collecting Koha usage statistics will help developers to know how Koha
-is used across the world.
-
-This script will send the usage data for the bibliographic and authority
-records, checkouts, holds, orders, and subscriptions.
-
-Only the total number is retrieved. In no case will private data be
-shared!
-
-In order to know which parts of Koha modules are used, this script will
-collect some system preference values.
-
-If you want to tell us who you are, you can fill the
-`UsageStatsLibraryName <#UsageStatsLibraryName>`__ system preference
-with your library name,
-`UsageStatsLibraryUrl <#UsageStatsLibraryUrl>`__,
-`UsageStatsLibraryType <#UsageStatsLibraryType>`__ and/or
-`UsageStatsCountry <#UsageStatsCountry>`__.
-
-All these data will be analyzed on the http://hea.koha-community.org
-Koha community website.
-
-IMPORTANT : please do NOT run the cron on the 1st, but on another day.
-The idea is to avoid all Koha libraries sending their data at the same
-time ! So choose any day between 1 and 28 !
-
-**OPTIONS**
-
--h\|--help
-
-Print a brief help message
-
--v\|--verbose
-
-Verbose mode.
-
--f\|--force
-
-Force the update.
-
-**AUTHOR**
-
-Alex Arnaud <alex.arnaud@biblibre.com>
-
-Jonathan Druart <jonathan.druart@biblibre.com>
-
-**COPYRIGHT**
-
-Copyright 2014 BibLibre
-
-**LICENSE**
-
-This file is part of Koha.
-
-Koha is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 3 of the License, or (at your
-option) any later version.
-
-You should have received a copy of the GNU General Public License along
-with Koha; if not, write to the Free Software Foundation, Inc., 51
-Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-`Acquisitions <#acqcrons>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Clean up old suggestions <#cleansuggcron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/purge\_suggestions.pl
-
-Does: Removes old (defined by you) suggestions from the suggestion
-management area.
-
-`Email suggestions to process <#emailsuggestfund>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/notice\_unprocessed\_suggestions.pl
-
-Does: Generates a notice to the fund owner that there are suggestions in
-need of processing
-
-`Perl Documentation <#emailsuggestfundperl>`__
-''''''''''''''''''''''''''''''''''''''''''''''
-
-**NAME**
-
-notice\_unprocessed\_suggestions.pl - Generate notification for
-unprocessed suggestions.
-
-The budget owner will be notified.
-
-The letter template 'TO\_PROCESS' will be used.
-
-**SYNOPSIS**
-
-notice\_unprocessed\_suggestions.pl [-h\|--help] [-v\|--verbose]
-[-c\|--confirm] [--days=NUMBER\_OF\_DAYS]
-
-**OPTIONS**
-
--h\|--help Print a brief help message
-
--c\|--confirm This flag must be provided in order for the script to
-actually generate notices. If it is not supplied, the script will only
-report on the patron it would have noticed.
-
---days This parameter is mandatory. It must contain an integer
-representing the number of days elapsed since the last modification of
-suggestions to process.
-
--v\|--verbose Verbose mode.
-
-`EDI Message Processing <#edicron>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Script path: misc/cronjobs/edi\_cron.pl
-
-Does: Sends and received EDI messages
-
-Frequency: Every 15 minutes
-
-`Deprecated scripts <#deprecatedcrons>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-These should not be run without modification:
-
-Script path: misc/cronjobs/update\_items.pl
-
-Script path:misc/cronjobs/smsoverdues.pl
-
-Script path:misc/cronjobs/notifyMailsOp.pl
-
-Script path:misc/cronjobs/reservefix.pl
-
-Script path:misc/cronjobs/zebraqueue\_start.pl
-
-Web Services
-============
-
-`OAI-PMH <#OAI-PMHservice>`__
------------------------------
-
-For the Open Archives Initiative-Protocol for Metadata Harvesting
-(OAI-PMH) there are two groups of 'participants': Data Providers and
-Service Providers. Data Providers (open archives, repositories) provide
-free access to metadata, and may, but do not necessarily, offer free
-access to full texts or other resources. OAI-PMH provides an easy to
-implement, low barrier solution for Data Providers. Service Providers
-use the OAI interfaces of the Data Providers to harvest and store
-metadata. Note that this means that there are no live search requests to
-the Data Providers; rather, services are based on the harvested data via
-OAI-PMH.
-
-Koha at present can only act as a Data Provider. It can not harvest from
-other repositories. The biggest stumbling block to having Koha harvest
-from other repositories is that MARC is the only metadata format that
-Koha indexes natively. Visit
-http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
-OAI-PMH works.
-
-Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
-
-To enable OAI-PMH in Koha edit the `OAI-PMH <#OAI-PMH>`__ preference.
-Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl to
-see your file.
-
-`Sample OAI Conf File <#oaiconfsample>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-::
-
-           format:
-             vs:
-               metadataPrefix: vs
-               metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
-               schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
-               xsl_file: /usr/local/koha/xslt/vs.xsl
-             marcxml:
-               metadataPrefix: marxml
-               metadataNamespace: http://www.loc.gov/MARC21/slim
-    http://www.loc.gov/standards/marcxml/schema/MARC21slim
-               schema: http://www.loc.gov/MARC21/slim
-    http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
-             oai_dc:
-               metadataPrefix: oai_dc
-               metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
-               schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
-               xsl_file:
-    /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl
-
-`REST services <#Rest-services>`__
-----------------------------------
-
-Koha can now be requested by REST http requests. BibLibre wrotes an
-external module to adds more possibilities than ILS-DI can provide.There
-is no authentication process, but authorized ips are listed in the
-config file. Services have been tested in 3.10, 3.12 and 3.14 koha
-versions. You can find more information about it into README file and
-opac/rest.pl documentation on http://git.biblibre.com. If you want to
-add features, send us a patch at dev\_patches AT biblibre DOT com.
-
-Services provided in 1.4 version are:
-
-::
-
-               GET branches
-               GET user/byid/:borrowernumber/holds
-               GET user/:user_name/holds
-               GET user/byid/:borrowernumber/issues
-               GET user/:user_name/issues
-               GET user/:user_name/issues_history
-               GET user/byid/:borrowernumber/issues_history
-               GET user/today
-               GET user/all
-               POST user
-               PUT user/:user_name
-               GET biblio/:biblionumber/items
-               GET biblio/:biblionumber/holdable
-               GET biblio/:biblionumber/items_holdable_status
-               GET item/:itemnumber/holdable
-               PUT auth/change_password
-               GET /suggestions
-               GET /suggestions/:suggestionid
-               POST /suggestions
-               PUT /suggestions/:suggestionid
-               DELETE /suggestions/:suggestionid
-          
-
-Using the SRU server
-====================
-
-`Using the SRU server <#usingsru>`__
-------------------------------------
-
-Koha implements the Search/Retrieve via URL (SRU) protocol. More
-information about the protocol itself can be found at
-http://www.loc.gov/standards/sru/. The version implemented is version
-1.1.
-
-`Explain <#sru_explain>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you want to have information about the implementation of SRU on a
-given server, you should have access to the Explain file using a request
-to the server without any parameter. Like
-<http://myserver.com:9999/biblios/>. The response from the server is an
-XML file that should look like the following and will give you
-information about the default settings of the SRU server.
-
-::
-
-                   <zs:explainResponse>
-                        <zs:version>1.1</zs:version>
-                        <zs:record>
-                             <zs:recordSchema>http://explain.z3950.org/dtd/2.0/</zs:recordSchema>
-                             <zs:recordPacking>xml</zs:recordPacking>
-                             <zs:recordData>
-                             <explain xml:base="zebradb/explain-biblios.xml">
-                             <!--
-                             try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
-                             -->
-                        <serverInfo protocol="SRW/SRU/Z39.50">
-                             <host>biblibre</host>
-                             <port>9999</port>
-                             <database>biblios</database>
-                        </serverInfo>
-                        <databaseInfo>
-                             <title lang="en" primary="true">Koha 3 Bibliographic SRU/SRW/Z39.50 server</title>
-                             <description lang="en" primary="true">Koha 3 Bibliographic Server</description>
-                             <links>
-                                  <sru>http://biblibre:9999</sru>
-                             </links>
-                        </databaseInfo>
-                        <indexInfo>
-                             <set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1">
-                                  <title>CQL Standard Set</title>
-                             </set>
-                             <index search="true" scan="true" sort="false">
-                             <title lang="en">CQL Server Choice</title>
-                             <map>
-                                  <name set="cql">serverChoice</name>
-                             </map>
-                        <map>
-                           <attr type="1" set="bib1">text</attr>
-                           </map>
-                      </index>
-                  <index search="true" scan="true" sort="false">
-                     <title lang="en">CQL All</title>
-                         <map>
-            <name set="cql">all</name>
-            </map>
-            <map>
-            <attr type="1" set="bib1">text</attr>
-            </map>
-            </index>
-            <!-- Record ID index -->
-            <index search="true" scan="true" sort="false">
-            <title lang="en">Record ID</title>
-            <map>
-            <name set="rec">id</name>
-            </map>
-            <map>
-            <attr type="1" set="bib1">rec:id</attr>
-            <attr type="4" set="bib1">3</attr>
-            </map>
-            </index>
-              
-
-`Search <#sru_search>`__
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-This url :
-http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs
-is composed of the following elements:
-
--  base url of the SRU server : http://myserver.com:9999/biblios?
-
--  search part with the 3 required parameters : version, operation and
-   query. The parameters within the search part should be of the
-   key=value form, and can be combined with the & character.
-
-One can add optional parameters to the query, for instance
-maximumRecords indicating the maximum number of records to be returned
-by the server. So
-http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs&maximumRecords=5
-will only get the first 5 results results from the server.
-
-http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation.html
-gives more details about the search operations and in particular the
-list of optional parameters for searching.
-
-`More details about Search <#sru_search_more_details>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The "operation" key can take two values: scan or searchRetrieve.
-
-If operation=searchRetrieve, then the search key should be query. As in
-: operation=searchRetrieve&query=reefs
-
-If operation=scan, then the search key should be scanClause. As in :
-operation=scan&scanClause=reefs
-
-etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes that exist
-on your system. For instance you'll see that we have indexes for Subject
-and for Title: att 21 Subject and att 4 Title respectively.
-
-In the pqf.properties file located under etc/zebradb/pqf.properties I
-see that an access point already uses my Subject index (index.dc.subject
-= 1=21) while another uses my Title index (index.dc.title = 1=4) I know
-this is my Subject index because as I've seen just before in my bib1.att
-file, it's called with =1=21 in Z3950: so index.dc.subject = 1=21
-correctly points to my Subject index. And Title was called with 1=4 so
-index.dc.title = 1=4 correctly points to my Title index. I can now
-construct my query just like I would in a search box, just preceding it
-with the "query" key: query=Subject=reefs and Title=coral searches
-"reefs" in the subject and "coral" in the title. The full url would be
-http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
-and Title=coral If I want to limit the result set to just 5 records, I
-can do
-http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
-and Title=coral&maximumRecords=5
-
-I can also play with truncate, relations, etc. Those are also defined in
-my pqf.properties file. I can see for instance the position properties
-defined as:
-
-::
-
-                   position.first              = 3=1 6=1
-                  # "first in field"
-                   position.any                = 3=3 6=1
-                     # "any position in field"
-                   
-
-So as an example if I want "coral" to be at the beginning of the title,
-I can do this query :
-http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Title=coral
-first
-
-`Retrieve <#sru_retrieve>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-My search for
-http://univ\_lyon3.biblibre.com:9999/biblios?version=1.1&operation=searchRetrieve&query=coral
-reefs&maximumRecords=1 retrieves just on record. The response looks like
-this:
-
-::
-
-              <zs:searchRetrieveResponse>
-    <zs:version>1.1</zs:version>
-    <zs:numberOfRecords>1</zs:numberOfRecords>
-    <zs:records>
-    <zs:record>
-    <zs:recordPacking>xml</zs:recordPacking>
-    <zs:recordData>
-    <record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd">
-    <leader> cam a22 4500</leader>
-    <datafield tag="010" ind1=" " ind2=" ">
-    <subfield code="a">2-603-01193-6</subfield>
-    <subfield code="b">rel.</subfield>
-    <subfield code="d">159 F</subfield>
-    </datafield>
-    <datafield tag="020" ind1=" " ind2=" ">
-    <subfield code="a">FR</subfield>
-    <subfield code="b">00065351</subfield>
-    </datafield>
-    <datafield tag="101" ind1="1" ind2=" ">
-    <subfield code="c">ita</subfield>
-    </datafield>
-    <datafield tag="105" ind1=" " ind2=" ">
-    <subfield code="a">a z 00|y|</subfield>
-    </datafield>
-    <datafield tag="106" ind1=" " ind2=" ">
-    <subfield code="a">r</subfield>
-    </datafield>
-    <datafield tag="100" ind1=" " ind2=" ">
-    <subfield code="a">20091130 frey50 </subfield>
-    </datafield>
-    <datafield tag="200" ind1="1" ind2=" ">
-    <subfield code="a">Guide des récifs coralliens / A Guide to Coral Reefs</subfield>
-    <subfield code="b">Texte imprimé</subfield>
-    <subfield code="e">la faune sous-marine des coraux</subfield>
-    <subfield code="f">A. et A. Ferrari</subfield>
-    </datafield>
-    <datafield tag="210" ind1=" " ind2=" ">
-    <subfield code="a">Lausanne</subfield>
-    <subfield code="a">Paris</subfield>
-    <subfield code="c">Delachaux et Niestlé</subfield>
-    <subfield code="d">cop. 2000</subfield>
-    <subfield code="e">impr. en Espagne</subfield>
-    </datafield>
-    <datafield tag="215" ind1=" " ind2=" ">
-    <subfield code="a">287 p.</subfield>
-    <subfield code="c">ill. en coul., couv. ill. en coul.</subfield>
-    <subfield code="d">20 cm</subfield>
-    </datafield>
-    ......
-    <idzebra>
-    <size>4725</size>
-    <localnumber>2</localnumber>
-    <filename>/tmp/nw10BJv9Pk/upd_biblio/exported_records</filename>
-    </idzebra>
-    </record>
-    </zs:recordData>
-    <zs:recordPosition>1</zs:recordPosition>
-    </zs:record>
-    </zs:records>
-    </zs:searchRetrieveResponse>
-
-              
-
-New titles slider for OPAC
-==========================
-
-Often times libraries will want to add a flowing widget with new
-materials at the library to their main public catalog page. To do this
-you can use a widget from any number of services (usually for a cost) or
-you can `enable plugins <#pluginsystem>`__ in Koha and use the `Cover
-Flow
-plugin <http://git.bywatersolutions.com/koha-plugins.git/shortlog/refs/heads/cover_flow>`__
-which is based on the
-`Flipster <https://github.com/drien/jquery-flipster>`__, a responsive
-jQuery coverflow plugin.
-
-Once the plugin is installed, the steps to get your coverflow to show up
-are as follows:
-
-First, you need to create one or more public reports for your coverflow
-widget or widgets to be based on. This is how the plugin knows what the
-content of your widget should contain. Each report needs only three
-columns; title, biblionumber, and isbn. It is important that you have a
-good and valid isbn, as that is the datum used to actually fetch the
-cover. In the iteration of the plugin, we are using Amazon cover images,
-but I believe in the end I will make the cover image fetcher
-configurable so we can use any data source for cover image fetching.
-
-Second, we need to configure the plugin. The plugin configuration is a
-single text area that uses YAML ( actually, it’s JSON, whcih is a subset
-of YAML ) to store the configuration options. In this example it looks
-like this:
-
-::
-
-    - id: 42
-      selector: #coverflow
-      options:
-      style: coverflow
-
-In this example, we are telling the plugin to use the report with id 42,
-and use it to create a coverflow widget to replace the HTML element with
-the id “coverflow”. The options list is passed directly to Flipster, so
-any options supported by Flipster can be set from the plugin
-configuration! In fact, in addition to the traditional coverflow,
-Flipster has a “carousel” mode which is a much more compact version of
-the coverflow. You can also configure which cover the widget will start
-on, among other options.
-
-At the time the plugins options are saved or updated, the plugin will
-then generate some minified JavaScript code that is automatically stored
-in the Koha system preference OPACUserJS. Here is an example of the
-output:
-
-::
-
-    /* JS for Koha CoverFlow Plugin 
-     This JS was added automatically by installing the CoverFlow plugin
-     Please do not modify */$(document).ready(function(){$.getScript("/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/js/jquery.flipster.min.js",function(data,textStatus,jqxhr){$("head").append("<link id='flipster-css' href='/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/css/jquery.flipster.min.css' type='text/css' rel='stylesheet' />");$('#coverflow').load("/coverflow.pl?id=42",function(){var opt={'items':'.item','minfactor':15,'distribution':1.5,'scalethreshold':0,'staticbelowthreshold':false,'titleclass':'itemTitle','selectedclass':'selectedItem','scrollactive':true,'step':{'limit':4,'width':10,'scale':true}};$('#coverflow').flipster({style:'coverflow',});});});});
-    /* End of JS for Koha CoverFlow Plugin */
-
-Why do this? For speed! Rather than regenerating this code each and
-every time the page loads, we can generate it once, and use it over and
-over again.
-
-If you inspect the code closely, you’ll notice it references a script
-“coverflow.pl”. This is a script that is included with the coverflow
-plugin. Since we need to access this from the OPAC ( and we don’t want
-to set off any XSS attack alarms ), we need to modify the web server
-configuration for the public catalog and add the followup to it:
-
-::
-
-    ScriptAlias /coverflow.pl "/var/lib/koha/mykoha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl"
-
-This line gives us access to the coverflow.pl script from the OPAC. This
-script retrieves the report data and passes it back to the public
-catalog for creating the coverflow widget. Koha::Cache is supported in
-order to make the widget load as quickly as possible!
-
-The final step is to put your selector element somewhere in your public
-catalog. In this example, I put the following in the system preference
-OpacMainUserBlock:
-
-::
-
-    <span id="coverflow">Loading...</span>
-
-Once that is in place, you need only refresh your OPAC page, and there
-you have it, your very own catalog coverflow widget! Not only do these
-coverflows look great on a computer screen, but they look great on
-mobile platforms as well, and are even touch responsive!Coverflow Widget
-
-System Preference Defaults
-==========================
-
-`ISBD Defaults <#isbddefaults>`__
----------------------------------
-
-Default values for the `ISBD <#isbdpref>`__ preference.
-
-`MARC Default <#isbddefault>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-#100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
-}{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
-}{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
-}\|<br/><br/>
-
-#245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
-245h }\|
-
-#246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
-}\|
-
-#242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
-
-#245\|\|{ 245c }\|
-
-#242\|\|{ = 242c }\|
-
-#250\| - \|{ 250a }{ 250b }\|
-
-#254\|, \|{ 254a }\|
-
-#255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }\|
-
-#256\|, \|{ 256a }\|
-
-#257\|, \|{ 257a }\|
-
-#258\|, \|{ 258a }{ 258b }\|
-
-#260\| - \|{ 260a }{ 260b }{ 260c }\|
-
-#300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
-
-#306\| - \|{ 306a }\|
-
-#307\| - \|{ 307a }{ 307b }\|
-
-#310\| - \|{ 310a }{ 310b }\|
-
-#321\| - \|{ 321a }{ 321b }\|
-
-#340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
-340h }{ 340i }\|
-
-#342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
-342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
-342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
-
-#343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
-343h }{ 343i }\|
-
-#351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
-
-#352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
-352i }{ 352q }\|
-
-#362\| - \|{ 362a }{ 351z }\|
-
-#440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|.
-
-#490\| - \|{ 490a }{ 490v }{ 490x }\|.
-
-#800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
-800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
-800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
-
-#810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
-810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
-810t }{ 810u }{ 810v }\|.
-
-#811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
-811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
-}\|.
-
-#830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
-830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
-
-#500\|<br/><br/>\|{ 5003 }{ 500a }\|
-
-#501\|<br/><br/>\|{ 501a }\|
-
-#502\|<br/><br/>\|{ 502a }\|
-
-#504\|<br/><br/>\|{ 504a }\|
-
-#505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
-
-#506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
-
-#507\|<br/><br/>\|{ 507a }{ 507b }\|
-
-#508\|<br/><br/>\|{ 508a }{ 508a }\|
-
-#510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
-
-#511\|<br/><br/>\|{ 511a }\|
-
-#513\|<br/><br/>\|{ 513a }{513b }\|
-
-#514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
-}{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
-
-#515\|<br/><br/>\|{ 515a }\|
-
-#516\|<br/><br/>\|{ 516a }\|
-
-#518\|<br/><br/>\|{ 5183 }{ 518a }\|
-
-#520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
-
-#521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
-
-#522\|<br/><br/>\|{ 522a }\|
-
-#524\|<br/><br/>\|{ 524a }\|
-
-#525\|<br/><br/>\|{ 525a }\|
-
-#526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
-}\|
-
-#530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
-}\|
-
-#533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
-}{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
-
-#534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
-}{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
-}\|
-
-#535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
-
-#538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
-
-#540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
-}\|
-
-#544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
-}{\\n544e }{\\n544n }\|
-
-#545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
-
-#546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
-
-#547\|<br/><br/>\|{\\n547a }\|
-
-#550\|<br/><br/>\|{ 550a }\|
-
-#552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
-}{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
-}{ 552p }{ 552u }\|
-
-#555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
-
-#556\|<br/><br/>\|{ 556a }{ 506z }\|
-
-#563\|<br/><br/>\|{ 5633 }{ 563a }{ 563u }\|
-
-#565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
-
-#567\|<br/><br/>\|{ 567a }\|
-
-#580\|<br/><br/>\|{ 580a }\|
-
-#581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
-
-#584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
-
-#585\|<br/><br/>\|{ 5853 }{ 585a }\|
-
-#586\|<br/><br/>\|{ 5863 }{ 586a }\|
-
-#020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
-
-#022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
-
-#222\| = \|{ 222a }{ 222b }\|
-
-#210\| = \|{ 210a }{ 210b }\|
-
-#024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
-0242 }\|
-
-#027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
-
-#028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
-
-#013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
-013d }{ 013e }{ 013f }\|
-
-#030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
-
-#037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
-}{ 037g }{ 037n }\|
-
-#010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
-
-#015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
-
-#016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
-0162 }\|
-
-#600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
-}{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
-}{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
-}{ 600u }{--600x}{--600z}{--600y}{--600v}\|
-
-#610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
-}{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
-}{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
-}{ 610u }{--610x}{--610z}{--610y}{--610v}\|
-
-#611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
-}{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
-}{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
-}{ 611u }{--611x}{--611z}{--611y}{--611v}\|
-
-#630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
-630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
-630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
-}{--630x}{--630z}{--630y}{--630v}\|
-
-#648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
-}{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
-
-#650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
-}{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
-}{--650x}{--650z}{--650y}{--650v}\|
-
-#651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
-}{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
-}{--651x}{--651z}{--651y}{--651v}\|
-
-#653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
-
-#654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
-}{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
-
-#655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
-}{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
-
-#656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
-}{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
-
-#657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
-}{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
-
-#658\|<br/><br/><label>Index Terms--Curriculum Objective:
-</label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
-
-#050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
-
-#082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
-
-#080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
-080x }{ / 080b }\|
-
-#070\|<br/><br/><label>National Agricultural Library Call No.:
-</label>\|{ 070a }{ / 070b }\|
-
-#060\|<br/><br/><label>National Library of Medicine Call No.:
-</label>\|{ 060a }{ / 060b }\|
-
-#074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
-
-#086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
-
-#088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
-
-`UNIMARC Default <#unimarcdefault>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-#200\|<h2>Title : \|{200a}{. 200c}{ : 200e}{200d}{. 200h}{. 200i}\|</h2>
-
-#461\|<label class="ipt">A part of : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=461t&idx=ti}">{461t}</a>{N∞
-461h} {v. 461v}{(461d)}<br/>\|
-
-#200b\|<label class="ipt">Material Designation : </label>\| {200b
-}\|<br/>
-
-#101a\|<label class="ipt">Language(s): </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=101a&idx=ln}">{101a}</a>\|<br/>
-
-#200f\|<label class="ipt">Authors : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200f&idx=au}">{200f
-; }</a>\|<br/>
-
-#200g\|<label class="ipt">Co-authors : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200g&idx=au}">{200g
-; }</a>\|<br/>
-
-#210a\|<br/><label class="ipt">Place of pubblication : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pl&q={210a}">{210a}</a>\|<br/>
-
-#210c\|<label class="ipt">Publisher : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pb&q={210c}">{210c
-; }</a>\|<br/>
-
-#210d\|<label class="ipt">Date of pubblication : </label>\|{
-210d}\|<br/>
-
-#215\|<label class="ipt">Description : </label>\|{215a}{ : 215c}{ ;
-215d}{ + 215e}\|<br/>
-
-#225a\|<label class="ipt">Series :</label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=225a&idx=se}">{225a
-;}</a> \|
-
-#225\|\|{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
-225v}\|<br/>
-
-#686\|<label>Classification : </label>\|{ 686a }\|<br/>
-
-#608\|<label>Form, Genre : </label>\|<a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={608a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {608a}">{ 608a}</a>\|<br/><br/>
-
-#200\|\|<label class="ipt">Subjects : </label><br/>\|<ul>
-
-#600\|<label class="ipt">Person(s) </label><br/> \|<li><a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={600a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {600a}">{ 600a}</a></li>\|<br/>
-
-#601\|<label class="ipt">Organisation(s) </label><br/>\|<li><a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={601a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {601a}">{ 601a}</a></li>\|<br/>
-
-#606\|<label class="ipt">Term(s) </label><br/>\|<li><a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={606a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {606a}">{ 606a}</a></li>\|<br/>
-
-#607\|<label class="ipt">Place(s) </label><br/>\|<li><a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={607a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {607a}">{ 607a}</a></li>\|<br/>
-
-#610\|<label>Keywords</label><br/>\|<li><a
-href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={610a}"><img
-border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
-title="Search on {610a}">{ 610a}</a></li>\|
-
-#200\|\|</ul>\|
-
-#856\|<label class="ipt">Electronic resource : </label>\|<a
-href="{856u}">click here</a> to go to the external resource<br/>
-
-#010\|<label class="ipt">ISBN : </label>\|{010a ;}\|<br/>
-
-#011\|<label class="ipt">ISSN : </label>\|{011a ;}\|<br/>
-
-#200\|\|<label class="ipt">Notes : </label>\|<br/><ul>
-
-#300\|\|<li>{300a}</li>\|
-
-#307\|\|<li>{307a}</li>\|
-
-#310\|\|<li>{310a}</li>\|
-
-#326\|\|<li>{326a}</li>\|
-
-#327\|\|<li>{327a}</li>\|
-
-#333\|<li>Public : \|{333a}</li>\|
-
-#200\|\|</ul>\|
-
-#330\|\|<label class="ipt">Abstract : </label>\|<br/>
-
-#330\|\|{330a}\|<br/>
-
-#200\|\|<br/><h2>Items</h2>\|
-
-#200\|<table>\|<th>Call number</th><th>Copy
-note</th><th>Fonds</th><th>Genre detail</th><th>Circulation
-type</th><th>Barcode</th>\|
-
-#995\|\|<tr><td> {995k}</td><td> {995u}</td><td>
-{995y}</td><td>{995e}  </td><td>
-{995o}</td><td>{995f}</td></tr>\|</table>
-
-`OPACISBD Defaults <#opacisbddefaults>`__
------------------------------------------
-
-Default values for the `OPACISBD <#OPACISBD>`__ preference.
-
-`MARC <#opacisbdmarcdefault>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-#100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
-}{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
-}{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
-}\|<br/><br/>
-
-#245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
-245h }\|
-
-#246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
-}\|
-
-#242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
-
-#245\|\|{ 245c }\|
-
-#242\|\|{ = 242c }\|
-
-#250\| - \|{ 250a }{ 250b }\|
-
-#254\|, \|{ 254a }\| #255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{
-255f }{ 255g }\| #256\|, \|{ 256a }\|
-
-#257\|, \|{ 257a }\|
-
-#258\|, \|{ 258a }{ 258b }\|
-
-#260\| - \|{ 260a }{ 260b }{ 260c }\|
-
-#300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
-
-#306\| - \|{ 306a }\| #307\| - \|{ 307a }{ 307b }\|
-
-#310\| - \|{ 310a }{ 310b }\|
-
-#321\| - \|{ 321a }{ 321b }\|
-
-#340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
-340h }{ 340i }\|
-
-#342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
-342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
-342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
-
-#343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
-343h }{ 343i }\|
-
-#351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
-
-#352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
-352i }{ 352q }\|
-
-#362\| - \|{ 362a }{ 351z }\|
-
-#440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|. #490\| - \|{ 490a
-}{ 490v }{ 490x }\|.
-
-#800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
-800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
-800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
-
-#810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
-810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
-810t }{ 810u }{ 810v }\|.
-
-#811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
-811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
-}\|.
-
-#830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
-830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
-
-#500\|<br/><br/>\|{ 5003 }{ 500a }\|
-
-#501\|<br/><br/>\|{ 501a }\|
-
-#502\|<br/><br/>\|{ 502a }\|
-
-#504\|<br/><br/>\|{ 504a }\|
-
-#505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
-
-#506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
-
-#507\|<br/><br/>\|{ 507a }{ 507b }\| #508\|<br/><br/>\|{ 508a }{ 508a
-}\|
-
-#510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
-
-#511\|<br/><br/>\|{ 511a }\|
-
-#513\|<br/><br/>\|{ 513a }{513b }\|
-
-#514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
-}{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
-
-#515\|<br/><br/>\|{ 515a }\|
-
-#516\|<br/><br/>\|{ 516a }\|
-
-#518\|<br/><br/>\|{ 5183 }{ 518a }\|
-
-#520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
-
-#521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
-
-#522\|<br/><br/>\|{ 522a }\|
-
-#524\|<br/><br/>\|{ 524a }\|
-
-#525\|<br/><br/>\|{ 525a }\|
-
-#526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
-}\|
-
-#530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
-}\|
-
-#533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
-}{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
-
-#534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
-}{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
-}\|
-
-#535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
-
-#538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
-
-#540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
-}\|
-
-#544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
-}{\\n544e }{\\n544n }\|
-
-#545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
-#546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
-
-#547\|<br/><br/>\|{\\n547a }\| #550\|<br/><br/>\|{ 550a }\|
-
-#552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
-}{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
-}{ 552p }{ 552u }\|
-
-#555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
-
-#556\|<br/><br/>\|{ 556a }{ 506z }\| #563\|<br/><br/>\|{ 5633 }{ 563a }{
-563u }\|
-
-#565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
-
-#567\|<br/><br/>\|{ 567a }\|
-
-#580\|<br/><br/>\|{ 580a }\|
-
-#581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
-
-#584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
-
-#585\|<br/><br/>\|{ 5853 }{ 585a }\|
-
-#586\|<br/><br/>\|{ 5863 }{ 586a }\|
-
-#020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
-
-#022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
-
-#222\| = \|{ 222a }{ 222b }\|
-
-#210\| = \|{ 210a }{ 210b }\|
-
-#024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
-0242 }\|
-
-#027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
-
-#028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
-
-#013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
-013d }{ 013e }{ 013f }\|
-
-#030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
-
-#037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
-}{ 037g }{ 037n }\|
-
-#010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
-
-#015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
-
-#016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
-0162 }\|
-
-#600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
-}{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
-}{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
-}{ 600u }{--600x}{--600z}{--600y}{--600v}\|
-
-#610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
-}{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
-}{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
-}{ 610u }{--610x}{--610z}{--610y}{--610v}\|
-
-#611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
-}{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
-}{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
-}{ 611u }{--611x}{--611z}{--611y}{--611v}\|
-
-#630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
-630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
-630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
-}{--630x}{--630z}{--630y}{--630v}\|
-
-#648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
-}{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
-#650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
-}{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
-}{--650x}{--650z}{--650y}{--650v}\|
-
-#651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
-}{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
-}{--651x}{--651z}{--651y}{--651v}\|
-
-#653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
-
-#654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
-}{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
-
-#655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
-}{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
-
-#656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
-}{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
-
-#657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
-}{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
-
-#658\|<br/><br/><label>Index Terms--Curriculum Objective:
-</label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
-
-#050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
-
-#082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
-
-#080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
-080x }{ / 080b }\|
-
-#070\|<br/><br/><label>National Agricultural Library Call No.:
-</label>\|{ 070a }{ / 070b }\|
-
-#060\|<br/><br/><label>National Library of Medicine Call No.:
-</label>\|{ 060a }{ / 060b }\|
-
-#074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
-
-#086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
-
-#088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
-
-Configuring Receipt Printers
-============================
-
-The following instructions are for specific receipt printers, but can
-probably be used to help with setup of other brands as well.
-
-`For Epson TM-T88III (3) & TM-T88IV (4) Printers <#epsonprinters>`__
---------------------------------------------------------------------
-
-`In the Print Driver <#epsonprintdriver>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-For these instructions, we are using version 5,0,3,0 of the Epson
-TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
-Register at the `EpsonExpert Technical Resource Center
-website <https://www.epsonexpert.com/login>`__ to gain access to the
-drivers; go to Technical Resources, then choose the printer model from
-the Printers drop-down list.
-
-Click Start > Printers and Faxes > Right click the receipt printer >
-Properties:
-
--  Advanced Tab, click Printing Defaults button
-
--  Layout Tab: Paper size: Roll Paper 80 x 297mm
-
--  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
-   Width
-
--  TM-T88IV: Check Reduced Size Print; Click OK on the popup window that
-   appears. Fit to Printable Width should be automatically selected.
-
--  OK your way out of there.
-
-`In Firefox <#epsonfirefox>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Under File > Page Setup:
-
--  Shrink to fit page on Format & Options tab
-
--  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
-   receipts use all available space on the paper roll.
-
--  Set all Headers/Footers to -blank-. This removes all of the gunk you
-   might normally find on a print from Firefox, such as the URL, number
-   of pages, etc.
-
--  Click OK
-
-Set the default printer settings in Firefox so you don't see a "Print"
-dialog:
-
--  Go to File > Print
-
--  Set the Printer to the receipt printer.
-
--  Click the Advanced (or Properties) button
-
--  Layout Tab: Paper size: Roll Paper 80 x 297mm
-
--  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
-   Width
-
--  TM-T88IV: Check Reduced Size Print; click OK on the popup window that
-   appears. Fit to Printable Width should be automatically selected.
-
--  OK your way out, go ahead and print whatever page you are on.
-
--  Type about:config, in the address bar. Click "I'll be careful, I
-   promise!" on the warning message.
-
--  Type, print.always in Filter.
-
--  Look for print.always\_print\_silent.
-
-   -  If the preference is there then set the value to true.
-
--  If the preference is not there (and it shouldn't be in most browsers)
-   you have to add the preference.
-
-   -  Right click the preference area and select New > Boolean
-
-   -  Type print.always\_print\_silent in the dialog box and set the
-      value to True. This sets the print settings in Firefox to always
-      use the same settings and print without showing a dialog box.
-
-    **Warning**
-
-    Setting the print.always\_print\_silent setting in about:config
-    DISABLES the ability to choose a printer in Firefox.
-
-`For Epson TM-T88II (2) Printers <#epson2>`__
----------------------------------------------
-
-Register at the `EpsonExpert Technical Resource Center
-website <https://www.epsonexpert.com/login>`__ to gain access to the
-drivers; go to Technical Resources, then choose the printer model from
-the Printers drop-down list.
-
-`In Firefox <#epson2firefox>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Under File > Page Setup:
-
--  Shrink to fit page on Format & Options tab
-
--  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
-   receipts use all available space on the paper roll.
-
--  Set all Headers/Footers to -blank-. This removes all of the gunk you
-   might normally find on a print from Firefox, such as the URL, number
-   of pages, etc.
-
--  Click OK
-
-Set the default printer settings in Firefox so you don't see a "Print"
-dialog:
-
--  Go to File > Print
-
--  Set the Printer to the receipt printer.
-
--  Print whatever page you are on.
-
--  Type about:config, in the address bar. Click "I'll be careful, I
-   promise!" on the warning message.
-
--  Type, print.always in Filter.
-
--  Look for, print.always\_print\_silent.
-
-   -  If the preference is there then set the value to true.
-
--  If the preference is not there (and it shouldn't be in most browsers)
-   you have to add the preference.
-
-   -  Right click the preference area and select New > Boolean
-
-   -  Type, print.always\_print\_silent in the dialog box and set the
-      value to True. This sets the print settings in Firefox to always
-      use the same settings and print without showing a dialog box.
-
-    **Warning**
-
-    Setting the print.always\_print\_silent setting in about:config
-    DISABLES the ability to choose a printer in Firefox.
-
-`For Star SP542 Printers <#starprinter>`__
-------------------------------------------
-
-`Installing the Printer <#installstarprinter>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-While the following comments are based on the Star SP542 receipt
-printer, they probably apply to all printers in the SP5xx series.
-
-The Star SP542 receipt printer works well with Koha and **Firefox on
-Windows XP SP3**. This printer, with either the parallel or USB
-interface, is fairly easy to install and configure. You will need the
-following executable file which is available from numerous places on the
-Internet:
-
-linemode\_2k-xp\_20030205.exe
-
-This executable actually does all of the installation; you will not need
-to use the Microsoft Windows "Add Printer" program. We recommend that
-when installing, the option for the software monitor not be selected; we
-have experienced significant pauses and delays in printing with it.
-Instead, simply choose to install the receipt printer without the
-monitor.
-
-Additionally, the install program may not put the printer on the correct
-port, especially if using the USB interface. This is easily corrected by
-going to "Start -> Printers and Faxes -> Properties for the SP542
-printer -> Ports", then check the appropriate port.
-
-A reboot may be required, even if not indicated by the installation
-software or the operating system.
-
-**Windows 7** users should refer to this page:
-http://www.starmicronics.com/supports/win7.aspx.
-
-`Configuring Firefox to Print to Receipt Printer <#firefoxreceipt>`__
----------------------------------------------------------------------
-
--  Open File > Page Setup
-
--  Make all the headers and footers blank
-
--  Set the margins to 0 (zero)
-
--  In the address bar of Firefox, type about:config
-
--  Search for print.always\_print\_silent and double click it
-
--  Change it from false to true
-
-   -  This lets you skip the Print pop up box that comes up, as well as
-      skipping the step where you have to click OK, automatically
-      printing the right sized slip.
-
--  If print.always\_print\_silent does not come up
-
-   -  Right click on a blank area of the preference window
-
-   -  Select new > Boolean
-
-   -  Enter "print.always\_print\_silent" as the name (without quotes)
-
-   -  Click OK
-
-   -  Select true for the value
-
--  You may also want to check what is listed for print.print\_printer
-
-   -  You may have to choose Generic/Text Only (or whatever your receipt
-      printer might be named)
-
-Notice & Slips Guides
-=====================
-
-`Field Guide for Notices & Slips <#noticesfieldguide>`__
---------------------------------------------------------
-
-This guide will break down the notices and slips information in 3 ways.
-First it will tell you what file generates the notice, then how you will
-present the item info in that notice and finally if the notice can be
-branch specific or not.
-
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| Letter Code         | Used In                    | Detail tag                            | Can be branch specific   |
-+=====================+============================+=======================================+==========================+
-| DUE                 | advance\_notices.pl        | <<items.content>>                     | No                       |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| DUEDGST             | advance\_notices.pl        | <<items.content>>                     | No                       |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| PREDUE              | advance\_notices.pl        | <<items.content>>                     | No                       |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| PREDUEDGST          | advance\_notices.pl        | <<items.content>>                     | No                       |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| ODUE\*              | overdue\_notices.pl        | <<items.content>> or <item> </item>   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| CHECKOUT            | C4/Circulation.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| RENEWAL             | C4/Circulation.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| TRANSFERSLIP        | C4/Circulation.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| ISSUESLIP           | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
-|                     |                            |                                       |                          |
-|                     |                            | <overdue> </overdue>                  |                          |
-|                     |                            |                                       |                          |
-|                     |                            | <news> </news>                        |                          |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| ISSUEQSLIP          | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| HOLDPLACED          | C4/Reserves.pm             | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| RESERVESLIP         | C4/Reserves.pm             | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| ASKED               | C4/Suggestions.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| CHECKED             | C4/Suggestions.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| ACCEPTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| REJECTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-| OPAC\_REG\_VERIFY   | opac/opac-memberentry.pl   | N/A                                   | No                       |
-+---------------------+----------------------------+---------------------------------------+--------------------------+
-
-Example Notice
-==============
-
-Nicole Engard
-
-410 Library Rd.
-
-Philadelphia, PA 19107
-
-Dear Nicole Engard (23529000035726),
-
-According to our records, at the time of this notice, you have items
-that are overdue. Please return or renew them as soon as possible to
-avoid increasing late fines.
-
-If you have registered a password with the library, you may use it with
-your library card number to renew online.
-
-If you believe you have returned the items below please call at and
-library staff will be happy to help resolve the issue.
-
-The following item(s) are currently overdue:
-
-07/08/2008 Creating drug-free schools and communities : 502326000054
-Fox, C. Lynn.
-
-06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.
-
-Sincerely, Library Staff
-
-Sample Serials
-==============
-
-`Reader's Digest (0034-0375) <#readersdigestsample>`__
-------------------------------------------------------
-
--  Published 12 times a year (monthly)
-
--  The Volume number changes every 6 months and the numbers continues on
-   (requires an advanced pattern).
-
-   Sample Reader's Digest Subscription
-   |image1069|
-
-`People Weekly (1076-0091) <#peoplesample>`__
----------------------------------------------
-
--  Published weekly
-
-   -  The website says "on Saturday except the first week of August,
-      Thanksgiving week, the first and last weeks of the year" but this
-      does not match the pattern for 2007 or 2008
-
--  In the Jul-Dec there are 26 issues
-
--  In the Jan-Jun there are 25 issues (no issue for the first week of
-   January)
-
-Since the irregularity on the first # 26 does not skip a week, this
-would be set up as to roll over on issue 25. The 26th issue in the
-second half of the year would have to be received as a supplemental.
-
-The irregularity check will complain that 52 issues were expected, but
-25 entered. The current irregularity check can only check that the first
-position of the numbering pattern matches the expected issue count of
-the periodicity. But we do need to trigger the rollover on the volume,
-so we need to define the last two weeks of the year as irregularities.
-So we receive 50 issues the first 50 weeks, then one supplemental issue
-in week 51, which we have to define the enumeration for, then the next
-predicted issue will be the following year's first week.
-
-`Et-Mol <#hebrewserialsample>`__
---------------------------------
-
-This journal is published with the following rules:
-
--  6 issues a year (every 2 months)
-
--  year changes every 6 issues
-
--  we start in 2011
-
--  the issue number goes up indefinitely
-
--  starting from issue 215
-
-The planning would look like this:
-
-Sample for this Hebrew Journal
-|image1070|
-
-`Backpacker (0277-867X) <#backpackerserial>`__
-----------------------------------------------
-
-Published 9 times a year irregularly. The issues continues while the
-volume and number rolls over every 9 issues. If you're holding Volume
-41, Number 3, Issue 302 in your hand the prediction would look like
-this:
-
-Backpacker numbering pattern
-|image1071|
-
-And the received issues would number like this:
-
-v. 41, no. 3, iss. 302  
-
-v. 41, no. 4, iss. 303
-
-v. 41, no. 5, iss. 304
-
-v. 41, no. 6, iss. 305
-
-v. 41, no. 7, iss. 306
-
-v. 41, no. 8, iss. 307
-
-v. 41, no. 9, iss. 308
-
-v. 42, no. 1, iss. 309
-
-v. 42, no. 2, iss. 310
-
-v. 42, no. 3, iss. 311
-
-v. 42, no. 4, iss. 312
-
-`Keats-Shelley Journal (0453-4387) <#keatsserial>`__
-----------------------------------------------------
-
-This journal is published once per year in July.  The numbering follows
-this pattern:  
-
--  Vol. 61 2013
-
--  Vol. 62 2014
-
--  Vol. 63 2015
-
-Setup should look like this (if you're starting in July 2014):
-
-Serial planning
-|image1072|
-
-`Computers in Libraries (1041-7915) <#cilserial>`__
----------------------------------------------------
-
-Computers in Libraries is published ten times per year (monthly with
-January/February and July/August combined issues).
-
-Subscription details
-|image1073|
-
-Serial Planning
-|image1074|
-
-Received details
-|image1075|
-
-Sample List & Cart Emails
-=========================
-
-`Example Email from List <#examplelistemail>`__
------------------------------------------------
-
-Below is an example of an email from a list in Koha.
-
-::
-
-    Hi,
-
-    Here is your list called If You Like Jodi Picoult, sent from our online catalog.
-
-    Please note that the attached file is a MARC bibliographic records file
-    which can be imported into a Personal Bibliographic Software like EndNote,
-    Reference Manager or ProCite.
-    ---------------------------------------------
-
-    Home safe : a novel /
-
-    by Berg, Elizabeth.
-
-    Published by: Random House,, 260 p. ;, 25 cm.
-    Copyright year: 2009
-    LCCN:   2008049247
-    In the online catalog:
-        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12113
-    Items :
-        North Branch FIC (FIC Ber) TVSN500088894O
-        Main Library FIC (FIC Boh) TVSN5000921548
-        South Branch FIC (FIC Boh) TVSN500092156A
-        West Branch FIC (FIC Boh) TVSN5000921559
-
-    ---------------------------------------------
-
-    Half a heart /
-
-    by Brown, Rosellen.
-
-    Published by: Farrar, Straus, and Giroux,, 402 p. ;, 24 cm.
-    Copyright year: 2000
-    LCCN:    00022926
-    In the online catalog:
-        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12501
-    Items :
-        East Branch  (813/.54)
-        South Branch FIC (FIC Bro) TVSN5000451333
-
-`Example Email from Cart <#examplecartemail>`__
------------------------------------------------
-
-Below is a sample of what an email from the Cart in Koha will look like:
-
-::
-
-    Hi,
-
-       Joaquin D'Planque sent you a cart from our online catalog.
-
-       Please note that the attached file is a MARC bibliographic records
-       file which can be imported into personal bibliographic software like
-       EndNote, Reference Manager or ProCite.
-
-       ---------------------------------------------------------------------
-
-
-         1.  Book /
-           Author(s): Brookfield, Karen. ;
-           Published by: Knopf : | Distributed by Random House, , 63 p. : ,
-           29 cm.
-           Copyright year: 1993
-           Notes : Includes index.
-           LCCN: 93018833 /AC
-
-           In online catalog:
-           http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=31644
-
-           Items:
-
-             *  East Branch (JNF 002 Bro) TVSN500017618A
-
-           -----------------------------------------------------------------
-
-         2.  The 1965 World book year book :
-
-           Published by: Field Enterprises Educational Corp., , 628 p. : , 26
-           cm.
-           Copyright year: 1965
-           Notes : Includes index. | Spine title: Year book, 1965. | Cover
-           title: The World book year book, 1965.
-           URL:
-           http://www.archive.org/details/1965worldbookyea00chic%20%7C%20http://www.openlibrary.org/books/OL24199089M
-
-           In online catalog:
-           http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=88666
-
-           -----------------------------------------------------------------
-
-Using Koha as a Content Management System (CMS)
-===============================================
-
-`Setup <#kohacmssetup>`__
--------------------------
-
-These are instructions for taking a default install of Koha and allowing
-it to function as a little content management system. This will allow a
-library to publish an arbitrary number of pages based on a template.
-This example uses the template for the main opac page, but you could
-just as well use any template you wish with a bit more editing. This may
-be appropriate if you have a small library, want to allow librarians to
-easily add pages, and do not want to support a complete CMS.
-
--  Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
-   /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory)
-
--  Edit pages.pl in an editor
-
--  At approximately line 33 change this code:
-
-   ::
-
-       template_name  => "opac-main.tmpl",
-
--  To this code:
-
-   ::
-
-       template_name  => "pages.tmpl", 
-
--  At approximately line 62 after this code:
-
-   ::
-
-       $template->param( 
-                  koha_news       => $all_koha_news, 
-                  koha_news_count => $koha_news_count,
-                  display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
-                  daily_quote         => $quote,
-                  );
-
--  Add these lines:
-
-   ::
-
-               my $page = "page_" . $input->param('p');          # go for "p" value in URL and do the concatenation
-               my $preference = C4::Context->preference($page);  # Go for preference  
-               $template->{VARS}->{'page_test'} = $preference;   # pass variable to template pages.tt
-
--  Note pages.pl file must have Webserver user execution permissions,
-   you can use `chmod <http://en.wikipedia.org/wiki/Chmod>`__ command if
-   you are actually logged in as such user:
-
-   ::
-
-               $chmod 755 pages.pl
-
--  In the browser go to Home > Administration > System Preferences >
-   Local Use and add a New Preference called "page\_test"
-
--  Fill it out as so
-
-   -  Explanation: test page for pages tiny cms
-
-   -  Variable: page\_test
-
-   -  Value: Lorem ipsum
-
-   -  Click the TextArea link (or enter "TextArea" into the input field
-      below it)
-
-   -  variable options (last field): 80\|50
-
--  In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test
-   The page should come up with the words "Lorem ipsum" in the main
-   content area of the page. (replace "youraddress" with localhost,
-   127.0.0.1, or your domain name depending on how you have Apache set
-   up.)
-
--  To add more pages simply create a system preference where the title
-   begins with "page\_" followed by any arbitrary letters. You can add
-   any markup you want as the value of the field. Reference the new page
-   by changing the value of the "p" parameter in the URL.
-
-To learn more visit the Koha wiki page on this topic:
-http://wiki.koha-community.org/wiki/Koha_as_a_CMS
-
-`Editing the pages template <#kohacmstmpl>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The file to create / edit for the pages template will depend on your
-`opacthemes <#opacthemes>`__ system preference setting
-
-`Editing 'bootstrap' theme template (current) <#kohacmstmplboot>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  Copy
-   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-main.tt
-   to
-   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
-
--  Edit
-   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
-
--  At approximately line 61, change this:
-
-   ::
-
-               [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock">[% OpacMainUserBlock %]</div>[% END %]
-
--  To this:
-
-   ::
-
-               [% IF ( page_test ) %]<div id="opacmainuserblock">[% page_test %]</div>[% END %]
-
-Remark: You may wish to disable your News block of these CMS style pages
-e.g. when you do not want it displayed on the CMS style pages or where
-the News block is long enough that it actually makes the 'page\_test'
-include scroll outside the default viewport dimensions. In that case,
-remove the following code from your pages.tt template.
-
-::
-
-                      [% IF ( koha_news_count ) %]
-                          <div id="news">
-                          <table class="table table-bordered">
-                          [% FOREACH koha_new IN koha_news %]
-                            <thead><tr><th>[% koha_new.title %]</th></tr></thead>
-                            <tbody><tr><td><p>[% koha_new.new %]</p>
-                            <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr></tbody>
-                          [% END %]
-                          </table>
-                          </div>
-                         [% END %]
-            
-
-`Troubleshooting <#kohacmstrouble>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you have problems check file permissions on pages.pl and pages.tmpl.
-They should have the same user and group as other Koha files like
-opac-main.pl.
-
-`Bonus Points <#kohacmsbonus>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Instead of using the address
-http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
-http://youraddress/pages.pl?p=test Just open up
-/etc/koha/koha-httpd.conf and add the follow at about line 13:
-
-::
-
-    ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl" 
-
-Then restart Apache.
-
-`Usage <#kohacmsusage>`__
--------------------------
-
-After setting up Koha as a CMS you can create new pages following these
-instructions:
-
-`Adding Pages <#kohacmspages>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To add a new page you need to add a system preference under Local Use.
-
--  Get there: More > Administration > Global System Preferences > Local
-   Use
-
--  Click 'New Preference'
-
--  Enter in a description in the Explanation field
-
--  Enter a value that starts with 'page\_' in the Variable field
-
--  Enter starting HTML in the Value field
-
-   Add a new preference
-   |image1076|
-
--  Set the Variable Type to Textarea
-
--  Set the Variable options to something like 20\|20 for 20 rows and 20
-   columns
-
-   Settings for the new preference
-   |image1077|
-
-`Viewing your page <#kohacmsview>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-You can view your new page at
-http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is the
-part you entered after 'page\_' in the Variable field.
-
-`Example <#kohacmsexpage>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-This process can be used to create recommended reading lists within
-Koha. So once the code changes have been made per the instructions on
-'Koha as a CMS' you go through the 'Adding a New Page' instructions
-above to great a page for 'Recommended Reading Lists'
-
-Create page by modifying a system preference
-|image1078|
-
-Next we need to create pages for our various classes (or categories). To
-do this, return to the 'Adding a New Page' section and create a
-preference for the first class.
-
-Add a new sys pref for another page
-|image1079|
-
-Next you'll want to link your first page to your new second page, go to
-the page\_recommend preference and click 'Edit.' Now you want to edit
-the HTML to include a link to your newest page:
-
-Edit original preference to add new page
-|image1080|
-
-`Live Examples <#examplecms>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
--  The Crawford Library at Dallas Christian College is using this method
-   for their recommended reading lists: http://opac.dallas.edu/
-
-Resetting the Koha Database
-===========================
-
-These notes on how to reset the database for Koha were derived from the
-following email thread:
-http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html
-and http://lists.katipo.co.nz/public/koha/2014-June/039701.html
-
-Resetting the database may be useful if you install Koha with the sample
-data, and then wish to use real data without reinstalling the software.
-
-`Delete sample data from Tables <#deletetables>`__
---------------------------------------------------
-
-Use your preferred MySQL client to
-`delete <http://dev.mysql.com/doc/refman/5.5/en/delete.html>`__ the
-following tables:
-
--  bibio
-
--  biblioitems
-
--  items
-
--  auth\_header
-
--  sessions
-
--  zebraqueue
-
-You may need to disable foreign key checks to delete data from same
-tables. For instructions follow this thread:
-https://lists.katipo.co.nz/pipermail/koha/2013-July/036853.html.
-
-`Reset the Zebra Index <#resetzebra>`__
----------------------------------------
-
-Run the following commands to reset the authorities and biblios Zebra
-indices.
-
-::
-
-    $ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init 
-    $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init 
-
-If you are running a package install then you'll want to run the
-following commands to reset the authorities and biblios Zebra indices
-instead:
-
-::
-
-    $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-authorities-dom.cfg  -g iso2709 -d authorities init 
-    $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg  -g iso2709 -d biblios init 
-
-Replacing YOURLIBRARY with your Koha installation name.
-
-Important Links
-===============
-
-`Koha Related <#koharelatedlinks>`__
-------------------------------------
-
--  Report Koha Bugs - http://bugs.koha-community.org
-
--  Koha Versioning Control - http://git.koha-community.org/
-
--  Database Structure - http://schema.koha-community.org
-
--  Koha Community Statistics - http://hea.koha-community.org
-
--  Koha as a CMS - http://wiki.koha-community.org/wiki/Koha_as_a_CMS
-
--  Kyles's Koha Tools - http://kylehall.info/index.php/projects/koha/
-
--  Koha Bibliography - http://www.zotero.org/groups/koha
-
--  Koha Shared Links - http://groups.diigo.com/group/everything-koha
-
-`Circulation Related <#circrelatedlinks>`__
--------------------------------------------
-
--  Koha Desktop Offline Circulation:
-   https://github.com/bywatersolutions/koha-offline-circulation/releases
-
--  Koha Firefox Offline Circulation:
-   https://addons.mozilla.org/en-US/firefox/addon/koct/
-
-`Cataloging Related <#catalogrelatedlinks>`__
----------------------------------------------
-
--  Koha MARC Tutorials - http://www.pakban.net/brooke/
-
--  IRSpy Open Z39.50 Server Search - http://irspy.indexdata.com/
-
--  Z39.50 Server List -
-   http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm
-
--  Open Koha Z39.50 Targets -
-   http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources
-
--  Library of Congress Authorities - http://authorities.loc.gov/
-
--  MARC Country Codes - http://www.loc.gov/marc/countries/
-
--  Search the MARC Code List for Organizations -
-   http://www.loc.gov/marc/organizations/org-search.php
-
--  Search for Canadian MARC Codes -
-   http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1
-
--  Z39.50 Bib-1 Attribute -
-   http://www.loc.gov/z3950/agency/defns/bib1.html
-
-`Enhanced Content Related <#enhancedcontentlinks>`__
-----------------------------------------------------
-
--  Amazon Associates -
-   `https://affiliate-program.amazon.com <https://affiliate-program.amazon.com/>`__
-
--  Amazon Web Services - http://aws.amazon.com
-
--  WorldCat Affiliate Tools -
-   http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister
-
--  XISBN - http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
-
--  LibraryThing for Libraries - http://www.librarything.com/forlibraries
-
-`Design Related <#opaclinks>`__
--------------------------------
-
--  JQuery Library - http://wiki.koha-community.org/wiki/JQuery_Library
-
--  HTML & CSS Library -
-   http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library
-
--  Owen Leonard's Koha Blog - http://www.myacpl.org/koha
-
-`Reports Related <#reportlinks>`__
-----------------------------------
-
--  SQL Reports Library -
-   http://wiki.koha-community.org/wiki/SQL_Reports_Library
-
--  Database Schema - http://schema.koha-community.org
-
--  Sample reports from NEKLS -
-   http://www.nexpresslibrary.org/training/reports-training/
-
-`Installation Guides <#installlinks>`__
----------------------------------------
-
--  Installing Koha 3 on Ubuntu -
-   http://www.blazingmoon.org/guides/k3-on-u810-1.html
-
--  Koha on Debian installation documentation -
-   http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html
-
--  Koha 3.2 on Debian Squeeze -
-   http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
-
-`Misc <#misclinks>`__
----------------------
-
--  Zotero - http://zotero.org
-
--  SOPAC - `http://thesocialopac.net <http://thesocialopac.net/>`__
-
-Koha XSLT Item Types
-====================
-
-When you have any of the XSLT system preferences
-(`OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__,
-`OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__,
-`XSLTDetailsDisplay <#XSLTDetailsDisplay>`__, and/or
-`XSLTResultsDisplay <#XSLTResultsDisplay>`__) along with the
-`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ and
-`DisplayIconsXSLT <#DisplayIconsXSLT>`__ preferences turned on you will
-see item type icons on the related screen.
-
-    **Important**
-
-    These images are coming from values found in your leader, if your
-    leader is not cataloged properly it might be best to turn off the
-    `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ preference (which
-    can be done while leaving the other XSLT preferences turned on).
-
-Book image
-|image1081|
-
--  Book [BK]
-
-   -  leader6 = a (and one of the leader7 values below)
-
-      -  leader7 = a
-
-      -  leader7 = c
-
-      -  leader7 = d
-
-      -  leader7 = m
-
-   -  leader6 = t
-
-Computer Image
-|image1082|
-
--  Computer File [CF]
-
-   -  leader6 = m
-
-Continuing Resource Image
-|image1083|
-
--  Continuing Resource [CR]
-
-   -  leader7 = b
-
-   -  leader7 = i
-
-   -  leader7 = s
-
-Map Image
-|image1084|
-
--  Map [MP]
-
-   -  leader6 = e
-
-   -  leader6 = f
-
-Mixed Materials Image
-|image1085|
-
--  Mixed [MX]
-
-   -  leader6 = p
-
-Sound Image
-|image1086|
-
--  Sound [MU]
-
-   -  leader6 = c
-
-   -  leader6 = d
-
-   -  leader6 = i
-
-   -  leader6 = j
-
-Visual Material Image
-|image1087|
-
--  Visual Material [VM]
-
-   -  leader6 = g
-
-   -  leader6 = k
-
-   -  leader6 = r
-
-Kit Image
-|image1088|
-
--  Kit
-
-   -  leader6 = o
-
-MarcEdit
-========
-
-Many libraries like to use MarcEdit for modifications or data cleanup.
-If you'd like to do this you will need to download it at:
-http://marcedit.reeset.net/
-
-    **Important**
-
-    Many of the actions described in this chapter can be done in Koha
-    using `Marc Modification Templates <#marcmodtemplates>`__, but this
-    section is here for those who are used to MarcEdit.
-
-`Adding a prefix to call numbers <#marceditprefix>`__
------------------------------------------------------
-
-When bringing data into Koha, you may want to first clean it up. One
-common action among Koha users is to add a prefix to the call number.
-
--  Open MarcEdit
-
-   MarcEdit
-   |image1089|
-
--  Click 'MarcEditor'
-
--  Go to Tools > Edit Subfield Data
-
-   Edit subfield data
-   |image1090|
-
--  To prepend data the special character is: ^b  To simply prepend data
-   to the beginning of a subfield, add ^b to the Field Data: textbox and
-   the data to be appended in the Replace
-
-   Prepend data to a field
-   |image1091|
-
-   -  To prepend data to the beginning of the subfield while replacing a
-      text string, add ^b[string to replace] to the Field Data textbox
-      and the data to be appended in the Replace With textbox.
-
-`Importing Excel data into Koha <#marceditexcel>`__
----------------------------------------------------
-
-Suppose you have records of your library in excel data sheet format and
-want them to import into Koha. But how will you do this? Koha will not
-let you import excel records directly. Well here is a very simple
-solution for you which will let you import your excel records in Koha
-easily. First, we will convert excel file into Marc file and then will
-import it into Koha.
-
-Follow the given steps to import your excel records into Koha
-
-`Converting from Excel format into .mrk format <#convertexcel>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-First, we will convert excel format into .mrk format. For this we will
-use MarcEdit. You can download it from http://marcedit.reeset.net/
-
-Now open it and select Add-ins-->Delimited Text Translator.
-
-Delimited Text Translator
-|image1092|
-
-Click Next when the following window appears.
-
-Delimited Text Translator
-|image1093|
-
-Browse for your excel file.
-
-Delimited Text Translator
-|image1094|
-
-Locate your excel file by choosing the format Excel File(\*.xls).
-
-Delimited Text Translator
-|image1095|
-
-Similarly, fill all the other entries such as Output File, Excel Sheet
-Name and check UTF-8 Encoded (if required) and Click Next.
-
-Delimited Text Translator
-|image1096|
-
-Now you will be prompted for mapping the fields to recognise the fields
-by standard marc format.
-
-Suppose for Field 0 that is first column I entered Map to: 022$a( Valid
-ISSN for the continuing resource) and then click on Apply.
-
-Delimited Text Translator
-|image1097|
-
-    **Note**
-
-    You can customize Indicators and all other things, for more
-    information on marc21 format visit the `official library of congress
-    site <http://www.loc.gov/marc/bibliographic/>`__.
-
-Similarly map all other fields and then Click on Finish.
-
-Delimited Text Translator
-|image1098|
-
-And then a window will appear indicating that your Marc Text
-File(\*.mrk) has been created.
-
-Delimited Text Translator
-|image1099|
-
-Click Close and we have created a .mrk file from .xls file in this step.
-You can view the file by double clicking on it.
-
-`Convert .mrk file to .mrc <#convertmrk>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-We will convert .mrk file that we have created in the above step into
-raw Marc format that can be directly imported into Koha.
-
-For this again open MarcEdit and Select MARC Tools.
-
-MARC Tools
-|image1100|
-
-Next Select MarcMaker to convert .mrk file into .mrc format.
-
-MarcMaker
-|image1101|
-
-Locate your input file and name your output file. Then Click Execute.
-
-MarcMaker
-|image1102|
-
-And it will show you the Result.
-
-MarcMaker
-|image1103|
-
-Click Close and now we have raw Marc records with us (.mrc file).
-
-`Import .mrc into Koha <#importmrc>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-More information on importing records into Koha can be found in the
-'`Stage MARC Records for Import <#stagemarc>`__' section of this manual.
-
-Finally we will import above created .mrc file into Koha.
-
-Click on Tools in your Koha staff client.
-
-Koha Staff Client
-|image1104|
-
-Next Click on Stage MARC Records for Import.
-
-Stage MARC Records for Import
-|image1105|
-
-After this, choose your previously created .mrc file and click on
-Upload.
-
-Stage File
-|image1106|
-
-You can also add comment about file and finally click on Stage For
-Import.
-
-Stage for Import
-|image1107|
-
-When the import is done, you will get a result something like this
-
-Staged Records Summary
-|image1108|
-
-Next, click on Manage staged records.
-
-Here you can even change matching rules.
-
-Manage Staged Records
-|image1109|
-
-Click on Import this batch into catalog when you are done.
-
-Thats it. After all the records get imported, check Status and it should
-read "imported"
-
-Finalize Import
-|image1110|
-
-You can even undo the Import operation.
-
-And within few minutes, we have imported around 10,000 records in Koha
-
-Talking Tech
-============
-
-Talking Tech I-tiva is a third party, proprietary, product that
-libraries can subscribe to. Learn more here:
-http://www.talkingtech.com/solutions/library.
-
-`Installation and Setup Instructions <#talkingtechinstall>`__
--------------------------------------------------------------
-
-Be sure you've run
-installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
-to install the required data pack (new syspref, notice placeholders and
-messaging transport preferences)
-
-To use,
-`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
-syspref must be turned on.
-
-If you wish to process PREOVERDUE or RESERVES messages, you'll need the
-`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ system
-preference turned on, and patrons to have filled in a preference for
-receiving these notices by phone.
-
-For OVERDUE messages, overdue notice triggers must be configured under
-Koha -> Tools -> `Overdue Notice Triggers <#noticetriggers>`__. Either
-branch-specific triggers or the default level triggers may be used
-(script will select whichever is appropriate).
-
-`Sending Notices File <#talkingtechsend>`__
--------------------------------------------
-
-1. Add the `TalkingTech\_itiva\_outbound.pl <#talkingtechsendcron>`__
-   script to your crontab
-
-2. Add an FTP/SFTP or other transport method to send the output file to
-   the I-tiva server
-
-3. If you wish, archive the sent notices file in another directory after
-   sending
-
-Run TalkingTech\_itiva\_outbound.pl --help for more information
-
-`Receiving Results File <#talkingtechreceive>`__
-------------------------------------------------
-
-1. Add an FTP/SFTP or other transport method to send the Results file to
-   a known directory on your Koha server
-
-2. Add the `TalkingTech\_itiva\_inbound.pl <#talkingtechreceivecron>`__
-   script to your crontab, aimed at that directory
-
-3. If you wish, archive the results file in another directory after
-   processing
-
-Run TalkingTech\_itiva\_inbound.pl --help for more information
-
-OCLC Connexion Gateway
-======================
-
-Koha can be set to work with the OCLC Connextion Gateway. This allows
-libraries to use OCLC Connexion as their cataloging tool and simply send
-those records to Koha with a single click. The following instructions
-will help you set up the OCLC Connexion Gateway, if you have a system
-administrator you will want to consult with them on this process.
-
-`Setting up OCLC service on Koha <#oclckohasetup>`__
-----------------------------------------------------
-
-First, you'll need to create a file somewhere on your system with
-configuration information.  You could put this anywhere that is visible
-to the account that will be running the service.
-
-The file contains 11 lines. The first 6 will be about your Koha system:
-
-::
-
-    host: The IP address of your Koha server 
-    port: The port you want to use for the Connexion service. This port must be different from your SIP port, or any other service 
-    koha: The full URL of your staff client 
-    log: The location (full file specification) of your log for the service 
-    user: The default Koha username to use for importing 
-    password: The password that goes with that username
-
-The remaining lines describe how to do the staging:
-
-::
-
-    match: The name of the matching rule from your system to use 
-    overlay_action: "replace", "create_new", or "ignore"-- what to do if there is a match 
-    nomatch_action: "create_new" or "ignore"-- what to do if there is no match 
-    item_action: "always_add","add_only_for_matches","add_only_for_new", or "ignore" -- what to do with embedded 952 item data 
-    import_mode: "direct" or "stage"
-
-A sample file would look like this:
-
-::
-
-    host: 1.2.3.4
-    port: 8000
-    log: /home/koha/koha-dev/var/log/connexion.log
-    koha: http://kohastaff.myuniversity.edu
-    user: koha_generic_staff
-    password: password
-    match: 001
-    overlay_action: replace
-    nomatch_action: create_new
-    item_action: ignore
-    import_mode: direct
-
-When choosing an 'import\_mode' if you use "direct" then the staged
-record will be immediately imported into Koha, and should be searchable
-after your indexes catch up.  If you choose "stage", then the record
-will be placed in a staged batch for you to later go the `Manage Staged
-MARC Records <#managestaged>`__ tool to finish the import.
-
-If you import multiple records, they'll be in the same batch, until that
-batch is imported, then a new batch will be created.
-
-In "direct" mode, each record will be in its' own batch.
-
-To start the service, run the script:
-
-::
-
-    /location/of/connexion/import/daemon/connexion_import_daemon.pl -d -c /location/of/config/file.cnf
-
-`Setting up your OCLC desktop client <#oclcdesktopsetup>`__
------------------------------------------------------------
-
-    **Note**
-
-    Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12
-
-To set up the OCLC Connexion desktop client to connect to Koha, go to
-Tools > Options, then choose the Export tab. Connexion Export Tab
-
--  Click the "Create..." button to set up a new destination, then choose
-   "OCLC Gateway Export" and click OK.
-
-   -  Enter the following information:
-
-      -  "Host Name:" Your catalog’s appropriate IP address (from your
-         `config file above <#oclckohasetup>`__)
-
-      -  "Port:" Your catalog's appropriate port number (from your
-         `config file above <#oclckohasetup>`__)
-
-      -  "Login ID:" The cataloger's Koha login
-
-      -  "Password:" The cataloger's Koha password
-
-      -  "Notify Host Before Disconnect" = checked,
-
-      -  "Timeout" = 100, "Retries" = 3, "Delay" = 0 (zero),
-
-      -  "Send Local System Logon ID Password" = checked.
-
-   OCLC Gateway Export Settings
-   |image1111|
-
--  Select "OK" when finished, and you should see your new "Gateway
-   Export" option listed (The catalog's IP address and port are blacked
-   out in the following screenshot)
-
-   Gateway Export Added
-
--  Click on "Record Characteristics" and make sure that the
-   bibliographic records are using MARC21, UTF-8 Unicode, and click OK
-   to save.
-
-   Record Characteristics
-
-You should be ready to go!  To export a record from OCLC Connexion
-Client to Koha, just press F5 while the record is on-screen.  The export
-dialog will pop up, and you'll see Connexion attempting to talk to Koha.
- You should get a message that the record was added or overlaid,
-including its biblio number, and a URL that you can copy into your web
-browser to jump straight to the record.
-
-`Using the OCLC Connexion Gateway <#oclcgateway>`__
----------------------------------------------------
-
-Records can be exported from Connexion either in a batch or one by one.
-
-`Exporting records one by one <#oclconeexport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To export bibliographic records one by one, be sure your "Batch" options
-are correct: from the "Tools" menu, select "Options", and select the
-"Batch" tab. In the "Perform local actions in batch" area,
-"Bibliographic Record Export" should be uncheckedConnexion batch options
-
-When ready to export, from the "Action" menu, select "Export" or use the
-F5 key. You will see a screen similar to the following if the import is
-successful and if the record is new to the Catalog; you may copy & paste
-the resulting URL into your Koha catalog to see the new record.Connexion
-Export
-
-If the record was overlaid, you will see a message to that effect in the
-"OCLC Gateway Export Status" windowOverlay confirmation
-
-`Exporting records in a batch <#oclcbatchexport>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To export bibliographic records in a batch, be sure your "Batch" options
-are correct: from the "Tools" menu, select "Options", and select the
-"Batch" tab. In the "Perform local actions in batch" area,
-"Bibliographic Record Export" should be checkedOCLC Batch Export Options
-
-When a record is ready to export, from the "Action" menu, select
-"Export" or use the F5 key, and it’s export status will be "ready."
-
-When ready to export the batch, from the "Batch" menu, select "Process
-batch" and check the appropriate "Path" and "Export" boxesBatch import
-process
-
-The export will begin, and the bib records will be exported & imported
-into Koha one by one; you will see "OCLC Gateway Export Status" windows,
-as above, showing you the results of each export. That window will stay
-there until you select "Close," and then the next record’s export/import
-will begin. The process will continue until all records in the batch are
-completed. Then you may or may not see the Connexion Client export
-report (depending on your Client options for that).
-
-`Items in OCLC <#oclcitems>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you'd like to create your item records in OCLC you can do so by
-addding a 952 for each item to the bib record you're cataloging. The
-`Item/Holdings Cataloging Guide <#itemcatguide>`__ will break down what
-subfields you can use in the 952, but at the minimum you want to have
-subfield 2, a, b, and y on your items.
-
-952
-\\\\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE
-
--  The subfield 2 holds the classification code. This can be ddc for
-   Dewey or lcc for Library of Congress or z for Custom. Other
-   classification sources can be found in the `Classification
-   Sources <#classificationsources>`__ area in administration
-
--  Subfield a is your home library and needs to be the code for your
-   home library, not the library name. You can find these codes in the
-   `Libraries & Groups <#libsgroups>`__ administration area.
-
--  Subfield b is your holding library and needs to be the code for your
-   holding library, not the library name. You can find these codes in
-   the `Libraries & Groups <#libsgroups>`__ administration area.
-
--  Subfield y is your item type code. It needs to be the code, not the
-   item type name. You can find these codes in the `Item
-   Types <#itemtypeadmin>`__ administration area.
-
-952 \\\\$2ddc$aMAIN$bMAIN$yBOOK
-
-In addition to these required fields you can enter any other subfield
-you'd like. Most libraries will enter a call number in subfield o and a
-barcode in subfield p as well. Review the `Item/Holdings Cataloging
-Guide <#itemcatguide>`__ for a full list of subfields and values.
-
-FAQs
-====
-
-`Display <#displayfaq>`__
--------------------------
-
-`Custom Item Type/Authorized Value Icons <#customicons>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question:** Can I have my own set of item type images (or authorized
-value icons)?
-
-**Answer:**\ Absolutely. To add additional icons to your system you
-simply add a new directory to
-koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
-koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
-directory. Your icons will show up in a new tab as soon as they are in
-the folders.
-
--  **Note**
-
-       Remember to put the icons in both places (on the OPAC and the
-       intranet).
-
-`Customizing Koha Images <#customkohaimages>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Can I customize the images in the OPAC?
-
-**Answer**: Absolutely. Koha comes with a series of original images that
-you can alter to meet your needs. The originals can be found in the
-misc/interface\_customization/ directory.
-
-`OPAC Display Fields <#opacdisplayfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What MARC fields print to the different OPAC screens in
-Koha?
-
-**Answer**: The XSLT preference must be set as follows for the following
-fields to show
-
--  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = using XSLT
-   stylesheets
-
--  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = using XSLT
-   stylesheets
-
--  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
-
-The OPAC Results page shows:
-
--  245
-
--  100, 110, 111
-
--  700, 710, 711
-
--  250
-
--  260
-
--  246
-
--  856
-
-The OPAC Details page shows:
-
--  245
-
--  100, 110, 111
-
--  700, 710, 711
-
--  440, 490
-
--  260
-
--  250
-
--  300
-
--  020
-
--  022
-
--  246
-
--  130, 240
-
--  6xx
-
--  856
-
--  505
-
--  773
-
--  520
-
--  866
-
--  775
-
--  780
-
--  785
-
--  plus all of the 5xx fields in the Notes tab at the bottom
-
-`Subtitle Display on Bib Records <#displaysubtitle>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: How do I get the subtitle to display on the detail pages
-for my bib records?
-
-**Answer**: Subtitle display now depends on there being a `keyword
-mapping <#keywordmapping>`__ for the MARC field in question. Adding a
-mapping for "subtitle" -> "245b" for an item's framework results in
-display of the subtitle in OPAC and staff client search and detail pages
-(although not in all instances where subtitles might be displayed, e.g.
-the Cart).
-
-`Show patrons the barcodes of items they have checked out <#opacbarcodesfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Can patrons see the barcodes for the items they have
-checked out.
-
-**Answer**: Not by default, but with a few edits to the patron record
-you can make a barcode column appear on the patron's check out summary
-in the OPAC. You can set up a `patron
-attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
-`authorized value <#authorizedvalues>`__ of YES\_NO to make this happen.
-
-Add SHOW\_BCODE patron attribute
-|image1112|
-
-Then on the `patron's record set the value <#editpatrons>`__ for
-SHOW\_BCODE to yes.
-
-Setting value for SHOW\_BCODE on patron record
-|image1113|
-
-This will add a column to the check out summary in the OPAC that shows
-the patrons the barcodes of the items they have checked out.
-
-Barcode number on checkout list in OPAC
-|image1114|
-
-Clicking on the 'Overdue' tab will show only the items that are overdue.
-
-`Circulation/Notices <#circfaq>`__
-----------------------------------
-
-`Book drop Date <#dropboxfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: How is the book drop date is determined? Is it the last
-open date for the checkout branch? Is it today's date minus one? Can the
-book drop checkin date be set?
-
-**Answer**: If the library is closed for four days for renovations, for
-example, there would be more than one day needed for the book drop date.
-You will only have one book drop date and that will be the last day that
-the library open (determined by the holiday calendar) because there is
-no real way to know what day the books were dropped into the box during
-the 4 closed days. The only way to change the effective checkin date in
-book drop mode is to modify the calendar.
-
-`Holds to Pull and Holds Queue <#holdsreportsfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What is the difference between the `Holds
-Queue <#holdsqueue>`__ and `Holds to Pull <#holdspull>`__?
-
-**Answer**: The holds to pull report gives a simple list of what holds
-need to be filled with available items. It should only be used in Koha
-installations where there is only one library.
-
-The holds queue tries to do the same thing, but in a 'smarter' way. This
-allows it to split up the list by library, consult the `transport cost
-matrix <#transportcostmatrix>`__ and refresh regularly to provide
-different pull lists to each library.
-
-`Duplicate Overdue Notices <#dupoverduefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Why are patrons getting two overdue notices?
-
-**Answer**: This tool takes all branches in the overdue rules and sent
-notifications to them. So, if you have a default rule & a branch rule,
-the notification will be generated twice. A quick fix is to discard
-"default rule" for instance.
-
-`Printing Overdue Notices <#printoverduefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Can I print overdue notices for patrons without email
-addresses on file?
-
-**Answer**: Yes. The `overdue notice cron job <#overduenoticecron>`__
-has a setting to generate the overdue notices as HTML for printing. An
-example of this usage would be:
-
-::
-
-    overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author 
-
-In this example, we wanted to use only certain item fields in our
-notices, so we specified itemscontent fields in the cron entry; that's
-not a requirement for the feature.
-
-The command line needs to specify a web-accessible directory where the
-print notices will go -- they get a filename like
-notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
-notice itself can be formatted to fit a Z-mailer. Within the notice
-file, the text is spaced down or over to where it will print properly on
-the form. The script has code that wraps around the notice file to tell
-the HTML to obey the formatting, and to do a page break between notices.
-That's so that when staff print it out, they get one per page. We had to
-add an extra syspref (`PrintNoticesMaxLines <#PrintNoticesMaxLines>`__)
-to specify page length because our client allows a \_lot\_ of checkouts
-which meant some notices were running onto multiple pages. That syspref
-says to truncate the print notice at that page length and put in a
-message about go check your OPAC account for the full list.
-
-The print and email overdues use the same notice file. The print notices
-for holds are different -- there's a separate HOLD\_PRINT notice file
-and the system uses it if there's no email address. Then a nightly cron
-job runs to gather those up from the message queue and put them in an
-HTML file in the notice directory, as above.
-
-The cron entry is gather\_print\_notices.pl /tmp/noticedir
-
-`Unable to Renew Items <#renewfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: We're trying to renew some items for our patron. One of
-the items is on hold and ineligible for renewal, but the other two items
-refuse to renew even though they should be eligible. When I try to use
-the override renewal limit, it just returns a little message that says
-"renewal failed". Any idea what's going on here?
-
-**Answer**: At the very least you will need to set an absolute `default
-circulation rule <#circfinerules>`__. This rule should be set for the
-default itemtype, default branchcode and default patron category. That
-will catch anyone who doesn't match a specific rule. Patrons who do not
-match a specific rule will get blocked from placing holds or renewing
-items, since there was no baseline number of holds or renewals to
-utilize.
-
-`Unable to Place Holds <#holdsfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Why can't I place holds when I have all of the preferences
-turned on.
-
-**Answer**: You probably need to set a default circulation rule. At the
-very least you will need to set an default circulation rule. This rule
-should be set for all item types, all branches and all patron
-categories. That will catch all instances that do not match a specific
-rule. When checking out if you do not have a rule for the default
-branch, default item and default patron category then you may see
-patrons getting blocked from placing holds.
-
-`Keyboard Shortcuts <#keyboardshort>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Do I have to use my mouse to access the checkout, checkin
-and cataloging tabs at the top of the circulation pages?
-
-**Answer**: You can jump between the tabs on the quick search box at the
-top of the screen by using the following hot keys (if the tab is
-available):
-
--  jump to the catalog search with Alt+Q
-
--  jump to the checkout with Alt+U
-
-   -  this will not work for Mac user
-
--  jump to the checkin with Alt+R
-
-    **Note**
-
-    Mac users use the OPTION button in place of ALT
-
-`SMS Notices/Messages <#smsnoticefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: I want Koha to send notices via SMS, what do I need to do?
-
-**Answer**: First you need to choose a SMS service to use with Koha.
-There is a list available here:
-http://search.cpan.org/search?query=sms%3A%3Asend&mode=all Not all SMS
-services available to libraries have Perl drivers, so be sure to check
-this list to see if the provider you're considering is listed. If not
-you want to ask your provider if they have a Perl module, if not you
-should consider another service. Some common options in the US (that
-have Perl drivers) are:
-
--  AQL (`www.aql.com <http://www.aql.com>`__)
-
--  Wadja (`wadja.com <http://wadja.com>`__)
-
--  Ipipi (`ipipi.com <http://ipipi.com>`__)
-
--  T-mobile
-
--  SMSDiscount (`smsdiscount.com <http://smsdiscount.com>`__)
-
--  Clickatell
-
-**Question**: What about in India?
-
-**Answer**: India does not yet have too many options here. This is
-partly due to the Telecom regulatory authority's (TRAI) stipulations
-about transactional SMSes and limits on the number of SMSes that may be
-sent / received per users per day. India specific drivers include:
-
--  Unicel Technologies Pvt Ltd (`unicel.in <http://unicel.in>`__)
-
-`Cataloging <#catfaq>`__
-------------------------
-
-`Authority Fields <#authorityfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question:**\ Why can't I edit 1xx, 6xx, or 7xx fields in my catalog
-record?
-
-**Answer:** These fields are authority controlled and you probably have
-the `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ set to "Don't
-allow". When it is set to "Don't allow" these fields will be locked and
-require you to search for an existing authority record to populate the
-field with. To allow typing in these authority fields set
-`BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ to 'Allow'.
-
-    **Note**
-
-    Fields affected by this preference will show a lock symbol in them
-
-Fields affected by this preference show a lock in the field
-|image1115|
-
-`Koha to MARC Mapping <#kohamarcfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What's the relationship between 'Koha to MARC Mapping' and
-'MARC Bibliographic Frameworks'?
-
-**Answer**: Mapping can be defined through 'MARC Bibliographic
-Frameworks' OR 'Koha to MARC Mapping'. 'Koha to MARC Mapping' is just a
-shortcut to speed up linkage. If you change a mapping in one of these
-modules, the mapping will change in the other as well. (In other words,
-the two modules 'overwrite' each other in order to prevent conflicts
-from existing in Koha).
-
-`Number of Items Per Bib Record <#itemsperbibfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Is there a limit on the number of items I can attach to a
-bib record?
-
-**Answer**: There is no explicit limit to the number of items you can
-attach to a bibliographic record, but if you attach enough of them, your
-MARC record will exceed the maximum file size limit for the ISO 2709
-standard, which breaks indexing for that record. I've found this occurs
-somewhere between 600 and 1000 items on a 'normal' bibliographic record.
-
-`Analytics <#analyticsfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: I am using the
-`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ feature, but my links
-in the OPAC and Staff Client to 'Show Analytics' are not working.
-
-**Answer**: If you plan on using
-`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ you will want to make
-sure to set your `UseControlNumber <#UseControlNumber>`__ preference to
-"Don't use," this will prevent broken links.
-
-`Acquisitions <#acqfaq>`__
---------------------------
-
-`Planning Categories <#planningcatfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What is a planning category?
-
-**Answer**: When you plan in advance for the way your budget is going to
-be spent, you initially plan for how it's going to be spent over time,
-that's the most natural thing to do.
-
-So you plan for $1000 in Jan. $1000 in Feb., $3000 in March, etc. You
-can basically do the same thing with a list of values in lieu of the
-months.
-
-Say you have a list like this one:
-
--  < 1 month
-
--  < 6 months
-
--  < 1 year
-
--  < 3 years
-
--  < 10 years
-
--  > 10 years
-
-The list is meant to represent when the books acquired where published.
-Then you plan for it, saying: we went to spend at list 40% of our
-budgets on books published less than a year ago, 10% on books more than
-10 years old, etc.
-
-Upon acquiring new material, you'll be able to select, for a given item,
-a value from this list in a drop down. Then, after the material has been
-acquired, at the end of the year, you'll be able to compare the goals
-set, with what's been achieved.
-
-`Serials <#serialsfaq>`__
--------------------------
-
-`Advanced Patterns <#advancedpatternfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What is the 'inner counter' on the advanced serials
-pattern interface?
-
-**Answer**: I think it is better to give an example to understand this :
-
-Example for a monthly subscription :
-
--  First issue publication date : April 2010
-
--  Numbering : No {X}, year {Y}
-
--  First issue : No 4, year 2010
-
-For the year Y : you will want the year change on January 2011
-
-So, the advanced pattern for Y will be :
-
--  Add : 1
-
--  once every : 12
-
--  When more than 9999999
-
--  inner counter : 3
-
--  Set back to 0
-
--  Begins with 2010
-
-Year is going to change after 12 received issues from April 2010, that
-is in April 2011 if you don't set inner counter. Set inner counter to 3
-will say to Koha : change year after 12-3 = 9 received issues.
-
-Inner counter says to Koha to take into account the first issues of the
-year, even if they are not received with Koha. If you begin with first
-issue of the year write nothing or 0.
-
-`Reports <#reportsfaq>`__
--------------------------
-
-`Define Codes Stored in DB <#accounttypefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Fines Table <#finescodefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question:** What do the codes in the accounttype field in the
-accountlines table stand for?
-
-**Answer:**
-
--  A = Account management fee
-
--  C = Credit
-
--  F = Overdue fine
-
--  FOR = Forgiven
-
--  FU = Overdue, still acccruing
-
--  L = Lost item
-
--  LR = Lost item returned/refunded
-
--  M = Sundry
-
--  N = New card
-
--  PAY = Payment
-
--  W = Writeoff
-
-`Statistics Table <#statscodefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question:**\ What are the possible codes for the type field in the
-statistics table?
-
-**Answer:**
-
--  localuse
-
-   -  Registers if an item that had been checked out to a statistics
-      patron (category type = 'X') is returned
-
--  issue
-
--  return
-
--  renew
-
--  writeoff
-
--  payment
-
--  CreditXXX
-
-   -  The XXX stores different types of fee credits, so a query to catch
-      them all would include a clause like "type LIKE 'Credit%'"
-
-`Reserves Table <#rescodefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes for the found field in the
-reserves and old\_reserves tables?
-
-**Answer**:
-
--  NULL: means the patron requested the 1st available, and we haven't
-   chosen the item
-
--  T = Transit: the reserve is linked to an item but is in transit to
-   the pickup branch
-
--  W = Waiting: the reserve is linked to an item, is at the pickup
-   branch, and is waiting on the hold shelf
-
--  F = Finished: the reserve has been completed, and is done
-
-`Reports Dictionary Table <#reportdicfaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes for the area field in the
-reports\_dictionary table?
-
-**Answer**:
-
--  1 = Circulation
-
--  2 = Catalog
-
--  3 = Patrons
-
--  4 = Acquisitions
-
--  5 = Accounts
-
-`Messages Table <#msgtablefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes for the message\_type field in
-the messages table?
-
-**Answer**:
-
--  L = For Librarians
-
--  B = For Patrons/Borrowers
-
-`Serial Table <#serialtablefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes for the status field in the
-serial table?
-
-**Answer**:
-
--  1 = Expected
-
--  2 = Arrived
-
--  3 = Late
-
--  4 = Missing
-
--  5 = Not available
-
--  6 = Delete
-
--  7 = Claimed
-
--  8 = Stopped
-
--  41 = Missing (not received)
-
--  42 = Missing (sold out)
-
--  43 = Missing (damaged)
-
--  44 = Missing (lost)
-
-`Borrowers Table <#borrowerprivacyvalues>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes for the privacy field in the
-borrowers table?
-
-**Answer**:
-
--  0 = Forever
-
--  1 = Default
-
--  2 = Never
-
-`Messaging Preferences <#messpreffaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What are the possible codes in the message\_attribute\_id
-field in the borrower\_message\_preferences table?
-
-**Answer**:
-
--  2 = advanced notice
-
--  6 = item checkout
-
--  4 = hold filled
-
--  1 = item due
-
--  5 = item check in
-
-`Runtime Parameters <#runtimefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Is there a way to filter my custom SQL reports before they
-run?
-
-**Answer**: If you feel that your report might be too resource intensive
-you might want to consider using runtime parameters to your query.
-Runtime parameters basically make a filter appear before the report is
-run to save your system resources.
-
-There is a specific syntax that Koha will understand as 'ask for values
-when running the report'. The syntax is <<Question to
-ask\|authorized\_value>>.
-
--  The << and >> are just delimiters. You must put << at the beginning
-   and >> at the end of your parameter
-
--  The 'Question to ask' will be displayed on the left of the string to
-   enter.
-
--  The authorized\_value can be omitted if not applicable. If it
-   contains an authorized value category, or branches or itemtype or
-   categorycode or biblio\_framework, a list with the Koha authorized
-   values will be displayed instead of a free field Note that you can
-   have more than one parameter in a given SQL Note that entering
-   nothing at run time won't probably work as you expect. It will be
-   considered as "value empty" not as "ignore this parameter". For
-   example entering nothing for : "title=<<Enter title>>" will display
-   results with title='' (no title). If you want to have to have
-   something not mandatory, use "title like <<Enter title>>" and enter a
-   % at run time instead of nothing
-
-Examples:
-
--  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
-   patrons library\|branches>> AND surname like <<Enter filter for
-   patron surname (% if none)>>
-
--  SELECT \* FROM items WHERE homebranch = <<Pick your
-   branch\|branches>> and barcode like <<Partial barcode value here>>
-
--  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
-   frameworkcode\|biblio\_framework>>
-
-    **Note**
-
-    To generate a date picker calendar to the right of the field when
-    running a report you can use the 'date' keyword like this: <<Enter
-    Date\|date>>
-
-    Date Picker
-    |image1116|
-
-    **Note**
-
-    You have to put "%" in a text box to 'leave it blank'. Otherwise, it
-    literally looks for "" (empty string) as the value for the field.
-
-    **Important**
-
-    In addition to using any authorized value code to generate a
-    dropdown, you can use the following values as well: Framework codes
-    (biblio\_framework), Branches (branches), Item Types (itemtypes) and
-    Patron Categories (categorycode). For example a branch pull down
-    would be generated like this <<Branch\|branches>>
-
-    Branch pull down
-    |image1117|
-
-`Results Limited <#reportlimitfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: When I download my report it's limited to 10,000 results,
-how do I get all of the results to download?
-
-**Answer**: There is a limit of 10,000 records put on SQL statements
-entered in Koha. To get around this you want to add 'LIMIT 100000' to
-the end of your SQL statement (or any other number above 10,000.
-
-`Searching <#searchfaq>`__
---------------------------
-
-`Advanced Search <#advancedsearchfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Scan Indexes <#scanindexfaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: What does 'scan indexes' on the advanced search page mean?
-
-**Answer**: When you choose an index, enter a term, click 'scan indexes'
-and do the search, Koha displays the searched term and the following
-terms found in this index with the number of corresponding records That
-is search is not made directly in the catalog, but first in the indexes
-It works only for one index at once, and only with no limit in Location
-(All libraries needed)
-
-`Searching for Terms that Start With a Character <#searchstartswith>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: How do I search for all titles that start with the letter
-'C'?
-
-**Answer**: You can choose to search for things that start with a
-character or series of characters by using the CCL 'first-in-subfield'
-
--  example: ti,first-in-subfield=C
-
-`Wildcard Searching <#wildcardsearchfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**:What is the difference between a keyword search using the
-'\*' (asterisk) versus a keyword search using the '%' (percent)? Both
-work in the catalog, but return different sets. Why?
-
-**Answer**: A wildcard is a character (\*,?,%,.) that can be used to
-represent one or more characters in a word. Two of the wildcard
-characters that can be used in Koha searches are the asterisk ('\*') and
-the percent sign ('%'). However, these two characters act differently
-when used in searching.
-
-The '\*' is going to force a more exact search of the first few
-characters you enter prior to the '\*'. The asterisk will allow for an
-infinite number of characters in the search as long as the first few
-characters designated by your search remain the same. For example,
-searching for authors using the term, Smi\*, will return a list that may
-include Smith, Smithers, Smithfield, Smiley, etc depending on the
-authors in your database.
-
-The '%' will treat the words you enter in the terms of "is like". So a
-search of Smi% will search for words like Smi. This results in a much
-more varied results list. For example, a search on Smi% will return a
-list containing Smothers, Smith, Smelley, Smithfield and many others
-depending on what is your database.
-
-The bottom line in searching with wildcards: '\*' is more exact while
-'%' searches for like terms.
-
-`Title Searching <#titlesearchingfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Why does my Zebra title search for 'Help' not turn up 'The
-help' in the first pages of results?
-
-**Answer**: When doing a title search, you actually want to search for
-the title (i.e., 'the help' rather than just 'help'), and it will bubble
-right up to the top. If you're just searching for 'help' then the
-relevance ranking is going to affect the results you see.
-
-When it comes to relevance in Zebra, here's what's happening. First, the
-search is done. If you search for the title "help", then any title that
-has "help" in it comes back. Then from those records, separately, it
-does relevance on the \*whole\* record. The more your word appears, the
-more relevant, and some MARC tags are worth more points than others. So
-a self-help book with 505 notes where "help" appears a \*lot\* will be
-at the top, regardless of keyword or title.
-
-But when you add a \*second word\*, that helps it figure things out, as
-it's weighing the relevance of both words and the phrase. Because of the
-way relevance works, if you search "the help", then "the help" or "the
-help I need" are more relevant than "the way to help", because they
-appear together in order. Likewise, "help the girl" would be lower
-relevance, because it's out of order, and "help for the homeless" would
-be lower still, as they're out of order, and apart.
-
-The moral of the story is that single word searches, particularly on
-common words, will always struggle a bit; it can't evaluate relevance
-well, because you've not given it enough input.
-
-`Enhanced Content <#enhancedcontentfaq>`__
-------------------------------------------
-
-`FRBRizing Content <#frbrfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question:**\ At our public library we are running a Koha installation
-and we've tried to turn on all the nice functionalities in Koha such as
-the frbrising tool, but do not get the same result as Nelsonville public
-library.
-
-**Answer:**\ In fact, this feature is quite tricky to make that right.
-First it looks at XISBN service. And then search in your database for
-that ISBN. So both XISBN and your internal ISBN (in biblio table) have
-to be normalized. You could therefore use the script
-misc/batchupdateISBNs.pl (it removes all the - in your local ISBNs)
-
-`Amazon <#amzfaq>`__
-~~~~~~~~~~~~~~~~~~~~
-
-`All Amazon Content <#amazonfaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: I have all of the Amazon preferences turned on and have
-entered both of my keys, but none of the content appears in my system,
-why is that?
-
-**Answer**: Amazon's API checks your server time on all requests and if
-your server time is not set properly requests will be denied. To resolve
-this issue be sure to set your system time appropriately. Once that
-change in made Amazon content should appear immediately.
-
-On Debian the the command is *date -s "2010-06-30 17:21"* (with the
-proper date and time for your timezone).
-
-`System Administration <#systemfaq>`__
---------------------------------------
-
-`Errors in Zebra Cron <#zebracronfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: I am noticing some errors in the
-koha-zebradaemon-output.log file. When new records are added it takes a
-bit longer to index than we think they should. Running rebuild zebra is
-often faster. Zebra ends up indexing and search works, but I am
-concerned about the errors. Any ideas?
-
-**Answer**: Rebuild\_zebra.pl -r deletes all of the files in the Zebra
-db directories (such as reci-0.mf) and then recreates them. Thus,
-permissions will be lost, and the files will be owned by the user who
-ran rebuild\_zebra.pl. If one rebuilds the zebra indexes as root, the
-daemons, which typically run under the user Koha, will not be able to
-update the indexes. Thus, it's important then that the zebra rebuilds
-are put in the cronjob file of the user Koha, and not root. Also
-important is that other users, such as root, don't manually execute
-rebuilds.
-
-If one desires that another user be able to execute rebuild\_zebra.pl,
-he should be given the permission to execute 'sudo -u Koha
-.../rebuild\_zebra.pl,' (if you want to do this, you also have to edit
-the sudoers file to pass the PERL5LIB variable with the env\_keep option
-as by default sudo strips away almost all environment variables). Or, as
-root user, one can use a simple 'su koha' and then the rebuild\_zebra.pl
-command.
-
-I've also tried to set the sticky bit on rebuild\_zebra.pl, but for
-whatever reason it didn't seem to work due to some problem with the
-PERL5LIB variable that I wasn't able to figure. That seems to me the
-easiest thing to do, if anybody has any idea how to make it work. If it
-worked and were the default, I think it would help folks to avoid a
-great deal of the problems that come up with zebra.
-
-`Making Z39.50 Target Public <#publicztarget>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Could someone tell me the exact steps I need to take to
-configure Zebra to expose my Koha 3 db as a public Z39.50 service?
-
-**Answer**: Edit the KOHA\_CONF file that your Koha is using. Uncomment
-the publicserver line like:
-
-<!-- <listen id="publicserver" >tcp:@:9999</listen> -->
-
-to be:
-
-<listen id="publicserver" >tcp:@:9999</listen>
-
-Then restart zebasrv and connect on the port specified (9999).
-
-`Shelving Location Authorized Values <#authvalfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: When editing an item, the new shelving location I created
-is not showing up by default in the items where I assigned it to.
-
-**Answer**: This is because you created the new shelving location with a
-code value of 0 (zero) Just FYI the system interprets authorized values
-of 0 as equaling a null so when you edit a record in cataloging where
-the authorized value in a field was assigned where the code was 0, the
-value displays as null in the item editor (or MARC editor) instead of
-the value the library meant it to be.
-
-`Why do I need Authorized Values? <#whyauthvals>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Why would I want to define authorized values for MARC
-tags?
-
-**Answer**: Authorized Values create a 'controlled vocabulary' for your
-staff. As an example, let us assume that your Koha installation is used
-by several libraries, and you use MARC 21. You might want to restrict
-the 850a MARC subfield to the institution codes for just those
-libraries. In that case, you could define an authorized values category
-(perhaps called "INST") and enter the institution codes as the
-authorized values for that category.
-
-    **Note**
-
-    Koha automatically sets up authorized value categories for your item
-    types and branch codes, and you can link these authorized values to
-    MARC subfields when you set up your MARC tag structure.
-
-`How do I clean up the sessions table? <#sessionstblfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: Is there a periodic job that can be run to cull old
-sessions from the table? We don't want to backup all the useless session
-data every night.
-
-**Answer**: You can run `cleanup database cron job <#cleandbcron>`__.
-
-Or just before doing a backup command (mysqldump), you can truncate
-session table:  
-
-::
-
-    mysql -u<kohauser -p<password <koha-db-name -e 'TRUNCATE TABLE sessions'
-
-`Hardware <#hardwarefaq>`__
----------------------------
-
-`Barcode Scanners <#barcodefaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-**Question**: What barcode scanners have been known to work with Koha?
-
-**Answer**: The simple rule of thumb is, does it act like a keyboard
-device?, if so, it will work. (i.e. can you take the scanner, scan a
-barcode and have it show up in a text editor, if so, it will work.)
-
-The main points to check are that it connects to your PC conveniently
-(can be USB or "keyboard wedge" which means it connects in line with the
-keyboard, which is useful with older computers), and that it scans the
-barcode type that you are using.
-
-It is a good idea to test some 'used' barcodes if you have any, to see
-whether the scanner can read scuffed or slightly wrinkled ones
-successfully. Most scanners are capable of reading several barcode types
-- there are many, and the specification should list the ones it can
-read. You may need to adjust settings slightly, such as prefix and
-suffix characters, or whether you want to send an 'enter' character or
-not.
-
-One more tip - some can be set 'always on' and may come with a stand,
-some have triggers under the handle, some have buttons on top, some are
-held like a pen. Think about the staff working with the hardware before
-choosing, as a button in the wrong place can be very awkward to use.
-
-`Printers <#printersfaq>`__
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-`Printers used by Koha libraries <#kohaprinters>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  POS-X receipt printer
-
--  Star Micronics printer (exact model unknown) with a generic/plain
-   text driver.
-
--  Star SP2000 (Nelsonville)
-
--  Star TSP-100 futurePRINT (Geauga)
-
-   -  "I know there have been a lot of questions on receipt printers so
-      I thought I'd pass on my findings. We have been testing the Star
-      TSP-100 futurePRINT. I found this print to be VERY easy to
-      configure for Koha. I was even able to customize the print job by
-      adding our system logo (a .gif) to the top of every receipt. Also
-      with a bitmap created in Paint was able to add a message at the
-      bottom of each receipt with the contact information, hours and
-      website for the library that the materials were checked out at."
-
--  Epson TM 88 IIIP thermal receipt printers
-
--  Epson TM-T88IV
-
--  1x1 labels using a Dymolabelwriter printer
-
-`Braille Support <#braillefaq>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-**Question**: Are there any braille embosser or printer which has
-inbuilt braille converter and it is accessible with UNIX environment?
-
-**Answer**: You may want to look into BRLTTY
-(http://www.emptech.info/product_details.php?ID=1232).
-
-`Additional Support <#hardwaresupport>`__
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/
-
-Extending Koha
-==============
-
-`Amazon lookup script for Koha libraries <#amzlookup>`__
---------------------------------------------------------
-
-We order most of our materials from Amazon, so I've been looking for a
-convenient way to tell if a book under consideration is in our catalog
-already.
-
-Greasemonkey & a custom user script fit the bill nicely:
-
--  https://addons.mozilla.org/en-US/firefox/addon/748
-
--  http://userscripts.org/scripts/show/56847
-
-A few caveats:
-
--  Like most scripts, this one was designed to work with Firefox; I
-   haven't explored getting it to work with other browsers.
-
--  I'm not a JavaScript programmer -- this was adapted from others'
-   work. Just a few lines would have to be changed to get the script to
-   work with your catalog.
-
--  It depends on the existence of ISBN for the item in question, so
-   movies, older books, etc. would not work.
-
-Others have added all sorts of bells & whistles: XISBN lookups to search
-for related titles, custom messages based on the status of items (on
-order, on hold, etc.), ... just search the UserScripts site for Amazon +
-library. For a later date!
-
-`Keyword Clouds <#extendkeywordclouds>`__
------------------------------------------
-
-In addition to the traditional tag cloud available in Koha, there is a
-way to generate clouds for popular subjects within Koha.
-
-The `Author/Subject Cloud cron job <#keywordclouds>`__ is used to help
-with this process. This cron job sends its output to files.
-
--  /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
-
--  /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
-
-This means that you can produce clouds for authors, collective author,
-all kind of subjects, classifications, etc. And since it works on zebra
-indexes, it is quick, even on large DBs. Tags clouds are sent to files.
-It's up to library webmaster to deal with those files in order to
-include them in `OPACMainUserBlock <#OpacMainUserBlock>`__, or include
-them into their library CMS.
-
-Some libraries even send the file into a Samba shared folder where
-webmaster take them, eventually clean them a little bit before
-integrating them into navigation widgets or pages.
-
-`Newest Titles Pulldown <#newtitlesoption>`__
----------------------------------------------
-
-Often we want to add a way for our patrons to do searches for the newest
-items. In this example I'll show you how to create a pull down menu of
-the newest items by item type. These tips will work (with a couple
-changes) for collection codes or shelving locations as well.
-
-First, it's important to note that every link in Koha is a permanent
-link. This means if I do a search for everything of a specific item type
-sorted by the acquisitions date and bookmark that URL, whenever I click
-it I'll see the newest items of that type on the first few pages of the
-results.
-
-I took this knowledge and wrote a form takes this functionality in to
-consideration. It basically just does a search of your Koha catalog for
-a specific item type and sorts the results by acquisitions date.
-
-The first thing I did was write a MySQL statement to generate a list of
-item types for me - why copy and paste when you can use the power of
-MySQL?
-
-::
-
-    select concat('<option value=\"mc-itype:', itemtype, '\">',description,'</option>') from itemtypes
-
-The above looks at the itemtypes table and slaps the necessary HTML
-around each item type for me. I then exported that to CSV and opened it
-in my text editor and added the other parts of the form.
-
-::
-
-    <p><strong>New Items</strong></p>
-    <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
-    <input name="idx" value="kw" type="hidden">
-    <input name="sort_by" value="acqdate_dsc" type="hidden">
-    <input name="do" value="OK" type="hidden">
-    <select name="limit" onchange="this.form.submit()">
-    <option>-- Please choose --</option>
-    <option value="mc-itype:BOOK">Book</option>
-    <option value="mc-itype:BOOKCD">Book on CD</option>
-    <option value="mc-itype:DVD">DVD</option>
-    <option value="mc-itype:LRG_PRINT">Large print book</option>
-    <option value="mc-itype:MAGAZINE">Magazine</option>
-    <option value="mc-itype:NEWSPAPER">Newspaper</option>
-    <option value="mc-itype:VIDEO">Videocassette</option>
-    </select>
-    </form>
-    </p>
-
-Now, what does all of that mean? The important bits are these:
-
-First the starting of the form.
-
-::
-
-    <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
-
-This tells the browser to take any value selected and put it at the end
-of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want to
-embed this form on your library website (and not on your OPAC) you can
-put the full OPAC URL in there.
-
-Next, there is a hidden value that is telling the search to sort by
-acquisitions date descending (newest items at the top):
-
-::
-
-    <input name="sort_by" value="acqdate_dsc" type="hidden">
-
-And finally you have an option for each item type you want people to
-search.
-
-::
-
-    <option value="mc-itype:BOOK">Book</option>
-
-These options each include the string "mc-itype:" which tells Koha to do
-an item type search.
-
-Once you have all of that in place you can copy and paste the form to
-somewhere on your OPAC. The `Farmington Public Libraries
-OPAC <http://catalog.farmingtonlibraries.org>`__ has a few examples of
-this on the left.
-
-`Cataloging and Searching by Color <#colorsearch>`__
-----------------------------------------------------
-
-One of the icon sets installed in Koha includes a series of colors. This
-set can be used to catalog and search by color if you'd like. This guide
-will walk you use changing collection code to color in Koha so that you
-can do this.
-
-The following SQL could be used to add these colors to the CCODE
-authorized value category in a batch. If you wanted to use these colors
-for another authorized value you'd have to edit this to use that
-category:
-
-::
-
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','000000','Black','','colors/000000.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','66cc66','Bright Green','','colors/66cc66.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','99cc33','Olive','','colors/99cc33.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','3333cc','Dark Blue','','colors/3333cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','006600' ,'Dark Green','','colors/006600.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','6600cc','Plum','','colors/6600cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','6666cc','Purple','','colors/6666cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','9999cc','Light Purple','','colors/9999cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','660000' ,'Burgundy','','colors/660000.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','663333' ,'Brown','','colors/663333.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','990000' ,'Red','','colors/990000.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','996633' ,'Tan','','colors/996633.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','999999' ,'Gray','','colors/999999.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cc66cc','Pink','','colors/cc66cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cc99cc','Bubble Gum','','colors/cc99cc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cc3333' ,'Orange','','colors/cc3333.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cc6666' ,'Peach','','colors/cc6666.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cc9999' ,'Rose','','colors/cc9999.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','cccc00' ,'Gold','','colors/cccc00.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','ffff33' ,'Yellow','','colors/ffff33.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','ffffcc','Cream','','colors/ffffcc.png');
-        insert into authorised_values (category, authorised_value, lib,
-         lib_opac, imageurl) values ('CCODE','ffffff','White','','colors/ffffff.png');
-
-If you would like to choose the colors manually you can do that via the
-`Authorized Values <#authorizedvalues>`__ administration area.
-
-Colors for CCODE
-|image1118|
-
-Next you'll want to `update the frameworks <#marcbibframeworks>`__ so
-that the 952$8 (if you're using collection code) label to says Color.
-
-Once you have that in place you can start to catalog items by color.
-
-Finally you'll want to add the following JQuery to your preferences so
-that it will relabel 'Collection' to 'Color'
-
-`IntranetUserJS <#intranetuserjs>`__
-
-::
-
-    $(document).ready(function(){
-        $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
-        $("#holdings th:contains('Collection')").text("Color");
-        });
-
-`OPACUserJS <#opacuserjs>`__
-
-::
-
-    $(document).ready(function(){
-        $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
-        $('#item_ccode').text("Color");
-        });
-
-Koha and Your Website
-=====================
-
-This appendix will include tips for integrating Koha in to your library
-website.
-
-`Koha search on your site <#embedsearch>`__
--------------------------------------------
-
-Often you'll want to add a Koha search box to your library website. To
-do so, just copy and paste the following code in to your library website
-and update the YOURCATALOG bit with your catalog's URL and you're set to
-go.
-
-::
-
-    <form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform">
-    <input id="transl1" name="q" type="text"><p>
-    <select name="idx" id="masthead_search">
-    <option value="kw">Keyword</option>
-    <option value="ti">Title</option>
-    <option value="au">Author</option>
-    <option value="su">Subject</option>
-    <option value="nb">ISBN</option>
-    <option value="se">Series</option>
-    <option value="callnum">Call Number</option>
-    </select>
-    <input value="Search" id="searchsubmit" type="submit">
-    </p></form>
-          
-
-GNU General Public License version 3
-====================================
-
-Version 3, 29 June 2007
-
-Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/
-
-Everyone is permitted to copy and distribute verbatim copies of this
-license document, but changing it is not allowed.
-
-**Preamble**
-
-The GNU General Public License is a free, copyleft license for software
-and other kinds of works.
-
-The licenses for most software and other practical works are designed to
-take away your freedom to share and change the works. By contrast, the
-GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
-When we speak of free software, we are referring to freedom, not price.
-Our General Public Licenses are designed to make sure that you have the
-freedom to distribute copies of free software (and charge for them if
-you wish), that you receive source code or can get it if you want it,
-that you can change the software or use pieces of it in new free
-programs, and that you know you can do these things.
-
-To protect your rights, we need to prevent others from denying you these
-rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-For example, if you distribute copies of such a program, whether gratis
-or for a fee, you must pass on to the recipients the same freedoms that
-you received. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
-Developers that use the GNU GPL protect your rights with two steps: (1)
-assert copyright on the software, and (2) offer you this License giving
-you legal permission to copy, distribute and/or modify it.
-
-For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of protecting
-users' freedom to change the software. The systematic pattern of such
-abuse occurs in the area of products for individuals to use, which is
-precisely where it is most unacceptable. Therefore, we have designed
-this version of the GPL to prohibit the practice for those products. If
-such problems arise substantially in other domains, we stand ready to
-extend this provision to those domains in future versions of the GPL, as
-needed to protect the freedom of users.
-
-Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-The precise terms and conditions for copying, distribution and
-modification follow.
-
-**TERMS AND CONDITIONS**
-
-**0. Definitions.**
-
-"This License" refers to version 3 of the GNU General Public License.
-
-"Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-"The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
-To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-A "covered work" means either the unmodified Program or a work based on
-the Program.
-
-To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-An interactive user interface displays "Appropriate Legal Notices" to
-the extent that it includes a convenient and prominently visible feature
-that (1) displays an appropriate copyright notice, and (2) tells the
-user that there is no warranty for the work (except to the extent that
-warranties are provided), that licensees may convey the work under this
-License, and how to view a copy of this License. If the interface
-presents a list of user commands or options, such as a menu, a prominent
-item in the list meets this criterion.
-
-**1. Source Code.**
-
-The "source code" for a work means the preferred form of the work for
-making modifications to it. "Object code" means any non-source form of a
-work.
-
-A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that is
-widely used among developers working in that language.
-
-The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that Major
-Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A "Major
-Component", in this context, means a major essential component (kernel,
-window system, and so on) of the specific operating system (if any) on
-which the executable work runs, or a compiler used to produce the work,
-or an object code interpreter used to run it.
-
-The "Corresponding Source" for a work in object code form means all the
-source code needed to generate, install, and (for an executable work)
-run the object code and to modify the work, including scripts to control
-those activities. However, it does not include the work's System
-Libraries, or general-purpose tools or generally available free programs
-which are used unmodified in performing those activities but which are
-not part of the work. For example, Corresponding Source includes
-interface definition files associated with source files for the work,
-and the source code for shared libraries and dynamically linked
-subprograms that the work is specifically designed to require, such as
-by intimate data communication or control flow between those subprograms
-and other parts of the work.
-
-The Corresponding Source need not include anything that users can
-regenerate automatically from other parts of the Corresponding Source.
-
-The Corresponding Source for a work in source code form is that same
-work.
-
-**2. Basic Permissions.**
-
-All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-You may make, run and propagate covered works that you do not convey,
-without conditions so long as your license otherwise remains in force.
-You may convey covered works to others for the sole purpose of having
-them make modifications exclusively for you, or provide you with
-facilities for running those works, provided that you comply with the
-terms of this License in conveying all material for which you do not
-control copyright. Those thus making or running the covered works for
-you must do so exclusively on your behalf, under your direction and
-control, on terms that prohibit them from making any copies of your
-copyrighted material outside their relationship with you.
-
-Conveying under any other circumstances is permitted solely under the
-conditions stated below. Sublicensing is not allowed; section 10 makes
-it unnecessary.
-
-**3. Protecting Users' Legal Rights From Anti-Circumvention Law.**
-
-No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article 11
-of the WIPO copyright treaty adopted on 20 December 1996, or similar
-laws prohibiting or restricting circumvention of such measures.
-
-When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to the
-covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-**4. Conveying Verbatim Copies.**
-
-You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice; keep
-intact all notices stating that this License and any non-permissive
-terms added in accord with section 7 apply to the code; keep intact all
-notices of the absence of any warranty; and give all recipients a copy
-of this License along with the Program.
-
-You may charge any price or no price for each copy that you convey, and
-you may offer support or warranty protection for a fee.
-
-**5. Conveying Modified Source Versions.**
-
-You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the terms
-of section 4, provided that you also meet all of these conditions:
-
-a. The work must carry prominent notices stating that you modified it,
-   and giving a relevant date.
-
-b. The work must carry prominent notices stating that it is released
-   under this License and any conditions added under section 7. This
-   requirement modifies the requirement in section 4 to "keep intact all
-   notices".
-
-c. You must license the entire work, as a whole, under this License to
-   anyone who comes into possession of a copy. This License will
-   therefore apply, along with any applicable section 7 additional
-   terms, to the whole of the work, and all its parts, regardless of how
-   they are packaged. This License gives no permission to license the
-   work in any other way, but it does not invalidate such permission if
-   you have separately received it.
-
-d. If the work has interactive user interfaces, each must display
-   Appropriate Legal Notices; however, if the Program has interactive
-   interfaces that do not display Appropriate Legal Notices, your work
-   need not make them do so.
-
-A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work, and
-which are not combined with it such as to form a larger program, in or
-on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not used
-to limit the access or legal rights of the compilation's users beyond
-what the individual works permit. Inclusion of a covered work in an
-aggregate does not cause this License to apply to the other parts of the
-aggregate.
-
-**6. Conveying Non-Source Forms.**
-
-You may convey a covered work in object code form under the terms of
-sections 4 and 5, provided that you also convey the machine-readable
-Corresponding Source under the terms of this License, in one of these
-ways:
-
-a. Convey the object code in, or embodied in, a physical product
-   (including a physical distribution medium), accompanied by the
-   Corresponding Source fixed on a durable physical medium customarily
-   used for software interchange.
-
-b. Convey the object code in, or embodied in, a physical product
-   (including a physical distribution medium), accompanied by a written
-   offer, valid for at least three years and valid for as long as you
-   offer spare parts or customer support for that product model, to give
-   anyone who possesses the object code either (1) a copy of the
-   Corresponding Source for all the software in the product that is
-   covered by this License, on a durable physical medium customarily
-   used for software interchange, for a price no more than your
-   reasonable cost of physically performing this conveying of source, or
-   (2) access to copy the Corresponding Source from a network server at
-   no charge.
-
-c. Convey individual copies of the object code with a copy of the
-   written offer to provide the Corresponding Source. This alternative
-   is allowed only occasionally and noncommercially, and only if you
-   received the object code with such an offer, in accord with
-   subsection 6b.
-
-d. Convey the object code by offering access from a designated place
-   (gratis or for a charge), and offer equivalent access to the
-   Corresponding Source in the same way through the same place at no
-   further charge. You need not require recipients to copy the
-   Corresponding Source along with the object code. If the place to copy
-   the object code is a network server, the Corresponding Source may be
-   on a different server (operated by you or a third party) that
-   supports equivalent copying facilities, provided you maintain clear
-   directions next to the object code saying where to find the
-   Corresponding Source. Regardless of what server hosts the
-   Corresponding Source, you remain obligated to ensure that it is
-   available for as long as needed to satisfy these requirements.
-
-e. Convey the object code using peer-to-peer transmission, provided you
-   inform other peers where the object code and Corresponding Source of
-   the work are being offered to the general public at no charge under
-   subsection 6d.
-
-A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be included
-in conveying the object code work.
-
-A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for
-incorporation into a dwelling. In determining whether a product is a
-consumer product, doubtful cases shall be resolved in favor of coverage.
-For a particular product received by a particular user, "normally used"
-refers to a typical or common use of that class of product, regardless
-of the status of the particular user or of the way in which the
-particular user actually uses, or expects or is expected to use, the
-product. A product is a consumer product regardless of whether the
-product has substantial commercial, industrial or non-consumer uses,
-unless such uses represent the only significant mode of use of the
-product.
-
-"Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product
-from a modified version of its Corresponding Source. The information
-must suffice to ensure that the continued functioning of the modified
-object code is in no case prevented or interfered with solely because
-modification has been made.
-
-If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied by
-the Installation Information. But this requirement does not apply if
-neither you nor any third party retains the ability to install modified
-object code on the User Product (for example, the work has been
-installed in ROM).
-
-The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-Corresponding Source conveyed, and Installation Information provided, in
-accord with this section must be in a format that is publicly documented
-(and with an implementation available to the public in source code
-form), and must require no special password or key for unpacking,
-reading or copying.
-
-**7. Additional Terms.**
-
-"Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by this
-License without regard to the additional permissions.
-
-When you convey a copy of a covered work, you may at your option remove
-any additional permissions from that copy, or from any part of it.
-(Additional permissions may be written to require their own removal in
-certain cases when you modify the work.) You may place additional
-permissions on material, added by you to a covered work, for which you
-have or can give appropriate copyright permission.
-
-Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders
-of that material) supplement the terms of this License with terms:
-
-a. Disclaiming warranty or limiting liability differently from the terms
-   of sections 15 and 16 of this License; or
-
-b. Requiring preservation of specified reasonable legal notices or
-   author attributions in that material or in the Appropriate Legal
-   Notices displayed by works containing it; or
-
-c. Prohibiting misrepresentation of the origin of that material, or
-   requiring that modified versions of such material be marked in
-   reasonable ways as different from the original version; or
-
-d. Limiting the use for publicity purposes of names of licensors or
-   authors of the material; or
-
-e. Declining to grant rights under trademark law for use of some trade
-   names, trademarks, or service marks; or
-
-f. Requiring indemnification of licensors and authors of that material
-   by anyone who conveys the material (or modified versions of it) with
-   contractual assumptions of liability to the recipient, for any
-   liability that these contractual assumptions directly impose on those
-   licensors and authors.
-
-All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains a
-further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms of
-that license document, provided that the further restriction does not
-survive such relicensing or conveying.
-
-If you add terms to a covered work in accord with this section, you must
-place, in the relevant source files, a statement of the additional terms
-that apply to those files, or a notice indicating where to find the
-applicable terms.
-
-Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions; the above
-requirements apply either way.
-
-**8. Termination.**
-
-You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-However, if you cease all violation of this License, then your license
-from a particular copyright holder is reinstated (a) provisionally,
-unless and until the copyright holder explicitly and finally terminates
-your license, and (b) permanently, if the copyright holder fails to
-notify you of the violation by some reasonable means prior to 60 days
-after the cessation.
-
-Moreover, your license from a particular copyright holder is reinstated
-permanently if the copyright holder notifies you of the violation by
-some reasonable means, this is the first time you have received notice
-of violation of this License (for any work) from that copyright holder,
-and you cure the violation prior to 30 days after your receipt of the
-notice.
-
-Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-**9. Acceptance Not Required for Having Copies.**
-
-You are not required to accept this License in order to receive or run a
-copy of the Program. Ancillary propagation of a covered work occurring
-solely as a consequence of using peer-to-peer transmission to receive a
-copy likewise does not require acceptance. However, nothing other than
-this License grants you permission to propagate or modify any covered
-work. These actions infringe copyright if you do not accept this
-License. Therefore, by modifying or propagating a covered work, you
-indicate your acceptance of this License to do so.
-
-**10. Automatic Licensing of Downstream Recipients.**
-
-Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
-An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered work
-results from an entity transaction, each party to that transaction who
-receives a copy of the work also receives whatever licenses to the work
-the party's predecessor in interest had or could give under the previous
-paragraph, plus a right to possession of the Corresponding Source of the
-work from the predecessor in interest, if the predecessor has it or can
-get it with reasonable efforts.
-
-You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may not
-impose a license fee, royalty, or other charge for exercise of rights
-granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that any
-patent claim is infringed by making, using, selling, offering for sale,
-or importing the Program or any portion of it.
-
-**11. Patents.**
-
-A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The work
-thus licensed is called the contributor's "contributor version".
-
-A contributor's "essential patent claims" are all patent claims owned or
-controlled by the contributor, whether already acquired or hereafter
-acquired, that would be infringed by some manner, permitted by this
-License, of making, using, or selling its contributor version, but do
-not include claims that would be infringed only as a consequence of
-further modification of the contributor version. For purposes of this
-definition, "control" includes the right to grant patent sublicenses in
-a manner consistent with the requirements of this License.
-
-Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to make,
-use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-If you convey a covered work, knowingly relying on a patent license, and
-the Corresponding Source of the work is not available for anyone to
-copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify or
-convey a specific copy of the covered work, then the patent license you
-grant is automatically extended to all recipients of the covered work
-and works based on it.
-
-A patent license is "discriminatory" if it does not include within the
-scope of its coverage, prohibits the exercise of, or is conditioned on
-the non-exercise of one or more of the rights that are specifically
-granted under this License. You may not convey a covered work if you are
-a party to an arrangement with a third party that is in the business of
-distributing software, under which you make payment to the third party
-based on the extent of your activity of conveying the work, and under
-which the third party grants, to any of the parties who would receive
-the covered work from you, a discriminatory patent license (a) in
-connection with copies of the covered work conveyed by you (or copies
-made from those copies), or (b) primarily for and in connection with
-specific products or compilations that contain the covered work, unless
-you entered into that arrangement, or that patent license was granted,
-prior to 28 March 2007.
-
-Nothing in this License shall be construed as excluding or limiting any
-implied license or other defenses to infringement that may otherwise be
-available to you under applicable patent law.
-
-**12. No Surrender of Others' Freedom.**
-
-If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not convey it at all. For example, if you agree to terms that
-obligate you to collect a royalty for further conveying from those to
-whom you convey the Program, the only way you could satisfy both those
-terms and this License would be to refrain entirely from conveying the
-Program.
-
-**13. Use with the GNU Affero General Public License.**
-
-Notwithstanding any other provision of this License, you have permission
-to link or combine any covered work with a work licensed under version 3
-of the GNU Affero General Public License into a single combined work,
-and to convey the resulting work. The terms of this License will
-continue to apply to the part which is the covered work, but the special
-requirements of the GNU Affero General Public License, section 13,
-concerning interaction through a network will apply to the combination
-as such.
-
-**14. Revised Versions of this License.**
-
-The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies that a certain numbered version of the GNU General Public
-License "or any later version" applies to it, you have the option of
-following the terms and conditions either of that numbered version or of
-any later version published by the Free Software Foundation. If the
-Program does not specify a version number of the GNU General Public
-License, you may choose any version ever published by the Free Software
-Foundation.
-
-If the Program specifies that a proxy can decide which future versions
-of the GNU General Public License can be used, that proxy's public
-statement of acceptance of a version permanently authorizes you to
-choose that version for the Program.
-
-Later license versions may give you additional or different permissions.
-However, no additional obligations are imposed on any author or
-copyright holder as a result of your choosing to follow a later version.
-
-**15. Disclaimer of Warranty.**
-
-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
-WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
-THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-**16. Limitation of Liability.**
-
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
-CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
-NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
-SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
-WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-**17. Interpretation of Sections 15 and 16.**
-
-If the disclaimer of warranty and limitation of liability provided above
-cannot be given local legal effect according to their terms, reviewing
-courts shall apply local law that most closely approximates an absolute
-waiver of all civil liability in connection with the Program, unless a
-warranty or assumption of liability accompanies a copy of the Program in
-return for a fee.
-
-**END OF TERMS AND CONDITIONS**
-
-**How to Apply These Terms to Your New Programs**
-
-If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these
-terms.
-
-To do so, attach the following notices to the program. It is safest to
-attach them to the start of each source file to most effectively state
-the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-::
-
-    one line to give the program's name and a brief idea of what it does.
-    Copyright (C) year name of author
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see http://www.gnu.org/licenses/.
-      
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program does terminal interaction, make it output a short notice
-like this when it starts in an interactive mode:
-
-::
-
-    program Copyright (C) year name of author
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-      
-
-The hypothetical commands \`\ ``show w``' and \`\ ``show c``' should
-show the appropriate parts of the General Public License. Of course,
-your program's commands might be different; for a GUI interface, you
-would use an "about box".
-
-You should also get your employer (if you work as a programmer) or
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. For more information on this, and how to apply and follow the
-GNU GPL, see http://www.gnu.org/licenses/.
-
-The GNU General Public License does not permit incorporating your
-program into proprietary programs. If your program is a subroutine
-library, you may consider it more useful to permit linking proprietary
-applications with the library. If this is what you want to do, use the
-GNU Lesser General Public License instead of this License. But first,
-please read http://www.gnu.org/philosophy/why-not-lgpl.html.
-
-.. |image0| image:: images/admin/globalprefs/prefsearch.png
-.. |image1| image:: images/admin/globalprefs/prefsearch1.png
-.. |image2| image:: images/admin/globalprefs/saveallprefs.png
-.. |image3| image:: images/admin/globalprefs/saveconfirmation.png
-.. |image4| image:: images/admin/globalprefs/sortprefs.png
-.. |image5| image:: images/admin/globalprefs/Google/2newproject.png
-.. |image6| image:: images/admin/globalprefs/Google/3identity.png
-.. |image7| image:: images/admin/globalprefs/Google/4enable.png
-.. |image8| image:: images/admin/globalprefs/Google/5consent.png
-.. |image9| image:: images/admin/globalprefs/Google/6credtype.png
-.. |image10| image:: images/admin/globalprefs/Google/7creds.png
-.. |image11| image:: images/admin/globalprefs/Google/8oauth.png
-.. |image12| image:: images/admin/globalprefs/Google/7creds.png
-.. |image13| image:: images/admin/globalprefs/persona.png
-.. |image14| image:: images/admin/globalprefs/AuthDisplayHierarchy.png
-.. |image15| image:: images/admin/globalprefs/hide_marc-display.png
-.. |image16| image:: images/admin/globalprefs/hide_marc-dont.png
-.. |image17| image:: images/admin/globalprefs/LabelMARCView-do.png
-.. |image18| image:: images/admin/globalprefs/LabelMARCView-dont.png
-.. |image19| image:: images/admin/globalprefs/SeparateHoldings.png
-.. |image20| image:: images/admin/globalprefs/advancedMARCeditor-display.png
-.. |image21| image:: images/admin/globalprefs/advancedMARCeditor-dontdisplay.png
-.. |image22| image:: images/admin/globalprefs/AlternateHoldingsField.png
-.. |image23| image:: images/admin/globalprefs/item-level_itypes.png
-.. |image24| image:: images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png
-.. |image25| image:: images/admin/globalprefs/AgeRestrictionOverride.png
-.. |image26| image:: images/admin/globalprefs/AgeRestrictionMarker.png
-.. |image27| image:: images/admin/globalprefs/AllowTooManyOverride-yes.png
-.. |image28| image:: images/admin/globalprefs/AllowTooManyOverride-no.png
-.. |image29| image:: images/admin/globalprefs/IssueLostItem-msg.png
-.. |image30| image:: images/admin/globalprefs/IssueLostItem-confirm.png
-.. |image31| image:: images/admin/globalprefs/OnSiteCheckoutsForce.png
-.. |image32| image:: images/admin/globalprefs/decreaseLoanHighHoldsDuration.png
-.. |image33| image:: images/admin/globalprefs/CircAutocompl.png
-.. |image34| image:: images/admin/globalprefs/FilterBeforeOverdueReport.png
-.. |image35| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
-.. |image36| image:: images/admin/globalprefs/DisplayClearScreenButtonOff.png
-.. |image37| image:: images/admin/globalprefs/DisplayClearScreenButton.png
-.. |image38| image:: images/admin/globalprefs/ExportRemoveFields.png
-.. |image39| image:: images/admin/globalprefs/ExportWithCsvProfile.png
-.. |image40| image:: images/admin/globalprefs/itemBarcodeFallbackSearch.png
-.. |image41| image:: images/admin/globalprefs/SpecifyDueDate.png
-.. |image42| image:: images/admin/globalprefs/SpecifyDueDate-no.png
-.. |image43| image:: images/admin/globalprefs/WaitingNotifyAtCheckin.png
-.. |image44| image:: images/circ/selfcheckout.png
-.. |image45| image:: images/circ/SelfCheckoutByLogin.png
-.. |image46| image:: images/admin/globalprefs/editionstab.png
-.. |image47| image:: images/admin/globalprefs/editions.png
-.. |image48| image:: images/admin/globalprefs/Babeltheque.png
-.. |image49| image:: images/admin/globalprefs/HTML5MediaEnabled-opac.png
-.. |image50| image:: images/admin/globalprefs/HTML5MediaEnabled-staff.png
-.. |image51| image:: images/admin/globalprefs/IDreamBooksReadometer.png
-.. |image52| image:: images/admin/globalprefs/IDreamBooksResults.png
-.. |image53| image:: images/admin/globalprefs/IDreamBooksReviews.png
-.. |image54| image:: images/admin/globalprefs/AllowMultipleCovers.png
-.. |image55| image:: images/admin/globalprefs/novelisttab.png
-.. |image56| image:: images/admin/globalprefs/novelistside.png
-.. |image57| image:: images/admin/globalprefs/Overdrive.png
-.. |image58| image:: images/admin/globalprefs/TagsInputOnList.png
-.. |image59| image:: images/admin/globalprefs/TagsInputOnDetail.png
-.. |image60| image:: images/admin/globalprefs/alphabet.png
-.. |image61| image:: images/admin/globalprefs/opaclanguagesdisplay.png
-.. |image62| image:: images/admin/globalprefs/DisplayOPACiconsXSLT.png
-.. |image63| image:: images/admin/globalprefs/hidelostitems.png
-.. |image64| image:: images/admin/globalprefs/LibraryName.png
-.. |image65| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png
-.. |image66| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png
-.. |image67| image:: images/admin/globalprefs/OPACBaseURL.png
-.. |image68| image:: images/admin/globalprefs/opaccredits-html.png
-.. |image69| image:: images/admin/globalprefs/opaccredits.png
-.. |image70| image:: images/admin/globalprefs/OPACDisplay856uAsImage.png
-.. |image71| image:: images/admin/globalprefs/856imagemarc.png
-.. |image72| image:: images/admin/globalprefs/favicon.png
-.. |image73| image:: images/admin/globalprefs/opacheader-html.png
-.. |image74| image:: images/admin/globalprefs/opacheader.png
-.. |image75| image:: images/admin/globalprefs/OpacKohaUrl.png
-.. |image76| image:: images/admin/globalprefs/opacmaintenance.png
-.. |image77| image:: images/admin/globalprefs/OpacMainUserBlock.png
-.. |image78| image:: images/admin/globalprefs/OPACMySummaryHTML.png
-.. |image79| image:: images/admin/globalprefs/OpacNav.png
-.. |image80| image:: images/admin/globalprefs/OpacNavBottom.png
-.. |image81| image:: images/admin/globalprefs/OpacNavRight.png
-.. |image82| image:: images/admin/globalprefs/OPACNoResultsFound.png
-.. |image83| image:: images/admin/globalprefs/OpacSeparateHoldings.png
-.. |image84| image:: images/admin/globalprefs/OPACShowBarcode-noshow.png
-.. |image85| image:: images/admin/globalprefs/OPACShowBarcode-show.png
-.. |image86| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-showholds.png
-.. |image87| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-priority.png
-.. |image88| image:: images/admin/globalprefs/OpacShowRecentComments.png
-.. |image89| image:: images/admin/globalprefs/OpacStarRatings-details.png
-.. |image90| image:: images/admin/globalprefs/OpacStarRatings-results.png
-.. |image91| image:: images/admin/globalprefs/opacuserjs-before.png
-.. |image92| image:: images/admin/globalprefs/opacuserjs.png
-.. |image93| image:: images/admin/globalprefs/opacuserjs-after.png
-.. |image94| image:: images/admin/globalprefs/authoritysearch.png
-.. |image95| image:: images/admin/globalprefs/OpacBrowseResults.png
-.. |image96| image:: images/admin/globalprefs/OpacHoldNotes.png
-.. |image97| image:: images/admin/globalprefs/OPACPatronDetails.png
-.. |image98| image:: images/admin/globalprefs/OPACPatronDetails-approve.png
-.. |image99| image:: images/admin/globalprefs/OpacTopissue.png
-.. |image100| image:: images/admin/globalprefs/topissues.png
-.. |image101| image:: images/admin/globalprefs/ShowReviewerPhoto.png
-.. |image102| image:: images/admin/globalprefs/SocialNetworks.png
-.. |image103| image:: images/admin/globalprefs/PatronSelfRegistration.png
-.. |image104| image:: images/admin/globalprefs/OPACShelfBrowser.png
-.. |image105| image:: images/admin/globalprefs/SMSSendDriver.png
-.. |image106| image:: images/admin/globalprefs/StatisticsFields.png
-.. |image107| image:: images/admin/globalprefs/displayFacetCount.png
-.. |image108| image:: images/admin/globalprefs/AdvancedSearchTypes.png
-.. |image109| image:: images/admin/globalprefs/opacSerialDefaultTab-colltab.png
-.. |image110| image:: images/admin/globalprefs/opacSerialDefaultTab-subtab.png
-.. |image111| image:: images/admin/globalprefs/SubscriptionHistory-brief.png
-.. |image112| image:: images/admin/globalprefs/SubscriptionHistory-full.png
-.. |image113| image:: images/admin/globalprefs/Display856uAsImage.png
-.. |image114| image:: images/admin/globalprefs/856imagemarc.png
-.. |image115| image:: images/admin/globalprefs/DisplayIconsXSLT.png
-.. |image116| image:: images/admin/globalprefs/favicon.png
-.. |image117| image:: images/admin/globalprefs/IntranetmainUserblock-html.png
-.. |image118| image:: images/admin/globalprefs/IntranetmainUserblock.png
-.. |image119| image:: images/admin/globalprefs/XSLTDetailsDisplay-off.png
-.. |image120| image:: images/admin/globalprefs/XSLTDetailsDisplay-on.png
-.. |image121| image:: images/admin/globalprefs/StaffDetailItemSelection.png
-.. |image122| image:: images/admin/basicparams/librarylist.png
-.. |image123| image:: images/admin/basicparams/grouplists.png
-.. |image124| image:: images/admin/basicparams/newlibrary.png
-.. |image125| image:: images/admin/basicparams/librarycontact.png
-.. |image126| image:: images/admin/basicparams/librarylink.png
-.. |image127| image:: images/admin/basicparams/opacinfo.png
-.. |image128| image:: images/admin/basicparams/cannotdeletelibrary.png
-.. |image129| image:: images/admin/basicparams/addlibgroup.png
-.. |image130| image:: images/admin/basicparams/searchgroup.png
-.. |image131| image:: images/admin/basicparams/stafflibgroupsearch.png
-.. |image132| image:: images/admin/basicparams/groupproperties.png
-.. |image133| image:: images/admin/basicparams/addlibrarytogroup.png
-.. |image134| image:: images/admin/basicparams/itemtypes.png
-.. |image135| image:: images/admin/basicparams/additemtype.png
-.. |image136| image:: images/admin/basicparams/itemtype-msgsetup.png
-.. |image137| image:: images/admin/basicparams/itemtype-msg.png
-.. |image138| image:: images/admin/basicparams/itemtype-alert.png
-.. |image139| image:: images/admin/basicparams/newitemtype.png
-.. |image140| image:: images/admin/basicparams/nodeleteitemtype.png
-.. |image141| image:: images/admin/basicparams/bor_notes.png
-.. |image142| image:: images/admin/basicparams/report_group.png
-.. |image143| image:: images/admin/basicparams/report_subgroup.png
-.. |image144| image:: images/admin/basicparams/addauthcat.png
-.. |image145| image:: images/admin/basicparams/authvallist.png
-.. |image146| image:: images/admin/basicparams/addauthvalue.png
-.. |image147| image:: images/admin/basicparams/authvals.png
-.. |image148| image:: images/admin/patroncirc/patroncatlist.png
-.. |image149| image:: images/admin/patroncirc/newpatroncat.png
-.. |image150| image:: images/admin/patroncirc/patcaterror.png
-.. |image151| image:: images/admin/patroncirc/patcaterror.png
-.. |image152| image:: images/admin/patroncirc/patcaterror.png
-.. |image153| image:: images/admin/patroncirc/hidelostitemspatron.png
-.. |image154| image:: images/admin/patroncirc/patroncatpulldown.png
-.. |image155| image:: images/admin/patroncirc/patcaterror.png
-.. |image156| image:: images/admin/patroncirc/selectissuinglibrary.png
-.. |image157| image:: images/admin/patroncirc/addcircrule.png
-.. |image158| image:: images/admin/patroncirc/editcircfine.png
-.. |image159| image:: images/admin/patroncirc/clonerules.png
-.. |image160| image:: images/admin/patroncirc/rulescloned.png
-.. |image161| image:: images/admin/patroncirc/defaultcheckholds.png
-.. |image162| image:: images/admin/patroncirc/checkoutsperpatron.png
-.. |image163| image:: images/admin/patroncirc/holdsperitem.png
-.. |image164| image:: images/admin/patroncirc/attributes.png
-.. |image165| image:: images/admin/patroncirc/addattribute.png
-.. |image166| image:: images/admin/patroncirc/showattribute.png
-.. |image167| image:: images/admin/patroncirc/pa_class.png
-.. |image168| image:: images/admin/patroncirc/patronattribute.png
-.. |image169| image:: images/admin/patroncirc/pa_class-patron.png
-.. |image170| image:: images/admin/patroncirc/deletepatronattr.png
-.. |image171| image:: images/admin/patroncirc/librarytransferselect.png
-.. |image172| image:: images/admin/patroncirc/collectcodes.png
-.. |image173| image:: images/admin/patroncirc/limittocollcode.png
-.. |image174| image:: images/admin/patroncirc/transferlimits.png
-.. |image175| image:: images/admin/patroncirc/transportcostmatrix.png
-.. |image176| image:: images/admin/patroncirc/librariesforalert.png
-.. |image177| image:: images/admin/patroncirc/alertmatrix.png
-.. |image178| image:: images/admin/patroncirc/newcity.png
-.. |image179| image:: images/admin/patroncirc/cities.png
-.. |image180| image:: images/admin/patroncirc/patroncity.png
-.. |image181| image:: images/admin/cataloging/frameworks.png
-.. |image182| image:: images/admin/cataloging/frameworkoptions.png
-.. |image183| image:: images/admin/cataloging/addframework.png
-.. |image184| image:: images/admin/cataloging/startnewframework.png
-.. |image185| image:: images/admin/cataloging/editframework.png
-.. |image186| image:: images/admin/cataloging/newtag.png
-.. |image187| image:: images/admin/cataloging/newtagform.png
-.. |image188| image:: images/admin/cataloging/subfieldslink.png
-.. |image189| image:: images/admin/cataloging/editfield.png
-.. |image190| image:: images/admin/cataloging/editsubfield.png
-.. |image191| image:: images/admin/cataloging/advancedoptsubfield.png
-.. |image192| image:: images/admin/cataloging/frameworkvisibility.png
-.. |image193| image:: images/admin/cataloging/otheroptssubfield.png
-.. |image194| image:: images/admin/cataloging/504auth.png
-.. |image195| image:: images/admin/cataloging/importexport.png
-.. |image196| image:: images/admin/cataloging/exportoptions.png
-.. |image197| image:: images/admin/cataloging/importexport.png
-.. |image198| image:: images/admin/cataloging/importfile.png
-.. |image199| image:: images/admin/cataloging/importconfirm.png
-.. |image200| image:: images/admin/cataloging/importtimer.png
-.. |image201| image:: images/admin/cataloging/kohamarcmapping.png
-.. |image202| image:: images/admin/cataloging/mapmarc.png
-.. |image203| image:: images/admin/cataloging/subtitlebookmapping.png
-.. |image204| image:: images/admin/cataloging/subtitledvdmapping.png
-.. |image205| image:: images/admin/cataloging/subtitlebookinopac.png
-.. |image206| image:: images/admin/cataloging/frameworktest.png
-.. |image207| image:: images/admin/cataloging/classsources.png
-.. |image208| image:: images/admin/cataloging/addclasssource.png
-.. |image209| image:: images/admin/cataloging/newmatchrule.png
-.. |image210| image:: images/admin/cataloging/samplematchrule.png
-.. |image211| image:: images/admin/cataloging/removematchcheck.png
-.. |image212| image:: images/admin/acquisitions/currencies.png
-.. |image213| image:: images/admin/acquisitions/nocurrency.png
-.. |image214| image:: images/admin/acquisitions/budgetslist.png
-.. |image215| image:: images/admin/acquisitions/newbudgetform.png
-.. |image216| image:: images/admin/acquisitions/budgetslist.png
-.. |image217| image:: images/admin/acquisitions/budgetslist.png
-.. |image218| image:: images/admin/acquisitions/duplicatebudget.png
-.. |image219| image:: images/admin/acquisitions/duplicatestartend.png
-.. |image220| image:: images/admin/acquisitions/closereport.png
-.. |image221| image:: images/admin/acquisitions/newfund.png
-.. |image222| image:: images/admin/acquisitions/newfundform.png
-.. |image223| image:: images/admin/acquisitions/restrictfund.png
-.. |image224| image:: images/admin/acquisitions/fundlist.png
-.. |image225| image:: images/admin/acquisitions/fundactions.png
-.. |image226| image:: images/admin/acquisitions/childfunds.png
-.. |image227| image:: images/admin/acquisitions/planningpulldown.png
-.. |image228| image:: images/admin/acquisitions/planningbymonths.png
-.. |image229| image:: images/admin/acquisitions/addplanningcol.png
-.. |image230| image:: images/admin/acquisitions/autofill.png
-.. |image231| image:: images/admin/acquisitions/planningcsv.png
-.. |image232| image:: images/admin/additional/z39list.png
-.. |image233| image:: images/admin/additional/newz39.png
-.. |image234| image:: images/admin/additional/newsru.png
-.. |image235| image:: images/admin/additional/didyoumean.png
-.. |image236| image:: images/admin/additional/didyoumeandrag.png
-.. |image237| image:: images/admin/additional/didyoumeanopacexplode.png
-.. |image238| image:: images/admin/additional/didyoumeanopacauth.png
-.. |image239| image:: images/admin/additional/columns.png
-.. |image240| image:: images/admin/additional/setcurrencynohide.png
-.. |image241| image:: images/admin/additional/currenciesnohide.png
-.. |image242| image:: images/admin/additional/setcurrencyhide.png
-.. |image243| image:: images/admin/additional/currencieshide.png
-.. |image244| image:: images/admin/additional/togglecolumns.png
-.. |image245| image:: images/tools/patronlists/patronlists.png
-.. |image246| image:: images/tools/patronlists/newpatronlist.png
-.. |image247| image:: images/tools/patronlists/addtopatronlist.png
-.. |image248| image:: images/tools/patronlists/addpatrontolist.png
-.. |image249| image:: images/tools/patronlists/patronstoadd.png
-.. |image250| image:: images/tools/patronlists/patronlist.png
-.. |image251| image:: images/tools/comments/commentswaiting.png
-.. |image252| image:: images/tools/comments/commentmoderation.png
-.. |image253| image:: images/tools/comments/nocomments.png
-.. |image254| image:: images/tools/comments/commentapproved.png
-.. |image255| image:: images/tools/importpatrons/importpatrons.png
-.. |image256| image:: images/tools/importpatrons/patronmatch.png
-.. |image257| image:: images/tools/importpatrons/patronmatching.png
-.. |image258| image:: images/tools/notices/notices.png
-.. |image259| image:: images/tools/notices/newnotice.png
-.. |image260| image:: images/tools/triggers.png
-.. |image261| image:: images/tools/patroncards/addlayout.png
-.. |image262| image:: images/tools/patroncards/units.png
-.. |image263| image:: images/tools/patroncards/managelayouts.png
-.. |image264| image:: images/tools/patroncards/newtemplate.png
-.. |image265| image:: images/tools/patroncards/edittemplate.png
-.. |image266| image:: images/tools/patroncards/units.png
-.. |image267| image:: images/tools/patroncards/managetemplates.png
-.. |image268| image:: images/tools/patroncards/newprofile.png
-.. |image269| image:: images/tools/patroncards/addprofile.png
-.. |image270| image:: images/tools/patroncards/units.png
-.. |image271| image:: images/tools/patroncards/manageprofiles.png
-.. |image272| image:: images/tools/patroncards/newbatch.png
-.. |image273| image:: images/tools/patroncards/cards.png
-.. |image274| image:: images/tools/patroncards/imageupload.png
-.. |image275| image:: images/tools/patroncards/imageuploaded.png
-.. |image276| image:: images/tools/patroncards/imagedelete.png
-.. |image277| image:: images/tools/anonymize/patronbulkdelete.png
-.. |image278| image:: images/tools/anonymize/patronanonconfirm.png
-.. |image279| image:: images/tools/anonymize/patronanoncomplete.png
-.. |image280| image:: images/tools/batchpatron/batchmodify.png
-.. |image281| image:: images/tools/batchpatron/modifyform.png
-.. |image282| image:: images/tools/batchpatron/attributes.png
-.. |image283| image:: images/tools/tagging/pendingtags.png
-.. |image284| image:: images/tools/tagging/tagpending.png
-.. |image285| image:: images/tools/tagging/tagsummary.png
-.. |image286| image:: images/tools/tagging/tagapproved.png
-.. |image287| image:: images/tools/tagging/tagblacklisttest-neither.png
-.. |image288| image:: images/tools/tagging/tagfilters.png
-.. |image289| image:: images/tools/patronphotos/uploadphotosfile.png
-.. |image290| image:: images/tools/patronphotos/uploadimagetool.png
-.. |image291| image:: images/tools/patronphotos/imageuploadconfirm.png
-.. |image292| image:: images/tools/rotatingcollections/rotatingcollectionnotice.png
-.. |image293| image:: images/tools/batchmod/batchmod.png
-.. |image294| image:: images/tools/batchmod/batchmodsummary.png
-.. |image295| image:: images/tools/batchmod/batchmodform.png
-.. |image296| image:: images/tools/batchmod/batchmodresults.png
-.. |image297| image:: images/tools/batchmod/editinbatch.png
-.. |image298| image:: images/tools/batchdelete/batchdel.png
-.. |image299| image:: images/tools/batchdelete/confirmbatchdel.png
-.. |image300| image:: images/tools/batchdelete/toomanytodelete.png
-.. |image301| image:: images/tools/batchdelete/nobatchdel.png
-.. |image302| image:: images/tools/batchdelete/batchdeldone.png
-.. |image303| image:: images/tools/batchbibmod/batchbibmod.png
-.. |image304| image:: images/tools/autoitemmodage/savedrule.png
-.. |image305| image:: images/tools/autoitemmodage/addeditrules.png
-.. |image306| image:: images/tools/autoitemmodage/ruleform.png
-.. |image307| image:: images/tools/autoitemmodage/savedrule.png
-.. |image308| image:: images/tools/exportmarc/marcexport-pt1.png
-.. |image309| image:: images/tools/exportmarc/fileexport.png
-.. |image310| image:: images/tools/exportmarc/marcexport-pt2.png
-.. |image311| image:: images/tools/exportmarc/marcexport-pt3.png
-.. |image312| image:: images/tools/exportmarc/authexport-pt1.png
-.. |image313| image:: images/tools/exportmarc/authexport-pt2.png
-.. |image314| image:: images/tools/exportmarc/authexport-pt3.png
-.. |image315| image:: images/tools/inventory/generateshelflist.png
-.. |image316| image:: images/tools/inventory/shelflist.png
-.. |image317| image:: images/tools/inventory/importbarcodes.png
-.. |image318| image:: images/tools/labelcreator/newtemplate.png
-.. |image319| image:: images/tools/labelcreator/labelform.png
-.. |image320| image:: images/tools/patroncards/units.png
-.. |image321| image:: images/tools/labelcreator/labeltemplates.png
-.. |image322| image:: images/tools/labelcreator/newprofile.png
-.. |image323| image:: images/tools/labelcreator/newprofileform.png
-.. |image324| image:: images/tools/patroncards/units.png
-.. |image325| image:: images/tools/labelcreator/profiles.png
-.. |image326| image:: images/tools/labelcreator/newlayout.png
-.. |image327| image:: images/tools/labelcreator/layoutform.png
-.. |image328| image:: images/tools/labelcreator/listlabelfields.png
-.. |image329| image:: images/tools/labelcreator/labelfromstaged.png
-.. |image330| image:: images/tools/labelcreator/newbatch.png
-.. |image331| image:: images/tools/labelcreator/addbatchitems.png
-.. |image332| image:: images/tools/labelcreator/searchforbatch.png
-.. |image333| image:: images/tools/labelcreator/batchsearchresults.png
-.. |image334| image:: images/tools/labelcreator/itemsinbarch.png
-.. |image335| image:: images/tools/labelcreator/exportbatch.png
-.. |image336| image:: images/tools/labelcreator/savebatch.png
-.. |image337| image:: images/tools/quickspinelable.png
-.. |image338| image:: images/tools/marcmodtemplates/addtemplate.png
-.. |image339| image:: images/tools/marcmodtemplates/ifexample.png
-.. |image340| image:: images/tools/marcmodtemplates/regexexample.png
-.. |image341| image:: images/tools/marcmodtemplates/viewactions.png
-.. |image342| image:: images/tools/marcmodtemplates/duplicate.png
-.. |image343| image:: images/tools/marcmodtemplates/templatechoice.png
-.. |image344| image:: images/tools/marcimport/stagemarc-pt1.png
-.. |image345| image:: images/tools/marcimport/stagemarc-pt2.png
-.. |image346| image:: images/tools/marcimport/recordtype.png
-.. |image347| image:: images/tools/marcimport/encoding.png
-.. |image348| image:: images/tools/marcimport/templatechoice.png
-.. |image349| image:: images/tools/marcimport/matches.png
-.. |image350| image:: images/tools/marcimport/matchrule.png
-.. |image351| image:: images/tools/marcimport/checkitems.png
-.. |image352| image:: images/tools/marcimport/stagemarc-results.png
-.. |image353| image:: images/tools/marcimport/managestaged.png
-.. |image354| image:: images/tools/marcimport/managestagedrecords.png
-.. |image355| image:: images/tools/marcimport/importframework.png
-.. |image356| image:: images/tools/marcimport/stagedrecords.png
-.. |image357| image:: images/tools/marcimport/matchfound.png
-.. |image358| image:: images/tools/marcimport/stagediff.png
-.. |image359| image:: images/tools/marcimport/importedrecords.png
-.. |image360| image:: images/tools/marcimport/reservoirresults.png
-.. |image361| image:: images/tools/marcimport/managestaged.png
-.. |image362| image:: images/tools/marcimport/cleanbatch.png
-.. |image363| image:: images/tools/uploadlocalimg/uploadsingle.png
-.. |image364| image:: images/tools/uploadlocalimg/bibnumurl.png
-.. |image365| image:: images/tools/uploadlocalimg/bibnummarc.png
-.. |image366| image:: images/tools/uploadlocalimg/zipfiles.png
-.. |image367| image:: images/tools/uploadlocalimg/uploadsummary.png
-.. |image368| image:: images/admin/globalprefs/AllowMultipleCovers.png
-.. |image369| image:: images/tools/calendar/calendar.png
-.. |image370| image:: images/tools/calendar/calendaradd.png
-.. |image371| image:: images/tools/calendar/copyholidays.png
-.. |image372| image:: images/tools/calendar/calendarsummary.png
-.. |image373| image:: images/tools/calendar/calendaredit.png
-.. |image374| image:: images/tools/calendar/calendarexception.png
-.. |image375| image:: images/tools/calendar/calendarhelp.png
-.. |image376| image:: images/tools/csvprofiles/addcsv.png
-.. |image377| image:: images/tools/csvprofiles/addcsv-sql.png
-.. |image378| image:: images/tools/csvprofiles/downloadcsv.png
-.. |image379| image:: images/tools/csvprofiles/csvfieldsep.png
-.. |image380| image:: images/tools/csvprofiles/csvadded.png
-.. |image381| image:: images/tools/csvprofiles/modifycsv.png
-.. |image382| image:: images/tools/csvprofiles/csvmodified.png
-.. |image383| image:: images/tools/csvprofiles/deletecsv.png
-.. |image384| image:: images/tools/csvprofiles/exportlist.png
-.. |image385| image:: images/tools/logs/logviewer.png
-.. |image386| image:: images/tools/logs/logresults.png
-.. |image387| image:: images/tools/news/news.png
-.. |image388| image:: images/tools/news/addnews.png
-.. |image389| image:: images/tools/news/opacnews.png
-.. |image390| image:: images/tools/news/librariannews.png
-.. |image391| image:: images/tools/news/slipnews.png
-.. |image392| image:: images/tools/tasksched/taskscheduler.png
-.. |image393| image:: images/tools/tasksched/scheduledreports.png
-.. |image394| image:: images/tools/tasksched/savedreports.png
-.. |image395| image:: images/tools/qotd/quoteinopac.png
-.. |image396| image:: images/tools/qotd/quotebuttons.png
-.. |image397| image:: images/tools/qotd/addquote.png
-.. |image398| image:: images/tools/qotd/editquote.png
-.. |image399| image:: images/tools/qotd/quotebuttons.png
-.. |image400| image:: images/tools/qotd/importquotes.png
-.. |image401| image:: images/tools/qotd/importedsummary.png
-.. |image402| image:: images/tools/qotd/editimported.png
-.. |image403| image:: images/tools/qotd/selectfordelete.png
-.. |image404| image:: images/tools/qotd/importquotebuttons.png
-.. |image405| image:: images/tools/qotd/confirmdelete.png
-.. |image406| image:: images/tools/qotd/importquotebuttons.png
-.. |image407| image:: images/patrons/newpatron.png
-.. |image408| image:: images/patrons/addpatronform.png
-.. |image409| image:: images/patrons/addcontact.png
-.. |image410| image:: images/patrons/addGuarantor.png
-.. |image411| image:: images/patrons/addOrg.png
-.. |image412| image:: images/patrons/addaltcontact.png
-.. |image413| image:: images/patrons/addlibmanagement.png
-.. |image414| image:: images/patrons/addlibsetup.png
-.. |image415| image:: images/patrons/circnote.png
-.. |image416| image:: images/patrons/addattributes.png
-.. |image417| image:: images/patrons/addpatronmsg.png
-.. |image418| image:: images/patrons/duplicatewarn.png
-.. |image419| image:: images/patrons/patronagelimit.png
-.. |image420| image:: images/patrons/statspatcat.png
-.. |image421| image:: images/patrons/newinhouse.png
-.. |image422| image:: images/patrons/patronedit.png
-.. |image423| image:: images/patrons/duplicatedpatron.png
-.. |image424| image:: images/patrons/duplicatedpatronfinal.png
-.. |image425| image:: images/patrons/addpatronimage.png
-.. |image426| image:: images/patrons/patronimage.png
-.. |image427| image:: images/patrons/patronedit.png
-.. |image428| image:: images/patrons/patronpassword.png
-.. |image429| image:: images/patrons/patroneditsection.png
-.. |image430| image:: images/patrons/patronaddimage.png
-.. |image431| image:: images/patrons/patronflags.png
-.. |image432| image:: images/patrons/patronaddress.png
-.. |image433| image:: images/patrons/patroncardlost.png
-.. |image434| image:: images/patrons/addpatronrestriction.png
-.. |image435| image:: images/patrons/restricteduntil.png
-.. |image436| image:: images/patrons/updatetoadult.png
-.. |image437| image:: images/patrons/choosadulttype.png
-.. |image438| image:: images/patrons/pendingpatronrequest.png
-.. |image439| image:: images/patrons/managepatronupdates.png
-.. |image440| image:: images/patrons/editpatronpermissions.png
-.. |image441| image:: images/patrons/GranularPermissions.png
-.. |image442| image:: images/patrons/myaccount.png
-.. |image443| image:: images/patrons/child.png
-.. |image444| image:: images/patrons/parent.png
-.. |image445| image:: images/patrons/checkoutsummary.png
-.. |image446| image:: images/patrons/relativecheckouts.png
-.. |image447| image:: images/patrons/patronrestrictions-none.png
-.. |image448| image:: images/patrons/patronrestrictions.png
-.. |image449| image:: images/patrons/addrestriction.png
-.. |image450| image:: images/patrons/patronaccount.png
-.. |image451| image:: images/patrons/makepayment.png
-.. |image452| image:: images/patrons/payfine.png
-.. |image453| image:: images/patrons/paypartial.png
-.. |image454| image:: images/patrons/payamount.png
-.. |image455| image:: images/patrons/payselected-select.png
-.. |image456| image:: images/patrons/payselected.png
-.. |image457| image:: images/patrons/reverselink.png
-.. |image458| image:: images/patrons/reversed.png
-.. |image459| image:: images/patrons/manualinvoice.png
-.. |image460| image:: images/patrons/manualcredit.png
-.. |image461| image:: images/patrons/patroninvoice.png
-.. |image462| image:: images/patrons/routinglisttab.png
-.. |image463| image:: images/patrons/patronroutinglists.png
-.. |image464| image:: images/patrons/readinghistory.png
-.. |image465| image:: images/patrons/readinghistory-export.png
-.. |image466| image:: images/patrons/borrowerlog.png
-.. |image467| image:: images/patrons/patnoticestab.png
-.. |image468| image:: images/patrons/patnoticestab-full.png
-.. |image469| image:: images/patrons/resendnotice.png
-.. |image470| image:: images/patrons/patronstats.png
-.. |image471| image:: images/patrons/patronfilestab.png
-.. |image472| image:: images/patrons/nopatronfiles.png
-.. |image473| image:: images/patrons/patronfileslist.png
-.. |image474| image:: images/patrons/generatedischarge.png
-.. |image475| image:: images/patrons/cantdischarge.png
-.. |image476| image:: images/patrons/dischargeletter.png
-.. |image477| image:: images/patrons/patronsearch.png
-.. |image478| image:: images/patrons/patronsearchexpand.png
-.. |image479| image:: images/patrons/patronfieldsearch.png
-.. |image480| image:: images/patrons/patronsearchcontains.png
-.. |image481| image:: images/patrons/patronbrowse.png
-.. |image482| image:: images/circ/checkoutmain.png
-.. |image483| image:: images/circ/checkoutpatron.png
-.. |image484| image:: images/circ/circquickbox.png
-.. |image485| image:: images/circ/checkingout-noshow.png
-.. |image486| image:: images/circ/checkingout.png
-.. |image487| image:: images/circ/checkoutsummary.png
-.. |image488| image:: images/circ/onsitecheckout.png
-.. |image489| image:: images/circ/exportcheckouts.png
-.. |image490| image:: images/circ/holdssummary.png
-.. |image491| image:: images/circ/patronnotes.png
-.. |image492| image:: images/circ/holdwaiting.png
-.. |image493| image:: images/circ/circonholdings.png
-.. |image494| image:: images/circ/printslip.png
-.. |image495| image:: images/admin/globalprefs/DisplayClearScreenButton.png
-.. |image496| image:: images/circ/batchcheckoutwarn.png
-.. |image497| image:: images/circ/batchlocaluse.png
-.. |image498| image:: images/circ/materialspecified.png
-.. |image499| image:: images/circ/fineswarning.png
-.. |image500| image:: images/circ/debarwarning.png
-.. |image501| image:: images/circ/overridetemporarily.png
-.. |image502| image:: images/circ/addresswarning.png
-.. |image503| image:: images/circ/lostcardwarning.png
-.. |image504| image:: images/circ/warnings/patrondebt.png
-.. |image505| image:: images/circ/warnings/onhold.png
-.. |image506| image:: images/circ/warnings/holdwaiting.png
-.. |image507| image:: images/circ/warnings/alreadycheckedout.png
-.. |image508| image:: images/circ/warnings/checkedoutelse.png
-.. |image509| image:: images/circ/warnings/notforloan.png
-.. |image510| image:: images/circ/warnings/toomanycheckouts.png
-.. |image511| image:: images/circ/warnings/toomanycheckouts-no.png
-.. |image512| image:: images/circ/warnings/norenewals.png
-.. |image513| image:: images/circ/barcodefastadd.png
-.. |image514| image:: images/circ/lostitemmsg.png
-.. |image515| image:: images/circ/lostitemconfirm.png
-.. |image516| image:: images/circ/warnings/agewarning.png
-.. |image517| image:: images/circ/warnings/decreaseLoanHighHoldsDuration.png
-.. |image518| image:: images/circ/circsummary.png
-.. |image519| image:: images/circ/renewbutton.png
-.. |image520| image:: images/circ/overriderenew.png
-.. |image521| image:: images/circ/renewcirc.png
-.. |image522| image:: images/circ/renewbarcode.png
-.. |image523| image:: images/circ/renewed.png
-.. |image524| image:: images/circ/renewnomatch.png
-.. |image525| image:: images/circ/renewnotchecked.png
-.. |image526| image:: images/circ/checkinmain.png
-.. |image527| image:: images/circ/checkinquickbox.png
-.. |image528| image:: images/circ/checkinlink.png
-.. |image529| image:: images/circ/checkincirc.png
-.. |image530| image:: images/circ/checkin.png
-.. |image531| image:: images/circ/checkintransfer.png
-.. |image532| image:: images/circ/transferstatus.png
-.. |image533| image:: images/circ/transfercheckin.png
-.. |image534| image:: images/circ/materialspecified.png
-.. |image535| image:: images/circ/holdfound.png
-.. |image536| image:: images/circ/waitingstatus.png
-.. |image537| image:: images/circ/holdconfirmtransfer.png
-.. |image538| image:: images/circ/intransithold.png
-.. |image539| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
-.. |image540| image:: images/circ/bor_notes.png
-.. |image541| image:: images/circ/staffmessages.png
-.. |image542| image:: images/circ/leavecircmsg.png
-.. |image543| image:: images/circ/staffmessages.png
-.. |image544| image:: images/circ/opacmsg.png
-.. |image545| image:: images/circ/placeholdbib.png
-.. |image546| image:: images/circ/placeholdsearch.png
-.. |image547| image:: images/circ/placeholdfindpatron.png
-.. |image548| image:: images/circ/searchtohold.png
-.. |image549| image:: images/circ/holdresults.png
-.. |image550| image:: images/circ/holdmultiresults.png
-.. |image551| image:: images/circ/placeholdsingle.png
-.. |image552| image:: images/circ/placeholdmultiple.png
-.. |image553| image:: images/circ/forgethold.png
-.. |image554| image:: images/circ/holdtab.png
-.. |image555| image:: images/circ/holdslist.png
-.. |image556| image:: images/circ/holdpriority.png
-.. |image557| image:: images/circ/lowestpriority.png
-.. |image558| image:: images/circ/suspendholds.png
-.. |image559| image:: images/circ/cancelholds.png
-.. |image560| image:: images/circ/holdconfirmtransfer.png
-.. |image561| image:: images/circ/holdconfirm.png
-.. |image562| image:: images/circ/holdpatronrec.png
-.. |image563| image:: images/circ/holditem.png
-.. |image564| image:: images/circ/holdwaitingwarn.png
-.. |image565| image:: images/circ/transfer.png
-.. |image566| image:: images/circ/itemtransferred.png
-.. |image567| image:: images/circ/itemintransit.png
-.. |image568| image:: images/circ/itemlocations.png
-.. |image569| image:: images/circ/mylibrary.png
-.. |image570| image:: images/circ/setlibrary.png
-.. |image571| image:: images/circ/circmenu.png
-.. |image572| image:: images/circ/fastadd.png
-.. |image573| image:: images/circ/barcodefastadd.png
-.. |image574| image:: images/circ/fastaddbarcode.png
-.. |image575| image:: images/circ/fastadditem.png
-.. |image576| image:: images/circ/fastaddcheckedout.png
-.. |image577| image:: images/circ/holdsqueue.png
-.. |image578| image:: images/circ/holdstopull.png
-.. |image579| image:: images/circ/refineholdstopull.png
-.. |image580| image:: images/circ/holdspickup.png
-.. |image581| image:: images/circ/holdspickupover.png
-.. |image582| image:: images/circ/holdratio.png
-.. |image583| image:: images/circ/transitreceive.png
-.. |image584| image:: images/circ/transferlate.png
-.. |image585| image:: images/circ/overdues.png
-.. |image586| image:: images/circ/overduewfines.png
-.. |image587| image:: images/circ/checkoutinhouse.png
-.. |image588| image:: images/circ/localuserecorded.png
-.. |image589| image:: images/circ/localusecheckin.png
-.. |image590| image:: images/circ/LOCvalues.png
-.. |image591| image:: images/circ/selfcheckoutlink.png
-.. |image592| image:: images/circ/selfcheckout.png
-.. |image593| image:: images/circ/SelfCheckoutByLogin.png
-.. |image594| image:: images/circ/selfcheckoutuser.png
-.. |image595| image:: images/circ/selfcheckoutsummary.png
-.. |image596| image:: images/circ/selfreceiptprint.png
-.. |image597| image:: images/circ/selfcheckoutfines.png
-.. |image598| image:: images/circ/offlinecirc.png
-.. |image599| image:: images/circ/syncoffline.png
-.. |image600| image:: images/circ/downloadoffline.png
-.. |image601| image:: images/circ/offlinecheckout.png
-.. |image602| image:: images/circ/offlineduedate.png
-.. |image603| image:: images/circ/offlinecheckouts.png
-.. |image604| image:: images/circ/offlineupload.png
-.. |image605| image:: images/circ/viewkohaoffline.png
-.. |image606| image:: images/circ/offlinecirclog.png
-.. |image607| image:: images/circ/offlinecircsuccess.png
-.. |image608| image:: images/circ/koctstatusbar.png
-.. |image609| image:: images/circ/koct.png
-.. |image610| image:: images/circ/koctwarn.png
-.. |image611| image:: images/circ/koctparam.png
-.. |image612| image:: images/circ/koct.png
-.. |image613| image:: images/circ/koctcheckin.png
-.. |image614| image:: images/circ/koctcount.png
-.. |image615| image:: images/circ/koctlog.png
-.. |image616| image:: images/circ/offlinecirclink.png
-.. |image617| image:: images/circ/offlinecirclog.png
-.. |image618| image:: images/circ/offlinecircsuccess.png
-.. |image619| image:: images/circ/koctdirectly.png
-.. |image620| image:: images/circ/koctwarn.png
-.. |image621| image:: images/circ/offlinecirclink.png
-.. |image622| image:: images/circ/uploadofflinecirc.png
-.. |image623| image:: images/circ/processoffline.png
-.. |image624| image:: images/circ/offlinesummary.png
-.. |image625| image:: images/circ/offlinecirclog.png
-.. |image626| image:: images/circ/offlinecircsuccess.png
-.. |image627| image:: images/cataloging/newfromframework.png
-.. |image628| image:: images/cataloging/zsearch.png
-.. |image629| image:: images/cataloging/zsearchresults.png
-.. |image630| image:: images/cataloging/importz39.png
-.. |image631| image:: images/cataloging/tryanotherzsearch.png
-.. |image632| image:: images/cataloging/addmarc.png
-.. |image633| image:: images/cataloging/lockedauthority.png
-.. |image634| image:: images/cataloging/catauthoritysearch.png
-.. |image635| image:: images/cataloging/catauthoritysearchresults.png
-.. |image636| image:: images/cataloging/dupfield.png
-.. |image637| image:: images/cataloging/clonesubfield.png
-.. |image638| image:: images/cataloging/leaderbuilder.png
-.. |image639| image:: images/cataloging/008plugin.png
-.. |image640| image:: images/cataloging/savecataloging.png
-.. |image641| image:: images/cataloging/duprecordwarn.png
-.. |image642| image:: images/cataloging/advancedzresults.png
-.. |image643| image:: images/cataloging/advancedzviewmarc.png
-.. |image644| image:: images/cataloging/advancedcataloging.png
-.. |image645| image:: images/cataloging/advancedkeyshort.png
-.. |image646| image:: images/cataloging/analyticslink.png
-.. |image647| image:: images/cataloging/analyticsbarcode.png
-.. |image648| image:: images/cataloging/analyticlinksuccess.png
-.. |image649| image:: images/cataloging/analytics773.png
-.. |image650| image:: images/cataloging/analyticstab.png
-.. |image651| image:: images/cataloging/anayticbib.png
-.. |image652| image:: images/cataloging/hostrecords.png
-.. |image653| image:: images/cataloging/analyticschildlink.png
-.. |image654| image:: images/cataloging/analytics773child.png
-.. |image655| image:: images/cataloging/analyticstab.png
-.. |image656| image:: images/cataloging/anayticbib.png
-.. |image657| image:: images/cataloging/hostrecords.png
-.. |image658| image:: images/cataloging/analyticdelink.png
-.. |image659| image:: images/cataloging/catalogsearch.png
-.. |image660| image:: images/cataloging/editrecord.png
-.. |image661| image:: images/cataloging/editingrecord.png
-.. |image662| image:: images/cataloging/replaceviaz39.png
-.. |image663| image:: images/cataloging/uploadimage.png
-.. |image664| image:: images/cataloging/createduplicate.png
-.. |image665| image:: images/cataloging/newduprecord.png
-.. |image666| image:: images/lists/mergeprimary.png
-.. |image667| image:: images/lists/mergerecs.png
-.. |image668| image:: images/lists/nondupfield.png
-.. |image669| image:: images/lists/mergereportvalues.png
-.. |image670| image:: images/lists/mergeblankreport.png
-.. |image671| image:: images/lists/mergereport.png
-.. |image672| image:: images/cataloging/deleterecord.png
-.. |image673| image:: images/cataloging/nodeleterecord.png
-.. |image674| image:: images/cataloging/catalogsearch.png
-.. |image675| image:: images/cataloging/newitem.png
-.. |image676| image:: images/cataloging/additem.png
-.. |image677| image:: images/cataloging/requireditemfields.png
-.. |image678| image:: images/cataloging/additembuttons.png
-.. |image679| image:: images/cataloging/items.png
-.. |image680| image:: images/cataloging/items-withoutlabelprint.png
-.. |image681| image:: images/cataloging/items-withlabelprint.png
-.. |image682| image:: images/cataloging/items-activatefilters.png
-.. |image683| image:: images/cataloging/edititem.png
-.. |image684| image:: images/cataloging/edititemlink.png
-.. |image685| image:: images/cataloging/itemstab.png
-.. |image686| image:: images/cataloging/edititemlinkfromtab.png
-.. |image687| image:: images/cataloging/editinbatch.png
-.. |image688| image:: images/cataloging/editwithitemchecks.png
-.. |image689| image:: images/cataloging/quickitemedit.png
-.. |image690| image:: images/cataloging/editloststatus.png
-.. |image691| image:: images/cataloging/editdamagedstatus.png
-.. |image692| image:: images/cataloging/edititemlink.png
-.. |image693| image:: images/cataloging/quickitemedit.png
-.. |image694| image:: images/cataloging/itemorderinfo.png
-.. |image695| image:: images/cataloging/attachitem.png
-.. |image696| image:: images/cataloging/attachitemform.png
-.. |image697| image:: images/cataloging/edititemstodelete.png
-.. |image698| image:: images/cataloging/deleteitemlink.png
-.. |image699| image:: images/cataloging/editwithitemchecks.png
-.. |image700| image:: images/cataloging/itemstab-long.png
-.. |image701| image:: images/cataloging/itemspecifichistory.png
-.. |image702| image:: images/cataloging/newauthtypes.png
-.. |image703| image:: images/cataloging/newauthrec.png
-.. |image704| image:: images/cataloging/creatnewauthfromlink.png
-.. |image705| image:: images/cataloging/authrelationships.png
-.. |image706| image:: images/cataloging/authzsearch.png
-.. |image707| image:: images/cataloging/authimport.png
-.. |image708| image:: images/cataloging/authorityimported.png
-.. |image709| image:: images/cataloging/authoritysearch.png
-.. |image710| image:: images/cataloging/authorityresults.png
-.. |image711| image:: images/cataloging/authrecord.png
-.. |image712| image:: images/cataloging/authoritiesseealso.png
-.. |image713| image:: images/cataloging/editauthority.png
-.. |image714| image:: images/cataloging/dupauth.png
-.. |image715| image:: images/cataloging/authmergesearch.png
-.. |image716| image:: images/cataloging/authmergechoice.png
-.. |image717| image:: images/cataloging/authmerging.png
-.. |image718| image:: images/cataloging/authmerged.png
-.. |image719| image:: images/appendix-onorder/marcbreaker.png
-.. |image720| image:: images/appendix-onorder/marcbreaker-summary.png
-.. |image721| image:: images/appendix-onorder/editrecords.png
-.. |image722| image:: images/appendix-onorder/addfield.png
-.. |image723| image:: images/appendix-onorder/add942.png
-.. |image724| image:: images/appendix-onorder/add952.png
-.. |image725| image:: images/appendix-onorder/compile.png
-.. |image726| image:: images/coursereserves/coursesblank.png
-.. |image727| image:: images/coursereserves/newcourse.png
-.. |image728| image:: images/coursereserves/instructorsearch.png
-.. |image729| image:: images/coursereserves/instructorremove.png
-.. |image730| image:: images/coursereserves/courses.png
-.. |image731| image:: images/coursereserves/courses.png
-.. |image732| image:: images/coursereserves/courseadmin.png
-.. |image733| image:: images/coursereserves/addbarcode.png
-.. |image734| image:: images/coursereserves/coursewithreserves.png
-.. |image735| image:: images/coursereserves/courselinkopac.png
-.. |image736| image:: images/coursereserves/coursesopac.png
-.. |image737| image:: images/coursereserves/courseopac.png
-.. |image738| image:: images/serials/frequencies.png
-.. |image739| image:: images/serials/newfrequency.png
-.. |image740| image:: images/serials/numpatterns.png
-.. |image741| image:: images/serials/newnumpattern.png
-.. |image742| image:: images/serials/newsubfrombib.png
-.. |image743| image:: images/serials/newsubbutton.png
-.. |image744| image:: images/serials/addsub.png
-.. |image745| image:: images/serials/vendorwarning.png
-.. |image746| image:: images/serials/newasdup.png
-.. |image747| image:: images/serials/addsub2.png
-.. |image748| image:: images/serials/advancedpattern.png
-.. |image749| image:: images/serials/predictionpattern.png
-.. |image750| image:: images/serials/subsearch.png
-.. |image751| image:: images/serials/subbuttons.png
-.. |image752| image:: images/serials/serialcolllink.png
-.. |image753| image:: images/serials/editissue.png
-.. |image754| image:: images/serials/receiveissue.png
-.. |image755| image:: images/serials/serialitem.png
-.. |image756| image:: images/serials/editissue.png
-.. |image757| image:: images/serials/createroutinglink.png
-.. |image758| image:: images/serials/createroutinglist.png
-.. |image759| image:: images/serials/addtorouting.png
-.. |image760| image:: images/serials/editroutinglist.png
-.. |image761| image:: images/serials/previewroutinglist.png
-.. |image762| image:: images/serials/subinfoonbib.png
-.. |image763| image:: images/serials/subscriptiondetail.png
-.. |image764| image:: images/acquisitions/subdetails.png
-.. |image765| image:: images/serials/subopac.png
-.. |image766| image:: images/serials/compactopac.png
-.. |image767| image:: images/serials/opacroutingsubscribe.png
-.. |image768| image:: images/serials/fullopac.png
-.. |image769| image:: images/serials/serialclaimmenu.png
-.. |image770| image:: images/serials/serialclaimmenu1.png
-.. |image771| image:: images/serials/noserialclaim.png
-.. |image772| image:: images/serials/serialclaims.png
-.. |image773| image:: images/serials/serialexpiresearch.png
-.. |image774| image:: images/serials/serialexpire.png
-.. |image775| image:: images/serials/renewsubscription.png
-.. |image776| image:: images/serials/collectionrenew.png
-.. |image777| image:: images/serials/serialrenew.png
-.. |image778| image:: images/serials/serialsearch.png
-.. |image779| image:: images/serials/advanceserialsearch.png
-.. |image780| image:: images/serials/serialsearchresults.png
-.. |image781| image:: images/acquisitions/acqfunds.png
-.. |image782| image:: images/acquisitions/fundbreakdown.png
-.. |image783| image:: images/acquisitions/newvendbutton.png
-.. |image784| image:: images/acquisitions/newvendor1.png
-.. |image785| image:: images/acquisitions/newvendor2.png
-.. |image786| image:: images/acquisitions/newvendor3.png
-.. |image787| image:: images/acquisitions/vendorsearch.png
-.. |image788| image:: images/acquisitions/vendorpage.png
-.. |image789| image:: images/acquisitions/receivebutton.png
-.. |image790| image:: images/acquisitions/newcontract.png
-.. |image791| image:: images/acquisitions/newcontractform.png
-.. |image792| image:: images/acquisitions/contractdisplay.png
-.. |image793| image:: images/acquisitions/contractonbasket.png
-.. |image794| image:: images/acquisitions/suggestonacq.png
-.. |image795| image:: images/acquisitions/pendingsuggestions.png
-.. |image796| image:: images/acquisitions/suggestmanage.png
-.. |image797| image:: images/acquisitions/suggestionsfilters.png
-.. |image798| image:: images/acquisitions/suggestbranchfilter.png
-.. |image799| image:: images/acquisitions/suggestpending.png
-.. |image800| image:: images/acquisitions/suggestiondetails.png
-.. |image801| image:: images/acquisitions/editsuggestion.png
-.. |image802| image:: images/acquisitions/suggestreasons.png
-.. |image803| image:: images/acquisitions/suggestothers.png
-.. |image804| image:: images/acquisitions/mysuggestions.png
-.. |image805| image:: images/acquisitions/addbasketbutton.png
-.. |image806| image:: images/acquisitions/addbasket.png
-.. |image807| image:: images/acquisitions/basketwithcontracts.png
-.. |image808| image:: images/acquisitions/basket.png
-.. |image809| image:: images/acquisitions/orderfromexisting.png
-.. |image810| image:: images/acquisitions/existingitemorder.png
-.. |image811| image:: images/acquisitions/orderfromsuggest.png
-.. |image812| image:: images/acquisitions/orderfromsuggestform.png
-.. |image813| image:: images/acquisitions/ordersuggestlink.png
-.. |image814| image:: images/acquisitions/subordersearch.png
-.. |image815| image:: images/acquisitions/suborderresults.png
-.. |image816| image:: images/acquisitions/suborder.png
-.. |image817| image:: images/acquisitions/fromnewemptyrecord.png
-.. |image818| image:: images/acquisitions/orderz39.png
-.. |image819| image:: images/acquisitions/orderz39results.png
-.. |image820| image:: images/acquisitions/dupwarning.png
-.. |image821| image:: images/acquisitions/orderz39form.png
-.. |image822| image:: images/acquisitions/stagedfiles.png
-.. |image823| image:: images/acquisitions/itemonorder.png
-.. |image824| image:: images/acquisitions/itemonorderadded.png
-.. |image825| image:: images/acquisitions/accounting.png
-.. |image826| image:: images/acquisitions/fundconfirmation.png
-.. |image827| image:: images/acquisitions/finalbasket.png
-.. |image828| image:: images/acquisitions/showalldetails.png
-.. |image829| image:: images/acquisitions/cantdeleteorderline.png
-.. |image830| image:: images/acquisitions/basketbuttons.png
-.. |image831| image:: images/acquisitions/BasketConfirmations.png
-.. |image832| image:: images/acquisitions/basketgroup.png
-.. |image833| image:: images/acquisitions/basketuncertain.png
-.. |image834| image:: images/acquisitions/uncertainprices.png
-.. |image835| image:: images/acquisitions/closebasket.png
-.. |image836| image:: images/acquisitions/createpurchaseorder.png
-.. |image837| image:: images/acquisitions/basketgroup.png
-.. |image838| image:: images/acquisitions/pdforder.png
-.. |image839| image:: images/acquisitions/receivebutton.png
-.. |image840| image:: images/acquisitions/receivefromsearch.png
-.. |image841| image:: images/acquisitions/receive.png
-.. |image842| image:: images/acquisitions/receiptsummary.png
-.. |image843| image:: images/acquisitions/receiveitem.png
-.. |image844| image:: images/acquisitions/receiveditem.png
-.. |image845| image:: images/acquisitions/received.png
-.. |image846| image:: images/acquisitions/transfersearch.png
-.. |image847| image:: images/acquisitions/transfervendor.png
-.. |image848| image:: images/acquisitions/transferbasket.png
-.. |image849| image:: images/acquisitions/transferconfirm.png
-.. |image850| image:: images/acquisitions/basketwithreceived.png
-.. |image851| image:: images/acquisitions/invoicesearch.png
-.. |image852| image:: images/acquisitions/invoices.png
-.. |image853| image:: images/acquisitions/invoice.png
-.. |image854| image:: images/acquisitions/noinvoicefiles.png
-.. |image855| image:: images/acquisitions/invoicefiles.png
-.. |image856| image:: images/acquisitions/mergeinvoices.png
-.. |image857| image:: images/acquisitions/acqclaimfilter.png
-.. |image858| image:: images/acquisitions/lateorders.png
-.. |image859| image:: images/acquisitions/claimletter.png
-.. |image860| image:: images/acquisitions/acqsearches.png
-.. |image861| image:: images/acquisitions/vendorquicksearch.png
-.. |image862| image:: images/acquisitions/ordersearch.png
-.. |image863| image:: images/acquisitions/ordersearchresults.png
-.. |image864| image:: images/acquisitions/ordersearchexpand.png
-.. |image865| image:: images/acquisitions/ordersearchfull.png
-.. |image866| image:: images/acquisitions/acqfunds.png
-.. |image867| image:: images/acquisitions/spent.png
-.. |image868| image:: images/lists/newlistbutton.png
-.. |image869| image:: images/lists/newlistform.png
-.. |image870| image:: images/lists/newlistsearch.png
-.. |image871| image:: images/lists/newlistfromsearch.png
-.. |image872| image:: images/lists/listslist.png
-.. |image873| image:: images/lists/listcontents.png
-.. |image874| image:: images/lists/addtolist.png
-.. |image875| image:: images/lists/listslist.png
-.. |image876| image:: images/lists/listcontents.png
-.. |image877| image:: images/lists/listofdups.png
-.. |image878| image:: images/lists/addtocart.png
-.. |image879| image:: images/lists/itemsaddedcart.png
-.. |image880| image:: images/lists/cart.png
-.. |image881| image:: images/reports/report1.png
-.. |image882| image:: images/reports/report2.png
-.. |image883| image:: images/reports/report3.png
-.. |image884| image:: images/reports/report4.png
-.. |image885| image:: images/reports/report5.png
-.. |image886| image:: images/reports/report6.png
-.. |image887| image:: images/reports/reportconfirm.png
-.. |image888| image:: images/reports/reportsave.png
-.. |image889| image:: images/reports/savedreports.png
-.. |image890| image:: images/reports/newsql.png
-.. |image891| image:: images/reports/reportfromsql.png
-.. |image892| image:: images/reports/reportsubgroup.png
-.. |image893| image:: images/reports/datepicker.png
-.. |image894| image:: images/reports/branchpulldown.png
-.. |image895| image:: images/reports/duplicatereport.png
-.. |image896| image:: images/reports/savedreports.png
-.. |image897| image:: images/reports/editreportoption.png
-.. |image898| image:: images/reports/editreport.png
-.. |image899| image:: images/reports/runreport.png
-.. |image900| image:: images/reports/reportparameters.png
-.. |image901| image:: images/reports/reportresults.png
-.. |image902| image:: images/reports/acqform.png
-.. |image903| image:: images/reports/acqnumbers.png
-.. |image904| image:: images/reports/acqtotal.png
-.. |image905| image:: images/reports/acqamounts.png
-.. |image906| image:: images/reports/patronform.png
-.. |image907| image:: images/reports/patronresults.png
-.. |image908| image:: images/reports/catalogform.png
-.. |image909| image:: images/reports/catalogresults.png
-.. |image910| image:: images/reports/circform.png
-.. |image911| image:: images/reports/circresults.png
-.. |image912| image:: images/reports/inhouse.png
-.. |image913| image:: images/reports/serialsform.png
-.. |image914| image:: images/reports/serialsresults.png
-.. |image915| image:: images/reports/holdstatsform.png
-.. |image916| image:: images/reports/holdstatsresults.png
-.. |image917| image:: images/reports/topcheckoutsform.png
-.. |image918| image:: images/reports/topcheckoutsresult.png
-.. |image919| image:: images/reports/topcircform.png
-.. |image920| image:: images/reports/topcircresults.png
-.. |image921| image:: images/reports/patnocheckout.png
-.. |image922| image:: images/reports/patnocheckout-results.png
-.. |image923| image:: images/reports/nocheckoutsform.png
-.. |image924| image:: images/reports/nocheckoutsresults.png
-.. |image925| image:: images/reports/itemtotals.png
-.. |image926| image:: images/reports/itemtotalsresults.png
-.. |image927| image:: images/reports/lostitems.png
-.. |image928| image:: images/reports/averloanform.png
-.. |image929| image:: images/reports/avercheckout.png
-.. |image930| image:: images/reports/dict1.png
-.. |image931| image:: images/reports/dict2.png
-.. |image932| image:: images/reports/dict3.png
-.. |image933| image:: images/reports/dict4.png
-.. |image934| image:: images/reports/dictconfirm.png
-.. |image935| image:: images/reports/dictlist.png
-.. |image936| image:: images/reports/dictionarylimit.png
-.. |image937| image:: images/opac/searchbox.png
-.. |image938| image:: images/opac/totalresults-rss.png
-.. |image939| image:: images/opac/sortingresults.png
-.. |image940| image:: images/opac/leader.png
-.. |image941| image:: images/opac/holdings-results.png
-.. |image942| image:: images/opac/coverresults.png
-.. |image943| image:: images/opac/didyoumeanopac.png
-.. |image944| image:: images/opac/refineresults.png
-.. |image945| image:: images/opac/totalresults-rss.png
-.. |image946| image:: images/opac/bibdetail/bibtitle.png
-.. |image947| image:: images/opac/bibdetail/bibauthor.png
-.. |image948| image:: images/opac/bibdetail/authoritylink.png
-.. |image949| image:: images/opac/bibdetail/bibleader.png
-.. |image950| image:: images/opac/bibdetail/bibdetails.png
-.. |image951| image:: images/opac/bibdetail/bibsubjects.png
-.. |image952| image:: images/opac/bibdetail/bibsummary.png
-.. |image953| image:: images/opac/bibdetail/biblinks.png
-.. |image954| image:: images/opac/bibdetail/bibtags.png
-.. |image955| image:: images/opac/bibdetail/bibholdings.png
-.. |image956| image:: images/opac/bibdetail/bibtitlenotes.png
-.. |image957| image:: images/opac/bibdetail/bibcomments.png
-.. |image958| image:: images/opac/bibdetail/bibeditions.png
-.. |image959| image:: images/opac/bibdetail/bibsearch.png
-.. |image960| image:: images/opac/bibdetail/bibbrowseresults.png
-.. |image961| image:: images/opac/bibdetail/biboptions.png
-.. |image962| image:: images/opac/bibdetail/bibmoresearch.png
-.. |image963| image:: images/opac/bibdetail/bibsave.png
-.. |image964| image:: images/opac/bibdetail/bibviews.png
-.. |image965| image:: images/opac/nolists.png
-.. |image966| image:: images/opac/addtonewlist.png
-.. |image967| image:: images/opac/publiclistpermissions.png
-.. |image968| image:: images/opac/newlist.png
-.. |image969| image:: images/opac/addtolistcart.png
-.. |image970| image:: images/opac/chooselist.png
-.. |image971| image:: images/opac/listview.png
-.. |image972| image:: images/opac/emailist.png
-.. |image973| image:: images/opac/mylists.png
-.. |image974| image:: images/opac/editlist.png
-.. |image975| image:: images/opac/deletelist.png
-.. |image976| image:: images/opac/shareconfirmation.png
-.. |image977| image:: images/opac/addtolistcart.png
-.. |image978| image:: images/opac/addedtocart.png
-.. |image979| image:: images/opac/cartcontents.png
-.. |image980| image:: images/opac/emailcart.png
-.. |image981| image:: images/opac/downloadcart.png
-.. |image982| image:: images/opac/opacplaceholdresults.png
-.. |image983| image:: images/opac/opacplaceholdsindiv.png
-.. |image984| image:: images/opac/opacplaceholdsdetail.png
-.. |image985| image:: images/opac/opacplacehold.png
-.. |image986| image:: images/opac/holdnote.png
-.. |image987| image:: images/opac/opacplaceholdspecific.png
-.. |image988| image:: images/opac/tags-results.png
-.. |image989| image:: images/opac/tagsadded-results.png
-.. |image990| image:: images/opac/tagaddmultiple-results.png
-.. |image991| image:: images/opac/commentstab.png
-.. |image992| image:: images/opac/addcomment.png
-.. |image993| image:: images/opac/commentpending.png
-.. |image994| image:: images/opac/yourcomment.png
-.. |image995| image:: images/opac/commentby.png
-.. |image996| image:: images/opac/recentcomments.png
-.. |image997| image:: images/opac/zoteroaddressbar.png
-.. |image998| image:: images/opac/zoterotitle.png
-.. |image999| image:: images/opac/PatronSelfRegistration.png
-.. |image1000| image:: images/opac/patronregistration.png
-.. |image1001| image:: images/opac/patronregistrationcomplete.png
-.. |image1002| image:: images/opac/forgotpwlink.png
-.. |image1003| image:: images/opac/myaccount.png
-.. |image1004| image:: images/opac/opacsummary-wlinks.png
-.. |image1005| image:: images/opac/SHOW_BCODEadd.png
-.. |image1006| image:: images/opac/SHOW_BCODEattribute.png
-.. |image1007| image:: images/opac/barcodeoncheckouts.png
-.. |image1008| image:: images/opac/myoverdues.png
-.. |image1009| image:: images/opac/myfines.png
-.. |image1010| image:: images/opac/myholds.png
-.. |image1011| image:: images/opac/nocard.png
-.. |image1012| image:: images/opac/noaddress.png
-.. |image1013| image:: images/opac/debarred.png
-.. |image1014| image:: images/opac/mybilling.png
-.. |image1015| image:: images/opac/paypaypal.png
-.. |image1016| image:: images/opac/myprofile.png
-.. |image1017| image:: images/opac/patronrequestwaiting.png
-.. |image1018| image:: images/opac/myprofile-noedit.png
-.. |image1019| image:: images/opac/mytags.png
-.. |image1020| image:: images/opac/mypassword.png
-.. |image1021| image:: images/opac/mysearchhistory.png
-.. |image1022| image:: images/opac/searchistory.png
-.. |image1023| image:: images/opac/myhistory.png
-.. |image1024| image:: images/opac/myprivacy.png
-.. |image1025| image:: images/opac/deletecirchistory.png
-.. |image1026| image:: images/opac/mysuggestions.png
-.. |image1027| image:: images/opac/mymessages.png
-.. |image1028| image:: images/opac/OPACSMSSendDriver.png
-.. |image1029| image:: images/opac/smsopac.png
-.. |image1030| image:: images/opac/mylists.png
-.. |image1031| image:: images/opac/dischargeopac.png
-.. |image1032| image:: images/opac/dischargeopac-confirm.png
-.. |image1033| image:: images/opac/suggestfromsearch.png
-.. |image1034| image:: images/opac/suggestfromnoresults.png
-.. |image1035| image:: images/opac/suggestfrommyaccount.png
-.. |image1036| image:: images/opac/newsuggestion.png
-.. |image1037| image:: images/searching/searchbox.png
-.. |image1038| image:: images/searching/searchterms.png
-.. |image1039| image:: images/searching/resultssummary.png
-.. |image1040| image:: images/searching/resultssummary2.png
-.. |image1041| image:: images/searching/noresults.png
-.. |image1042| image:: images/searching/menubar.png
-.. |image1043| image:: images/searching/searchoptions.png
-.. |image1044| image:: images/searching/advsearch.png
-.. |image1045| image:: images/searching/numresults.png
-.. |image1046| image:: images/searching/feweropts.png
-.. |image1047| image:: images/searching/advoptions.png
-.. |image1048| image:: images/searching/advsortby.png
-.. |image1049| image:: images/searching/ex1.png
-.. |image1050| image:: images/searching/ex2.png
-.. |image1051| image:: images/searching/ex3.png
-.. |image1052| image:: images/searching/ex4.png
-.. |image1053| image:: images/searching/ex5.png
-.. |image1054| image:: images/searching/ex6.png
-.. |image1055| image:: images/searching/ex7.png
-.. |image1056| image:: images/searching/ex8.png
-.. |image1057| image:: images/searching/ex9.png
-.. |image1058| image:: images/searching/ex10.png
-.. |image1059| image:: images/searching/ex11.png
-.. |image1060| image:: images/searching/ex12.png
-.. |image1061| image:: images/searching/ex13.png
-.. |image1062| image:: images/searchhistory/searchhistory.png
-.. |image1063| image:: images/searchhistory/bibsearch.png
-.. |image1064| image:: images/searchhistory/authsearch.png
-.. |image1065| image:: images/about/aboutserver.png
-.. |image1066| image:: images/about/aboutperlmodules.png
-.. |image1067| image:: images/about/systeminfo.jpg
-.. |image1068| image:: images/appendix-opac/opaccustomregions.jpg
-.. |image1069| image:: images/serialssamples/readersserial.png
-.. |image1070| image:: images/serialssamples/hebrewnewspaper.png
-.. |image1071| image:: images/serialssamples/backpacker.png
-.. |image1072| image:: images/serialssamples/keatsplanning.png
-.. |image1073| image:: images/serialssamples/cilirregular.png
-.. |image1074| image:: images/serialssamples/cilpattern.png
-.. |image1075| image:: images/serialssamples/cilreceived.png
-.. |image1076| image:: images/appendix-cms/newpreference.png
-.. |image1077| image:: images/appendix-cms/newpref-settings.png
-.. |image1078| image:: images/appendix-cms/recommendedreading.png
-.. |image1079| image:: images/appendix-cms/class101-pref.png
-.. |image1080| image:: images/appendix-cms/editrecommendpref.png
-.. |image1081| image:: images/appendix-xslt/book.png
-.. |image1082| image:: images/appendix-xslt/comp.png
-.. |image1083| image:: images/appendix-xslt/cr.png
-.. |image1084| image:: images/appendix-xslt/map.png
-.. |image1085| image:: images/appendix-xslt/mixed.png
-.. |image1086| image:: images/appendix-xslt/sound.png
-.. |image1087| image:: images/appendix-xslt/visual.png
-.. |image1088| image:: images/appendix-xslt/kit.png
-.. |image1089| image:: images/appendix-marcedit/marcedit.png
-.. |image1090| image:: images/appendix-marcedit/marcedit-editsubfield.png
-.. |image1091| image:: images/appendix-marcedit/editsubfield.png
-.. |image1092| image:: images/appendix-marcedit/excelimport/step-1.png
-.. |image1093| image:: images/appendix-marcedit/excelimport/step-2.png
-.. |image1094| image:: images/appendix-marcedit/excelimport/step-3.png
-.. |image1095| image:: images/appendix-marcedit/excelimport/step-4.png
-.. |image1096| image:: images/appendix-marcedit/excelimport/step-5.png
-.. |image1097| image:: images/appendix-marcedit/excelimport/step-6.png
-.. |image1098| image:: images/appendix-marcedit/excelimport/step-7.png
-.. |image1099| image:: images/appendix-marcedit/excelimport/step-8.png
-.. |image1100| image:: images/appendix-marcedit/excelimport/step-9.png
-.. |image1101| image:: images/appendix-marcedit/excelimport/step-10.png
-.. |image1102| image:: images/appendix-marcedit/excelimport/step-11.png
-.. |image1103| image:: images/appendix-marcedit/excelimport/step-12.png
-.. |image1104| image:: images/appendix-marcedit/excelimport/step-13.png
-.. |image1105| image:: images/appendix-marcedit/excelimport/step-14.png
-.. |image1106| image:: images/appendix-marcedit/excelimport/step-15.png
-.. |image1107| image:: images/appendix-marcedit/excelimport/step-17.png
-.. |image1108| image:: images/appendix-marcedit/excelimport/step-18.png
-.. |image1109| image:: images/appendix-marcedit/excelimport/step-19.png
-.. |image1110| image:: images/appendix-marcedit/excelimport/step-20.png
-.. |image1111| image:: images/appendix-oclc/oclcgatewaysetup.png
-.. |image1112| image:: images/opac/SHOW_BCODEadd.png
-.. |image1113| image:: images/opac/SHOW_BCODEattribute.png
-.. |image1114| image:: images/opac/barcodeoncheckouts.png
-.. |image1115| image:: images/cataloging/lockedauthority.png
-.. |image1116| image:: images/reports/datepicker.png
-.. |image1117| image:: images/reports/branchpulldown.png
-.. |image1118| image:: images/appendix-extending/colorccode.png
+   intro
+   administration
+   manual
diff --git a/en/source/intro.rst b/en/source/intro.rst
new file mode 100644 (file)
index 0000000..01f017e
--- /dev/null
@@ -0,0 +1,68 @@
+Introduction
+============
+
+`Koha Basics <#introbasics>`__
+------------------------------
+
+Koha is the first free and open source software library automation
+package (ILS). Development is sponsored by libraries of varying types
+and sizes, volunteers, and support companies from around the world.
+
+Learn more about Koha by visiting the official Koha website:
+http://koha-community.org
+
+`Koha Recommendations <#introrecommend>`__
+------------------------------------------
+
+Full system recommendations can be found on the official Koha wiki along
+with the developer documentation: http://wiki.koha-community.org
+
+When working in the Koha staff client it is strongly recommended that
+you use the Firefox browser. Koha's staff client is not supported in
+Internet Explorer and has not yet been fully optimized for Google
+Chrome.
+
+`Using this Manual <#usingmanual>`__
+------------------------------------
+
+This manual is always changing and suggestions for edits can be sent to
+the Documentation Manager via the `DOCS mailing
+list <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs>`__.
+The manual is organized by Koha module. At the start of most sections
+(and throughout) you will find 'Get there' tips. These lines tell you
+how to get to the section in Koha.
+
+For example: *Get there:* More > Administration > Global System
+Preferences
+
+Get there: More > Administration > Global System Preferences
+
+The instruction tells you where to find the necessary menu option at the
+top of the Koha staff client.
+
+Links will be found throughout the manual to other sections in the
+manual and images will depict what should be seen on the screen.
+
+The manual can be searched using the custom Google search on the `Koha
+Documentation <http://koha-community.org/documentation/>`__ page.
+
+`Contributing to the Manual <#contributing>`__
+----------------------------------------------
+
+This manual is an ever-changing document and edits to the manual are
+welcome at any time.
+
+The `Koha Manual <http://manual.koha-community.org/>`__ is managed by
+the Documentation Manager, but that doesn't mean we can't all
+participate in making the best manual possible.
+
+The manual is stored in git at:
+http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary
+
+To edit the manual we recommend `oXygen <http://www.oxygenxml.com>`__ or
+other XML/DocBook editor. We ask that every chapter and section have an
+ID tag associated with it to enable permanent linking and searching.
+
+Patches to the manual should be emailed to the `DOCS mailing
+list <https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs>`__
+and will be reviewed by the Documentation Manager before inclusion.
diff --git a/en/source/manual.rst b/en/source/manual.rst
new file mode 100644 (file)
index 0000000..1e87fff
--- /dev/null
@@ -0,0 +1,21574 @@
+
+Tools
+=====
+
+Tools in Koha all perform some sort of action. Often many of the items
+listed under Tools in Koha are referred to as 'Reports' in other library
+management systems.
+
+-  *Get there:* More > Tools
+
+`Patrons and Circulation <#patrontools>`__
+------------------------------------------
+
+`Patron lists <#patronlists>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Patron lists
+
+Patron lists are a way to store a group of patrons for easy modification
+via the `batch patron modification tool <#batchpatronmod>`__ or
+reporting.
+
+Patron lists
+|image245|
+
+To create a new list of patrons click the 'New patron list' button
+
+New patron list
+|image246|
+
+Enter a list name and save the list.
+
+Empty patron list
+|image247|
+
+Each list has an 'Actions' menu with more list options.Patron list
+actions
+
+To add patrons to the list click the 'Add patrons' link in the 'Actions'
+menu.
+
+Add patron to a list
+|image248|
+
+Enter the patron's name or cardnumber in the search box and click on the
+right result to add the patron.
+
+Patrons to add
+|image249|
+
+Once you have all of the patrons you would like to add you can click the
+'Add patrons' button to save them to the list.
+
+List of patrons
+|image250|
+
+`Comments <#comments>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Comments
+
+All comments added by patrons via the OPAC to bibliographic records
+require moderation by the librarians. If there are comments awaiting
+moderation they will be listed on the main page of the staff client
+below the module list:
+
+Comments pending approval
+|image251|
+
+and next to the Comments tool on the Tools ModuleComment count on Tools
+
+To moderate comments click on the notification on the main dashboard or
+go directly to the Comments Tool and click 'Approve' or 'Delete' to the
+right of the comments awaiting moderation.
+
+Comment awaiting moderation
+|image252|
+
+If there are no comments to moderate you will see a message saying just
+that
+
+No comments to moderate
+|image253|
+
+You can also review and unapprove comments you have approved in the past
+by choosing the 'Approved comments' tab
+
+Approved comments
+|image254|
+
+`Patron Import <#patronimport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Import Patrons
+
+The patron import tool can be used at any time to add patrons in bulk.
+It is commonly used in universities and schools when a new batch of
+students registers.
+
+`Creating Patron File <#createpatronfile>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Your Koha installation comes with a blank CSV file that you can use as a
+template for your patron records. If you would like to create the file
+yourself, make sure that your file has the following fields in this
+order as the header row:
+
+cardnumber, surname, firstname, title, othernames, initials,
+streetnumber, streettype, address, address2, city, state, zipcode,
+country, email, phone, mobile, fax, emailpro, phonepro, B\_streetnumber,
+B\_streettype, B\_address, B\_address2, B\_city, B\_state, B\_zipcode,
+B\_country, B\_email, B\_phone, dateofbirth, branchcode, categorycode,
+dateenrolled, dateexpiry, gonenoaddress, lost, debarred,
+debarredcomment, contactname, contactfirstname, contacttitle,
+guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex,
+password, flags, userid, opacnote, contactnote, sort1, sort2,
+altcontactfirstname, altcontactsurname, altcontactaddress1,
+altcontactaddress2, altcontactaddress3, altcontactstate,
+altcontactzipcode, altcontactcountry, altcontactphone, smsalertnumber,
+privacy, patron\_attributes
+
+    **Important**
+
+    The 'password' should be stored in plaintext, and will be converted
+    to a Bcrypt hash.
+
+    If your passwords are already encrypted, talk to your systems
+    administrator about options
+
+    **Important**
+
+    Date formats should match your `system preference <#dateformat>`__,
+    and must be zero-padded, e.g. '01/02/2008'.
+
+    **Important**
+
+    The fields 'branchcode', 'categorycode' and all fields you have
+    defined in the `BorrowerMandatoryField <#BorrowerMandatoryField>`__
+    preference are required and must match valid entries in your
+    database.
+
+    **Note**
+
+    If loading `patron attributes <#patronattributetypes>`__, the
+    'patron\_attributes' field should contain a comma-separated list of
+    attribute types and values.
+
+    -  The attribute type code and a colon should precede each value.
+
+       -  For example: "INSTID:12345,BASEBALL:Cubs"
+
+       -  This field must be wrapped in quotes if multiple values are
+          defined.
+
+       -  Since values can contain spaces, additional doubled-quotes may
+          be required:
+
+          -  "INSTID:12345,BASEBALL:Cubs,""BASEBALL:White Sox"""
+
+       -  When replacing a patron record, any attributes specified in
+          the input file replace all of the attribute values of any type
+          that were previously assigned to the patron record.
+
+`Importing Patrons <#importpatrons>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once you have created your file, you can use the Patron Import Tool to
+bring the data into Koha.
+
+-  Choose your CSV file
+
+   Import Patron Form
+   |image255|
+
+-  Choose to match on 'Cardnumber' or 'Username' to prevent adding of
+   duplicate card numbers to the system
+
+   Patron match options
+   |image256|
+
+-  Next you can choose default values to apply to all patrons you are
+   importing
+
+   -  ex. If you're importing patrons specific to one branch you can use
+      the field on the Import form to apply the branch code to all those
+      you are importing.
+
+-  Finally you need to decide on what data you want to replace if there
+   are duplicates.
+
+   If match found
+   |image257|
+
+   -  A matching record is found using the field you chose for matching
+      criteria to prevent duplication
+
+   -  If you included patron attributes in your file you can decide
+      whether to add your values to existing values or erase existing
+      values and enter only your new values.
+
+`Notices & Slips <#notices>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Notices & Slips
+
+All notices and circulation receipts (or slips) generated by Koha can be
+customized using the Notices & Slips Tool. The system comes with several
+predefined templates that will appear when you first visit this tool.
+
+Notices & Slips Tool
+|image258|
+
+Each notice can be edited, but only a few can be deleted, this is to
+prevent system errors should a message try to send without a template.
+Each notice and slip can be edited on a per library basis, by default
+you will see the notices for all libraries.
+
+If you have a style you'd like applied to all slips you can point the
+`SlipCSS <#SlipCSS>`__ preference to a stylesheet. The same is true for
+notices, using the `NoticeCSS <#NoticeCSS>`__ preference to define a
+stylesheet.
+
+You will also want to review the `Notices & Slips Field
+Guide <#noticesfieldguide>`__ for more information on formatting these
+notices.
+
+`Adding Notices & Slips <#addnotices>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a new notice or slip
+
+-  Click 'New Notice'
+
+   New Notice Form
+   |image259|
+
+-  Choose which library this notice or slip is for
+
+   -  **Important**
+
+          Not all notices can be branch specific for more information
+          review the `Notices & Slips Field
+          Guide <#noticesfieldguide>`__ in this manual.
+
+-  Choose the module this notice is related to
+
+-  The Code is limited to 20 characters
+
+   -  **Important**
+
+          When working with the overdue notices you want each notice at
+          each branch to have a unique code. Think about using the
+          branch code in front of the notice code for each branch.
+
+-  Use the name field to expand on your Code
+
+   -  **Note**
+
+          With overdue notices, be sure to put your branch name in the
+          description as well so that it will be visible when setting up
+          your `triggers <#noticetriggers>`__.
+
+-  Next you can customize the notice for every possible delivery method
+
+   -  Every notice should have an Email template set for itNew Email
+      notice
+
+   -  If you're using the
+      `TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
+      service you can set up a Phone notificationNew Phone notice
+
+   -  If you plan on printing this notice you can set the Print template
+      nextNew Print notice
+
+   -  If you have enabled SMS notices with the
+      `SMSSendDriver <#SMSSendDriver>`__ preference you can set the text
+      for your SMS notices nextNew SMS notice
+
+-  Each notice offers you the same options
+
+   -  If you plan on writing the notice or slip in HTML check the 'HTML
+      Message' box, otherwise the content will be generated as plain
+      text
+
+   -  Message Subject is what will appear in the subject line of the
+      email
+
+   -  In the message body feel free to type whatever message you feel is
+      best, use the fields on the left hand side to enter individualized
+      data from the from database.
+
+      -  **Note**
+
+             Review the `Notices & Slip Field
+             Guide <#noticesfieldguide>`__ for info on what fields can
+             be used here.
+
+      -  **Important**
+
+             Overdue notices can use <<items.content>> tags by
+             themselves, or use <item></item> to span all of the tags.
+             Learn more about the `Overdue Notice
+             Markup <#noticemarkup>`__
+
+             -  On overdue notices make sure to use <<items.content>>
+                tags to print out the data related to all items that are
+                overdue.
+
+             -  The other option, only for overdue notices, is to use
+                the <item></item> tags to span the line so that it will
+                print out multiple lines One example for the
+                <item></item> tag option is:
+
+                <item>"<<biblio.title>>" by <<biblio.author>>,
+                <<items.itemcallnumber>>, Barcode: <<items.barcode>> ,
+                Checkout date: <<issues.issuedate>>, Due date:
+                <<issues.date\_due>> Fine: <<items.fine>> Due date:
+                <<issues.date\_due>> </item>
+
+      -  **Important**
+
+             Only the overdue notices take advantage of the
+             <item></item> tags, all other notices referencing items
+             need to use <<items.content>>
+
+      -  **Note**
+
+             To add today's date you can use the <<today>> syntax
+
+      -  **Note**
+
+             If you don't want to print the patron's full name on your
+             slips or notice you can enter data in the Other name or
+             Initials field for each patron and use that value instead.
+
+`Overdue Notice Markup <#noticemarkup>`__
+'''''''''''''''''''''''''''''''''''''''''
+
+When creating your overdue notices there are two tags in addition to the
+various database fields that you can use in your notices. You will also
+want to review the `Notices & Slips Field Guide <#noticesfieldguide>`__
+for information on formatting item information in these notices.
+
+    **Important**
+
+    These new tags only work on the overdue notices, not other
+    circulation related notices at this time.
+
+These tags are <item> and </item> which should enclose all fields from
+the biblio, biblioitems, and items tables.
+
+An example of using these tags in a notice template might be like:
+
+::
+
+       The following item(s) is/are currently overdue:
+
+       <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>
+
+Which, assuming two items were overdue, would result in a notice like:
+
+::
+
+       The following item(s) is/are currently overdue:
+
+       "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
+       "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50
+
+`Existing Notices & Slips <#existingnotices>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Among the default notices are notices for several common actions within
+Koha. All of these notices can be customized by altering their text via
+the Notices & Slips tool and their style using the
+`NoticeCSS <#NoticeCSS>`__ preference to define a stylesheet. You will
+also want to review the `Notices & Slips Field
+Guide <#noticesfieldguide>`__ for information on formatting item
+information in these notices. Here are some of what those notices do:
+
+-  ACCTDETAILS
+
+   -  Sent to patrons when their account is set up if the
+      `AutoEmailOPACUser <#AutoEmailOPACUser>`__ preference is set to
+      'Send'
+
+-  ACQCLAIM (Acquisition Claim)
+
+   -  Used in the claim acquisition module
+
+   -  *Get there:* More > Acquisitions > Late issues
+
+-  CHECKIN
+
+   -  This notice is sent as the 'Check in' notice for all items that
+      are checked in
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  CHECKOUT
+
+   -  This notice is sent as the 'Check out' notice for all items that
+      are checked out
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  DUE
+
+   -  This notice is sent as the 'Item due' for an item is due
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  DUEDGST
+
+   -  This notice is sent as the 'Item due' for all items that are due
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice as a digest
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  HOLD (Hold Available for Pickup)
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+   -  When this notice references the branches table it is referring to
+      the pickup branch information.
+
+-  HOLDPLACED (a notice to the library staff that a hold has been
+   placed)
+
+   -  This notice requires the
+      `emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
+      system preference to be set to 'Enable'
+
+   -  When this notice references the branches table it is referring to
+      the pickup branch information.
+
+-  MEMBERSHIP\_EXPIRY
+
+   -  This notice can be sent to patrons to warn them that their cards
+      are expiring soon.
+
+   -  Requires that you have the
+      `MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__ set
+      and the `related cron job <#patronexpirycron>`__ set.
+
+-  ODUE (Overdue Notice)
+
+   -  This notice is used to send Overdue Notices to Patrons
+
+   -  See a `Sample Overdue Notice <#samplenotice>`__
+
+   -  Requires that you set `Overdue Notice/Status
+      Triggers <#noticetriggers>`__
+
+-  PREDUE
+
+   -  This notice is sent as the 'Advanced notice' for an item is due
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  PREDUEDGST
+
+   -  This notice is sent as the 'Advanced notice' for all items that
+      are due
+
+   -  This notice is used if two criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The patron has requested to receive this notice as a digest
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  RENEWAL
+
+   -  This notice is sent as the 'Check out' notice for all items that
+      are renewed
+
+   -  This notice is used if three criteria are met:
+
+      1. The
+         `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__
+         is set to 'Allow'
+
+      2. The `RenewalSendNotice <#RenewalSendNotice>`__ preference is
+         set to 'Send'
+
+      3. The patron has requested to receive the checkout notice
+
+         -  *Get there:*\ OPAC > Login > my messaging
+
+         -  *Get there:*\ Staff Client > Patron Record >
+            `Notices <#patnotices>`__
+
+-  RLIST (Routing List)
+
+   -  Used in the serials module to notify patrons/staff of new issues
+      of a serial
+
+      -  *Get there:* More > Serials > `New
+         Subscription <#newsubscription>`__
+
+   -  You have the option to select the 'Routing List' notice when
+      creating a new subscription (Choose from the 'Patron notification'
+      drop down).
+
+   -  **Note**
+
+          Notice also that if you'd like to notify patrons of new serial
+          issues, you can click on 'define a notice' which will take you
+          to the 'Notices' tool
+
+-  SHARE\_ACCEPT
+
+   -  Used to notify a patron when another patron has accepted their
+      shared list.
+
+   -  Requires that you set
+      `OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
+      to 'Allow'
+
+-  SHARE\_INVITE
+
+   -  Used to notify a patron that another patron would like to share a
+      list with them.
+
+   -  Requires that you set
+      `OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
+      to 'Allow'
+
+-  TO\_PROCESS
+
+   -  Used to notify a staff member if a purchase suggestion has been
+      moved to the fund they manage
+
+   -  Requires the
+      `notice\_unprocessed\_suggestions <#emailsuggestfund>`__ cron job
+
+There are also a set of predefined slips (or receipts) listed on this
+page. All of these slips can be customized by altering their text via
+the Notices & Slips tool and their style using the
+`SlipCSS <#SlipCSS>`__ preference to define a stylesheet. Here is what
+those slips are used for:
+
+-  ISSUEQSLIP
+
+   -  Used to print the quick slip in circulation
+
+   -  The quick slip only includes items that were checked out today
+
+-  ISSUESLIP
+
+   -  Used to print a full slip in circulation
+
+   -  The slip or receipt will show items checked out today as well as
+      items that are still checked out
+
+-  HOLD\_SLIP
+
+   -  Used to print a holds slip
+
+   -  The holds slip is generated when a hold is confirmed
+
+-  TRANSFERSLIP
+
+   -  Used to print a transfer slip
+
+   -  The transfer slip is printed when you confirm a transfer from one
+      branch to another in your system
+
+`Overdue Notice/Status Triggers <#noticetriggers>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Overdue
+   Notice/Status Triggers
+
+In order to send the overdue notices that you defined using the
+`Notices <#notices>`__ tool, you need to first set the triggers to have
+these messages.
+
+    **Important**
+
+    In order to have overdue notices sent to your patrons, you need to
+    `set that patron category <#addingpatroncat>`__ to require overdue
+    notices.
+
+    **Important**
+
+    Depending on the value of your
+    `OverdueNoticeCalendar <#OverdueNoticeCalendar>`__ preference the
+    delay may or may not include days the library is closed based on the
+    `holiday calendar <#calholidays>`__.
+
+The Overdue Notice/Status Triggers tool gives the librarian the power to
+send up to three notices to each patron type notifying them of overdue
+items
+
+Overdue Notice/Status Triggers Tool
+|image260|
+
+-  Delay is the number of days after an issue is due before an action is
+   triggered.
+
+   -  **Important**
+
+          If you want Koha to trigger an action (send a letter or
+          restrict member), a delay value is required.
+
+-  To send additional notices, click on the tabs for 'Second' and
+   'Third' notice
+
+-  If you would like to prevent a patron from checking items out because
+   of their overdue items, check the 'Restrict' box, this will put a
+   notice on the patron's record at checkout informing the librarian
+   that the patron cannot check out due to overdue items.
+
+   -  If you choose to restrict a patron in this way you can also have
+      Koha automatically remove that restriction with the
+      `AutoRemoveOverduesRestrictions <#AutoRemoveOverduesRestrictions>`__
+      preference.
+
+-  Next you can choose the delivery method for the overdue notice. You
+   can choose from Email, Phone (if you are using the `iTiva Talking
+   Tech service <#TalkingTechItivaPhoneNotification>`__), Print and SMS
+   (if you have set your `SMSSendDriver <#SMSSendDriver>`__).
+
+   -  **Note**
+
+          The Feed option is not yet a feature in Koha, it is there for
+          future development.
+
+-  See a `Sample Overdue Notice <#samplenotice>`__
+
+`Patron Card Creator <#patroncardcreator>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patron Card Creator
+
+The Patron Card Creator allow you to use layouts and templates which you
+design to print your custom patron cards on your printer. Here are some
+of the features of the Patron Card Creator module:
+
+-  Customize patron card layouts with text retrieved from the Koha
+   patron data
+
+-  Design custom card templates for printed patron cards (to match the
+   label sheets)
+
+-  Build and manage batches of patron cards to print
+
+-  Export (as PDF) single or multiple batches to print
+
+-  Export (as PDF) single or multiple patron cards from within a batch
+
+`Layouts <#cardlayouts>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Patron Card Creator > Manage > Layouts
+
+A layout defines the text and images that will be printed on to the card
+and where it will appear.
+
+    **Note**
+
+    Up to three lines of text, the patron's number in barcode
+    representation and up to two images can be printed on to the card.
+
+`Add a Layout <#addcardlayout>`__
+'''''''''''''''''''''''''''''''''
+
+If you have no layouts defined, you will add a new layout by clicking
+the 'New' button and choosing 'Layout'.New layout button
+
+You may also choose to press 'Manage layout' on the left side. Here you
+are offered a list of available layouts you can select for editing. But
+at the top of the page there is still the 'New layout' button.
+
+Add New Layout
+|image261|
+
+-  The name you assign to the layout is for your benefit, name it
+   something that will be easy to identify at a later date
+
+-  The Units pull down is used to define what measurement scale you're
+   going to be using for your layout.
+
+   Units of Measurement
+   |image262|
+
+   -  **Note**
+
+          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
+          is 25.4 SI Millimeters
+
+-  Next note if this layout is for the front or the back of the patron
+   card
+
+   -  **Note**
+
+          You will need a layout for both the front and back of your
+          card if you have 2-sided library cards, this option doesn't
+          allow you to print two sided cards, just lets you track which
+          side of the card you're designing.
+
+-  You have the option of adding up to 3 lines of text to your card.
+   Your text can be static text of your choosing and/or fields from the
+   patron record. If you want to print fields from the patron record you
+   want to put the field names in brackets like so - <firstname>
+
+   -  **Note**
+
+          A full list of field names can be found in the database schema
+          at http://schema.koha-community.org
+
+-  For each line of text, you can choose your font, font size and the
+   location of the text on the card using the lower X and Y coordinates
+
+-  In order to show the barcode and the patron card number you will need
+   to check the 'Print Card Number as Barcode' option. This will turn
+   the patron card number into a barcode. If you want the number to
+   print in human readable format you will need to check the 'Print Card
+   Number as Text Under Barcode' option.
+
+-  Finally you can choose up to two images to print on the card.
+
+   -  One can be the `patron image <#uploadpatronimages>`__ which you
+      can resize to meet your needs.
+
+   -  The other image can be something like a library logo or symbol
+      that you uploaded using the '`Manage
+      Images <#managecardimages>`__' module of the Patron Card Creator
+      Tool.
+
+    **Important**
+
+    It is the designers responsibility to define textlines, barcode and
+    images such that overlap is avoided.
+
+After saving, your layouts will appear on the 'Manage layouts' page.
+
+Manage Layouts
+|image263|
+
+`Templates <#patrontemplate>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Patron Card Creator > Manage > Card
+   templates
+
+A template describes the arrangement of labels on the label sheet/card
+stock you are using. This might be Avery 5160 for address labels,
+Gaylord 47-284 for spine labels or Avery 28371 for your patron cards,
+just to give a couple of examples. All of the information you will need
+for setting up a template may be on the packaging, and if not it can
+usually be found on the vendor's website or can be measured from a
+sample sheet.
+
+`Add a Template <#addcardtemplate>`__
+'''''''''''''''''''''''''''''''''''''
+
+To add a new template click on the 'New template' button at the top of
+your page which brings you to the Edit template form immediately. You
+may also choose to press 'Manage templates' on the left side. Here you
+are offered a list of available templates you can select for editing.
+But in the top of the page there is still the 'New template' button.
+
+New template button
+|image264|
+
+Using the form that appears after pressing either 'Edit' or 'New
+template'you can define the template for your sheet of labels or cards.
+
+Add Patron Card Template
+|image265|
+
+-  Template ID is simply a system generated unique id
+
+-  Template Code should be the name of this template to identify it on a
+   list of templates
+
+-  You can use the Template Description to add additional information
+   about the template
+
+-  The Units pull down is used to define what measurement scale you're
+   going to be using for the template.
+
+   Measurement Units
+   |image266|
+
+   -  **Note**
+
+          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
+          is 25.4 SI Millimeters
+
+-  The measurements (page height, page width, card width, card height)
+   may be on the packaging, and if not it can usually be found on the
+   vendor's website or can be measured from a sample sheet.
+
+-  A profile is a set of "adjustments" applied to a given template just
+   prior to printing which compensates for anomalies unique and peculiar
+   to a given printer (to which the profile is assigned).
+
+   -  Before defining a profile try printing some sample cards so that
+      you can take measurements to define a profile to perform the right
+      adjustments for your printer/template combination.
+
+   -  After finding and documenting any anomalies in the printed
+      document, then you can `create a profile <#addcardprofile>`__ and
+      assign it to the template.
+
+   -  **Important**
+
+          Do not specify a profile unless needed, i.e. do not click to
+          define a printer profile. It is not possible to remove a
+          profile from a template but you can switch to another profile.
+
+   -  **Note**
+
+          If you are using different printers you may be required to
+          define several templates that are identical only different
+          profiles are specified.
+
+After saving, your templates will appear on the 'Manage templates' page.
+
+Manage Templates
+|image267|
+
+`Profiles <#patronprofile>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Patron Card Creator > Manage > Profiles
+
+A profile is a set of "adjustments" applied to a given
+`template <#patrontemplate>`__ just prior to printing which compensates
+for anomalies unique and peculiar to a given printer. This means if you
+set a template up and then print a sample set of data and find that the
+items are not all aligned the same on each card, you need to set up a
+profile for each printer (or even different tray selections on the same
+printer) to make up for the differences in printing styles, such as the
+shifting of text to the left, right, top or bottom.
+
+If your cards are printing just the way you want, you will not need a
+profile.
+
+`Add a Profile <#addcardprofile>`__
+'''''''''''''''''''''''''''''''''''
+
+To add a new profile, you want to click on the 'Profiles' button at the
+top of your page and choose 'New Profile'
+
+New Profile Button
+|image268|
+
+To add a new profile, you want to click on the 'New profile' button at
+the top of your page. Using the form that appears you can define the
+values to correct the card misalignments on your label sheet. You may
+also choose 'Manage profiles' on the left side and select one of the
+currently available profiles for editing.
+
+Add Printer Profile
+|image269|
+
+-  The Printer Name and Paper Bin do not have to match your printer
+   exactly, they are for your reference so you can remember what printer
+   you have set the profile for.
+
+   -  **Note**
+
+          For example: if you want to use the Printer model number in
+          printer name you can, or you can call it 'the printer on my
+          desk'
+
+-  Template will be filled in once you have chosen which template to
+   apply the profile to on the `template edit form <#addcardtemplate>`__
+
+-  The Units pull down is used to define what measurement scale you're
+   going to be using for your profile.
+
+   Units of Measurement
+   |image270|
+
+   -  **Note**
+
+          A Postscript Point is 1/72" an Adobe Agate is 1/64", an Inch
+          is 25.4 SI Millimeters
+
+-  Offset should be used when the entire image is off center either
+   vertically or horizontally. Creep describes a condition where the
+   distance between the labels changes across the page or up and down
+   the page
+
+   -  For offset and creep values, negative numbers move the printed
+      information up and to the left on the printed sheet and positive
+      numbers move down and to the right
+
+   -  Example: the text is printed 0 .25" from the left edge of the
+      first label, 0 .28" from the left edge of the second label and 0
+      .31" from the left edge of the third label. This means the
+      horizontal creep should be set to (minus) -0.03 " to make up for
+      this difference.
+
+After saving, your profiles will appear on the 'Manage Printer Profiles'
+page.
+
+Manage Profiles
+|image271|
+
+Once you have saved your new profile, you can return to the list of
+templates and choose to edit the template that this profile is for.
+
+`Batches <#patroncardbatches>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Patron Card Creator > Manage > Card
+   batches
+
+A batch is a collection of patrons for whom you want to generate cards.
+
+`Add a Batch <#addcardbatch>`__
+'''''''''''''''''''''''''''''''
+
+To add a new batch, you want to click on the 'New batches' button at the
+top of your page. Choosing the menu item 'Manage batches' on the left a
+list of already defined batches is displayed. In this display you can
+either select a batch for editing or add a new batch.
+
+New Batch Button
+|image272|
+
+For a new batch a message pops up and directs you to select patrons to
+be processed in this batch.No items in batch
+
+After choosing the 'Add item(s)' button the Patron Search window pops
+up.Patron search
+
+From here you can search for patrons to add to your batch by any part of
+their name, their category and/or library. Entering \* in the search box
+will display all the patrons. Patron search results
+
+From the results you can add patrons to the batch by clicking the 'Add'
+button. After adding patrons from the results you can start over and
+perform another search or click 'Close' at the bottom of the screen to
+indicate that you are done. You will then be presented with your
+batch.Patron batch
+
+If you are satisfied with your batch you can proceed to export. If you
+want to correct or even delete that batch the buttons to do so can be
+found at the top of your screen. You can always come back here through
+the 'Manage > Card batches' button.
+
+If you would like to export all patron cards you can click 'Export card
+batch' otherwise you can choose specific patrons to print cards for by
+checking the box to the right of their names and then choose 'Export
+selected card(s)' at the top.
+
+The export menu will ask you to choose a template, a layout and starting
+position (where on the sheet should printing begin).
+
+    **Note**
+
+    For the starting position if the first 6 labels have already been
+    used on your sheet you can start printing on label in position 7 on
+    the sheet. The labels are numbered left to right from top to bottom.
+
+Export batch
+
+Once you click 'Export' you will be presented with a PDF of your labels
+for printingPDF Export
+
+When you open the PDF you will see the cards for printing
+
+Final cards
+|image273|
+
+The above image shows a layout that is made up of two textlines. The
+first one is just plain text, the second one is composed of the
+<firstname> <surname> fields. A patron image is printed (if available)
+and the barcode of patrons number is displayed in code 39. All this is
+printed on a template with three columns and 8 rows using position 1-3
+here. When printing this PDF please take care that your printer doesn't
+rescale the PDF (e.g do not fit to paper size) otherwise the printer
+will not be able to print to the right place per your templates.
+
+`Manage Images <#managecardimages>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Patron Card Creator > Manage > Images
+
+Images uploaded using this tool will appear on the menu when creating
+`patron card layouts <#cardlayouts>`__. You are limited in how many
+images you can upload (not counting patron images) by the
+`ImageLimit <#ImageLimit>`__ system preference.
+
+    **Important**
+
+    Images must be under 500k in size.
+
+    **Note**
+
+    Pictures uploaded with this tool should be at least 300dpi which is
+    the minimum quality for a printable image.
+
+In the center of the screen is a simple upload form, simply browse for
+the file on your computer and give it a name you'll recognize later.
+
+Upload Images
+|image274|
+
+Once the file is uploaded you will be presented with a confirmation
+message.
+
+Image Uploaded
+|image275|
+
+And the image will be listed with all of your others on the right hand
+side of the page.
+
+Images
+|image276|
+
+To delete one or multiple of these images, click the checkbox to the
+right of each image you want to delete and click the 'Delete' button.
+
+`Patrons (anonymize, bulk-delete) <#anonpatrons>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Patrons
+   (anonymize, bulk-delete)
+
+This tool allows you to bulk anonymize circulation histories (this means
+that you keep records of how many times items were checked out - but not
+the patrons who checked the items out) or bulk delete patrons (remove
+them from the system completely).
+
+    **Important**
+
+    Patrons with outstanding fines or items checked out are not saved.
+    They are not completely removed from the system (they are only moved
+    to the delete\_borrowers table), but this tool does not provide as
+    many checks as one may desire.
+
+    **Important**
+
+    Before using this tool it is recommended that you backup your
+    database. Changes made here are permanent.
+
+    **Important**
+
+    The anonymization will fail quietly if
+    `AnonymousPatron <#AnonymousPatron>`__ preference does not contain a
+    valid value.
+
+Patron Anonymize/Bulk Delete Tool
+|image277|
+
+To either delete or anonymize patrons
+
+-  Check the 'Verify' box on the task you would like to complete (Delete
+   or Anonymize)
+
+-  Enter a date before which you want to alter the data
+
+-  If deleting patrons you can also choose to find patrons who
+
+   -  have not borrowed since a specific date
+
+   -  have accounts that will expire before a specific date
+
+   -  are in a specific `patron category <#patcats>`__
+
+   -  are in a `patron list <#patronlists>`__
+
+-  Click 'Next'
+
+-  A confirmation will appear asking if you're sure this is what you
+   want to happen
+
+   Patron Anonymize/Bulk Delete Confirmation
+   |image278|
+
+-  Clicking 'Finish' will delete or anonymize your data
+
+   Completed Process
+   |image279|
+
+`Batch patron modification <#batchpatronmod>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Batch patron
+   modification
+
+With this tool you can make edits to a batch of patron records. Simply
+load in a file of cardnumbers (one per line), choose from a `list of
+patrons <#patronlists>`__ or scan patron card numbers in to the box
+provided.
+
+Batch patron modification
+|image280|
+
+Once you have the file loaded or the barcodes scanned click 'Continue.'
+You will be presented with a list of the patrons and the changes you can
+make.
+
+Patrons to modify
+|image281|
+
+To the left of each text box there is a checkbox. Clicking that checkbox
+will clear our the field values.
+
+    **Important**
+
+    If the field is mandatory you will not be able to clear the value in
+    it.
+
+If you have multiple patron attributes you can change them all by using
+the plus (+) sign to the right of the text box. This will allow you to
+add another attribute value.
+
+Editing patron attributes
+|image282|
+
+Once you have made the changes you want, you can click 'Save' and Koha
+will present you with the changed patron records.
+
+`Tag Moderation <#tagsmoderation>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Tags
+
+Depending on your `tagging system preferences <#taggingprefs>`__,
+librarians may need to approve tags before they are published on the
+OPAC. This is done via the Tag Moderation Tool. If there are tags
+awaiting moderation they will be listed on the main staff dashboard
+under the module labels:
+
+Tags pending approval
+|image283|
+
+To moderate the tags visit the Tags tool. When first visiting the tool,
+you will be presented with a list of tags that are pending approval or
+rejection by a librarian
+
+Tags pending moderation
+|image284|
+
+-  To see all of the titles this tag was added to simply click on the
+   termTitles with a specific tag
+
+   -  From this list of titles you can remove a tag without outright
+      rejecting it from being used in the future by clicking the 'Remove
+      tag' button to the right of the title.
+
+-  To approve a tag, you can either click the 'Approve' button in line
+   with the term, or check all terms you want to approve and click
+   'Approve' below the table.
+
+-  To reject a tag, you can either click the 'Reject' button in line
+   with the term, or check all terms you want to approve and click
+   'Reject' below the table.
+
+Once a tag has been approved or rejected it will be moved to the
+appropriate list of tags. A summary of all tags will appear on the right
+of the screen.
+
+Summary of tags
+|image285|
+
+Even though a tag is approved or rejected, it can still be moved to
+another list. When viewing approved tags each tag has the option to
+reject:
+
+Approved Tags
+|image286|
+
+To check terms against the approved and rejected lists (and possibly
+against `the dictionary <#TagsExternalDictionary>`__ you have assigned
+for tag moderation) simply enter the term into the search box on the
+bottom right of the screen to see the status of the term
+
+Sample Check list test search
+|image287|
+
+Finally you can find tags by using the filters on the left.
+
+Tag filters
+|image288|
+
+`Upload Patron Images <#uploadpatronimages>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Patrons and Circulation > Upload Patron
+   Images
+
+Patron images can be uploaded in bulk if you are `allowing patron
+images <#patronimages>`__ to be attached to patron records. These images
+can also be used when creating `patron cards <#patroncardcreator>`__.
+
+-  Create a txt file and title it "DATALINK.TXT" or "IDLINK.TXT"
+
+-  On each line in the text file enter the patron's card number followed
+   by comma (or tab) and then the image file name
+
+   Sample file and image
+   |image289|
+
+   -  Make sure that your TXT file is a plain text document, not RTF.
+
+-  Zip up the text file and the image files
+
+-  Go to the Upload Patron Images Tool
+
+   Upload Image Tool for Single Image
+   |image290|
+
+-  For a single image, simply point to the image file and enter the
+   patron card number
+
+-  For multiple images, choose to upload a zip file
+
+-  After uploading you will be presented with a confirmation
+
+   Image Upload Confirmation
+   |image291|
+
+    **Important**
+
+    There is a limit of 100K on the size of the picture uploaded and it
+    is recommended that the image be 200x300 pixels, but smaller images
+    will work as well.
+
+`Rotating Collections <#rotatingcollections>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Rotating Collections
+
+Rotating Collections is a tool for managing collections of materials
+that frequently get shifted from library to library. It adds the ability
+to store not only an item's home library and current location but also
+information about where it is supposed to be transferred to next to
+ensure that all items in the collection are sent to the correct library.
+When an item in a rotating collection is checked in, library staff is
+notified that the item is part of a rotating collection and which branch
+it should be sent to if it is not at the correct one.
+
+    **Important**
+
+    The `AutomaticItemReturn <#AutomaticItemReturn>`__ system preference
+    must be set to "Don't automatically transfer items to their home
+    library when they are returned" for Rotating Collections to function
+    properly.
+
+-  To create a new rotating collection, click the "New Collection"
+   button, fill in the Title and Description, and click Submit. Once
+   submitted you'll see "Collection Name added successfully"; click
+   "Return to rotating collections home" to return to the main Rotating
+   Collections management page (or click Rotating Collections in the
+   sidebar).
+
+-  To add items to a collection, click "Add or remove items" next to the
+   collection's name in the list of collections. Under "Add or remove
+   items" scan or type in the barcode of the item you wish to add to the
+   collection, and hit Enter or click Submit if necessary.
+
+-  To remove an item from a collection, either click Remove next to the
+   item's barcode in the list of items within the collection or check
+   the "Remove item from collection" box next to the Barcode text box
+   under "Add or remove items, and scan or type in the barcode, clicking
+   Submit or hitting Enter if necessary. Note: The "Remove item from
+   collection" checkbox will remain checked as long as you are on the
+   "Add or remove items" page, unless you uncheck it, to facilitate
+   quickly removing a number of items at a time by scanning their
+   barcodes.
+
+`Transfer a Rotating Collection <#transferrotatingcollection>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Transferring a collection will:
+
+-  Change the current location of the items in that collection to the
+   library it is to be transferred to
+
+-  Initiate a transfer from its original current location/holding
+   library to the current location/holding library it is to be rotated
+   to. When a library receives a collection they will need to check in
+   the items to complete the transfer.
+
+You can transfer a collection in one of two ways:
+
+-  From the main Rotating Collections page, click on Transfer next to
+   the title of the collection you wish to transfer; choose the library
+   you wish to transfer the collection to and click "Transfer
+   collection".
+
+-  Or, from the "add or remove items" page for a collection, you can
+   click the Transfer button, choose the library you wish to transfer
+   the collection to and click "Transfer Collection".
+
+    **Important**
+
+    In order to complete the transfer process, the library receiving the
+    rotating collection should check in all items from the collection as
+    they receive them. This will clear the transfer so that the items
+    are no longer shown as being "in transit".
+
+If an item in a rotating collection is checked in at a library other
+than the one it is supposed to be transferred to, a notification will
+appear notifying library staff that the item is part of a rotating
+collection, also letting them know where the item needs to be sent.
+
+Rotating Collection Item Notification
+|image292|
+
+`Catalog <#catalogtools>`__
+---------------------------
+
+`Batch item modification <#batchmodifyitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Batch item modification
+
+This tool will allow you to modify a batch of item records in Koha.
+
+Batch Modification Tool
+|image293|
+
+From the tool you can choose to upload a file of barcodes or item ids,
+or you can scan items one by one into the box below the upload tool. You
+can also decide the items edited should be populated with the default
+values you have defined in your `default
+framework <#marcbibframeworks>`__.
+
+Once you have your file uploaded or the barcodes listed you can click
+'Continue.'
+
+Batch Modify Summary
+|image294|
+
+You will be presented with a summary of the items you want to modify.
+From here you can uncheck the items you don't want to modify before
+making changes in the form below. You can also hide columns you don't
+need to see to prevent having to scroll from left to right to see the
+entire item form.
+
+    **Note**
+
+    To uncheck all items thar are currently checked out you can click
+    the 'Clear on loan' link at the top of the form.
+
+Using the edit form you can choose which fields to make edits to. By
+checking the checkbox to the right of each field you can clear the
+values in that field for the records you are modifying.
+
+Choose fields you want to change in bulk
+|image295|
+
+Once you have made you changes you will be presented with the resulting
+items.
+
+Item results summary
+|image296|
+
+    **Note**
+
+    You can also edit items on one bib record in a batch by going to the
+    bib record and clicking Edit > Edit items in batch
+
+Edit items in a batch
+|image297|
+
+`Batch item deletion <#batchdeleteitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Batch item deletion
+
+This tool will allow you to delete a batch of item records from Koha.
+
+From the tool you can choose to upload a file of barcodes or item ids,
+or you can scan items one by one into the box below the upload tool.
+
+Batch Deletion Tool
+|image298|
+
+Once you have your file uploaded or the barcodes scanned you can click
+'Continue.'
+
+You will be presented with a confirmation screen. From here you can
+uncheck the items you don't want to delete and decide if Koha should
+delete the bib record if the last item is being deleted before clicking
+'Delete selected items.' If you'd like you can delete the bibliogrphic
+record if you're deleting the last item by clicking the checkbox next to
+'Delete records if no items remain'.
+
+Confirm Deletion
+|image299|
+
+If your file (or list of scanned barcodes) has more than 1000 barcodes,
+Koha will be unable to present you with a list of the items. You will
+still be able to delete them, but not able to choose which items
+specifically to delete or delete the biblio records.
+
+More than 1000 records in the file
+|image300|
+
+If the items are checked out you will be presented with an error after
+clicking 'Delete selected items' and the items will not be deleted.
+
+Items not Deleted
+|image301|
+
+If the items can be deleted they will be and you will be presented with
+a confirmation of your deletion.
+
+Batch Deletion Confirmation
+|image302|
+
+`Batch record deletion <#batchrecorddelete>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This tool will take a batch of record numbers for either bibliographic
+records or authority records and allow you to delete all those records
+and any items attached to them in a batch. Batch record deletion
+
+First you need to tell the tool if you're deleting bibliographic or
+authority records. Next you can load a file with biblionumbers or
+authids or enter a list of those numbers in the box provided. Once you
+submit the form you will be presented with a summary of the records you
+are trying to delete.Summary
+
+If a record you want to delete can't be deleted it will be highlighted.
+
+Check the records you want to delete and click the 'Delete selected
+records' button to finish the process.
+
+`Batch Record Modification <#batchrecordmod>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Batch record modification
+
+This tool will allow you to edit batches of bibliographic and/or
+authority records using `MARC Modification
+Templates <#marcmodtemplates>`__. Before visiting this tool you will
+want to set up at least one MARC modification template.
+
+Batch record modification
+|image303|
+
+When you visit the tool it will ask you:
+
+-  Choose whether you're editing bibliographic or authority records
+
+-  Enter the biblionumbers or authids
+
+   -  You can upload a file of these numbers or
+
+   -  Enter the numbers (one per line) in the box provided
+
+-  Finally choose the MARC Modification Template you'd like to use to
+   edit these records.
+
+Once you've entered your critera click 'Continue'Records to edit
+
+You will be presented with a list of records that will be edited. Next
+to each one is a checkbox so you can uncheck any items you would rather
+not edit at this time.
+
+Clicking Preview MARC will allow you to see what edits will be made when
+you finalize the edit.Modified MARC Preview
+
+Once you're sure everything is the way you want you can click the
+'Modify selected records' button and your records will be modified.
+
+`Automatic item modifications by age <#autoitemagemod>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Automatic item modifications by
+   age
+
+This tool allows librarians to update item specific fields when an item
+reaches a certain age.
+
+    **Note**
+
+    Staff need the items\_batchmod permission to access this tool
+
+    **Important**
+
+    The settings in this tool will be acted upon by the `corresponding
+    cron job <#autoitemupdatecron>`__
+
+If you haven't created any rules you will see the option to 'Add rules'
+on the Tool page. Click this button to create rules.Automatic item
+modifications by age
+
+If you have rules already there will be a button that reads 'Edit
+rules'. To create a new rule click the 'Edit rules' button at the top of
+the page
+
+List of rules
+|image304|
+
+You will be brought to a page where you can edit exisitng rules or
+create a new rule
+
+Add/Edit rules
+|image305|
+
+In the form that appears you can set :
+
+-  the age in days at which the item will update (Age)
+
+-  what criteria is needed to trigger the update (Conditions)
+
+-  what changes are made when the script runs (Substitutions)
+
+New rule
+|image306|
+
+Once you're done you can click the 'Add this rule' link and then add
+additional rules or you can click the 'Submit these rules' button to
+save your changes.
+
+List of rules
+|image307|
+
+`Export Data (MARC & Authorities) <#exportbibs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Export Data
+
+Koha comes with a tool that will allow you to export your bibliographic,
+holdings and/or authority data in bulk. This can be used to send your
+records to fellow libraries, organizations or services; or simply for
+backup purposes.
+
+`Export Bibliographic Records <#exportmarc>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+At the top of the screen you need to pick what data you're exporting. If
+you're exporting bibliographic records with or without the holdings
+information you want to click the 'Export bibliographic records' tab.
+
+-  Fill in the form in order to limit your export to a specific range
+   (all fields are optional)
+
+   Select Records to Export
+   |image308|
+
+   -  Choose to limit your export by any one or more of the following
+      options
+
+      -  Limit to a bib number range
+
+      -  Limit to a specific item type
+
+         -  **Important**
+
+                This limit will use the type you have defined in the
+                `item-level\_itypes <#item-level_itypes>`__ preference.
+                If you have the item-level\_itypes preference set to
+                'specific item' and you have no items attached to a bib
+                record it will not be exported. To get all bib records
+                of a specific type you will need your item-level\_itypes
+                preference set to 'biblio record'.
+
+      -  Limit to a specific library or group of libraries
+
+      -  Limit to a call number range
+
+      -  Limit to an acquisition date range
+
+   -  If you'd like you can load a file of biblionumbers for the records
+      you would like to export
+
+      File of Records to Export
+      |image309|
+
+   -  Next choose what to skip when exporting
+
+      Export options
+      |image310|
+
+      -  By default items will be exported, if you would like to only
+         export bibliographic data, check the 'Don't export items' box
+
+      -  To limit your export only to items from the library you're
+         logged in as (if you leave the 'Library' field set to 'All') or
+         to the library you selected above check the 'Remove non-local
+         items' box
+
+      -  You can also choose what fields you don't want to export. This
+         can be handy if you're sharing your data, you can remove all
+         local fields before sending your data to another library
+
+   -  Finally choose the file type and file name
+
+      File export format
+      |image311|
+
+      -  Choose to export your data in marc or marcxml format
+
+      -  Choose the name you want your file to save as
+
+   -  Click 'Export bibliographic records'
+
+`Export Authority Records <#exportauthority>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+At the top of the screen you need to pick what data you're exporting. If
+you're exporting authority records you want to click the 'Export
+authority records' tab.
+
+-  Fill in the form in order to limit your export to a specific range or
+   type of authority record (all fields are optional)
+
+   Export authorities
+   |image312|
+
+-  Or you can choose a file of authids to exportAuthorities file
+
+-  Next choose fields that you would like to exclude from the export
+   separated by a space (no commas)
+
+   Authority export options
+   |image313|
+
+   -  If you'd like to exclude all subfields of the 200 for example just
+      enter 200
+
+   -  If you'd like to exclude a specific subfield enter it beside the
+      field value 100a will exclude just the subfield 'a' of the 100
+
+-  Finally choose the file type and file name
+
+   Export format
+   |image314|
+
+   -  Choose to export your data in marc or marcxml format
+
+   -  Choose the name you want your file to save as
+
+-  Click 'Export authority records'
+
+`Inventory/Stocktaking <#inventory>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Inventory/Stocktaking
+
+Koha's Inventory Tool can be used in one of two ways, the first is by
+printing out a shelf list that you can then mark items off on, or by
+uploading a text files of barcodes gathered by a portable scanner.
+
+If you do not have the ability to use your barcode scanner on the floor
+of the library, the first option available to you is to generate a shelf
+list based on criteria you enter.
+
+Inventory & Stocktaking Tool
+|image315|
+
+Choose which library, shelving location, call number range, item status
+and when the item was last seen to generate a shelf list that you can
+then print to use while walking around the library checking your
+collection
+
+Shelf List
+|image316|
+
+Alternatively you can export the list to a CSV file for altering in an
+application on your desktop. Simply check the box next to 'Export to csv
+file' to generate this file.
+
+Once you have found the items on your shelves you can return to this
+list and check off the items you found to have the system update the
+last seen date to today.
+
+If you have a portable scanner (or a laptop and USB scanner) you can
+walk through the library with the scanner in hand and scan barcodes as
+you come across them. Once finished you can then upload the text file
+generated by the scanner to Koha
+
+Barcode Import for Inventory Tool
+|image317|
+
+Choose the text file and the date you want to mark all items as seen and
+then scroll to the very bottom and click 'Submit.'
+
+`Label Creator <#labelcreator>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Label Creator
+
+The Label Creator allow you to use layouts and templates which you
+design to print a nearly unlimited variety of labels including barcodes.
+Here are some of the features of the Label Creator module:
+
+-  Customize label layouts
+
+-  Design custom label templates for printed labels
+
+-  Build and manage batches of labels
+
+-  Export single or multiple batches
+
+-  Export single or multiple labels from within a batch
+
+-  Export label data in one of three formats:
+
+   -  PDF - Readable by any standard PDF reader, making labels printable
+      directly on a printer
+
+   -  CSV - Export label data after your chosen layout is applied
+      allowing labels to be imported in to a variety of applications
+
+   -  XML - Included as an alternate export format
+
+`Templates <#labeltemplates>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Label Creator > Manage > Label templates
+
+A template is based on the label/card stock you are using. This might be
+Avery 5160 for address labels, Gaylord 47-284 for spine labels or Avery
+28371 for your patron cards, just to give a couple of examples. These
+labels will include all of the information you will need for setting up
+a Koha, this information may be on the packaging, and if not it can
+usually be found on the vendor's website.
+
+`Add a Template <#addlabeltemplate>`__
+''''''''''''''''''''''''''''''''''''''
+
+To add a new template, you want to click on the 'New' button at the top
+of the Label Creator and choosing 'Label template'.
+
+New Label Template Option
+|image318|
+
+Using the form that appears you can define the template for your sheet
+of labels or cards.
+
+Label Template Form
+|image319|
+
+-  Template ID will be automatically generated after saving your
+   template, this is simply a system generated unique id
+
+-  Template Code should be something you can use to identify your
+   template on a list of templates
+
+-  You can use the Template Description to add additional information
+   about the template
+
+-  The Units pull down is used to define what measurement scale you're
+   going to be using for the template. This should probably match the
+   unit of measurement used on the template description provided by the
+   product vendor.
+
+   Measurement Units
+   |image320|
+
+-  The measurements, number of columns and number of rows can be found
+   on the vendor product packaging or website.
+
+   -  **Important**
+
+          If you do not supply a left text margin in the template, a
+          3/16" (13.5 point) left text margin will apply by default.
+
+-  A profile is a set of "adjustments" applied to a given template just
+   prior to printing which compensates for anomalies unique and peculiar
+   to a given printer (to which the profile is assigned).
+
+   -  Before picking a profile try printing some sample labels so that
+      you can easily define a profile that is right for your
+      printer/template combination.
+
+   -  After finding any anomalies in the printed document, `create a
+      profile <#addlabelprofile>`__ and assign it to the template.
+
+After saving, your templates will appear on the 'Manage' area under
+'Label templates'.
+
+List of label templates
+|image321|
+
+`Profiles <#labelprofiles>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Label Creator > Manage > Printer Profiles
+
+A profile is a set of "adjustments" applied to a given
+`template <#addlabeltemplate>`__ just prior to printing which
+compensates for anomalies unique and peculiar to a given printer (to
+which the profile is assigned). This means if you set a template up and
+then print a sample set of data and find that the items are not all
+aligned the same on each label, you need to set up a profile for each
+printer to make up for the differences in printing styles, such as the
+shifting of text to the left, right, top or bottom.
+
+If your labels are printing just the way you want, you will not need a
+profile.
+
+`Add a Profile <#addlabelprofile>`__
+''''''''''''''''''''''''''''''''''''
+
+To add a new profile, you want to click on the 'New' button at the top
+of the Label Creator tool and choose 'Printer profile'.
+
+New Profile Button
+|image322|
+
+Using the form that appears you can create a profile to fix any problems
+with your template.
+
+Create a Printer Profile
+|image323|
+
+-  The Printer Name and Paper Bin do not have to match your printer
+   exactly, they are for your reference so you can remember what printer
+   you have set the profile for. So if you want to use the Printer model
+   number in printer name or you can call it 'the printer on my desk'
+
+-  Template will be filled in once you have chosen which template to
+   apply the profile to on the `template edit
+   form <#addlabeltemplate>`__
+
+-  The Units pull down is used to define what measurement scale you're
+   going to be using for your profile.
+
+   Units of Measurement
+   |image324|
+
+-  Offset describes what happens when the entire image is off center
+   either vertically or horizontally and creep describes a condition
+   where the distance between the labels changes across the page or up
+   and down the page
+
+   -  For these values, negative numbers move the error up and to the
+      left and positive numbers move the error down and to the right
+
+   -  Example: the text is .25" from the left edge of the first label,
+      .28" from the left edge of the second label and .31" from the left
+      edge of the third label. This means the horizontal creep should be
+      set to .03" to make up for this difference.
+
+After saving, your profiles will appear on the 'Manage' area under
+'Printer profiles'.
+
+List of Profiles
+|image325|
+
+Once you have saved your new profile, you can return to the list of
+templates and choose to edit the template that this profile is for.
+
+`Layouts <#labellayouts>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Label Creator > Manage > Layouts
+
+A layout is used to define the fields you want to appear on your labels.
+
+`Add a Layout <#addlabellayout>`__
+''''''''''''''''''''''''''''''''''
+
+To add a new layout, you want to click on the 'New' button at the top of
+the Label Creator tool and choose 'Layout'.
+
+New Layout Button
+|image326|
+
+Using the form that appears you can create a profile to fix any problems
+with your template.
+
+Add New Layout
+|image327|
+
+-  The name of your layout can be anything you'd like to help you
+   identify it later.
+
+-  If this is a barcode label you'll want to choose the encoding (Code
+   39 is the most common)
+
+-  The layout type can be any combination of bibliographic information
+   and/or barcode. For example a spine label would just be Biblio
+   whereas a label for your circulation staff to use to checkout the
+   book would probably be Biblio/Barcode.
+
+-  The Bibliographic Data to Print includes any of the data fields that
+   may be mapped to your MARC frameworks. You can choose from the preset
+   list of fields or you can click on 'List Fields' and enter your own
+   data. In 'List Fields', you can specify MARC subfields as a
+   4-character tag-subfield string: (ie. 254a for the title field), You
+   can also enclose a whitespace-separated list of fields to concatenate
+   on one line in double quotes. (ie. "099a 099b" or "itemcallnumber
+   barcode"). The fields available are from the database tables list
+   below. Finally you could add in static text strings in single-quote
+   (ie. 'Some static text here.')
+
+   -  You can use the schema viewer (http://schema.koha-community.org)
+      with the following tables to find field names to use:
+
+      -  Currently all fields in the following tables are used: items,
+         biblioitems, biblio, branches
+
+         List fields
+         |image328|
+
+-  Choose if the label maker should print out the guidelines around each
+   label
+
+-  Choose if you'd like Koha to try to split your call numbers (usually
+   used on Spine Labels)
+
+-  Finally choose your text settings such as alignment, font type and
+   size.
+
+After saving, your layouts will appear on the 'Manage Layouts' page.
+
+`Batches <#labelbatches>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  *Get there:* More > Tools > Label Creator > Manage > Label batches
+
+Batches are made up of the barcodes you would like to print. Once in
+this tool you can search for the item records you would like to print
+out labels for.
+
+`Add a Batch <#addlabelbatch>`__
+''''''''''''''''''''''''''''''''
+
+Batches can be created in one of two ways. The first is to click the
+'Create Label Batch' link on the '`Staged MARC
+Management <#managestaged>`__' page:
+
+Create Label Batch Link on Staged Records List
+|image329|
+
+The other is to choose to create a new batch from the label creator tool
+
+Create New Batch
+|image330|
+
+You will be brought to an empty batch with a box to scan barcodes or
+itemnumbers in to and an 'Add item(s)' button at the bottom of the page.
+
+Add Items
+|image331|
+
+You can either scan barcodes in to the box provided and click the 'Add
+item(s)' button or you can click the 'Add item(s)' button with the
+barcodes box empty. Clicking 'Add item(s)' with nothing in the barcodes
+box will open a search window for you to find the items you want to add
+to the batch.
+
+Search for items for a Batch
+|image332|
+
+From the search results, click the check box next to the items you want
+to add to the batch and click the 'Add checked' button. You can also add
+items one by one by clicking the 'Add' link to the left of each item.
+
+Batch search results
+|image333|
+
+Once you have added all of the items click the 'Done' button. The
+resulting page will list the items you have selected.
+
+List of items in the batch
+|image334|
+
+To print your labels, click the 'Export full batch' button. To print
+only some of the labels, click the 'Export selected item(s)' button.
+Either way you will be presented with a confirmation screen where you
+can choose your template and layout.
+
+Start batch export
+|image335|
+
+You will then be presented with three download options: PDF, Excel, and
+CSV.
+
+Batch save options
+|image336|
+
+After saving your file, simply print to the blank labels you have in
+your library.
+
+`Quick Spine Label Creator <#quicklabelcreator>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Quick Spine Label Creator
+
+    **Note**
+
+    This tool does not use the label layouts or templates, it simply
+    prints a spine label in the first spot on the label sheet.
+
+    -  Define the fields you want to print on the spine label in the
+       `SpineLabelFormat <#SpineLabelFormat>`__ system preference
+
+    -  Format your label printing by editing spinelabel.css found in
+       koha-tmpl/intranet-tmpl/prog/en/css/
+
+To use this tool you simply need the barcode for the book you'd like to
+print the spine label for.
+
+Quick Spine Label Creator
+|image337|
+
+`MARC modification templates <#marcmodtemplates>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The MARC Modification Templates system gives Koha users the power to
+make alterations to MARC records automatically while staging MARC
+records for import.
+
+This tool is useful for altering MARC records from various
+venders/sources work with your MARC framework. The system essentially
+allows one to create a basic script using actions to Copy, Move, Add,
+Update and Delete fields.
+
+Start by adding a new template (a template can be made up of one or more
+actions) by entering a name and clicking 'Create template'.
+
+Add a new template
+|image338|
+
+Next you can add actions to the template by filling in the Action box.
+For example if you're loading in a batch of files from your EBook vendor
+you might want to add the biblio item type of EBOOK to the 942$c.Add
+action
+
+-  Choose 'Add/Update'
+
+-  Enter the field 942 and subfield c
+
+-  Enter the value of 'EBOOK' (or whatever your ebook item type code is)
+
+-  Provide a description so you can identify this action later
+
+-  Click 'Add action'
+
+Each action can also have an optional condition to check the value or
+existance of another field. For example you might want to add the call
+number to the item record if it's not already there.
+
+Add conditional action
+|image339|
+
+-  Choose 'Copy'
+
+-  Decide if you want to copy the first occurance or all occurances of
+   the field
+
+-  Enter the field 090 (or other biblio call number field) and subfield
+   a to copy
+
+-  Enter the 952 field and o subfield to copy to
+
+-  Choose 'if'
+
+-  Enter the 952 field and o subfield
+
+-  Choose "doesn't exist"
+
+-  Provide a description so you can identify this action later
+
+-  Click 'Add action'
+
+The Copy & Move actions also support Regular Expressions, which can be
+used to automatically modify field values during the copy/move. An
+example would be to strip out the '$' character in field 020$c.
+
+Add regex action
+|image340|
+
+-  Choose 'Copy and replace'
+
+-  Decide if you want to copy the first occurance or all occurances of
+   the field
+
+-  Enter the field 020 and subfield c to copy
+
+-  Enter the 020 field and c subfield to copy to
+
+-  Check the 'RegEx' box and enter your regular expression (in this case
+   s/\\$// )
+
+-  Choose 'if'
+
+-  Enter the 020 field and c subfield
+
+-  Choose "matches"
+
+-  Check the 'RegEx' box and enter your regular expression (in this case
+   m/^\\$/ )
+
+-  Provide a description so you can identify this action later
+
+-  Click 'Add action'
+
+    **Note**
+
+    The value for an update can include variables that change each time
+    the template is used. Currently, the system supports two variables,
+    \_\_BRANCHCODE\_\_ which is replaced with the branchcode of the
+    library currently using the template, and \_\_CURRENTDATE\_\_ which
+    is replaced with the current date in ISO format ( YYYY-MM-DD ).
+
+You could also use regular expressions to add your library's proxy URL
+in front of links in your MARC record.Add proxy URL
+
+-  Choose 'Copy and replace'
+
+-  Decide if you want to copy the first occurance or all occurances of
+   the field
+
+-  Enter the field 856 and subfield u to copy
+
+-  Enter the 856 field and u subfield to copy to
+
+-  Check the 'RegEx' box and enter your regular expression (in this case
+   s/^/PROXY\_URL/ )
+
+-  Provide a description so you can identify this action later
+
+-  Click 'Add action'
+
+When choosing between 'Copy' and 'Copy and replace' keep the following
+example in mind:
+
+::
+
+    245 _aThe art of computer programming _cDonald E. Knuth.
+    300 _aA_exists _bB_exists
+
+If we apply action (a) Copy the whole field 245 to 300, we get:
+
+::
+
+    245 _aThe art of computer programming _cDonald E. Knuth.
+    300 _aA_exists _bB_exists
+    300 _aThe art of computer programming _cDonald E. Knuth.
+
+If we apply action (b) Copy the subfield 245$a to 300$a, we get:
+
+::
+
+    245 _aThe art of computer programming _cDonald E. Knuth.
+    300 _aThe art of computer programming _bB_exists
+
+Once your actions are saved you can view them at the top of the screen.
+Actions can be moved around using the arrows to the left of them.
+
+View actions
+|image341|
+
+Depending on your actions the order may be very important. For example
+you don't want to delete a field before you copy it to another field.
+
+To add another template you can either start fresh or click the
+'Duplicate current template' checkbox to create a copy of an existing
+template to start with.
+
+Duplicate template
+|image342|
+
+Once your template is saved you will be able to pick it when using the
+`Stage MARC Records for Import <#stagemarc>`__ tool.
+
+Choose template
+|image343|
+
+`Stage MARC Records for Import <#stagemarc>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Stage MARC records for import
+
+This tool can be used to import both bibliographic and authority records
+that are saved in MARC format. Importing records into Koha includes two
+steps. The first is to stage records for import.
+
+-  First find the MARC file on your computer
+
+   Stage MARC Records for Import
+   |image344|
+
+-  Next you will be presented with options for record matching and item
+   imports
+
+   Upload options
+   |image345|
+
+   -  Enter 'Comments about this file' to identify your upload when
+      going to the '`Manage Staged MARC Records <#managestaged>`__' tool
+
+   -  Tell Koha which type of file this is, bibliographic or authority
+
+      Record type
+      |image346|
+
+   -  Choose the character encoding
+
+      Chracter encoding
+      |image347|
+
+   -  Choose if you would like to use a `MARC Modification
+      Template <#marcmodtemplates>`__ to alter the data you're about to
+      import
+
+      Choose modification template
+      |image348|
+
+   -  Choose whether or not you want to look for matching records
+
+      Look for matches
+      |image349|
+
+      -  You can set up `record matching rules <#recordmatchingrules>`__
+         through the administration area
+
+         Matching rules
+         |image350|
+
+         -  When using the ISBN matching rule Koha will find only exact
+            matches. If you find that the ISBN match is not working to
+            your satisfaction you can change the
+            `AggressiveMatchOnISBN <#AggressiveMatchOnISBN>`__
+            preference to 'Do' and then run your import again.
+
+   -  Next choose what to do with matching records if they are found
+
+   -  Finally choose what to do with records that are unique
+
+   -  Next you can choose whether or not to import the item data found
+      in the MARC records (if the file you're loading is a bibliographic
+      file)
+
+      Import items
+      |image351|
+
+      -  From here you can choose to always add items regardless of
+         matching status, add them only if a matching bib was found, add
+         items only if there was no matching bib record, replace items
+         if a matching bib was found (The match will look at the
+         itemnumbers and barcodes to match on for items. Itemnumbers
+         take precendence over barcodes), or Ignore items and not add
+         them.
+
+-  Click 'Stage for import'
+
+-  You will be presented with a confirmation of your MARC import
+
+   MARC Import Confirmation
+   |image352|
+
+-  To complete the process continue to the `Manage Staged MARC Records
+   Tool <#managestaged>`__
+
+`Staged MARC Record Management <#managestaged>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Staged MARC Record Management
+
+Once you have `staged <#stagemarc>`__ your records for import you can
+complete the import using this tool.
+
+List of Staged MARC Records
+|image353|
+
+-  From the list of staged records, click on the file name that you want
+   to finish importing
+
+   -  You will note that records that have already been imported will
+      say so under 'Status'
+
+-  A summary of your import will appear along with the option to change
+   your matching rules
+
+   Manage Staged Records Batch
+   |image354|
+
+-  Below the summary is the option to import the batch of bib records
+   using a specific framework
+
+   Choose Framework to Import Into
+   |image355|
+
+   -  Choosing a framework other than 'Default' isn't necessary, but
+      it's helpful for running reports and having the right bib level
+      item type selected on import.
+
+-  Below the framework selection there will be a list of the records
+   that will be imported
+
+   List of Staged Records
+   |image356|
+
+   -  Review your summary before completing your import to make sure
+      that your matching rule worked and that the records appear as you
+      expect them to
+
+   -  Matches will appear with info under the 'Match details column'
+
+      Matched record
+      |image357|
+
+      and when clicking the 'View' link under 'Diff' you can see the
+      difference between versions.
+
+      Record differences
+      |image358|
+
+-  Click 'Import into catalog' to complete the import
+
+   Import summary
+   |image359|
+
+-  Once your import is complete a link to the new bib records will
+   appear to the right of each title that was imported
+
+-  You can also undo your import by clicking the 'Undo import into
+   catalog' button
+
+Records imported using this tool remain in the 'reservoir' until they
+are cleaned. These items will appear when searching the catalog from the
+`Cataloging <#cataloging>`__ tool:
+
+Reservoir Results
+|image360|
+
+To clean items out of the 'reservoir':
+
+-  Visit the main screen of the Manage Staged MARC Records tool
+
+   List of Staged MARC Records
+   |image361|
+
+-  To clean a batch, click the 'Clean' button to the right
+
+-  You will be presented with a confirmation message
+
+   Clean MARC Records Confirmation
+   |image362|
+
+   -  Accept the deletion and the records will be removed from the
+      reservoir and the status will be changed to 'cleaned'
+
+`Upload Local Cover Image <#uploadlocalimages>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Catalog > Upload Local Cover Image
+
+This tool will allow you to upload cover images for the materials in
+your catalog. To access this tool, staff will need the
+`upload\_local\_cover\_images permission <#toolspermissions>`__. In
+order for images to show in the staff client and/or OPAC you will need
+to set your `LocalCoverImages <#LocalCoverImages>`__ and/or
+`OPACLocalCoverImages <#OPACLocalCoverImages>`__ preferences to
+'Display.' Images can be uploaded in batches or one by one.
+
+    **Note**
+
+    Koha does not have a maximum file size limit for this tool, but
+    Apache may limit the maximum size of uploads (talk to your sys
+    admin).
+
+    **Note**
+
+    When you want to upload multiple images onto a bib record, they will
+    display left to right (then top to bottom, depending on screen real
+    estate) in order of uploading, and the one on the left (the first
+    one uploaded) will be the one used as a thumbnail cover in search
+    results and on the detail page. There is no way to reorder cover
+    images uploaded in this way, so be sure to upload them in the order
+    you'd like them to appear.Multiple cover images on one record
+
+If uploading a single image:
+
+-  Visit the tool and click the 'Browse' button to browse to the image
+   on your local machine.
+
+   Upload single cover image
+   |image363|
+
+-  Click 'Upload file'
+
+-  Choose 'Image file' under the 'File type' section
+
+-  Enter the biblionumber for the record you're attaching this image to.
+   This is not the same as the barcode, this is the system generated
+   number assigned by Koha.
+
+   -  Find the biblionumber by looking at the end of the URL in the
+      address bar when on the detail page
+
+      Biblionumber in URL
+      |image364|
+
+   -  or by clicking on the MARC tab on the detail page in the staff
+      client
+
+      Biblionumber on MARC Record
+      |image365|
+
+-  If you would like to replace any other cover images you may have
+   uploaded in the past, check the 'Replace existing covers' box under
+   the 'Options' section
+
+-  Click 'Process images'
+
+-  You will be presented with a summary of the upload and a link to the
+   record you have just added the image to
+
+If uploading a batch of images at once you will need to prepare a ZIP
+file first.
+
+-  Enter in to the ZIP file all the images you are uploading
+
+-  Also include a text file (\*.TXT) named either datalink.txt or
+   idlink.txt listing the biblionumber followed by the image name for
+   each image one per line
+
+   -  ex. 4091,image4091.jpg
+
+      ZIP File Contents
+      |image366|
+
+-  Browse your local computer to the ZIP file
+
+-  Click 'Upload file'
+
+-  Choose 'Zip file' under the 'File type' section
+
+-  If you would like to replace any other cover images you may have
+   uploaded in the past, check the 'Replace existing covers' box under
+   the 'Options' section
+
+-  Click 'Process images'
+
+-  You will be presented with a summary of the upload
+
+   Upload Summary
+   |image367|
+
+    **Important**
+
+    The source image is used to generate a 140 x 200 px thumbnail image
+    and a 600 x 800 px full-size image. The original sized image
+    uploaded will not be stored by Koha
+
+You will be able to see your cover images in the staff client on the
+detail page under the 'Image' tab in the holdings table at the bottom
+
+Cover images in the staff client
+|image368|
+
+In the OPAC the cover images will also appear in the images tab, as well
+as next to the title and on the search results.
+
+If you would like to remove a cover image you can click 'Delete image'
+below the image if you have the `upload\_local\_cover\_images
+permission <#toolspermissions>`__.
+
+`Additional Tools <#additionaltools>`__
+---------------------------------------
+
+`Calendar <#calholidays>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > Calendar
+
+Libraries can define library closings and holidays to be used when
+calculating due dates. You can make use of the Calendar by turning on
+the proper system preferences:
+
+-  *Get there:*\ More > Administration > Global System Preferences >
+   Circulation > `useDaysMode <#useDaysMode>`__
+
+   -  Choose the method for calculating due date - either include days
+      the library is closed in the calculation or don't include them.
+
+-  *Get there:* More > Administration > Global System Preferences >
+   Circulation > `finescalendar <#finesCalendar>`__
+
+   -  This will check the holiday calendar before charging fines
+
+Calendar & Holidays Tools
+|image369|
+
+`Adding Events <#addevents>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Before adding events, choose the library you would like to apply the
+closings to. When adding events you will be asked if you would like to
+apply the event to one branch or all branches. To add events, simply
+
+-  Click on the date on the calendar that you would like to apply the
+   closing to
+
+   Calendar Add Form
+   |image370|
+
+-  In the form that appears above the calendar, enter the closing
+   information (for more info on each option click the question mark [?]
+   to the right of the option)
+
+   -  Library will be filled in automatically based on the library you
+      chose from the pull down at the top of the page
+
+   -  The day information will also be filled in automatically based on
+      the date you clicked on the calendar
+
+   -  In the description enter the reason the library is closed
+
+   -  Next you can choose if this event is a one time event or if it is
+      repeatable.
+
+      -  If this is a one day holiday choose 'Holiday only on this day'
+
+      -  If this is a weekly closing (like a weekend day) then you can
+         choose 'Holiday repeated every same day of the week'
+
+      -  If this is an annual holiday closing choose 'Holiday repeated
+         yearly on the same date'
+
+      -  If the library is going to be closed for the week or a range of
+         time choose 'Holiday on a range' and enter a 'To Date' at the
+         top
+
+      -  If the library is going to be closed for a range of time each
+         year (such as summer holidays for schools) choose 'Holiday
+         repeated yearly on a range' and enter a 'To Date' at the top
+
+   -  Finally decide if this event should be applied to all libraries or
+      just the one you have originally selected
+
+      -  If you'd rather enter all the holidays and then copy them all
+         to another branch all at once you can use the copy menu below
+         the calendar
+
+         Copy holidays
+         |image371|
+
+-  After saving you will see the event listed in the summary to the
+   right the calendar
+
+   Calendar Summary
+   |image372|
+
+`Editing Events <#editevents>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To edit events
+
+-  Click on the event on the calendar that you want to change (do this
+   by clicking on the date on the calendar, not the event listed in the
+   summary)
+
+   Edit holiday form
+   |image373|
+
+-  From this form you can make edits to the holiday or delete the
+   holiday completely.
+
+   -  All actions require that you click 'Save' before the change will
+      be made.
+
+-  Clicking on repeatable events will offer slightly different options
+
+   Edit repeatable event
+   |image374|
+
+   -  In the form above you will note that there is now an option to
+      'Generate an exception for this repeated holiday,' choosing this
+      option will allow you to make it so that this date is not closed
+      even though the library is usually closed on this date.
+
+      -  All actions require that you click 'Save' before the change
+         will be made.
+
+`Additional Help <#calendarhelp>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When adding or editing events you can get additional help by clicking on
+the question mark next to various different options on the form
+
+Additional Calendar Help Buttons
+|image375|
+
+`CSV Profiles <#csvprofiles>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > CSV Profiles
+
+CSV Profiles are created to define how you would like your cart or list
+to export.
+
+`Add CSV Profiles <#addcsvprofile>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a CSV Profile
+
+-  Click 'CSV Profiles' from the Tools menu
+
+-  The 'Profile type' determines what type of fields you plan to use
+   (MARC or SQL) to define your profile
+
+   -  If you choose MARC then you will need to enter MARC fields
+
+   MARC CSV Profile
+   |image376|
+
+   -  If you choose SQL then you will need to enter SQL database fields
+
+      SQL CSV Profile
+      |image377|
+
+   -  The 'Profile name' will appear on the export pull down list when
+      choosing 'Download' from your cart or list
+
+      Download List
+      |image378|
+
+   -  The 'Profile description' is for your own benefit, but will also
+      appear in the OPAC when patrons download content, so make sure
+      it's clear to your patrons as well
+
+   -  The 'CSV separator' is the character used to separate values and
+      value groups
+
+          **Note**
+
+          The most common option here is comma because most spreadsheet
+          applications know how to open files split by commas.
+
+   -  The 'Field separator' is the character used to separate duplicate
+      fields
+
+      -  Example: You may have multiple 650 fields and this is the
+         character that will appear in between each one in the column
+
+         Field separators in between multiple subjects
+         |image379|
+
+   -  The 'Subfield separator' is the character used to separate
+      duplicate subfields
+
+      -  Example: You may have multiple $a subfields in a field
+
+   -  The 'Encoding' field lets you define the encoding used when saving
+      the file
+
+   -  Finally format your CSV file using the 'Profile MARC' or 'Profile
+      SQL' field
+
+      -  Define which fields or subfields you want to export, separated
+         by pipes. Example : 200\|210$a\|301 for MARC and
+         biblio.title\|biblio.author for SQL
+
+      -  **Note**
+
+             You can also use your own headers (instead of the ones from
+             Koha) by prefixing the field number with an header,
+             followed by the equal sign. Example : Personal
+             name=100\|title=245$a\|300
+
+   When you have entered in all of the information for you profile,
+   simply click 'Submit' and you will be presented with a confirmation
+   that your profile has been saved.
+
+   Confirmation of new CSV profile
+   |image380|
+
+`Modify CSV Profiles <#editcsvprofile>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once you have created at least one CSV Profile an 'Edit profile' tab
+will appear next to the 'New profile' button.
+
+Modify CSV Profiles
+|image381|
+
+-  Choose the profile you would like to edit and alter the necessary
+   fields.
+
+-  After submitting your changes you will be presented with a
+   confirmation message at the top of the screen
+
+   Confirmation of CSV modification
+   |image382|
+
+-  To delete a profile, check the 'Delete selected profile' option
+   before clicking 'Submit Query'
+
+   Delete an existing CSV Profile
+   |image383|
+
+`Using CSV Profiles <#usecsvprofiles>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Your CSV Profiles will appear on the export list or cart menu under the
+'Download' button in both the staff client and the OPAC
+
+CSV Profiles on Download Menu in the Staff Client
+|image384|
+
+`Log Viewer <#logviewer>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > Log Viewer
+
+Actions within the Koha system are tracked in log files. Your `system
+preferences <#logs>`__ can be changed to prevent the logging of
+different actions. These logs can be viewed using the Log Viewer Tool.
+
+Log Viewer
+|image385|
+
+Choosing different combinations of menu options will produce the log
+file for that query.
+
+A query for all logs related to the Circulation module produces a result
+like this
+|image386|
+
+`News <#newstool>`__
+~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > News
+
+Koha's news module allows librarians to post news to the OPAC, staff
+interface and circulation receipts.
+
+Koha News Module
+|image387|
+
+To add news to either the OPAC, the Staff Client or a Circulation
+receipt:
+
+-  Click 'New Entry'
+
+   Add Koha News Form
+   |image388|
+
+   -  Under 'Display Location' choose whether to put the news on the
+      OPAC, Slip (circulation receipt) or the Librarian (Staff)
+      Interface.Display location
+
+   -  Choose the library this news item will show for
+
+   -  Choose a title for your entry
+
+   -  Using the publication and expiration date fields you can control
+      from which date and for how long your news item appears
+
+      -  Examples: (these assume today's date as 07-May-2015)
+
+         -  Publish on current date: set publication date as 07-May-2015
+
+         -  Schedule for publishing in future: set date later than
+            07-May-2015
+
+         -  Backdate the news item: set date earlier than 07-May-2015
+
+   -  'Appear in position' lets you decide what order your news items
+      appear in
+
+   -  The 'News' box allows for the use of HTML for formatting of your
+      news item
+
+-  After filling in all of the fields, click 'Submit'
+
+-  News in the OPAC will appear above the
+   `OpacMainUserBlock <#OpacMainUserBlock>`__
+
+   News in the OPAC
+   |image389|
+
+   -  Below the news in the OPAC there will be an RSS icon allowing you
+      to subscribe to library newsNews RSS feed
+
+-  News in the Staff Client will appear on the far left of the screen
+
+   News in the Staff Client
+   |image390|
+
+-  News on the circulation receipts will appear below the items that are
+   checked out
+
+   News at the bottom of the circulation receipt
+   |image391|
+
+-  Depending on your choice for the
+   `NewsAuthorDisplay <#NewsAuthorDisplay>`__ preference you will also
+   see the person who created the news item (this uses the logged in
+   person)
+
+`Task Scheduler <#taskscheduler>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > Task Scheduler
+
+The task scheduler is a way to schedule reports to run whenever you
+want.
+
+To schedule a task, visit the Task Scheduler and fill in the form
+
+Task Scheduler
+|image392|
+
+-  Current Server Time shows the time on your server (schedule all of
+   your reports to run based on that time - not on your local time)
+
+-  Time should be entered as hh:mm (2 digit hour, 2 digit minute)
+
+-  Date should be entered using the calendar pop up
+
+-  From Report choose the report you want to schedule
+
+-  Choose whether to receive the text of or a link to the results
+
+-  In the Email filed enter the email of the person you want to receive
+   your report
+
+Below the task scheduler form, there is a list of scheduled reports
+
+Scheduled Tasks
+|image393|
+
+You can also schedule reports directly from the list of saved reports by
+clicking the 'Schedule' link
+
+Saved Reports List
+|image394|
+
+`Troubleshooting <#taskscedtroubleshoot>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Task scheduler will not work if the user the web server runs as doesn't
+have the permission to use it. To find out if the right user has the
+permissions necessary, check /etc/at.allow to see what users are in it.
+If you don't have that file, check etc/at.deny. If at.deny exists but is
+blank, then every user can use it. Talk to your system admin about
+adding the user to the right place to make the task scheduler work.
+
+`Quote of the Day (QOTD) Editor <#QOTDEditor>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > Edit quotes for QOTD
+   feature
+
+This tool will allow you to add and edit quotes to show on the OPAC if
+you're using the Quote of the Day (QOTD) feature.
+
+To turn this feature on set the `QuoteOfTheDay <#QuoteOfTheDay>`__
+preference to 'Enable and add at least one quote via the Quote of the
+Day Editor. Once these steps are complete you will see your quotes above
+the `OpacMainUserBlock <#OpacMainUserBlock>`__ in the OPAC:
+
+Quote in the OPAC
+|image395|
+
+`Add a Quote <#addquote>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To add a quote:
+
+-  Click the 'Add quote' button in the toolbar and an empty quote entry
+   will be added to the end of the current quote list.
+
+   Add quote button
+   |image396|
+
+   -  **Important**
+
+          Both the 'Source' and the 'Text' fields must be filled in in
+          order to save the new quote.
+
+          Add quote
+          |image397|
+
+-  When finished filling in both fields, press the <Enter> key on your
+   keyboard to save the new quote.
+
+-  The list will update and the new quote should now be visible in the
+   list.
+
+    **Note**
+
+    You may cancel the addition of a new quote any time prior to saving
+    it simply by pressing the <Esc> key on your keyboard.
+
+`Edit/Delete a Quote <#editquote>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once the current quote pool has been loaded into the editing table, you
+may edit the quote source and text.
+
+-  Edit either the 'Source' or 'Text' fields by clicking on the desired
+   field.
+
+   Edit quote
+   |image398|
+
+-  When you are finished editing a field, press the <Enter> key on your
+   keyboard to save the changes.
+
+The list will be updated, the edits saved, and visible.
+
+If you'd like you can also delete quote(s).
+
+-  Select the quote(s) you desire to delete by clicking on the
+   corresponding quote id.
+
+-  Once quote selection is finished, simply click the 'Delete quote(s)'
+   button.
+
+-  You will be prompted to confirm the deletion.
+
+-  After confirming the deletion, the list will update and the quote(s)
+   will no longer appear.
+
+`Import Quotes <#importquote>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If you'd like you can import a batch of quotes as a CSV file. Your file
+must contain two columns in the form: "source","text" with no header
+row.
+
+    **Note**
+
+    You will be prompted to confirm upload of files larger than 512KB.
+
+-  To start the import process click the 'Import quotes' button at the
+   top of the screen
+
+   Import quotes button
+   |image399|
+
+-  Once on the import quotes screen you can browse your computer for the
+   file you would like to import
+
+   Import quotes
+   |image400|
+
+-  After selecting the CSV file, click the 'Open' button and the file
+   will be uploaded into a temporary editing table.
+
+   Imported quotes
+   |image401|
+
+-  From the listing you can edit either the 'Source' or 'Text' fields by
+   clicking on the desired field. When you are finished editing a field,
+   press the <Enter> key on your keyboard to save the changes.
+
+   Edit imported quote
+   |image402|
+
+-  You can also delete quotes from this listing before completing the
+   import.
+
+   -  Select the quote(s) you desire to delete by clicking on the
+      corresponding quote id.
+
+      Selected for deletion
+      |image403|
+
+   -  Once quote selection is finished, simply click the 'Delete
+      quote(s)' key.
+
+      Delete quote(s)
+      |image404|
+
+   -  You will be prompted to confirm the deletion.
+
+      Confirm deletion
+      |image405|
+
+   -  After confirming the deletion, the list will update and the
+      quote(s) will no longer appear.
+
+-  Once you are satisfied with the quotes, click the 'Save quotes'
+   button in the toolbar at the top and the quotes will be saved.
+
+   Save quotes button
+   |image406|
+
+`Upload <#uploadtool>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  *Get there:* More > Tools > Additional Tools > Upload
+
+This tool will allow you to upload files to your Koha system for
+selection from the `Cataloging form <#uploadbibfile>`__.
+
+`Upload Files <#uploadfiles>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When you first visit the Upload tool you might see a warning about
+missing a category.Upload to temprorary
+
+Categories are defined in the `authorized value <#authorizedvalues>`__
+in the UPLOAD category. If you do not have upload categories then your
+files will be temporary and will be deleted the next time the server is
+rebooted. Once you have a value in the UPLOAD authorized value category
+you will see a Category pull down below the 'Browse' button.Upload to
+category
+
+Browse your computer a file, choose a category and decide if the public
+will be able to download this file via the OPAC. Once your file is
+uploaded you will be presented with a confirmation.Upload confirmation
+
+`Search Files <#searchuploads>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+All uploaded files are searchable from below the upload form. Using the
+form you can search any part of the filename and/or the Hashvalue.Search
+uploaded files
+
+You will be presened with the results of your search.Search results
+
+Patrons
+=======
+
+Before importing and/or adding patrons be sure to set up your `patron
+categories <#patcats>`__.
+
+`Add a new patron <#addnewpatron>`__
+------------------------------------
+
+Patrons are added by going to the 'Patrons' module.
+
+-  *Get there:* Patrons
+
+Once there you can add a new patron.
+
+-  Click 'New patron'
+
+   Choose patron type
+   |image407|
+
+-  The fields that appear on the patron add form can be controlled by
+   editing the `BorrowerUnwantedField <#BorrowerUnwantedField>`__ system
+   preference.
+
+-  First enter the identifying information regarding your patron
+
+   Add Patron Form
+   |image408|
+
+   -  Required fields are defined in the
+      `BorrowerMandatoryField <#BorrowerMandatoryField>`__ system
+      preference
+
+   -  Salutation is populated by the
+      `BorrowersTitles <#BorrowersTitles>`__ system preference
+
+   -  **Note**
+
+          If you'd like to prevent full names from printing on
+          `slips <#notices>`__ and you're not using the Initials or
+          Other name fields for anything else, you can use them for
+          shortened versions of the name to then be printed on the slip.
+
+          For example:
+
+          ::
+
+              Firstname: Nicole C.
+              Surname: Engard
+              Initials: NCE
+
+          Then on the slip you can have it print the
+          <<borrowers.initials>> instead of the full name (NCE).
+
+          Or you could do something like this:
+
+          ::
+
+              Firstname: Nicole
+              Surname: Engard
+              Initials: E
+
+          Then on the slip you can have it print the
+          <<borrowers.initials>>, <<borrowers.firstname>> instead of the
+          full name (E, Nicole).
+
+-  Next enter the contact information
+
+   Patron Contact Information
+   |image409|
+
+   -  For contact information, note that the primary phone and email
+      addresses are the ones that appear on notices and slips printed
+      during circulation (receipts, transfer slips and hold slips). The
+      primary email is also the one that overdue notices and other
+      messages go to.
+
+-  If this patron is a child, you will be asked to attach the child
+   patron to an adult patron
+
+   Guarantor Linking
+   |image410|
+
+   -  Click 'Set to Patron' to search your system for an existing patron
+
+   -  If the Guarantor is not in the system, you can enter the first and
+      last name in the fields available
+
+   -  The relationships are set using the
+      `borrowerRelationship <#borrowerRelationship>`__ system preference
+
+-  If this patron is a professional, you will be asked to attach the
+   patron to an organizational patron
+
+   Organization Linking
+   |image411|
+
+   -  Click 'Set to Patron to search your system for an existing patron
+
+-  Each patron can have an alternate contact
+
+   Alternate Contact
+   |image412|
+
+   -  An alternate contact could be a parent or guardian. It can also be
+      used in academic settings to store the patron's home address.
+
+-  The library management section includes values that are used within
+   the library
+
+   Library Management
+   |image413|
+
+   -  The card number field is automatically calculated if you have the
+      `autoMemberNum <#autoMemberNum>`__ system preference set that way
+
+      -  **Note**
+
+             For a newly installed system this preference will start at
+             1 and increment by 1 each time after. To have it start with
+             the starting number of your barcodes, enter the first
+             barcode by hand in the patron record and save the patron.
+             After that the field will increment that number by 1.
+
+   -  If you accidentally chose the wrong patron category at the
+      beginning you can fix that here
+
+   -  Sort 1 and 2 are used for statistical purposes within your library
+
+-  Next, the Library Setup section includes additional library settings
+
+   Library set-up options
+   |image414|
+
+   -  The registration date will automatically be filled in with today's
+      date
+
+   -  If your patron cards expire (based on your `patron category
+      settings <#patcats>`__) the Expiry date will automatically be
+      calculated
+
+   -  The OPAC Note is a note for the patron - it will appear in the
+      OPAC on the patron's record
+
+   -  The Circulation Note is meant solely for your library staff and
+      will appear when the circulation staff goes to check an item out
+      to the patron
+
+      Sample Circulation Note
+      |image415|
+
+   -  The Staff/OPAC asks for the username and password to be used by
+      the patron (and/or staff member) to log into their account in the
+      OPAC and for staff to log in to the staff client.
+
+      -  Staff will only be able to use this log in info to log in to
+         the staff client if they have the `necessary
+         permissions <#patronpermissions>`__.
+
+-  If you have set `additional patron
+   attributes <#patronattributetypes>`__ up, these will appear next
+
+   Additional Patron Attributes
+   |image416|
+
+-  Finally, if you have
+   `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ set
+   to 'allow,' you can choose the messaging preferences for this patron.
+
+   Patron Messaging Settings
+   |image417|
+
+   -  These notices are:
+
+      -  Advanced notice : A notice in advance of the patron's items
+         being due (The patron can choose the number of days in advance)
+
+      -  Item checkout : A notice that lists all the of the items the
+         patron has just checked out and/or renewed, this is an
+         electronic form of the checkout receipt
+
+      -  Hold filled : A notice when you have confirmed the hold is
+         waiting for the patron
+
+      -  Item due : A notice on the day and item is due back at the
+         library
+
+      -  Item check-in : A notice that lists all the of the items the
+         patron has just checked in
+
+   -  Patrons can choose to receive their notices as a digest by
+      checking the 'Digest only?' box along with the delivery method. A
+      digest is a combination of all the messages of that type (so all
+      items due in 3 days in one email) in to one email instead of
+      multiple emails for each alert.
+
+   -  **Important**
+
+          These preferences will override any you set via the `patron
+          categories <#addingpatroncat>`__
+
+   -  **Important**
+
+          These preference can be altered by the patron via the OPAC
+
+-  Once finished, click 'Save'
+
+If the system suspects this patron is a duplicate of another it will
+warn you.
+
+Patron Duplicate Suspected
+|image418|
+
+    **Note**
+
+    A duplicate patron is detected if first and last names match and
+    there is no date of birth populated or if first name, last name and
+    date of birth fields are all populated. If two patrons have matching
+    names, but one has a date of birth and the other does not they will
+    not match as duplicates.
+
+If you have set a minimum or upper age limit on the patron category and
+are requiring that the birth date be filled in, Koha will warn you if
+the patron you're adding is too old or young for the patron category you
+have selected:
+
+Patron age warning
+|image419|
+
+`Add a Staff Patron <#addstaffpatron>`__
+----------------------------------------
+
+All staff members must be entered into Koha as patrons of the 'Staff'
+type. Follow the steps in `Add a Patron <#addnewpatron>`__ to add a
+staff member. To give the staff member permissions to access the staff
+client, follow the steps in `Patron Permissions <#patronpermissions>`__
+
+    **Important**
+
+    Remember to assign your staff secure usernames and passwords since
+    these will be used to log into the staff client.
+
+`Add a Statistical Patron <#addstatspatron>`__
+----------------------------------------------
+
+One way to track use of in house items is to "check out" the materials
+to a statistical patron. The "check out" process doesn’t check the book
+out, but instead tracks an in house use of the item. To use this method
+for tracking in house use you first will need a `patron
+category <#patcats>`__ set up for your Statistical patron.
+
+In House Patron Category
+|image420|
+
+Next, you will need to create a new patron of the statistical type
+
+New In House Patron
+|image421|
+
+Next, follow the steps put forth in the '`Add a new
+Patron <#addnewpatron>`__' section of this manual. Since this patron is
+not a real person, simply fill in the required fields, the correct
+library and nothing else.
+
+To learn about other methods of tracking in house use visit the
+`Tracking inhouse use <#trackinhouse>`__ section of this manual.
+
+`Duplicate a Patron <#duplicatepatron>`__
+-----------------------------------------
+
+Sometimes when you're adding a new family to your system you don't want
+to type the contact information over and over. Koha allows for you to
+duplicate a patron and change only the parts you want to (or need to)
+change.
+
+-  Open the patron you want to use as your base (the patron you want to
+   duplicate information from)
+
+-  Click the 'Duplicate' button at the top of their record
+
+   The Duplicate Button is the 3rd one in
+   |image422|
+
+-  All of the fields with the exception of first name, card number,
+   username and password have been duplicated. Fill in the missing
+   pieces and click 'Save'
+
+   Duplicating Patron Form
+   |image423|
+
+   -  **Note**
+
+          Clicking in a field that is already populated with data will
+          clear that field of all information (making it easier for you
+          to type in something different)
+
+-  You will be brought to your new patron
+
+   Newly created patron
+   |image424|
+
+`Add Patron Images <#addpatronimages>`__
+----------------------------------------
+
+If you would like you can add patron images to help identify patrons. To
+enable this feature you must first set the
+`patronimages <#patronimages>`__ preference to 'Allow'.
+
+If the preference is set to 'Allow' you will see a placeholder image
+under the patron's name and box to upload a patron image below the basic
+contact information.
+
+Add patron image
+|image425|
+
+In the 'Upload Patron Image' box click 'Browse' to find the image on
+your computer and 'Upload' to load the image on to the patron record.
+
+Patron image
+|image426|
+
+    **Important**
+
+    There is a limit of 100K on the size of the picture uploaded and it
+    is recommended that the image be 200x300 pixels, but smaller images
+    will work as well.
+
+`Editing Patrons <#editpatrons>`__
+----------------------------------
+
+Patrons in Koha can be edited using one of many edit buttons.
+
+-  To edit the entire patron record simply click the 'Edit' button at
+   the top of the patron record.
+
+   Main Patron Edit Menu
+   |image427|
+
+-  Patron passwords are not recoverable. The stars show on the patron
+   detail next to the Password label are always there even if a password
+   isn't set. If a patron forgets their password the only option is to
+   reset their password. To change the patron's password, click the
+   'Change Password' button
+
+   Patron Password Change Form
+   |image428|
+
+   -  Koha cannot display existing passwords. Leave the field blank to
+      leave password unchanged.
+
+   -  This form can automatically generate a random password if you
+      click the link labeled "Click to fill with a randomly generated
+      suggestion. Passwords will be displayed as text."
+
+-  To edit a specific section of the patron record (for example the
+   Library Use section) click the 'Edit' link below the section
+
+   Library Use Section of Patron Record
+   |image429|
+
+-  A patron image can be added by browsing for the image on your machine
+   from the 'Manage Patron Image' section
+
+   Manage Patron Image Form
+   |image430|
+
+   -  This form will not appear if you have the
+      `patronimages <#patronimages>`__ system preference to not allow
+      patron images
+
+   -  To add patron images in bulk, use the `Upload Patron
+      Images <#uploadpatronimages>`__ Tool
+
+-  Patrons can also be blocked from checking items out by setting Patron
+   Flags
+
+   Patron Warning Flags
+   |image431|
+
+   -  If you would like your circulation staff to confirm a patron's
+      address before checking items out to the patron, you can see the
+      'Gone no Address' flag
+
+      Patron's address in doubt
+      |image432|
+
+   -  If the patron reports that they have lost their card you can set
+      the 'Lost Card' flag to prevent someone else from using that card
+      to check items out
+
+      Patron lost card
+      |image433|
+
+   -  If you would like to bar a patron from the library you can add a
+      manual restriction
+
+      Add manual restriction
+      |image434|
+
+      -  **Note**
+
+             This flag can automatically be set with the `Overdue/Notice
+             Status Triggers <#noticetriggers>`__
+
+   -  If you enter in a date and/or note related to the restriction you
+      will see that in the restricted message as well
+
+      Restricted until message
+      |image435|
+
+-  Children patrons do not become adults automatically in Koha unless
+   you have `Juvenile to Adult cron job <#j2acron>`__ running. To
+   upgrade a child patron to and adult patron category manually go to
+   the 'More' menu and choose 'Update Child to Adult Patron'
+
+   Update Child to Adult Patron
+   |image436|
+
+   -  You will then be presented with a pop up window asking which one
+      of your adult patron categories this Child should be updated to
+
+      Choose Adult Category to Update To
+      |image437|
+
+`Managing Patron Self Edits <#mangepatronedits>`__
+--------------------------------------------------
+
+If you are allowing patrons to edit their accounts via the OPAC with the
+`OPACPatronDetails <#OPACPatronDetails>`__ preference then you will need
+to approve all changes via the staff client before they're applied. If
+there are patron edits awaiting action they will appear on the staff
+client dashboard below the modules list (along with other items awaiting
+action).
+
+Patron requests waiting
+|image438|
+
+    **Note**
+
+    Superlibrarians will see modifications for any branch, other staff
+    will only see modifications for patrons who belong to their logged
+    in branch.
+
+When you click the 'Patrons requesting modifications' link you will be
+brought to a list of patrons with requested changes.
+
+Manage patron updates
+|image439|
+
+From here you can 'Approve' and apply the changes to the patron record,
+'Delete' and remove the changes or 'Ignore' and keep the changes pending
+to review later.
+
+If you would like to see the entire patron record you can click the
+'Patron details' links to the right of the buttons. This will open in a
+new tab.
+
+`Patron Permissions <#patronpermissions>`__
+-------------------------------------------
+
+Patron Permissions are used to allow staff members access to the staff
+client.
+
+    **Important**
+
+    In order for a staff member to log into the staff interface they
+    must have (at the very least) 'catalogue' permissions which allow
+    them to view the staff interface.
+
+`Setting Patron Permissions <#setpatronperms>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To set patron permissions, you must first `have a patron of the 'Staff'
+type <#addstaffpatron>`__ open
+
+-  On the patron record click More and choose Set Permissions to alter
+   patron permissions
+
+   Set Patron Permissions
+   |image440|
+
+-  You will be presented with a list of preferences, some of which can
+   be expanded by clicking the plus sign to the left of the section
+   title.
+
+   Patron Permissions
+   |image441|
+
+`Patron Permissions Defined <#patronpermsdefined>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  superlibrarian
+
+   -  Access to all librarian functions
+
+      -  **Note**
+
+             With this selected there is no need to choose any other
+             permissions
+
+-  circulate
+
+   -  Check out and check in items
+
+   -  This section can be expanded (`Learn more <#circpermissions>`__)
+
+-  catalogue
+
+   -  **Required for staff login.** Staff access, allows viewing the
+      catalogue in staff client
+
+      -  **Important**
+
+             Must be given to all staff members to allow them to login
+             to the staff client
+
+-  parameters
+
+   -  Manage Koha system systems (Administration panel)
+
+   -  This section can be expanded (`Learn
+      more <#parameterpermissions>`__)
+
+-  borrowers
+
+   -  Add or modify patrons
+
+-  permissions
+
+   -  Set user permissions
+
+-  reserveforothers
+
+   -  Place and modify holds for patrons
+
+   -  This section can be expanded (`Learn
+      more <#reservepermissions>`__)
+
+-  editcatalogue
+
+   -  Edit Catalog (Modify bibliographic/holdings data)
+
+   -  This section can be expanded (`Learn more <#catpermissions>`__)
+
+-  updatecharges
+
+   -  Manage patrons fines and fees
+
+   -  This section can be expanded (`Learn
+      more <#updatechargespermissions>`__)
+
+-  acquisition
+
+   -  Acquisition and/or suggestion management
+
+   -  This section can be expanded (`Learn more <#acqpermissions>`__)
+
+-  management
+
+   -  Set library management params (deprecated)
+
+      -  **Important**
+
+             This permission level no longer controls anything.
+
+-  tools
+
+   -  Use all tools
+
+   -  This section can be expanded (`Learn more <#toolspermissions>`__)
+
+-  editauthorities
+
+   -  Edit Authorities
+
+-  serials
+
+   -  Manage serial subscriptions
+
+   -  This section can be expanded (`Learn more <#serpermissions>`__)
+
+-  reports
+
+   -  Allow access to the reports module
+
+   -  Reports found on the Circulation page are not controlled by this
+      permission
+
+   -  This section can be expanded (`Learn more <#reportpermissions>`__)
+
+-  staffaccess
+
+   -  Allow staff members to modify permissions for other staff members
+
+   -  **Important**
+
+          Requires the borrowers permission above
+
+-  plugins
+
+   -  Koha plugins
+
+   -  This section can be expanded (`Learn more <#pluginpermissions>`__)
+
+-  lists
+
+   -  Koha Lists
+
+   -  **Important**
+
+          All staff have permission to create and modify their own
+          lists, this permission is only necessary if you'd like to give
+          a staff member permission to delete public lists that they
+          have not created.
+
+   -  This section can be expanded (`Learn more <#listspermissions>`__)
+
+`Granular Circulate Permissions <#circpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'circulate' permissions they have the ability to
+perform all of these actions. If you would like to control circulation
+permissions on a more granular level choose from these options:
+
+-  circulate\_remaining\_permissions
+
+   -  Remaining circulation permissions
+
+   -  All circulation rights except those covered by permissions listed
+      below
+
+-  force\_checkout
+
+   -  Force checkout if a limitation exists
+
+   -  With this permission a librarian will be allowed to override a
+      check out restriction in the following cases:
+
+      -  age restriction
+
+      -  the item is issued to another patron
+
+      -  the item is not for loan
+
+      -  the patron has overdue items
+
+      -  the item is lost
+
+      -  the item is a high demand item
+
+      -  the item is on hold
+
+-  manage\_restrictions
+
+   -  Manage restrictions for accounts
+
+   -  Grants permission to the staff member to lift a restriction that
+      might be on the patron's record
+
+-  overdues\_report
+
+   -  Execute overdue items report
+
+   -  The permission to run the overdues reports found under Circulation
+
+-  override\_renewals
+
+   -  Override blocked renewals
+
+   -  Requires that the staff member also has
+      circulate\_remaining\_permissions
+
+`Granular Parameters Permissions <#parameterpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'parameters' permissions they have the ability
+to perform all of these actions. If you would like to control parameter
+permissions on a more granular level choose from these options:
+
+-  manage\_circ\_rules
+
+   -  Manage circulation rules
+
+   -  The ability to access the `Circulation and fines
+      rules <#circfinerules>`__ in the administration area
+
+-  parameters\_remaining\_permissions
+
+   -  Remaining system parameters permissions
+
+   -  The ability to access all areas in Administration (other than the
+      Circulation and fine rules)
+
+`Granular Holds Permissions <#reservepermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'reserveforothers' permissions they have the
+ability to perform all of these actions. If you would like to control
+holds permissions on a more granular level choose from these options:
+
+-  modify\_holds\_priority
+
+   -  Modify holds priority
+
+   -  Allow staff members to alter the holds priority (moving patrons up
+      and down the queue)
+
+-  place\_holds
+
+   -  Place holds for patrons
+
+`Granular Cataloging Permissions <#catpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'editcatalogue' permissions they have the
+ability to perform all of these actions. If you would like to control
+cataloging permissions on a more granular level choose from these
+options:
+
+-  delete\_all\_items
+
+   -  Delete all items at once
+
+   -  Ability to use the 'Delete all items' option found under the
+      'Edit' menu in cataloging
+
+-  edit\_catalogue
+
+   -  Edit catalog (Modify bibliographic/holdings data)
+
+   -  Ability to access all cataloging functions via the
+      `Cataloging <#cataloging>`__ page
+
+-  edit\_items
+
+   -  Edit items
+
+   -  Ability to make `edits to item/holdings
+      records <#editingitems>`__, but not bibliographic records
+
+-  edit\_items\_restricted
+
+   -  Limit item modification to subfields defined in the
+      `SubfieldsToAllowForRestrictedEditing <#SubfieldsToAllowForRestrictedEditing>`__
+      preference
+
+   -  **Note**
+
+          Please note that edit\_items permission is still required
+
+-  fast\_cataloging
+
+   -  Fast cataloging
+
+   -  The ability to catalog using only the `Fast Add
+      Framework <#fastaddcat>`__ found on the
+      `Circulation <#circulation>`__ page
+
+`Granular Fines and Charges Permissions <#updatechargespermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If a staff member has 'updatecharges' permission they have the ability
+to perform all of these actions. If you would like to control fines and
+charges permissions on a more granular level choose from these options:
+
+-  remaining\_permissions
+
+   -  Remaining permissions for managing fines and fees other than the
+      ability to write off charges
+
+-  writeoff
+
+   -  Write off fines and fees
+
+`Granular Acquisitions Permissions <#acqpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'acquisition' permissions they have the ability
+to perform all of these actions. If you would like to control
+acquisitions permissions on a more granular level choose from these
+options:
+
+-  budget\_add\_del
+
+   -  Add and delete budgets (but can't modify budgets)
+
+-  budget\_manage
+
+   -  Manage budgets
+
+-  budget\_manage\_all
+
+   -  Manage all budgets
+
+   budget\_modify
+
+   -  Modify budget (can't create lines, but can modify existing ones)
+
+-  contracts\_manage
+
+   -  Manage contracts
+
+-  group\_manage
+
+   -  Manage orders and basket groups
+
+-  order\_manage
+
+   -  Manage orders and baskets
+
+-  order\_manage\_all
+
+   -  Manage all orders and baskets, regardless of restrictions on them
+
+-  order\_receive
+
+   -  Manage orders and baskets
+
+-  period\_manage
+
+   -  Manage periods
+
+-  planning\_manage
+
+   -  Manage budget planning
+
+-  vendors\_manage
+
+   -  Manage vendors
+
+`Granular Serials Permissions <#serpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'serials' permissions they have the ability to
+perform all of these actions. If you would like to control serials
+permissions on a more granular level choose from these options:
+
+-  check\_expiration
+
+   -  Check the `expiration of a serial <#serialexpiration>`__
+
+-  claim\_serials
+
+   -  Claim missing serials via the `Claims section <#serialclaims>`__
+
+-  create\_subscription
+
+   -  Create `a new subscription <#newsubscription>`__
+
+-  delete\_subscription
+
+   -  Delete an existing subscription
+
+-  edit\_subscription
+
+   -  Edit an existing subscription
+
+   -  This permission does not include the ability to delete or create a
+      subscription
+
+-  receive\_serials
+
+   -  Serials receiving
+
+   -  Receive serials on existing subscriptions
+
+-  renew\_subscription
+
+   -  Renew a subscription
+
+-  routing
+
+   -  Routing
+
+   -  Manage `routing lists <#routinglist>`__
+
+-  superserials
+
+   -  Manage subscriptions from any branch (only applies when
+      `IndependantBranches <#IndependentBranches>`__ is used)
+
+`Granular Tools Permissions <#toolspermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'tools' permissions they have the ability to
+access and use all items under the Tools menu. If you would like to
+control which tools staff members have access to on a more granular
+level choose from these options:
+
+-  batch\_upload\_patron\_images
+
+   -  Upload patron images in batch or one at a time
+
+   -  Access to the `Image Upload Tool <#uploadpatronimages>`__
+
+-  delete\_anonymize\_patrons
+
+   -  Delete old borrowers and anonymize circulation/reading history
+      (deletes borrower reading history)
+
+   -  Access to the `Anonymize Patron Tool <#anonpatrons>`__
+
+-  edit\_calendar
+
+   -  Define days when the library is closed
+
+   -  Access to the `Calendar/Holidays Tool <#calholidays>`__
+
+-  edit\_news
+
+   -  Write news for the OPAC and staff interfaces
+
+   -  Access to the `News Tool <#newstool>`__
+
+-  edit\_notice\_status\_triggers
+
+   -  Set notice/status triggers for overdue items
+
+   -  Access to the `Overdue Notice Status/Triggers
+      Tool <#noticetriggers>`__
+
+-  edit\_notices
+
+   -  Define notices
+
+   -  Access to the `Notices Tool <#notices>`__
+
+-  export\_catalog
+
+   -  Export bibliographic, authorities and holdings data
+
+   -  Access to the `Export Data Tool <#exportbibs>`__
+
+-  import\_patrons
+
+   -  Import patron data
+
+   -  Access to the `Import Patrons Tool <#patronimport>`__
+
+-  inventory
+
+   -  Perform inventory (stocktaking) of your catalog
+
+   -  Access to the `Inventory Tool <#inventory>`__
+
+-  items\_batchdel
+
+   -  Perform batch deletion of items
+
+   -  Access to the `Batch Item Deletion Tool <#batchdeleteitems>`__
+
+-  items\_batchmod
+
+   -  Perform batch modification of items
+
+   -  Access to the `Batch Item Modification Tool <#batchmodifyitems>`__
+
+-  items\_batchmod\_restricted
+
+   -  Limit `batch item modification <#batchmodifyitems>`__ to subfields
+      defined in the
+      `SubfieldsToAllowForRestrictedBatchmod <#SubfieldsToAllowForRestrictedBatchmod>`__
+      preference
+
+   -  **Note**
+
+          Please note that items\_batchmod permission is still required
+
+-  label\_creator
+
+   -  Create printable labels and barcodes from catalog and patron data
+
+   -  Access to the `Label Creator <#labelcreator>`__ and `Quick Label
+      Creator <#quicklabelcreator>`__ Tools
+
+-  manage\_csv\_profiles
+
+   -  Manage CSV export profiles
+
+   -  Access to the `CSV Profiles Tool <#csvprofiles>`__
+
+-  manage\_staged\_marc
+
+   -  Manage staged MARC records, including completing and reversing
+      imports
+
+   -  Access to the `Manage Staged MARC Records Tool <#managestaged>`__
+
+-  moderate\_comments
+
+   -  Moderate patron comments
+
+   -  Access to the `Comments Tool <#comments>`__
+
+-  moderate\_tags
+
+   -  Moderate patron tags
+
+   -  Access to the `Tags Tool <#tagsmoderation>`__
+
+-  records\_batchdel
+
+   -  Perform batch deletion of records (bibliographic or authority)
+
+   -  Access to the `Batch Record Deletion Tool <#batchrecorddelete>`__
+
+-  rotating\_collections
+
+   -  Manage rotating collections
+
+   -  Access to the `Rotating Collections Tool <#rotatingcollections>`__
+
+-  schedule\_tasks
+
+   -  Schedule tasks to run
+
+   -  Access to the `Task Scheduler Tool <#taskscheduler>`__
+
+-  stage\_marc\_import
+
+   -  Stage MARC records into the reservoir
+
+   -  Access to the `Stage MARC Records Tool <#stagemarc>`__
+
+-  upload\_general\_files
+
+   -  Upload any file
+
+   -  Access to upload files via the `Upload Tool <#uploadtool>`__
+
+-  upload\_local\_cover\_images
+
+   -  Upload local cover images
+
+   -  Access to the `Upload Local Cover Image
+      Tool <#uploadlocalimages>`__ as well as permission to add and
+      delete local cover images from the bib detail page
+
+-  upload\_manage
+
+   -  Manage uploaded files
+
+   -  Access to uploaded files via the `Upload Tool <#uploadtool>`__
+
+          **Note**
+
+          upload\_general\_files permission is required for this
+          permission
+
+-  view\_system\_logs
+
+   -  Browse the system logs
+
+   -  Access to the `Log Viewer Tool <#logviewer>`__
+
+`Granular Reports Permissions <#reportpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'reports' permissions they have the ability to
+perform all of these actions. If you would like to control reports
+permissions on a more granular level choose from these options:
+
+-  create\_reports
+
+   -  Create SQL Reports
+
+   -  The ability to create and edit but not run SQL reports
+
+-  execute\_reports
+
+   -  Execute SQL Reports
+
+   -  The ability to run but not create or edit SQL reports
+
+`Granular Plugins Permissions <#pluginpermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If the staff member has 'plugins' permissions they have the ability to
+perform all of these actions. If you would like to control reports
+permissions on a more granular level choose from these options:
+
+-  configure
+
+   -  Configure plugins
+
+   -  The ability to run the 'configure' section of a plugin if it has
+      one
+
+-  manage
+
+   -  Manage plugins
+
+   -  The ability to install or uninstall plugins
+
+-  report
+
+   -  Use report plugins
+
+   -  The ability to use report plugins
+
+-  tool
+
+   -  Use tool plugins
+
+   -  The ability to use tool plugins
+
+`Granular Lists Permissions <#listspermissions>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+All staff members have permission to access lists. This section only
+needs to be checked off if you want to give permission to a staff member
+to delete public lists that they have no created themselves.
+
+-  delete\_public\_lists
+
+   -  Delete public lists
+
+`Patron Information <#patroninformation>`__
+-------------------------------------------
+
+When viewing a patron record you have the option to view information
+from one of many tabs found on the left hand side of the record.
+
+-  *Get there:* Patrons > Browse or search for patron > Click patron
+   name
+
+`Check Out <#patcheckout>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+For instruction on checking items out, view the `Checking
+Out <#checkingout>`__ section of this manual.
+
+Staff members can access their own check out screen by clicking their
+username in the top right of the staff client and choosing 'My
+checkouts'My checkouts
+
+`Details <#patrondetails>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Staff members can access their own account details by clicking their
+username in the top right of the staff client and choosing 'My account'
+
+My account
+|image442|
+
+All patron information will appear on the Details tab. This includes all
+the contact information, notes, custom patron attributes, messaging
+preferences, etc entered when adding the patron.
+
+In the case of patrons who are marked as 'Child' or 'Professional' and
+their Guarantors additional information will appear on their record.
+
+-  A child patron will list their Guarantor
+
+   Guarantor listed and linked from the child record
+   |image443|
+
+-  On the Guarantor's record, all children and/or professionals will be
+   listed
+
+   Guarantees listed on the Guarantor's profile
+   |image444|
+
+`Circulation Summary <#patcircsummary>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Below the patron's information on the details screen is a tabbed display
+of the items they have checked out, overdue, and on hold.
+
+Checkout summary
+|image445|
+
+If they have family at the library staff can see what the other family
+members have checked out.
+
+Relative checkouts
+|image446|
+
+The Restrictions tab will show for all patrons. If the patron has no
+restrictions you will see that on the tab.
+
+Patron restrictions
+|image447|
+
+If the patron has restrictions on their account the tab will show the
+number and the description.
+
+Patron restrictions
+|image448|
+
+Using the 'Add manual restriction' button you can add a restriction to
+the patron record from here.
+
+Add restriction
+|image449|
+
+`Fines <#patronfines>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+The patron's complete accounting history will appear on the Fines tab.
+Contrary to its name, the Fines tab does not just show fine data, it
+also shows membership fees, rental fees, reserve fees and any other
+charge you may have for patrons.
+
+Patron Accounting Summary
+|image450|
+
+The table will show you the following columns:
+
+-  Date: the date the charge/payment was posted
+
+   -  In the case of fines this will be the last day that the fine was
+      accrued
+
+-  Description: a description of the charges including the due date for
+   overdue items and a link to the item record where one is available
+
+-  Note: any notes about this charge/payment
+
+   -  If you're allowing patrons to pay fines via the OPAC with PayPal
+      (`EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__) you
+      will see a Note that says 'PayPal' for items paid this wayPayPal
+      Fines
+
+-  Amount: the total amount of the payment or charge
+
+-  Outstanding: the amount still due on charge
+
+-  The ability to reverse a payment
+
+-  A link to print a receipt for that line item
+
+At the top of the table you can click the 'Filter paid transaction' to
+hide all completed transaction and above that you can use the search box
+to find a specific charge or payment.
+
+`Charging Fines/Fees <#chargefines>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Most fees and fines will be charged automatically if the `fines cron
+job <#finescronjob>`__ is running:
+
+-  Fines will be charged based on your `Circulation & Fines
+   Rules <#circfinerules>`__
+
+-  Hold fees will be charged based on the rules you set in the `Patron
+   Types & Categories <#patcats>`__ administration area
+
+-  Rental fees will be charged based on the settings in your `Item
+   Types <#itemtypeadmin>`__ administration area
+
+-  Marking an item 'Lost' via the cataloging module will automatically
+   charge the patron the replacement cost for that item
+
+`Pay/Reverse Fines <#payfines>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Each line item can be paid in full (or written off) using the 'Pay
+Fines' tab.
+
+Paying Fines
+|image451|
+
+-  Each line item can be paid in full, partially paid, or written off.
+
+-  Pay a fine in full
+
+   -  If you have a note about the payment please type that first then
+      move on
+
+   -  Click "Pay" next to the fine you want to pay in full
+
+   -  The full amount of the fine will be populated for you in the
+      "Collect From Patron" box
+
+      Pay fine
+      |image452|
+
+   -  Click "Confirm"
+
+   -  The fine will be removed from outstanding fines, and displayed as
+      fully paid.
+
+-  Pay a partial fine
+
+   -  Click "Pay" next to the fine you want to partially pay
+
+   -  Enter the amount you are collecting from the patron in the
+      "Collect From Patron" box
+
+      Pay partial fine
+      |image453|
+
+   -  Click "Confirm"
+
+   -  The fine will be updated to show the original Amount, and the
+      current Amount Outstanding
+
+-  Pay an amount towards all fines
+
+   -  Click the "Pay Amount" button
+
+   -  Enter the amount you are collecting from the patron in "Collect
+      from Patron." The sum of all fines is shown in "Total Amount
+      Outstanding"
+
+      Pay Amount
+      |image454|
+
+   -  Click "Confirm"
+
+   -  The fine totals will be updated with the payment applied to oldest
+      fines first.
+
+-  Pay Selected fines
+
+   -  Check the selection boxes next to the fines you wish to pay, click
+      "Pay Selected"
+
+      Select lines to pay
+      |image455|
+
+   -  Enter an amount to pay towards the fines.
+
+      Pay Selected
+      |image456|
+
+   -  Click "Confirm"
+
+   -  The fine totals will be updated with the payment applied to the
+      oldest selected fines first.
+
+-  Writeoff a single fine
+
+   -  Click "Writeoff" next to the fine you wish to writeoff.
+
+   -  The fine will be removed from outstanding fines, and displayed as
+      written off.
+
+-  Writeoff All fines
+
+   -  Click the "Writeoff All" button
+
+   -  All fines will be removed from outstanding fines, and displayed as
+      written off.
+
+-  If you accidentally mark and item as paid, you can reverse that line
+   item by clicking 'Reverse' to the right of the line
+
+   Reverse Link
+   |image457|
+
+   -  Once clicked a new line item will be added to the account, showing
+      the payment as reversed
+
+      Reversed Payment
+      |image458|
+
+`Creating Manual Invoices <#manualinvoice>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+For fees that are not automatically charged, librarians can create a
+manual invoice
+
+Create Manual Invoice
+|image459|
+
+-  First choose the type of invoice you would like to create
+
+   -  To add additional values to the manual invoice type pull down
+      menu, add them to the `MANUAL\_INV <#manualinvvals>`__ Authorized
+      Value
+
+   -  **Important**
+
+          The value set as the Authorized Value for the MANUAL\_INV
+          authorized value category will appear as the Description and
+          the Authorized Value Description will be used as the amount.
+
+-  If the fee is associated with an item you can enter its barcode so
+   that the line item shows a link to that item
+
+-  The description field is where you will enter the description of the
+   charge
+
+-  In the amount field, do not enter currency symbols, only numbers and
+   decimals
+
+`Creating Manual Credits <#manualcredit>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Manual credits can be used to pay off parts of fines, or to forgive a
+fine amount.
+
+Create Manual Credit
+|image460|
+
+-  First choose the type of credit you'd like to apply
+
+-  If this credit is associated with an item you can enter that item's
+   barcode so that the line item links to the right item
+
+-  The description field is where you will enter the description of the
+   credit
+
+-  In the amount field, do not enter currency symbols, only numbers and
+   decimals
+
+`Printing Invoices <#printinglineitems>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To the right of each account line there is a print link. Clicking that
+link will print an invoice for the line item that includes the date and
+description of the line item along with the total outstanding on the
+account.
+
+Sample Invoice
+|image461|
+
+`Routing Lists <#patronroutingtab>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A list of all of the serial routing lists the patron belongs to will be
+accessible via the 'Routing Lists' tab on the patron record.
+
+Routing Lists
+|image462|
+
+On this tab you will be able to see and edit all of the routing lists
+that this patron is on.
+
+Patron's routing lists
+|image463|
+
+`Circulation History <#circhistory>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The circulation history tab will appear if you have set the
+`intranetreadinghistory <#intranetreadinghistory>`__ preference to allow
+it to appear. If you have the `OPACPrivacy <#OPACPrivacy>`__ system
+preference set to 'Allow' and the patron has decided that the library
+cannot keep this information this tab will only show currently checked
+out items.
+
+Patron Circulation History
+|image464|
+
+If you would like to export a list of barcodes for the items checked in
+today you can find that option under the More menu on the top right of
+the page.
+
+Export today's checkins
+|image465|
+
+This will generate a text file with one barcode per line.
+
+`Modification Log <#patmodlog>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have set your `BorrowersLog <#BorrowersLog>`__ to track changes
+to patron records, then this tab will appear. The Modification Log will
+show when changes were made to the patron record. If you also have
+turned on the `IssueLog <#IssueLog>`__ and `ReturnLog <#ReturnLog>`__
+you will see checkins and outs on this screen as well.
+
+Changes to Patron
+|image466|
+
+-  The Librarian field shows the patron number for the librarian who
+   made the changes
+
+-  The module lists 'MEMBERS' for the patron module
+
+-  The action will tell you what action was being logged
+
+-  The Object field lists the borrowernumber that is being modified (in
+   the example above, it was my changing my own record)
+
+`Notices <#patnotices>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The `patron's messaging preferences <#setpatronmessaging>`__ are set
+when `adding <#addnewpatron>`__ or `editing <#editpatrons>`__ the
+patron. This tab will show the messages that have been sent and those
+that are queued to be sent:
+
+Patron Notices Tab
+|image467|
+
+Clicking on the message title will expand the view to show you the full
+text of the message that was sent.
+
+Full message text
+|image468|
+
+If the message has a status of sent or failed you will have the option
+to 'resend' the message to the patron by clicking the 'resentd button
+found under the status.
+
+Resend notice
+|image469|
+
+`Statistics <#patronstatstab>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Depending on what you set for the values of your
+`StatisticsFields <#StatisticsFields>`__ system preference, you can see
+statistics for one patron's circulation actions.
+
+Patron's Statistics
+|image470|
+
+`Files <#patronfiles>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you set the `EnableBorrowerFiles <#EnableBorrowerFiles>`__ preference
+to 'Do' the Files tab will be visible on the patron information page.
+
+Patron Files Tab
+|image471|
+
+From here you can upload files to attach to the patron record.
+
+Upload patron files
+|image472|
+
+All files that are uploaded will appear above a form where additional
+files can be uploaded from.
+
+List of files on the patron record
+|image473|
+
+`Purchase Suggestions <#patronsuggestions>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If the patron has made any purchase suggestions you will see a purchase
+suggestions tab on the patron record.Patron purchase suggestions
+
+From here you can see all suggestions made by the patron and their
+status, you can also create a purchase suggestion on the patron's behalf
+by clicking the 'New purchase suggestion' button at the top.
+
+Learn more about `Purchase suggestions <#purchasesuggest>`__ in the
+`Acquisitions <#acqmodule>`__ chapter of this manual.
+
+`Patron discharges <#patrondischarge>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A discharge is a certificate that says the patron has no current
+checkouts, no holds and owe no money. To enable this option on the
+patron record you need to set the `useDischarge <#useDischarge>`__
+system preference to 'Allow'.
+
+    **Note**
+
+    In France a "quitus" ("discharge") is needed if you want to register
+    for an account in a library or a university).
+
+    **Note**
+
+    Academic libraries often require that you have a clear record at the
+    library before you can graduate.
+
+Patrons can `request discharges via the OPAC <#opacdischarge>`__. Any
+pending discharges will be listed below the menu buttons on the main
+staff client pagePending discharges
+
+Clicking the pending requests will open a screen where you can allow
+those dischargesPending discharges
+
+To generate a discharge for a specific patron click the 'Discharge' tab
+on the left of the patron recordDischarge
+
+If the patron can have a discharge generated then it will have a button
+that says 'Generate discharge'
+
+Generate discharge
+|image474|
+
+If not then you'll see an error explaining why you can't discharge the
+patron.
+
+Cannot discharge
+|image475|
+
+Once the letter is generated you will have a PDF to download
+
+Discharge letter
+|image476|
+
+    **Note**
+
+    You can style the PDF using the `NoticeCSS <#NoticeCSS>`__
+    preference.
+
+The patron will have a restriction added to their accountDischarge
+restriction
+
+And a history of discharges will be added to the 'Discharge'
+tabDischarge history
+
+`Patron Search <#patronsearch>`__
+---------------------------------
+
+Clicking on the link to the Patron module will bring you to a
+search/browse screen for patrons. From here you can search for a patron
+by any part of their name or their card number.
+
+Patron Search
+|image477|
+
+Clicking the small plus sign [+] to the right of the search box will
+open up an advanced patron search with more filters including the
+ability to limit to a specific category and/or library.
+
+Expanded patron search
+|image478|
+
+You can also filter your patron results using the search options on the
+left hand side of the page.Patron search filters
+
+Depending on what you have chosen for the 'Search fields' you can search
+for patrons in various different ways.
+
+Patron Search Fields
+|image479|
+
+-  Standard:
+
+   -  Enter any part of their name, username, email address or barcode
+
+-  Email:
+
+   -  Enter any part of their email address and choose 'Contains'
+      instead of 'Starts with'
+
+-  Borrower number:
+
+   -  Enter the Koha borrower number
+
+-  Phone number:
+
+   -  Enter the phone number exactly as it is in the system or by using
+      spaces between each batch of numbers.
+
+   -  Example: To find (212) 555-1212 you can search for it exactly as
+      it was entered or by searching for 212 555 1212
+
+-  Street address:
+
+   -  Enter any part of the patron's address (includes all address
+      fields) and choose 'Contains' instead of 'Starts with' to find the
+      string anywhere in the address
+
+-  Date of birth
+
+   -  Birth dates should be entered using the format set forth in the
+      `dateformat <#dateformat>`__ preference.
+
+-  Sort field 1
+
+   -  This is a custom field that libraries can use for any type of data
+      about the patron.
+
+-  Sort field 2
+
+   -  This is a custom field that libraries can use for any type of data
+      about the patron.
+
+You can also choose to either search for fields that start with the
+string you entered or contain the string. Choosing 'Contains' will work
+like a wildcard search.
+
+Contains or Starts with Search
+|image480|
+
+You can also browse through the patron records by clicking on the linked
+letters across the top.
+
+Patron Browse
+|image481|
+
+Circulation
+===========
+
+Circulation functions can be accessed in several different ways. On the
+main page of the staff client there are some quick links in the center
+of the page to check items out, in or transfer them. For a complete
+listing of Circulation functions you can visit the Circulation page
+which is linked from the top left of every page or from the center of
+the main page.
+
+Before circulating your collection you will want to set your `Global
+System Preferences <#globalsysprefs>`__, `Basic
+Parameters <#basicparams>`__ and `Patrons & Circulation
+Rules <#patscirc>`__.
+
+While in Circulation you can jump between the tabs on the quick search
+box at the top of the screen by using the following hot keys:
+
+-  jump to the catalog search with Alt+Q
+
+-  jump to the checkout with Alt+U
+
+   -  this will not work for Mac users
+
+-  jump to the checkin with Alt+R
+
+    **Note**
+
+    Mac users use the OPTION button in place of ALT
+
+`Check Out (Issuing) <#checkingout>`__
+--------------------------------------
+
+To begin the checkout process you must enter the patron barcode or part
+of their name. The checkout option appears in three main places:
+
+-  Check out option on the top of the main staff client
+
+   Check out box on main Koha Staff Client page
+   |image482|
+
+-  Check out option on the patron record
+
+   Check out tab on a patron record
+   |image483|
+
+-  If you have enabled `batch checkouts <#batchcheckoutprefs>`__ then
+   click the batch check out option on the patron recordBatch checkout
+
+-  Check out option on the quick search bar on the circulation page
+
+   Check out tab on quick search bar
+   |image484|
+
+`Checking Items Out <#checkitemout>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To check an item out to a patron, first search for that patron using one
+of the many options listed above. You will then be presented with the
+checkout screen.
+
+Check Out Screen
+|image485|
+
+If you have chosen to 'Always show checkouts immediately' then you will
+see the list of checkouts below the check out box.
+
+Check Out Screen
+|image486|
+
+At the top of the Check Out screen is a box for you to type or scan the
+item's barcode into.
+
+-  **Important**
+
+       Many modern barcode scanners will send a 'return' to the browser,
+       making it so that the 'Check Out' button is automatically clicked
+
+-  If the barcode is not found you will be prompted to use fast
+   cataloging to add the item. Learn more about `fast
+   cataloging <#fastaddcat>`__ later in this manual.
+
+-  If you have
+   `itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__ set to
+   'Enable' then you can enter a keyword search in this box instead of
+   just a barcode (this will make it possible to check out using title
+   and/or call number).
+
+To see more checkout options click the 'Checkout settings' link to
+expand the checkout area.Checkout settings
+
+Below the box for the barcode there may be options for you to override
+the default due date for the item.
+
+-  This option will only appear if you have set the
+   `SpecifyDueDate <#SpecifyDueDate>`__ system preference to allow staff
+   to override the due date
+
+Below the box for the barcode you will see a checkbox for 'Automatic
+renewal'. This will allow this item to automatically renew if the
+`appropriate cron job <#autorenewcron>`__ is running and there are no
+holds on the item.
+
+Next is an option to no decrease the loan length based on holds. This
+overrides the `decreaseLoanHighHolds <#decreaseLoanHighHolds>`__
+preference.
+
+If you're allowing the `checkout of items on site <#OnSiteCheckouts>`__
+to patrons (these are usually items that are not for loan that you would
+like to check for in library use) then you will see the 'On-site
+checkout' checkbox after clicking the 'Checkout settings' link to expand
+your circulation options.On-site checkout
+
+At the bottom of the page there is a summary of the patron's current
+checked out items along with the due date (and time if the item is an
+hourly loan), items checked out today will appear at the top.
+
+    **Note**
+
+    Items that are hourly loan items will include the time with the due
+    date.
+
+Patron's checkout summary
+|image487|
+
+If you checked out an item for on site use you will see that highlighted
+in red in the checkout summary.
+
+Patron's on-site checkout
+|image488|
+
+If you have set your `ExportWithCsvProfile <#ExportWithCsvProfile>`__
+preference, you will also see the option to export the patron's current
+checkout information using a CSV Profile or ISO2709 (MARC21) format.
+
+Export patron's checkout information
+|image489|
+
+Also at the bottom of the page is the list of items the patron has on
+hold
+
+Holds summary on check out screen
+|image490|
+
+From the holds list you can suspend or resume patrons holds using the
+options at the bottom of the list if you have the
+`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ preference set to
+'allow.'
+
+    **Note**
+
+    If you have your
+    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
+    set to "Don't allow" then you will not have the option to put an end
+    date on the hold suspension
+
+If there are notes on the patron record these will appear to the right
+of the checkout box
+
+Patron notes on check out screen
+|image491|
+
+If the patron has a hold waiting at the library that too will appear to
+the right of the check out box making it easy for the circulation
+librarian to see that there is another item to give the patron
+
+Hold waiting message on check out screen
+|image492|
+
+The details of the checkouts will appear on the bib detail page in the
+staff client as well.
+
+Circulation information on holdings tab
+|image493|
+
+`Printing Receipts <#printcircreceipt>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once you have checked out all of the items for the patron you can print
+them a receipt by choosing one of two methods.
+
+If you have the `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
+preference set to 'open a print quick slip window' you can simply hit
+enter on your keyboard or scan a blank piece of paper with your barcode
+scanner. The idea being that you're "checking out" a blank barcode which
+triggers Koha to print the 'Quick slip.'
+
+You can also click the Print button at the top of the screen and choose
+'Print slip' or 'Print quick slip'.
+
+Print receipt to slip printer
+|image494|
+
+If you choose 'Print slip' it will print all of the items the patron has
+checked out, including those they checked out at an earlier date.
+Choosing 'Print quick slip' will print only the items that were checked
+out today.
+
+'Print summary' will generate a full page summary for the patron's
+circulation information and 'Print overdues' will print out a slip that
+lists all items that are overdue.
+
+What prints on the slips can be customized by altering the slip
+templates under the `Notices & Slips <#notices>`__ tool.
+
+`Clear Patron Information <#clearpatroninfo>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When you're done checking an item out if you have the
+`DisplayClearScreenButton <#DisplayClearScreenButton>`__ preference set
+to 'Show' you can clear the current patron by clicking the X in the top
+right of the patron's info to remove the current patron from the screen
+and start over.
+
+Clear Screen Button
+|image495|
+
+If you have the `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__
+preference set to 'clear the screen' then you simply need to hit enter
+or scan a blank barcode and the screen will be cleared of the current
+patron.
+
+`Batch Checkouts <#batchcheckout>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you would like to perform a batch check out you can do so by turning
+on the `BatchCheckouts <#BatchCheckouts>`__ system preference and
+assigning the proper patron categories via the
+`BatchCheckoutsValidCategories <#BatchCheckoutsValidCategories>`__
+preference. This will allow you to use an RFID pad that reads multiple
+barcodes or perform a batch check out for training internal use.Batch
+checkouts
+
+From this screen you can scan several barcodes or load a file of
+barcodes. If those items cannot be checked out they will provide a
+warning on the following screen
+
+Batch checkout warnings
+|image496|
+
+If you are using a statistical patron type then you'll see that local
+use was recorded for each item you scanned.
+
+Batch local use
+|image497|
+
+`Check Out Messages <#checkoutmsg>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you check out an item that has multiple pieces and you have cataloged
+that information in subfield 3 of the item record (in MARC21) a message
+will pop up when you check out that item telling you how many pieces
+should be there.
+
+Materials in the checked out item
+|image498|
+
+There are times when Koha will prevent the librarian from being able to
+check out items to a patron. When this happens a warning will appear
+notifying the librarian of why the patron cannot check items out.
+
+-  Patron owes too much in fines
+
+   Patron owes too much in fines
+   |image499|
+
+   -  You can set the amount at which patron checkouts are blocked with
+      the `noissuescharge <#noissuescharge>`__ system preference
+
+-  Patron has a restriction on their account
+
+   Patron account restricted
+   |image500|
+
+   -  This can be set by the librarian editing a patron record and
+      adding a `restriction <#patronflags>`__ or by the `Overdue/Notice
+      Status Triggers <#noticetriggers>`__
+
+   -  If the staff member has the right permission they can override the
+      restriction temporarily
+
+      Patron account restricted
+      |image501|
+
+-  Patron needs to confirm their address
+
+   Patron's address warning
+   |image502|
+
+   -  This can be set by the librarian editing a patron record and
+      adding a `flag <#patronflags>`__
+
+-  Patrons has lost their library card
+
+   Lost patron card warning
+   |image503|
+
+   -  This can be set by the librarian editing a patron record and
+      adding a `flag <#patronflags>`__
+
+`Check Out Warnings <#checkoutwarn>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Sometimes checkouts will trigger warning messages that will appear in a
+yellow box above the check out field. These warnings need to be
+acknowledged before you will be able to continue checking items out.
+
+-  Patron has outstanding fines
+
+   Patron has a debt
+   |image504|
+
+-  Item on hold for someone else
+
+   Item is on hold for someone else
+   |image505|
+
+-  Item should be on the hold shelf waiting for someone else
+
+   Item is on hold shelf waiting for someone else
+   |image506|
+
+-  Item already checked out to this patron
+
+   Item is currently checked out to this patron
+   |image507|
+
+-  Item checked out to another patron
+
+   Item checked out to another patron
+   |image508|
+
+   -  This warning will allow you to place a hold on the item for the
+      patron you're trying to check it out to.
+
+-  Item not for loan
+
+   Item is not normally for loan
+   |image509|
+
+-  Patron has too many things checked out and
+   `AllowTooManyOverride <#AllowTooManyOverride>`__ is set to 'Allow'
+
+   Too many checkouts
+   |image510|
+
+-  Patron has too many things checked out and
+   `AllowTooManyOverride <#AllowTooManyOverride>`__ is set to "Don't
+   allow"
+
+   Too many checkouts
+   |image511|
+
+-  Item cannot be renewed
+
+   No more renewals
+   |image512|
+
+   -  This can be overridden with the
+      `AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ system
+      preference
+
+-  Barcode not found
+
+   Barcode not found
+   |image513|
+
+   -  Learn more about `fast cataloging <#fastaddcat>`__ later in this
+      manual.
+
+-  Item being checked out is marked as 'lost'
+
+   -  Depending on the value in your `IssueLostItem <#IssueLostItem>`__
+      preference, you may just see a warning
+
+      Warning that item is lost
+      |image514|
+
+      or a confirmation box
+
+      Confirm checkout of lost item
+      |image515|
+
+-  Item being checked out is not recommended for a patron of this age
+
+   Age warning
+   |image516|
+
+-  Item being checked out meets the
+   `decreaseLoanHighHolds <#decreaseLoanHighHolds>`__ system preference
+   criteria
+
+   Too many holds
+   |image517|
+
+`Renewing <#circrenew>`__
+-------------------------
+
+Checked out items can be renewed (checked out for another period of
+time) based on your `circulation rules <#circfinerules>`__ and `renewal
+preferences <#RenewalPeriodBase>`__.
+
+If `you allow it <#OpacRenewalAllowed>`__, patrons can renew their own
+items via the OPAC, but sometimes you'll need to help them by renewing
+their items via the staff client.
+
+To renew items checked out to a patron, you can do one of two things.
+
+The first is to visit their details page or checkout page and review
+their checkout summary at the bottom.
+
+Circulation Summary
+|image518|
+
+In the Renew column you will see how many times each item has been
+renewed and a checkbox to renew the item for the patron. Check the boxed
+of the items you would like to renew and click the 'Renew or Return
+checked items' button, or to renew all items checked out to the patron
+simply click the 'Renew all' button.
+
+Renew buttons
+|image519|
+
+Sometimes renewals will be blocked based on your circulation rules, to
+override this block you must have your
+`AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ preference
+set to 'Allow'. If you allow renewal limit overrides, you will see a
+checkbox at the bottom left of the circulation summary. Check that box
+and then choose the items you would like to renew.
+
+Override renewal limit
+|image520|
+
+Checking that box will add checkboxes in the renew column above where
+before the item was not renewable.
+
+The second option is to visit the 'Renew' page found under the
+Circulation menu.
+
+Renew
+|image521|
+
+And scan the barcodes of the items you would like to renew.
+
+Barcode to renew
+|image522|
+
+If the item is renewed you will receive a confirmation message.
+
+Item renewed
+|image523|
+
+If the barcode is not found you will be presented with an error.
+
+No barcode found
+|image524|
+
+If the item is not actually checked out you will also receive an error.
+
+Item not checked out
+|image525|
+
+`Check In (Returning) <#checkingin>`__
+--------------------------------------
+
+Checking in items can be performed from various different locations
+
+-  The check in box on the top of the main staff client
+
+   Check out box on main Koha Staff Client page
+   |image526|
+
+-  The check in option on the quick search bar on the Circulation page
+
+   Check in tab on quick search bar
+   |image527|
+
+-  The check in link on the patron's checkout summary (and on the
+   checkout summary page)
+
+   Patron checkout summary includes 'Check In' link
+   |image528|
+
+-  The Check in page under the Circulation menu
+
+   Check in link on Circulation Module
+   |image529|
+
+`Checking Items In <#checkitemin>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To check an item in scan the barcode for the item into the box provided.
+A summary of all items checked in will appear below the checkin box
+
+Check In Summary
+|image530|
+
+If you are checking items in that were put in the book drop while the
+library was closed you can check the 'Book drop mode' box before
+scanning items. This will effectively roll back the returned date to the
+last date the library was open.
+
+-  This requires that you have your closings added to the `Holidays &
+   Calendar Tool <#calholidays>`__
+
+You can also choose to forgive all overdue charges for items you are
+checking in by checking the 'Forgive overdue charges' box before
+scanning items.
+
+If you have the `SpecifyReturnDate <#SpecifyReturnDate>`__ preference
+set to 'Allow' you will be able to arbitrarily set the return date from
+below the check in box.Specify check in date
+
+`Check In Messages <#checkinmsg>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are several messages that can appear when checking items in:
+
+-  If you are checking an item in at a library other than the home
+   branch, a message will appear asking you to transfer the book to the
+   home library
+
+   Check in Transfer Message
+   |image531|
+
+   -  After this item is checked in the status of the item will be
+      changed in the catalog to 'in transit'
+
+      In Transit Status
+      |image532|
+
+   -  To mark an item as back at the home branch, check the item in at
+      the home branch
+
+      Check In Transferred Item
+      |image533|
+
+      -  A message will appear tell you that the item is not checked
+         out, but the status will now say available in the catalog. This
+         step is necessary to mark items as received by the home branch.
+
+-  If you are checking in an item that should have multiple parts or
+   pieces a message will appear warning you about the number of pieces
+   you should have in your hand
+
+   Materials Specified
+   |image534|
+
+-  If you're checking an item in that has a hold on it, you will be
+   prompted to confirm the hold
+
+   Hold Found Check In Message
+   |image535|
+
+   -  Clicking the Confirm hold button will mark the item as waiting for
+      pickup from the library
+
+      Hold waiting at the library
+      |image536|
+
+   -  Clicking the Print Slip and Confirm button will mark the item as
+      waiting for pickup at the library and present the library with a
+      receipt to print and place on the book with the patron's
+      information
+
+   -  Ignoring the hold will leave the item on hold, but leave its
+      status as Available (it will not cancel the hold)
+
+-  If you're checking in an item that has a hold on it at another branch
+   you will be prompted to confirm and transfer the item
+
+   Hold found for another branch
+   |image537|
+
+   -  Clicking the Confirm hold and Transfer button will mark the item
+      as in transit to the library where the hold was placed
+
+      In transit hold status
+      |image538|
+
+   -  Clicking the Print Slip, Transfer and Confirm button will mark the
+      item as in transit to the library where the hold was placed and
+      present the library with a receipt to print and place on the book
+      with the patron's information
+
+   -  Ignoring the hold will leave the item on hold, but leave its
+      status as Available (it will not cancel the hold)
+
+-  If you have the system showing you fines at the time of checkin
+   (`FineNotifyAtCheckin <#FineNotifyAtCheckin>`__) you will see a
+   message telling you about the fine and providing you a link to the
+   payment page for that patron
+
+   FineNotifyAtCheckin
+   |image539|
+
+`Circulation Messages <#circmessages>`__
+----------------------------------------
+
+Circulation messages are short messages that librarians can leave for
+their patrons or their colleagues that will appear at the time of
+circulation.
+
+`Setting up Messages <#setcircmsg>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Circulation messages are set up as `Authorized
+Values <#authorizedvalues>`__. To add or edit Circulation Messages you
+want to work with the `BOR\_NOTES <#bornotes>`__ value.
+
+BOR\_NOTES Authorized Values
+|image540|
+
+The 'Description' field can hold a canned message that you would like to
+appear on the patron's record.
+
+    **Important**
+
+    The 'Description' field is limited to 80 characters, but the patron
+    message field can hold more than that. Enter 80 characters in the
+    'Description' field and then type the rest on the patron record.
+
+`Adding a Message <#addcircmsg>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When on the patron's check out tab you will see a link to 'Add a new
+message' to the right of the check out box and a button at the top to
+'Add message'.
+
+Circulation Message in Staff Client
+|image541|
+
+When you click either of these options you will be asked to choose if
+the message is for the librarians or the patron and the message you
+would like to leave.
+
+Leave a Circulation Message
+|image542|
+
+    **Note**
+
+    A message for the patron will also show to the library staff.
+
+`Viewing Messages <#viewcircmsg>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Circulation messages meant for the staff and/or the patron will appear
+on the patron's checkout screen to the right of the checkout box.
+Messages in bold and red are meant for the library staff only, whereas
+messages in regular italics font are meant for the patron and the
+librarian.
+
+Circulation Message in Staff Client
+|image543|
+
+Circulation messages meant for the patron will also appear when they log
+into the OPAC.
+
+Circulation Message in OPAC
+|image544|
+
+`Holds <#holds>`__
+------------------
+
+Koha allows patrons to put things on hold. A 'Hold' is a way to reserve
+an item. Depending on your `circulation and fine
+rules <#circfinerules>`__ and `hold preference <#circholdspolicy>`__
+settings patrons will be able to place items on hold for pickup at the
+library at a later date/time.
+
+`Placing Holds in Staff Client <#holdsinstaff>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are several ways to place holds from the staff client. The most
+obvious is using the 'Place Hold' button at the top of any bibliographic
+record.
+
+Place Hold Button on Bib Record
+|image545|
+
+You can also click the smaller 'Place Hold' link found at the top of
+your catalog search results, or the 'Holds' link found below each
+result.
+
+Hold options on search results
+|image546|
+
+You will be asked to search for a patron by barcode or any part of their
+name to start the hold process.
+
+Find Patron For Hold
+|image547|
+
+If you'd like to search for the patron first and then the bib record for
+the hold, you can open the patron record and click on the 'Search to
+Hold' button at the top of the patron record.
+
+Search to Hold on Patron Record
+|image548|
+
+After clicking the button you will be brought to the catalog search page
+where you can find the book(s) you want to place a hold on. Under each
+title on the results you'll see an option to 'Hold for Patron Name.'
+
+Hold for Patron links on Search Results
+|image549|
+
+If you want to place a hold on multiple items, simply check the boxes to
+the left of them and click the arrow to the right of the 'Place Hold'
+button.
+
+Hold Multiple Items for Patron
+|image550|
+
+Depending on how many items you choose to place a hold on at once you
+will see a different place hold form. If you are placing a hold on one
+bibliographic record you will see a list of all of the items you can
+place a hold on.
+
+Place Hold Form
+|image551|
+
+-  Enter any notes that might apply to this hold
+
+-  Choose the library where the patron will pick up the item
+
+-  If you have the
+   `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
+   preference set to 'Allow' and the record had more than one item type
+   attached you will see an option to choose to limit the hold to a
+   specific item typeAllowHoldItemTypeSelection
+
+-  If the patron wants the hold to start on a date other than today,
+   enter that in the 'Hold starts on date' field
+
+   -  This option will only appear if the
+      `AllowHoldDateInFuture <#AllowHoldDateInFuture>`__ system
+      preference is set to 'Allow'
+
+-  If the patron has specified that they don't want the item after a
+   certain date, or if you have limits on hold lengths, you can enter an
+   expiration date for the hold in the 'Hold expires on date'
+
+   -  To have expired holds canceled automatically you will need to have
+      the `Expired Holds <#expiredholdscron>`__ cron job set to run on a
+      regular basis.
+
+-  Next choose if you want to place a hold on the next available item or
+   a specific item by clicking the radio button next to an individual
+   item.
+
+If you're placing a hold on multiple items you will be presented with
+the next available option for all titles. If no items are available for
+hold it will say so on the confirmation screen.
+
+Place multiple items on hold
+|image552|
+
+Once your hold is placed, if you'd like to have Koha forget that you
+used the 'Search to Hold' function, you can choose to have Koha 'forget'
+the patron's name by clicking the arrow to the right of the 'Place Hold'
+button on the search results and choosing the 'Forget' option.
+
+Forget Search to Hold Option
+|image553|
+
+`Managing Holds <#manageholds>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Holds can be altered and canceled from the Holds tab found on the left
+of the bibliographic record.
+
+Bibliographic Record Tabs
+|image554|
+
+From the list of holds you can change the order of the holds, the pickup
+location, suspend and/or cancel the hold.
+
+Lists of Holds
+|image555|
+
+    **Note**
+
+    If you have your
+    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
+    set to "Don't allow" then you will not have the option to put an end
+    date on the hold suspension
+
+    **Note**
+
+    Depending on how you have your `HidePatronName <#HidePatronName>`__
+    system preference set the list may show card numbers instead of
+    names in the Patron column like in the image above.
+
+To rearrange or delete holds, simply make a selection from the
+'Priority' pull down or click the arrows to the right of the priority
+pull down.
+
+Hold Priority Menu
+|image556|
+
+If you use the priority pull down to rearrange or delete holds you will
+need to click the 'Update hold(s)' button to save your changes.
+
+Clicking the down arrow to the right of the hold will stick the hold at
+the bottom of the list even if more requests are made.
+
+For example, your library has home-bound patrons that are allowed to
+keep books out for months at a time. It would not be fair to other
+patrons if a home-bound patron were able to check out a brand new book
+and keep it for months. For this reason, the home-bound patron's hold
+request would stay at the bottom of the queue until everyone else who
+wanted to read that book has already done so.
+
+Lowest Priority & Delete Options for Holds
+|image557|
+
+If a patron asks to have their hold suspended and you have the
+`SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ system preference set
+to 'allow' you can do so by clicking the Suspend button to far right. If
+the patron gives you a date for the items to become unsuspended you can
+enter that in the date box and click the 'Update hold(s)' button to save
+your changes.
+
+Hold suspension column
+|image558|
+
+To delete or cancel a hold click the red 'X' to the right of the hold
+line. To delete/cancel a bunch of holds you can choose 'del' from pull
+down to the left of each line and then click 'Update hold(s)' at the
+bottom of the list.
+
+Cancel Holds
+|image559|
+
+`Receiving Holds <#receiveholds>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When items that are on hold are `checked in <#checkingin>`__ or
+`out <#checkingout>`__ the system will remind the circulation librarian
+that the item is on hold and offer them options for managing the hold.
+
+When you check in an item that has a hold on it the system will ask you
+to either confirm and transfer the item
+
+Confirm Hold & Transfer
+|image560|
+
+or just confirm the hold
+
+Confirm Hold
+|image561|
+
+Clicking the Confirm button will mark the item as on hold for the
+patron. If the item needs to be transferred the item will also be marked
+as in transit to the proper branch. Clicking 'Ignore' will retain the
+hold, but allow you to check the item out to another patron. Choosing to
+confirm and print will present you with a printable page that you can
+slip inside the book with the necessary hold and/or transfer
+information.
+
+Once confirmed the hold will show on the patron record and on the
+checkout screen under the 'Hold' tab.
+
+Hold on Patron Record
+|image562|
+
+From here if the patron would like you suspend their holds you can do so
+one by one or in bulk.
+
+The item record will also show that the item is on hold.
+
+Hold on Item Record
+|image563|
+
+In some cases a patron may come in to pick up a hold for their partner
+(or someone else in their household). In this case you want to make sure
+that the hold is cancelled when you check the item out to someone else.
+When trying to check out an item that is already waiting for someone
+else you will be presented with a warning message.
+
+Hold waiting for someone else
+|image564|
+
+From here you can check the item out to the patron at the desk and
+cancel the hold for the patron.
+
+`Transfers <#transfers>`__
+--------------------------
+
+If you work in a multi-branch system you can transfer items from one
+library to another by using the Transfer tool.
+
+-  *Get there*: Circulation > Transfer
+
+To transfer an item
+
+-  Click 'Transfer' on the Circulation page
+
+   Transfer Tool
+   |image565|
+
+   -  Enter the library you would like to transfer the item to
+
+   -  Scan or type the barcode on the item you would like to transfer
+
+-  Click 'Submit'
+
+   Transfer Summary
+   |image566|
+
+-  The item will now say that it is in transit
+
+   Item in Transit
+   |image567|
+
+-  When the item arrives at the other branch the librarian must check
+   the item in to acknowledge that it is no longer in transit
+
+-  The item will not be permanently moved to the new library
+
+   Item record
+   |image568|
+
+   -  The item shows the same 'Home Library' but has updated the
+      'Current Location' to note where it resides at this time
+
+`Set Library <#setlibrary>`__
+-----------------------------
+
+By default you will enter the staff client as if you are at your home
+library. This library will appear in the top right of the Staff Client.
+
+My Library
+|image569|
+
+This is the library that all circulation transactions will take place
+at. If you are at another library (or on a bookmobile) you will want to
+set your library before you start circulating items. To do this you can
+click 'Set' at the top right or on the Circulation page.
+
+Set Library Form
+|image570|
+
+Once you have saved your changes you new library will appear in the top
+right.
+
+`Fast Add Cataloging <#fastaddcat>`__
+-------------------------------------
+
+Sometimes circulation librarians need to quickly add a record to the
+system for an item they are about to check out. This is called 'Fast
+Add.' To allow circulation librarians access to the Fast Add Cataloging
+tool, simply make sure they have the
+`fast\_cataloging <#fastaddpermissions>`__ permissions. There are two
+ways to add titles via fast add. If you know that you're about to check
+out an item that isn't in you catalog you can go to the Circulation
+module and click 'Fast cataloging.'
+
+Circulation Menu
+|image571|
+
+The cataloging interface will open up with the short cataloging record:
+
+Fast Add Framework
+|image572|
+
+After adding your cataloging data you will be asked to enter item data.
+Enter the items barcode, collection code, etc and save the item before
+checking it out.
+
+The other way to fast catalog is from the checkout screen. When you
+enter a barcode at checkout that Koha can't find, it will prompt you to
+use fast cataloging to add the item to Koha and check it out.
+
+Barcode not found
+|image573|
+
+Clicking 'Fast cataloging' will bring you to the fast cataloging form
+where you can enter the title information
+
+Fast cataloging
+|image574|
+
+After clicking 'Save' you will be brought to the item record where the
+barcode will already be filled in with the barcode you're trying to
+check out.
+
+Fast cataloging item record
+|image575|
+
+After clicking the 'Add item' button the item will automatically be
+checked out the patron you were trying to check the book out to
+originally.
+
+Checked out item
+|image576|
+
+`Circulation Reports <#circreports>`__
+--------------------------------------
+
+Most reports can be found via the Reports module, but some of the more
+common circulation reports are available right from the Circulation
+module.
+
+-  *Get there*: Circulation > Circulation reports
+
+`Holds Queue <#holdsqueue>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will show you all of the holds at your library.
+
+Sample Holds Queue
+|image577|
+
+To generate this report, you must have the `Build Holds Queue cron
+job <#buildholdscron>`__ running. This cron job is a script that should
+be run periodically if your library system allows borrowers to place
+on-shelf holds. This script decides which library should be responsible
+for fulfilling a given hold request.
+
+It's behavior is controlled by the system preferences
+`StaticHoldsQueueWeight <#holdqueueweight>`__ and
+`RandomizeHoldsQueueWeight <#holdqueueweight>`__.
+
+If you do not want all of your libraries to participate in the on-shelf
+holds fulfillment process, you should list the libraries that \*do\*
+participate in the process here by inputting all the participating
+library's branchcodes, separated by commas ( e.g. "MPL,CPL,SPL,BML" etc.
+).
+
+By default, the holds queue will be generated such that the system will
+first attempt to hold fulfillment using items already at the pickup
+library if possible. If there are no items available at the pickup
+library to fill a hold, build\_holds\_queue.pl will then use the list of
+libraries defined in StaticHoldsQueueWeight. If
+RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
+script will assign fulfillment requests in the order the branches are
+placed in the StaticHoldsQueueWeight system preference.
+
+For example, if your system has three libraries, of varying sizes (
+small, medium and large ) and you want the burden of holds fulfillment
+to be on larger libraries before smaller libraries, you would want
+StaticHoldsQueueWeight to look something like "LRG,MED,SML".
+
+If you want the burden of holds fulfillment to be spread out equally
+throughout your library system, simply enable RandomizeHoldsQueueWeight.
+When this system preference is enabled, the order in which libraries
+will be requested to fulfill an on-shelf hold will be randomized each
+time the list is regenerated.
+
+Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
+Doing so will cause the build\_holds\_queue script to ignore
+RandomizeHoldsQueueWeight, causing the script to request hold
+fulfillment not randomly, but by alphabetical order.
+
+`Holds to pull <#holdspull>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will show you all of the items that have holds on them that
+are available at the library for pulling. If the items are available at
+multiple branches then all branches with that item available will see
+the hold to pull until one library triggers the hold.
+
+Holds to Pull
+|image578|
+
+You can limit the results you see by using the Refine box on the left
+side of the page:
+
+Refine Holds to Pull Report
+|image579|
+
+`Holds awaiting pickup <#holdspickup>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will show all of the holds that are waiting for patrons to
+pick them up.
+
+Holds Awaiting Pickup
+|image580|
+
+Items that have been on the hold shelf longer than you normally allow
+(based on the `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__
+preference value) will appear on the 'Holds Over' tab, they will not
+automatically be cancelled unless you have set the `cron
+job <#expiredholdscron>`__ to do that for you, but you can cancel all
+holds using the button at the top of the list.
+
+Items waiting on the hold shelf too long
+|image581|
+
+`Hold ratios <#holdratios>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Hold ratios help with collection development. Using this report you will
+be able to see how many of your patrons have holds on items and whether
+you should buy more. By default it will be set to the library needing 3
+items per hold that has been placed. The report will tell you how many
+additional items need to be purchased to meet this quota.
+
+Hold Ratios
+|image582|
+
+`Transfers to receive <#transferstoreceive>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will list all of the items that Koha thinks are in transit
+to your library.
+
+Transfers to Receive
+|image583|
+
+If your transfers are late in arriving at your library you will see a
+message stating how late your items are.
+
+Late transfers include warning messages
+|image584|
+
+    **Important**
+
+    An item is considered late based on the number of days you have
+    entered in the
+    `TransfersMaxDaysWarning <#TransfersMaxDaysWarning>`__ system
+    preference.
+
+`Overdues <#overduesreport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Important**
+
+    For libraries with a large patron base, this report may take a
+    significant amount of time to run.
+
+    **Note**
+
+    Large libraries can choose to filter the report before it runs by
+    setting the
+    `FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__ system
+    preference to 'Require'.
+
+This report will list all items that are overdue at your library.
+
+Overdues List
+|image585|
+
+The report can be filtered using the menu options found on the left of
+the report.
+
+    **Note**
+
+    The 'Show any items currently checked out' checkbox basically
+    switches this from a report of overdues to a report of checkouts. It
+    will show all titles checked out regardless of due date.
+
+`Overdues with fines <#overduesfines>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will show you any overdues at your library that have accrued
+fines on them.
+
+Overdues with fines
+|image586|
+
+If you would like to limit the report you can use the pull down menu at
+the top to limit to a specific shelving location at your branch. To see
+overdues with fines at other branches you will have to `change your
+branch <#setlibrary>`__ or log in at that branch.
+
+    **Important**
+
+    If you do not charge fines and/or don't have the `fines cron
+    job <#finescronjob>`__ running you will see no data on this report.
+
+`Pending on-site checkouts <#pendingonsite>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you are using the on site checkouts functionality
+(`OnSiteCheckouts <#OnSiteCheckouts>`__) then you'll have a report to
+view all items that are currently checked out on site.Pending onsite
+checkouts
+
+This will list the due date (overdues in red), who has the item, item
+information and what library the item is at.
+
+`Tracking In house Use <#trackinhouse>`__
+-----------------------------------------
+
+Many libraries track the use of items within the library.
+
+    **Note**
+
+    This is different from tracking on site usage. In house use is the
+    use of items in the library by patrons without them having to check
+    them out. On site use is the use of items on site that must first be
+    checked out. To learn more about on site usage please review the
+    `OnSiteCheckouts <#OnSiteCheckouts>`__ preference.
+
+Tracking the use of items in the library without checking them out can
+be done in Koha one of two ways. The first is to create one or more
+`Statistical Patrons <#addstatspatron>`__. When collecting items that
+have been used within the library, you will want to check them out to
+your statistical patron:
+
+Check Out Items to Stats Patron
+|image587|
+
+Instead of marking the item as 'checked out' the system will record that
+the item was used in house:
+
+Local Use Recorded
+|image588|
+
+Repeat these steps for all items that have been used within the library
+to keep accurate statistics for item use.
+
+The other way to record local use of items is to set your
+`RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ preference to
+'Record.' Then whenever you check an item in that is not checked out and
+not on hold a local use will be recorded.
+
+Local Use Recorded
+|image589|
+
+    **Note**
+
+    If you have `RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ set
+    to 'Record' you can still use your statistical patrons to record
+    local use as well.
+
+`In Processing / Book Cart Locations <#processinglocations>`__
+--------------------------------------------------------------
+
+Koha allows for handling temporary locations like the processing center
+and/or book carts throughout the library. For this feature to work you
+must first make sure you have `authorized values <#authorizedvalues>`__
+set in the `LOC <#shelvelocvals>`__ category for PROC (Processing
+Center) and CART (Book Cart).
+
+CART & PROC values in LOC
+|image590|
+
+Next you need to set the
+`NewItemsDefaultLocation <#NewItemsDefaultLocation>`__ system preference
+to PROC. This will set the new items to the Processing Center as their
+default location.
+
+When creating items you enter in their desired final shelving location
+and Koha will temporarily change that to PROC. If
+`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ is set to
+"Don't move" then when an item with a location of PROC is checked in it
+will either automatically update the item to use the permanent location.
+If `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__ is set
+to "Move" then when an item is checked in the location is changed from
+PROC to CART.
+
+A `cron job <#proccartcron>`__ is then set to run at specified intervals
+to age items from CART to the permanent shelving location. (For example,
+an hourly cron entry of cart\_to\_shelf.pl --hours 3 where --hours is
+the amount of time an item should spend on the cart before aging to its
+permanent location.)
+
+-  **Note**
+
+       If the `ReturnToShelvingCart <#ReturnToShelvingCart>`__ system
+       preference is set to "Move", any newly checked-in item is also
+       automatically put into the shelving cart, to be covered by the
+       same script run.
+
+-  **Important**
+
+       Checkins with confirmed holds will not go into the shelving cart.
+       If items on the shelving cart are checked out, the cart location
+       will be cleared.
+
+`Self Checkout <#selfcheckout>`__
+---------------------------------
+
+Koha comes with a very basic self checkout module. To enable this module
+you need to set the `WebBasedSelfCheck <#WebBasedSelfCheck>`__
+preference to 'Enable.' To use this module you have to log in as a
+`staff member <#addstaffpatron>`__ with `circulation
+permissions <#patronpermissions>`__.
+
+    **Note**
+
+    Create a `staff patron <#addstaffpatron>`__ specifically for this
+    action so that you don't leave a real staff client logged into a
+    computer all day
+
+There is no link to the Self Checkout module, but a simple addition to
+the `IntranetUserJS <#intranetuserjs>`__ system preference can add one.
+
+::
+
+    $(document).ready(function(){ $("#login
+          #submit").parent().after("<p><a
+          href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
+          target=\"_blank\">Self-Checkout</a></p>"); });
+
+    **Important**
+
+    The code above has line breaks added to make it more readable,
+    please be sure to enter the above as one line in when putting it in
+    the system preference.
+
+The link will then appear at the bottom of the log in page:
+
+Self Checkout Link on Staff Login
+|image591|
+
+You can also access this module by going to :
+http://YOUR\_KOHA\_OPAC\_URL/cgi-bin/koha/sco/sco-main.pl
+
+When on the self checkout page depending on your value in the
+`SelfCheckoutByLogin <#SelfCheckoutByLogin>`__ preference you will be
+asked to enter you cardnumber
+
+Self Checkout Patron Card Number
+|image592|
+
+or your username and password:
+
+Shelf checkout by login
+|image593|
+
+Once you're logged in to the self check module you will be asked to scan
+the items you are checking out
+
+Self Checkout
+|image594|
+
+As you scan items they will appear below the barcode box
+
+Self Checkout Summary
+|image595|
+
+When you are finished scanning items it is important to click the
+'Finish' button. This will prompt you to print a receipt and log you out
+of the self check module.
+
+Self Checkout Receipt
+|image596|
+
+When attempting to check items out there are some instances where error
+messages will appear and the patron will be directed to the librarian.
+This will happen even if you are allowing overrides on circulation
+functions. Only a librarian can override a circulation block and so
+patrons must go to the librarian for help in these situations.
+
+Self Checkout Error Message
+|image597|
+
+`Offline Circulation Utilities <#offlinecirc>`__
+------------------------------------------------
+
+Koha allows for you to continue circulation actions while offline by
+using any one of three utilities.
+
+`Offline Circulation in Koha <#kohaofflinecirc>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If the `AllowOfflineCirculation <#AllowOfflineCirculation>`__ preference
+is set to 'Enable' the library staff can continue to perform circulation
+actions within Koha when the system is offline. You will want to visit
+http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl at least
+once while online and bookmark that page. That is the page you will go
+to when you are offline.
+
+    **Important**
+
+    The offline interface uses HTML LocalStorage, which depending on the
+    browser and user setting, is limited to 2.5MB or 5MB per domain.
+    This means that larger systems will not be able to synchronize their
+    data and are recommended to use either the
+    `Firefox <#firefoxofflinecirc>`__ or
+    `Windows <#windowsofflinecirc>`__ application for offline
+    circulation.
+
+`Setup <#kohaofflinesetup>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Before the first time the system goes offline go to Circulation and
+choose 'Built-in offline circulation interface'
+
+Built-in offline circulation interface
+|image598|
+
+And synchronize your data on every circulation computer by clicking the
+'Synchronize' link on the right of the screen.
+
+Synchronize data
+|image599|
+
+    **Important**
+
+    The offline interface uses HTML LocalStorage, which depending on the
+    browser and user setting, is limited to 2.5MB or 5MB per domain.
+    This means that larger systems will not be able to synchronize their
+    data and are recommended to use either the
+    `Firefox <#firefoxofflinecirc>`__ or
+    `Windows <#windowsofflinecirc>`__ application for offline
+    circulation.
+
+This will allow you download a local copy of your patrons and
+circulation data. Click the 'Download records' link at the top of the
+page to synchronize your data.
+
+Download records for offline use
+|image600|
+
+Once your data is downloaded you will see the dates your data was last
+synced to the right of each data set.Synced offline dataThis should be
+done regularly in preparation for any unexpected connection losses.
+
+`Circulating <#kohaofflinecirculating>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+When your system goes offline visit the Offline Circulation page
+(http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl) in Koha
+and click 'Check out' or 'Check in' to perform offline actions.
+
+Checking out is done by searching for the patron by barcode or name at
+the top of the 'Check out' screen. After selecting a patron you will be
+presented with the synced patron info, including fines and check outs.
+
+Check out offline
+|image601|
+
+Scan the barcode of the item you would like to check out and enter a due
+date. If you don't enter a due date Koha will prompt you for one.
+
+Offline due date
+|image602|
+
+Once the item is checked out it will appear below the patron's info.
+
+Offline checkouts
+|image603|
+
+`Koha Offline Uploading <#kohaofflineupload>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once the system is back online visit the Synchronize page on the Offline
+Circulation module and click 'Upload transactions'
+
+Upload transactions
+|image604|
+
+After the files are uploaded you can click 'View pending offline
+circulation actions' on the right.
+
+View pending offline circulation actions
+|image605|
+
+After clicking 'View pending offline circulation actions' you will be
+brought to a summary of all of the actions you loaded in to Koha in your
+\*.koc file.
+
+Offline Circulation
+|image606|
+
+-  Once all of the logs from all of the circulation computers are loaded
+   you will be able to check them all or select just those you want to
+   process into Koha.
+
+-  Click on the Process button and Koha will record every stored
+   transaction one by one. For each transaction, the status will change
+   to:
+
+   -  "Success." if the transaction was processed correctly
+
+   -  "Borrower not found." if the borrower card number is incorrect
+
+   -  "Item not found." if the item barcode is wrong
+
+   -  "Item not issued." if you checked in an available item
+
+Once finished you will have a summary of all of your transactions
+
+Offline Circulation Summary
+|image607|
+
+`Firefox Plugin <#firefoxofflinecirc>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There is an offline circulation tool that you can add to your Firefox
+browser as an addon. To do so, just go to
+https://addons.mozilla.org/en/firefox/addon/koct/ page and click on the
+"install now" button. You may have to confirm the installation, just
+click on "install now" and then restart Firefox to complete the
+installation.
+
+Once you have installed the plugins and restarted Firefox, you will see
+the Koha logo in the download bar at the bottom right of Firefox.
+
+Koha Icon on Add-on Bar
+|image608|
+
+A click on the logo will open the tool in its own window.
+
+Koha Offline Circ Tool
+|image609|
+
+The plugin consists of four tabs:
+
+-  The Check Out tab is where you check out items
+
+-  The Check In tab is where you check in items
+
+-  The Log tab keeps track of every transaction done while in offline
+   mode
+
+   -  The log will keep information until you empty it. Each time you
+      open the plugin and it contains data in the log it will warn you
+
+      Koha Offline Circ Warning
+      |image610|
+
+      If you'd like to clear the log, check the 'I want to delete rows'
+      box before hitting the 'OK' button. Otherwise clicking 'OK' will
+      keep the items in the log and let you continue working with the
+      tool.
+
+-  The Param tab is to set up the plugin
+
+The first thing you want to do then is to set up the plugin. Go to the
+Param tab to set up the plugin
+
+Koha Offline CIrc Params
+|image611|
+
+Answer the 4 questions presented:
+
+-  Server = the URL of the librarian interface
+
+-  Branch Code = the code for the branch where you are located
+
+-  Username = your staff account login
+
+-  Password = your staff account password
+
+    **Important**
+
+    To save the settings, you will have to close the plugin window and
+    re-open it by clicking again on the Koha logo in the add-on bar.
+
+    **Note**
+
+    You can create a staff account dedicated to the offline circulation.
+    So that, no matter who is at the circulation desk, they can all use
+    the same login. Along those lines, you can use a group login that
+    you already have in place for circulation as well.
+
+Once you have everything set up you can start checking items in and out.
+
+Checking out:
+
+Koha Offline Circulation Check Out
+|image612|
+
+-  Go to the Check Out tab
+
+-  Scan the patron barcode
+
+-  Scan the item barcode
+
+-  Click 'Save'
+
+Checking in:
+
+Koha Offline Circulation Check In
+|image613|
+
+-  Go to the Check In tab
+
+-  Scan the item barcode
+
+-  Click Save
+
+Each time, you check out or check in an item, a new transaction is
+recorded in the local plugin database and you will see, at the bottom of
+the plugin how many transactions has been made during the offline
+circulation. For example, "10 Row(s) Added" means you did 10
+transactions.
+
+Koha Offline Circulation Tool Count
+|image614|
+
+Then, if you want an overview of every transaction, go to the Log tab.
+This tab will show you the transactions in the plugin database
+
+Koha Offline Circulation Log
+|image615|
+
+    **Note**
+
+    The status will be "Local." as long as you are offline and don't
+    process the transactions into Koha.
+
+When your Internet connection comes back up you will want to get these
+transactions in to Koha. Before processing these transactions you should
+be aware of a few issues.
+
+Because you are not connected to your Koha database when using this
+plugin holds will need additional processing. If an item you check in
+while offline has a hold, the hold is kept on the item. Since, you can't
+confirm holds found during the processing of every check in, the holds
+stay on the item and will need to be managed later. If you only checked
+in a few items you can just keep a record of them all. If you checked in
+a lot of items you can use the Holds Queue once it rebuilds to see what
+holds made it to the shelf erroneously.
+
+Similarly, if an patron card was expired, the offline circulation tool
+won't know about it, so the checkout will be recorded regardless of the
+patron's account being blocked normally.
+
+You have two options for adding this data to Koha
+
+-  Commit to Koha
+
+   -  If you checked in/out on more than one computer at the same time,
+      what you want is to process every transaction consistently. Let's
+      say for instance that one patron checked a book out on one
+      computer and then checked the same book in on another computer. To
+      be consistent, you need to record the check out first and then the
+      check in. Not the opposite! To do so, you need to group every
+      transaction in one place, sort them all and then, process
+      everything. So, you need to use the "Commit to Koha" option from
+      every plugin/computer you worked with. This way, the log will go
+      to Koha and be accessible from the Offline Circulation page.
+
+      Circulation Menu
+      |image616|
+
+   -  *Get there:* Circulation > Pending offline circulation actions
+
+      Offline Circulation
+      |image617|
+
+   -  Once all of the logs from all of the circulation computers are
+      loaded you will be able to check them all or select just those you
+      want to process into Koha.
+
+   -  Click on the Process button and Koha will record every stored
+      transaction one by one. For each transaction, the status will
+      change to:
+
+      -  "Success." if the transaction was processed correctly
+
+      -  "Borrower not found." if the borrower card number is incorrect
+
+      -  "Item not found." if the item barcode is wrong
+
+      -  "Item not issued." if you checked in an available item
+
+   -  Once finished you will have a summary of all of your transactions
+
+      Offline Circulation Summary
+      |image618|
+
+-  Apply directly
+
+   -  If you performed all of the circulation actions on one computer
+      then everything is sorted already so you can choose to "Apply
+      directly"
+
+   -  The status column will be updated to let you know if the
+      transactions were applied
+
+      -  "Success." if the transaction was processed correctly
+
+      -  "Borrower not found." if the borrower card number is incorrect
+
+      -  "Item not found." if the item barcode is wrong
+
+      -  "Item not issued." if you checked in an available item
+
+   -  Once you're finished you can review all of the items right in the
+      Log tab
+
+      Koha Offline Circulation Apply Directly
+      |image619|
+
+Once you are done you can clear the log by clicking Clear. If you don't
+you will be warned the next time you open the Offline Circulation tool.
+
+Koha Offline Circulation Tool Warning
+|image620|
+
+`Offline Circ Tool for Windows <#windowsofflinecirc>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Offline Circulation Utility can be downloaded at:
+https://github.com/bywatersolutions/koha-offline-circulation/releases
+
+To generate a borrowers.db file for loading in to the Windows tool you
+will need to run the `file generator via a cron
+job <#offlinecirccron>`__.
+
+`Upload Offline Circ File <#uploadofflinecirc>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The `offline circulation tool for Windows <#windowsofflinecirc>`__ will
+generate a KOC file that you can upload into Koha once your system comes
+back up.
+
+On the Circulation menu click 'Upload offline circulation file (.koc)'
+
+Circulation menu
+|image621|
+
+Browse your computer for the \*.koc file
+
+Upload KOC File
+|image622|
+
+Once the file is uploaded, click the process the file
+
+Process offline circulation file
+|image623|
+
+When this is complete you'll be able to upload another file or tend to
+pending offline circulation actions.
+
+Summary of offline actions
+|image624|
+
+After clicking 'View pending offline circulation actions' you will be
+brought to a summary of all of the actions you loaded in to Koha in your
+\*.koc file.
+
+Offline Circulation
+|image625|
+
+-  Once all of the logs from all of the circulation computers are loaded
+   you will be able to check them all or select just those you want to
+   process into Koha.
+
+-  Click on the Process button and Koha will record every stored
+   transaction one by one. For each transaction, the status will change
+   to:
+
+   -  "Success." if the transaction was processed correctly
+
+   -  "Borrower not found." if the borrower card number is incorrect
+
+   -  "Item not found." if the item barcode is wrong
+
+   -  "Item not issued." if you checked in an available item
+
+Once finished you will have a summary of all of your transactions
+
+Offline Circulation Summary
+|image626|
+
+Cataloging
+==========
+
+Before you start cataloging in Koha you're going to want to do some
+basic setup. Refer to the `Implementation Checklist <#implementation>`__
+for a full list of these things. Most importantly you're going to want
+to make sure that your `Frameworks <#marcbibframeworks>`__ are all
+defined the way you want. Once in the cataloging module you will not be
+able to add or remove fields and subfields so your frameworks must be
+ready before you start cataloging.
+
+You can also use OCLC Connexion to send records directly in to Koha. For
+more information on that please review the `OCLC Connexion Setup
+appendix <#oclcappendix>`__.
+
+-  *Get there:* More > Cataloging
+
+`Bibliographic Records <#catbibs>`__
+------------------------------------
+
+In Koha the bibliographic record contains the main information related
+to the material. This includes things like the title, author, ISBN, etc.
+This information is stored in Koha in Marc (different flavors of Marc
+are supported in Koha). Once this information is saved, `items or
+holdings <#catitems>`__ can be attached.
+
+`Adding Records <#addbibrec>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Records can be added to Koha via original or copy cataloging. You can
+also choose to use the basic or advanced cataloging interface for all of
+your work.
+
+If you would like to catalog a record using a blank template in the
+basic editor
+
+-  Click 'New Record'
+
+   New Record Menu
+   |image627|
+
+   -  Choose the framework you would like to base your record off of
+
+If you would like to catalog a record using a blank template in the
+advanced editor
+
+-  Enable the
+   `EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
+   preference
+
+-  Click the 'Advanced editor' buttonAdvanced editor button
+
+If you want to catalog a record based on an existing record at another
+library in the editor you last used (basic or advanced)
+
+-  Click 'New from Z39.50/SRU'
+
+   Z39.50 Search
+   |image628|
+
+   -  Search for the item you would like to catalog
+
+      -  **Note**
+
+             If no results are found, try searching for fewer fields,
+             not all Z39.50 targets can search all of the fields above.
+
+   -  Search targets can be altered by using the `Z39.50
+      Admin <#z3950admin>`__ area.
+
+   -  From the results you can view the MARC or Card view for the
+      records or choose to Import them into Koha
+
+      Z39.50 Search Results
+      |image629|
+
+      -  In addition to the Import link to the right of each title, you
+         can click on the title you're interested in and a menu will pop
+         up with links to preview the record and import it
+
+         Import Link Popup on Z39.50 Search Results
+         |image630|
+
+      -  If you don't find the title you need in your Z39.50 search
+         results you can click the 'Try Another Search' button at the
+         bottom left of your results
+
+         Try another search
+         |image631|
+
+`Basic Editor Cataloging <#basicatalog>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In the basic editor once you've opened a blank framework or imported a
+record via Z39.50 you will be presented with the form to continue
+cataloging
+
+Add MARC Record
+|image632|
+
+-  If you would rather not see the MARC tag numbers you can change the
+   value in your `hide\_marc <#hide_marc>`__ system preference or each
+   user can check the box next to 'Show tags' found under 'Settings'.
+
+-  To expand a collapsed tag click on the tag description
+
+-  To get help from the Library of Congress on a Marc tag click the
+   question mark (?) to the right of each field number
+
+   -  If you feel that this clutters the screen you can hide the
+      question marks by unchecking the box next to the 'Show MARC tag
+      documentation links' note found under 'Settings'
+
+-  Sometimes fields may not be editable due to the value in your
+   `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ system preference.
+   If you have this preference set to not allow catalogers to type in
+   fields controlled by authorities you may see a lock symbol to the
+   left of the field.
+
+   Authority fields locked against editing
+   |image633|
+
+   -  If this icon appears you must click the icon to the right of the
+      field to search for an existing authority.
+
+      Search for authority
+      |image634|
+
+   -  From the results list click 'Choose authority' to bring that into
+      your catalog record
+
+      Authority search results
+      |image635|
+
+-  To duplicate a field click on the 'repeat this tag' icon to the right
+   of the tag
+
+   Duplicate a Field
+   |image636|
+
+   -  To move subfields in to the right order, click the up arrow to the
+      left of the field
+
+   -  To duplicate a subfield click on the clone icon (to remove a
+      copied field, click the delete clone icon) to the right of the
+      field
+
+      Clone Subfield
+      |image637|
+
+   -  To remove a subfield (if there is more than one of the same type),
+      click the - (minus sign) to the right of the field
+
+-  To use a plugin click on the icon to the right of the filed
+
+   Leader Builder Plugin
+   |image638|
+
+   -  Some fixed fields have editors that will change based on the
+      material type you're cataloging (for example the 006 and the 008
+      fields)
+
+      008 Plugin
+      |image639|
+
+-  Once you've finished, click the 'Save' button at the top and choose
+   whether you want to save and view the bib record you have created or
+   continue on to add/edit items attached to the record
+
+   Record save options
+   |image640|
+
+   -  Choosing 'Save and view record' will bring you right to the record
+      you just cataloged
+
+   -  Choosing 'Save and edit items' will bring you to the add/edit item
+      form after saving the bib record so that you can attach holdings
+
+   -  Choosing 'Save and continute editing' will allow you to save your
+      work so far and keep you in the editor to continue working
+
+-  If you are about to add a duplicate record to the system you will be
+   warned before saving
+
+   Duplicate Record Warning
+   |image641|
+
+`Advanced Editor Cataloging <#advancededitor>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In order to use the Advanced cataloging editor you need to enable the
+`EnableAdvancedCatalogingEditor <#EnableAdvancedCatalogingEditor>`__
+preference.
+
+    **Important**
+
+    This feature is currently experimental, and may have bugs that cause
+    corruption of records. It also does not include any support for
+    UNIMARC or NORMARC fixed fields. Please help us test it and report
+    any bugs, but do so at your own risk.
+
+In the advanced editor once you've opened a blank framework or imported
+a record via Z39.50 you will be presented with the form to continue
+catalogingAdvanced cataloging editor
+
+Using the search box on the left you can perform Z39.50 searches
+
+Advanced Z39.50 results
+|image642|
+
+And from those Z39.50 results you can view the marc record by clicking
+the link to the right
+
+Advanced Z39.50 results
+|image643|
+
+Clicking 'Import' will bring the record in to the editor where you can
+perform your edits
+
+Advanced Cataloging
+|image644|
+
+    **Note**
+
+    When adding a new field in the Advanced Editor, you need to key
+    underscores for a blank indicator, and surround the indicators with
+    spaces.
+
+    **Note**
+
+    You need to key a space before the first subfield delimiter, but not
+    before or after other subfield delimiters in the field.
+
+At the bottom of the editor you will see help from the Library of
+Congress for the field you are on. In cases where your MARC is invalid
+you will see red highlighting. To edit the record using only keyboard
+functions the Keyboard shortcuts button will inform you of the necessary
+commands
+
+Advanced Z39.50 results
+|image645|
+
+`Advanced Cataloging Keyboard Shortcuts <#advancedkeyshortcuts>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+The following keyboard shortcuts can be used in the advanced cataloging
+module to save time and clicking.
+
++----------------+--------------------------------+
+| Shortcut       | Behavior                       |
++================+================================+
+| Ctrl-D         | Insert delimiter (‡)           |
++----------------+--------------------------------+
+| Ctrl-H         | Get help on current subfield   |
++----------------+--------------------------------+
+| Ctrl-S         | Save record                    |
++----------------+--------------------------------+
+| Ctrl-X         | Delete current field           |
++----------------+--------------------------------+
+| Ctrl-Shift-X   | Delete current subfield        |
++----------------+--------------------------------+
+| Enter          | New field on next line         |
++----------------+--------------------------------+
+| Shift-Enter    | Insert line break              |
++----------------+--------------------------------+
+| Tab            | Move to next position          |
++----------------+--------------------------------+
+| Shift-Tab      | Move to previous position      |
++----------------+--------------------------------+
+
+`Macros in Advanced Cataloging <#macroscataloging>`__
+'''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+To record a new macro:
+
+-  Select the "> Macros..." button
+
+-  A window will pop up. In this window, select "New macro...," key the
+   new macro's name in the pop-up box and select OK.
+
+-  Now click to the right of the little number 1, and key the first line
+   of your macro. For a multi-line, i.e., multi-field macro, hit the
+   return key so that a little number 2 appears, and key the second
+   line/field, etc.
+
+-  Your macros will be automatically saved. When finished you can select
+   the "x" to close the window, or select a macro to run on the record
+   that you're editing, or select another macro to run.
+
+To edit an existing macro:
+
+-  Select the "> Macros..." button
+
+-  A window will pop up. In this window, select the macro that you wish
+   to edit & make your changes.
+
+-  Your work will automatically be saved, and when finished you can
+   select the "x" to close the window, or select a macro to run on the
+   record that you're editing, or select another macro to run.
+
+The basic syntax of the macro language:
+
+-  new 500=‡aEdited with Rancor
+
+   -  Creates a new 500 with a ‡a subfield and sets it to "Edited with
+      Rancor".
+
+-  245c= by J.K. Rowling.
+
+   -  Sets the first ‡c subfield of the first 245 tag in the record to "
+      by J.K. Rowling", creating it if necessary.
+
+-  082a={084a}
+
+   -  Sets the ‡a subfield of the first 082 tag (creating the subfield
+      if necessary) to the contents of the first 084‡a.
+
+-  indicators=\_1
+
+   -  Sets the indicators of the last mentioned tag (in this case, 082)
+      to "\_" and "1".
+
+-  new 090a=Z674.75.W67
+
+   -  Creates a new ‡a subfield on the first 090 (but only if that field
+      already exists) and sets it to Z674.75.W67.
+
+-  new 090a at end=Z674.75.W67
+
+   -  Same as above.
+
+-  new 245b after a= a tale of might and magic /
+
+   -  Creates a new ‡b after the first a subfield and sets it to " a
+      tale of might and magic /".
+
+-  delete 245b
+
+   -  Deletes the first ‡b subfield on the first 245 to ‡b
+
+`Adding Analytic Records <#cataloganalytics>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Libraries sometimes make journal articles and articles within monographs
+and serials accessible to library patrons through analytics cataloging.
+Analytics cataloging creates separate bibliographic records for these
+articles, chapters, sections, etc. found within a larger resource such
+as a book, an article within a journal, newspaper or serial. In
+analytics cataloging, although a separate bib record is created for the
+title, it is not physically separated from the host item.  Learn more
+about Analytics in Chapter 13 of AACR2.
+
+If you would like to catalog analytic records there are two options. One
+is to use the `Easy Analytics <#catalogeasyanalytics>`__ funtion; the
+other is the `Analytics Enhanced Workflow <#catalogenhanceanalytics>`__.
+
+`Easy Analytics <#catalogeasyanalytics>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The Easy Analytics feature makes linking analytic records together
+easier. The first thing you need to do is set the
+`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ preference to
+'Display' and the `UseControlNumber <#UseControlNumber>`__ preference to
+'Don't use.'
+
+After cataloging your analytic record (see `Adding
+Records <#addbibrec>`__ for more on creating records) click 'Edit' from
+the normal view and choose to 'Link to Host Item'
+
+Link to Host Item
+|image646|
+
+This will prompt you to enter the barcode for the item this record
+should be linked to.
+
+Barcode for Analytic Linking
+|image647|
+
+After entering the item's barcode and clicking 'Select' you will receive
+a confirmation message.
+
+Analytic Link Success
+|image648|
+
+The record will now have the 773 field filled in properly to complete
+the link.
+
+773
+|image649|
+
+To view all of the items tied to the host record, do a search for the
+record, click the Analytics tab on the left and the analytics tied to
+each barcode will be shown under the "Used in" column.
+
+Analytics Tab
+|image650|
+
+    **Note**
+
+    It is also possible to create analytic records from this screen by
+    clicking on "Create Analytics"
+
+You can also see the analytics attached to this record by clicking the
+'Show Analytic' link towards the top of the record in the normal view.
+
+Show Analytics on Bib Record
+|image651|
+
+When looking at the anaytic record you will also see a link to the host
+item under the 'Host records' column in the holdings table when viewing
+the 'Analtyics' tab.
+
+Host Record
+|image652|
+
+`Analytics Enhanced Workflow <#catalogenhanceanalytics>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To use the Enhanced Workflow method of adding analytics, the first thing
+you need to do is set the
+`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ preference to 'Don't
+display' and the `UseControlNumber <#UseControlNumber>`__ preference to
+'Use.'
+
+After cataloging your original record (see `Adding
+Records <#addbibrec>`__ for more on creating records) click 'New' from
+the normal view and choose to 'New child record.'
+
+New child record
+|image653|
+
+This will open a new blank record for cataloging. The blank record will
+only have the 773 field filled in properly to complete the link once the
+record is saved.
+
+773
+|image654|
+
+To view all of the items tied to the host record, do a search for the
+record, click the Analytics tab on the left and the analytics tied to
+each barcode will be shown under the "Used in" column.
+
+Analytics Tab
+|image655|
+
+You can also see the analytics attached to this record by clicking the
+'Show Analytic' link towards the top of the record in the normal view.
+
+Show Analytics on Bib Record
+|image656|
+
+When looking at the anaytic record you will also see a link to the host
+item under the 'Host records' column in the holdings table when viewing
+the 'Analtyics' tab.
+
+Host Record
+|image657|
+
+`Editing Analytics <#analyticediting>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If you have linked an analytic record incorrectly you can remove that
+link by editing the item on the analytic record (not the host record).
+To do this, go to the analytic record and click the 'Edit' button and
+choose to 'Edit items'. To the left of each item you will see two
+options.
+
+Edit Analytic Item Record
+|image658|
+
+-  Clicking 'Edit in Host' will allow you to edit the item on the host
+   record.
+
+-  Clicking 'Delink' will remove the 773 field and the link between the
+   analytic and the host.
+
+`Editing Records <#editbibrec>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To edit a record you can click 'Edit Biblio' from the search results on
+the cataloging page
+
+Edit Biblio Option on Search Results
+|image659|
+
+or by clicking the Edit button on the Bibliographic Record and choosing
+'Edit Record'
+
+Edit Record Option on Bibliographic Record
+|image660|
+
+The record will open in the MARC editor
+
+Editing MARC Record
+|image661|
+
+The alternative is to search via Z39.50 to overlay your record with a
+fuller record found at another library. You can do this by choosing
+'Replace Record via Z39.50' from the Edit menu.
+
+Replace via Z39.50
+|image662|
+
+Once you choose that you will be brought to a Z39.50 search window to
+search other libraries for the record in question.
+
+Once you have made your edits (via either method) you can click 'Save'
+at the top left of the editor.
+
+You can also use the edit menu to add your own custom cover image if you
+have either `OPACLocalCoverImages <#OPACLocalCoverImages>`__ and/or
+`LocalCoverImages <#LocalCoverImages>`__ set to 'Display' by choosing
+'Upload Image' from the menu.
+
+Upload Image
+|image663|
+
+Choosing to 'Upload Image' will take you to the `Upload Local Cover
+Image Tool <#uploadlocalimages>`__.
+
+`Duplicating Records <#dupbibrec>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Sometimes a copy of the record you need to catalog can't be found via
+Z39.50. In these cases you can create a duplicate of similar record and
+edit the necessary pieces to create a new record. To duplicate an
+existing record click 'Edit as New (Duplicate)' from the Edit menu on
+the Bibliographic Record
+
+Edit as New (Duplicate) Bibliographic Record
+|image664|
+
+This will open a new MARC record with the fields filled in with the
+values from the original Bibliographic Record.
+
+New Duplicate Record
+|image665|
+
+`Attaching files to Records <#uploadbibfile>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you would like to upload files to Koha you can do so with a few
+settings.
+
+-  You will need to ask your system administrator to set the
+   'upload\_path' config variable to point to where the files will be
+   stored
+
+   -  You can see if your upload path is set correctly by visiting About
+      Koha > System Information. If there is an error you will see it
+      there.Upload Path Warning
+
+-  You will want to be sure that your `OPACBaseURL <#OPACBaseURL>`__
+   system preference is set appropriately
+
+-  You will want to add the upload.pl plugin to the 856$u subfield in
+   one (or multiple) of your `frameworks <#editsubfields>`__
+
+Once you are all set up you can continue with cataloging as regular. You
+will see a plugin icon next to the 856$u that will open up the upload
+and/or search windowUpload file to record
+
+From this menu you can click browse to find a file and attach it, or you
+can search files you have uploaded previously using the search box. From
+the search results you can choose which file to attach.Uploaded files
+
+Once the file is chosen it will appear as a link in the MARC record and
+on the detail display.
+
+`Merging Records <#mergebibs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To merge bibliographic records together you will want to go to the
+Cataloging module and perform a search.
+
+If you see duplicates on that search results screen you can check the
+boxes next to the duplicates and click the 'Merge selected' button at
+the top of the results.
+
+Once you have selected the records you want to merge, click the 'Merge
+selected' button at the top of the list. You will be asked which of the
+records you would like to keep as your primary record and which will be
+deleted after the merge. If the records were created using different
+frameworks, Koha will also ask you what Framework you would like the
+newly merged record to use.
+
+Choose Primary Record for Merge
+|image666|
+
+You will be presented with the MARC for all of the records (each
+accessible by tabs labeled with the bib numbers for those records). By
+default the entire first record will be selected, uncheck the fields you
+don't want in the final (destination) record and then move on to the
+second tab to choose which fields should be in the final (destination)
+record.
+
+Merging Records
+|image667|
+
+Should you try to add a field that is not repeatable two times (like
+choosing the 245 field from both record #1 and #2) you will be presented
+with an error
+
+Non-repeatable Error
+|image668|
+
+Below the records you are merging is an option to enter fields to report
+on. This will allow you to control what fields you see on the merge
+confirmation page:
+
+Merge report fields
+|image669|
+
+If you enter nothing you will be presented with a confirmation of
+biblionumbers only
+
+Merge report
+|image670|
+
+If you enter fields you will see those on the confirmation page (you can
+set defaults with the `MergeReportFields <#MergeReportFields>`__
+preference)
+
+Merge report
+|image671|
+
+Once you have completed your selections click the 'merge' button. The
+primary record will now CONTAIN the data you chose for it as well as all
+of the items/holdings from both bib records, and the second record will
+be deleted.
+
+    **Important**
+
+    It is important to rebuild your zebra index immediately after
+    merging records. If a search is performed for a record which has
+    been deleted Koha will present the patrons with an error in the
+    OPAC.
+
+    **Note**
+
+    If you would like you can also use the `Lists <#lists>`__ tool for
+    merging records together. `Learn more here <#mergebibrecs>`__.
+
+`Deleting Records <#deleterecord>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To delete a bibliographic record simply choose the 'Edit' button and
+select 'Delete record'
+
+Delete record
+|image672|
+
+Bibliographic records can only be deleted one all items have been
+deleted. If you try to delete a bibliographic record with items still
+attached you will see that the delete option is grayed out.
+
+Record with items still attached
+|image673|
+
+`Item Records <#catitems>`__
+----------------------------
+
+In Koha each bibliographic record can have one or more items attached.
+These items are sometimes referred to as holdings. Each item includes
+information to the physical copy the library has.
+
+`Adding Items <#addingitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+After saving a new bibliographic record, you will be redirected to a
+blank item record so that you can attach an item to the bibliographic
+record. You can also click 'Add/Edit Items' from the cataloging search
+results
+
+Add/Edit Items Option on Search Results
+|image674|
+
+or you can add new item at any time by clicking 'New' on the
+bibliographic record and choosing 'New Item'
+
+New Item Button
+|image675|
+
+The item edit form will appear:
+
+Add item form
+|image676|
+
+At the very least, if you plan on circulating the item, the following
+fields should be entered for new items:
+
+-  2 - Source of classification
+
+-  a - Permanent location
+
+-  b - Current location
+
+-  o - Full call number
+
+   -  If you'd like you can use the `call number browser
+      plugin <#cnbrowseplugin>`__ for this field. If it's enabled you'll
+      see a ... to the right of the field. When clicked that will open a
+      call number browser window if the row is highlighted in Red then
+      the call number is in use, if there is a thin Green line instead
+      then the call number can be used.Call number browser
+
+-  p - Barcode
+
+-  v - Cost, replacement price
+
+   -  This value will be charged to patrons when you mark an item they
+      have checked out as 'Lost'
+
+-  y - Koha item type
+
+To make sure that these values are filled in you can mark them as
+mandatory in the `framework <#marcbibframeworks>`__ you're using and
+then they will appear in red with a 'required' label. The item will not
+save until the required fields are filled in.
+
+Required Item Subfield
+|image677|
+
+-  **Note**
+
+       To make item subfields required in a framework you'll want to
+       edit the 952 field in the `framework
+       editor <#marcbibframeworks>`__.
+
+Below the add form there are 3 buttons for adding the item
+
+Add Item Buttons
+|image678|
+
+-  Add Item will add just the one item
+
+-  Add & Duplicate will add the item and fill in a new form with the
+   same values for your to alter
+
+-  Add Multiple items will ask how many items and will then add that
+   number of items adding +1 to the barcode so each barcode is unique
+
+Your added items will appear above the add form once submitted
+
+Items
+|image679|
+
+Your items will also appear below the bibliographic details on the bib
+record display.
+
+List of Items on the Bib Record
+|image680|
+
+If you have
+`SpineLabelShowPrintOnBibDetails <#SpineLabelShowPrintOnBibDetails>`__
+set to 'Display' then there will also be a link to print a quick spine
+label next to each item.
+
+List of Items on the Bib Record with a Print Label link
+|image681|
+
+You can also filter the contents of your holdings table by clicking the
+'Activate filters' links. This will show a row at the top where you can
+type in any column to filter the results in the table.
+
+Filter holdings
+|image682|
+
+`Editing Items <#editingitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Items can be edited in several ways.
+
+-  Clicking 'Edit' and 'Edit Items' from the bibliographic record
+
+   Edit Items Menu Option
+   |image683|
+
+   Which will open up a list of items where you can click the 'Actions'
+   button to the left of the specific item you would like to edit and
+   choose 'Edit'.
+
+   Edit individual items
+   |image684|
+
+-  Clicking 'Edit Items' beside the item on the 'Items' tab
+
+   Items Tab
+   |image685|
+
+   Which will open up the editor on the item you'd like to edit
+
+   Edit individual items
+   |image686|
+
+-  Clicking 'Edit' and then 'Edit items in batch'
+
+   Edit items in a batch
+   |image687|
+
+   This will open up the `batch item modification
+   tool <#batchmodifyitems>`__ where you can edit all of the items on
+   this record as a batch.
+
+-  You can also enable
+   `StaffDetailItemSelection <#StaffDetailItemSelection>`__ to have
+   checkboxes appear to the left of each item on the detail display. You
+   can then check off the items you would like to edit and click 'Modify
+   selected items' at the top of the list.
+
+   Editing selected items
+   |image688|
+
+-  You can click 'Edit' to the right of each item in the Holdings
+   tabEdit individual items
+
+-  There is also a link to Edit items from the search results in the
+   staff clientEdit item on the search results
+
+-  Finally you can use the `Batch Item
+   Modification <#batchmodifyitems>`__ tool
+
+`Quick Item Status Updates <#itemquickedit>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Often circulation staff need to change the status of an item to Lost or
+Damaged. This doesn't require you to edit the entire item record.
+Instead clicking on the item barcode on the checkout summary or checkin
+history will bring you to an item summary. You can also get to the item
+summary by clicking on the Items tab to the left of the bib detail page.
+
+Item Edit
+|image689|
+
+From this view you can mark an item lost by choosing a lost status from
+the pull down and clicking the 'Set Status' button.
+
+Edit Lost Status
+|image690|
+
+You can also mark an item as damaged by choosing a damaged status from
+the pull down and clicking the 'Set Status' button.
+
+Edit Damaged Status
+|image691|
+
+`Duplicating Items <#duplicateitem>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+You can easily duplicate each item by clicking the 'Action' button the
+left of each item on the edit items screen
+
+Edit individual items
+|image692|
+
+From here you can choose to 'Duplicate' the item and this will populate
+the form with the values from the item you chose.
+
+`Item Information <#iteminfo>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To the left of every bibliographic record there is a tab to view the
+items.
+
+Items Tab
+|image693|
+
+Clicking that tab will give you basic information about the items. From
+here you can see basic information about the item such as the home
+library, item type, collection code, call number and replacement price.
+You can also see and edit the status information. If an item is marked
+lost or withdrawn you will also see the date that status was applied.
+
+In the History section you will see infomration about the check out
+history of the item and if you ordered the item via the acquisitions
+module then this section will include information about the order.
+
+History with order info
+|image694|
+
+If the Order or Accession date is linked, clicking it will bring you to
+the acquisitions information for that item.
+
+`Moving Items <#moveitemrec>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Items can be moved from one bibliographic record to another using the
+Attach Item option
+
+Attach Item Option
+|image695|
+
+Visit the bibliographic record you want to attach the item to and choose
+'Attach Item' from the 'Edit' menu.
+
+Attach Item Form
+|image696|
+
+Simply enter the barcode for the item you want to move and click
+'Select'
+
+If you want to move all items to a new record creating only one
+bibliographic record you can use the `Merge Records
+tool <#mergebibrecs>`__ instead.
+
+`Deleting Items <#deleteitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are many ways to delete item records. If you only need to delete
+one item you can do this by opening up the detail page for the bib
+record and clicking the 'Edit' button at the top. From there you can
+choose to 'Edit items'.
+
+'Edit Items' menu option
+|image697|
+
+You will be presented with a list of items and next to each one will be
+a link labeled 'Delete'. Click that link and if the item is not checked
+out it will delete that item.
+
+Delete link on the left
+|image698|
+
+If you know that all of the items attached to your record are not
+currently checked out you can use the 'Delete all items' option under
+the 'Edit menu' and it will remove all items from the record.
+
+You can also enable
+`StaffDetailItemSelection <#StaffDetailItemSelection>`__ to have
+checkboxes appear to the left of each item on the detail display. You
+can then check off the items you would like to delete and click 'Delete
+selected items' at the top of the list.
+
+Deleting selected items
+|image699|
+
+Finally you can use the `batch delete tool <#batchdeleteitems>`__ to
+delete a batch of items.
+
+`Item Specific Circulation History <#itemcirchistory>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Each bibliographic record keeps a circulation history (with or without
+the patron information depending on your settings), but each item also
+has its own circulation history page. To see this, click on the 'Items'
+tab to the left of the record you are viewing.
+
+Items tab
+|image700|
+
+Below the 'History' heading is a link to 'View item's checkout history,'
+clicking that will open up the item's history which will look slightly
+different from the bibliographic record's history page.
+
+Item Specific Circulation History
+|image701|
+
+`Authorities <#catauthorities>`__
+---------------------------------
+
+Authority records are a way of controlling fields in your MARC records.
+Using authority records will provide you with control over subject
+headings, personal names and places.
+
+`Adding Authorities <#addauthorities>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To add a new authority record you can either choose the authority type
+from the 'New Authority' button or search another library by clicking
+the 'New from Z39.50' button.
+
+New Authority Record Options
+|image702|
+
+If you choose to enter a new authority from scratch, the form that
+appears will allow you to enter all of the necessary details regarding
+your authority record.
+
+New Authority Record
+|image703|
+
+To expand collapsed values simply click on the title and the subfields
+will appear. To duplicate a field or subfield just click the plus sign
+(+) to the right of the label. To use field helper plugins simply click
+the ellipsis (...) to the right of the field.
+
+When linking authorities to other headings, you can use the authority
+finder plugin by clicking the ellipsis (...) to the right of the field.
+
+Authority search plugin
+|image704|
+
+From there you can search your authority file for the authority to link.
+If you can't find the authority to link, you can click the 'Create new'
+button and add the necessary authority for the link. This plugin also
+allows for you to choose the link relationship between the authorities.
+
+Authority relationships
+|image705|
+
+If you choose to search another library for the authority record you
+will be presented with a search box
+
+Authority Z39.50 Search
+|image706|
+
+From the results you can choose the 'Import' link to the right of the
+record you would like to add to Koha
+
+Authority Z39.50 Results
+|image707|
+
+You will then be presented with the form to edit the authority before
+saving it to your system
+
+Imported Authority
+|image708|
+
+`Searching Authorities <#searchauthorities>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+From the authorities page you can search for existing terms and the
+bibliographic records they are attached to.
+
+Authority Search
+|image709|
+
+From the results you will see the authority record, how many
+bibliographic records it is attached to, an 'Actions' menu that includes
+the ability to `edit <#editauthorities>`__, `merge <#authoritymerge>`__
+and `delete <#editauthorities>`__ (if there are no bibliographic records
+attached).
+
+Authority Search Results
+|image710|
+
+Clicking on the Details link to the right of the authority record
+summary will open the full record and the option to edit the record.
+
+Authority Record
+|image711|
+
+If the authority has See Alsos in it you will see those broken out on
+the search results, clicking the linked headings will run a search for
+that heading instead.
+
+See Also in Authorities
+|image712|
+
+`Editing Authorities <#editauthorities>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Authorities can be edited by clicking on the authority summary from the
+search results and then clicking the 'Edit' button above the record. Or
+by clicking on the 'Edit' link to the left of the authority on the
+search results.
+
+Edit Authority Record
+|image713|
+
+Once you've made the necessary edits, simply click 'Save' and
+`dontmerge <#dontmerge>`__ is set to 'Do', Koha will immediately update
+all of the bib records linked to the authority with the new authority
+record's data. If dontmerge is set to "Don't" then Koha won't edit bib
+records when changes are made to authorities, rather, this is done later
+by the `merge\_authority.pl cronjob <#mergeauthcron>`__.
+
+To delete an authority record you first must make sure it's not linked
+to any bibliographic records. If it is not used by any bibliographic
+records a 'Delete' link will appear to the right of the record on the
+search results and as a button that appears after clicking on the
+summary of the authority record.
+
+`Merging Authorities <#authoritymerge>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have duplicate authority records you can merge them together by
+clicking the 'Merge' link, found in the actions menu, next to two
+results on an authority search.
+
+Duplicate authorities results
+|image714|
+
+After clicking 'Merge' on the first result you will see that authority
+listed at the top of the results.
+
+Merging authorities results
+|image715|
+
+Next you need to click 'Merge' next to the second result you'd like to
+merge.
+
+You will be asked which of the two records you would like to keep as
+your primary record and which will be deleted after the merge.
+
+Merging authorities
+|image716|
+
+You will be presented with the MARC for both of the records (each
+accessible by tabs labeled with the authority numbers for those
+records). By default the entire first record will be selected, uncheck
+the fields you don't want in the final (destination) record and then
+move on to the second tab to choose which fields should be in the final
+(destination) record.
+
+Authorities to merge
+|image717|
+
+Once you have completed your selections click the 'Merge' button. The
+primary record will now contain the data you chose for it and the second
+record will be deleted.
+
+Merged authority
+|image718|
+
+`Cataloging Guides <#catguides>`__
+----------------------------------
+
+`Bibliographic Record Cataloging Cheat Sheet <#bibcatcheatsheet>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Tag   | Label                               | Description                                                                                                                                          | Instructions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
++=======+=====================================+======================================================================================================================================================+===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
+| 000   | LEADER                              | Describes the record(i.e. surrogate) -- is it a record for a monograph? A serial?                                                                    | Click in this field to fill it in. Then set "Bibliographic level" to 'a' for articles or 's' for serials. Otherwise, leave everything as is.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 001   | CONTROL NUMBER                      | Accession number.                                                                                                                                    | Enter the accession number written inside the item here. For articles and items which do not have accession numbers, leave blank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 003   | CONTROL NUMBER IDENTIFIER           | Your MARC Organizational Code                                                                                                                        | Click in this field to fill it in (will auto fill if you have your `MARCOrgCode <#MARCOrgCode>`__ preference set).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 005   | D & T LATEST TRANSACTION            | Current date and time.                                                                                                                               | Click in this field to fill it in.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 008   | FIXED-LENGTH DATA ELEMENTS          | Field containing computer-readable representations of a number of things.                                                                            | Generally you will only use 's' (single) or 'm' (multiple) options for position 06- use the former when the item was published in a single year, the latter when it was published over the course of several. If there is a single date, only enter a date in the first date field (positions 07-10). Enter the three-digit country code in positions 15-17, being sure to add spaces if the country code is fewer than three characters long. If there is an index, note that fact in position 31. Enter the three-letter language code in positions 35-37.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 010   | LCCN                                | A number assigned by the Library of Congress to uniquely identify the work.                                                                          | Check on the copyright page of the book (if it was published in the US) or the LC catalog for this number. If you can't find it, don't worry about it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 020   | ISBN                                | Unique number used by publishers to identify books.                                                                                                  | If this number isn't listed on the book, there probably isn't one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 022   | ISSN                                | Unique number used by publishers to identify serials.                                                                                                | If this number isn't listed on the book, there probably isn't one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 033   | DATE/TIME OF EVENT                  | Used for auction dates. Required for auction catalogs.                                                                                               | For auctions that took place on only one day, enter the date of the auction in the format YYYYMMDD in the subfield 'a' and a '0' in the first indicator. For auctions that took place over two consecutive days or any number of non-consecutive days, create a subfield 'a' for each day with the date in the format YYYYMMDD, and put a '1' in the first indicator. For auctions that took place over more than two consecutive days, create a subfield 'a' (in format YYYYMMDD) for the first day and a subfield 'a' (also in format YYYYMMDD) for the last day, and put a '2' in the first indicator.                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 040   | CATALOGING SOURCE                   | Identifies which libraries created and modified the record.                                                                                          | For imported records, add a subfield 'd' with your OCLC code as the value. For new records, make sure that the subfield 'c' with your OCLC code as the value.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 041   | LANGUAGE CODE                       | Identifies all the languages used in an item, when two or more languages are present.                                                                | For significant portions of a text in a given language, there should be a subfield 'a' with that language code. If there are only summaries or abstracts in a specific language, create a subfield 'b' with that language code.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 100   | MAIN ENTRY--PERSONAL                | Authorized form of the main author's name                                                                                                            | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 110   | MAIN ENTRY--CORPORATE               | Authorized form of the name of the main corporate author. Required for auction catalogs.                                                             | Auction catalogs should use a 110 field rather than a 100 field. See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 111   | MAIN ENTRY--MEETING                 | Authorized form of the name of a meeting which acted as a main offer (e.g. conference proceedings)                                                   | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 245   | TITLE STATEMENT                     | Transcription of the title statement from the title page (or chief source of information)                                                            | Enter the title in subfield 'a', the subtitle in subfield 'b', and the statement of responsibility in subfield 'c'. If you are creating a record for a single volume or part of a multi-part item, you should put the part number in subfield 'n' and the part title in subfield 'p.' For auction catalogs, the date (in 'MM/DD/YYYY' format) should be listed in square brackets in subfield 'f'. See ISBD punctuation sheet. Set the first indicator to '0' if there is no author, otherwise set it to '1'. Set the second indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the second indicator to '4').                                                                                                                                                                                                                                                                                                              |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 246   | VARYING FORM OF TITLE               | Alternate form of title for searching and filing purposes                                                                                            | If the patron might look for the work under a different title, enter it here. Do not include initial articles. The first indicator should be '3', unless the title is merely a variant spelling, in which case the first indicator should be '1'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 250   | EDITION STATEMENT                   | Transcription of the edition statement from the title page (or chief source of information)                                                          | Transcribe the edition statement exactly as it appears on the title-page. You may abbreviate if the edition statement is very long.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 260   | PUBLICATION (IMPRINT)               | Publication information.                                                                                                                             | Put the location of publication in subfield 'a', the publisher in subfield 'b', and the year (or probable year) in subfield 'c'. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 300   | PHYSICAL DESCRIPTION                | Physical description                                                                                                                                 | Enter the pagination statement in subfield 'a', a brief description of "special" contents such as illustrations or maps in subfield 'b' (see AACR2), and the size of the item in subfield 'c'. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 490   | SERIES STATEMENT                    | Shows the series statement exactly as it appears on the item.                                                                                        | Transcribe the series statement into subfield 'a' with the volume number in subfield 'v'. See ISBD punctuation sheet. Set the first indicator to '1' if you are using an 830. As a general rule, you should do so.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 500   | GENERAL NOTE                        | Notes that don't fit anywhere else.                                                                                                                  | Enter notes as full sentences, with a separate 500 field for each distinct topic.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 501   | WITH NOTE                           | Notes whether the work is bound with the works described by other records.                                                                           | Put description of relationship in subfield 'a'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 504   | BIBLIOGRAPHY, ETC. NOTE             | Indicates whether the work includes a bibliography.                                                                                                  | If the work includes a bibliography and index, put the text "Includes bibliographical references (p. XXX-XXX) and index." in subfield 'a'. If the work does not include an index, remove that part of the sentence. If the references are scattered throughout the work and not gathered into a distinct sentence, remove the parenthetical statement.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 505   | FORMATTED CONTENTS                  | List of contents in a standard format. Unformatted contents can be listed in a 500 (General Note) field.                                             | See ISBD punctuation sheet. Set the first indicator to '0'. If you are separately coding authors and titles, set the second indicator to '0'. Otherwise, leave the second indicator blank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 518   | DATE/TIME OF EVENT NOTE             | Used for auction dates.                                                                                                                              | For auction catalogs, enter the date of the auction in the format 'January 2, 1984' in the subfield 'a'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 520   | SUMMARY, ETC.                       | A brief summary or abstract of the book or article.                                                                                                  | In general you do not need to write a summary. A summary might be called for, however, with items that cannot be easily reviewed by a patron, such as books with highly acidic paper or CD-ROMs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 546   | LANGUAGE NOTE                       | Note describing the languages used in the work                                                                                                       | Only needed for works in multiple languages. See ISBD punctuation sheet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 561   | PROVENANCE INFORMATION              | Describes the previous ownership of the item.                                                                                                        | Used only for rare books.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 563   | BINDING INFORMATION                 | Describes the binding of the item.                                                                                                                   | Used only for rare books.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 590   | LOCAL NOTE                          | Local notes. Required for auction catalogs.                                                                                                          | Used for auction catalogs to indicate what types of coins are sold in the auction- Roman, Greek, etc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 600   | SUBJECT ADDED--PERSONAL             | Authorized form of personal names for people discussed in the work                                                                                   | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 610   | SUBJECT ADDED--CORPORATE            | Authorized form of corporate names for organizations discussed in the work                                                                           | See Authorized headings sheet and AACR2. Set the first indicator to '2'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611   | SUBJECT ADDED--MEETING              | Authorized form of meeting names for meetings discussed in the work                                                                                  | See Authorized headings sheet and AACR2. Set the first indicator to '2'. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 630   | SUBJECT ADDED--UNIFORM TITLE        | Authorized form of titles for other works discussed in the work                                                                                      | See Authorized headings sheet and AACR2. Set the first indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the first indicator to '4'). If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 650   | SUBJECT ADDED--TOPICAL              | Library of Congress Subject Heading terms describing the subject of the work                                                                         | See Authorized headings sheet and AACR2. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 651   | SUBJECT ADDED--GEOGRAPHICAL         | Library of Congress Subject Heading geographical terms describing the subject of the work                                                            | See Authorized headings sheet and AACR2. If you found the name in the LC authority file, set the second indicator to '0'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 655   | INDEX TERM--GENRE/FORM              | Describes what an item is as opposed to what the item is about.                                                                                      | Generally used only for auction catalogs, which should have the genre heading "Auction catalogs." (make sure to find the authorized heading!) If you found the name in the LC authority file, set the second indicator to '0'. If you are using a term from a specific thesaurus, set the second indicator to '7' and put the code for the thesaurus in subfield '2'. Otherwise set the second indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 690   | LOCAL SUBJECT ADDED--TOPICAL        | Used for headings from any custom subject authority file.                                                                                            | If there is no appropriate LCSH term, you can use a 690 with subject headings you find on other items in the catalog.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 691   | LOCAL SUBJECT ADDED--GEOGRAPHICAL   | Used for headings from any custom subject authority file.                                                                                            | If there is no appropriate LCSH term, you can use a 691 with subject headings you find on other items in the catalog.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700   | ADDED ENTRY--PERSONAL               | Used for second authors and other persons related to the production of the work.                                                                     | See Authorized headings sheet and AACR2. The first indicator should generally be a '1', to indicate that the entry is surname first. If the name consists only of a forename, however, the first indicator should be '0'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710   | ADDED ENTRY--CORPORATE              | Used for corporate bodies related to the production of the work (e.g. publishers).                                                                   | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 711   | ADDED ENTRY--MEETING                | Used for meetings related to the production of the work (e.g. symposia that contributed to the work).                                                | See Authorized headings sheet and AACR2. Set the first indicator to '2'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 730   | ADDED ENTRY--UNIFORM TITLE          | Used for uniform titles related to the production of the work (e.g. a work that inspired the present work)                                           | See Authorized headings sheet and AACR2. Set the first indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the first indicator to '4').                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 773   | HOST ITEM ENTRY                     | Describes the larger bibliographic unit that contains the work (e.g. book or journal containing the article being described in the current record)   | If the host publication is author main entry, enter the authorized form of the author's name in subfield 'a'. Put the title in subfield 't'. If the host publication is an independent work, put publication information in subfield 'd'. When available, ISSN and ISBN should always be used in, in subfields 'x' and 'z' respectively. Relationship information (e.g. volume number, page number, etc.) goes in subfield 'g'. Subfield 'q' contains an encoded representation of the location of the item: volume, issue, and section numbers are separated by colons, and the first page is entered following a '<' at the end of the subfield. See ISBD punctuation sheet. Set the first indicator to '0'. If you want the label "In:" to be generated, leave the second indicator blank. If you want something else displayed before the 773 text, set the second indicator to '8' and add a subfield 'i' with the label you want at the beginning of the field (e.g. "$iOffprint from:").   |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 830   | SERIES ENTRY--UNIFORM TITLE         | Authorized form of the series name transcribed in the 490 field. Often this will just be the same as the 490.                                        | See Authorized headings sheet and AACR2. Set the second indicator to the number of non-filing characters (i.e. characters in an initial articles plus the space... for "The " set the second indicator to '4').                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 852   | LOCATION/CALL NUMBER                | Provides the section name for pre-barcode books, pamphlets, and some articles and serials.                                                           | Do not put anything in this field if you are cataloging a volume which gets only one record and a barcode. If the item does not get a barcode, or you are currently creating a record for an article in a volume, put the section in subfield 'a' (see ANS cataloging documentation), and the call number in subfield 'i'. Set the first indicator to '8'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 856   | ELECTRONIC ACCESS                   | Links to material available online.                                                                                                                  | Put the URL of any electronic copies or summaries, etc. in subfield 'u' and a link title in subfield 'y'. Set the first indicator to '4'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942   | ADDED ENTRY ELEMENTS (KOHA)         | Used for Koha-specific data.                                                                                                                         | Set the subfield 'c' to the appropriate item type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
++-------+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+Table: Cataloging Guide
+
+`Item/Holdings Record Cataloging Guide <#itemcatguide>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This table represents the default embedded holdings data in Koha. This
+information can be used for migration or importing data purposes
+
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| MARC21 Tag/subfield   | Data Element                                        | Description                                                                      | Notes                                                                                                                                                                                                                                                                    |
++=======================+=====================================================+==================================================================================+==========================================================================================================================================================================================================================================================================+
+| 952$0                 | Withdrawn status                                    | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('WITHDRAWN' in default installation)                                                                                                                                                            |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  0 = Not withdrawn                                                             |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  1 = Withdrawn                                                                 |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$1                 | Lost status                                         | Default values:                                                                  | It's possible to configure OPAC so that lost items don't display with the `hidelostitems <#hidelostitems>`__ system preference.                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  0 = Available                                                                 | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('LOST' in default installation)                                                                                                                                                                 |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  1 = Lost                                                                      |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  2 = Long Overdue (Lost)                                                       |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  3 = Lost and Paid For                                                         |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  4 = Missing in Inventory                                                      |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  5 = Missing in Hold Queue                                                     |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$2                 | Classification                                      | Classification scheme that defines filing rules used for sorting call numbers.   | A choice of `classification sources <#classificationsources>`__ as they are defined in administration. If no classification scheme is entered, the system will use the value entered in the `DefaultClassificationSource <#DefaultClassificationSource>`__ preference.   |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$3                 | Materials specified                                 | Specific issues of serials or multi-part items.                                  | Displayed when items are checked out and in to tell the staff how many pieces the item has. Copy/volume data is stored in 952$h and $t for display in Normal views.                                                                                                      |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$4                 | Damaged status                                      | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('DAMAGE' in default installation)                                                                                                                                                               |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  0 = Not damaged                                                               |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  1 = Damaged                                                                   |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$5                 | Use restrictions                                    | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('RESTRICT' in default installation). This value has no effect on circulation.                                                                                                                   |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  0 = No use restrictions                                                       |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  1 = Restricted Access                                                         |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$7                 | Not for loan                                        | Default values:                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('NOT\_LOAN' in default installation). Negative number values can still be placed on hold.                                                                                                       |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  -1 = Ordered                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  0 = Available for loans                                                       |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  1 = Not for Loan                                                              |                                                                                                                                                                                                                                                                          |
+|                       |                                                     |                                                                                  |                                                                                                                                                                                                                                                                          |
+|                       |                                                     | -  2 = Staff Collection                                                          |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$8                 | Collection code                                     | Coded value                                                                      | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('CCODE' in default installation)                                                                                                                                                                |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$9                 | Item number                                         | System-generated item number.                                                    | Does not display in the item record.                                                                                                                                                                                                                                     |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$a                 | Owning Library \*\*                                 | Branch code                                                                      | **Required**. Code must be defined in `Libraries, Branches and Groups <#libsgroups>`__                                                                                                                                                                                   |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$b                 | Holding library \*\* (usually the same as 952$a )   | Branch code                                                                      | **Required**. Code must be defined in `Libraries, Branches and Groups <#libsgroups>`__                                                                                                                                                                                   |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$c                 | Shelving location code                              |                                                                                  | Coded value, matching `Authorized Value <#authorizedvalues>`__ category ('LOC' in default installation)                                                                                                                                                                  |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$d                 | Date acquired                                       | YYYY-MM-DD                                                                       | Date formats in the 952 subfields are required to be in the system internal format for data loading and subsequent item editing: YYYY-MM-DD                                                                                                                              |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$e                 | Source of acquisition                               | Coded value or vendor string                                                     | Filled in automatically with the Koha assigned vendor id by Acquisitions when an item is received.                                                                                                                                                                       |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$g                 | Purchase price                                      | Decimal number, no currency symbol (ex. 10.00)                                   | Filled in automatically by Acquisitions when an item is received.                                                                                                                                                                                                        |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$h                 | Serial enumeration                                  |                                                                                  | Filled in automatically by Serials if the issue is received there.                                                                                                                                                                                                       |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$o                 | Koha full call number                               |                                                                                  | Can be filled in automatically based on the `itemcallnumber <#itemcallnumber>`__ system preference.                                                                                                                                                                      |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$p                 | Barcode \*                                          | Max 20 characters                                                                |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$t                 | Copy number                                         | Max 32 characters                                                                |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$u                 | Uniform Resource Identifier                         | Item specific URL                                                                | Full URL starting with http:// Only needed if your item has its own URL, not necessary if the bib record has a 856$u that applies to all items on the record.                                                                                                            |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$v                 | Replacement price                                   | Decimal number, no currency symbol (ex. 10.00)                                   | Filled in automatically by Acquisitions when an item is received.                                                                                                                                                                                                        |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$w                 | Price effective from                                | YYYY-MM-DD                                                                       | Date formats in the 952 subfields are required to be in the system internal format for data loading and subsequent item editing: YYYY-MM-DD. Filled in automatically by Acquisitions when an item is received.                                                           |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$x                 | Nonpublic note                                      |                                                                                  | This is a note field for notes that will not appear in the OPAC. Right now this note does not appear anywhere but in the item edit screen in the staff client.                                                                                                           |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$y                 | Koha item type \*\*                                 | Coded value, required field for circulation                                      | **Required**. Coded value, must be defined in `Item types <#itemtypeadmin>`__                                                                                                                                                                                            |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$z                 | Public note                                         |                                                                                  |                                                                                                                                                                                                                                                                          |
++-----------------------+-----------------------------------------------------+----------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+Table: Koha Embedded Holdings Data
+
+\* - required for circulation
+
+\*\* - required by Koha
+
+`Handling On Order Items and Holds <#onorderitemholds>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you tend to import your MARC records when you have ordered the book
+(as opposed to when you receive the books), and allow patrons to place
+holds on those books, you may need to add item records to the \*.mrc
+file before importing.
+
+The easiest way to import your latest order is to first run your records
+through `MARCEdit <http://marcedit.reeset.net/>`__. Download your MARC
+records, saving them to your desktop or some other location you use/will
+remember. If you have MARCEdit already installed you should simply have
+to double click on your MARC records, and they will automatically open
+in MARCEdit.
+
+    **Important**
+
+    This tutorial was written with MARCEdit version 5.2.3769.41641 on
+    Windows XP, instructions may be different if your version or
+    operating system is different.
+
+-  Your original file will automatically be in the input; ensure
+   MarcBreaker is chosen, and then click "Execute"
+
+   MarcBreaker
+   |image719|
+
+-  You will be presented with a summary of the records processed at the
+   bottom of the screen
+
+   MarcBreaker Summary
+   |image720|
+
+-  Click 'Edit Records' to continue on to adding item records
+
+-  Your screen will be replaced with a larger screen containing the MARC
+   records
+
+   MARC file for editing
+   |image721|
+
+-  Click on Tools > Add/Edit Field
+
+   Add/Delete Field
+   |image722|
+
+-  Enter in the Koha specific item info
+
+   Add 942 Field
+   |image723|
+
+   -  In the Field box, type 942
+
+   -  In the Field Data box, type \\\\$c and the item type code
+      (\\\\$cBOOK in this example)
+
+   -  Check the 'Insert last' option
+
+   -  Click 'Add Field'
+
+-  Enter in the item record data
+
+   Add 952 Field
+   |image724|
+
+   -  In the Field box, type 952
+
+   -  In the Field Data box, type
+      $7ORDERED\_STATUS$aPERM\_LOC$bCURR\_LOC$cSHELVING\_LOCATION$eSOURCE\_OF\_ACQ$yITEM\_TYPE
+
+      -  ex. $7-1$aCPL$bCPL$cNEW$eBrodart$yBOOK
+
+         -  In a default install of Koha -1 is the value for the Ordered
+            status
+
+      -  You may want to look at other subfields you would like data in
+         -- for example, changing the collection code to put all the
+         items in the same collection (8), automatically fill in the
+         acquisition date (d), or put in a public note (z).
+
+      -  Be sure you use the $ to separate subfields; adding each
+         subfield on a separate line will cause that many items to be
+         imported with your MARC record (in the example above, four
+         items, each with one of those subfields corrected)
+
+      -  Make sure you look at the Administration > Authorized Values in
+         Koha to put the correct code into the field
+
+   -  Check the 'Insert last' option
+
+   -  Click 'Add Field'
+
+-  Close the field editor window
+
+-  Click on File > Compile into MARC
+
+   Compile into MARC
+   |image725|
+
+-  Choose where to save your file
+
+Now you want to go into your Koha system and follow the instructions for
+`importing MARC records <#stagemarc>`__.
+
+Once the item has come in, you will need to go to the item record and
+individually change the item to have the correct barcode, and manually
+change the status from Ordered to the blank line in the Not for Loan
+field.
+
+    **Note**
+
+    If you purchase your cataloged item records, you may want to request
+    your vendor put in the information you need into the MARC records
+    for you; that way, you could import the edited-by-the-vendor file,
+    overwriting the current record, automatically replacing the data
+    with what you need.
+
+Course Reserves
+===============
+
+The course reserves module in Koha allows you to temporarily move items
+to 'reserve' and assign different circulation rules to these items while
+they are being used for a specific course.
+
+`Course Reserves Setup <#coursesetup>`__
+----------------------------------------
+
+Before using Course Reserves you will need to do some set up.
+
+First you will need to enable course reserves by setting the
+`UseCourseReserves <#UseCourseReserves>`__ preference to 'Use'.
+
+Next you will need to have all of your course instructors `added as
+patrons <#addnewpatron>`__.
+
+Next you will want to add a couple of new `authorized
+values <#newauthval>`__ for Departments and Terms.
+
+You may also want to create new `item types <#additemtype>`__,
+`collection codes <#ccode>`__ and/or `shelving
+locations <#shelvelocvals>`__ to make it clear that the items are on
+reserve to your patrons. You will also want to be sure to confirm that
+your `circulation and fine rules <#circfinerules>`__ are right for your
+new item types (whether they be hourly or daily loans).
+
+`Adding Courses <#addingcourses>`__
+-----------------------------------
+
+Once you have completed your set up for Course Reserves you can start
+creating courses and adding titles to the reserve list.
+
+Course Reserves Admin
+|image726|
+
+From the main course reserves page you can add a new course by clicking
+the 'New course' button at the top left.
+
+Add a new course
+|image727|
+
+Your new course will need a Department, Number and Name at the bare
+minimum. You can also add in additional details like course section
+number and term. To link an instructor to this course simply start
+typing their name and Koha will search your patron database to find you
+the right person.
+
+Instrcutor search
+|image728|
+
+Once the instructor you want appears just click their name and they will
+be added. You can repeat this for all instructors on this course. Each
+instructor will appear above the search box and can be removed by
+clicking the 'Remove' link to the right of their name.
+
+Instructors
+|image729|
+
+If you would like your course to show publicly you'll want to be sure to
+check the 'Enabled?' box before saving your new course.
+
+Once your course is saved it will show on the main course reserves page
+and be searchable by any field in the course.
+
+Courses
+|image730|
+
+`Adding Reserve Materials <#addreserves>`__
+-------------------------------------------
+
+Before adding reserve materials you will need at least one course to add
+them to. To add materials visit the Course Reserves module.
+
+Courses
+|image731|
+
+Click on the title of the course you would like to add materials to.
+
+Course administration
+|image732|
+
+At the top of the course description click the 'Add reserves' button to
+add titles to this reserve list. You will be asked to enter the barcode
+for the reserve item.
+
+Add item to reserve
+|image733|
+
+After you are done scanning the barcodes to add to the course you can
+see them on the course page
+
+Course with reserves
+|image734|
+
+`Course Reserves in the OPAC <#opaccoursereserves>`__
+-----------------------------------------------------
+
+Once you have enabled Course Reserves and added courses you will see a
+link to Course Reserves below your search box in the OPAC.
+
+Course Reserves Link
+|image735|
+
+Clicking that link will show you your list of enabled courses (if you
+have only one course you will just see the contents of that one course).
+
+Course list in the OPAC
+|image736|
+
+You can search course reserves by any field (course number, course name,
+instructor name, department) that is visible in the list of courses.
+Clicking a course name will show you the details and reserve items.
+
+Course listing
+|image737|
+
+Serials
+=======
+
+Serials actions can be accessed by going to the More menu at the top of
+your screen and choosing Serials or by clicking Serials on the main Koha
+staff client page. The Serials module in Koha is used for keeping track
+of journals, newspapers and other items that come on a regular schedule.
+As with all modules, make sure you go through the related
+`Implementation Checklist <#impserials>`__ before using the Serials
+module.
+
+-  *Get there:* More > Serials
+
+`Manage Serial Frequencies <#serialfreq>`__
+-------------------------------------------
+
+Koha keeps a record of publication frequencies for easy management and
+duplication.
+
+-  *Get there:* More > Serials > Manage frequencies
+
+From this page you can view all of the existing frequencies in your
+system
+
+Frequencies
+|image738|
+
+and create new ones.
+
+New frequency
+|image739|
+
+`Manage Serial Numbering Patterns <#serialpatterns>`__
+------------------------------------------------------
+
+Everytime you create a new numbering pattern in serials you can save it
+for later use. These patters are accessible via the Manage numbering
+patterns page.
+
+-  *Get there:* More > Serials > Manage numbering patterns
+
+This page will list for you the numbering patterns you have saved in the
+past as well as a few canned patterns.
+
+Number patterns
+|image740|
+
+    **Note**
+
+    If you have upgraded from a previous version of Koha you will see
+    'Backup patterns' listed for patterns used in version before Koha
+    3.14. This is how Koha saved your old numbering patterns. You can
+    edit these to give them more meaningful names from here.
+
+It will also allow you to create a new numbering pattern without first
+adding a subscription. To add new new pattern click 'New numbering
+pattern' at the top of the list of patterns.
+
+New number pattern
+|image741|
+
+`Custom Subscription Fields <#serialfields>`__
+----------------------------------------------
+
+This module will allow you to add custom fields to your serial
+subscriptions for reporting and searching.
+
+-  *Get there:* Serials > Add subscription fields
+
+To add custom fields simply click the 'Add subscription fields' link on
+the left of the Serial page and choose the 'New field' buttonAdd
+subscription fields
+
+The form that appears will ask for either an authorized value or a marc
+field to populate the field with
+
+Add field
+
+For example you might want to track which department you're ordering for
+or the collection code for this serialAdd department
+
+This data will then show when you are adding a subscriptionAdd field
+value
+
+and when you view the subscriptionShow field
+
+and when you search subscriptions (if you chose to make it
+'searchable')Searchable field
+
+`Add a subscription <#newsubscription>`__
+-----------------------------------------
+
+Subscriptions can be added by clicking the 'New' button on any
+bibliographic record
+
+New Subscription Button
+|image742|
+
+Or by visiting the Serials module and clicking 'New Subscription'
+
+New Subscription Button
+|image743|
+
+If you are entering a new subscription from the Serials module you will
+be presented with a blank form (if creating new from a bibliographic
+record the form will include the bib info).
+
+Add a new subscription (1/2)
+|image744|
+
+-  'Librarian' field will show the logged in librarian's username
+
+-  'Vendor' can be found by either searching vendors entered via the
+   `Acquisitions module <#acqmodule>`__ or entering the vendor ID number
+
+   -  Vendor information is not required
+
+   -  In order to claim missing and late issues you need to enter vendor
+      information
+
+      Vendor Missing Warning
+      |image745|
+
+-  'Biblio' is the MARC record you'd like to link this subscription to
+
+   -  This can be done by searching for an existing record by clicking
+      on the 'Search for Biblio' link below the boxes or by entering the
+      bib number for a record in the first box. Only if you search with
+      the field between the parenthesis.
+
+-  Next you can choose whether a new item is created when receiving an
+   issue (if you barcode issues you'll want to create an item at this
+   time)
+
+-  In order to determine how to handle irregularities in your
+   subscription answer 'When there is an irregular issue', if the
+   numbers are always sequential you'll want to pick 'Keep issue number'
+
+-  Checking the 'Manual history' box will allow you to enter serials
+   outside the prediction pattern once the subscription is saved by
+   going to the 'Planning' tab on the subscription detail page.Manual
+   History
+
+-  'Call Number' is for your item's call number or call number prefix
+
+-  'Library' is the branch that owns this subscription.
+
+   -  If more than one library subscribes to this serial you will need
+      to create a subscription for each library
+
+   -  This can be done easily by using the 'Edit as New (Duplicate)'
+      option found on the subscription information page and changing
+      only the 'Library' field
+
+      New Duplicate Subscription
+      |image746|
+
+-  Use the 'Public Note' for any notes you would like to appear in the
+   OPAC for the patrons
+
+-  'Nonpublic Note' should be used for notes that are only visible to
+   the librarians via the staff client
+
+-  The 'Patron notification' option lets you pick a notice to send to
+   patrons who subscribe to updates on this serial via the OPAC.
+
+   -  For this option to appear you need to make sure that you have a
+      Routing List notice set up in the `Notices Tool <#notices>`__
+
+-  'Location' is for the shelving location
+
+-  The 'Grace period' is the number of days before an issue is
+   automatically moved from 'Expected' status to 'Waiting' and how many
+   days before an issue is automatically moved from 'Waiting' status to
+   'Late'
+
+-  The Staff and OPAC Display options allow you to control how many
+   issues appear by default on bibliographic records in the Staff Client
+   and the OPAC
+
+   -  If no values are entered in these fields, they will use the
+      `OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ and
+      `StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__
+      system preference values
+
+Once that data is filled in you can click 'Next' to enter the prediction
+pattern information.
+
+Add a new subscription (2/2)
+|image747|
+
+-  In 'First issue publication date' you want to enter the date of the
+   issue you have in your hand, the date from which the prediction
+   pattern will start
+
+-  There are several pre-defined options for the 'Frequency' of
+   publication all of which are visible alongside your own custom
+   frequencies by visiting '`Manage frequencies <#serialfreq>`__'
+
+   -  Without periodicy: some very specific (usually high level science
+      journals) don't have a true periodicity. When you subscribe to the
+      title, you subscribe for 6 issues, which can arrive in 1 year...
+      or 2... There is no regularity or known schedule.
+
+   -  Unknown select this if none of the other choices are relevant
+
+   -  Irregular: The journal is not "regular" but has a periodicity. You
+      know that it comes out on January, then in October and December,
+      it is irregular, but you know when it's going to arrive.
+
+   -  2/day: Twice daily
+
+   -  1/day: Daily
+
+   -  3/week: Three times a week
+
+   -  1/week: Weekly
+
+   -  1/ 2 weeks: Twice monthly (fortnightly)
+
+   -  1/ 3 weeks: Tri-weekly
+
+   -  1/month: Monthly
+
+   -  1/ 2 months (6/year): Bi-monthly
+
+   -  1/ 3 months (1/quarter): Quarterly
+
+   -  1/quarter (seasonal) : Quarterly related to seasons (ie. Summer,
+      Autumn, Winter, Spring)
+
+   -  2/year: Half yearly
+
+   -  1/year: Annual
+
+   -  1/ 2 years: Bi-annual
+
+-  'Subscription length' is the number of issues or months in the
+   subscription. This is also used for setting up renewal alerts
+
+-  'Subscription start date' is the date at which the subscription
+   begins. This is used for setting up renewal alerts
+
+-  'Subscription end date' should only be entered for subscriptions that
+   have ended (if you're entering in a backlog of serials)
+
+-  'Numbering pattern' will help you determine how the numbers are
+   printed for each issue. Patterns entered here are saved and editable
+   at any time by visiting '`Manage numbering
+   patterns <#serialpatterns>`__'
+
+   -  Start with the numbering on the issue you have in hand, the
+      numbering that matches the date you entered in the 'First issue
+      publication' field
+
+   -  You can choose to create your own numbering pattern by choosing
+      'None of the above' and clicking the 'Show/Hide Advanced Pattern'
+      button at the bottom of the form
+
+      Advanced prediction pattern
+      |image748|
+
+-  The 'Locale' option is useful when you want to display days, month or
+   season. For example, if you have a German serial, you can use the
+   German locale option to display days, etc. in German.
+
+-  Once a 'Numbering pattern' is chosen the number formula will
+   appear.Numbering Forumla
+
+   -  The 'Begins with' number is the number of the issue you're holding
+      in your hand.
+
+   -  The 'Inner counter' is used to tell Koha where the "receiving
+      cycle" starts
+
+      -  For example: If the first issue to receive is "vol. 4, no. 1,
+         iss. 796", you need to set up "inner counter = 0" But if it's
+         "vol. 4, no. 2, iss. 797", the inner counter should be "1".
+
+   -  After filling in this data click the 'Test prediction pattern'
+      button to see what issues the system will generate, if there are
+      irregularities you can choose which issues don't exist from the
+      list presented.
+
+      Prediction pattern
+      |image749|
+
+-  If you have added a `custom subscription field <#serialfields>`__, it
+   will be editable above the buttons at the bottom of the screenShow
+   field
+
+Click 'Save Subscription' to save the information you have entered.
+`Find sample serial examples in the appendix <#sampleserialsapp>`__.
+
+`Receive Issues <#receiveissues>`__
+-----------------------------------
+
+Issues can be marked as received from several locations. To find a
+subscription, use the search box at the top of the Serials page to
+search for the serial you'd like to receive issues for:
+
+Subscription Search
+|image750|
+
+From the search results you can click the 'Serial Receive' link or you
+can click on the subscription title and then click the 'Receive' button.
+
+Subscription Buttons
+|image751|
+
+The final way to receive serials is from the 'Serial Collection' page.
+To the left of the Subscription summary page there is a menu with a link
+to 'Serial Collection'
+
+Serial Subscription Menu
+|image752|
+
+From the page that opens up you can click 'Edit Serial' with the issue
+you want to receive checked.
+
+Edit Issues
+|image753|
+
+All three of these options will open up the issue receive form:
+
+Receive Serials
+|image754|
+
+-  Choose 'Arrived' from the status pull down to mark a serial as
+   received.
+
+-  If you have decided to have an item record created for each issue an
+   `item add form <#addingitems>`__ will appear after choosing 'Arrived'
+
+   Serial item record
+   |image755|
+
+-  If your issue has a supplemental issue with it, fill in the
+   Supplemental Issue information.
+
+   -  Key the entire numbering in the box after "Supplemental issue" no
+      numbering will be inherited/auto-filled from the main issue, and
+      exactly what you key in the box after "Supplemental issue" will be
+      auto-filled in the item record's Serial enumeration/chronology
+      [MARC21 952$h] (if you create item records).
+
+      -  E.g., key this in its entirety if it's what you would like
+         displayed: "v.69 no.3 (Mar. 2015) suppl."
+
+-  If you have decided to have an item record created for each issue an
+   `item add form <#addingitems>`__ will appear for your supplement and
+   for the issue itself
+
+-  Once you have entered your info you can click 'Save'
+
+If you are receiving multiple issues at once, or have marked an issue as
+'Late' or 'Missing' there you can click the 'Generate Next' button below
+the list of issues.
+
+Generate Next Button
+|image756|
+
+Clicking this button will generate the next issue for you and mark the
+previously expected issue as 'Late' automatically. You can then check
+the 'Edit' box to the right of each issue and edit the status on
+multiple issues at once.
+
+`Create a Routing List <#routinglist>`__
+----------------------------------------
+
+A routing list is a list of people who receive the serial before it goes
+to the shelf. To enable routing lists you want to set your
+`RoutingSerials <#RoutingSerials>`__ preference to 'Add'.
+
+When on the subscription page you will see a link to the left that reads
+'Create Routing List' or 'Edit Routing List'
+
+Subscription Routing List Link
+|image757|
+
+Clicking that link will bring you to the menu to add a new routing list.
+
+Routing List Creation
+|image758|
+
+From here you want to click 'Add recipients' in order to add people to
+the routing list. In the menu that appears you can filter patrons by
+part of their name, their library and/or patron category.
+
+Add Members to Routing List
+|image759|
+
+Clicking 'Add' to the right of each name will add them to the routing
+list. When you have chosen all of the people for the list, click the
+'Close' link to be redirected to the routing list.
+
+Routing List
+|image760|
+
+If the list looks the way you expect it to, then click 'Save'. Next you
+will be brought to a preview of the routing list. To print the list
+click 'Save and preview routing slip.' This will open a printable
+version of the list.
+
+Preview Routing List
+|image761|
+
+If `RoutingListAddReserves <#RoutingListAddReserves>`__ is set to on
+then patrons listed in the routing list will automatically be added to
+the holds list for the issue.
+
+To see a list of all of the routing lists a specific patron is on visit
+the `Routing Lists tab <#patronroutingtab>`__ on their patron record.
+
+`Subscriptions in Staff Client <#serialsubinstaff>`__
+-----------------------------------------------------
+
+Subscription information will appear on bibliographic records under the
+'Subscriptions' tab
+
+Subscription Tab on Bibliographic Record
+|image762|
+
+Clicking the 'Subscription Details' link will take you to the
+Subscription summary page in the staff client.
+
+Subscription Detail
+|image763|
+
+If you are using the `Acquisitions <#acqmodule>`__ module to keep `track
+of serial subscriptions <#ordersubscription>`__ you will see that info
+before your subscription details.
+
+Acquisitions information for subscription
+|image764|
+
+`Subscriptions in OPAC <#serialsubinopac>`__
+--------------------------------------------
+
+When viewing the subscription in the OPAC there will be several options.
+
+Like in the staff client, there will be a Subscriptions tab on the
+bibliographic record.
+
+Subscriptions Tab in OPAC
+|image765|
+
+Under this tab will appear the number of issues you chose when setting
+up the subscription or in your
+`OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ system
+preference. Clicking the 'More details' link will provide you with
+additional information about the serial history. You can set the default
+view of a serial in the OPAC with the
+`SubscriptionHistory <#SubscriptionHistory>`__ system preference.
+
+There are two views, compact and full. The compact serial subscription
+will show basic information regarding the subscription
+
+Compact Serial View
+|image766|
+
+From this compact display patrons can subscribe to be notified of new
+issues as they are released by clicking the 'Subscribe to email
+notifications of new issues' button. For this link to appear you will
+want to have chosen to notify patrons `on the
+subscription <#newsubscription>`__ itself.
+
+Subscribe link in the OPAC
+|image767|
+
+You can see thos who subscribe to new issue alerts by going to the
+subscription page in the staff client and looking on the right of the
+'Information' tab.Serial notification subscribers
+
+Whereas the full view shows extensive details, broken out by year,
+regarding the subscription
+
+Full Serial View
+|image768|
+
+`Claim Late Serials <#serialclaims>`__
+--------------------------------------
+
+Koha can send email messages to your serial vendors if you have late
+issues. To the left of the main serials page there is a link to 'Claims'
+
+Link to Claims on Serials Menu
+|image769|
+
+The links to claims also appears to the left of the subscription detail
+page
+
+Link to Claims on the Serials Menu
+|image770|
+
+If you don't have a claim notice defined yet you will see a warning
+message that you need to first define a notice.
+
+Missing Claims Notice Warning
+|image771|
+
+Clicking 'Claims' will open a report that will ask you to choose from
+your various serial vendors to generate claims for late issues.
+
+Serial Claims
+|image772|
+
+From the list of late issues you can choose which ones you want to send
+a claim email to by clicking the checkbox to the left of late issue,
+choosing the notice template to use and clicking the 'Send notification'
+button.
+
+`Check Serial Expiration <#serialexpiration>`__
+-----------------------------------------------
+
+When adding serials you enter a subscription length, using the check
+expiration tool you can see when your subscriptions are about to expire.
+To use the tool click the link to 'Check expiration' on the serials
+menu.
+
+Check Serial Expiration
+|image773|
+
+In the form that appears you need to enter at least a date to search by.
+
+In your results you will see all subscriptions that will expire before
+the date you entered. From there you can choose to view the subscription
+further or renew it in one click.
+
+Serial Expiration Search Results
+|image774|
+
+`Renewing Serials <#serialrenew>`__
+-----------------------------------
+
+If your serial subscription has expired you won't be able to receive
+issues. To renew your subscription you can click the 'Renew' button at
+the top of your subscription detail page.
+
+Renew option on subscription detail
+|image775|
+
+Another option is to click the 'Renew' link to the right of the
+subscription on the Serial Collection page.
+
+Renew option on serial collection
+|image776|
+
+Once you click the 'Renew' link or button you will be presenting with
+renewal options.
+
+Subscription renewal form
+|image777|
+
+-  The start date should be the date your subscription period starts.
+
+-  For the subscription length you'll want to fill in one of the three
+   fields presented: Number of num (issues), Number of months or Number
+   of weeks.
+
+-  Finally enter any notes you might have about this renewal.
+
+`Searching Serials <#serialsearch>`__
+-------------------------------------
+
+Once in the Serials module there is basic search box at the top that you
+can use to find subscriptions using any part of the ISSN and/or title.
+
+Basic Serials Search
+|image778|
+
+You can also click the 'Advanced Search' link to the right of the
+'Submit' button to do a more thorough search of your serials.
+
+Advanced Serials Search
+|image779|
+
+From your results you can filter by using the search boxes at the bottom
+of each column and adjust the number of resutls using the toolbar at the
+top of the results set.
+
+Serial Search Results
+|image780|
+
+Acquisitions
+============
+
+The Koha Acquisitions module provides a way for the library to record
+orders placed with vendors and manage purchase budgets.
+
+-  *Get there:* More > Acquisitions
+
+`Setup <#acqsetup>`__
+---------------------
+
+Before using the Acquisitions Module you will want to make sure that you
+have completed all of the set up.
+
+First, set your `Acquisitions System Preferences <#acqprefs>`__ and
+`Acquisitions Administration <#acqadmin>`__ to match your library's
+workflow. Before setting your `EDI Accounts <#ediaccounts>`__ and
+`Library EANs <#libraryeans>`__ you will need to have `entered your
+vendors <#addacqvendor>`__.
+
+On the main acquisitions page you will see your library's funds listed.
+
+Acquisitions Funds Summary
+|image781|
+
+    **Note**
+
+    If the total line is confusing for the funds you have set up you can
+    hide it by adding
+
+    ::
+
+        #funds_total {display:none;}
+
+    to the `IntranetUserCSS <#IntranetUserCSS>`__ preference.
+
+To see all active funds you can click the checkbox next to 'Show active
+and inactive' above the funds table.
+
+To see a history of all orders in a fund you can click on the linked
+amount and it will run a search for you.
+
+Breakdown of orders against the FIC Fund
+|image782|
+
+Learn more in the `Budget/Fund Tracking <#fundtracking>`__ section of
+this manual.
+
+`Vendors <#acqvendors>`__
+-------------------------
+
+Before any orders can be places you must first enter at least one
+vendor.
+
+`Add a Vendor <#addacqvendor>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To add a vendor click the 'New Vendor' button on the Acquisitions page
+
+New Vendor Button on Acquisitions
+|image783|
+
+The vendor add form is broken into three pieces
+
+-  The first section is for basic information about the Vendor
+
+   Basic Vendor Information
+   |image784|
+
+   -  Of these fields, only the Vendor name is required, the rest of the
+      information should be added to help with generating claim letters
+      and invoices
+
+-  The second section is for information regarding your contact at the
+   Vendor's office
+
+   Vendor Contact Details
+   |image785|
+
+   -  None of these fields are required, they should only be entered if
+      you want to keep track of your contact's information within Koha
+
+-  The final section is for billing information
+
+   Vendor Ordering/Billing Information
+   |image786|
+
+   -  To be able to order from a vendor you must make them 'Active'
+
+   -  For List Prices and Invoice Prices choose the currency
+
+      -  Currencies are assigned in the `Currencies & Exchange
+         Rates <#currexchangeadmin>`__ admin area
+
+   -  If your library is charged tax mark your Tax Number as registered
+
+   -  Note if you list prices and/or invoice prices include tax
+
+   -  If the vendor offers a consistent blank discount, enter that in
+      the 'Discount' field
+
+      -  You can enter item specific discounts when placing an order
+
+   -  Enter your tax rate if your library is charged taxes on orders
+
+   -  If you know about how long it usually takes orders to arrive from
+      this vendor you can enter a delivery time. This will allow Koha to
+      estimate when orders will arrive at your library on the late
+      orders report.
+
+   -  Notes are for internal use
+
+`View/Edit a Vendor <#editacqvendor>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To view a vendor's information page you must search for the vendor from
+the Acquisitions home page. Your search can be for any part of the
+Vendor's name:
+
+Vendor Search Results
+|image787|
+
+From the results, click on the name of the vendor you want to view or
+edit
+
+Vendor Information Page
+|image788|
+
+To make changes to the vendor, simply click the 'Edit vendor' button.
+
+If the vendor has no baskets attached to it then a 'Delete vendor'
+button will also be visible and the vendor can be deleted. Otherwise you
+will see a 'Receive shipment' button.
+
+Receive shipment button
+|image789|
+
+`Vendor Contracts <#vendorcontracts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can define contracts (with a start and end date) and attach them to
+a vendor. This is used so that at the end of the year you can see how
+much you spent on a specific contract with a vendor. In some places,
+contracts are set up with a minimum and maximum yearly amount.
+
+`Add a Contract <#addvendorcontract>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+At the top of a Vendor Information Page, you will see a 'New Contract'
+button.
+
+New Contract Button
+|image790|
+
+The contract form will ask for some very basic information about the
+contract
+
+New Contract Form
+|image791|
+
+    **Important**
+
+    You cannot enter a contract retrospectively. The end date must not
+    be before today's date.
+
+Once the contract is saved it will appear below the vendor information.
+
+Vendor with contracts
+|image792|
+
+It will also be an option when creating a basket
+
+Contract Pull Down on New Basket Form
+|image793|
+
+`Managing Suggestions <#managesuggest>`__
+-----------------------------------------
+
+Purchase suggestions can be generated in one of two ways. You can create
+suggestions via the staff client either for the library or `on the
+patron's behalf <#patronsuggestions>`__ from their record. Depending on
+your settings in the `suggestion <#suggestionspref>`__ system
+preference, patrons may also be able to make purchase suggestions via
+the OPAC. When a suggestion is waiting for library review, it will
+appear on the Acquisitions home page under the vendor search.
+
+Pending suggestions on Acquisitions
+|image794|
+
+It will also appear on the main staff dashboard under the module labels:
+
+Pending suggestions on main page
+|image795|
+
+Clicking 'Manage suggestions' will take you to the suggestion management
+tool. If there are no pending suggestions you can access the suggestion
+management tool by clicking the 'Manage suggestions' link on the menu on
+the left of the Acquisitions page.
+
+Suggestion Management
+|image796|
+
+Your suggestions will be sorted into several tabs: Accepted, Pending,
+Checked, Ordered and/or Rejected. Each accepted or rejected suggestion
+will show the name of the librarian who managed the suggestion and the
+reason they gave for accepting or rejecting it (found under 'Status').
+
+An 'Accepted' suggestion is one that you have marked as 'Accepted' using
+the form below the suggestions. A 'Pending' suggestion is one that is
+awaiting action from the library. A 'Checked' suggestion is one that has
+been marked as 'Checked' using the form before the suggestions. An
+'Ordered' suggestion is on that has been ordered using the '`From a
+purchase suggestion <#orderfromsuggestion>`__' link in your basket. A
+'Rejected' suggestion is one that you have marked at 'Rejected' using
+the form below the list of suggestions.
+
+For libraries with lots of suggestions, there are filters on the left
+hand side of the Manage Suggestions page to assist in limiting the
+number of titles displayed on the screen.
+
+Suggestion Filtering
+|image797|
+
+Clicking on the blue headings will expand the filtering options and
+clicking '[clear]' will clear all filters and show all suggestions.
+
+    **Note**
+
+    The suggestions page will automatically be limited to suggestions
+    for your library. To see information for all (or any other)
+    libraries click on the 'Acquisition information' filter and change
+    the library.
+
+    Branch filter
+    |image798|
+
+When reviewing 'Pending' suggestions you can choose to check the box
+next to the item(s) you want to approve/reject and then choose the
+status and reason for your selection. You can also choose to completely
+delete the suggestion by checking the 'Delete selected' box.
+
+Pending Suggestions
+|image799|
+
+Another option for libraries with long lists of suggestions is to
+approve or reject suggestions one by one by clicking on the title of the
+suggestion to open a summary of the suggestion, including information if
+the item was purchased.
+
+Suggestion Information
+|image800|
+
+Clicking 'edit' to the right of the suggested title or at the to pof the
+suggestion detail page will open a suggestion editing page.
+
+Edit Purchase Suggestion
+|image801|
+
+From this form you can make edits to the suggestion (adding more details
+or updating incorrect information provided by the patron). You can also
+choose to accept or reject the suggestion on an individual basis.
+
+-  Choosing to mark a request as 'Pending' will move the request back to
+   the 'Pending' tab.
+
+Reasons for accepting and rejecting suggestions are defined by the
+`SUGGEST <#suggestauthorized>`__ authorized value.
+
+Reasons for approving or rejecting suggestions
+|image802|
+
+If you choose 'Others...' as your reason you will be prompted to enter
+your reason in a text box. Clicking 'Cancel' to the right of the box
+will bring back the pull down menu with authorized reasons.
+
+Enter reason for 'Others...'
+|image803|
+
+You can also assign this suggestion to a fund. Edit suggestion fund
+
+This edit can trigger a notice (defined in the `Notices &
+Slips <#notices>`__ tool with the `TO\_PROCESS <#toprocessnotice>`__
+notice) to the fund owner that there is a suggestion ready for them to
+manage if you have turned on the `cron job to generate these
+notices <#emailsuggestfund>`__.
+
+Once you have clicked 'Submit' the suggestion will be moved to the
+matching tab. The status will also be updated on the patron's account in
+the OPAC and an `email notice <#notices>`__ will be sent to the patron
+using the template that matches the status you have chosen.
+
+Purchase suggestions in the OPAC
+|image804|
+
+`Placing Orders <#placingacqorder>`__
+-------------------------------------
+
+To place an order you must first search for the vendor or bookseller you
+want to send the order to.
+
+    **Important**
+
+    If you are planning on using EDIFACT to submit your order you will
+    need to first set up your library's `EDI Accounts <#ediaccounts>`__
+    and `EANs <#libraryeans>`__.
+
+`Create a basket <#createacqbasket>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    If you're using EDI for ordering you will want to download your
+    order record from your vendor before starting the process in Koha.
+
+To create a basket you must first search for the vendor you're ordering
+from:
+
+New Basket / Add Basket Options
+|image805|
+
+And click the 'New basket' button to the right of the vendor name.
+
+    **Note**
+
+    You can also add to an existing basket by clicking the 'Add to
+    basket' link to the far right of each basket's information in the
+    results table.
+
+After clicking 'New basket' you will be asked to enter some information
+about the order:
+
+Add Basket Form
+|image806|
+
+-  When adding a basket you want to give it a name that will help you
+   identify it later
+
+-  Enter in the Billing Place and Delivery Place (this will default the
+   library you're logged in at)
+
+-  If you would like to change the vendor you're ordering from you can
+   use the Vendor pull down menu
+
+-  The notes fields are optional and can contain any type of information
+
+-  If you're ordering standing items (items which arrive regularly) then
+   you will want to check the 'Orders are standing' box for this basket
+
+If you have `added contracts <#addvendorcontract>`__ to the vendor
+you're ordering from, you will also have an option to choose which
+contract you're ordering these items under.
+
+Basket with contract options
+|image807|
+
+When finished, click 'Save'
+
+New Empty Basket
+|image808|
+
+Once your basket is created you are presented with several options for
+adding items to the order.
+
+-  If you are ordering another copy of an existing item, you can simply
+   search for the record in your system.
+
+   Search for existing records
+   |image809|
+
+   -  From the results, simply click 'Order' to be brought to the order
+      form.
+
+      Order form
+      |image810|
+
+      -  All of the details associated with the item will already be
+         listed under 'Catalog details.'
+
+-  If you allow patrons to make purchase suggestions (learn more in the
+   `Managing Suggestions <#managesuggest>`__ section of this manual),
+   then you can place orders from those suggestions. In order to keep
+   track of suggestions that have been ordered and received you must
+   place the order using this link.
+
+   Approved Suggestions to Order From
+   |image811|
+
+   -  From the results, click 'Order' next to the item you want to order
+      and you will be presented with the order form including a link to
+      the suggestion
+
+      Order from a Suggestion
+      |image812|
+
+      -  From this form you can make changes to the Catalog Details if
+         necessary.
+
+      -  When the item appears in your basket it will include a link to
+         the suggestion.
+
+         Suggestion Link in basket
+         |image813|
+
+   -  Orders added to the basket in this way will notify the patron via
+      email that their suggestion has been ordered and will update the
+      patron's '`My purchase suggestions <#opacmysuggestions>`__' page
+      in the OPAC.
+
+-  If you're using the `Serials <#serials>`__ module you can link your
+   subscription order information to acquisitions by choosing to order
+   'From a subscription'
+
+   -  After clicking the order link you will be brought to a search page
+      that will help you find your subscription
+
+      Subscription order search
+      |image814|
+
+   -  Your results will appear to the right of the form and each
+      subscription will have an 'Order' link to the right
+
+      Subscription results
+      |image815|
+
+   -  Clicking 'Order' will bring the subscription info in to the order
+      form without an 'Add item' section since you are just ordering a
+      subscription and an item isn't needed
+
+      Order from subscription
+      |image816|
+
+-  To order from a record that can't be found anywhere else, choose the
+   'From a new (empty) record.'
+
+   Order a new record
+   |image817|
+
+   -  You will be presented with an empty form to fill in all of the
+      necessary details about the item you are ordering.
+
+-  If you want to search other libraries for an item to purchase, you
+   can use the 'From an external source' option that will allow you to
+   order from a MARC record found via a Z39.50 search.
+
+   Search for record to add
+   |image818|
+
+   -  From the results, click the Order link next to the item you want
+      to purchase.
+
+      Search Results to Order From
+      |image819|
+
+   -  If the item you're ordering from an external source looks like it
+      might be a duplicate, Koha will warn you and give you options on
+      how to proceed.
+
+      Duplicate order warning
+      |image820|
+
+      -  From the warning, you can choose to order another copy on the
+         existing bib record, create a new bib record, or cancel your
+         order of this item.
+
+   -  In the order form that pops up, you will not be able to edit the
+      catalog details.
+
+      New order from Z39.50 Search
+      |image821|
+
+-  The next option for ordering is to order from a staged record (`learn
+   more about staging records <#stagemarc>`__).
+
+       **Note**
+
+       This is the option you will choose if you have an order file from
+       your vendor.
+
+   Staged Files to Order From
+   |image822|
+
+   -  From the list of files you are presented with, choose the 'Add
+      orders' link to add the records in the staged file to your order.
+      Staged records
+
+   -  Next to each title is a checkbox, check the items you would like
+      to order, or choose 'Check all' at the top. Depending on your
+      settings in the `MarcFieldsToOrder <#MarcFieldsToOrder>`__
+      preference Koha will populate the next screen with with the
+      relevant Quantity, Price, Fund, Statistic 1, and Statistic 2 found
+      within the staged file.Add orders from staged file
+
+   -  In the 'Item Information' tab you can enter information that will
+      be added to every ordered item such as item type, collection code
+      and not for loan status.Item information
+
+   -  If no information is imported from the MARC record regarding fund
+      information the 'Default accounting details' tab can be used to
+      apply values related to the accounting.Accounting details
+
+-  The final option for ordering is to order from a list of titles with
+   the highest hold ratios
+
+   -  This option will take you to the Holds Ratio report where you can
+      find items with a high hold ratio and order additional copies.
+      Next to each title will be a link with the number of items to
+      order, click that and it will add the item to your basket.Holds
+      Ratio Order
+
+With any of the above ordering options you're presented with an option
+to notify patrons of the new item when it's received. The contents of
+that notification can be edited in the `Notices & Slips <#notices>`__
+tool and will have the code of ACQ\_NOTIF\_ON\_RECEIV. In the 'Patrons'
+section you will see an option to 'Add user'. Click that button to add
+patrons who will be notified of the new issue.
+
+Patron notification search
+
+-  In the window that pops up search for the patrons you'd like to
+   notify and click 'Select'
+
+-  Once you're done you can close the window and you'll see the list of
+   patrons under the 'Patrons' sectionPatrons
+
+After bringing in the bib information (for all import methods except for
+the staged file), if your `AcqCreateItem <#AcqCreateItem>`__ system
+preference is set to add an item when ordering you will enter the item
+info next. You need to fill out at least one item record and then click
+the 'Add' button at the bottom left of the item form.
+
+Item order
+|image823|
+
+After clicking the 'Add item' button below the item record the item will
+appear above the form and then you can enter your next item the same way
+(if ordering more than one item).
+
+Item ordered
+|image824|
+
+Once you have entered the info about the item, you need to enter the
+Accounting information.
+
+Accounting Details
+|image825|
+
+-  Quantity is populated by the number of items you've added to the
+   order above.
+
+   -  **Important**
+
+          You cannot edit the quantity manually, you must click 'Add'
+          below the item form to add as many items as you're ordering.
+
+-  The list of funds is populated by the `funds <#funds>`__ you have
+   assigned in the Acquisitions Administration area.
+
+-  The currency pull down will have the
+   `currencies <#currexchangeadmin>`__ you set up in the `Acquisitions
+   Administration <#acqadmin>`__ area.
+
+-  The vendor price is the price before any taxes or discounts are
+   applied.
+
+-  If the price is uncertain, check the uncertain price box.
+
+   -  A basket with at least one uncertain price can't be closed.
+
+-  If you are charged sales tax, choose that from the gstrate field
+
+-  Enter the percentage discount you're receiving on this order, once
+   you enter this, hit tab and Koha will populate the rest of the cost
+   fields below.
+
+-  If you added Planning Values when `creating the
+   Fund <#addbudgetfund>`__, those values will appear in the two
+   Planning Value fields.
+
+Once you have filled in all of the fields click 'Save' to add the item
+to your basket. If your price goes over the amount availalbe in the fund
+you will be presented with a confirmation.
+
+Fund warning
+|image826|
+
+The confirmation warning will allow you order past your fund amount if
+you so choose.
+
+After an item is added to the basket you will be presented with a basket
+summary.
+
+Basket with item info
+|image827|
+
+If you would like to see more details you can check the 'Show all
+details' checkbox
+
+Show all details
+|image828|
+
+From here, you can edit or remove the items that you have added.
+
+-  Choosing to 'Delete the order' will delete the order line but leave
+   the record in the catalog.
+
+-  Choosing to 'Delete order and catalog record' removes both the order
+   line and the record in the catalog.
+
+   -  The catalog record cannot always be deleted. You might see notes
+      explaining why.
+
+      Can't delete order line
+      |image829|
+
+On the summary page, you also have the option to edit the information
+that you entered about the basket by clicking the 'Edit basket header
+information' button, to delete the basket altogether by clicking the
+'Delete this basket' button, or to export your basket as a CSV file by
+clicking the 'Export this basket as CSV' button.
+
+Basket Buttons
+|image830|
+
+If you're using EDI for your order you can click the 'Create EDIFACT
+order' button when you're done to send the file to the vendor and close
+the basket.EDIFACT Order
+
+Once you're sure your basket is complete, you can click 'Close this
+basket' button to indicate that this basket is complete and has been
+sent to the vendor.
+
+    **Important**
+
+    You must close the basket to be able to `receive
+    items <#receiveacqorder>`__ when they arrive. Only items in closed
+    baskets will show as ready to receive.
+
+If you have your `BasketConfirmations <#BasketConfirmations>`__
+preference set to show a confirmation, you will be asked if you are sure
+about closing the basket.
+
+Basket Closure Confirmation
+|image831|
+
+When closing the basket you can choose to add the basket to a group for
+easy printing and retrieval. If you check the box to 'Attach this basket
+to a new basket group' you will be brought to the group list where you
+can print a PDF of the order.
+
+Closed Baskets
+|image832|
+
+    **Important**
+
+    A basket with at least one item marked as 'uncertain price' will not
+    be able to be closed.
+
+    A basket with items where the price is uncertain
+    |image833|
+
+Clicking the 'Uncertain Prices' button will call up a list of items with
+uncertain prices to quick editing. From that list, you can quickly edit
+the items by entering new prices and quantities.
+
+Uncertain Prices
+|image834|
+
+    **Important**
+
+    The Uncertain Prices page is independent of the basket. It is linked
+    to the vendor so you will see all items on order with uncertain
+    prices for that vendor.
+
+Once your order is entered you can search for it through acquisitions or
+view the information on the biblio detail page in the staff client (if
+the `AcquisitionDetails <#AcquisitionDetails>`__ preference is set to
+'Display).Acquisitions details
+
+`Create a basket group <#acqbasketgroup>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A basket group is simply a group of baskets. In some libraries, you have
+several staff members that create baskets, and, at the end of a period
+of time, someone then groups them together to send to the vendor in
+bulk. That said, it is possible to have one basket in a basket group if
+that's the workflow used in your library.
+
+`Printing baskets <#printacqbasket>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When you are finished adding items to your basket, click 'Close this
+Basket.'
+
+Close Basket
+|image835|
+
+You will be asked if you want to 'Attach this basket to a new basket
+group with the same name'. A basket group is necessary if you want to be
+able to print PDFs of your orders.
+
+Create Purchase Order
+|image836|
+
+Your completed order will be listed on the Basket Grouping page for
+printing or further modification.
+
+Basket Grouping
+|image837|
+
+If you closed the basket before generating the EDIFACT order you can do
+so from the basket grouping page.
+
+Basket Grouping EDIFACT
+
+Clicking the 'Print' button next to your order will generate a PDF for
+printing, which will have all of your library information followed by
+the items in your order.
+
+Order found on PDF
+|image838|
+
+`Receiving Orders <#receiveacqorder>`__
+---------------------------------------
+
+    **Important**
+
+    You must close the basket to be able to `receive
+    items <#receiveacqorder>`__ when they arrive. Only items in closed
+    baskets will show as ready to receive.
+
+Orders can be received from the vendor information page
+
+Receive from Vendor Information
+|image839|
+
+or the vendor search results page
+
+Vendor Search Results
+|image840|
+
+After clicking 'Receive shipment' you will be asked to enter a vendor
+invoice number, a shipment received date, a shipping cost and a budget
+to subtract that shipping amount from.
+
+Receive Shipment
+|image841|
+
+The receive page will list all items still on order with the vendor
+regardless of the basket the item is from.
+
+Receipt Summary
+|image842|
+
+To receive a specific item, click the 'Receive' link to the right of the
+item.
+
+Receive Item Form
+|image843|
+
+From this form you can alter the cost information. You can also choose
+to mark only part of the order as received if the vendor didn't send
+your entire order by checking only the boxes next to the items on the
+left that you want to receive. The values you enter in the 'Replacement
+cost' and 'Actual cost' will automatically populate the item record by
+filling in subfield v (Cost, replacement price) and subfield g (Cost,
+normal purchase price) on the item record after saving.
+
+Item record after receipt
+|image844|
+
+You can also make edits to the item record from this form by clicking
+the 'Edit' link next to each item. This will allow you to enter in
+accurate call numbers and barcodes if you'd like to do that at the point
+of receipt. Once you have made any changes necessary (to the order
+and/or items, click 'Save' to mark the item(s) as received.
+
+    **Note**
+
+    If you have your
+    `AcqItemSetSubfieldsWhenReceived <#AcqItemSetSubfieldsWhenReceived>`__
+    preference set to add or change values on received items those
+    changes will take place after you hit 'Save'.
+
+Already Received Items
+|image845|
+
+If the item is no longer available from this vendor you can transfer the
+order to another vendor's basket by clicking the 'Transfer' link to the
+right of the title. This will pop up a vendor search box.
+
+Transfer search
+|image846|
+
+From the results you can click 'Choose' to the right of the vendor you
+would like to reorder this item from.
+
+Transfer vendor
+|image847|
+
+You will then be presented with the open baskets for that vendor to
+choose from. To move the item simply click 'Choose' to the right of the
+basket you would like to add the item to.
+
+Basket choice
+|image848|
+
+Once you have chosen you will be presented with a confirmation message.
+
+Confirm transfer
+|image849|
+
+When you're finished receiving items you can navigate away from this
+page or click the 'Finish receiving' button at the bottom of the screen.
+
+If the item cannot be found anywhere you can cancel the order by
+clicking 'Delete order' to the far right. This will prompt you to enter
+your reason and confirm cancellation.Cancel order
+
+You will also see that the item is received and/or cancelled if you view
+the basket.
+
+One item marked (rcvd) in basket
+|image850|
+
+`Invoices <#acqinvoices>`__
+---------------------------
+
+When orders are received invoices are generated. Invoices can be
+searched by clicking on 'Invoices' in the left of the Acquisitions page.
+
+Invoices page
+|image851|
+
+After searching, your results will appear to the right of the search
+options.
+
+Invoice search results
+|image852|
+
+From the results you can click the 'Details' link to see the full
+invoice or 'Close' to note that the invoice is closed/paid for.
+
+Invoice details
+|image853|
+
+If you're allowing the uploading of acquisitions files with the
+`AcqEnableFiles <#AcqEnableFiles>`__ preference you will see the option
+to manage invoice files next to the link to 'Go to receipt
+page'AcqEnableFiles
+
+To see or attach new files click the 'Manage invoice files' link
+
+No invoice files
+|image854|
+
+From here you can find a file to upload and/or see the files you have
+already attached.
+
+Invoice files
+|image855|
+
+From the invoice search results you can also merge together two invoices
+should you need to. Simply click the checkbox to the left of the
+invoices you would like to merge and click the 'Merge selected invoices'
+button at the bottom of the page. You will be presented with a
+confirmation screen:
+
+Merge invoices
+|image856|
+
+Click on the row of the invoice number you would like to keep and it
+will be highlighted in yellow. Enter any different billing information
+in the fields provided and click 'Merge'. The two invoices will become
+one.
+
+`Claims & Late Orders <#acqclaims>`__
+-------------------------------------
+
+If you have entered in an email address for the vendors in your system
+you can send them claim emails when an order is late. Before you can
+send claims you will need to set up an `acquisitions claim
+notice <#ACQCLAIM>`__.
+
+Upon clicking on the link to 'Late Orders' from the Acquisitions page
+you will be presented with a series of filter options on the left hand
+side. These filters will be applied only closed baskets.
+
+Acquisitions Late Order Filters
+|image857|
+
+    **Note**
+
+    The vendor pull down only shows vendors with closed baskets that are
+    late.
+
+Once you filter your orders to show you the things you consider to be
+late you will be presented with a list of these items.
+
+Late Orders
+|image858|
+
+To the right of each late title you will be see a checkbox. Check off
+the ones you want a claim letter sent to and click 'Claim Order' at the
+bottom right of the list. This will automatically send an email to the
+vendor at the email address you have on file.
+
+    **Note**
+
+    The Estimated Delivery Date is based on the Delivery time value
+    entered on the vendor record.
+
+If you would rather use a different acquisition claim letter (other than
+the default) you can `create that in the notices module <#addnotices>`__
+and choose it from the menu above the list of late items.
+
+Choose a Claim Letter
+|image859|
+
+`Acquisition Searches <#acqsearch>`__
+-------------------------------------
+
+At the top of the various Acquisition pages there is a quick search box
+where you can perform either a Vendor Search or an Order Search.
+
+Acquisition Searches
+|image860|
+
+In the Vendor Search you can enter any part of the vendor name to get
+results.
+
+Vendor Search Results
+|image861|
+
+Using the Orders Search you can search for items that have been ordered
+with or without the vendor.
+
+Order Search Box
+|image862|
+
+You can enter info in one or both fields and you can enter any part of
+the title and/or vendor name.
+
+Order Search Results
+|image863|
+
+Clicking the plus sign to the right of the Vendor search box will expand
+the search and allow you to search for additional fields.
+
+Expanded Orders Search
+|image864|
+
+Clicking Advanced Search to the right of the search button will give you
+all of the order search options available.
+
+Full Order Search
+|image865|
+
+`Budget/Fund Tracking <#fundtracking>`__
+----------------------------------------
+
+On the main acquisitions page there will be a table showing you all of
+your active funds and a breakdown of what has been ordered or spent
+against them.
+
+Fund Table
+|image866|
+
+Clicking on the linked amounts under spent or ordered will show you a
+summary of the titles ordered/received on that budget.
+
+Titles Spent
+|image867|
+
+`EDI Process <#ediprocess>`__
+-----------------------------
+
+Previous sections explain all ordering options, this section pulls out
+the parts related to EDI or EDIFACT ordering to help those who are only
+using EDI for ordering.
+
+    **Important**
+
+    Koha uses the EDIFACT standard not the X12 standard for electronic
+    ordering.
+
+`EDI Questions for Vendors <#ediquestions>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You will want to gather the following information from your vendors
+before beginning the set up process in Koha.
+
+**EDI Accounts:** *This is the basic connection information for your
+vendor. This will be used to fill in the `EDI Accounts <#ediaccounts>`__
+section.*
+
+-  **Vendor:** The name of the vendor
+
+-  **Description:** A short description if additional explanation is
+   needed ( especially if you have multiple accounts for one vendor ).
+
+-  **Transport:** Does the vendor transmit EDI files via FTP, SFTP, or
+   something else the requires special processing?
+
+-  **Remote host:** The URL or IP address of the FTP/SFTP server
+
+-  **Username:** The username for the above server
+
+-  **Password:** The password for the above server
+
+-  **Download directory:** The path on the server that contains files
+   for Koha to download and process
+
+-  **Upload directory:** The path on the server that Koha will upload
+   files to for your vendor to process
+
+-  **Qualifier:** Who assigned the SAN below?
+
+   -  Choose one of the following:
+
+      (14) EAN International
+
+      (31B) US SAN Agency
+
+      (91) Assigned by supplier
+
+      (92) Assigned by buyer
+
+-  **SAN:** The identifier for the vendor
+
+   *Buyer qualifier and SAN are optional. Some vendors require a second
+   buyer identifier in addition to the account EAN*.
+
+-  **Buyer qualifier:** Who assigned the SAN below?
+
+   -  Choose one of the following:
+
+      (14) EAN International
+
+      (31B) US SAN Agency
+
+      (91) Assigned by supplier
+
+      (92) Assigned by buyer
+
+-  **Buyer SAN:** The identifier for the library
+
+-  **Quotes enabled:** [y/n] Does this vendor support sending and
+   receiving quotes via EDIfact and do you want to send and receive
+   quotes via EDIfact?
+
+-  **Orders enabled:** [y/n] Does this vendor support sending and
+   receiving orders via EDIfact and do you want to send and receive
+   orders via EDIfact?
+
+-  **Invoices enabled:**\ [y/n] Does this vendor support sending and
+   receiving invoices via EDIfact and do you want to send and receive
+   invoices via EDIfact?
+
+-  **Order file suffix:** The file suffix for order files
+
+-  **Quote file suffix:** The file suffix for quote files
+
+-  **Invoice file suffix:** The file suffix for invoice files
+
+-  **Account number(s):** (list them all)
+
+-  **Account description(s):** (the summary of what this number is for)
+
+**EANs:** *Each library using EDIfact needs to specify a buyer
+identifier know as a SAN or EAN. This will fill in the `Library
+EANs <#libraryeans>`__ setting.*
+
+-  **Library**
+
+-  **EAN**
+
+   -  Choose one of the following:
+
+      (14) EAN International
+
+      (31B) US SAN Agency
+
+      (91) Assigned by supplier
+
+      (92) Assigned by buyer
+
+**MARC Order Fields or Grid Ordering:** *These values will fill in the
+`MarcFieldsToOrder <#MarcFieldsToOrder>`__ preference.*
+
+-  **price:** MARC21 field that contains the item price
+
+-  **quantity:** MARC21 field that contains the number of items for the
+   given record
+
+-  **budget\_code:** MARC21 field that contains the Koha budget code to
+   be debited
+
+-  **discount:** MARC21 field the contains the discount as a percentage
+   the the price will be discounted by
+
+-  **sort2:** MARC21 field that will populate custom field sort1
+
+-  **sort2:** MARC21 field that will populate custom field sort2
+
+`EDI Setup <#edisetup>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Before you begin ordering using EDI you will want to take the following
+steps:
+
+-  Ask your vendor/bookseller/jobber for `connection
+   information <#ediquestions>`__
+
+   -  It might also be beneficial to ask for a few sample EDIFACT files
+      from the vendor
+
+-  Share with your vendor/bookseller/jobber your `library
+   codes <#libsgroups>`__, `item type codes <#itemtypeadmin>`__, `fund
+   codes <#funds>`__, and any other codes or `authorized
+   values <#authorizedvalues>`__ they might need for creating your MARC
+   order records
+
+-  Communicate with your support provider or the community about whether
+   you will need a plugin based on your vendor's answers
+
+   -  For example ByWater Solutions has published plugins for specific
+      vendors here:
+      https://github.com/bywatersolutions/koha-plugin-edifact-enhanced
+
+-  `Enter the vendor/bookseller/jobber <#addacqvendor>`__ in
+   Acquisitions
+
+-  Review your `Acquisitions system preferences <#acqprefs>`__
+
+   -  Be sure to fill in the `MarcFieldsToOrder <#MarcFieldsToOrder>`__
+      preference with values for order files
+
+-  Enter your `EDI Accounts <#ediaccounts>`__
+
+-  Enter your `Library EANs <#libraryeans>`__
+
+-  Turn on the `EDI Cron <#edicron>`__ so that it can process files
+
+`EDI Ordering <#ediordering>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The first step in ordering using EDI happens on the book vendor's
+website. Each seller will use different language, but you will need to
+place your order on their site and then download the MARC order file.
+Some language that you might see included "basket", "order", "cart",
+and/or "MARC order." Once you have this MARC file downloaded to your
+computer you will want to log in to Koha and continue the process there.
+
+Visit the `Stage MARC Records for Import <#stagemarc>`__ tool and upload
+your file. Once presented with the confirmation screen proceed to
+Acquisitions.
+
+In Acquisitions `create a basket <#createacqbasket>`__ for the vendor
+you ordered from. From the basket, choose to `order from a staged
+file <#orderfromstagedfile>`__ and click 'Order' next to the file you
+downloaded from your vendor and staged in Koha.
+
+From the confirmation screen you will see all of the data in the MARC
+file related to your order. If you are not seeing fields such as fund
+and quanity filled in then be sure to confirm that your
+`MarcFieldsToOrder <#MarcFieldsToOrder>`__ preference is set right.
+
+Once you have added all of the items to the basket you can click the
+'Create EDIFACT order' button.
+
+EDIFACT Order
+
+This will generate a pending file in the `EDIFACT
+Messages <#edifactmsg>`__ in Koha. The pending files will be processed
+by the `EDI Cron Job <#edicron>`__ and sent to your vendor.
+
+`EDI Invoicing <#ediinvoice>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When the book vendor is done processing your files they will send an
+invoice via EDI as well. The `EDI Cron Job <#edicron>`__ will grab
+invoices and mark items found in the invoice as received and update your
+funds without any need for manual intervention.
+
+`EDIFACT Messages <#edifactmsg>`__
+----------------------------------
+
+A log of all messages sent and received via EDIFACT can be found under
+EDIFACT Messages. EDIFACT Messages
+
+Lists & Cart
+============
+
+Lists are a way to save a collection of content on a specific topic or
+for a specific purpose. The Cart is a session specific storage space.
+
+-  *Get there:* More > Lists
+
+`Lists <#lists>`__
+------------------
+
+`Create a List <#createlist>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A list can be created by visiting the Lists page and clicking 'New List'
+
+New List Button
+|image868|
+
+The new list form offers several options for creating your list:
+
+New List Form
+|image869|
+
+-  The name is what will appear on the list of Lists
+
+-  You can also choose how to sort the list
+
+-  Next decide if your list is going to be private or public
+
+   -  A Private List is managed by you and can be seen only by you
+      (depending on your permissions settings below)
+
+   -  A Public List can be seen by everybody, but managed only by you
+      (depending on your permissions settings below)
+
+-  Finally decide what your permissions will be on the list. You can all
+   or disallow:
+
+   -  anyone else to add entries
+
+   -  anyone to remove his own contributed entries
+
+      -  **Note**
+
+             The owner of a list is always allowed to add entries, but
+             needs permission to remove.
+
+   -  anyone to remove other contributed entries    
+
+A list can also be created from the catalog search results
+
+New list from catalog search
+|image870|
+
+-  Check the box to the left of the titles you want to add to the new
+   list
+
+-  Choose [New List] from the 'Add to:' pull down menu
+
+   New List from Search Results
+   |image871|
+
+   -  Name the list and choose what type of list this is
+
+      -  A Private List is managed by you and can be seen only by you
+
+      -  A Public List can be seen by everybody, but managed only by you
+
+Once the list is saved it will accessible from the Lists page and from
+the 'Add to' menu at the top of the search results.
+
+`Add to a List <#addtolist>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To add titles to an existing list click on the list name from the page
+of lists
+
+List of Lists
+|image872|
+
+To open a list you can click the list name.
+
+From that page you can add titles by scanning barcodes into the box at
+the bottom of the page
+
+Content of a List
+|image873|
+
+A title can also be added to a list by selecting titles on the search
+results page and choosing the list from the 'Add to' menu
+
+Add to List
+|image874|
+
+`Viewing Lists <#viewlist>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To see the contents of a list, visit the Lists page on the staff client
+
+List of Lists
+|image875|
+
+Clicking on the 'List Name' will show the contents of the list
+
+Content of a List
+|image876|
+
+From this list of items you can perform several actions
+
+-  'New list' will allow you to create another list
+
+-  'Edit' will allow you to edit the description and permissions for
+   this list
+
+-  'Send list' will send the list to the email address you enter (`view
+   sample List email <#examplelistemail>`__)
+
+-  'Download list' will allow you to download the cart using one of 3
+   default formats or your `CSV Profiles <#csvprofiles>`__
+
+-  'Print list' will present you with a printable version of the list
+
+Using the filters at the top of each column you can find specific items
+in your list.
+
+`Merging Bibliographic Records Via Lists <#mergebibrecs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+One way to merge together duplicate bibliographic records is to add them
+to a list and use the Merge Tool from there.
+
+List of Duplicate Records
+|image877|
+
+Once you have selected the records to merge together the process is the
+same as if you had chosen to `merge via cataloging <#mergebibs>`__.
+
+`Cart <#cart>`__
+----------------
+
+The cart is a temporary holding place for items in the OPAC and/or staff
+client. The cart will be emptied once the session is ended (by closing
+the browser or logging out). The cart is best used for performing batch
+operations (holds, printing, emailing) or for getting a list of items to
+be printed or emailed to yourself or a patron.
+
+If you would like to enable the cart in the staff client, you need to
+set the `intranetbookbag <#intranetbookbag>`__ system preference to
+'Show.' To add things to the cart, search the catalog and select the
+items you would like added to your cart and choose 'Cart' from the 'Add
+to' menu
+
+Add to Cart
+|image878|
+
+A confirmation will appear below the cart button at the top of the staff
+client
+
+Items added to Cart
+|image879|
+
+Clicking on the Cart icon will provide you with the contents of the cart
+
+Cart Contents
+|image880|
+
+From this list of items you can perform several actions
+
+-  'More details' will show more information about the items in the cart
+
+-  'Send' will send the list to the email address you enter (`view
+   sample Cart email <#examplecartemail>`__)
+
+-  'Download' will allow you to download the cart using one of 3 default
+   formats or your `CSV Profiles <#csvprofiles>`__
+
+-  'Print' will present you with a printable version of the cart
+
+-  'Empty and Close' will empty the list and close the window
+
+-  'Hide Window' will close the window
+
+Reports
+=======
+
+Reports in Koha are a way to gather data. Reports are used to generate
+statistics, member lists, shelving lists, or any list of data in your
+database.
+
+-  *Get there:* More > Reports
+
+`Custom Reports <#customreports>`__
+-----------------------------------
+
+Koha's data is stored in a MySQL database which means that librarians
+can generate nearly any report they would like by either using the
+`Guided Reports Wizard <#quidedreportwizard>`__ or writing their own
+`SQL query <#reportfromsql>`__.
+
+`Add Custom Report <#customreport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Guided Report Wizard <#quidedreportwizard>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The guided report wizard will walk you through a six step process to
+generate a report.
+
+Step 1: Choose the module you want to report on. This will determine
+what tables and fields are available for you to query.
+
+'Report is public' should be left to the default of 'No' in most cases.
+A report can be made public if you intend to allow access to it through
+the JSON webservice interface. This is a system that can be used by
+developers to make custom presentations of the data from the report, for
+example displaying it using a graphing API. To learn more speak to your
+local developer.
+
+-  A public report is accessible via a URL that looks like this:
+   http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
+
+Chose Module for Report
+|image881|
+
+    **Note**
+
+    If your system administrator has set up memcache on your server you
+    might see one more option for the Cache expiry. This is related to
+    your public reports. If you make the report public then it's
+    constantly running and will cause a large load on your system.
+    Setting this value prevents that.Cache expiry
+
+Step 2: Choose a report type. For now, Tabular is the only option
+available.
+
+Report Type
+|image882|
+
+Step 3: Choose the fields you want in your report. You can select
+multiple fields and add them all at once by using CTRL+Click on each
+item you want to add before clicking the Add button.
+
+Select database fields to query
+|image883|
+
+Step 4: Choose any limits you might want to apply to your report (such
+as item types or branches). If you don't want to apply any limits,
+simply click Next instead of making an option.
+
+Choose limits
+|image884|
+
+Step 5: Perform math functions. If you don't want to do any
+calculations, simply click Next instead of making an option.
+
+Choose math functions
+|image885|
+
+Step 6: Choose data order. If you want the data to print out in the
+order it's found in the database, simply click Finish.
+
+Choose ordering
+|image886|
+
+When you are finished you will be presented with the SQL generated by
+the report wizard. From here you can choose to save the report by
+clicking 'Save' or copy the SQL and make edits to it by hand.
+
+Custom Report Confirmation
+|image887|
+
+If you choose to save the report you will be asked to name your report,
+sort it in to groups and subgroups and enter any notes regarding it.
+
+Save custom report
+|image888|
+
+Once your report is saved it will appear on the 'Use Saved' page with
+all other saved reports.
+
+Saved Reports list
+|image889|
+
+From here you can make edits, run the report, or schedule a time to have
+the report run. To find the report you created you can sort by any of
+the columns by clicking the on the column header (creation date is the
+best bet for finding the report you just added). You can also filter
+your results using the filter menu on the left or use the tabs to find
+reports based on your custom groups.
+
+`Report from SQL <#reportfromsql>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In addition to the report wizard, you have the option to write your own
+queries using SQL. To find reports written by other Koha users, visit
+the Koha Wiki: http://wiki.koha-community.org/wiki/SQL_Reports_Library.
+You can also find your database structure in
+/installer/data/mysql/kohastructure.sql or online at:
+`http://schema.koha-community.org <http://schema.koha-community.org/>`__.
+
+To add your query, click the link to 'Create from SQL' on the main
+reports module or the 'New report' button at the top of the 'Saved
+reports' page.
+
+New SQL Report
+|image890|
+
+Fill in the form presented
+
+Create Report from SQL
+|image891|
+
+-  The 'Name' is what will appear on the Saved Reports page to help you
+   identify the report later. It will also be searchable using the
+   filters found the left of the Saved Reports page.
+
+-  You can use the 'Report group' to organize your reports so that you
+   can easily filter reports by groups. Report groups are set in the
+   `REPORT\_GROUP <#reportgroup>`__ authorized value category or can be
+   added on the fly when creating the report by choosing the 'or create'
+   radio button.Report group
+
+   -  **Note**
+
+          If you're adding a report group on the fly, remember that you
+          code should be fewer than 10 characters and should not include
+          special characters or spaces.
+
+-  You can use 'Report subgroup' to further organize your reports so
+   that you can easily filter reports by groups and subgroups. Report
+   subgroups are set in the `REPORT\_SUBGROUP <#reportsubgroup>`__
+   authorized value category or can be added on the fly when creating
+   the report by choosing the 'or create' radio button.
+
+   Report subgroup
+   |image892|
+
+   -  **Note**
+
+          If you're adding a report subgroup on the fly, remember that
+          you code should be fewer than 10 characters and should not
+          include special characters or spaces.
+
+-  'Report is public' should be left to the default of 'No' in most
+   cases. A report can be made public if you intend to allow access to
+   it through the JSON webservice interface. This is a system that can
+   be used by developers to make custom presentations of the data from
+   the report, for example displaying it using a graphing API. To learn
+   more speak to your local developer.
+
+   -  A public report is accessible via a URL that looks like this:
+      http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
+
+-  'Notes' will also appear on the Saved Reports page, this can be used
+   to provide more details about the report or tips on how to enter
+   values when it runs
+
+-  The type should always be 'Tabular' at this time since the other
+   formats have not been implemented
+
+-  In the 'SQL' box you will type or paste the SQL for the report
+
+-  If you feel that your report might be too resource intensive you
+   might want to consider using runtime parameters to your query.
+   Runtime parameters basically make a filter appear before the report
+   is run to save your system resources.
+
+   There is a specific syntax that Koha will understand as 'ask for
+   values when running the report'. The syntax is <<Question to
+   ask\|authorized\_value>>.
+
+   -  The << and >> are just delimiters. You must put << at the
+      beginning and >> at the end of your parameter
+
+   -  The 'Question to ask' will be displayed on the left of the string
+      to enter.
+
+   -  The authorized\_value can be omitted if not applicable. If it
+      contains an authorized value category, or branches or itemtype or
+      categorycode or biblio\_framework, a list with the Koha authorized
+      values will be displayed instead of a free field Note that you can
+      have more than one parameter in a given SQL Note that entering
+      nothing at run time won't probably work as you expect. It will be
+      considered as "value empty" not as "ignore this parameter". For
+      example entering nothing for : "title=<<Enter title>>" will
+      display results with title='' (no title). If you want to have to
+      have something not mandatory, use "title like <<Enter title>>" and
+      enter a % at run time instead of nothing
+
+   Examples:
+
+   -  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
+      patrons library\|branches>> AND surname like <<Enter filter for
+      patron surname (% if none)>>
+
+   -  SELECT \* FROM items WHERE homebranch = <<Pick your
+      branch\|branches>> and barcode like <<Partial barcode value here>>
+
+   -  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
+      frameworkcode\|biblio\_framework>>
+
+       **Note**
+
+       To generate a date picker calendar to the right of the field when
+       running a report you can use the 'date' keyword like this:
+       <<Enter Date\|date>>
+
+       Date Picker
+       |image893|
+
+       **Note**
+
+       You have to put "%" in a text box to 'leave it blank'. Otherwise,
+       it literally looks for "" (empty string) as the value for the
+       field.
+
+       **Important**
+
+       In addition to using any authorized value code to generate a
+       dropdown, you can use the following values as well: Framework
+       codes (biblio\_framework), Branches (branches), Item Types
+       (itemtypes) and Patron Categories (categorycode). For example a
+       branch pull down would be generated like this
+       <<Branch\|branches>>
+
+       Branch pull down
+       |image894|
+
+    **Note**
+
+    There is a limit of 10,000 records put on SQL statements entered in
+    Koha. To get around this you want to add 'LIMIT 100000' to the end
+    of your SQL statement (or any other number above 10,000).
+
+    **Note**
+
+    If your system administrator has set up memcache on your server you
+    might see one more option for the Cache expiry. This is related to
+    your public reports. If you make the report public then it's
+    constantly running and will cause a large load on your system.
+    Setting this value prevents that.Cache expiry
+
+Once everything is entered click the 'Save Report' button and you'll be
+presented with options to run it. Once a report is saved you do not have
+to recreate it you can simply find it on the Saved Reports page and
+`run <#runcustomreport>`__ or `edit <#editcustomreports>`__ it.
+
+`Duplicate Report <#duplicatereport>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Reports can also be added by duplicating an existing report. Visit the
+'Saved reports' page to see all of the reports listed on your system
+already.
+
+Saved Reports
+|image895|
+
+To the right of every report there is an 'Actions' pull down. Clickin
+that and choose 'Duplicate' to use an existing report as the basis for
+your new report. That will populate the new report form with the
+existing SQL for easy editing and resaving.
+
+`Edit Custom Reports <#editcustomreports>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Every report can be edited from the reports lists. To see the list of
+reports already stored in Koha, click 'Use Saved.'
+
+Saved Reports
+|image896|
+
+To find the report you'd like to edit you can sort by any of the columns
+by clicking the on the column header. You can also filter your results
+using the filter menu on the left or use the tabs to find reports based
+on your custom groups.
+
+From this list you can edit any custom report by clicking 'Actions' to
+the right of the report and choosing 'Edit' from the menu that appears.
+
+Edit Report Option
+|image897|
+
+The form to edit the report will appear.
+
+Edit SQL Form
+|image898|
+
+`Running Custom Reports <#runcustomreport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Once custom reports are saved to Koha, you can run them by going to the
+Saved Reports page and clicking the 'Actions' button to the right of the
+report and choosing 'Run'.
+
+Run Report
+|image899|
+
+When you report runs you will either be asked for some values
+
+Enter report parameters
+|image900|
+
+or you will see the results right away
+
+Report results
+|image901|
+
+From the results you can choose to rerun the report by clicking 'Run
+report' at the top, edit the report by clicking the 'Edit' button or
+starting over and creating a new report by using the 'New' button. You
+can also download your results by choosing a file type at the bottom of
+the results next to the 'Download the report' label and clicking
+'Download.'
+
+    **Note**
+
+    A Comma Separated Text file is a CSV file and it can be opened by
+    any spreadsheet application.
+
+`Statistics Reports <#statsreports>`__
+--------------------------------------
+
+Statistic reports will show you counts and sums. These reports are all
+about numbers and statistics, for reports that return more detailed
+data, use the `Guided Report Wizard <#quidedreportwizard>`__. These
+reports are limited in what data they can look at, so it's often
+recommended to use `custom reports <#customreports>`__ for official end
+of the year statistics.
+
+`Acquisitions Statistics <#acqstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided, choose which value you would like to appear in
+the Column and which will appear in the Row.
+
+Acquisitions Statistics
+|image902|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Acquisitions Statistics Results
+|image903|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+When generating your report, note that you get to choose between
+counting or summing the values.
+
+Acquisitions Stats Options
+|image904|
+
+Choosing amount will change your results to appear as the sum of the
+amounts spent.
+
+Acquisitions statistics with totals
+|image905|
+
+`Patron Statistics <#patstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided, choose which value you would like to appear in
+the Column and which will appear in the Row.
+
+Patron Statistics Options
+|image906|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Patron Statistics Results
+|image907|
+
+Based on your selections, you may see some query information above your
+results table. You can also choose to export to a file that you can
+manipulate to your needs.
+
+`Catalog Statistics <#catstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided, choose which value you would like to appear in
+the Column and which will appear in the Row.
+
+Catalog Statistics Form
+|image908|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Catalog Statistic Results
+|image909|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Circulation Statistics <#circstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided, choose which value you would like to appear in
+the Column and which will appear in the Row.
+
+Circulation Statistics
+|image910|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Circulation Statistic Results
+|image911|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+    **Note**
+
+    To get a complete picture of your monthly or daily circulation, you
+    can run the report twice, once for 'Type' of 'Checkout' and again
+    for 'Renewal.'
+
+    This report uses 'Period,' or date, filtering that allows you to
+    limit to a month by simply selecting the first day of the first
+    month through the first day of the next month. For example, 10/1 to
+    11/1 to find statistics for the month of October.
+
+    -  To find daily statistics, set your date range.</br> Example: "I
+       want circulation data starting with date XXX up to, but not
+       including, date XXX."
+
+    -  For a whole month, an example range would be: 11/01/2009 to
+       12/01/2009
+
+    -  For a whole year, an example range would be: 01/01/2009 to
+       01/01/2010
+
+    -  For a single day, an example would be: 11/15/2009 to 11/16/2009
+       to find what circulated on the 15th
+
+`Tracking in house use <#inhouseuse>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Using the Circulation statistics reporting wizard you can run reports on
+in house usage of items simply by choosing 'Local Use' from the 'Type'
+pull down:
+
+In House Use Stats
+|image912|
+
+`Serials Statistics <#serialstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided, choose how you would like to list the serials
+in your system.
+
+Serials Statistics
+|image913|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Serials Results
+|image914|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Holds Statistics <#holdstats>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    **Note**
+
+    These reports are limited in what data they can look at, so it's
+    often recommended to use `custom reports <#customreports>`__ for
+    official end of the year statistics.
+
+Using the form provided you can see statistics for holds placed, filled,
+cancelled and more at your library. From the form choose what value you
+want to display in the column and what value to show in the row. You can
+also choose from the filters on the far right of the form.
+
+Hold Statistics Form
+|image915|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Hold Stats Results
+|image916|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Patrons with the most checkouts <#mostcheckouts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will simply list the patrons who have the most checkouts.
+
+Patrons with the most checkouts form
+|image917|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Top checkouts results
+|image918|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Most Circulated Items <#mostcirculated>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will simply list the items that have the been checked out
+the most.
+
+Most Circulation Items Form
+|image919|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Top Circulation Items Results
+|image920|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Patrons with no checkouts <#patnocheckouts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will list for you the patrons in your system who haven't
+checked any items out.
+
+Patrons with no Checkouts
+|image921|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Results for Patrons with no Checkouts
+|image922|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Items with no checkouts <#itemnocheckouts>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will list items in your collection that have never been
+checked out.
+
+Items with No Checkouts
+|image923|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Items with no checkouts results
+|image924|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Catalog by Item Type <#catbyitem>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will list the total number of items of each item type per
+branch.
+
+Catalog by Item Type
+|image925|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Total of Items by Type and Branch
+|image926|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Lost Items <#lostreport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will allow you to generate a list of items that have been
+marked as Lost within the system
+
+Lost Items Report
+|image927|
+
+`Average Loan Time <#avloantime>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This report will list the average time items are out on loan based on
+the criteria you enter:
+
+Average Checkout Period Form
+|image928|
+
+If you choose to output to the browser your results will print to the
+screen.
+
+Average Checkout Period Results
+|image929|
+
+You can also choose to export to a file that you can manipulate to your
+needs.
+
+`Report Dictionary <#reportdic>`__
+----------------------------------
+
+The report dictionary is a way to pre-define common filters you'd like
+to apply to your reports. This is a good way to add in filters that the
+report wizard doesn't include by default. To add a new definition, or
+filter, click 'New Definition' on the Reports Dictionary page and follow
+the 4 step process.
+
+Step 1: Name the definition and provide a description if necessary
+
+Create a Definition
+|image930|
+
+Step 2: Choose the module that the will be queried.
+
+Select Koha Module
+|image931|
+
+Step 3: Choose columns to query from the tables presented.
+
+Choose columns
+|image932|
+
+Step 4: Choose the value(s) from the field(s). These will be
+automatically populated with options available in your database.
+
+Choose fields and values
+|image933|
+
+Confirm your selections to save the definition.
+
+Confirm Definition
+|image934|
+
+Your definitions will all appear on the Reports Dictionary page
+
+Reports Dictionary Listing
+|image935|
+
+Then when generating reports on the module you created the value for you
+will see an option to limit by the definition at the bottom of the usual
+filters.
+
+Dictionary Limit Option
+|image936|
+
+OPAC
+====
+
+This chapter assumes that you have the following preferences set as
+follows:
+
+-  `opacthemes <#opacthemes>`__ = bootstrap
+
+-  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = default
+
+-  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = default
+
+-  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
+
+-  `TagsEnabled <#TagsEnabled>`__ = Allow
+
+-  `TagsInputOnDetail <#TagsInputOnDetail>`__ =Allow
+
+-  `TagsInputOnList <#TagsInputOnList>`__ = Allow
+
+-  `reviewson <#reviewson>`__ = Allow
+
+-  `ShowReviewer <#ShowReviewer>`__ = Allow
+
+-  `ShowReviewerPhoto <#ShowReviewerPhoto>`__ =Allow
+
+-  `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ = Show
+
+-  `OPACAmazonCoverImages <#OPACAmazonCoverImages>`__ = Show
+
+-  `XISBN <#XISBN>`__ = Use
+
+-  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ = Default set of
+   links
+
+-  `OPACShowCheckoutName <#OPACShowCheckoutName>`__ = Don't show
+
+-  `RequestOnOpac <#RequestOnOpac>`__ = Allow
+
+-  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ = Allow
+
+-  `OpacBrowseResults <#OpacBrowseResults>`__ = Enable
+
+-  `SuspendHoldsOpac <#SuspendHoldsOpac>`__ = Allow
+
+-  `OPACShowBarcode <#OPACShowBarcode>`__ = Don't show
+
+-  `OpacSeparateHoldings <#OpacSeparateHoldings>`__ = Don't separate
+
+-  `OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__ = home library
+
+-  `DisplayLibraryFacets <#DisplayLibraryFacets>`__ = holding library
+
+If your system preferences are set differently your displays may differ.
+
+`Search Results <#opacsearchresults>`__
+---------------------------------------
+
+To search the OPAC you can either choose to enter your search words in
+the box at the top of the OPAC or click on the 'Advanced Search' link to
+perform a more detailed search.
+
+OPAC Search Box
+|image937|
+
+For more on searching check the '`Searching <#searching>`__' chapter in
+this manual.
+
+`Results Overview <#opacresultsoverview>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+After performing a search the number of results found for your search
+will appear above the results
+
+Total Results
+|image938|
+
+By default your search results will be sorted based on your
+`OPACdefaultSortField and OPACdefaultSortOrder <#opacdefaultsort>`__
+system preference values. To change this you can choose another sorting
+method from the pull down on the right.
+
+Results Sorting Options
+|image939|
+
+Under each title on your results list a series of values from your
+leader will appear. It is important to note that this has nothing to do
+with the item types or collection codes you have applied to your
+records, this data is all pulled from your fixed fields. This can be
+turned on or off with the
+`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ system preference.
+
+Leader Visualization
+|image940|
+
+Below each title you will see the availability for the items attached to
+the record.
+
+    **Note**
+
+    Even if you filtered on one library location all locations that hold
+    the item will appear on the search results.
+
+    **Important**
+
+    An item's hold status doesn't not affect whether or not the item is
+    'available' until the item is in 'waiting' status. Items with
+    on-shelf holds will show as available until a librarian has pulled
+    them from the shelf and checked the item in make it show 'waiting'.
+
+Holdings Information
+|image941|
+
+If you have turned on `Enhanced Content <#enhancedcontent>`__
+preferences you may have book jackets on your search results.
+
+Book Jacket on Results
+|image942|
+
+If you have set your `Did you mean? <#didyoumean>`__ options you will
+see a yellow bar across the top of your results will other related
+searches.
+
+Did you mean?
+|image943|
+
+If you performed an advanced search you see an option to go back and
+edit your advanced search blow the list of results pages.Return to the
+last advanced search
+
+`Filters <#opacfilter>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To filter your results click on the links below the 'Refine Your Search'
+menu on the left of your screen
+
+Refine Your Results
+|image944|
+
+Depending on your setting for the
+`DisplayLibraryFacets <#DisplayLibraryFacets>`__ system preference you
+will see filters for your home, holding or both libraries.Library Facet
+
+After clicking a facet you can remove that filter from your results by
+clicking the small 'x' that appears to the right of the facet.Remove
+library facet
+
+`Search RSS Feeds <#searchrss>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You will be able to subscribe to your search results as an RSS feed by
+clicking the RSS icon in your address bar or next to the number of
+results. To learn more about what RSS feeds are check out `this tutorial
+video <http://www.youtube.com/watch?v=0klgLsSxGsU>`__.
+
+RSS Feed Icon
+|image945|
+
+Subscribing to search results as RSS feeds will allow you to see when a
+new item is added to the catalog in your area of interest.
+
+`Bibliographic Record <#opacbibrec>`__
+--------------------------------------
+
+When you click on a title from the search results, you're brought to the
+bibliographic detail of the record. This page is broken down in several
+different areas.
+
+At the top of your screen will be the title and the GMD:
+
+Title
+|image946|
+
+Below the title the authors will be listed. These come from your 1xx and
+7xx fields. Clicking the author will run a search for other titles with
+that author.
+
+Author Display
+|image947|
+
+If you have an authority file you will see a magnifying glass to the
+right of author (and other) authorities. Clicking that magnifying glass
+will take you directly to the authority record.
+
+Authority link
+|image948|
+
+If you have your `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
+preference set to 'show' you will see a material type that is determined
+by values in your fixed fields (learn more in the `XSLT Item
+Types <#XSLTiTypes>`__ Appendix).
+
+XSLT Item Type
+|image949|
+
+Next you'll see the description of the record you're viewing:
+
+Basic Details
+|image950|
+
+Following that information you'll find the subject headings which can be
+clicked to search for other titles on similar topics
+
+Bibliographic Subjects
+|image951|
+
+If your record has a table of contents or summary it will appear next to
+the 'Summary' or 'Table of Contents' label
+
+Summary
+|image952|
+
+If your record has data in the 856 fields you'll see the links to the
+right of the 'Online Resources' label
+
+Online Resources
+|image953|
+
+If the title you're viewing is in a public list then you'll see a list
+of those to the right of the 'List(s) this item appears in' label and if
+it has tags they will appear below the 'Tags from this library' label
+
+Tags
+|image954|
+
+In the tabs below the details you will find your holdings data
+
+|image955|
+
+Any notes (5xx fields) that have been cataloged will appear under 'Title
+Notes'
+
+Title notes
+|image956|
+
+If you're allowing comments they will appear in the next tab
+
+Comments
+|image957|
+
+And finally if you have enabled FRBR and you have other editions of the
+title in your collection you will see the 'Editions' tab.
+
+Editions
+|image958|
+
+To the right of the details you'll find a series of boxes. The first box
+is a list of buttons to help navigate the search results. From there you
+can see the next or previous result from your search or return to the
+results.
+
+Search Options
+|image959|
+
+Clicking Browse Results at the top of the right column will open up your
+search results on the detail page
+
+Search Results
+|image960|
+
+Below the search buttons you'll find the links to place a hold, print
+the record, save the record to your lists, or add it to your cart
+
+More options
+|image961|
+
+Clicking 'More Searches' will show the list of libraries you entered in
+your `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ preference
+
+More Searches
+|image962|
+
+Under the 'Save Record' label you will find a series of file formats you
+can save the record as. This list can be customized by altering the
+`OpacExportOptions <#OpacExportOptions>`__ system preference.
+
+Save Record
+|image963|
+
+If at any time you want to change the view from the 'Normal' view to see
+the Marc or the ISBD you can click the tabs across the top of the record
+
+Record Views
+|image964|
+
+`Lists & Cart <#opaclistscart>`__
+---------------------------------
+
+A cart is a temporary holding place for records you're interested in
+finding during this session. That means that once you log out of the
+OPAC or close the browser you lose the items in your cart. A list is a
+more permanent location for saving items. To learn more about lists,
+check the `Lists in the Staff Client <#stafflists>`__ chapter of this
+manual.
+
+`Lists <#opaclists>`__
+~~~~~~~~~~~~~~~~~~~~~~
+
+Patrons can manage their own private lists by visiting the 'my lists'
+section of their account.
+
+Lists Management
+|image965|
+
+`Creating Lists <#opacaddlists>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Lists can also be created by choosing the 'New List' option in the 'Add
+to' menu on the search results
+
+Add to New List
+|image966|
+
+To create a list the patron simply needs to click the 'New List' link
+and populate the form that appears
+
+Create a new list
+|image967|
+
+The only field required is the 'List Name,' but the patron can also
+choose how they want the list sorted and if the list is public or
+private.
+
+-  A Private List is managed by you and can be seen only by you
+   (depending on your permissions settings below)
+
+-  A Public List can be seen by everybody, but managed only by you
+   (depending on your permissions settings below)
+
+    **Important**
+
+    If you aren't allowing patrons to create public lists with the
+    `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
+    preference then patrons will only be able to create private lists.
+
+    Create a new private list
+    |image968|
+
+-  Finally decide what your permissions will be on the list. You can all
+   or disallow:
+
+   -  anyone else to add entries
+
+   -  anyone to remove his own contributed entries
+
+      -  **Note**
+
+             The owner of a list is always allowed to add entries, but
+             needs permission to remove.
+
+   -  anyone to remove other contributed entries    
+
+`Adding titles to Lists <#opacaddtolists>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Titles can be added to lists from the search results and/or from the
+bibliographic record. On the search results options to add items to the
+list appear below each result and across the top of the results page
+
+Add to Lists from Results
+|image969|
+
+To add a single title to a list, click the 'Save to Lists' option and
+then choose the list you'd like to add the title to. To add multiple
+titles to a list check the boxes on the left of the titles you want to
+add and then choose the list you want to add the titles to from the 'Add
+too' pull down at the top of the screen.
+
+`Viewing Lists Contents <#listscontent>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To view the contents of a list, click on the list name under the Lists
+button.
+
+Lists
+|image970|
+
+The contents of the list will look similar to your search results pages
+except that there will be different menu options across the top of the
+list.
+
+List View
+|image971|
+
+To the right of the list title there is an RSS icon that will allow you
+to subscribe to updates to the list.
+
+Using the menu options above the list you can place multiple items on
+hold, download the list contents, email the list or print the list out.
+
+-  To place a hold on one or more list items check the box to the left
+   of the item and click the 'Place Hold' link at the top
+
+-  To download the list contents click the 'Download List' link and
+   choose the format you'd like to download the list in
+
+-  To email the list contents to someone, click the 'Send List' link and
+   enter in your email details in the form that pops up (`view a sample
+   Lists email <#examplelistemail>`__)
+
+   Email List Contents
+   |image972|
+
+-  To print the contents of your list out click the 'Print List' link
+
+`Managing Lists <#opacmanagelists>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once the list is saved patrons can begin adding items to it. From the
+'my lists' tab on the patron record the patron can edit and delete the
+lists they have created by clicking the appropriate link to the right of
+the list name.
+
+My Lists
+|image973|
+
+To edit the list's title or sorting patrons click the 'Edit' link to the
+right of the list description.
+
+Editing List
+|image974|
+
+When clicking 'Delete' next to a list you will be asked to confirm that
+you want to delete the list.
+
+Delete list confirmation
+|image975|
+
+The list will not be deleted until the 'Confirm' button is clicked to
+the right of the list you'd like to delete.
+
+If the library is allowing you to share private lists with the
+`OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
+preference then you will see the 'Share' link on your list of lists and
+the 'Share list' link at the top of each individual list. Clicking this
+will ask you to enter the email address of a patron.Share list
+
+Once the email address is entered Koha will present you with a
+confirmation message
+
+Share list confirmation
+|image976|
+
+and will send a message to that patron.
+
+`Cart <#opaccart>`__
+~~~~~~~~~~~~~~~~~~~~
+
+`Adding titles to the Cart <#opacaddtocart>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Titles can be added to the cart from the search results and/or from the
+bibliographic record. On the search results options to add items to the
+cart appear below each result and across the top of the results page
+
+Add to Cart on Search Results
+|image977|
+
+Clicking the 'Add to Cart' button will add the one title to your cart.
+To add multiple titles at once, check the box to the left of each result
+and then choose 'Cart' from the 'Add to' pull down at the top of the
+screen. Once titles are added to the cart you will be presented with a
+confirmation
+
+Items added to Cart
+|image978|
+
+From the results you will see which items are in your cart and will be
+able to remove those items by clicking '(remove)'.Item in your cart
+
+`Managing the Cart <#manageopaccart>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Once you have titles in your cart you can manage the contents by
+clicking on the 'Cart' button usually found at the top of the screen.
+Your cart will open in a new window.
+
+Contents of your cart
+|image979|
+
+From this window you are presented with several options. Across the top
+of the cart are several buttons.
+
+First is the 'More details' button. Clicking this will show you
+additional information about the titles in your cart (ISBNs, Subjects,
+Publisher Info, Notes and more).More details in the cart
+
+Next is the option to send the contents of your cart to an email
+address. This is handy if you want to send the resources you found at
+the library to your home email account to refer to later or to send to a
+patron researching a specific topic. Clicking this link will open up a
+new window that asks for the email address and message to send. `View a
+sample Cart email <#examplecartemail>`__.
+
+Email Cart
+|image980|
+
+    **Important**
+
+    The cart can only be emailed by logged in users. This will prevent
+    your cart email function from being used for spamming.
+
+In addition to sending your cart you can download the contents of your
+cart in several pre-defined formats or using a `CSV
+Profile <#csvprofiles>`__ that you defined in the Tools module.
+
+Download Cart
+|image981|
+
+Finally you can print out the contents of your cart by choosing the
+'Print' link.
+
+In addition to the various different ways to save the contents of your
+cart, there are ways to add value to the data in your cart. By selecting
+one or more titles from the cart you can add them to a list (click 'Add
+to a List'), place hold(s) (click 'Place hold'), or tag them (click
+'Tag'). All of these operations follow the same procedure as they do
+when performing them in the OPAC.
+
+`Placing Holds <#opacplacehold>`__
+----------------------------------
+
+Patrons can place holds on items via the OPAC if they're logged in and
+you have the `RequestOnOpac <#RequestOnOpac>`__ preference set to
+'Allow'. If the item can be placed on hold the option to place it on
+hold will appear in several different places.
+
+-  When viewing a list or search results page you'll see the option to
+   place hold on multiple items by checking the boxes to the left of the
+   results and clicking 'Place Hold' at the top
+
+   Place Hold from Results
+   |image982|
+
+-  When viewing a list or search results page you'll see the option to
+   place the item on hold below the basic information about the title
+
+   Place Hold
+   |image983|
+
+-  When viewing an individual title you'll see the option to place a
+   hold in the box on the right side of the screen
+
+   Place Hold
+   |image984|
+
+No matter which of the above links you click to place your hold you'll
+be brought to the same hold screen.
+
+Place Hold Form
+|image985|
+
+-  Check the box to the left of the items you'd like to place on hold
+
+-  The title includes a link back to the detail page for the record
+
+-  The priority shows where in the holds queue this hold will fall
+
+-  If allowed by your
+   `OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
+   preference the patron can choose where they'd like to pick up their
+   hold
+
+-  If you would like to see more options you can click 'Show more
+   options'
+
+   Place Hold Form with More Options
+
+   -  If you have the
+      `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
+      preference set to 'Allow' and the record had more than one item
+      type attached you will see an option to choose to limit the hold
+      to a specific item typeAllowHoldItemTypeSelection
+
+-  If allowed by your
+   `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
+   preference, the 'Hold Starts on Date' column will show. This field
+   allows the patron to have their hold start on a future date.
+
+-  By default holds placed in the system remain until canceled, but if
+   the patron fills in a 'Hold Not Needed After' date then the hold has
+   an expiration date.
+
+   -  **Important**
+
+          Expired holds are removed by the `Expired Holds Cron
+          Job <#expiredholdscron>`__, this is not an automatic process
+          and must be set up by your system administrator
+
+-  If allowed by the `OpacHoldNotes <#OpacHoldNotes>`__ preference then
+   patrons can leave notes about their holds for the library by clicking
+   the 'Edit notes' button
+
+   Hold notes
+   |image986|
+
+-  Depending on the rules you set regarding item specific holds in your
+   `circulation and fines rules <#circfinerules>`__ the patron will be
+   allowed to choose whether to place the hold on the next available
+   copy and/or a specific copy
+
+   Specific Copy Hold
+   |image987|
+
+After clicking the Place Hold button the patron will be brought to their
+account page where they'll see all of the items they have on hold.
+
+`Enhanced Content <#opacenhancedcontent>`__
+-------------------------------------------
+
+`Tagging <#opactagging>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Depending on your settings for the `TagsEnabled <#TagsEnabled>`__,
+`TagsInputOnList <#TagsInputOnList>`__ and
+`TagsInputOnDetail <#TagsInputOnDetail>`__ preferences you may be able
+to add tags to bibliographic records from the search results and/or
+bibliographic records. If you are allowing patrons to add tags from the
+search results screen you will see an input box below each result and a
+'Tag' option at the top of the screen.
+
+Tagging Options on Results
+|image988|
+
+To add a tag to one item, type the tabs (separated by commas) in the
+'New tag' box and click 'Add'. You will be presented with a confirmation
+of your tags being added.
+
+Tags Added on Results
+|image989|
+
+From the results you can also tag items in bulk by clicking the
+checkboxes on the left and then clicking the 'Tag' button at the top.
+After clicking the button it will change into an input box for you to
+add tags to all of the items you have selected.
+
+Add Tags to Multiple Items
+|image990|
+
+`Comments <#opaccomments>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Patrons can leave comments in the OPAC if you have the
+`reviewson <#reviewson>`__ preference set to allow this. Each
+bibliographic record has a comments tab below the bibliographic
+information.
+
+Comments Tab
+|image991|
+
+If the patron is logged in they will see a link to add a comment to the
+item. Clicking this link will open a pop up window with a box for their
+comments.
+
+Add a Comment
+|image992|
+
+Once the comment has been typed and the 'Submit' button clicked, the
+patron will see their comment as pending and other patrons will simply
+see that there are no comments on the item.
+
+Pending Comment
+|image993|
+
+Once the comment is approved the patron will see the number of comments
+on the 'Comments' tab and their comment labeled amongst the other
+comments. If you have set your
+`ShowReviewerPhoto <#ShowReviewerPhoto>`__ preference to 'Show' then
+you'll see the patron's photo pulled from the
+`Libravatar <https://www.libravatar.org>`__ library.
+
+Your Comments
+|image994|
+
+Other patrons will see the comment with the name of the patron who left
+the comment (unless you have set the `ShowReviewer <#ShowReviewer>`__
+preference to not show patron names).
+
+Comment by other patron
+|image995|
+
+If you have your `OpacShowRecentComments <#OpacShowRecentComments>`__
+set to show then you'll see the approved comments on that page.
+
+Recent Comments List
+|image996|
+
+From this page patrons can subscribe to the recent comments using RSS if
+they would like.
+
+`Zotero <#zotero>`__
+~~~~~~~~~~~~~~~~~~~~
+
+Zotero is a Firefox add on that allows for the saving and generating of
+a bibliography. Learn more about and download Zotero at
+http://zotero.org.
+
+When on the search results in the Koha OPAC, if you have Zotero
+installed, you will see a folder icon in the address bar to the right of
+the URL. Clicking that folder will open up a list of titles on the page
+for you to pick from to add to Zotero.
+
+Zotero pop up
+|image997|
+
+Select the titles you want to add to Zotero and then click the 'OK'
+button. This will add the title to Zotero. You can see the title by
+opening your Zotero library.
+
+Title in the Zotero Library
+|image998|
+
+`Custom RSS Feeds <#customrss>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for any SQL
+query (for example a new acquisitions RSS feed). rss.pl is run on the
+command line to produce an RSS XML document.
+
+The output should be placed in a directory accessible to the OPAC (or
+staff) web interface so that users can download the RSS feed.
+
+An example of usage can be found at: misc/cronjobs/rss.pl
+lastAcquired.conf
+
+Normally rss.pl should be run periodically (e.g., daily) to keep the
+feed up-to-date.
+
+The configuration file (e.g., lastAcquired.conf) lists
+
+-  name of the template file to use
+
+-  path of output file
+
+-  SQL query
+
+rss.pl runs the SQL query, then feeds the output of the query through
+the template to produce the output file.
+
+    **Important**
+
+    To use custom RSS feeds you need to turn on the rss.pl cron job.
+
+`OPAC Self Registration <#selfregistration>`__
+----------------------------------------------
+
+If you allow it, patrons can register for their own accounts via the
+OPAC. If you have the
+`PatronSelfRegistration <#PatronSelfRegistration>`__ preference set to
+'Allow' then patrons will see a link to register below the log in box on
+the right of the main OPAC page.
+
+Registration link in OPAC
+|image999|
+
+When the patron clicks the 'Register here' link they will be brough to a
+registration page. The options on the registration page can be conrolled
+by editing the
+`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
+and the
+`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
+preferences.
+
+Registration form
+|image1000|
+
+Once the patron has confirmed submitted their registration they will
+either be sent an email to confirm their account (if you have the
+`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
+preference to require this) or presented with their new username and
+password.
+
+New account confirmation
+|image1001|
+
+Patrons registered in this way will not have a cardnumber until assigned
+one by the library, but will have access to all OPAC functionality
+immediately. For this reason it is recommended that you:
+
+-  set up a provisional `patron category <#addingpatroncat>`__ for self
+   registered patrons (such as 'Self Registered) instead of using an
+   existing patron category and set that value in the
+   `PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
+   preference
+
+-  give this patron category minimal circulation privileges in the
+   `Circulation and Fine Rules <#circfinerules>`__ (such as allowing a
+   couple holds, but no check outs)
+
+That way patrons will either have to come in to the library to verify
+their identity before given a cardnumber and the ability to check items
+out or the library will have to come up with internal policy on
+generating cardnumbers before providing them to self registered patrons.
+Once this is done the library can change the category to one that is
+more appropriate (be it an adult, resident, non resident, student, etc)
+and add a cardnumber/barcode.
+
+`My Account <#opacmyaccount>`__
+-------------------------------
+
+From the OPAC patrons can log in and access their account if you have
+set the `opacuserlogin <#opacuserlogin>`__ preference to 'Allow'. Once
+logged in patrons are brought to their account summary. If you would
+like to get to your account in the OPAC, you can click on your name in
+the top right of any page in the OPAC.
+
+`Resetting your password <#resetpwopac>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have the `OpacResetPassword <#OpacResetPassword>`__ set to allow
+patrons to reset their password they can click 'Forgot your password?'
+link found under the log in box to reset their passwords.
+
+'Forgot your password?' link
+|image1002|
+
+Once clicked they will be presented with a form asking for their
+username and their email address (patrons must have an email address on
+file to reset their password).Recover password
+
+The system will then email the patron instructions for resetting their
+password.Reset password confirmation
+
+`My Summary <#opacmysummary>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+My Summary
+|image1003|
+
+From the 'my summary' tab, patrons will see all of the items they have
+checked out with the overdue items highlighted in red. If you have
+`OpacRenewalAllowed <#OpacRenewalAllowed>`__ set to 'Allow' then your
+patrons will be able to renew their books right from the OPAC. If you
+have HTML entered in the `OPACMySummaryHTML <#OPACMySummaryHTML>`__
+preference then you will see that to the right of the 'Fines' column.
+
+Checked out tab with OPACMySummaryHTML set
+|image1004|
+
+If your patrons would like to see the items barcodes on their list of
+checked out items you can set up a `patron
+attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
+`authorized value <#authorizedvalues>`__ of YES\_NO.
+
+Add SHOW\_BCODE patron attribute
+|image1005|
+
+Then on the `patron's record set the value <#editpatrons>`__ for
+SHOW\_BCODE to yes.
+
+Setting value for SHOW\_BCODE on patron record
+|image1006|
+
+This will add a column to the check out summary in the OPAC that shows
+the patrons the barcodes of the items they have checked out.
+
+Barcode number on checkout list in OPAC
+|image1007|
+
+If their guarantee has allowed it via `their
+privacy <#opacmyprivacy>`__, when the guarantor logs in they will see a
+tab labeled "Relatives' checkouts" on their summary tab.Relatives'
+checkouts
+
+Clicking on the 'Overdue' tab will show only the items that are overdue.
+
+Overdue Items
+|image1008|
+
+The 'Fines' tab will show just a total of what the patron owes. Clicking
+on the total will take them to the 'my fines' tab where they will see a
+complete breakdown of their fines and bills. If you don't charge fines
+at your library you can turn the display of these tabs off by setting
+the `OPACFinesTab <#OPACFinesTab>`__ preference to 'Don't Allow.'
+
+Patron Fines
+|image1009|
+
+Finally, clicking on the 'Holds' tab will show the patron the status of
+all of the items they have on hold.
+
+Patron holds status
+|image1010|
+
+Patrons can cancel or suspend (depending on the value of your
+`SuspendHoldsOpac <#SuspendHoldsOpac>`__ system preference) their own
+holds if they are not in transit or already waiting for them. When they
+click 'Suspend' they will be presented with the option to choose a date
+for their hold to resume.Suspend until
+
+They can also suspend all of their holds indefinitely or until a
+specific date if they choose by filling in the suspend options at the
+bottom of the page.
+
+    **Note**
+
+    If you have your
+    `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
+    set to "Don't allow" then you will not have the option to put an end
+    date on the hold suspension
+
+`Patron Flags <#opacmyaccount-flags>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have `flagged your patron's account <#patronflags>`__ they may
+see one of the following error messages at the top of their account.
+
+-  Card marked as lost
+
+   Library card lost
+   |image1011|
+
+-  Patron address in question
+
+   Patron address in question
+   |image1012|
+
+   -  **Note**
+
+          this error message will not include a link to the update form
+          if you have `OPACPatronDetails <#OPACPatronDetails>`__ set to
+          'Don't allow'
+
+-  Patron marked restricted
+
+   Patron restricted
+   |image1013|
+
+`My Fines <#opacmyfines>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If your library charges fines the next tab on the left is 'my fines.'
+Opening this tab will show the patron an entire history of their
+accounting at the library.
+
+Library Fines & Charges
+|image1014|
+
+If you are allowing patrons to pay their fines using PayPal with the
+`EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__ preference
+there will be checkboxes to the left of each fine with an outstanding
+amount.Fines with checkboxes
+
+At the bottom the patron will see the option to pay with PayPal for the
+items they have checked.
+
+PayPal Payment
+|image1015|
+
+After paying they will be presented with a confirmationPayPal
+Confirmation
+
+And you will see that the fine was paid using PayPal on the staff
+side.Staff side fines
+
+`My Details <#opacmydetails>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have your `OPACPatronDetails <#OPACPatronDetails>`__ preference
+set to 'Allow', your patrons will see a form filled in with their
+contacting information by clicking on the 'my personal details' tab. You
+can control what fields patrons see and can modify via the OPAC by
+setting the
+`PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
+`PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
+preferences.
+
+Patron's personal details
+|image1016|
+
+Patrons can edit their details in this form and click 'Submit Changes'
+to have their edits sent to the library for review before their record
+is updated. Staff will see all patrons requesting modification to their
+record listed below the modules on the main dashboard along with
+anything else awaiting library attention.
+
+Patron requests waiting review
+|image1017|
+
+If the `OPACPatronDetails <#OPACPatronDetails>`__ preference is set to
+'Don't allow' then patrons will simply see their details and a message
+stating that they should contact the library for changes.
+
+Patron's personal details with no edits
+|image1018|
+
+`My Tags <#opacmytags>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If your library has `TagsEnabled <#TagsEnabled>`__ set to 'Allowed' then
+the next tab on the left will be 'my tags.' This tab will show patrons
+all of the tags in the system as a cloud and then all of the tags they
+have applied in a list format. From here patrons have the ability to
+remove tags that they have added if they want.
+
+Patron's tags
+|image1019|
+
+`Change My Password <#opacmypassword>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Next, if you have `OpacPasswordChange <#OpacPasswordChange>`__ set to
+'Allow' the next tab will be 'change my password,' where patrons can
+change their password for logging into the OPAC. Patrons will be
+presented with a standard form asking them to enter their old password
+and then their new password twice.
+
+Change my password
+|image1020|
+
+`My Search History <#opacmysearchistory>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have your `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
+preference set to 'Allow' then your patrons can access their search
+history via the 'my search history' tab.
+
+my search history tab
+|image1021|
+
+The search history is a record of all searches run by the patron.
+Clicking on any of the search phrases will re-run the search for the
+patron. The search history can be deleted by the patron at any time by
+clicking the 'Delete your search history' link found at the top of this
+tab or by clicking the little red 'x' next to the 'Search history' link
+at the top right of the OPAC.
+
+Search history link at the top right of the OPAC
+|image1022|
+
+`My Reading History <#opacmyhistory>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Depending on your library's setting for
+`opacreadinghistory <#opacreadinghistory>`__ your patrons may see the
+'my reading history' tab next. This will show the patron their entire
+reading history unless they have asked the library to not keep that
+information via the 'my privacy' tab which will appear if you have the
+`OPACPrivacy <#OPACPrivacy>`__ preference set to 'Allow.'
+
+Patron reading history
+|image1023|
+
+If you have HTML entered in the
+`OPACMySummaryHTML <#OPACMySummaryHTML>`__ preference then you will see
+that to the right of the 'Date' column.
+
+`My Privacy <#opacmyprivacy>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The 'my privacy' tab will appear if you have both the
+`opacreadinghistory <#opacreadinghistory>`__ and the
+`OPACPrivacy <#OPACPrivacy>`__ preferences set to 'Allow.' This tab will
+allow the patrons to decide how the library keeps their circulation
+history data.
+
+my privacy tab
+|image1024|
+
+The patron can choose from three options:
+
+-  Forever: keep my reading history without limit. This is the option
+   for users who want to keep track of what they are reading.
+
+-  Default: keep my reading history according to local laws. This is the
+   default option : the library will keep your reading history for the
+   duration permitted by local laws.
+
+-  Never: Delete my reading history immediately. This will delete all
+   record of the item that was checked-out upon check-in.
+
+Depending on the patron's suggestions the contents of the '`my reading
+history <#opacmyhistory>`__' tab and the '`Circulation
+History <#circhistory>`__' tab in the staff client may change.
+
+Regardless of the patron's choice they can delete their reading history
+in bulk at any time by clicking the 'Immediate deletion' button.
+
+Delete Circulation History
+|image1025|
+
+Clicking this button will not delete items that are currently checked
+out, but will clear the patron's past reading history.
+
+    **Important**
+
+    In order for the patron to be able to delete their reading history
+    you must have the `AnonymousPatron <#AnonymousPatron>`__ preference
+    set.
+
+If you're allowing guarantees to grand permission to their guarantors to
+view their current checkouts with the
+`AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
+preference they will see that option on this
+screen.AllowPatronToSetCheckoutsVisibilityForGuarantor
+
+When the guarantor logs in they will see a tab labeled "Relatives'
+checkouts" on their summary tab.Relatives' checkouts
+
+`My Purchase Suggestions <#opacmysuggestions>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If your library allows patrons to make purchase suggestions the next tab
+will show all suggestions that the patron made to the library and their
+statuses. To disable this tab and the suggestion functionality set the
+`suggestion <#suggestionspref>`__ preference to 'Don't allow.'
+
+Patron purchase suggestions
+|image1026|
+
+If you have `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
+set to 'Show' then patrons will be able to search suggestions from the
+top of this list.
+
+`My Messaging <#opacmymsgs>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If your library has the
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ and the
+`EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
+preferences set to 'Allow' then your patrons will be able to choose
+which messages they receive from the library (with the exception of
+overdue notices which the library controls).
+
+Patron messaging preferences
+|image1027|
+
+If you use an outside driver for sending text messages set with the
+`SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
+additional column to receive these messages as SMS (or text messages)
+and a field for a cell (or SMS) number.
+
+SMSSendDriver in the OPAC
+|image1028|
+
+If you are using the Email protocol for sending text messages set with
+the `SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
+additional column to receive these messages as SMS (or text messages), a
+field for a cell (or SMS) number, and a pull down listing `cellular
+providers entered in administration <#smsadmin>`__.
+
+SMSSendDriver in the OPAC
+|image1029|
+
+If you are using the `Itiva Talking
+Tech <#TalkingTechItivaPhoneNotification>`__ service you will see an
+additional column to receive these messages via Phone.Phone messaging
+preferences in the OPAC
+
+-  These notices are:
+
+   -  Advanced notice : A notice in advance of the patron's items being
+      due (The patron can choose the number of days in advance)
+
+   -  Item checkout : A notice that lists all the of the items the
+      patron has just checked out and/or renewed, this is an electronic
+      form of the checkout receipt
+
+   -  Hold filled : A notice when you have confirmed the hold is waiting
+      for the patron
+
+   -  Item due : A notice on the day and item is due back at the library
+
+   -  Item check-in : A notice that lists all the of the items the
+      patron has just checked in
+
+Patrons can choose to receive their notices as a digest by checking the
+'Digest only?' box along with the delivery method. A digest is a
+combination of all the messages of that type (so all items due in 3 days
+in one email) in to one email instead of multiple emails for each alert.
+
+    **Important**
+
+    You must choose a delivery method (SMS or Email or Phone) along with
+    'Digest only?' if you would like to receive a digest of the
+    messages.
+
+`My Lists <#opacmylists>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Finally, if your library has the `virtualshelves <#virtualshelves>`__
+set to 'Allow' then the last tab will by 'my lists.' From here your
+patrons can review public lists and create or edit their own private
+lists.
+
+Patron lists
+|image1030|
+
+`Ask for a Discharge <#opacdischarge>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have enabled the `useDischarge <#useDischarge>`__ preference then
+patrons will be able to request a discharge via the OPAC.Discharge tab
+
+From here patrons can request a discharge
+
+Request discharge
+|image1031|
+
+And will receive confirmation of their request.
+
+Discharge confirmation
+|image1032|
+
+`Purchase Suggestions <#purchasesuggest>`__
+-------------------------------------------
+
+If your library has the `suggestion <#suggestionspref>`__ preference set
+to 'Allow' then patrons will have the option to make purchase
+suggestions in several areas in the OPAC.
+
+If you are allowing everyone to see the purchase suggestions made by
+others with the
+`OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ preference,
+then there will be a link at the top of your OPAC under the search box.
+
+Purchase Suggestions Link on Search Box
+|image1033|
+
+There will be a link when the patron finds nothing for their search.
+
+Purchase Suggestion Link from Search Results
+|image1034|
+
+And there will be a link on the patron's `My Purchase
+Suggestions <#opacmysuggestions>`__ tab.
+
+Purchase Suggestion from My Purchase Suggestions Tab
+|image1035|
+
+Clicking any one of these links will open the purchase suggestion form.
+
+New Purchase Suggestion
+|image1036|
+
+-  From the form on the 'Title' is required by the library.
+
+-  The Item type list can be edited by editing the SUGGEST\_FORMAT
+   `authorized value <#authorizedvalues>`__.
+
+-  If you would like the 'Reason for suggestion' menu shown in the
+   screenshot above to appear on your suggestions list you need to add
+   an `authorized value <#authorizedvalues>`__ category titled
+   'OPAC\_SUG' and include reasons as values in that list.
+
+-  If you would like the patron to be able to choose which branch they
+   are making a suggestion for you need to set the
+   `AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
+   preference to 'Allow'
+
+Once the form is submitted the data will be saved to the
+`Acquisitions <#managesuggest>`__ module for the librarians to manage.
+
+Searching
+=========
+
+`Advanced Search Prefixes <#searchprefixes>`__
+----------------------------------------------
+
+The following prefixes can be added to search terms in the keyword
+search box to limit items returned
+
+-  ti: title search
+
+   -  ex. ti:hamlet
+
+-  su: subject search
+
+   -  ex. su:cooking
+
+-  pb: publisher search
+
+   -  ex. pb:penguin
+
+-  au: author search
+
+   -  ex. au:rowling
+
+-  su-geo: geographic subjects
+
+   -  ex. su-geo:wales and kw:description and kw:travel
+
+-  bc: barcode
+
+   -  ex. bc:502326000912
+
+-  lex: lexile
+
+   -  levels lex:510
+
+`Guide to Searching <#searchguide>`__
+-------------------------------------
+
+This brief guide will explain a chart that shows a sample of how a
+MARC21 database can be configured, as well as a brief introductory
+searching guide. The indexing fields described in this document relate
+to the bibliographic data and does not address authority database
+indexing.
+
+`Indexing and Searching Description <#searchguide-indexing>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Koha's databases are indexed by the Zebra open-source software. The
+overview to the documentation describes Zebra as:
+
+    "...Zebra is a high-performance, general-purpose structured text
+    indexing and retrieval engine. It reads records in a variety of
+    input formats (eg. email, XML, MARC) and provides access to them
+    through a powerful combination of Boolean search expressions and
+    relevance-ranked free-text queries.
+
+    Zebra supports large databases (tens of millions of records, tens of
+    gigabytes of data). It allows safe, incremental database updates on
+    live systems. Because Zebra supports the industry-standard
+    information retrieval protocol, Z39.50, you can search Zebra
+    databases using an enormous variety of programs and toolkits, both
+    commercial and free, which understands this protocol..." Zebra -
+    User's Guide and Reference, p. 1,
+    http://www.indexdata.dk/zebra/doc/zebra.pdf
+
+This brief guide will explain a chart that shows a sample of how a
+MARC21 database can be configured, as well as a brief introductory
+searching guide. The indexing fields described in this document relate
+to the bibliographic data and does not address authority database
+indexing.
+
+    **Note**
+
+    The indexing described in this document is the set used by
+    SouthEastern University. Your local indexing may vary.
+
+`Indexing Configuration <#searchguide-indexconfig>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are three configuration files that Koha uses while indexing.
+
+The first configuration file (etc/zebradb/biblios/etc/bib1.att) contains
+the Z39.50 bib-1 attribute list, plus the Koha local use attributes for
+Biblio Indexes, Items Index, and Fixed Fields and other special indexes.
+The Z39.50 Bib-1 profile is made up of several different types of
+attributes: Use, Relation, Position, Structure, Truncation, and
+Completeness. The bib-1 'Use' attribute is represented on the chart; the
+other attributes are used primarily when doing searches. While there are
+over 150+ use attributes that could be used to define your indexing set,
+it's unlikely that you will choose to use them all. The attributes you
+elect to use are those that become the indexing rules for your database.
+The other five attribute sets define the various ways that a search can
+be further defined, and will not specifically be addressed in this
+document. For a complete list of the standard Bib-1 attributes, go to
+http://www.loc.gov/z3950/agency/defns/bib1.html.
+
+The second file is
+etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/record.abs if you use
+grs1 indexing [the default until 3.16] or
+etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/biblio-koha-indexdefs.xml
+if you use dom indexing [the default from 3.18]. Either files contains
+the abstract syntax which maps the MARC21 tags to the set of Use
+Attributes you choose to use. To be more precise the xml file to be
+activate needs to be transform into biblio-zebra-indexdefs.xsl, read the
+head of biblio-zebra-indexdefs.xsl to know more about this topic. The
+rules established in this file provides a passable Bath level 0 and 1
+service, which includes author, title, subject, keyword and exact
+services such as standard identifiers (LCCN, ISBN, ISSN, etc.)
+
+The third file (etc/zebradb/ccl.properties) is the Common Command
+Language (CCL) field mappings. This file combines the bib-1 attribute
+set file and the abstract file and adds the qualifiers, usually known as
+index names. The qualifiers, or indexes, for this database are: pn, cpn,
+cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su, su-to, su-geo, su-ut,
+yr,pubdate, acqdate, ln, pl, ab, nt, rtype, mc-rtype, mus, au, su-na,
+kw, pb, ctype, and an.
+
+The `Koha Indexing Chart <#kohasearchindexes>`__ summarizes the contents
+of all three of these files in a more readable format. The first two
+columns labeled Z39.50 attribute and Z39.50 name matches the Z39.50
+bib-1 attributes file. The third column labeled MARC tags indexed is
+where you find which MARC tags are mapped to an attribute. The fourth
+column labeled Qualifiers identifies the search abbreviations used in
+the internal CCL query. The following description provides a definition
+for the word 'qualifiers'.
+
+*Qualifiers are used to direct the search to a particular searchable
+index, such as title (ti) and author indexes (au). The CCL standard
+itself doesn't specify a particular set of qualifiers, but it does
+suggest a few shorthand notations. You can customize the CCL parser to
+support a particular set of qualifiers to reflect the current target
+profile. Traditionally, a qualifier would map to a particular
+use-attribute within the BIB-1attribute set. It is also possible to set
+other attributes, such as the structure attribute.*
+
+In the MARC tags indexed column, there are some conventions used that
+have specific meanings. They are:
+
+-  A three digit tag (100) means that all subfields in the tag can be
+   used in a search query. So, if you enter a search for 'Jackson' as an
+   author, you will retrieve records where Jackson could be the last
+   name or the first name.
+
+-  A three digit tag that has a '$' followed by a letter (600$a) means
+   that a search query will only search the 'a' subfield.
+
+-  A three digit tag that is followed by a ':' and a letter (240:w)
+   means that a search query can be further qualified. The letter
+   following the ':' identifies how to conduct the search. The most
+   common values you'll see are 'w' (word), 'p' (phrase), 's' (sort),
+   and 'n' (numeric).
+
+The contents of the MARC tags, subfields, and/or fixed field elements
+that are listed in this chart are all indexed. You'll see that every
+attribute line is not mapped to a specific qualifier (index)-LC card
+number, line 9 is one example. However, every indexed word (a string of
+characters preceded and succeeded by a space) can be searched using a
+keyword (kw) search. So, although an LC card number specific index
+doesn't exist, you can still search by the LCCN since tag 010 is
+assigned to the LC-card-number attribute. To verify this, enter 72180055
+in the persistent search box. You should retrieve The gods themselves,
+by Isaac Asimov.
+
+Examples of fixed field elements indexing can be seen on the chart
+between Attribute 8822 and Attribute 8703. These attributes are most
+commonly used for limiting. The fixed field attributes currently
+represent the BK codes. Other format codes, if needed, could be defined.
+
+`Basic Searching <#searchguide-basics>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The search box that library staff and library patrons will see most
+often is the persistent search box at the top of the page. Koha
+interprets the searches as keyword searches.
+
+Koha search box
+|image1037|
+
+To start a search, you enter a word or multiple words in the search box.
+When a single word is entered, a keyword search is performed. You can
+check this out by typing one word into the form and note the number of
+results located. Then, repeat the search with a minor change. In front
+of the search word, type 'kw=' followed by the same search term. The
+results will be identical.
+
+When you have more than one word in the search box, Koha will still do a
+keyword search, but a bit differently. Each word will be searched on its
+own, then the Boolean connector 'and' will narrow your search to those
+items with all words contained in matching records.
+
+Suppose you want to find material about how libraries are using mashups.
+You'll select the major words and enter them into the persistent search
+box.
+
+Keyword Search
+|image1038|
+
+The response to this search is:
+
+Results
+|image1039|
+
+The order of the words does not affect the retrieval results, so you
+could also enter the search as "mashups library". The response to this
+search is results
+
+Results
+|image1040|
+
+Too many words in the search box will find very few matches, as the
+following example illustrates:
+
+No results found
+|image1041|
+
+`Advanced Searching <#searchguide-advanced>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When you can't find the most appropriate material with a general search,
+you can move to the Advanced Search page by clicking on the Search
+option on the persistent toolbar.
+
+Koha Menu
+|image1042|
+
+The Advanced Search page offers many ways to limit the results of your
+search. You can search using the Boolean operators AND, OR, and NOT;
+limit by item type; limit by year and language; limit by subtypes
+audience, content, format, or additional content types; by location and
+by availability.
+
+The first limiting section on the Advanced Search page provides a quick
+and simple way to use the Boolean operators in your search. Note that
+this display depends on a system preference setting. This option can be
+found on the Administration > System Preferences > Searching page. The
+option called `expandedSearchOption <#expandedSearchOption>`__ must be
+set to 'show' to see the following display.
+
+Advanced Search Options
+|image1043|
+
+In this section you can choose among the many indexes by clicking on the
+arrow in the first box. The blank box that follows is where you enter
+your first search term or terms. On the second line, you can choose the
+Boolean operator you want to use in your search. The options are 'and',
+'or', and 'not'. Then, you would again choose the index to search,
+followed by the second term or terms. If you have more concepts you want
+to include in your search, you can click the [+] to add another line for
+your search.
+
+A sample search is shown next, followed by its results:
+
+Advanced Search
+|image1044|
+
+Results from Advanced Search
+|image1045|
+
+When you use the Boolean operators to broaden or narrow a search,
+remember the action of each operator. The 'and' operator narrows the
+results you'll retrieve because the search will retrieve the records
+that include all your search terms. The 'or' operator expands the
+results because the search will look for occurrences of all of your
+search terms. The 'not' operator excludes records with the term that
+follows the operator.
+
+Note: If you leave this `expandedSearchOption <#expandedSearchOption>`__
+set to 'don't show', this is the display you will see:
+
+Fewer Search Options
+|image1046|
+
+The Advanced Search page then shows the multiple kinds of limits that
+can be applied to your search results. Either check a box or select from
+the drop down menus to narrow your search. You will type the year, year
+range, or a 'greater than (>)' or 'less than (<)' year.
+
+Other Advanced Search Options
+|image1047|
+
+Finally, you can choose how the results will be sorted. The pre-defined
+sort options are in the final area of the Advanced Search screen.
+
+Sort Results By
+|image1048|
+
+The default sort is by relevance, although you can choose to sort by
+author, by title, by call number, by dates, or by popularity (which uses
+the information on total issues found in the items table). If you would
+prefer a different default sort, you can set
+`defaultSortField <#defaultSortField>`__ to one of the other choices in
+Administration > System Preferences > Searching.
+
+`Item Searching <#searchguide-itemsearch>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you are looking for specific items you can use the item search engine
+in the staff client to find them.
+
+-  *Get there:* Search > Go to item search
+
+At the top of the advanced search page in the staff client you will see
+a link to 'Go to item search'Item search link
+
+Clicking that link will open up a item specific search engine.Item
+search
+
+Using the search form that is presented you can find a list of specific
+items that can be output to the screen or to a CSV file. If your results
+are printed to the screen you will have the option to narrow your search
+further using filters at the top.Item search results
+
+`Common Command Language Searching <#searchguide-ccl>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Koha uses the Common Command Language (CCL) (ISO 8777) as its internal
+search protocol. Searches initiated in the graphical interface use this
+protocol as well, although the searcher doesn't know which indexes,
+operators and limiters are available and being used to conduct their
+search. The searcher can use the Advanced Search when more precise
+results set are desired and where the search indexes are somewhat known.
+However, some library users and many library staff prefer using a
+command based structure. This part of the document will present and
+explain the use of the Koha command based structure. The indexes,
+operators, and limiters used are identical to those used in the
+graphical interface.
+
+`Indexes <#searchguide-indexes>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The CCL standard itself doesn't specify a particular set of qualifiers
+(indexes), but it does suggest a few short-hand notations such as 'ti',
+'au', and 'su'. Koha has a default set of indexes; it's possible to
+customize that set by adding needed indexes based on local requirements.
+A qualifier (index) maps to a particular use-attribute within the Z39.50
+BIB-1 attribute set. The complete Z39.50 Bib-1 Attribute can be viewed
+at http://www.loc.gov/z3950/agency/defns/bib1.html.
+
+The standard Koha set of indexes is a fairly common example of MARC21
+indexing rules. The indexes that are defined in Koha are indexes
+typically used by other integrated library systems. The defined Z39.50
+Bib-1 Attribute mapped to the indexes include:
+
++--------------------------------+----------------------------+
+| Bib-1 Attribute                | Qualifier (index)          |
++================================+============================+
+| Personal-name                  | pn                         |
++--------------------------------+----------------------------+
+| Corporate-name                 | cpn                        |
++--------------------------------+----------------------------+
+| Conference-name                | cfn                        |
++--------------------------------+----------------------------+
+| Title                          | ti                         |
++--------------------------------+----------------------------+
+| Title-series                   | se                         |
++--------------------------------+----------------------------+
+| Title-uniform                  | ut                         |
++--------------------------------+----------------------------+
+| ISBN                           | nb                         |
++--------------------------------+----------------------------+
+| ISSN                           | ns                         |
++--------------------------------+----------------------------+
+| Local number                   | sn                         |
++--------------------------------+----------------------------+
+| Local-classification           | lcn and callnum            |
++--------------------------------+----------------------------+
+| Subject                        | su, su-to, su-geo, su-ut   |
++--------------------------------+----------------------------+
+| Pubdate                        | yr,pubdate                 |
++--------------------------------+----------------------------+
+| Date-of-Acquisition            | acqdate                    |
++--------------------------------+----------------------------+
+| Language                       | ln                         |
++--------------------------------+----------------------------+
+| Place-of-publication           | pl                         |
++--------------------------------+----------------------------+
+| Abstract                       | ab                         |
++--------------------------------+----------------------------+
+| Notes                          | nt                         |
++--------------------------------+----------------------------+
+| Record-type                    | rtype, mc-rtype, mus       |
++--------------------------------+----------------------------+
+| Author                         | au, aut                    |
++--------------------------------+----------------------------+
+| Subject-person-name            | su-na                      |
++--------------------------------+----------------------------+
+| Any (keyword)                  | kw                         |
++--------------------------------+----------------------------+
+| Publisher                      | pb                         |
++--------------------------------+----------------------------+
+| Content-type                   | ctype                      |
++--------------------------------+----------------------------+
+| Koha-Auth-Number               | an                         |
++--------------------------------+----------------------------+
+| Author-personal-bibliography   | aub                        |
++--------------------------------+----------------------------+
+| Author-in-order                | auo                        |
++--------------------------------+----------------------------+
+
+Table: Attributes
+
+Refer to the `Koha Indexing Chart <#kohasearchindexes>`__ for the MARC21
+tags mapped to each Bib-1 Attribute and index combination.
+
+`Audience Examples <#search-audexamp>`__
+''''''''''''''''''''''''''''''''''''''''
+
+-  aud:a Preschool
+
+-  aud:b Primary
+
+-  aud:c Pre-Adolescent
+
+-  aud:d Adolescent
+
+-  aud:e Adult
+
+-  aud:f Specialized
+
+-  aud:g General
+
+-  aud:j Juvenile
+
+`Contents Examples <#search-contentsexamp>`__
+'''''''''''''''''''''''''''''''''''''''''''''
+
+-  fic:1 Fiction
+
+-  fic:0 Non Fiction
+
+-  bio:b Biography
+
+-  mus:j Musical recording
+
+-  mus:I Non musical record
+
+`Search Syntax <#searchguide-syntax>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In the persistent search box, single words generally retrieve large
+sets. To narrow a search, you can use multiple words. Koha automatically
+uses the 'and' Boolean operator to create a set of records matching your
+input. When you want to narrow the search to an author or a title or a
+subject or some other specific field or use a Boolean operator, there
+isn't an obvious way to accomplish that specificity. The library user
+can, of course, go to the Advanced Search page; however, if you know how
+to construct a CCL search, you can achieve more specificity while using
+the persistent search box on any page.
+
+There is a specific order to the CCL search syntax. Although it can be
+used for simple searches, it is an especially effective way to perform
+complex searches, as it affords you a great deal of control over your
+search results. To construct a CCL search, first enter a desired index
+code, then an equal sign, followed by your search word(s). Following are
+examples of simple CCL searches.
+
+-  ti=principles of accounting
+
+-  au=brown joseph
+
+-  su=poetry
+
+-  su-na=Shakespeare
+
+-  kw=marlin
+
+You can refine your search by combining search terms with Boolean
+operators 'and', 'or', or 'not'. Following are examples of searches
+using Boolean operators.
+
+-  ti=principles of accounting and au=brown joseph
+
+-  su=poetry not su-na=Shakespeare
+
+-  kw=communication and su=debate
+
+You can also choose to search for things that start with a character or
+series of characters
+
+-  ti,first-in-subfield=C (will show you all titles that start with the
+   letter 'C')
+
+Other string location searches can be performed with the following
+keywords:
+
+-  rtrn : right truncation
+
+-  ltrn : left truncation
+
+-  lrtrn : left and right truncation
+
+-  st-date : type date
+
+-  st-numeric : type number (integer)
+
+-  ext : exact search on whole subfield (does not work with icu)
+
+-  phr : search on phrase anywhere in the subfield
+
+-  startswithnt : subfield starts with
+
+Using specific indexes and Boolean operators are not the only way a
+search can be refined. You can also refine your search as a phrase when
+looking for a title, author, or subject. The syntax for this search is
+*index,phr=search words*.
+
+To illustrate the results of various search types, a search was done for
+the words 'supreme court'. The results illustrate that the search index
+and the word order make a difference in search results. Only the results
+count and the search itself is in these examples. The search executed
+will always be between the single quotes.
+
+Sample Search 1
+|image1049|
+
+Sample Search 2
+|image1050|
+
+Sample Search 3
+|image1051|
+
+Sample Search 4
+|image1052|
+
+Sample Search 5
+|image1053|
+
+Sample Search 6
+|image1054|
+
+Sample Search 7
+|image1055|
+
+Sample Search 8
+|image1056|
+
+Sample Search 9
+|image1057|
+
+You can also choose to use limiters in your search query. Some common
+limiters include dates, languages, record types, and item types. In the
+Advance Search, you can either click a box or key in data to limit your
+search. You can also apply the same limits with CCL by using the syntax
+in the following examples. In all
+
+*By Date: su=supreme court and yr,st-numeric=>2000*
+
+Sample Search 10
+|image1058|
+
+When you limit by date, you can use the '>' (greater than), '<' (less
+than), '=' (equal), or 'yyyy-yyyy' (range) symbols.
+
+*By Item Type: su=nursing and itype:BK*
+
+Sample Search 11
+|image1059|
+
+Each library will have a different set of item types defined in their
+circulation configuration. When you set up item types, you define a code
+and a name for each one. The name will appear on the Advance Search
+page. The code you assigned is used as a CCL search limit, formatted as
+'itype:x', where 'x' is the assigned code. The initial set of item types
+in Koha will usually be edited to reflect your collections, so your item
+type limiters may be different than the initial ones. The initial item
+type limiters follow.
+
+-  itype:BKS Books, Booklets, Workbooks
+
+-  itype:SR Audio Cassettes, CDs
+
+-  itype:IR Binders
+
+-  itype:CF CD-ROMs, DVD-ROMs, General Online Resources
+
+-  itype:VR DVDs, VHS
+
+-  itype:KT Kit
+
+-  itype:AR Models
+
+-  itype:SER Serials
+
+*By format: su=supreme court not l-format:sr*
+
+Sample Search 12
+|image1060|
+
+The format limiters are derived from a combination of LDR, 006 and 007
+positions. The formats that are currently defined are the following.
+
+-  l-format:ta Regular print
+
+-  l-format:tb Large print
+
+-  l-format:fk Braille
+
+-  l-format:sd CD audio
+
+-  l-format:ss Cassette recording
+
+-  l-format:vf VHS tape
+
+-  l-format:vd DVD video
+
+-  l-format:co CD software
+
+-  l-format:cr Website
+
+*By content type: su=supreme court not ctype:l*
+
+Sample Search 13
+|image1061|
+
+The content types are taken from the 008 MARC tag, positions 24-27.
+
+There are two other limiter types that are not described in this
+document. They are: Audience and Content. The only difference in the
+syntax of the CCL is the actual limiter. They are reproduced here just
+in case you would like to use these limiters.
+
+`Koha Search Indexes <#kohasearchindexes>`__
+--------------------------------------------
+
+By default, not all fields are indexed in the Zebra search engine, but
+many are. Below are the MARC21 fields that are indexed in Zebra.
+
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                        |
++================+====================================================================================================================================================================================================================================================================================================================================================================================================================================+
+| Leader/06      | Record-type, rtype                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Leader/07      | Bib-level                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Leader/06-07   | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 001            | Control-number                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 005            | Date/time-last-modified, dtlm, date-time-last-modified                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 007            | Microform-generation:n:range(data,11,1), Material-type,ff7-00:w:range(data,0,1), ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1), ff7-01-02:w:range(data,0,2)                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 008            | date-entered-on-file:n:range(data,0,5), date-entered-on-file:s:range(data,0,5), pubdate:w:range(data,7,4), pubdate:n:range(data,7,4), pubdate:y:range(data,7,4), pubdate:s:range(data,7,4), pl:w:range(data,15,3), ta:w:range(data,22,1), ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1), lf:w:range(data,33,1), bio:w:range(data,34,1), ln:n:range(data,35,3), ctype:w:range(data,24,4), Record-source:w:range(data,39,0)   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 010            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 011            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 015            | BNB-card-number, BGF-number, Number-db, Number-natl-biblio, Identifier-standard                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 017            | Number-legal-deposit, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 018            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 020$a          | ISBN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 020            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 022$a          | ISSN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 022            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 023            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 024$a          | Identifier-other                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 024            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 025            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 027            | Report-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 028            | Number-music-publisher, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                        |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 030            | CODEN, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 034            | Map-scale                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 037            | Identifier-standard, Stock-number                                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 040            | Code-institution, Record-source                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 041$a          | ln-audio                                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 041$h          | language-original                                                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 041$j          | ln-subtitle                                                                                                                                                                                                                                                                                                                                                                                                                        |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 041            | ln                                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 043            | Code-geographic                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 050$b          | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 050            | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 052            | Geographic-class                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 060            | NLM-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 070            | NAL-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 080            | UDC-classification                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 082            | Dewey-classification:w, Dewey-classification:s                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 086            | Number-govt-pub                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 100$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 100$a          | Author,Author:p, Author:s, Editor, Author-personal-bibliography, Author-personal-bibliography:p, Author-personal-bibliography:s                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 100            | Author, Author-title, Author-name-personal, Name, Name-and-title, Personal-name                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 110$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 110            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Corporate-name                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 111$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 111            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Conference-name                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 130$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 130$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 130$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 130            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 210            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 211            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 212            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 214            | Title, Title-expanded                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 222            | Title, Title-key                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 240$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 240$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 240            | Title:w, Title:p, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 243$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 243$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 243            | Title:w, Title:p, Title-collective                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 245$a          | Title-cover:w, Title-cover:p, Title-cover:s, Title:w, Title:p, Title:s                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 245$c          | Author, Author-in-order:w, Author-in-order:p, Author-in-order:s                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 245$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 245            | Title:w, Title:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 246            | Title, Title:p, Title-abbreviated, Title-expanded, Title-former                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 247            | Title, Title:p, Title-former, Title-other-variant, Related-periodical                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 260$a          | pl:w, pl:p                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 260$b          | Publisher:w, Publisher:p                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 260$c          | copydate, copydate:s                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 260            | Provider, pl                                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 264            | Provider                                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 300            | Extent:w, Extent:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 400$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 400$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 400$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 400            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 410            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 410$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 410$t          | Author-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 410$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 410            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 411            | Author, Conference-name                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 411$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 411$t          | Author-title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 411            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 440$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 440$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 440            | Title-series:w, Title-series:p, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 490$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 490            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 490$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 500            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 502            | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 505$r          | Author                                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 505$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 505            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 510            | Indexed-by                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 520            | Abstract:w, Abstract:p                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 521$a          | lex:n                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 526$c          | arl, arl:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 526$d          | arp, arp:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 590            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 600$a          | Name-and-title, Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 600$t          | Name-and-title, Title, Subject                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 600$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 600            | Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 610$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 610$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 610$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 610            | Name, Subject, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611            | Conference-name                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 611            | Name, Subject                                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 630$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 630$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 630$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 630            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 650$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 650            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 651$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 651            | Name-geographic, Subject,Subject:p                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 652$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 653$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 653            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 654$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 654            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 655$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 655            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 656$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 656            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 657$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 657            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 690$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 690            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700$9          | Cross-Reference, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700$a          | Author, Author:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 700            | Author, Author-name-corporate, Author-name-personal, Name, Editor, Personal-name                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 710            | Author, Name                                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 711$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 711$t          | Author-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 711$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 711            | Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 730$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 730$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 730$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 730            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 740            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 773$t          | Host-item                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 780$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 780$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 780            | Title, Title-former, Related-periodical                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 785$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 785            | Related-periodical                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 787$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 800$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 800$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 800$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 800            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 810$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 810$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 810$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 810            | Author, Corporate-name, Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 811$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 811$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 811$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 811            | Author, Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 830$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 830            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 840            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$0          | totalissues:n, totalissues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$2          | cn-bib-source                                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$6          | cn-bib-sort:n, cn-bib-sort:s                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$c          | itemtype:w                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$n          | Suppress:w, Suppress:n                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$h          | cn-class                                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$i          | cn-item                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$k          | cn-prefix                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 942$m          | cn-suffix                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$0          | withdrawn:n, withdrawn:w                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$1          | lost, lost:n                                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$2          | classification-source                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$3          | materials-specified                                                                                                                                                                                                                                                                                                                                                                                                                |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$4          | damaged:n, damaged:w                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$5          | restricted:n, restricted:w                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$6          | cn-sort:n, cn-sort:s                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$7          | notforloan:n, notforloan:w                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$8          | ccode                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$9          | itemnumber:n, itemnumber:s                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$a          | homebranch                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$b          | holdingbranch                                                                                                                                                                                                                                                                                                                                                                                                                      |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$c          | location                                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$d          | Date-of-acquisition, Date-of-acquisition:d, Date-of-acquisition:s                                                                                                                                                                                                                                                                                                                                                                  |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$e          | acqsource                                                                                                                                                                                                                                                                                                                                                                                                                          |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$f          | coded-location-qualifier                                                                                                                                                                                                                                                                                                                                                                                                           |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$g          | price                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$j          | stack:n, stack:w                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$l          | issues:n, issues:w, issues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$m          | renewals:n, renewals:w                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$n          | reserves:n, reserves:w                                                                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$o          | Local-classification:w, Local-classification:p, Local-classification:s                                                                                                                                                                                                                                                                                                                                                             |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$p          | barcode, barcode:n                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$q          | onloan:n, onloan:w                                                                                                                                                                                                                                                                                                                                                                                                                 |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$r          | datelastseen                                                                                                                                                                                                                                                                                                                                                                                                                       |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$s          | datelastborrowed                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$t          | copynumber                                                                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$u          | uri:u                                                                                                                                                                                                                                                                                                                                                                                                                              |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$v          | replacementprice                                                                                                                                                                                                                                                                                                                                                                                                                   |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$w          | replacementpricedate                                                                                                                                                                                                                                                                                                                                                                                                               |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$y          | itype:w                                                                                                                                                                                                                                                                                                                                                                                                                            |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 952$z          | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 999$c          | Local-Number:n, Local-Number:w, Local-Number:s                                                                                                                                                                                                                                                                                                                                                                                     |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 999$d          | biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s                                                                                                                                                                                                                                                                                                                                                                         |
++----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+Table: Indexes
+
+Plugin System
+=============
+
+Koha's Plugin System allows for you to add additional tools and reports
+to Koha that are specific to your library. Plugins are installed by
+uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip
+file containing the perl files, template files, and any other files
+necessary to make the plugin work.
+
+The plugin system needs to be turned on by a system administrator.
+
+`Set up <#pluginsetup>`__
+-------------------------
+
+To set up the Koha plugin system you must first make some changes to
+your install.
+
+-  Change <enable\_plugins>0</enable\_plugins> to
+   <enable\_plugins>1</enable\_plugins> in your koha-conf.xml file
+
+-  Restart your webserver
+
+Once set up is complete you will need to alter your
+`UseKohaPlugins <#UseKohaPlugins>`__ system preference. On the Tools
+page you will see the Tools Plugins and on the Reports page you will see
+the Reports Plugins.
+
+Search History
+==============
+
+If you have your `EnableSearchHistory <#EnableSearchHistory>`__
+preference set to keep your search history then you can access this
+information by clicking on your username in the top right of the staff
+client and choosing 'Search history'.
+
+Search history
+|image1062|
+
+From this page you will see your bibliographic search history
+
+Bibliographic search history
+|image1063|
+
+And your authority search history.
+
+Authority search history
+|image1064|
+
+About Koha
+==========
+
+The 'About Koha' area will give you important server information as well
+as general information about Koha.
+
+-  *Get there:* More > About Koha
+
+`Server Information <#aboutserver>`__
+-------------------------------------
+
+Under the 'Server Information' tab you will find information about the
+Koha version and the machine you have installed Koha on. This
+information is very important for debugging problems. When reporting
+issues to your support provider or to the various other support avenues
+(mailing lists, chat room, etc), it's always good to give the
+information from this screen.
+
+Server Information on Koha
+|image1065|
+
+`Perl Modules <#aboutserverperl>`__
+-----------------------------------
+
+In order to take advantage of all of the functionalities of Koha, you
+will need to keep your Perl modules up to date. The 'Perl Modules' tab
+will show you all of the modules required by Koha, the version you have
+installed and whether you need to upgrade certain modules.
+
+Perl Modules
+|image1066|
+
+Items listed in bold are required by Koha, items highlighed in red are
+missing completely and items highlighted in yellow simply need to be
+upgraded.
+
+`System Information <#aboutsystem>`__
+-------------------------------------
+
+This tab will provide you with warnings if you are using system
+preferences that have since been deprecated or system preferences that
+you have set without other required preferences
+
+System Information
+|image1067|
+
+Implementation Checklist
+========================
+
+The following guide will walk you through the areas of Koha you need to
+look at in order to prepare to start using the system.
+
+`Data Migration <#imp-migration>`__
+-----------------------------------
+
+Before you can start using Koha you'll need to have some data. This can
+be done by entering it all by hand, but most people already have their
+data in electronic format of some sort and just need to reformat it a
+bit for importing into Koha.
+
+-  Create a list of libraries and enter their info and codes into
+   `Libraries & Groups <#libsgroups>`__
+
+-  Define your list of `Item Types <#itemtypeadmin>`__
+
+-  Define your patron categories and enter the categories and their
+   codes into `Patron Categories <#patcats>`__
+
+-  Enter any additional patron information fields you use in your
+   library in the `Patron Attributes <#patronattributetypes>`__
+
+   -  Requires that you first set the
+      `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ system
+      preference if you have custom fields
+
+-  Define all of your `Authorized Values <#authorizedvalues>`__
+
+   -  `Collection codes <#ccode>`__
+
+   -  `Shelving locations <#shelvelocvals>`__
+
+   -  Item statuses (`lost <#lost>`__, `not for loan <#notforloan>`__,
+      `damaged <#damageauth>`__, `withdrawn <#withdrawnauth>`__)
+
+   -  Plus any others that are needed in your library
+
+-  Optionally define `City/State/Postal Code <#citytowns>`__ combos
+
+-  `Map your bibliographic data <#kohamarcmapping>`__ from your legacy
+   system to Koha fields and migrate (remembering to use the collection,
+   shelving, item type and library codes you entered in the above
+   setting areas)
+
+-  `Map your patron data <#patronimport>`__ from your legacy system to
+   the Koha fields and migrate (remembering to use the patron and
+   library codes you defined above)
+
+-  Test your migrated data to be sure that everything is as you expect
+   it to be, some things to test include:
+
+   -  Check some of your titles with diacritics and make sure that they
+      migrated properly.
+
+   -  Check titles in a series and make sure that series information
+      migrated properly.
+
+   -  Make sure that your patrons have their contact information in the
+      right fields.
+
+   -  If your serials data was migrated search for these records in the
+      catalog and confirm that they look right.
+
+   -  If your serials data was migrated search for these records in the
+      serials module and confirm that they look right.
+
+   -  Check marc records to verify a variety of items are cataloged
+      correctly
+
+   -  Check cataloging process to see if all necessary fields are
+      available
+
+   -  If fines are migrated, check to see that they are applied
+      correctly
+
+   -  If holds are migrated, check to see they are accurate in catalog
+      and patron record
+
+`Admin Configuration <#impadmin>`__
+-----------------------------------
+
+Most of these preferences won't need to be changed to use your Koha
+system, but there are a few that you might want to customize.
+
+-  If your library uses CAS Authentication, you'll want to set the
+   various `CAS system preferences <#casauthentication>`__
+
+-  Administration System Preferences
+
+   -  `KohaAdminEmailAddress <#KohaAdminEmailAddress>`__ : This is the
+      email address that will be used by the system in 'from' lines and
+      to send errors to if there is no email set for the branch
+
+   -  `noItemTypeImages <#noItemTypeImages>`__ : Decide if you want to
+      show item type icons in the staff client and opac
+
+   -  `delimiter <#delimiter>`__ : This value will be put in between
+      fields when exporting data from Koha
+
+   -  `virtualshelves <#virtualshelves>`__ : Decide if you want the
+      staff and/or patrons to use lists in Koha
+
+   -  `AutoLocation <#AutoLocation>`__ : Require staff to log in to the
+      staff client from a specific IP range
+
+   -  `IndependentBranches <#IndependentBranches>`__ : Prevent
+      librarians from editing content that belongs to other branches
+
+-  Go through the `Log System Preferences <#logs>`__ and decide which
+   actions you want to keep track of in the logs
+
+-  Decide if you'd like to share your library's information with the
+   Koha community by setting the `Sharing system
+   preferences <#heaprefs>`__.
+
+-  Decide what `cron jobs <#cronjobsch>`__ you need to run and when.
+
+   -  If you're using the long overdue cron job be sure to set your
+      `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__,
+      `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ &
+      `DefaultLongOverdueDays <#DefaultLongOverdueLostValue>`__
+      preferences.
+
+`Localization Configuration <#implocal>`__
+------------------------------------------
+
+Koha is used worldwide and so you need to make sure you set your
+localization preferences so that options throughout Koha appear properly
+for your location/language.
+
+-  Localization/Internationalization System Preferences
+
+   -  `dateformat <#dateformat>`__ : Decide how dates are displayed
+      throughout Koha
+
+   -  `opaclanguagesdisplay <#opaclanguagesdisplay>`__ : Decide if
+      patrons can choose what language the OPAC appears in
+
+      -  `opaclanguages <#opaclanguages>`__ : Decide which languages the
+         patrons can choose from
+
+   -  `language <#languagepref>`__ : Decide which languages appear in
+      the staff client
+
+   -  `CalendarFirstDayOfWeek <#CalendarFirstDayOfWeek>`__ : Define your
+      first day of the week
+
+`Circulation Configuration <#impcirc>`__
+----------------------------------------
+
+Before you start circulating your collection you'll need to set up your
+rules and preferences for circulation.
+
+-  Define your `Circulation/Fine rules <#circfinerules>`__
+
+-  Enter the `days your library is closed <#calholidays>`__ for fines
+   and due date calculations
+
+-  Circulation System Preferences
+
+   -  `CircControl <#CircControl>`__ : Define whether circ rules are
+      based on item's location, patron's location or transaction
+      location
+
+   -  `useDaysMode <#useDaysMode>`__ : Define how due dates are
+      calculated
+
+   -  `finesCalendar <#finesCalendar>`__ : Define how fines are
+      calculated (for every late date or only for days the library is
+      open)
+
+   -  `SpecifyDueDate <#SpecifyDueDate>`__ : Decide if staff are allowed
+      to override due dates on checkout
+
+   -  `SpecifyReturnDate <#SpecifyReturnDate>`__ : Decide if you want to
+      let the staff specify an arbitrary return date on checkin
+
+   -  `itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__ :
+      Decide if you want staff to be able to checkout using a keyword
+      search (title, call number, etc)
+
+   -  `AutomaticItemReturn <#AutomaticItemReturn>`__ : Decide if items
+      are sent back to the owning branch when checked in
+
+   -  `todaysIssuesDefaultSortOrder <#todaysIssuesDefaultSortOrder>`__ :
+      Decide how items checked out today display on the patron record
+
+   -  `previousIssuesDefaultSortOrder <#previousIssuesDefaultSortOrder>`__
+      : Decide how items checked out prior to today display on the
+      patron record
+
+   -  `noissuescharge <#noissuescharge>`__ : Define the maximum amount a
+      patron can owe before checkouts are blocked
+
+   -  `ReturnBeforeExpiry <#ReturnBeforeExpiry>`__ : Decide if patrons
+      need to return items before their accounts expire
+
+   -  `AllowHoldsOnDamagedItems <#AllowHoldsOnDamagedItems>`__ : Decide
+      if patrons can place holds on items that are marked as damaged
+
+      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
+         if you want the staff to be able to override the setting for
+         the above at checkout
+
+   -  `maxreserves <#maxreserves>`__ : Decide how many items a patron
+      can have on hold at once
+
+      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
+         if you want the staff to be able to override the setting for
+         the above at checkout
+
+   -  `maxoutstanding <#maxoutstanding>`__ : Define the maximum amount a
+      patron can owe before holds are blocked
+
+      -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
+         if you want the staff to be able to override the setting for
+         the above at checkout
+
+   -  `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__ : Define the
+      number of days before a hold expires
+
+   -  `WebBasedSelfCheck <#WebBasedSelfCheck>`__ : Decide if you want to
+      use the built in web-based self-checkout system
+
+      -  `AutoSelfCheckAllowed <#AutoSelfCheckAllowed>`__ : Decide if
+         the self-checkout system requires login
+
+      -  `ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
+         : Decide if you want patron images to show on the self checkout
+         screen
+
+   -  `AllowNotForLoanOverride <#AllowNotForLoanOverride>`__ : Decide if
+      you want the staff to be able to checkout items marked as 'not for
+      loan'
+
+   -  `AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ :
+      Decide if you want staff to override the limit put on renewals
+
+   -  `AllowFineOverride <#AllowFineOverride>`__ : Decide if you want
+      staff to be able to override fine limits
+
+   -  `AllowTooManyOverride <#AllowTooManyOverride>`__ : Descide if you
+      want staff to be able to check out more than the limit to a patron
+
+   -  `RenewalPeriodBase <#RenewalPeriodBase>`__ : Decide what date
+      renewals are based on
+
+   -  `finesMode <#finesMode>`__ : Switch to 'Calculate and Charge'
+      before go live if you charge fines
+
+   -  `OverdueNoticeBcc <#OverdueNoticeBcc>`__ : If you want to receive
+      a copy of every overdue notice sent out, enter your email address
+      here
+
+   -  `emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
+      : Decide if you want an email every time a hold is placed
+
+   -  `ReservesControlBranch <#ReservesControlBranch>`__ : Decide which
+      branch's hold rules are considered first
+
+   -  `soundon <#AudioAlerts>`__ : Decide if you want to have sounds on
+      for circulation actions
+
+   -  `FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__ : If
+      you have a large amount of overdues, you might want to turn this
+      preference on so as to allow you to filter before results appear
+
+   -  `DisplayClearScreenButton <#DisplayClearScreenButton>`__ : If you
+      have a lot of staff members sharing one circ computer you might
+      want to enable this so that staff can clear the screen in between
+      checkouts to protect patron's privacy
+
+   -  `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__ : Decide how
+      you want Koha to react if you scan in a blank barcode on the
+      checkout screen
+
+   -  `SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ and/or
+      `SuspendHoldsOpac <#SuspendHoldsOpac>`__ : Decide if you want
+      patrons and/or staff to be able to suspend holds
+
+      -  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ : If
+         you allow holds to be suspended decide if you want them to
+         automatically resume on the date entered by the staff and/or
+         patron
+
+   -  `OnSiteCheckouts <#OnSiteCheckouts>`__ : Decide if you want to
+      allow items to be checked out for use within the library
+
+   -  `RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ : Set this to
+      record local use of items when you check them in
+
+-  Customize your `Notices & Slips <#notices>`__
+
+-  Define your `Overdue Notice Triggers <#noticetriggers>`__
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  Populate `your holds queue <#buildholdscron>`__ (every 1-4 hours)
+
+   -  Decide `when holds expire <#expiredholdscron>`__ (daily)
+
+   -  `Calculate fines due <#finescronjob>`__ (daily)
+
+      -  Fines on hourly loans will calculate when you check the items
+         in
+
+   -  `Mark long overdue items as lost <#longoverduecron>`__ (daily)
+
+   -  Decide when the system `sends out messages <#msgqueuecron>`__ (1-4
+      hours)
+
+   -  Decide when the system `queues overdue
+      notices <#overduenoticecron>`__ (daily)
+
+   -  Set up `hold notices that didn't send for
+      printing <#printholdcron>`__ (daily after overdues and message
+      queue)
+
+   -  Decide when the system `queues the advanced notice of items
+      due <#advnoticecron>`__ (daily)
+
+   -  Find holds that need to be `resumed and remove
+      suspension <#unsuspendholdcron>`__ (daily)
+
+   -  If you're allowing automatic renewal of items `set them to
+      renew <#autorenewcron>`__ (nightly)
+
+`Patron Configuration <#imppratrons>`__
+---------------------------------------
+
+You have already imported patron data from your old system, but there
+are plenty of options available to you regarding patrons and their
+accounts.
+
+-  Enter your `staff members as patrons <#addstaffpatron>`__
+
+   -  Define `staff members access permissions <#patronpermissions>`__
+
+-  Patron System Preferences
+
+   -  `autoMemberNum <#autoMemberNum>`__ : Decide if the patrons
+      barcodes are auto-generated or if you enter them yourself
+
+   -  `MaxFine <#MaxFine>`__ : Determine the maximum amount that people
+      can owe in fines
+
+   -  `NotifyBorrowerDeparture <#NotifyBorrowerDeparture>`__ : Decide
+      when to warn staff that the patron account is about to expire
+
+   -  `intranetreadinghistory <#intranetreadinghistory>`__ : Decide if
+      the staff can see the patron's reading/checkout history
+
+   -  `BorrowerMandatoryField <#BorrowerMandatoryField>`__ : List fields
+      that you want to appear as mandatory on the patron add/edit form
+
+   -  `BorrowersTitles <#BorrowersTitles>`__ : Add or change the titles
+      for your patrons
+
+   -  `borrowerRelationship <#borrowerRelationship>`__ : Add or change
+      borrower relationships (child to adult and professional to
+      organization)
+
+   -  `AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__ : Determine
+      if the patrons get an email confirming the creation of their
+      account
+
+   -  `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ :
+      Decide if staff can choose from a series of notices (other than
+      overdues) for patrons
+
+   -  `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__:
+      Decide if patrons can choose from a series of notices (other than
+      ovedues) for themselves
+
+   -  `patronimages <#patronimages>`__ : Decide if you want to save
+      patron images in your system
+
+   -  `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ : Decide
+      if you want to enable custom patron fields
+
+   -  `minPasswordLength <#minPasswordLength>`__ : Enter the minimum
+      number of characters you want passwords to have
+
+   -  `BorrowerUnwantedField <#BorrowerUnwantedField>`__ : Decide what
+      fields your library doesn't need to see on the patron entry form
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  Decide if you would like `children to automatically be come
+      adults <#j2acron>`__
+
+`Cataloging Configuration <#impcatalog>`__
+------------------------------------------
+
+Before you start cataloging in Koha you'll want to set up your
+preferences and other rules.
+
+-  Define your cataloging templates aka `MARC Bibliographic
+   Frameworks <#marcbibframeworks>`__
+
+   -  Run the `MARC Bibliographic Framework
+      Test <#marcbibframeworkstest>`__ to be sure your changes are valid
+
+-  Define any `authorized values <#authorizedvalues>`__ you might want
+   to use in cataloging
+
+-  Set up `custom classification sources <#classificationsources>`__ (if
+   you use something other than the defaults)
+
+-  Set up `MARC matching rules <#recordmatchingrules>`__ for importing
+   records from mrc files or Z39.50
+
+-  Set up `Koha to Keyword mapping <#keywordmapping>`__ for deciding how
+   to display marc fields to the screen (still in beta - only one field)
+
+-  Set up the `Z39.50 targets <#z3950admin>`__ you want to search for
+   cataloging (and acquisitions)
+
+-  Cataloging System Preferences
+
+   -  `URLLinkText <#URLLinkText>`__ : Enter text to display when 856
+      fields do not have pre-defined labels
+
+   -  `hide\_marc <#hide_marc>`__ : If you are unfamiliar with MARC you
+      can have the MARC fields number hidden
+
+   -  `LabelMARCView <#LabelMARCView>`__ : Choose how you want duplicate
+      fields to appear on the editor
+
+   -  `DefaultClassificationSource <#DefaultClassificationSource>`__ :
+      Choose which classification source is the default in your library
+
+   -  `advancedMARCeditor <#advancedMARCeditor>`__ : Decide if you need
+      labels to appear on your MARC editor
+
+   -  `marcflavour <#marcflavour>`__ : Choose your MARC format
+
+   -  `itemcallnumber <#itemcallnumber>`__ : Enter which field and
+      subfields to look into for the call number
+
+   -  `MARCOrgCode <#MARCOrgCode>`__ : Enter your MARC Organizational
+      Code (not the same as your OCLC number)
+
+   -  `autoBarcode <#autoBarcode>`__ : Decide if Koha generates item
+      barcodes for you
+
+   -  `OpacSuppression <#OpacSuppression>`__ : Decide if you want to
+      hide items marked as suppressed from the OPAC search results
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  Decide when the system `checks URLs in catalog
+      records <#checkurlcron>`__ to see if they are still valid
+
+`Authorities Configuration <#impauthorities>`__
+-----------------------------------------------
+
+Koha has the ability to keep track of your authority records and how
+they're linked to your bibliographic records. Before using authorities
+you should configure several preferences.
+
+-  Set `Authority Frameworks <#authoritiesadmin>`__ aka templates
+
+-  Authority System Preferences
+
+   -  `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ : Decide if
+      Koha creates authorities when cataloging
+
+   -  `dontmerge <#dontmerge>`__ : Decide if updates to authorities
+      trigger updates to the bibliographic records that link to them
+
+   -  `AutoCreateAuthorities <#AutoCreateAuthorities>`__ : Decide when
+      authorities are created
+
+   -  `LinkerModule <#LinkerModule>`__ : Decide which match the
+      authority linker should use
+
+   -  `LinkerOptions <#LinkerOptions>`__ : Decide if you want authority
+      linking to be broader or more specific
+
+   -  `CatalogModuleRelink <#CatalogModuleRelink>`__ : Decide if you
+      want to enable authority linking while cataloging
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  Choose when the system looks for authorities updates to `merge
+      changes into bibliographic records <#mergeauthcron>`__
+
+`Searching Configuration <#impsearching>`__
+-------------------------------------------
+
+There are several system preferences related to searching, it is not
+always recommended to make too many changes to these preferences since
+they are set to get you the most relevant results. If you would like to
+change the default way that Koha handles searching, view the `Searching
+system preferences <#searchingprefs>`__ tab.
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  Decide how often your `system rebuilds the search
+      index <#rebuildsearchcron>`__ (4-10 min)
+
+-  Searching System Preferences
+
+   -  `AdvancedSearchTypes <#AdvancedSearchTypes>`__ : Decide which
+      authorized value fields you want patrons and staff to be able to
+      limit their advanced searches by
+
+   -  `AdvancedSearchLanguages <#AdvancedSearchLanguages>`__ : Decide
+      which languages you want people to be able to limit to via the
+      search engine
+
+   -  `UseAuthoritiesForTracings <#UseAuthoritiesForTracings>`__ :
+      Decide how you want Koha to handle subject searches in the OPAC
+
+      -  `TraceCompleteSubfields <#TraceCompleteSubfields>`__ : Decide
+         how you want Koha to handle subject searches in the OPAC
+
+      -  `TraceSubjectSubdivisions <#TraceSubjectSubdivisions>`__ :
+         Decide how you want Koha to handle subject searches in the OPAC
+
+   -  `displayFacetCount <#displayFacetCount>`__ : Decide whether to
+      show facet counts on search results
+
+`OPAC Configuration <#impopac>`__
+---------------------------------
+
+There are a lot of ways you can customize your OPAC in Koha.
+
+-  Decide how you want your OPAC to look & what content you want on the
+   main page
+
+-  Create a library branded stylesheet using CSS
+
+   -  **Important**
+
+          Do not edit the default CSS files, instead create a new one,
+          that way the system can always fall back on the original CSS.
+
+-  Create a custom XSLT stylesheet to change the way search results and
+   bib records appear in the OPAC
+
+-  OPAC System preferences
+
+   -  `OPACBaseURL <#OPACBaseURL>`__ : Enter your library's url
+
+   -  `opacuserlogin <#opacuserlogin>`__ : Decide if you want to allow
+      patrons to login to the OPAC to access customized functionality
+      (searching will be allowed without logging in)
+
+      -  `RequestOnOpac <#RequestOnOpac>`__ : Decide if patrons can
+         place holds via the OPAC
+
+      -  `OpacPasswordChange <#OpacPasswordChange>`__ : Decide if
+         patrons can change their password (don't allow this if you're
+         using LDAP)
+
+      -  `OpacRenewalAllowed <#OpacRenewalAllowed>`__ : Decide if
+         patrons can renew their checked out items via the OPAC
+
+      -  `opacreadinghistory <#opacreadinghistory>`__ : Decide if
+         patrons can view their reading/checkout history via the OPAC
+
+      -  `reviewson <#reviewson>`__ : Decide if you want to allow
+         patrons to comment on bib records via the OPAC
+
+      -  `OpacStarRatings <#OpacStarRatings>`__ : Decide if patrons can
+         leave star ratings
+
+      -  `virtualshelves <#virtualshelves>`__ : Decide if you want
+         patrons to be able to create Lists
+
+      -  `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
+         : If patrons can create lists then decide if they are allowed
+         to create public lists
+
+      -  `suggestion <#suggestionspref>`__ : Decide if you want patrons
+         to be able to submit purchase suggestions
+
+      -  `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ :
+         Decide if you want patrons to be able to see purchase
+         suggestions made by other patrons
+
+   -  `opacbookbag <#opacbookbag>`__ : Decide if patrons can save items
+      into their cart
+
+   -  `AnonSuggestions <#AnonSuggestions>`__ : Decide if you want non
+      logged in users to be able to make purchase suggestions
+
+   -  `LibraryName <#LibraryName>`__ : Enter your library name for
+      display in the <title> tag and on the top of the OPAC
+
+   -  `opaccredits <#opaccredits>`__ : Enter HTML to appear at the
+      bottom of every page in the OPAC
+
+   -  `OpacMainUserBlock <#OpacMainUserBlock>`__ : Enter HTML that will
+      appear in the center of the main OPAC page
+
+   -  `OpacNav <#OpacNav>`__ : Enter HTML that will appear to the left
+      on the main OPAC page
+
+   -  `OpacNavBottom <#OpacNavBottom>`__ : Enter HTML that will appear
+      below OpacNav
+
+   -  `OpacNavRight <#OpacNavRight>`__ : Enter HTML that will appear
+      below the login box on the right
+
+   -  `opacheader <#opacheader>`__ : Enter the HTML that will appear
+      above the search box on the OPAC
+
+   -  `OPACNoResultsFound <#OPACNoResultsFound>`__ : Enter the HTML that
+      will appear when no results are found
+
+   -  `OPACResultsSidebar <#OPACResultsSidebar>`__ : Enter the HTML that
+      will appear below the facets on your search results
+
+   -  `OPACMySummaryHTML <#OPACMySummaryHTML>`__ : Enter the HTML that
+      will appear in the far right of the circulation summary in the
+      OPAC
+
+   -  Customize your stylesheets:
+
+      -  `OPACUserCSS <#OPACUserCSS>`__ : Enter any additional fields
+         you want to define styles for
+
+      -  `opaclayoutstylesheet <#opaclayoutstylesheet>`__ : Point to a
+         CSS file on your Koha server
+
+   -  `OpacHighlightedWords <#OpacHighlightedWords>`__ : Decide if you
+      want search terms to be highlighted on the search results
+
+   -  `hidelostitems <#hidelostitems>`__ : Decide if you want to show
+      patrons items you have marked as lost
+
+   -  `BiblioDefaultView <#BiblioDefaultView>`__ : Decide what view is
+      the default for bib records on the OPAC
+
+   -  `OPACShelfBrowser <#OPACShelfBrowser>`__ : Decide if you want to
+      enable the shelf browse functionality
+
+   -  `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__ : Decide if
+      URLs clicked in the OPAC are opened in a new window
+
+   -  `SearchMyLibraryFirst <#SearchMyLibraryFirst>`__ : If you have a
+      multi-branch system decide if you want patrons to search their
+      library first
+
+   -  `OpacAuthorities <#OpacAuthorities>`__ : Decide if you want
+      patrons to be able to search your authority file
+
+   -  `OpacBrowser <#OpacBrowser>`__ : Decide if you want patrons to
+      browse your authority file (French libraries only)
+
+   -  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ : Choose which
+      libraries you want patrons to be able to re-run their search in
+
+   -  `OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__
+      : If you're a multi-branch system you can add a pull down to the
+      search bar for patrons to search which library to search
+
+   -  `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__ : Decide if
+      you want the system to keep a search history
+
+-  Set up your `cron jobs <#cronjobs>`__
+
+   -  If you have the `OpacBrowser <#OpacBrowser>`__ preference set
+      decide `when you want the contents to
+      rebuild <#authbrowsercron>`__ (French libraries only)
+
+   -  If you have `custom RSS feeds <#customrss>`__, decide when you
+      want the `feed to be populated <#customrssfeedcron>`__
+
+`Editable OPAC Regions <#editableopac>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Using the OPAC system preferences you can customize various regions, the
+following graphic will define what preferences update each of the
+regions in the Bootstrap theme.
+
+OPAC Editable Regions
+|image1068|
+
+`Enhanced Content Configuration <#impenhanced>`__
+-------------------------------------------------
+
+Koha allows you to pull in content from outside sources to enhance your
+bib records. All of this content can be toggled on and off using the
+enhanced content system preferences.
+
+-  `FRBR/Editions <#frbrenhancedprefs>`__
+
+   -  If you would like to have your OPAC and/or staff client show an
+      'Editions' tab on the bib record, you want to enable one or the
+      other FRBR preferences and then either one or both of the ISBN
+      services (XISBN and ThingISBN).
+
+-  `Amazon <#amazonprefs>`__ : This service is free and just requires
+   that you visit http://aws.amazon.com to sign up
+
+   -  Using the Amazon preferences you can choose to show cover images
+      from Amazon.
+
+-  `Babelthèque <#Babelthequeprefs>`__
+
+   -  This is a pay service. Contact Babelthèque to learn how to enable
+      this content in the OPAC.
+
+-  `Baker and Taylor <#btcontentprefs>`__
+
+   -  This is a pay service from Baker & Taylor. Contact Baker & Taylor
+      for the information to enter into these preferences.
+
+-  `HTML5 Media <#html5>`__
+
+   -  This allows libraries to embed streaming media in their catalog
+
+-  `Google <#googleprefs>`__
+
+   -  This service is free and does not require registration, simply
+      enable GoogleJackets and you're set to go.
+
+-  `I Deam Books <#IDreamLibraries>`__
+
+   -  This is a free service that compiles reviews for popular titles
+      from many different sources.
+
+-  `LibraryThing <#librarythingprefs>`__
+
+   -  With the exception of ThingISBN, you will need to contact
+      LibraryThing for the information to enter into these preferences
+
+   -  Enabling ThingISBN will help to populate the editions tab on the
+      bib record display if you have enabled FRBR.
+
+-  `Novelist <#novelistselect>`__
+
+   -  This is a pay service from Ebsco. Contact Ebsco for the
+      information to enter into these preferences
+
+-  `OCLC <#oclcprefs>`__
+
+   -  XISBN is used to populate the editions tab on the bib record
+      display if you have enabled FRBR. This service is free for up to
+      999 queries a day.
+
+-  `Open Library <#OpenLibraryPrefs>`__
+
+   -  Open Library project is an open system that you can pull cover
+      images (and in the future additional content) from
+
+-  `Overdrive <#overdriveprefs>`__
+
+   -  This is a pay service that libraries can subscribe to for ebook
+      content. If the library subscribes to Overdrive they can integrate
+      that content in to Koha for free.
+
+-  `Syndetics <#Syndeticsprefs>`__
+
+   -  This is a pay service from Syndetics to add content for your bib
+      records. Contact Syndetics for the information to enter into these
+      preferences.
+
+-  `Tagging <#taggingprefs>`__
+
+   -  Choose whether or not you want to allow patrons to add tags to
+      records in Koha.
+
+`Acquisitions Configuration <#impacq>`__
+----------------------------------------
+
+When using acquisitions in Koha you first need to define some defaults.
+
+-  Set up your `funds & budgets <#budgetplanning>`__
+
+-  Choose your `default currency <#currexchangeadmin>`__ and enter
+   others if you order from multiple countries
+
+-  Enter in your `vendor information <#acqvendors>`__
+
+-  Create an `Framework with the code ACQ <#marcbibframeworks>`__ (if
+   you're going to enter item records at the time of ordering or
+   receiving)
+
+-  Acquisitions System preferences
+
+   -  `AcqCreateItem <#AcqCreateItem>`__ : Decide if an item record is
+      created during acquisition
+
+   -  `CurrencyFormat <#CurrencyFormat>`__ : Decide how you want
+      monetary amounts to display
+
+   -  `gist <#gist>`__ : Enter your sales tax (if you are billed for
+      tax)
+
+   -  `OrderPdfFormat <#OrderPdfFormat>`__ : Decide what format you want
+      your print orders to use
+
+`Serials Configuration <#impserials>`__
+---------------------------------------
+
+When you use serials there are a few options you can set before hand.
+
+-  Serials System Preferences
+
+   -  `RenewSerialAddsSuggestion <#RenewSerialAddsSuggestion>`__ :
+      Decide if you want renewing serials to add a suggestion for easy
+      purchasing
+
+   -  `RoutingSerials <#RoutingSerials>`__ : Decide if you want to route
+      serials around your library
+
+   -  `RoutingListAddReserves <#RoutingListAddReserves>`__ : Decide if
+      holds are placed on serials when there is a routing list in place
+
+-  Cataloging System Preferences
+
+   -  `StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__ :
+      Decide how many of the most recent issues to display in the staff
+      client
+
+   -  `OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ :
+      Decide how many of the most recent issues to display in the OPAC
+
+   -  `SubscriptionHistory <#SubscriptionHistory>`__ : Decide how you
+      want the subscription information to display in the OPAC
+
+`Planning for Go-Live <#impgolive>`__
+-------------------------------------
+
+Once you have all of your settings ready, you need to prepare for making
+your system live:
+
+-  Decide if you need training by an outside service or if your staff
+   can do the training themselves.
+
+-  Make sure that there is time for your staff to play with your test
+   system and get comfortable with it
+
+-  If this is a migration, work with your previous company to extract
+   data right before you go live
+
+-  Come up with URLs for your new Koha OPAC & Staff Client
+
+-  Make sure that if you're hosting your own system you have a backup
+   plan
+
+SOPAC2 Installation
+===================
+
+`Introduction <#sopacintro>`__
+------------------------------
+
+This is an installation guide for SOPAC2 and its Koha connector. It has
+been tested on Debian Lenny and Ubuntu Jaunty with Drupal 6.12 and Koha
+3.0.x. It does not cover the installation of Koha and Drupal, only
+SOPAC, its dependencies and the connector.
+
+`Installation of Locum and Insurge <#sopacinstall>`__
+-----------------------------------------------------
+
+Locum and Insurge are the two libraries used primarily by SOPAC. They
+serve as a layer of abstraction to the data. Insurge manages the social
+aspect (tags, reviews, ratings), while Locum manages the connection to
+the ILS via the connector. Both libraries use a different database from
+that of Drupal.
+
+`Dependencies <#sopacdepend>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are no packages for Debian MDB2 yet, you can install it via pear:
+
+::
+
+    # apt-get install php-pear
+    # pear install MDB2
+    # pear install MDB2#mysql
+
+`Download <#sopacdownload>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Download the Locum and Insurge libraries from SVN:
+
+::
+
+    # cd /usr/local/lib
+    # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
+    # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge
+
+`Creation of the Database <#sopaccreatedb>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+::
+
+    $ mysql -u root
+    mysql> create database scas;
+    mysql> grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
+    mysql> flush privileges;
+    mysql> exit
+
+`Sync DSN <#sopacdsn>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+This file will provide the connection information to a DB libraries:
+
+::
+
+    # nano /usr/local/etc/locum_insurge_dsn.php
+
+It should contain:
+
+::
+
+    <?php
+    $dsn = 'mysql://scas_user:scas_pass@localhost/scas';
+
+`Installation of Insurge <#sopacinstallinsurge>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you customize the name of the database, remember to edit the sql
+file:
+
+::
+
+    # nano /usr/local/lib/insurge/sql/scas_insurge.sql
+
+Import Insurge:
+
+::
+
+    $ mysql -u root -p < /usr/local/lib/insurge/sql/scas_insurge.sql
+
+Configure Insurge:
+
+::
+
+    # nano /usr/local/lib/insurge/config/insurge.ini
+
+The variables in insurge.ini are empty. The default values are too long
+and cause MySQL errors.
+
+Here is a sample of insurge.ini
+
+::
+
+    ; This is the Locum configuration file
+    ; General configuration options for your installation of Insurge.
+    [insurge_config]
+    dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
+    ; This is where you configure your repository membership information.
+    ;
+    ; parent_server is the server name of the repository parent server you have been
+    ; told to use.
+    ; group_id = The group ID you have been given by your repository admin.
+    ; These configuration points are OPTIONAL and are only necessary if you are
+    ; participating in a repository relationship.
+    [repository_info]
+    parent_server = ""
+    group_id = ""
+    group_key = ""
+
+`Installation of Locum <#sopacinstallocum>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The same procedure applies to Locum
+
+::
+
+    # nano /usr/local/lib/locum/sql/scas_locum.sql
+    # mysql < /usr/local/lib/locum/sql/scas_locum.sql
+    # nano /usr/local/lib/locum/sql/locum_init.sql
+    # mysql < /usr/local/lib/locum/sql/locum_init.sql
+    # nano /usr/local/lib/locum/config/locum.ini
+    # mkdir /usr/local/var
+    # mkdir /usr/local/var/log
+
+Configure the DSN:
+
+::
+
+    [locum_config]
+    dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
+
+And the information for your Koha installation:
+
+::
+
+    [ils_config]
+    ils = "koha";
+    ils_version = "30x"
+    ils_server = "localhost"
+    ils_harvest_port = "80"
+
+The rest depends on your Koha configuration.
+
+`Installation of Koha Connector <#sopackoha>`__
+-----------------------------------------------
+
+Download the Koha connector using SVN:
+
+::
+
+    # cd /usr/local/lib/locum/connectors/
+    # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x
+
+`Harvest Records <#sopacharvest>`__
+-----------------------------------
+
+Now that the connector is in place, we will be able to launch
+harvest.php, a tool that will reap Locum DB Koha and fill the locum.
+
+Start by configuring harvest.php:
+
+::
+
+    # nano /usr/local/lib/locum/tools/harvest.php
+
+Here are the variables you must change:
+
+::
+
+    $first_record = 1;
+    $last_record = 30;
+
+These are the minimum and maximum biblionumbers from your Koha install.
+
+Then start the harvest:
+
+::
+
+    # chmod +x /usr/local/lib/locum/tools/harvest.php
+    $ /usr/local/lib/locum/tools/harvest.php
+
+`Installation of Sphinx <#sopacphinx>`__
+----------------------------------------
+
+Sphinx is the indexer for the database used by Locum and Insurge.
+
+`Dependencies <#sphinxdepend>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There is no Debian package for Sphinx so you'll have to compile the
+source directly:
+
+::
+
+    # apt-get install g++ make libmysql++-dev
+
+`Download and Compile <#sphinxdownload>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+::
+
+    $ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
+    $ tar zxvf sphinx-0.9.8.tar.gz
+    $ cd sphinx-0.9.8
+    $ ./configure --prefix=/usr/local/sphinx
+    $ make
+    # make install
+    # mkdir /usr/local/sphinx
+    # mkdir /usr/local/sphinx/lib
+    # cp api/sphinxapi.php /usr/local/sphinx/lib/
+    $ rm -R sphinx-0.9.8*
+
+`Creation of User and Group <#sphinxuser>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Creating a Sphinx user and change the owner:
+
+::
+
+    # adduser sphinx
+    # addgroup sphinx
+    # usermod -G sphinx sphinx
+    # mkdir /usr/local/sphinx/var/run
+    # chown -R sphinx.sphinx /usr/local/sphinx/var
+
+`The Sphinx daemon <#demonsphinx>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Download:
+
+::
+
+    # cd /etc/init.d
+    # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
+    # chmod +x /etc/init.d/sphinx
+
+Add Sphinx to the default boot services:
+
+::
+
+    # update-rc.d sphinx defaults
+
+`Configuration <#sphinxconfig>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Copy the configuration file supplied with the source of Sphinx before
+the change:
+
+::
+
+    # cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
+    # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile;
+    mv tmpfile /usr/local/sphinx/etc/sphinx.conf
+    # sed 's/locum_db_pass/scas_pass/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
+
+And if you personalize the name of the database:
+
+::
+
+    # sed 's/scas/MY_DB/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
+
+`Indexing documents <#sphinxindexing>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Indexing is necessary if you want to use the search features of SOPAC.
+
+You must first complete the Insurge table index
+
+::
+
+    # chmod +x /usr/local/lib/insurge/tools/update-index.php
+    $ /usr/local/lib/insurge/tools/update-index.php
+
+Then start indexing Sphinx
+
+::
+
+    $ /usr/local/sphinx/bin/indexer --all
+
+Finally, we must start the daemon:
+
+::
+
+    # /etc/init.d/sphinx start
+
+When the daemon is running, you can update the index with:
+
+::
+
+    $ /usr/local/sphinx/bin/indexer --all --rotate
+
+`Installation of SOPAC2 <#installsopac>`__
+------------------------------------------
+
+Now to the SOPAC software itself:
+
+`Download <#downloadsopac>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Download from SVN:
+
+::
+
+    $ cd /chemin/vers/drupal/sites/all/
+    $ mkdir modules
+    $ cd modules/
+    $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac
+
+`Installation <#sopacinstallation>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+In Drupal's administration settings, activate the module. Also, enable
+the dependencies:
+
+-  Profile
+
+-  PHP Filter
+
+-  Path
+
+The Drupal menu should now list these entries.
+
+`Configuration <#configsopac>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Then go into the settings of SOPAC.
+
+-  Configure the paths to the Locum and Insurge libraries
+
+-  Choose a URL prefix SOPAC, in my "catalog". Create a node with
+   content like:
+
+::
+
+    <?php
+    print sopac_search_form('both');
+    print theme('pages_catalog');
+
+-  Check the Input Format "PHP Code"
+
+-  Check Move to front page
+
+-  In URL path settings, set the SOPAC URL prefix you have chosen.
+
+Go to the root of Drupal, a search form will appear.
+
+Remember to empty Drupal's cache when something does not work.
+
+Drupal offers a few blocks, which are not configured by default. You
+must specify on which page they should appear.
+
+Cron Jobs
+=========
+
+A cron job is a Linux command for scheduling a command or script on your
+server to complete repetitive tasks automatically. Scripts executed as a
+cron job are typically used to modify files or databases; however, they
+can perform other tasks that do not modify data on the server, like
+sending out email notifications. Koha has many cron jobs in place that
+you can enable (search engine indexing, overdue notice generation, data
+cleanup and more), this chapter will explain those for you.
+
+`Cron Jobs <#cronjobs>`__
+-------------------------
+
+The locations below assume a dev install which puts the crons in misc/,
+if you have a standard install you may want to look in bin/ for these
+files if you cannot find them in misc/
+
+`Search <#searchcron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Rebuild Index <#rebuildsearchcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/migration\_tools/rebuild\_zebra.pl
+
+Does: Updates Zebra indexes with recently changed data.
+
+Required by: Zebra
+
+Frequency suggestion: every x minutes, (between 5-15 minutes) depending
+on performance needs
+
+`Circulation <#circcron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Holds Queue <#buildholdscron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/holds/build\_holds\_queue.pl
+
+Does: Updates holds queue report
+
+Required by: `Holds Queue Report <#holdsqueue>`__
+
+Frequency suggestion: every 1-4 hours
+
+Description:
+
+-  A script that should be run periodically if your library system
+   allows borrowers to place on-shelf holds. This script decides which
+   library should be responsible for fulfilling a given hold request.
+
+   It's behavior is controlled by the system preferences
+   `StaticHoldsQueueWeight <#holdqueueweight>`__ and
+   `RandomizeHoldsQueueWeight <#holdqueueweight>`__.
+
+   If you do not want all of your libraries to participate in the
+   on-shelf holds fulfillment process, you should list the the libraries
+   that \*do\* participate in the process here by inputting all the
+   participating library's branchcodes, separated by commas ( e.g.
+   "MPL,CPL,SPL,BML" etc. ).
+
+   By default, the holds queue will be generated such that the system
+   will first attempt to hold fulfillment using items already at the
+   pickup library if possible. If there are no items available at the
+   pickup library to fill a hold, build\_holds\_queue.pl will then use
+   the list of libraries defined in StaticHoldsQueueWeight. If
+   RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
+   script will assign fulfillment requests in the order the branches are
+   placed in the StaticHoldsQueueWeight system preference.
+
+   For example, if your system has three libraries, of varying sizes (
+   small, medium and large ) and you want the burden of holds
+   fulfillment to be on larger libraries before smaller libraries, you
+   would want StaticHoldsQueueWeight to look something like
+   "LRG,MED,SML".
+
+   If you want the burden of holds fulfillment to be spread out equally
+   throughout your library system, simply enable
+   RandomizeHoldsQueueWeight. When this system preference is enabled,
+   the order in which libraries will be requested to fulfill an on-shelf
+   hold will be randomized each time the list is regenerated.
+
+   Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
+   Doing so will cause the build\_holds\_queue script to ignore
+   RandomizeHoldsQueueWeight, causing the script to request hold
+   fulfillment not randomly, but by alphabetical order.
+
+`Perl Documentation <#buildholdscronperl>`__
+''''''''''''''''''''''''''''''''''''''''''''
+
+**GetBibsWithPendingHoldRequests**
+
+my $biblionumber\_aref = GetBibsWithPendingHoldRequests();
+
+Return an arrayref of the biblionumbers of all bibs that have one or
+more unfilled hold requests.
+
+**GetPendingHoldRequestsForBib**
+
+my $requests = GetPendingHoldRequestsForBib($biblionumber);
+
+Returns an arrayref of hashrefs to pending, unfilled hold requests on
+
+the bib identified by $biblionumber. The following keys are present in
+each hashref:
+
+-  biblionumber
+
+-  borrowernumber
+
+-  itemnumber
+
+-  priority
+
+-  branchcode
+
+-  reservedate
+
+-  reservenotes
+
+-  borrowerbranch
+
+The arrayref is sorted in order of increasing priority.
+
+**GetItemsAvailableToFillHoldRequestsForBib**
+
+my $available\_items =
+
+GetItemsAvailableToFillHoldRequestsForBib($biblionumber);
+
+Returns an arrayref of items available to fill hold requests for the bib
+identified by $biblionumber. An item is available to fill a hold
+
+request if and only if:
+
+-  it is not on loan
+
+-  it is not withdrawn
+
+-  it is not marked notforloan
+
+-  it is not currently in transit
+
+-  it is not lost
+
+-  it is not sitting on the hold shelf
+
+**MapItemsToHoldRequests**
+
+MapItemsToHoldRequests($hold\_requests, $available\_items);
+
+**CreatePickListFromItemMap**
+
+**AddToHoldTargetMap**
+
+**\_get\_branches\_to\_pull\_from**
+
+Query system preferences to get ordered list of branches to use to fill
+hold requests.
+
+`Expired Holds <#expiredholdscron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/holds/cancel\_expired\_holds.pl
+
+Does: By default, this cron job will only automatically cancel holds
+where the user has set an expiration date. If the library is using the
+`ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__ and
+`ExpireReservesMaxPickUpDelayCharge <#ExpireReservesMaxPickUpDelayCharge>`__
+preferences then this script will also cancel holds that have been
+sitting on the hold shelf for too long and will (if the library does)
+charge the patron for not picking up the hold.
+
+Frequency suggestion: daily
+
+`Unsuspend Holds <#unsuspendholdcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/holds/auto\_unsuspend\_holds.pl
+
+Does: This script checks to find holds that should no longer be
+suspended and removes the suspension if the
+`AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference is
+set to 'allow'. This puts the patron back in to the queue where they
+were when the hold was suspended.
+
+Frequency suggestion: daily
+
+`Fines <#finescronjob>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/fines.pl
+
+Does: Calculates and posts fines to patron accounts.
+
+Required by: `finesMode <#finesMode>`__ system preference
+
+Frequency suggestion: nightly
+
+`Long Overdues <#longoverduecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/longoverdue.pl
+
+Does: allows one to specify delays for changing items to different lost
+statuses, and optionally charge for them using the replacement price
+listed on the item record.
+
+Frequency suggestion: nightly
+
+    **Note**
+
+    Staff can control some of the parameters for the longoverdue cron
+    job with the
+    `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ and
+    `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__
+    preferences.
+
+`Perl Documentation <#longoverduecronperl>`__
+'''''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+longoverdue.pl cron script to set lost statuses on overdue materials.
+Execute without options for help.
+
+**DESCRIPTION**
+
+--lost \| -l
+
+This option takes the form of n=lv, where n is num days overdue, and lv
+is the lost value. See warning below.
+
+--charge \| -c
+
+This specifies what lost value triggers Koha to charge the account for
+the lost item. Replacement costs are not charged if this is not
+specified.
+
+--verbose \| v
+
+verbose.
+
+--confirm
+
+confirm. without this option, the script will report the number of
+affected items and return without modifying any records.
+
+--quiet
+
+suppress summary output.
+
+--maxdays
+
+Specifies the end of the range of overdue days to deal with (defaults to
+366). This value is universal to all lost num days overdue passed.
+
+--mark-returned
+
+When an item is marked lost, remove it from the borrowers issued items.
+
+`Track total checkouts <#updateissuescron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/update\_totalissues.pl
+
+Does: updates the biblioitems.totalissues field in the database with the
+latest tally of checkouts.
+
+Frequency suggestion: nightly
+
+`Perl Documentation <#updateissuesperldoc>`__
+'''''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+update\_totalissues.pl
+
+**SYNOPSIS**
+
+update\_totalissues.pl --use-stats
+
+update\_totalissues.pl --use-items
+
+update\_totalissues.pl --commit=1000
+
+update\_totalissues.pl --since='2012-01-01'
+
+update\_totalissues.pl --interval=30d
+
+**DESCRIPTION**
+
+This batch job populates bibliographic records' total issues count based
+on historical issue statistics.
+
+--help Prints this help
+
+-v\|--verbose
+
+Provide verbose log information (list every bib modified).
+
+--use-stats
+
+Use the data in the statistics table for populating total issues.
+
+--use-items
+
+Use items.issues data for populating total issues. Note that issues data
+from the items table does not respect the --since or --interval options,
+by definition. Also note that if both --use-stats and --use-items are
+specified, the count of biblios processed will be misleading.
+
+-s\|--since=DATE
+
+Only process issues recorded in the statistics table since DATE.
+
+-i\|--interval=S
+
+Only process issues recorded in the statistics table in the last N units
+of time. The interval should consist of a number with a one- letter unit
+suffix. The valid suffixes are h (hours), d (days), w (weeks), m
+(months), and y (years). The default unit is days.
+
+--incremental
+
+Add the number of issues found in the statistics table to the existing
+total issues count. Intended so that this script can be used as a cron
+job to update popularity information during low-usage periods. If
+neither --since or --interval are specified, incremental mode will
+default to processing the last twenty-four hours.
+
+--commit=N
+
+Commit the results to the database after every N records are processed.
+
+--test
+
+Only test the popularity population script.
+
+**WARNING**
+
+If the time on your database server does not match the time on your Koha
+server you will need to take that into account, and probably use the
+--since argument instead of the --interval argument for incremental
+updating.
+
+**CREDITS**
+
+This patch to Koha was sponsored by the Arcadia Public Library and the
+Arcadia Public Library Foundation in honor of Jackie Faust-Moreno, late
+director of the Arcadia Public Library.
+
+**AUTHOR**
+
+Jared Camins-Esakov <jcamins AT cpbibliography DOT com>
+
+`Generate Patron File for Offline Circulation <#offlinecirccron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/create\_koc\_db.pl
+
+Does: Generates the borrowers.db file for use with the `Koha Offline
+Circulation <#windowsofflinecirc>`__ tool
+
+Frequency suggestion: weekly
+
+`Automatic renewal <#autorenewcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/automatic\_renewals.pl
+
+Does: Will automatically renew items if you're allowing automatic
+renewal with your `circulation and fine rules <#circfinerules>`__.
+
+Frequency suggestion: nightly
+
+`Perl Documentation <#autorenewcronperl>`__
+'''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+automatic\_renewals.pl - cron script to renew loans
+
+**SYNOPSIS**
+
+./automatic\_renewals.pl
+
+or, in crontab: 0 3 \* \* \* automatic\_renewals.pl
+
+**DESCRIPTION**
+
+This script searches for issues scheduled for automatic renewal
+(issues.auto\_renew). If there are still renews left (Renewals allowed)
+and the renewal isn't premature (No Renewal before) the issue is
+renewed.
+
+**OPTIONS**
+
+No options.
+
+`Patrons <#patroncrons>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Unverified Registrations <#deleteexpiredregistrationcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/delete\_expired\_opac\_registrations.pl
+
+Does: Deletes patron registrations that were submitted via the OPAC but
+not reviewed by the library within the number of days entered in the
+`PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
+preference.
+
+Frequency suggestion: nightly
+
+`Unconfirmed Registrations <#deleteunverifiedcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/delete\_unverified\_opac\_registrations.pl
+
+Does: Deletes patron self registrations that were submitted via the OPAC
+but not confirmed via email within 24 hours. This is only necessary if
+you are requiring patrons to confirm their registrations via email with
+the
+`PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
+preference.
+
+Frequency suggestion: hourly
+
+`Anonymize Patron Data <#anonymizecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/batch\_anonymise.pl
+
+Does: Used to anonymize patron data. This will remove borrowernumbers
+from circulation history so that the stats are kept, but the patron
+information is removed for privacy reasons.
+
+`Update Child to Adult Patron Type <#j2acron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/j2a.pl
+
+Does: Convert juvenile/child patrons from juvenile patron category and
+category code to corresponding adult patron category and category code
+when they reach the upper age limit defined in the Patron Categories.
+
+Frequency suggestion: nightly
+
+`Perl Documentation <#j2aperldoc>`__
+''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+juv2adult.pl - convert juvenile/child patrons from juvenile patron
+category and category code to corresponding adult patron category and
+category code when they reach the upper age limit defined in the Patron
+Categories.
+
+**SYNOPSIS**
+
+juv2adult.pl [ -b=<branchcode> -f=<categorycode> -t=<categorycode> ]
+
+Options:
+
+--help brief help message
+
+--man full documentation
+
+-v verbose mode
+
+-n take no action, display only
+
+-b <branchname> only deal with patrons from this library/branch
+
+-f <categorycode> change patron category from this category
+
+-t <categorycode> change patron category to this category
+
+=head1 OPTIONS
+
+--help Print a brief help message and exits.
+
+--man Prints the manual page and exits.
+
+-v Verbose. Without this flag set, only fatal errors are reported.
+
+-n No Action. With this flag set, script will report changes but not
+actually execute them on the database.
+
+-b changes patrons for one specific branch. Use the value in the
+branches.branchcode table.
+
+-f \*required\* defines the juvenile category to update. Expects the
+code from categories.categorycode.
+
+-t \*required\* defines the category juvenile patrons will be converted
+to. Expects the code from categories.categorycode.
+
+**DESCRIPTION**
+
+This script is designed to update patrons from juvenile to adult patron
+types, remove the guarantor, and update their category codes
+appropriately when they reach the upper age limit defined in the Patron
+Categories.
+
+**USAGE EXAMPLES**
+
+"juv2adult.pl" - Suggests that you read this help. :)
+
+"juv2adult.pl" -b=<branchcode> -f=<categorycode> -t=<categorycode> -
+Processes a single branch, and updates the patron categories from
+fromcat to tocat.
+
+"juv2adult.pl" -f=<categorycode> -t=<categorycode> -v -n - Processes all
+branches, shows all messages, and reports the patrons who would be
+affected. Takes no action on the database.
+
+`Notices <#noticescron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Message Queue <#msgqueuecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/process\_message\_queue.pl
+
+Does: processes the message queue to send the check out, check in and
+hold filled emails and SMS message to users and sends outgoing emails to
+patrons. requires
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
+on
+
+Frequency suggestion: 1-4 hours
+
+    **Important**
+
+    Item due and Advanced due notices are controlled by the
+    `advance\_notices cron <#advnoticecron>`__.
+
+`Advanced Notice <#advnoticecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/advance\_notices.pl
+
+Does: prepares "pre-due" notices and "item due" notices for patrons who
+request them prepares notices for patrons for items just due or coming
+due soon. requires
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
+on
+
+Frequency suggestion: nightly
+
+    **Note**
+
+    This script does not actually send the notices. It queues them in
+    the `message queue <#msgqueuecron>`__ for later
+
+`Perl Documentation <#advnoticecronperl>`__
+'''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+advance\_notices.pl - cron script to put item due reminders into message
+queue
+
+**SYNOPSIS**
+
+./advance\_notices.pl -c
+
+or, in crontab: 0 1 \* \* \* advance\_notices.pl -c
+
+**DESCRIPTION**
+
+This script prepares pre-due and item due reminders to be sent to
+patrons. It queues them in the message queue, which is processed by the
+process\_message\_queue.pl cronjob. The type and timing of the messages
+can be configured by the patrons in their "My Alerts" tab in the OPAC.
+
+**METHODS**
+
+parse\_letter
+
+`Overdue Notice <#overduenoticecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/overdue\_notices.pl
+
+Does: prepares messages to alert patrons of overdue messages (both via
+email and print)
+
+Frequency suggestion: nightly
+
+    **Note**
+
+    This script does not actually send the notices. It queues them in
+    the `message queue <#msgqueuecron>`__ for later or generates the
+    HTML for later printing
+
+`Perl Documentation <#overduenoticecronperl>`__
+'''''''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+overdue\_notices.pl - prepare messages to be sent to patrons for overdue
+items
+
+**SYNOPSIS**
+
+overdue\_notices.pl [ -n ] [ -library <branchcode> ] [ -library
+<branchcode>...] [ -max <number of days> ] [ -csv [ <filename> ] ]
+[-itemscontent <field list> ]
+
+Options:
+
+-help brief help message
+
+-man full documentation
+
+-n No email will be sent
+
+-max <days> maximum days overdue to deal with
+
+-library <branchname> only deal with overdues from this library
+(repeatable : several libraries can be given)
+
+-csv <filename> populate CSV file
+
+-html <filename> Output html to file
+
+-itemscontent <list of fields> item information in templates
+
+-borcat <categorycode> category code that must be included
+
+-borcatout <categorycode> category code that must be excluded
+
+**OPTIONS**
+
+-help Print a brief help message and exits.
+
+-man Prints the manual page and exits.
+
+-v Verbose. Without this flag set, only fatal errors are reported.
+
+-n Do not send any email. Overdue notices that would have been sent to
+the patrons or to the admin are printed to standard out. CSV data (if
+the -csv flag is set) is written to standard out or to any csv filename
+given.
+
+-max Items older than max days are assumed to be handled somewhere else,
+probably the longoverdues.pl script. They are therefore ignored by this
+program. No notices are sent for them, and they are not added to any CSV
+files. Defaults to 90 to match longoverdues.pl.
+
+-library
+
+select overdues for one specific library. Use the value in the
+branches.branchcode table. This option can be repeated in order to
+select overdues for a group of libraries.
+
+-csv Produces CSV data. if -n (no mail) flag is set, then this CSV data
+is sent to standard out or to a filename if provided. Otherwise, only
+overdues that could not be emailed are sent in CSV format to the admin.
+
+-itemscontent
+
+comma separated list of fields that get substituted into templates in
+places of the <<items.content>> placeholder. This defaults to
+issuedate,title,barcode,author
+
+Other possible values come from fields in the biblios, items, and issues
+tables.
+
+-borcat Repetable field, that permit to select only few of patrons
+categories.
+
+-borcatout
+
+Repetable field, permis to exclude some patrons categories.
+
+-t \| --triggered
+
+This option causes a notice to be generated if and only if an item is
+overdue by the number of days defined in a notice trigger.
+
+By default, a notice is sent each time the script runs, which is
+suitable for less frequent run cron script, but requires syncing notice
+triggers with the cron schedule to ensure proper behavior. Add the
+--triggered option for daily cron, at the risk of no notice being
+generated if the cron fails to run on time.
+
+-list-all
+
+Default items.content lists only those items that fall in the range of
+the currently processing notice. Choose list-all to include all overdue
+items in the list (limited by -max setting).
+
+**DESCRIPTION**
+
+This script is designed to alert patrons and administrators of overdue
+items.
+
+Configuration
+
+This script pays attention to the overdue notice configuration performed
+in the "Overdue notice/status triggers" section of the "Tools" area of
+the staff interface to Koha. There, you can choose which letter
+templates are sent out after a configurable number of days to patrons of
+each library. More information about the use of this section of Koha is
+available in the Koha manual.
+
+The templates used to craft the emails are defined in the "Tools:
+Notices" section of the staff interface to Koha.
+
+Outgoing emails
+
+Typically, messages are prepared for each patron with overdue items.
+Messages for whom there is no email address on file are collected and
+sent as attachments in a single email to each library administrator, or
+if that is not set, then to the email address in the
+"KohaAdminEmailAddress" system preference.
+
+These emails are staged in the outgoing message queue, as are messages
+produced by other features of Koha. This message queue must be processed
+regularly by the misc/cronjobs/process\_message\_queue.pl program.
+
+In the event that the "-n" flag is passed to this program, no emails are
+sent. Instead, messages are sent on standard output from this program.
+They may be redirected to a file if desired.
+
+Templates
+
+Templates can contain variables enclosed in double angle brackets like
+<<this>>. Those variables will be replaced with values specific to the
+overdue items or relevant patron. Available variables are:
+
+<<bib>>
+
+the name of the library
+
+<<items.content>>
+
+one line for each item, each line containing a tab separated list of
+title, author, barcode, issuedate
+
+<<borrowers.\*>>
+
+any field from the borrowers table
+
+<<branches.\*>>
+
+any field from the branches table
+
+CSV output
+
+The "-csv" command line option lets you specify a file to which overdues
+data should be output in CSV format.
+
+With the "-n" flag set, data about all overdues is written to the file.
+Without that flag, only information about overdues that were unable to
+be sent directly to the patrons will be written. In other words, this
+CSV file replaces the data that is typically sent to the administrator
+email address.
+
+**USAGE EXAMPLES**
+
+"overdue\_notices.pl" - In this most basic usage, with no command line
+arguments, all libraries are processed individually, and notices are
+prepared for all patrons with overdue items for whom we have email
+addresses. Messages for those patrons for whom we have no email address
+are sent in a single attachment to the library administrator's email
+address, or to the address in the KohaAdminEmailAddress system
+preference.
+
+"overdue\_notices.pl -n -csv /tmp/overdues.csv" - sends no email and
+populates /tmp/overdues.csv with information about all overdue items.
+
+"overdue\_notices.pl -library MAIN max 14" - prepare notices of overdues
+in the last 2 weeks for the MAIN library.
+
+**SEE ALSO**
+
+The misc/cronjobs/advance\_notices.pl program allows you to send
+messages to patrons in advance of their items becoming due, or to alert
+them of items that have just become due.
+
+**INTERNAL METHODS**
+
+These methods are internal to the operation of overdue\_notices.pl.
+
+parse\_letter
+
+parses the letter template, replacing the placeholders with data
+specific to this patron, biblio, or item
+
+named parameters:
+
+letter - required hashref
+
+borrowernumber - required integer
+
+substitute - optional hashref of other key/value pairs that should be
+substituted in the letter content
+
+returns the "letter" hashref, with the content updated to reflect the
+substituted keys and values.
+
+prepare\_letter\_for\_printing
+
+returns a string of text appropriate for printing in the event that an
+overdue notice will not be sent to the patron's email address. Depending
+on the desired output format, this may be a CSV string, or a
+human-readable representation of the notice.
+
+required parameters:
+
+letter
+
+borrowernumber
+
+optional parameters:
+
+outputformat
+
+`Print Hold Notices <#printholdcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/gather\_print\_notices.pl
+
+Does: looks through the message queue for hold notices that didn't go
+through because the patron didn't have an email address and generates a
+print notice
+
+Frequency suggestion: nightly
+
+`Talking Tech <#talkingtechcrons>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To learn more about setting up this third party product view the
+`Talking Tech Appendix <#talkingtechappendix>`__.
+
+`Sending Notices File <#talkingtechsendcron>`__
+'''''''''''''''''''''''''''''''''''''''''''''''
+
+Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_outbound.pl
+
+Does: Script to generate Spec C outbound notifications file for Talking
+Tech i-tiva phone notification system.
+
+Required by:
+`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
+
+Frequency suggestion: nightly
+
+`Perl Documentation <#talkingsendcronperl>`__
+
+
+**USAGE**
+
+TalkingTech\_itiva\_outbound.pl
+
+TalkingTech\_itiva\_outbound.pl --type=OVERDUE -w 0 -w 2 -w 6
+--output=/tmp/talkingtech/outbound.csv
+
+TalkingTech\_itiva\_outbound.pl --type=RESERVE --type=PREOVERDUE
+--lang=FR
+
+Script to generate Spec C outbound notifications file for Talking Tech
+i-tiva phone notification system.
+
+--help -h
+
+Prints this help
+
+-v Provide verbose log information.
+
+--output -o
+
+Destination for outbound notifications file (CSV format). If no value is
+specified, output is dumped to screen.
+
+--lang
+
+Sets the language for all outbound messages. Currently supported values
+are EN, FR and ES. If no value is specified, EN will be used by default.
+
+--type
+
+REQUIRED. Sets which messaging types are to be used. Can be given
+multiple times, to specify multiple types in a single output file.
+Currently supported values are RESERVE, PREOVERDUE and OVERDUE. If no
+value is given, this script will not produce any outbound notifications.
+
+--waiting-hold-day -w
+
+OPTIONAL for --type=RESERVE. Sets the days after a hold has been set to
+waiting on which to call. Use switch as many times as desired. For
+example, passing "-w 0 -w 2 -w 6" will cause calls to be placed on the
+day the hold was set to waiting, 2 days after the waiting date, and 6
+days after. See example above. If this switch is not used with
+--type=RESERVE, calls will be placed every day until the waiting reserve
+is picked up or canceled.
+
+--library-code --code -c
+
+OPTIONAL The code of the source library of the message. The library code
+is used to group notices together for consortium purposes and apply
+library specific settings, such as prompts, to those notices. This field
+can be blank if all messages are from a single library.
+
+`Receiving Notices File <#talkingtechreceivecron>`__
+''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_inbound.pl
+
+Does: Script to process received Results files for Talking Tech i-tiva
+phone notification system.
+
+Required by:
+`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
+
+Frequency suggestion: nightly
+
+`Perl Documentation <#talkingreceivecronperl>`__
+
+
+**USAGE**
+
+TalkingTech\_itiva\_inbound.pl
+
+TalkingTech\_itiva\_inbound.pl -v --input=/tmp/talkingtech/results.csv
+
+Script to process received Results files for Talking Tech i-tiva phone
+notification system.
+
+--help -h
+
+Prints this help
+
+-v Provide verbose log information.
+
+--input -i
+
+REQUIRED. Path to incoming results file.
+
+`Notify Patrons of Expiration <#patronexpirycron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/membership\_expiry.pl
+
+Does: Sends messages to warn patrons of their card expiration to the
+`messaage queue <#msgqueuecron>`__ cron.
+
+Requires: `MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__
+
+Frequency: nightly
+
+`In Processing/Book Cart <#proccartcron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Script path: misc/cronjobs/cart\_to\_shelf.pl
+
+Does: Updates all items with a location of CART to the item's permanent
+location.
+
+Required by: `NewItemsDefaultLocation <#NewItemsDefaultLocation>`__,
+`InProcessingToShelvingCart <#InProcessingToShelvingCart>`__, &
+`ReturnToShelvingCart <#ReturnToShelvingCart>`__ system preferences
+
+Frequency suggestion: hourly
+
+`Perl Documentation <#proccartcronperl>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**NAME**
+
+cart\_to\_shelf.pl cron script to set items with location of CART to
+original shelving location after X hours. Execute without options for
+help.
+
+`Catalog <#catalogcron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Check URLs <#checkurlcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/check-url.pl
+
+Does: checks URLs in 856$u field. Script output can now be formatted in
+CSV or HTML. The HTML version links directly to MARC biblio record
+editor.
+
+Frequency suggestion: monthly
+
+Learn more: http://wiki.koha-community.org/wiki/Check-url_enhancements
+
+`Perl Documentation <#checkurlcronperl>`__
+''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+C4::URL::Checker - base object for checking URL stored in Koha DB
+
+**SYNOPSIS**
+
+::
+
+    use C4::URL::Checker;
+
+            my $checker = C4::URL::Checker->new( );
+            $checker->{ host_default } = 'http://mylib.kohalibrary.com';
+            my $checked_urls = $checker->check_biblio( 123 );
+            foreach my $url ( @$checked_urls ) {
+                print "url:        ", $url->{ url       A }, "\n",
+                      "is_success: ", $url->{ is_success }, "\n",
+                      "status:     ", $url->{ status     }, "\n";
+            }
+
+**FUNCTIONS**
+
+new
+
+Create a URL Checker. The returned object can be used to set default
+host variable :
+
+::
+
+    my $checker = C4::URL::Checker->new( );
+            $checker->{ host_default } = 'http://mylib.kohalibrary.com';
+
+check\_biblio
+
+Check all URL from a biblio record. Returns a pointer to an array
+containing all URLs with checking for each of them.
+
+::
+
+     my $checked_urls = $checker->check_biblio( 123 );
+
+With 2 URLs, the returned array will look like that:
+
+::
+
+         [
+               {
+                 'url' => 'http://mylib.tamil.fr/img/62265_0055B.JPG',
+                 'is_success' => 1,
+                 'status' => 'ok'
+               },
+               {
+                 'url' => 'http://mylib.tamil.fr//img/62265_0055C.JPG',
+                 'is_success' => 0,
+                 'status' => '404 - Page not found'
+               }
+             ],
+
+**NAME**
+
+check-url.pl - Check URLs from 856$u field.
+
+**USAGE**
+
+check-url.pl [--verbose\|--help] [--host=http://default.tld]
+
+Scan all URLs found in 856$u of bib records and display if resources are
+available or not.
+
+**PARAMETERS**
+
+--host=http://default.tld
+
+Server host used when URL doesn't have one, ie doesn't begin with
+'http:'. For example, if --host=http://www.mylib.com, then when 856$u
+contains 'img/image.jpg', the url checked is:
+http://www.mylib.com/image.jpg'.
+
+--verbose\|-v
+
+Outputs both successful and failed URLs.
+
+--html
+
+Formats output in HTML. The result can be redirected to a file
+accessible by http. This way, it's possible to link directly to biblio
+record in edit mode. With this parameter --host-pro is required.
+
+--host-pro=http://koha-pro.tld
+
+Server host used to link to biblio record editing page.
+
+--help\|-h
+
+Print this help page.
+
+`Update Authorities <#mergeauthcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/migration\_tools/merge\_authority.pl
+
+Does: Updates biblio data with changes to authorities records
+
+    **Note**
+
+    The name of this script is misleading. This script does not merge
+    authorities together it instead merges authority data with linked
+    bib records. Edits to authority records will be applied to
+    bibliographic records that use that authority when this script is
+    run.
+
+Required by: `dontmerge <#dontmerge>`__ system preference
+
+Frequency suggestion: nightly
+
+`Serials Update <#serialscron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/serialsUpdate.pl
+
+Does: checks if there is a "late" issue on active subscriptions, and if
+there is, the script will set it as late, and add the next one as
+expected.
+
+Frequency suggestion: nightly
+
+`Automatic item update <#autoitemupdatecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/automatic\_item\_modification\_by\_age.pl
+
+Does: updates items based on the list of rules set forth in the
+`Automatic item modifications by age <#autoitemagemod>`__ tool
+
+Required by: `Automatic item modifications by age <#autoitemagemod>`__
+
+Frequency suggestions: nightly
+
+`Perl Documentation <#autoitemupdatecrondoc>`__
+'''''''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+automatic\_item\_modification\_by\_age.pl
+
+**SYNOPSIS**
+
+./automatic\_item\_modification\_by\_age.pl -h
+
+Toggle recent acquisitions status. Use this script to delete "new"
+status for items.
+
+**OPTIONS**
+
+-h\|--help Prints this help message.
+
+-v\|--verbose Set the verbose flag.
+
+-c\|--confirm The script will modify the items.
+
+**AUTHOR**
+
+Jonathan Druart <jonathan.druart@biblibre.com>
+
+**COPYRIGHT**
+
+Copyright 2013 BibLibre
+
+**LICENSE**
+
+This file is part of Koha.
+
+Koha is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 3 of the License, or (at your
+option) any later version.
+
+Koha is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+more details.
+
+You should have received a copy of the GNU General Public License along
+with Koha; if not, see <http://www.gnu.org/licenses>.
+
+`OPAC <#opaccrons>`__
+~~~~~~~~~~~~~~~~~~~~~
+
+`RSS Feeds <#customrssfeedcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/rss/rss.pl
+
+Does: Produces an RSS XML document for any SQL query (not used for
+search results RSS feed). `Learn more <#customrss>`__.
+
+Frequency suggestion: hourly
+
+`Authorities Browser <#authbrowsercron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/build\_browser\_and\_cloud.pl
+
+Does: Generate content for authorities browse in OPAC
+
+Required by: `OpacBrowser <#OpacBrowser>`__ system preference
+
+    **Important**
+
+    This preference and cron job should only be used on French systems.
+
+`Subject/Author Clouds <#keywordclouds>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/cloud-kw.pl
+
+Does: Generates HTML keywords clouds from Koha Zebra indexes.
+misc/cronjobs/cloud-sample.conf has a sample of how this script
+operates.
+
+Frequency: This is the type of script you can run once a month or so,
+the content generated isn't going to change very much over time.
+
+`Perl Documentation <#keywordcloudsperl>`__
+'''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra Indexes
+
+**USAGE**
+
+cloud-kw.pl [--verbose\|--help] --conf=cloud.conf
+
+Creates multiple HTML files containing keywords cloud with top terms
+sorted by their logarithmic weight. cloud.conf is a YAML configuration
+file driving cloud generation process.
+
+**PARAMETERS**
+
+--conf=configuration file
+
+Specify configuration file name
+
+--verbose\|-v
+
+Enable script verbose mode.
+
+--help\|-h
+
+Print this help page.
+
+**CONFIGURATION**
+
+Configuration file looks like that:
+
+::
+
+      ---
+             # Koha configuration file for a specific installation
+             # If not present, defaults to KOHA_CONF
+             KohaConf: /home/koha/mylibray/etc/koha-conf.xml
+             # Zebra index to scan
+             ZebraIndex: Author
+             # Koha index used to link found kewords with an opac search URL
+             KohaIndex: au
+             # Number of top keyword to use for the cloud
+             Count: 50
+             # Include CSS style directives with the cloud
+             # This could be used as a model and then CSS directives are
+             # put in the appropriate CSS file directly.
+             Withcss: Yes
+             # HTML file where to output the cloud
+             Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
+            ---
+             KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
+             ZebraIndex: Subject
+             KohaIndex: su
+             Count: 200
+             Withcss: no
+             Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
+
+**IMPROVEMENTS**
+
+Generated top terms have more informations than those outputted from the
+time being. Some parameters could be easily added to improve this
+script:
+
+WithCount
+
+In order to output terms with the number of occurrences they have been
+found in Koha Catalogue by Zebra.
+
+CloudLevels
+
+Number of levels in the cloud. Now 24 levels are hardcoded.
+
+Weighting
+
+Weighting method used to distribute terms in the cloud. We could have
+two values: Logarithmic and Linear. Now it's Logarithmic by default.
+
+Order
+
+Now terms are outputted in the lexical order. They could be sorted by
+their weight.
+
+`System Administration <#systemcron>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Clean up Database <#cleandbcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/cleanup\_database.pl
+
+Does: Truncates the sessions table, cleans out old zebraqueue entries,
+action logs and staged MARC files.
+
+Perl Documentation
+''''''''''''''''''
+
+**USAGE**
+
+kohaclone/misc/cronjobs/cleanup\_database.pl [-h\|--help] [--sessions]
+[--sessdays DAYS] [-v\|--verbose] [--zebraqueue DAYS] [-m\|--mail]
+[--merged] [--import DAYS] [--logs DAYS] [--searchhistory DAYS]
+
+**PARAMETERS**
+
+-h --help
+
+prints this help message, and exits, ignoring all other options
+
+--sessions
+
+purge the sessions table. If you use this while users are logged into
+Koha, they will have to reconnect.
+
+--sessdays DAYS
+
+purge only sessions older than DAYS days
+
+-v --verbose
+
+will cause the script to give you a bit more information about the run.
+
+--zebraqueue DAYS
+
+purge completed zebraqueue entries older than DAYS days. Defaults to 30
+days if no days specified.
+
+-m --mail DAYS
+
+purge items from the mail queue that are older than DAYS days. Defaults
+to 30 days if no days specified.
+
+--merged
+
+purged completed entries from need\_merge\_authorities.
+
+--import DAYS
+
+purge records from import tables older than DAYS days. Defaults to 60
+days if no days specified
+
+--z3950
+
+purge records from import tables that are the result of Z39.50 searches
+
+--logs DAYS
+
+purge entries from action\_logs older than DAYS days. Defaults to 180
+days if no days specified
+
+--searchhistory DAYS
+
+purge entries from search\_history older than DAYS days. Defaults to 30
+days if no days specified
+
+--list-invites DAYS
+
+purge (unaccepted) list share invites older than DAYS days. Defaults to
+14 days if no days specified.
+
+--restrictions DAYS
+
+purge patrons restrictions expired since more than DAYS days. Defaults
+to 30 days if no days specified.
+
+`Share Usage Stats <#usagecron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/share\_usage\_with\_koha\_community.pl
+
+Does: If you're sharing information via the `UsageStats <#UsageStats>`__
+feature this will send your info to the `Hea
+website <http://hea.koha-community.org/>`__.
+
+Frequency: monthly
+
+`Perl Documentation <#usagecronperl>`__
+'''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+share\_usage\_with\_koha\_community.pl - Share your library's usage with
+the Koha community
+
+**SYNOPSIS**
+
+share\_usage\_with\_koha\_community.pl [-h\|--help] [-v\|--verbose]
+
+If the `UsageStats <#UsageStats>`__ system preference is set, you can
+launch this script to share your usage data anonymously with the Koha
+community.
+
+Collecting Koha usage statistics will help developers to know how Koha
+is used across the world.
+
+This script will send the usage data for the bibliographic and authority
+records, checkouts, holds, orders, and subscriptions.
+
+Only the total number is retrieved. In no case will private data be
+shared!
+
+In order to know which parts of Koha modules are used, this script will
+collect some system preference values.
+
+If you want to tell us who you are, you can fill the
+`UsageStatsLibraryName <#UsageStatsLibraryName>`__ system preference
+with your library name,
+`UsageStatsLibraryUrl <#UsageStatsLibraryUrl>`__,
+`UsageStatsLibraryType <#UsageStatsLibraryType>`__ and/or
+`UsageStatsCountry <#UsageStatsCountry>`__.
+
+All these data will be analyzed on the http://hea.koha-community.org
+Koha community website.
+
+IMPORTANT : please do NOT run the cron on the 1st, but on another day.
+The idea is to avoid all Koha libraries sending their data at the same
+time ! So choose any day between 1 and 28 !
+
+**OPTIONS**
+
+-h\|--help
+
+Print a brief help message
+
+-v\|--verbose
+
+Verbose mode.
+
+-f\|--force
+
+Force the update.
+
+**AUTHOR**
+
+Alex Arnaud <alex.arnaud@biblibre.com>
+
+Jonathan Druart <jonathan.druart@biblibre.com>
+
+**COPYRIGHT**
+
+Copyright 2014 BibLibre
+
+**LICENSE**
+
+This file is part of Koha.
+
+Koha is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 3 of the License, or (at your
+option) any later version.
+
+You should have received a copy of the GNU General Public License along
+with Koha; if not, write to the Free Software Foundation, Inc., 51
+Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+`Acquisitions <#acqcrons>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Clean up old suggestions <#cleansuggcron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/purge\_suggestions.pl
+
+Does: Removes old (defined by you) suggestions from the suggestion
+management area.
+
+`Email suggestions to process <#emailsuggestfund>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/notice\_unprocessed\_suggestions.pl
+
+Does: Generates a notice to the fund owner that there are suggestions in
+need of processing
+
+`Perl Documentation <#emailsuggestfundperl>`__
+''''''''''''''''''''''''''''''''''''''''''''''
+
+**NAME**
+
+notice\_unprocessed\_suggestions.pl - Generate notification for
+unprocessed suggestions.
+
+The budget owner will be notified.
+
+The letter template 'TO\_PROCESS' will be used.
+
+**SYNOPSIS**
+
+notice\_unprocessed\_suggestions.pl [-h\|--help] [-v\|--verbose]
+[-c\|--confirm] [--days=NUMBER\_OF\_DAYS]
+
+**OPTIONS**
+
+-h\|--help Print a brief help message
+
+-c\|--confirm This flag must be provided in order for the script to
+actually generate notices. If it is not supplied, the script will only
+report on the patron it would have noticed.
+
+--days This parameter is mandatory. It must contain an integer
+representing the number of days elapsed since the last modification of
+suggestions to process.
+
+-v\|--verbose Verbose mode.
+
+`EDI Message Processing <#edicron>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Script path: misc/cronjobs/edi\_cron.pl
+
+Does: Sends and received EDI messages
+
+Frequency: Every 15 minutes
+
+`Deprecated scripts <#deprecatedcrons>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+These should not be run without modification:
+
+Script path: misc/cronjobs/update\_items.pl
+
+Script path:misc/cronjobs/smsoverdues.pl
+
+Script path:misc/cronjobs/notifyMailsOp.pl
+
+Script path:misc/cronjobs/reservefix.pl
+
+Script path:misc/cronjobs/zebraqueue\_start.pl
+
+Web Services
+============
+
+`OAI-PMH <#OAI-PMHservice>`__
+-----------------------------
+
+For the Open Archives Initiative-Protocol for Metadata Harvesting
+(OAI-PMH) there are two groups of 'participants': Data Providers and
+Service Providers. Data Providers (open archives, repositories) provide
+free access to metadata, and may, but do not necessarily, offer free
+access to full texts or other resources. OAI-PMH provides an easy to
+implement, low barrier solution for Data Providers. Service Providers
+use the OAI interfaces of the Data Providers to harvest and store
+metadata. Note that this means that there are no live search requests to
+the Data Providers; rather, services are based on the harvested data via
+OAI-PMH.
+
+Koha at present can only act as a Data Provider. It can not harvest from
+other repositories. The biggest stumbling block to having Koha harvest
+from other repositories is that MARC is the only metadata format that
+Koha indexes natively. Visit
+http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
+OAI-PMH works.
+
+Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
+
+To enable OAI-PMH in Koha edit the `OAI-PMH <#OAI-PMH>`__ preference.
+Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl to
+see your file.
+
+`Sample OAI Conf File <#oaiconfsample>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+::
+
+           format:
+             vs:
+               metadataPrefix: vs
+               metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
+               schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
+               xsl_file: /usr/local/koha/xslt/vs.xsl
+             marcxml:
+               metadataPrefix: marxml
+               metadataNamespace: http://www.loc.gov/MARC21/slim
+    http://www.loc.gov/standards/marcxml/schema/MARC21slim
+               schema: http://www.loc.gov/MARC21/slim
+    http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
+             oai_dc:
+               metadataPrefix: oai_dc
+               metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
+               schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
+               xsl_file:
+    /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl
+
+`REST services <#Rest-services>`__
+----------------------------------
+
+Koha can now be requested by REST http requests. BibLibre wrotes an
+external module to adds more possibilities than ILS-DI can provide.There
+is no authentication process, but authorized ips are listed in the
+config file. Services have been tested in 3.10, 3.12 and 3.14 koha
+versions. You can find more information about it into README file and
+opac/rest.pl documentation on http://git.biblibre.com. If you want to
+add features, send us a patch at dev\_patches AT biblibre DOT com.
+
+Services provided in 1.4 version are:
+
+::
+
+               GET branches
+               GET user/byid/:borrowernumber/holds
+               GET user/:user_name/holds
+               GET user/byid/:borrowernumber/issues
+               GET user/:user_name/issues
+               GET user/:user_name/issues_history
+               GET user/byid/:borrowernumber/issues_history
+               GET user/today
+               GET user/all
+               POST user
+               PUT user/:user_name
+               GET biblio/:biblionumber/items
+               GET biblio/:biblionumber/holdable
+               GET biblio/:biblionumber/items_holdable_status
+               GET item/:itemnumber/holdable
+               PUT auth/change_password
+               GET /suggestions
+               GET /suggestions/:suggestionid
+               POST /suggestions
+               PUT /suggestions/:suggestionid
+               DELETE /suggestions/:suggestionid
+
+
+Using the SRU server
+====================
+
+`Using the SRU server <#usingsru>`__
+------------------------------------
+
+Koha implements the Search/Retrieve via URL (SRU) protocol. More
+information about the protocol itself can be found at
+http://www.loc.gov/standards/sru/. The version implemented is version
+1.1.
+
+`Explain <#sru_explain>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you want to have information about the implementation of SRU on a
+given server, you should have access to the Explain file using a request
+to the server without any parameter. Like
+<http://myserver.com:9999/biblios/>. The response from the server is an
+XML file that should look like the following and will give you
+information about the default settings of the SRU server.
+
+::
+
+                   <zs:explainResponse>
+                        <zs:version>1.1</zs:version>
+                        <zs:record>
+                             <zs:recordSchema>http://explain.z3950.org/dtd/2.0/</zs:recordSchema>
+                             <zs:recordPacking>xml</zs:recordPacking>
+                             <zs:recordData>
+                             <explain xml:base="zebradb/explain-biblios.xml">
+                             <!--
+                             try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
+                             -->
+                        <serverInfo protocol="SRW/SRU/Z39.50">
+                             <host>biblibre</host>
+                             <port>9999</port>
+                             <database>biblios</database>
+                        </serverInfo>
+                        <databaseInfo>
+                             <title lang="en" primary="true">Koha 3 Bibliographic SRU/SRW/Z39.50 server</title>
+                             <description lang="en" primary="true">Koha 3 Bibliographic Server</description>
+                             <links>
+                                  <sru>http://biblibre:9999</sru>
+                             </links>
+                        </databaseInfo>
+                        <indexInfo>
+                             <set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1">
+                                  <title>CQL Standard Set</title>
+                             </set>
+                             <index search="true" scan="true" sort="false">
+                             <title lang="en">CQL Server Choice</title>
+                             <map>
+                                  <name set="cql">serverChoice</name>
+                             </map>
+                        <map>
+                           <attr type="1" set="bib1">text</attr>
+                           </map>
+                      </index>
+                  <index search="true" scan="true" sort="false">
+                     <title lang="en">CQL All</title>
+                         <map>
+            <name set="cql">all</name>
+            </map>
+            <map>
+            <attr type="1" set="bib1">text</attr>
+            </map>
+            </index>
+            <!-- Record ID index -->
+            <index search="true" scan="true" sort="false">
+            <title lang="en">Record ID</title>
+            <map>
+            <name set="rec">id</name>
+            </map>
+            <map>
+            <attr type="1" set="bib1">rec:id</attr>
+            <attr type="4" set="bib1">3</attr>
+            </map>
+            </index>
+
+
+`Search <#sru_search>`__
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+This url :
+http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs
+is composed of the following elements:
+
+-  base url of the SRU server : http://myserver.com:9999/biblios?
+
+-  search part with the 3 required parameters : version, operation and
+   query. The parameters within the search part should be of the
+   key=value form, and can be combined with the & character.
+
+One can add optional parameters to the query, for instance
+maximumRecords indicating the maximum number of records to be returned
+by the server. So
+http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs&maximumRecords=5
+will only get the first 5 results results from the server.
+
+http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation.html
+gives more details about the search operations and in particular the
+list of optional parameters for searching.
+
+`More details about Search <#sru_search_more_details>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The "operation" key can take two values: scan or searchRetrieve.
+
+If operation=searchRetrieve, then the search key should be query. As in
+: operation=searchRetrieve&query=reefs
+
+If operation=scan, then the search key should be scanClause. As in :
+operation=scan&scanClause=reefs
+
+etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes that exist
+on your system. For instance you'll see that we have indexes for Subject
+and for Title: att 21 Subject and att 4 Title respectively.
+
+In the pqf.properties file located under etc/zebradb/pqf.properties I
+see that an access point already uses my Subject index (index.dc.subject
+= 1=21) while another uses my Title index (index.dc.title = 1=4) I know
+this is my Subject index because as I've seen just before in my bib1.att
+file, it's called with =1=21 in Z3950: so index.dc.subject = 1=21
+correctly points to my Subject index. And Title was called with 1=4 so
+index.dc.title = 1=4 correctly points to my Title index. I can now
+construct my query just like I would in a search box, just preceding it
+with the "query" key: query=Subject=reefs and Title=coral searches
+"reefs" in the subject and "coral" in the title. The full url would be
+http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
+and Title=coral If I want to limit the result set to just 5 records, I
+can do
+http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
+and Title=coral&maximumRecords=5
+
+I can also play with truncate, relations, etc. Those are also defined in
+my pqf.properties file. I can see for instance the position properties
+defined as:
+
+::
+
+                   position.first              = 3=1 6=1
+                  # "first in field"
+                   position.any                = 3=3 6=1
+                     # "any position in field"
+
+
+So as an example if I want "coral" to be at the beginning of the title,
+I can do this query :
+http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Title=coral
+first
+
+`Retrieve <#sru_retrieve>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+My search for
+http://univ\_lyon3.biblibre.com:9999/biblios?version=1.1&operation=searchRetrieve&query=coral
+reefs&maximumRecords=1 retrieves just on record. The response looks like
+this:
+
+::
+
+              <zs:searchRetrieveResponse>
+    <zs:version>1.1</zs:version>
+    <zs:numberOfRecords>1</zs:numberOfRecords>
+    <zs:records>
+    <zs:record>
+    <zs:recordPacking>xml</zs:recordPacking>
+    <zs:recordData>
+    <record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd">
+    <leader> cam a22 4500</leader>
+    <datafield tag="010" ind1=" " ind2=" ">
+    <subfield code="a">2-603-01193-6</subfield>
+    <subfield code="b">rel.</subfield>
+    <subfield code="d">159 F</subfield>
+    </datafield>
+    <datafield tag="020" ind1=" " ind2=" ">
+    <subfield code="a">FR</subfield>
+    <subfield code="b">00065351</subfield>
+    </datafield>
+    <datafield tag="101" ind1="1" ind2=" ">
+    <subfield code="c">ita</subfield>
+    </datafield>
+    <datafield tag="105" ind1=" " ind2=" ">
+    <subfield code="a">a z 00|y|</subfield>
+    </datafield>
+    <datafield tag="106" ind1=" " ind2=" ">
+    <subfield code="a">r</subfield>
+    </datafield>
+    <datafield tag="100" ind1=" " ind2=" ">
+    <subfield code="a">20091130 frey50 </subfield>
+    </datafield>
+    <datafield tag="200" ind1="1" ind2=" ">
+    <subfield code="a">Guide des récifs coralliens / A Guide to Coral Reefs</subfield>
+    <subfield code="b">Texte imprimé</subfield>
+    <subfield code="e">la faune sous-marine des coraux</subfield>
+    <subfield code="f">A. et A. Ferrari</subfield>
+    </datafield>
+    <datafield tag="210" ind1=" " ind2=" ">
+    <subfield code="a">Lausanne</subfield>
+    <subfield code="a">Paris</subfield>
+    <subfield code="c">Delachaux et Niestlé</subfield>
+    <subfield code="d">cop. 2000</subfield>
+    <subfield code="e">impr. en Espagne</subfield>
+    </datafield>
+    <datafield tag="215" ind1=" " ind2=" ">
+    <subfield code="a">287 p.</subfield>
+    <subfield code="c">ill. en coul., couv. ill. en coul.</subfield>
+    <subfield code="d">20 cm</subfield>
+    </datafield>
+    ......
+    <idzebra>
+    <size>4725</size>
+    <localnumber>2</localnumber>
+    <filename>/tmp/nw10BJv9Pk/upd_biblio/exported_records</filename>
+    </idzebra>
+    </record>
+    </zs:recordData>
+    <zs:recordPosition>1</zs:recordPosition>
+    </zs:record>
+    </zs:records>
+    </zs:searchRetrieveResponse>
+
+
+
+New titles slider for OPAC
+==========================
+
+Often times libraries will want to add a flowing widget with new
+materials at the library to their main public catalog page. To do this
+you can use a widget from any number of services (usually for a cost) or
+you can `enable plugins <#pluginsystem>`__ in Koha and use the `Cover
+Flow
+plugin <http://git.bywatersolutions.com/koha-plugins.git/shortlog/refs/heads/cover_flow>`__
+which is based on the
+`Flipster <https://github.com/drien/jquery-flipster>`__, a responsive
+jQuery coverflow plugin.
+
+Once the plugin is installed, the steps to get your coverflow to show up
+are as follows:
+
+First, you need to create one or more public reports for your coverflow
+widget or widgets to be based on. This is how the plugin knows what the
+content of your widget should contain. Each report needs only three
+columns; title, biblionumber, and isbn. It is important that you have a
+good and valid isbn, as that is the datum used to actually fetch the
+cover. In the iteration of the plugin, we are using Amazon cover images,
+but I believe in the end I will make the cover image fetcher
+configurable so we can use any data source for cover image fetching.
+
+Second, we need to configure the plugin. The plugin configuration is a
+single text area that uses YAML ( actually, it’s JSON, whcih is a subset
+of YAML ) to store the configuration options. In this example it looks
+like this:
+
+::
+
+    - id: 42
+      selector: #coverflow
+      options:
+      style: coverflow
+
+In this example, we are telling the plugin to use the report with id 42,
+and use it to create a coverflow widget to replace the HTML element with
+the id “coverflow”. The options list is passed directly to Flipster, so
+any options supported by Flipster can be set from the plugin
+configuration! In fact, in addition to the traditional coverflow,
+Flipster has a “carousel” mode which is a much more compact version of
+the coverflow. You can also configure which cover the widget will start
+on, among other options.
+
+At the time the plugins options are saved or updated, the plugin will
+then generate some minified JavaScript code that is automatically stored
+in the Koha system preference OPACUserJS. Here is an example of the
+output:
+
+::
+
+    /* JS for Koha CoverFlow Plugin
+     This JS was added automatically by installing the CoverFlow plugin
+     Please do not modify */$(document).ready(function(){$.getScript("/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/js/jquery.flipster.min.js",function(data,textStatus,jqxhr){$("head").append("<link id='flipster-css' href='/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/css/jquery.flipster.min.css' type='text/css' rel='stylesheet' />");$('#coverflow').load("/coverflow.pl?id=42",function(){var opt={'items':'.item','minfactor':15,'distribution':1.5,'scalethreshold':0,'staticbelowthreshold':false,'titleclass':'itemTitle','selectedclass':'selectedItem','scrollactive':true,'step':{'limit':4,'width':10,'scale':true}};$('#coverflow').flipster({style:'coverflow',});});});});
+    /* End of JS for Koha CoverFlow Plugin */
+
+Why do this? For speed! Rather than regenerating this code each and
+every time the page loads, we can generate it once, and use it over and
+over again.
+
+If you inspect the code closely, you’ll notice it references a script
+“coverflow.pl”. This is a script that is included with the coverflow
+plugin. Since we need to access this from the OPAC ( and we don’t want
+to set off any XSS attack alarms ), we need to modify the web server
+configuration for the public catalog and add the followup to it:
+
+::
+
+    ScriptAlias /coverflow.pl "/var/lib/koha/mykoha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl"
+
+This line gives us access to the coverflow.pl script from the OPAC. This
+script retrieves the report data and passes it back to the public
+catalog for creating the coverflow widget. Koha::Cache is supported in
+order to make the widget load as quickly as possible!
+
+The final step is to put your selector element somewhere in your public
+catalog. In this example, I put the following in the system preference
+OpacMainUserBlock:
+
+::
+
+    <span id="coverflow">Loading...</span>
+
+Once that is in place, you need only refresh your OPAC page, and there
+you have it, your very own catalog coverflow widget! Not only do these
+coverflows look great on a computer screen, but they look great on
+mobile platforms as well, and are even touch responsive!Coverflow Widget
+
+System Preference Defaults
+==========================
+
+`ISBD Defaults <#isbddefaults>`__
+---------------------------------
+
+Default values for the `ISBD <#isbdpref>`__ preference.
+
+`MARC Default <#isbddefault>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
+}{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
+}{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
+}\|<br/><br/>
+
+#245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
+245h }\|
+
+#246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
+}\|
+
+#242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
+
+#245\|\|{ 245c }\|
+
+#242\|\|{ = 242c }\|
+
+#250\| - \|{ 250a }{ 250b }\|
+
+#254\|, \|{ 254a }\|
+
+#255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }\|
+
+#256\|, \|{ 256a }\|
+
+#257\|, \|{ 257a }\|
+
+#258\|, \|{ 258a }{ 258b }\|
+
+#260\| - \|{ 260a }{ 260b }{ 260c }\|
+
+#300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
+
+#306\| - \|{ 306a }\|
+
+#307\| - \|{ 307a }{ 307b }\|
+
+#310\| - \|{ 310a }{ 310b }\|
+
+#321\| - \|{ 321a }{ 321b }\|
+
+#340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
+340h }{ 340i }\|
+
+#342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
+342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
+342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
+
+#343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
+343h }{ 343i }\|
+
+#351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
+
+#352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
+352i }{ 352q }\|
+
+#362\| - \|{ 362a }{ 351z }\|
+
+#440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|.
+
+#490\| - \|{ 490a }{ 490v }{ 490x }\|.
+
+#800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
+800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
+800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
+
+#810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
+810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
+810t }{ 810u }{ 810v }\|.
+
+#811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
+811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
+}\|.
+
+#830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
+830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
+
+#500\|<br/><br/>\|{ 5003 }{ 500a }\|
+
+#501\|<br/><br/>\|{ 501a }\|
+
+#502\|<br/><br/>\|{ 502a }\|
+
+#504\|<br/><br/>\|{ 504a }\|
+
+#505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
+
+#506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
+
+#507\|<br/><br/>\|{ 507a }{ 507b }\|
+
+#508\|<br/><br/>\|{ 508a }{ 508a }\|
+
+#510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
+
+#511\|<br/><br/>\|{ 511a }\|
+
+#513\|<br/><br/>\|{ 513a }{513b }\|
+
+#514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
+}{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
+
+#515\|<br/><br/>\|{ 515a }\|
+
+#516\|<br/><br/>\|{ 516a }\|
+
+#518\|<br/><br/>\|{ 5183 }{ 518a }\|
+
+#520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
+
+#521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
+
+#522\|<br/><br/>\|{ 522a }\|
+
+#524\|<br/><br/>\|{ 524a }\|
+
+#525\|<br/><br/>\|{ 525a }\|
+
+#526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
+}\|
+
+#530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
+}\|
+
+#533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
+}{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
+
+#534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
+}{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
+}\|
+
+#535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
+
+#538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
+
+#540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
+}\|
+
+#544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
+}{\\n544e }{\\n544n }\|
+
+#545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
+
+#546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
+
+#547\|<br/><br/>\|{\\n547a }\|
+
+#550\|<br/><br/>\|{ 550a }\|
+
+#552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
+}{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
+}{ 552p }{ 552u }\|
+
+#555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
+
+#556\|<br/><br/>\|{ 556a }{ 506z }\|
+
+#563\|<br/><br/>\|{ 5633 }{ 563a }{ 563u }\|
+
+#565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
+
+#567\|<br/><br/>\|{ 567a }\|
+
+#580\|<br/><br/>\|{ 580a }\|
+
+#581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
+
+#584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
+
+#585\|<br/><br/>\|{ 5853 }{ 585a }\|
+
+#586\|<br/><br/>\|{ 5863 }{ 586a }\|
+
+#020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
+
+#022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
+
+#222\| = \|{ 222a }{ 222b }\|
+
+#210\| = \|{ 210a }{ 210b }\|
+
+#024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
+0242 }\|
+
+#027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
+
+#028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
+
+#013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
+013d }{ 013e }{ 013f }\|
+
+#030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
+
+#037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
+}{ 037g }{ 037n }\|
+
+#010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
+
+#015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
+
+#016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
+0162 }\|
+
+#600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
+}{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
+}{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
+}{ 600u }{--600x}{--600z}{--600y}{--600v}\|
+
+#610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
+}{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
+}{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
+}{ 610u }{--610x}{--610z}{--610y}{--610v}\|
+
+#611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
+}{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
+}{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
+}{ 611u }{--611x}{--611z}{--611y}{--611v}\|
+
+#630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
+630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
+630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
+}{--630x}{--630z}{--630y}{--630v}\|
+
+#648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
+}{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
+
+#650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
+}{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
+}{--650x}{--650z}{--650y}{--650v}\|
+
+#651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
+}{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
+}{--651x}{--651z}{--651y}{--651v}\|
+
+#653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
+
+#654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
+}{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
+
+#655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
+}{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
+
+#656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
+}{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
+
+#657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
+}{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
+
+#658\|<br/><br/><label>Index Terms--Curriculum Objective:
+</label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
+
+#050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
+
+#082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
+
+#080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
+080x }{ / 080b }\|
+
+#070\|<br/><br/><label>National Agricultural Library Call No.:
+</label>\|{ 070a }{ / 070b }\|
+
+#060\|<br/><br/><label>National Library of Medicine Call No.:
+</label>\|{ 060a }{ / 060b }\|
+
+#074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
+
+#086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
+
+#088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
+
+`UNIMARC Default <#unimarcdefault>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#200\|<h2>Title : \|{200a}{. 200c}{ : 200e}{200d}{. 200h}{. 200i}\|</h2>
+
+#461\|<label class="ipt">A part of : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=461t&idx=ti}">{461t}</a>{N∞
+461h} {v. 461v}{(461d)}<br/>\|
+
+#200b\|<label class="ipt">Material Designation : </label>\| {200b
+}\|<br/>
+
+#101a\|<label class="ipt">Language(s): </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=101a&idx=ln}">{101a}</a>\|<br/>
+
+#200f\|<label class="ipt">Authors : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200f&idx=au}">{200f
+; }</a>\|<br/>
+
+#200g\|<label class="ipt">Co-authors : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200g&idx=au}">{200g
+; }</a>\|<br/>
+
+#210a\|<br/><label class="ipt">Place of pubblication : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pl&q={210a}">{210a}</a>\|<br/>
+
+#210c\|<label class="ipt">Publisher : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pb&q={210c}">{210c
+; }</a>\|<br/>
+
+#210d\|<label class="ipt">Date of pubblication : </label>\|{
+210d}\|<br/>
+
+#215\|<label class="ipt">Description : </label>\|{215a}{ : 215c}{ ;
+215d}{ + 215e}\|<br/>
+
+#225a\|<label class="ipt">Series :</label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=225a&idx=se}">{225a
+;}</a> \|
+
+#225\|\|{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
+225v}\|<br/>
+
+#686\|<label>Classification : </label>\|{ 686a }\|<br/>
+
+#608\|<label>Form, Genre : </label>\|<a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={608a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {608a}">{ 608a}</a>\|<br/><br/>
+
+#200\|\|<label class="ipt">Subjects : </label><br/>\|<ul>
+
+#600\|<label class="ipt">Person(s) </label><br/> \|<li><a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={600a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {600a}">{ 600a}</a></li>\|<br/>
+
+#601\|<label class="ipt">Organisation(s) </label><br/>\|<li><a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={601a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {601a}">{ 601a}</a></li>\|<br/>
+
+#606\|<label class="ipt">Term(s) </label><br/>\|<li><a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={606a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {606a}">{ 606a}</a></li>\|<br/>
+
+#607\|<label class="ipt">Place(s) </label><br/>\|<li><a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={607a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {607a}">{ 607a}</a></li>\|<br/>
+
+#610\|<label>Keywords</label><br/>\|<li><a
+href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={610a}"><img
+border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
+title="Search on {610a}">{ 610a}</a></li>\|
+
+#200\|\|</ul>\|
+
+#856\|<label class="ipt">Electronic resource : </label>\|<a
+href="{856u}">click here</a> to go to the external resource<br/>
+
+#010\|<label class="ipt">ISBN : </label>\|{010a ;}\|<br/>
+
+#011\|<label class="ipt">ISSN : </label>\|{011a ;}\|<br/>
+
+#200\|\|<label class="ipt">Notes : </label>\|<br/><ul>
+
+#300\|\|<li>{300a}</li>\|
+
+#307\|\|<li>{307a}</li>\|
+
+#310\|\|<li>{310a}</li>\|
+
+#326\|\|<li>{326a}</li>\|
+
+#327\|\|<li>{327a}</li>\|
+
+#333\|<li>Public : \|{333a}</li>\|
+
+#200\|\|</ul>\|
+
+#330\|\|<label class="ipt">Abstract : </label>\|<br/>
+
+#330\|\|{330a}\|<br/>
+
+#200\|\|<br/><h2>Items</h2>\|
+
+#200\|<table>\|<th>Call number</th><th>Copy
+note</th><th>Fonds</th><th>Genre detail</th><th>Circulation
+type</th><th>Barcode</th>\|
+
+#995\|\|<tr><td> {995k}</td><td> {995u}</td><td>
+{995y}</td><td>{995e}  </td><td>
+{995o}</td><td>{995f}</td></tr>\|</table>
+
+`OPACISBD Defaults <#opacisbddefaults>`__
+-----------------------------------------
+
+Default values for the `OPACISBD <#OPACISBD>`__ preference.
+
+`MARC <#opacisbdmarcdefault>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
+}{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
+}{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
+}\|<br/><br/>
+
+#245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
+245h }\|
+
+#246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
+}\|
+
+#242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
+
+#245\|\|{ 245c }\|
+
+#242\|\|{ = 242c }\|
+
+#250\| - \|{ 250a }{ 250b }\|
+
+#254\|, \|{ 254a }\| #255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{
+255f }{ 255g }\| #256\|, \|{ 256a }\|
+
+#257\|, \|{ 257a }\|
+
+#258\|, \|{ 258a }{ 258b }\|
+
+#260\| - \|{ 260a }{ 260b }{ 260c }\|
+
+#300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
+
+#306\| - \|{ 306a }\| #307\| - \|{ 307a }{ 307b }\|
+
+#310\| - \|{ 310a }{ 310b }\|
+
+#321\| - \|{ 321a }{ 321b }\|
+
+#340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
+340h }{ 340i }\|
+
+#342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
+342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
+342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
+
+#343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
+343h }{ 343i }\|
+
+#351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
+
+#352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
+352i }{ 352q }\|
+
+#362\| - \|{ 362a }{ 351z }\|
+
+#440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|. #490\| - \|{ 490a
+}{ 490v }{ 490x }\|.
+
+#800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
+800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
+800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
+
+#810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
+810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
+810t }{ 810u }{ 810v }\|.
+
+#811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
+811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
+}\|.
+
+#830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
+830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
+
+#500\|<br/><br/>\|{ 5003 }{ 500a }\|
+
+#501\|<br/><br/>\|{ 501a }\|
+
+#502\|<br/><br/>\|{ 502a }\|
+
+#504\|<br/><br/>\|{ 504a }\|
+
+#505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
+
+#506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
+
+#507\|<br/><br/>\|{ 507a }{ 507b }\| #508\|<br/><br/>\|{ 508a }{ 508a
+}\|
+
+#510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
+
+#511\|<br/><br/>\|{ 511a }\|
+
+#513\|<br/><br/>\|{ 513a }{513b }\|
+
+#514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
+}{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
+
+#515\|<br/><br/>\|{ 515a }\|
+
+#516\|<br/><br/>\|{ 516a }\|
+
+#518\|<br/><br/>\|{ 5183 }{ 518a }\|
+
+#520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
+
+#521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
+
+#522\|<br/><br/>\|{ 522a }\|
+
+#524\|<br/><br/>\|{ 524a }\|
+
+#525\|<br/><br/>\|{ 525a }\|
+
+#526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
+}\|
+
+#530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
+}\|
+
+#533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
+}{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
+
+#534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
+}{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
+}\|
+
+#535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
+
+#538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
+
+#540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
+}\|
+
+#544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
+}{\\n544e }{\\n544n }\|
+
+#545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
+#546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
+
+#547\|<br/><br/>\|{\\n547a }\| #550\|<br/><br/>\|{ 550a }\|
+
+#552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
+}{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
+}{ 552p }{ 552u }\|
+
+#555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
+
+#556\|<br/><br/>\|{ 556a }{ 506z }\| #563\|<br/><br/>\|{ 5633 }{ 563a }{
+563u }\|
+
+#565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
+
+#567\|<br/><br/>\|{ 567a }\|
+
+#580\|<br/><br/>\|{ 580a }\|
+
+#581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
+
+#584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
+
+#585\|<br/><br/>\|{ 5853 }{ 585a }\|
+
+#586\|<br/><br/>\|{ 5863 }{ 586a }\|
+
+#020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
+
+#022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
+
+#222\| = \|{ 222a }{ 222b }\|
+
+#210\| = \|{ 210a }{ 210b }\|
+
+#024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
+0242 }\|
+
+#027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
+
+#028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
+
+#013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
+013d }{ 013e }{ 013f }\|
+
+#030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
+
+#037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
+}{ 037g }{ 037n }\|
+
+#010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
+
+#015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
+
+#016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
+0162 }\|
+
+#600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
+}{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
+}{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
+}{ 600u }{--600x}{--600z}{--600y}{--600v}\|
+
+#610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
+}{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
+}{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
+}{ 610u }{--610x}{--610z}{--610y}{--610v}\|
+
+#611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
+}{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
+}{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
+}{ 611u }{--611x}{--611z}{--611y}{--611v}\|
+
+#630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
+630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
+630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
+}{--630x}{--630z}{--630y}{--630v}\|
+
+#648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
+}{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
+#650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
+}{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
+}{--650x}{--650z}{--650y}{--650v}\|
+
+#651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
+}{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
+}{--651x}{--651z}{--651y}{--651v}\|
+
+#653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
+
+#654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
+}{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
+
+#655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
+}{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
+
+#656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
+}{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
+
+#657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
+}{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
+
+#658\|<br/><br/><label>Index Terms--Curriculum Objective:
+</label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
+
+#050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
+
+#082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
+
+#080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
+080x }{ / 080b }\|
+
+#070\|<br/><br/><label>National Agricultural Library Call No.:
+</label>\|{ 070a }{ / 070b }\|
+
+#060\|<br/><br/><label>National Library of Medicine Call No.:
+</label>\|{ 060a }{ / 060b }\|
+
+#074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
+
+#086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
+
+#088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
+
+Configuring Receipt Printers
+============================
+
+The following instructions are for specific receipt printers, but can
+probably be used to help with setup of other brands as well.
+
+`For Epson TM-T88III (3) & TM-T88IV (4) Printers <#epsonprinters>`__
+--------------------------------------------------------------------
+
+`In the Print Driver <#epsonprintdriver>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+For these instructions, we are using version 5,0,3,0 of the Epson
+TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
+Register at the `EpsonExpert Technical Resource Center
+website <https://www.epsonexpert.com/login>`__ to gain access to the
+drivers; go to Technical Resources, then choose the printer model from
+the Printers drop-down list.
+
+Click Start > Printers and Faxes > Right click the receipt printer >
+Properties:
+
+-  Advanced Tab, click Printing Defaults button
+
+-  Layout Tab: Paper size: Roll Paper 80 x 297mm
+
+-  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
+   Width
+
+-  TM-T88IV: Check Reduced Size Print; Click OK on the popup window that
+   appears. Fit to Printable Width should be automatically selected.
+
+-  OK your way out of there.
+
+`In Firefox <#epsonfirefox>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Under File > Page Setup:
+
+-  Shrink to fit page on Format & Options tab
+
+-  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
+   receipts use all available space on the paper roll.
+
+-  Set all Headers/Footers to -blank-. This removes all of the gunk you
+   might normally find on a print from Firefox, such as the URL, number
+   of pages, etc.
+
+-  Click OK
+
+Set the default printer settings in Firefox so you don't see a "Print"
+dialog:
+
+-  Go to File > Print
+
+-  Set the Printer to the receipt printer.
+
+-  Click the Advanced (or Properties) button
+
+-  Layout Tab: Paper size: Roll Paper 80 x 297mm
+
+-  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
+   Width
+
+-  TM-T88IV: Check Reduced Size Print; click OK on the popup window that
+   appears. Fit to Printable Width should be automatically selected.
+
+-  OK your way out, go ahead and print whatever page you are on.
+
+-  Type about:config, in the address bar. Click "I'll be careful, I
+   promise!" on the warning message.
+
+-  Type, print.always in Filter.
+
+-  Look for print.always\_print\_silent.
+
+   -  If the preference is there then set the value to true.
+
+-  If the preference is not there (and it shouldn't be in most browsers)
+   you have to add the preference.
+
+   -  Right click the preference area and select New > Boolean
+
+   -  Type print.always\_print\_silent in the dialog box and set the
+      value to True. This sets the print settings in Firefox to always
+      use the same settings and print without showing a dialog box.
+
+    **Warning**
+
+    Setting the print.always\_print\_silent setting in about:config
+    DISABLES the ability to choose a printer in Firefox.
+
+`For Epson TM-T88II (2) Printers <#epson2>`__
+---------------------------------------------
+
+Register at the `EpsonExpert Technical Resource Center
+website <https://www.epsonexpert.com/login>`__ to gain access to the
+drivers; go to Technical Resources, then choose the printer model from
+the Printers drop-down list.
+
+`In Firefox <#epson2firefox>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Under File > Page Setup:
+
+-  Shrink to fit page on Format & Options tab
+
+-  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
+   receipts use all available space on the paper roll.
+
+-  Set all Headers/Footers to -blank-. This removes all of the gunk you
+   might normally find on a print from Firefox, such as the URL, number
+   of pages, etc.
+
+-  Click OK
+
+Set the default printer settings in Firefox so you don't see a "Print"
+dialog:
+
+-  Go to File > Print
+
+-  Set the Printer to the receipt printer.
+
+-  Print whatever page you are on.
+
+-  Type about:config, in the address bar. Click "I'll be careful, I
+   promise!" on the warning message.
+
+-  Type, print.always in Filter.
+
+-  Look for, print.always\_print\_silent.
+
+   -  If the preference is there then set the value to true.
+
+-  If the preference is not there (and it shouldn't be in most browsers)
+   you have to add the preference.
+
+   -  Right click the preference area and select New > Boolean
+
+   -  Type, print.always\_print\_silent in the dialog box and set the
+      value to True. This sets the print settings in Firefox to always
+      use the same settings and print without showing a dialog box.
+
+    **Warning**
+
+    Setting the print.always\_print\_silent setting in about:config
+    DISABLES the ability to choose a printer in Firefox.
+
+`For Star SP542 Printers <#starprinter>`__
+------------------------------------------
+
+`Installing the Printer <#installstarprinter>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+While the following comments are based on the Star SP542 receipt
+printer, they probably apply to all printers in the SP5xx series.
+
+The Star SP542 receipt printer works well with Koha and **Firefox on
+Windows XP SP3**. This printer, with either the parallel or USB
+interface, is fairly easy to install and configure. You will need the
+following executable file which is available from numerous places on the
+Internet:
+
+linemode\_2k-xp\_20030205.exe
+
+This executable actually does all of the installation; you will not need
+to use the Microsoft Windows "Add Printer" program. We recommend that
+when installing, the option for the software monitor not be selected; we
+have experienced significant pauses and delays in printing with it.
+Instead, simply choose to install the receipt printer without the
+monitor.
+
+Additionally, the install program may not put the printer on the correct
+port, especially if using the USB interface. This is easily corrected by
+going to "Start -> Printers and Faxes -> Properties for the SP542
+printer -> Ports", then check the appropriate port.
+
+A reboot may be required, even if not indicated by the installation
+software or the operating system.
+
+**Windows 7** users should refer to this page:
+http://www.starmicronics.com/supports/win7.aspx.
+
+`Configuring Firefox to Print to Receipt Printer <#firefoxreceipt>`__
+---------------------------------------------------------------------
+
+-  Open File > Page Setup
+
+-  Make all the headers and footers blank
+
+-  Set the margins to 0 (zero)
+
+-  In the address bar of Firefox, type about:config
+
+-  Search for print.always\_print\_silent and double click it
+
+-  Change it from false to true
+
+   -  This lets you skip the Print pop up box that comes up, as well as
+      skipping the step where you have to click OK, automatically
+      printing the right sized slip.
+
+-  If print.always\_print\_silent does not come up
+
+   -  Right click on a blank area of the preference window
+
+   -  Select new > Boolean
+
+   -  Enter "print.always\_print\_silent" as the name (without quotes)
+
+   -  Click OK
+
+   -  Select true for the value
+
+-  You may also want to check what is listed for print.print\_printer
+
+   -  You may have to choose Generic/Text Only (or whatever your receipt
+      printer might be named)
+
+Notice & Slips Guides
+=====================
+
+`Field Guide for Notices & Slips <#noticesfieldguide>`__
+--------------------------------------------------------
+
+This guide will break down the notices and slips information in 3 ways.
+First it will tell you what file generates the notice, then how you will
+present the item info in that notice and finally if the notice can be
+branch specific or not.
+
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| Letter Code         | Used In                    | Detail tag                            | Can be branch specific   |
++=====================+============================+=======================================+==========================+
+| DUE                 | advance\_notices.pl        | <<items.content>>                     | No                       |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| DUEDGST             | advance\_notices.pl        | <<items.content>>                     | No                       |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| PREDUE              | advance\_notices.pl        | <<items.content>>                     | No                       |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| PREDUEDGST          | advance\_notices.pl        | <<items.content>>                     | No                       |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| ODUE\*              | overdue\_notices.pl        | <<items.content>> or <item> </item>   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| CHECKOUT            | C4/Circulation.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| RENEWAL             | C4/Circulation.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| TRANSFERSLIP        | C4/Circulation.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| ISSUESLIP           | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
+|                     |                            |                                       |                          |
+|                     |                            | <overdue> </overdue>                  |                          |
+|                     |                            |                                       |                          |
+|                     |                            | <news> </news>                        |                          |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| ISSUEQSLIP          | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| HOLDPLACED          | C4/Reserves.pm             | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| RESERVESLIP         | C4/Reserves.pm             | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| ASKED               | C4/Suggestions.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| CHECKED             | C4/Suggestions.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| ACCEPTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| REJECTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+| OPAC\_REG\_VERIFY   | opac/opac-memberentry.pl   | N/A                                   | No                       |
++---------------------+----------------------------+---------------------------------------+--------------------------+
+
+Example Notice
+==============
+
+Nicole Engard
+
+410 Library Rd.
+
+Philadelphia, PA 19107
+
+Dear Nicole Engard (23529000035726),
+
+According to our records, at the time of this notice, you have items
+that are overdue. Please return or renew them as soon as possible to
+avoid increasing late fines.
+
+If you have registered a password with the library, you may use it with
+your library card number to renew online.
+
+If you believe you have returned the items below please call at and
+library staff will be happy to help resolve the issue.
+
+The following item(s) are currently overdue:
+
+07/08/2008 Creating drug-free schools and communities : 502326000054
+Fox, C. Lynn.
+
+06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.
+
+Sincerely, Library Staff
+
+Sample Serials
+==============
+
+`Reader's Digest (0034-0375) <#readersdigestsample>`__
+------------------------------------------------------
+
+-  Published 12 times a year (monthly)
+
+-  The Volume number changes every 6 months and the numbers continues on
+   (requires an advanced pattern).
+
+   Sample Reader's Digest Subscription
+   |image1069|
+
+`People Weekly (1076-0091) <#peoplesample>`__
+---------------------------------------------
+
+-  Published weekly
+
+   -  The website says "on Saturday except the first week of August,
+      Thanksgiving week, the first and last weeks of the year" but this
+      does not match the pattern for 2007 or 2008
+
+-  In the Jul-Dec there are 26 issues
+
+-  In the Jan-Jun there are 25 issues (no issue for the first week of
+   January)
+
+Since the irregularity on the first # 26 does not skip a week, this
+would be set up as to roll over on issue 25. The 26th issue in the
+second half of the year would have to be received as a supplemental.
+
+The irregularity check will complain that 52 issues were expected, but
+25 entered. The current irregularity check can only check that the first
+position of the numbering pattern matches the expected issue count of
+the periodicity. But we do need to trigger the rollover on the volume,
+so we need to define the last two weeks of the year as irregularities.
+So we receive 50 issues the first 50 weeks, then one supplemental issue
+in week 51, which we have to define the enumeration for, then the next
+predicted issue will be the following year's first week.
+
+`Et-Mol <#hebrewserialsample>`__
+--------------------------------
+
+This journal is published with the following rules:
+
+-  6 issues a year (every 2 months)
+
+-  year changes every 6 issues
+
+-  we start in 2011
+
+-  the issue number goes up indefinitely
+
+-  starting from issue 215
+
+The planning would look like this:
+
+Sample for this Hebrew Journal
+|image1070|
+
+`Backpacker (0277-867X) <#backpackerserial>`__
+----------------------------------------------
+
+Published 9 times a year irregularly. The issues continues while the
+volume and number rolls over every 9 issues. If you're holding Volume
+41, Number 3, Issue 302 in your hand the prediction would look like
+this:
+
+Backpacker numbering pattern
+|image1071|
+
+And the received issues would number like this:
+
+v. 41, no. 3, iss. 302  
+
+v. 41, no. 4, iss. 303
+
+v. 41, no. 5, iss. 304
+
+v. 41, no. 6, iss. 305
+
+v. 41, no. 7, iss. 306
+
+v. 41, no. 8, iss. 307
+
+v. 41, no. 9, iss. 308
+
+v. 42, no. 1, iss. 309
+
+v. 42, no. 2, iss. 310
+
+v. 42, no. 3, iss. 311
+
+v. 42, no. 4, iss. 312
+
+`Keats-Shelley Journal (0453-4387) <#keatsserial>`__
+----------------------------------------------------
+
+This journal is published once per year in July.  The numbering follows
+this pattern:  
+
+-  Vol. 61 2013
+
+-  Vol. 62 2014
+
+-  Vol. 63 2015
+
+Setup should look like this (if you're starting in July 2014):
+
+Serial planning
+|image1072|
+
+`Computers in Libraries (1041-7915) <#cilserial>`__
+---------------------------------------------------
+
+Computers in Libraries is published ten times per year (monthly with
+January/February and July/August combined issues).
+
+Subscription details
+|image1073|
+
+Serial Planning
+|image1074|
+
+Received details
+|image1075|
+
+Sample List & Cart Emails
+=========================
+
+`Example Email from List <#examplelistemail>`__
+-----------------------------------------------
+
+Below is an example of an email from a list in Koha.
+
+::
+
+    Hi,
+
+    Here is your list called If You Like Jodi Picoult, sent from our online catalog.
+
+    Please note that the attached file is a MARC bibliographic records file
+    which can be imported into a Personal Bibliographic Software like EndNote,
+    Reference Manager or ProCite.
+    ---------------------------------------------
+
+    Home safe : a novel /
+
+    by Berg, Elizabeth.
+
+    Published by: Random House,, 260 p. ;, 25 cm.
+    Copyright year: 2009
+    LCCN:   2008049247
+    In the online catalog:
+        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12113
+    Items :
+        North Branch FIC (FIC Ber) TVSN500088894O
+        Main Library FIC (FIC Boh) TVSN5000921548
+        South Branch FIC (FIC Boh) TVSN500092156A
+        West Branch FIC (FIC Boh) TVSN5000921559
+
+    ---------------------------------------------
+
+    Half a heart /
+
+    by Brown, Rosellen.
+
+    Published by: Farrar, Straus, and Giroux,, 402 p. ;, 24 cm.
+    Copyright year: 2000
+    LCCN:    00022926
+    In the online catalog:
+        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12501
+    Items :
+        East Branch  (813/.54)
+        South Branch FIC (FIC Bro) TVSN5000451333
+
+`Example Email from Cart <#examplecartemail>`__
+-----------------------------------------------
+
+Below is a sample of what an email from the Cart in Koha will look like:
+
+::
+
+    Hi,
+
+       Joaquin D'Planque sent you a cart from our online catalog.
+
+       Please note that the attached file is a MARC bibliographic records
+       file which can be imported into personal bibliographic software like
+       EndNote, Reference Manager or ProCite.
+
+       ---------------------------------------------------------------------
+
+
+         1.  Book /
+           Author(s): Brookfield, Karen. ;
+           Published by: Knopf : | Distributed by Random House, , 63 p. : ,
+           29 cm.
+           Copyright year: 1993
+           Notes : Includes index.
+           LCCN: 93018833 /AC
+
+           In online catalog:
+           http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=31644
+
+           Items:
+
+             *  East Branch (JNF 002 Bro) TVSN500017618A
+
+           -----------------------------------------------------------------
+
+         2.  The 1965 World book year book :
+
+           Published by: Field Enterprises Educational Corp., , 628 p. : , 26
+           cm.
+           Copyright year: 1965
+           Notes : Includes index. | Spine title: Year book, 1965. | Cover
+           title: The World book year book, 1965.
+           URL:
+           http://www.archive.org/details/1965worldbookyea00chic%20%7C%20http://www.openlibrary.org/books/OL24199089M
+
+           In online catalog:
+           http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=88666
+
+           -----------------------------------------------------------------
+
+Using Koha as a Content Management System (CMS)
+===============================================
+
+`Setup <#kohacmssetup>`__
+-------------------------
+
+These are instructions for taking a default install of Koha and allowing
+it to function as a little content management system. This will allow a
+library to publish an arbitrary number of pages based on a template.
+This example uses the template for the main opac page, but you could
+just as well use any template you wish with a bit more editing. This may
+be appropriate if you have a small library, want to allow librarians to
+easily add pages, and do not want to support a complete CMS.
+
+-  Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
+   /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory)
+
+-  Edit pages.pl in an editor
+
+-  At approximately line 33 change this code:
+
+   ::
+
+       template_name  => "opac-main.tmpl",
+
+-  To this code:
+
+   ::
+
+       template_name  => "pages.tmpl",
+
+-  At approximately line 62 after this code:
+
+   ::
+
+       $template->param(
+                  koha_news       => $all_koha_news,
+                  koha_news_count => $koha_news_count,
+                  display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
+                  daily_quote         => $quote,
+                  );
+
+-  Add these lines:
+
+   ::
+
+               my $page = "page_" . $input->param('p');          # go for "p" value in URL and do the concatenation
+               my $preference = C4::Context->preference($page);  # Go for preference
+               $template->{VARS}->{'page_test'} = $preference;   # pass variable to template pages.tt
+
+-  Note pages.pl file must have Webserver user execution permissions,
+   you can use `chmod <http://en.wikipedia.org/wiki/Chmod>`__ command if
+   you are actually logged in as such user:
+
+   ::
+
+               $chmod 755 pages.pl
+
+-  In the browser go to Home > Administration > System Preferences >
+   Local Use and add a New Preference called "page\_test"
+
+-  Fill it out as so
+
+   -  Explanation: test page for pages tiny cms
+
+   -  Variable: page\_test
+
+   -  Value: Lorem ipsum
+
+   -  Click the TextArea link (or enter "TextArea" into the input field
+      below it)
+
+   -  variable options (last field): 80\|50
+
+-  In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test
+   The page should come up with the words "Lorem ipsum" in the main
+   content area of the page. (replace "youraddress" with localhost,
+   127.0.0.1, or your domain name depending on how you have Apache set
+   up.)
+
+-  To add more pages simply create a system preference where the title
+   begins with "page\_" followed by any arbitrary letters. You can add
+   any markup you want as the value of the field. Reference the new page
+   by changing the value of the "p" parameter in the URL.
+
+To learn more visit the Koha wiki page on this topic:
+http://wiki.koha-community.org/wiki/Koha_as_a_CMS
+
+`Editing the pages template <#kohacmstmpl>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The file to create / edit for the pages template will depend on your
+`opacthemes <#opacthemes>`__ system preference setting
+
+`Editing 'bootstrap' theme template (current) <#kohacmstmplboot>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  Copy
+   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-main.tt
+   to
+   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
+
+-  Edit
+   /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
+
+-  At approximately line 61, change this:
+
+   ::
+
+               [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock">[% OpacMainUserBlock %]</div>[% END %]
+
+-  To this:
+
+   ::
+
+               [% IF ( page_test ) %]<div id="opacmainuserblock">[% page_test %]</div>[% END %]
+
+Remark: You may wish to disable your News block of these CMS style pages
+e.g. when you do not want it displayed on the CMS style pages or where
+the News block is long enough that it actually makes the 'page\_test'
+include scroll outside the default viewport dimensions. In that case,
+remove the following code from your pages.tt template.
+
+::
+
+                      [% IF ( koha_news_count ) %]
+                          <div id="news">
+                          <table class="table table-bordered">
+                          [% FOREACH koha_new IN koha_news %]
+                            <thead><tr><th>[% koha_new.title %]</th></tr></thead>
+                            <tbody><tr><td><p>[% koha_new.new %]</p>
+                            <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr></tbody>
+                          [% END %]
+                          </table>
+                          </div>
+                         [% END %]
+
+
+`Troubleshooting <#kohacmstrouble>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have problems check file permissions on pages.pl and pages.tmpl.
+They should have the same user and group as other Koha files like
+opac-main.pl.
+
+`Bonus Points <#kohacmsbonus>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Instead of using the address
+http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
+http://youraddress/pages.pl?p=test Just open up
+/etc/koha/koha-httpd.conf and add the follow at about line 13:
+
+::
+
+    ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl"
+
+Then restart Apache.
+
+`Usage <#kohacmsusage>`__
+-------------------------
+
+After setting up Koha as a CMS you can create new pages following these
+instructions:
+
+`Adding Pages <#kohacmspages>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To add a new page you need to add a system preference under Local Use.
+
+-  Get there: More > Administration > Global System Preferences > Local
+   Use
+
+-  Click 'New Preference'
+
+-  Enter in a description in the Explanation field
+
+-  Enter a value that starts with 'page\_' in the Variable field
+
+-  Enter starting HTML in the Value field
+
+   Add a new preference
+   |image1076|
+
+-  Set the Variable Type to Textarea
+
+-  Set the Variable options to something like 20\|20 for 20 rows and 20
+   columns
+
+   Settings for the new preference
+   |image1077|
+
+`Viewing your page <#kohacmsview>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can view your new page at
+http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is the
+part you entered after 'page\_' in the Variable field.
+
+`Example <#kohacmsexpage>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This process can be used to create recommended reading lists within
+Koha. So once the code changes have been made per the instructions on
+'Koha as a CMS' you go through the 'Adding a New Page' instructions
+above to great a page for 'Recommended Reading Lists'
+
+Create page by modifying a system preference
+|image1078|
+
+Next we need to create pages for our various classes (or categories). To
+do this, return to the 'Adding a New Page' section and create a
+preference for the first class.
+
+Add a new sys pref for another page
+|image1079|
+
+Next you'll want to link your first page to your new second page, go to
+the page\_recommend preference and click 'Edit.' Now you want to edit
+the HTML to include a link to your newest page:
+
+Edit original preference to add new page
+|image1080|
+
+`Live Examples <#examplecms>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+-  The Crawford Library at Dallas Christian College is using this method
+   for their recommended reading lists: http://opac.dallas.edu/
+
+Resetting the Koha Database
+===========================
+
+These notes on how to reset the database for Koha were derived from the
+following email thread:
+http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html
+and http://lists.katipo.co.nz/public/koha/2014-June/039701.html
+
+Resetting the database may be useful if you install Koha with the sample
+data, and then wish to use real data without reinstalling the software.
+
+`Delete sample data from Tables <#deletetables>`__
+--------------------------------------------------
+
+Use your preferred MySQL client to
+`delete <http://dev.mysql.com/doc/refman/5.5/en/delete.html>`__ the
+following tables:
+
+-  bibio
+
+-  biblioitems
+
+-  items
+
+-  auth\_header
+
+-  sessions
+
+-  zebraqueue
+
+You may need to disable foreign key checks to delete data from same
+tables. For instructions follow this thread:
+https://lists.katipo.co.nz/pipermail/koha/2013-July/036853.html.
+
+`Reset the Zebra Index <#resetzebra>`__
+---------------------------------------
+
+Run the following commands to reset the authorities and biblios Zebra
+indices.
+
+::
+
+    $ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init
+    $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init
+
+If you are running a package install then you'll want to run the
+following commands to reset the authorities and biblios Zebra indices
+instead:
+
+::
+
+    $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-authorities-dom.cfg  -g iso2709 -d authorities init
+    $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg  -g iso2709 -d biblios init
+
+Replacing YOURLIBRARY with your Koha installation name.
+
+Important Links
+===============
+
+`Koha Related <#koharelatedlinks>`__
+------------------------------------
+
+-  Report Koha Bugs - http://bugs.koha-community.org
+
+-  Koha Versioning Control - http://git.koha-community.org/
+
+-  Database Structure - http://schema.koha-community.org
+
+-  Koha Community Statistics - http://hea.koha-community.org
+
+-  Koha as a CMS - http://wiki.koha-community.org/wiki/Koha_as_a_CMS
+
+-  Kyles's Koha Tools - http://kylehall.info/index.php/projects/koha/
+
+-  Koha Bibliography - http://www.zotero.org/groups/koha
+
+-  Koha Shared Links - http://groups.diigo.com/group/everything-koha
+
+`Circulation Related <#circrelatedlinks>`__
+-------------------------------------------
+
+-  Koha Desktop Offline Circulation:
+   https://github.com/bywatersolutions/koha-offline-circulation/releases
+
+-  Koha Firefox Offline Circulation:
+   https://addons.mozilla.org/en-US/firefox/addon/koct/
+
+`Cataloging Related <#catalogrelatedlinks>`__
+---------------------------------------------
+
+-  Koha MARC Tutorials - http://www.pakban.net/brooke/
+
+-  IRSpy Open Z39.50 Server Search - http://irspy.indexdata.com/
+
+-  Z39.50 Server List -
+   http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm
+
+-  Open Koha Z39.50 Targets -
+   http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources
+
+-  Library of Congress Authorities - http://authorities.loc.gov/
+
+-  MARC Country Codes - http://www.loc.gov/marc/countries/
+
+-  Search the MARC Code List for Organizations -
+   http://www.loc.gov/marc/organizations/org-search.php
+
+-  Search for Canadian MARC Codes -
+   http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1
+
+-  Z39.50 Bib-1 Attribute -
+   http://www.loc.gov/z3950/agency/defns/bib1.html
+
+`Enhanced Content Related <#enhancedcontentlinks>`__
+----------------------------------------------------
+
+-  Amazon Associates -
+   `https://affiliate-program.amazon.com <https://affiliate-program.amazon.com/>`__
+
+-  Amazon Web Services - http://aws.amazon.com
+
+-  WorldCat Affiliate Tools -
+   http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister
+
+-  XISBN - http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
+
+-  LibraryThing for Libraries - http://www.librarything.com/forlibraries
+
+`Design Related <#opaclinks>`__
+-------------------------------
+
+-  JQuery Library - http://wiki.koha-community.org/wiki/JQuery_Library
+
+-  HTML & CSS Library -
+   http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library
+
+-  Owen Leonard's Koha Blog - http://www.myacpl.org/koha
+
+`Reports Related <#reportlinks>`__
+----------------------------------
+
+-  SQL Reports Library -
+   http://wiki.koha-community.org/wiki/SQL_Reports_Library
+
+-  Database Schema - http://schema.koha-community.org
+
+-  Sample reports from NEKLS -
+   http://www.nexpresslibrary.org/training/reports-training/
+
+`Installation Guides <#installlinks>`__
+---------------------------------------
+
+-  Installing Koha 3 on Ubuntu -
+   http://www.blazingmoon.org/guides/k3-on-u810-1.html
+
+-  Koha on Debian installation documentation -
+   http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html
+
+-  Koha 3.2 on Debian Squeeze -
+   http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
+
+`Misc <#misclinks>`__
+---------------------
+
+-  Zotero - http://zotero.org
+
+-  SOPAC - `http://thesocialopac.net <http://thesocialopac.net/>`__
+
+Koha XSLT Item Types
+====================
+
+When you have any of the XSLT system preferences
+(`OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__,
+`OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__,
+`XSLTDetailsDisplay <#XSLTDetailsDisplay>`__, and/or
+`XSLTResultsDisplay <#XSLTResultsDisplay>`__) along with the
+`DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ and
+`DisplayIconsXSLT <#DisplayIconsXSLT>`__ preferences turned on you will
+see item type icons on the related screen.
+
+    **Important**
+
+    These images are coming from values found in your leader, if your
+    leader is not cataloged properly it might be best to turn off the
+    `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ preference (which
+    can be done while leaving the other XSLT preferences turned on).
+
+Book image
+|image1081|
+
+-  Book [BK]
+
+   -  leader6 = a (and one of the leader7 values below)
+
+      -  leader7 = a
+
+      -  leader7 = c
+
+      -  leader7 = d
+
+      -  leader7 = m
+
+   -  leader6 = t
+
+Computer Image
+|image1082|
+
+-  Computer File [CF]
+
+   -  leader6 = m
+
+Continuing Resource Image
+|image1083|
+
+-  Continuing Resource [CR]
+
+   -  leader7 = b
+
+   -  leader7 = i
+
+   -  leader7 = s
+
+Map Image
+|image1084|
+
+-  Map [MP]
+
+   -  leader6 = e
+
+   -  leader6 = f
+
+Mixed Materials Image
+|image1085|
+
+-  Mixed [MX]
+
+   -  leader6 = p
+
+Sound Image
+|image1086|
+
+-  Sound [MU]
+
+   -  leader6 = c
+
+   -  leader6 = d
+
+   -  leader6 = i
+
+   -  leader6 = j
+
+Visual Material Image
+|image1087|
+
+-  Visual Material [VM]
+
+   -  leader6 = g
+
+   -  leader6 = k
+
+   -  leader6 = r
+
+Kit Image
+|image1088|
+
+-  Kit
+
+   -  leader6 = o
+
+MarcEdit
+========
+
+Many libraries like to use MarcEdit for modifications or data cleanup.
+If you'd like to do this you will need to download it at:
+http://marcedit.reeset.net/
+
+    **Important**
+
+    Many of the actions described in this chapter can be done in Koha
+    using `Marc Modification Templates <#marcmodtemplates>`__, but this
+    section is here for those who are used to MarcEdit.
+
+`Adding a prefix to call numbers <#marceditprefix>`__
+-----------------------------------------------------
+
+When bringing data into Koha, you may want to first clean it up. One
+common action among Koha users is to add a prefix to the call number.
+
+-  Open MarcEdit
+
+   MarcEdit
+   |image1089|
+
+-  Click 'MarcEditor'
+
+-  Go to Tools > Edit Subfield Data
+
+   Edit subfield data
+   |image1090|
+
+-  To prepend data the special character is: ^b  To simply prepend data
+   to the beginning of a subfield, add ^b to the Field Data: textbox and
+   the data to be appended in the Replace
+
+   Prepend data to a field
+   |image1091|
+
+   -  To prepend data to the beginning of the subfield while replacing a
+      text string, add ^b[string to replace] to the Field Data textbox
+      and the data to be appended in the Replace With textbox.
+
+`Importing Excel data into Koha <#marceditexcel>`__
+---------------------------------------------------
+
+Suppose you have records of your library in excel data sheet format and
+want them to import into Koha. But how will you do this? Koha will not
+let you import excel records directly. Well here is a very simple
+solution for you which will let you import your excel records in Koha
+easily. First, we will convert excel file into Marc file and then will
+import it into Koha.
+
+Follow the given steps to import your excel records into Koha
+
+`Converting from Excel format into .mrk format <#convertexcel>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+First, we will convert excel format into .mrk format. For this we will
+use MarcEdit. You can download it from http://marcedit.reeset.net/
+
+Now open it and select Add-ins-->Delimited Text Translator.
+
+Delimited Text Translator
+|image1092|
+
+Click Next when the following window appears.
+
+Delimited Text Translator
+|image1093|
+
+Browse for your excel file.
+
+Delimited Text Translator
+|image1094|
+
+Locate your excel file by choosing the format Excel File(\*.xls).
+
+Delimited Text Translator
+|image1095|
+
+Similarly, fill all the other entries such as Output File, Excel Sheet
+Name and check UTF-8 Encoded (if required) and Click Next.
+
+Delimited Text Translator
+|image1096|
+
+Now you will be prompted for mapping the fields to recognise the fields
+by standard marc format.
+
+Suppose for Field 0 that is first column I entered Map to: 022$a( Valid
+ISSN for the continuing resource) and then click on Apply.
+
+Delimited Text Translator
+|image1097|
+
+    **Note**
+
+    You can customize Indicators and all other things, for more
+    information on marc21 format visit the `official library of congress
+    site <http://www.loc.gov/marc/bibliographic/>`__.
+
+Similarly map all other fields and then Click on Finish.
+
+Delimited Text Translator
+|image1098|
+
+And then a window will appear indicating that your Marc Text
+File(\*.mrk) has been created.
+
+Delimited Text Translator
+|image1099|
+
+Click Close and we have created a .mrk file from .xls file in this step.
+You can view the file by double clicking on it.
+
+`Convert .mrk file to .mrc <#convertmrk>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+We will convert .mrk file that we have created in the above step into
+raw Marc format that can be directly imported into Koha.
+
+For this again open MarcEdit and Select MARC Tools.
+
+MARC Tools
+|image1100|
+
+Next Select MarcMaker to convert .mrk file into .mrc format.
+
+MarcMaker
+|image1101|
+
+Locate your input file and name your output file. Then Click Execute.
+
+MarcMaker
+|image1102|
+
+And it will show you the Result.
+
+MarcMaker
+|image1103|
+
+Click Close and now we have raw Marc records with us (.mrc file).
+
+`Import .mrc into Koha <#importmrc>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+More information on importing records into Koha can be found in the
+'`Stage MARC Records for Import <#stagemarc>`__' section of this manual.
+
+Finally we will import above created .mrc file into Koha.
+
+Click on Tools in your Koha staff client.
+
+Koha Staff Client
+|image1104|
+
+Next Click on Stage MARC Records for Import.
+
+Stage MARC Records for Import
+|image1105|
+
+After this, choose your previously created .mrc file and click on
+Upload.
+
+Stage File
+|image1106|
+
+You can also add comment about file and finally click on Stage For
+Import.
+
+Stage for Import
+|image1107|
+
+When the import is done, you will get a result something like this
+
+Staged Records Summary
+|image1108|
+
+Next, click on Manage staged records.
+
+Here you can even change matching rules.
+
+Manage Staged Records
+|image1109|
+
+Click on Import this batch into catalog when you are done.
+
+Thats it. After all the records get imported, check Status and it should
+read "imported"
+
+Finalize Import
+|image1110|
+
+You can even undo the Import operation.
+
+And within few minutes, we have imported around 10,000 records in Koha
+
+Talking Tech
+============
+
+Talking Tech I-tiva is a third party, proprietary, product that
+libraries can subscribe to. Learn more here:
+http://www.talkingtech.com/solutions/library.
+
+`Installation and Setup Instructions <#talkingtechinstall>`__
+-------------------------------------------------------------
+
+Be sure you've run
+installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
+to install the required data pack (new syspref, notice placeholders and
+messaging transport preferences)
+
+To use,
+`TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
+syspref must be turned on.
+
+If you wish to process PREOVERDUE or RESERVES messages, you'll need the
+`EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ system
+preference turned on, and patrons to have filled in a preference for
+receiving these notices by phone.
+
+For OVERDUE messages, overdue notice triggers must be configured under
+Koha -> Tools -> `Overdue Notice Triggers <#noticetriggers>`__. Either
+branch-specific triggers or the default level triggers may be used
+(script will select whichever is appropriate).
+
+`Sending Notices File <#talkingtechsend>`__
+-------------------------------------------
+
+1. Add the `TalkingTech\_itiva\_outbound.pl <#talkingtechsendcron>`__
+   script to your crontab
+
+2. Add an FTP/SFTP or other transport method to send the output file to
+   the I-tiva server
+
+3. If you wish, archive the sent notices file in another directory after
+   sending
+
+Run TalkingTech\_itiva\_outbound.pl --help for more information
+
+`Receiving Results File <#talkingtechreceive>`__
+------------------------------------------------
+
+1. Add an FTP/SFTP or other transport method to send the Results file to
+   a known directory on your Koha server
+
+2. Add the `TalkingTech\_itiva\_inbound.pl <#talkingtechreceivecron>`__
+   script to your crontab, aimed at that directory
+
+3. If you wish, archive the results file in another directory after
+   processing
+
+Run TalkingTech\_itiva\_inbound.pl --help for more information
+
+OCLC Connexion Gateway
+======================
+
+Koha can be set to work with the OCLC Connextion Gateway. This allows
+libraries to use OCLC Connexion as their cataloging tool and simply send
+those records to Koha with a single click. The following instructions
+will help you set up the OCLC Connexion Gateway, if you have a system
+administrator you will want to consult with them on this process.
+
+`Setting up OCLC service on Koha <#oclckohasetup>`__
+----------------------------------------------------
+
+First, you'll need to create a file somewhere on your system with
+configuration information.  You could put this anywhere that is visible
+to the account that will be running the service.
+
+The file contains 11 lines. The first 6 will be about your Koha system:
+
+::
+
+    host: The IP address of your Koha server
+    port: The port you want to use for the Connexion service. This port must be different from your SIP port, or any other service
+    koha: The full URL of your staff client
+    log: The location (full file specification) of your log for the service
+    user: The default Koha username to use for importing
+    password: The password that goes with that username
+
+The remaining lines describe how to do the staging:
+
+::
+
+    match: The name of the matching rule from your system to use
+    overlay_action: "replace", "create_new", or "ignore"-- what to do if there is a match
+    nomatch_action: "create_new" or "ignore"-- what to do if there is no match
+    item_action: "always_add","add_only_for_matches","add_only_for_new", or "ignore" -- what to do with embedded 952 item data
+    import_mode: "direct" or "stage"
+
+A sample file would look like this:
+
+::
+
+    host: 1.2.3.4
+    port: 8000
+    log: /home/koha/koha-dev/var/log/connexion.log
+    koha: http://kohastaff.myuniversity.edu
+    user: koha_generic_staff
+    password: password
+    match: 001
+    overlay_action: replace
+    nomatch_action: create_new
+    item_action: ignore
+    import_mode: direct
+
+When choosing an 'import\_mode' if you use "direct" then the staged
+record will be immediately imported into Koha, and should be searchable
+after your indexes catch up.  If you choose "stage", then the record
+will be placed in a staged batch for you to later go the `Manage Staged
+MARC Records <#managestaged>`__ tool to finish the import.
+
+If you import multiple records, they'll be in the same batch, until that
+batch is imported, then a new batch will be created.
+
+In "direct" mode, each record will be in its' own batch.
+
+To start the service, run the script:
+
+::
+
+    /location/of/connexion/import/daemon/connexion_import_daemon.pl -d -c /location/of/config/file.cnf
+
+`Setting up your OCLC desktop client <#oclcdesktopsetup>`__
+-----------------------------------------------------------
+
+    **Note**
+
+    Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12
+
+To set up the OCLC Connexion desktop client to connect to Koha, go to
+Tools > Options, then choose the Export tab. Connexion Export Tab
+
+-  Click the "Create..." button to set up a new destination, then choose
+   "OCLC Gateway Export" and click OK.
+
+   -  Enter the following information:
+
+      -  "Host Name:" Your catalog’s appropriate IP address (from your
+         `config file above <#oclckohasetup>`__)
+
+      -  "Port:" Your catalog's appropriate port number (from your
+         `config file above <#oclckohasetup>`__)
+
+      -  "Login ID:" The cataloger's Koha login
+
+      -  "Password:" The cataloger's Koha password
+
+      -  "Notify Host Before Disconnect" = checked,
+
+      -  "Timeout" = 100, "Retries" = 3, "Delay" = 0 (zero),
+
+      -  "Send Local System Logon ID Password" = checked.
+
+   OCLC Gateway Export Settings
+   |image1111|
+
+-  Select "OK" when finished, and you should see your new "Gateway
+   Export" option listed (The catalog's IP address and port are blacked
+   out in the following screenshot)
+
+   Gateway Export Added
+
+-  Click on "Record Characteristics" and make sure that the
+   bibliographic records are using MARC21, UTF-8 Unicode, and click OK
+   to save.
+
+   Record Characteristics
+
+You should be ready to go!  To export a record from OCLC Connexion
+Client to Koha, just press F5 while the record is on-screen.  The export
+dialog will pop up, and you'll see Connexion attempting to talk to Koha.
+ You should get a message that the record was added or overlaid,
+including its biblio number, and a URL that you can copy into your web
+browser to jump straight to the record.
+
+`Using the OCLC Connexion Gateway <#oclcgateway>`__
+---------------------------------------------------
+
+Records can be exported from Connexion either in a batch or one by one.
+
+`Exporting records one by one <#oclconeexport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To export bibliographic records one by one, be sure your "Batch" options
+are correct: from the "Tools" menu, select "Options", and select the
+"Batch" tab. In the "Perform local actions in batch" area,
+"Bibliographic Record Export" should be uncheckedConnexion batch options
+
+When ready to export, from the "Action" menu, select "Export" or use the
+F5 key. You will see a screen similar to the following if the import is
+successful and if the record is new to the Catalog; you may copy & paste
+the resulting URL into your Koha catalog to see the new record.Connexion
+Export
+
+If the record was overlaid, you will see a message to that effect in the
+"OCLC Gateway Export Status" windowOverlay confirmation
+
+`Exporting records in a batch <#oclcbatchexport>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+To export bibliographic records in a batch, be sure your "Batch" options
+are correct: from the "Tools" menu, select "Options", and select the
+"Batch" tab. In the "Perform local actions in batch" area,
+"Bibliographic Record Export" should be checkedOCLC Batch Export Options
+
+When a record is ready to export, from the "Action" menu, select
+"Export" or use the F5 key, and it’s export status will be "ready."
+
+When ready to export the batch, from the "Batch" menu, select "Process
+batch" and check the appropriate "Path" and "Export" boxesBatch import
+process
+
+The export will begin, and the bib records will be exported & imported
+into Koha one by one; you will see "OCLC Gateway Export Status" windows,
+as above, showing you the results of each export. That window will stay
+there until you select "Close," and then the next record’s export/import
+will begin. The process will continue until all records in the batch are
+completed. Then you may or may not see the Connexion Client export
+report (depending on your Client options for that).
+
+`Items in OCLC <#oclcitems>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you'd like to create your item records in OCLC you can do so by
+addding a 952 for each item to the bib record you're cataloging. The
+`Item/Holdings Cataloging Guide <#itemcatguide>`__ will break down what
+subfields you can use in the 952, but at the minimum you want to have
+subfield 2, a, b, and y on your items.
+
+952
+\\\\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE
+
+-  The subfield 2 holds the classification code. This can be ddc for
+   Dewey or lcc for Library of Congress or z for Custom. Other
+   classification sources can be found in the `Classification
+   Sources <#classificationsources>`__ area in administration
+
+-  Subfield a is your home library and needs to be the code for your
+   home library, not the library name. You can find these codes in the
+   `Libraries & Groups <#libsgroups>`__ administration area.
+
+-  Subfield b is your holding library and needs to be the code for your
+   holding library, not the library name. You can find these codes in
+   the `Libraries & Groups <#libsgroups>`__ administration area.
+
+-  Subfield y is your item type code. It needs to be the code, not the
+   item type name. You can find these codes in the `Item
+   Types <#itemtypeadmin>`__ administration area.
+
+952 \\\\$2ddc$aMAIN$bMAIN$yBOOK
+
+In addition to these required fields you can enter any other subfield
+you'd like. Most libraries will enter a call number in subfield o and a
+barcode in subfield p as well. Review the `Item/Holdings Cataloging
+Guide <#itemcatguide>`__ for a full list of subfields and values.
+
+FAQs
+====
+
+`Display <#displayfaq>`__
+-------------------------
+
+`Custom Item Type/Authorized Value Icons <#customicons>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question:** Can I have my own set of item type images (or authorized
+value icons)?
+
+**Answer:**\ Absolutely. To add additional icons to your system you
+simply add a new directory to
+koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
+koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
+directory. Your icons will show up in a new tab as soon as they are in
+the folders.
+
+-  **Note**
+
+       Remember to put the icons in both places (on the OPAC and the
+       intranet).
+
+`Customizing Koha Images <#customkohaimages>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Can I customize the images in the OPAC?
+
+**Answer**: Absolutely. Koha comes with a series of original images that
+you can alter to meet your needs. The originals can be found in the
+misc/interface\_customization/ directory.
+
+`OPAC Display Fields <#opacdisplayfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What MARC fields print to the different OPAC screens in
+Koha?
+
+**Answer**: The XSLT preference must be set as follows for the following
+fields to show
+
+-  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = using XSLT
+   stylesheets
+
+-  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = using XSLT
+   stylesheets
+
+-  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
+
+The OPAC Results page shows:
+
+-  245
+
+-  100, 110, 111
+
+-  700, 710, 711
+
+-  250
+
+-  260
+
+-  246
+
+-  856
+
+The OPAC Details page shows:
+
+-  245
+
+-  100, 110, 111
+
+-  700, 710, 711
+
+-  440, 490
+
+-  260
+
+-  250
+
+-  300
+
+-  020
+
+-  022
+
+-  246
+
+-  130, 240
+
+-  6xx
+
+-  856
+
+-  505
+
+-  773
+
+-  520
+
+-  866
+
+-  775
+
+-  780
+
+-  785
+
+-  plus all of the 5xx fields in the Notes tab at the bottom
+
+`Subtitle Display on Bib Records <#displaysubtitle>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: How do I get the subtitle to display on the detail pages
+for my bib records?
+
+**Answer**: Subtitle display now depends on there being a `keyword
+mapping <#keywordmapping>`__ for the MARC field in question. Adding a
+mapping for "subtitle" -> "245b" for an item's framework results in
+display of the subtitle in OPAC and staff client search and detail pages
+(although not in all instances where subtitles might be displayed, e.g.
+the Cart).
+
+`Show patrons the barcodes of items they have checked out <#opacbarcodesfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Can patrons see the barcodes for the items they have
+checked out.
+
+**Answer**: Not by default, but with a few edits to the patron record
+you can make a barcode column appear on the patron's check out summary
+in the OPAC. You can set up a `patron
+attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
+`authorized value <#authorizedvalues>`__ of YES\_NO to make this happen.
+
+Add SHOW\_BCODE patron attribute
+|image1112|
+
+Then on the `patron's record set the value <#editpatrons>`__ for
+SHOW\_BCODE to yes.
+
+Setting value for SHOW\_BCODE on patron record
+|image1113|
+
+This will add a column to the check out summary in the OPAC that shows
+the patrons the barcodes of the items they have checked out.
+
+Barcode number on checkout list in OPAC
+|image1114|
+
+Clicking on the 'Overdue' tab will show only the items that are overdue.
+
+`Circulation/Notices <#circfaq>`__
+----------------------------------
+
+`Book drop Date <#dropboxfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: How is the book drop date is determined? Is it the last
+open date for the checkout branch? Is it today's date minus one? Can the
+book drop checkin date be set?
+
+**Answer**: If the library is closed for four days for renovations, for
+example, there would be more than one day needed for the book drop date.
+You will only have one book drop date and that will be the last day that
+the library open (determined by the holiday calendar) because there is
+no real way to know what day the books were dropped into the box during
+the 4 closed days. The only way to change the effective checkin date in
+book drop mode is to modify the calendar.
+
+`Holds to Pull and Holds Queue <#holdsreportsfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What is the difference between the `Holds
+Queue <#holdsqueue>`__ and `Holds to Pull <#holdspull>`__?
+
+**Answer**: The holds to pull report gives a simple list of what holds
+need to be filled with available items. It should only be used in Koha
+installations where there is only one library.
+
+The holds queue tries to do the same thing, but in a 'smarter' way. This
+allows it to split up the list by library, consult the `transport cost
+matrix <#transportcostmatrix>`__ and refresh regularly to provide
+different pull lists to each library.
+
+`Duplicate Overdue Notices <#dupoverduefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Why are patrons getting two overdue notices?
+
+**Answer**: This tool takes all branches in the overdue rules and sent
+notifications to them. So, if you have a default rule & a branch rule,
+the notification will be generated twice. A quick fix is to discard
+"default rule" for instance.
+
+`Printing Overdue Notices <#printoverduefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Can I print overdue notices for patrons without email
+addresses on file?
+
+**Answer**: Yes. The `overdue notice cron job <#overduenoticecron>`__
+has a setting to generate the overdue notices as HTML for printing. An
+example of this usage would be:
+
+::
+
+    overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author
+
+In this example, we wanted to use only certain item fields in our
+notices, so we specified itemscontent fields in the cron entry; that's
+not a requirement for the feature.
+
+The command line needs to specify a web-accessible directory where the
+print notices will go -- they get a filename like
+notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
+notice itself can be formatted to fit a Z-mailer. Within the notice
+file, the text is spaced down or over to where it will print properly on
+the form. The script has code that wraps around the notice file to tell
+the HTML to obey the formatting, and to do a page break between notices.
+That's so that when staff print it out, they get one per page. We had to
+add an extra syspref (`PrintNoticesMaxLines <#PrintNoticesMaxLines>`__)
+to specify page length because our client allows a \_lot\_ of checkouts
+which meant some notices were running onto multiple pages. That syspref
+says to truncate the print notice at that page length and put in a
+message about go check your OPAC account for the full list.
+
+The print and email overdues use the same notice file. The print notices
+for holds are different -- there's a separate HOLD\_PRINT notice file
+and the system uses it if there's no email address. Then a nightly cron
+job runs to gather those up from the message queue and put them in an
+HTML file in the notice directory, as above.
+
+The cron entry is gather\_print\_notices.pl /tmp/noticedir
+
+`Unable to Renew Items <#renewfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: We're trying to renew some items for our patron. One of
+the items is on hold and ineligible for renewal, but the other two items
+refuse to renew even though they should be eligible. When I try to use
+the override renewal limit, it just returns a little message that says
+"renewal failed". Any idea what's going on here?
+
+**Answer**: At the very least you will need to set an absolute `default
+circulation rule <#circfinerules>`__. This rule should be set for the
+default itemtype, default branchcode and default patron category. That
+will catch anyone who doesn't match a specific rule. Patrons who do not
+match a specific rule will get blocked from placing holds or renewing
+items, since there was no baseline number of holds or renewals to
+utilize.
+
+`Unable to Place Holds <#holdsfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Why can't I place holds when I have all of the preferences
+turned on.
+
+**Answer**: You probably need to set a default circulation rule. At the
+very least you will need to set an default circulation rule. This rule
+should be set for all item types, all branches and all patron
+categories. That will catch all instances that do not match a specific
+rule. When checking out if you do not have a rule for the default
+branch, default item and default patron category then you may see
+patrons getting blocked from placing holds.
+
+`Keyboard Shortcuts <#keyboardshort>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Do I have to use my mouse to access the checkout, checkin
+and cataloging tabs at the top of the circulation pages?
+
+**Answer**: You can jump between the tabs on the quick search box at the
+top of the screen by using the following hot keys (if the tab is
+available):
+
+-  jump to the catalog search with Alt+Q
+
+-  jump to the checkout with Alt+U
+
+   -  this will not work for Mac user
+
+-  jump to the checkin with Alt+R
+
+    **Note**
+
+    Mac users use the OPTION button in place of ALT
+
+`SMS Notices/Messages <#smsnoticefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: I want Koha to send notices via SMS, what do I need to do?
+
+**Answer**: First you need to choose a SMS service to use with Koha.
+There is a list available here:
+http://search.cpan.org/search?query=sms%3A%3Asend&mode=all Not all SMS
+services available to libraries have Perl drivers, so be sure to check
+this list to see if the provider you're considering is listed. If not
+you want to ask your provider if they have a Perl module, if not you
+should consider another service. Some common options in the US (that
+have Perl drivers) are:
+
+-  AQL (`www.aql.com <http://www.aql.com>`__)
+
+-  Wadja (`wadja.com <http://wadja.com>`__)
+
+-  Ipipi (`ipipi.com <http://ipipi.com>`__)
+
+-  T-mobile
+
+-  SMSDiscount (`smsdiscount.com <http://smsdiscount.com>`__)
+
+-  Clickatell
+
+**Question**: What about in India?
+
+**Answer**: India does not yet have too many options here. This is
+partly due to the Telecom regulatory authority's (TRAI) stipulations
+about transactional SMSes and limits on the number of SMSes that may be
+sent / received per users per day. India specific drivers include:
+
+-  Unicel Technologies Pvt Ltd (`unicel.in <http://unicel.in>`__)
+
+`Cataloging <#catfaq>`__
+------------------------
+
+`Authority Fields <#authorityfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question:**\ Why can't I edit 1xx, 6xx, or 7xx fields in my catalog
+record?
+
+**Answer:** These fields are authority controlled and you probably have
+the `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ set to "Don't
+allow". When it is set to "Don't allow" these fields will be locked and
+require you to search for an existing authority record to populate the
+field with. To allow typing in these authority fields set
+`BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ to 'Allow'.
+
+    **Note**
+
+    Fields affected by this preference will show a lock symbol in them
+
+Fields affected by this preference show a lock in the field
+|image1115|
+
+`Koha to MARC Mapping <#kohamarcfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What's the relationship between 'Koha to MARC Mapping' and
+'MARC Bibliographic Frameworks'?
+
+**Answer**: Mapping can be defined through 'MARC Bibliographic
+Frameworks' OR 'Koha to MARC Mapping'. 'Koha to MARC Mapping' is just a
+shortcut to speed up linkage. If you change a mapping in one of these
+modules, the mapping will change in the other as well. (In other words,
+the two modules 'overwrite' each other in order to prevent conflicts
+from existing in Koha).
+
+`Number of Items Per Bib Record <#itemsperbibfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Is there a limit on the number of items I can attach to a
+bib record?
+
+**Answer**: There is no explicit limit to the number of items you can
+attach to a bibliographic record, but if you attach enough of them, your
+MARC record will exceed the maximum file size limit for the ISO 2709
+standard, which breaks indexing for that record. I've found this occurs
+somewhere between 600 and 1000 items on a 'normal' bibliographic record.
+
+`Analytics <#analyticsfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: I am using the
+`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ feature, but my links
+in the OPAC and Staff Client to 'Show Analytics' are not working.
+
+**Answer**: If you plan on using
+`EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ you will want to make
+sure to set your `UseControlNumber <#UseControlNumber>`__ preference to
+"Don't use," this will prevent broken links.
+
+`Acquisitions <#acqfaq>`__
+--------------------------
+
+`Planning Categories <#planningcatfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What is a planning category?
+
+**Answer**: When you plan in advance for the way your budget is going to
+be spent, you initially plan for how it's going to be spent over time,
+that's the most natural thing to do.
+
+So you plan for $1000 in Jan. $1000 in Feb., $3000 in March, etc. You
+can basically do the same thing with a list of values in lieu of the
+months.
+
+Say you have a list like this one:
+
+-  < 1 month
+
+-  < 6 months
+
+-  < 1 year
+
+-  < 3 years
+
+-  < 10 years
+
+-  > 10 years
+
+The list is meant to represent when the books acquired where published.
+Then you plan for it, saying: we went to spend at list 40% of our
+budgets on books published less than a year ago, 10% on books more than
+10 years old, etc.
+
+Upon acquiring new material, you'll be able to select, for a given item,
+a value from this list in a drop down. Then, after the material has been
+acquired, at the end of the year, you'll be able to compare the goals
+set, with what's been achieved.
+
+`Serials <#serialsfaq>`__
+-------------------------
+
+`Advanced Patterns <#advancedpatternfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What is the 'inner counter' on the advanced serials
+pattern interface?
+
+**Answer**: I think it is better to give an example to understand this :
+
+Example for a monthly subscription :
+
+-  First issue publication date : April 2010
+
+-  Numbering : No {X}, year {Y}
+
+-  First issue : No 4, year 2010
+
+For the year Y : you will want the year change on January 2011
+
+So, the advanced pattern for Y will be :
+
+-  Add : 1
+
+-  once every : 12
+
+-  When more than 9999999
+
+-  inner counter : 3
+
+-  Set back to 0
+
+-  Begins with 2010
+
+Year is going to change after 12 received issues from April 2010, that
+is in April 2011 if you don't set inner counter. Set inner counter to 3
+will say to Koha : change year after 12-3 = 9 received issues.
+
+Inner counter says to Koha to take into account the first issues of the
+year, even if they are not received with Koha. If you begin with first
+issue of the year write nothing or 0.
+
+`Reports <#reportsfaq>`__
+-------------------------
+
+`Define Codes Stored in DB <#accounttypefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Fines Table <#finescodefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question:** What do the codes in the accounttype field in the
+accountlines table stand for?
+
+**Answer:**
+
+-  A = Account management fee
+
+-  C = Credit
+
+-  F = Overdue fine
+
+-  FOR = Forgiven
+
+-  FU = Overdue, still acccruing
+
+-  L = Lost item
+
+-  LR = Lost item returned/refunded
+
+-  M = Sundry
+
+-  N = New card
+
+-  PAY = Payment
+
+-  W = Writeoff
+
+`Statistics Table <#statscodefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question:**\ What are the possible codes for the type field in the
+statistics table?
+
+**Answer:**
+
+-  localuse
+
+   -  Registers if an item that had been checked out to a statistics
+      patron (category type = 'X') is returned
+
+-  issue
+
+-  return
+
+-  renew
+
+-  writeoff
+
+-  payment
+
+-  CreditXXX
+
+   -  The XXX stores different types of fee credits, so a query to catch
+      them all would include a clause like "type LIKE 'Credit%'"
+
+`Reserves Table <#rescodefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes for the found field in the
+reserves and old\_reserves tables?
+
+**Answer**:
+
+-  NULL: means the patron requested the 1st available, and we haven't
+   chosen the item
+
+-  T = Transit: the reserve is linked to an item but is in transit to
+   the pickup branch
+
+-  W = Waiting: the reserve is linked to an item, is at the pickup
+   branch, and is waiting on the hold shelf
+
+-  F = Finished: the reserve has been completed, and is done
+
+`Reports Dictionary Table <#reportdicfaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes for the area field in the
+reports\_dictionary table?
+
+**Answer**:
+
+-  1 = Circulation
+
+-  2 = Catalog
+
+-  3 = Patrons
+
+-  4 = Acquisitions
+
+-  5 = Accounts
+
+`Messages Table <#msgtablefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes for the message\_type field in
+the messages table?
+
+**Answer**:
+
+-  L = For Librarians
+
+-  B = For Patrons/Borrowers
+
+`Serial Table <#serialtablefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes for the status field in the
+serial table?
+
+**Answer**:
+
+-  1 = Expected
+
+-  2 = Arrived
+
+-  3 = Late
+
+-  4 = Missing
+
+-  5 = Not available
+
+-  6 = Delete
+
+-  7 = Claimed
+
+-  8 = Stopped
+
+-  41 = Missing (not received)
+
+-  42 = Missing (sold out)
+
+-  43 = Missing (damaged)
+
+-  44 = Missing (lost)
+
+`Borrowers Table <#borrowerprivacyvalues>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes for the privacy field in the
+borrowers table?
+
+**Answer**:
+
+-  0 = Forever
+
+-  1 = Default
+
+-  2 = Never
+
+`Messaging Preferences <#messpreffaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What are the possible codes in the message\_attribute\_id
+field in the borrower\_message\_preferences table?
+
+**Answer**:
+
+-  2 = advanced notice
+
+-  6 = item checkout
+
+-  4 = hold filled
+
+-  1 = item due
+
+-  5 = item check in
+
+`Runtime Parameters <#runtimefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Is there a way to filter my custom SQL reports before they
+run?
+
+**Answer**: If you feel that your report might be too resource intensive
+you might want to consider using runtime parameters to your query.
+Runtime parameters basically make a filter appear before the report is
+run to save your system resources.
+
+There is a specific syntax that Koha will understand as 'ask for values
+when running the report'. The syntax is <<Question to
+ask\|authorized\_value>>.
+
+-  The << and >> are just delimiters. You must put << at the beginning
+   and >> at the end of your parameter
+
+-  The 'Question to ask' will be displayed on the left of the string to
+   enter.
+
+-  The authorized\_value can be omitted if not applicable. If it
+   contains an authorized value category, or branches or itemtype or
+   categorycode or biblio\_framework, a list with the Koha authorized
+   values will be displayed instead of a free field Note that you can
+   have more than one parameter in a given SQL Note that entering
+   nothing at run time won't probably work as you expect. It will be
+   considered as "value empty" not as "ignore this parameter". For
+   example entering nothing for : "title=<<Enter title>>" will display
+   results with title='' (no title). If you want to have to have
+   something not mandatory, use "title like <<Enter title>>" and enter a
+   % at run time instead of nothing
+
+Examples:
+
+-  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
+   patrons library\|branches>> AND surname like <<Enter filter for
+   patron surname (% if none)>>
+
+-  SELECT \* FROM items WHERE homebranch = <<Pick your
+   branch\|branches>> and barcode like <<Partial barcode value here>>
+
+-  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
+   frameworkcode\|biblio\_framework>>
+
+    **Note**
+
+    To generate a date picker calendar to the right of the field when
+    running a report you can use the 'date' keyword like this: <<Enter
+    Date\|date>>
+
+    Date Picker
+    |image1116|
+
+    **Note**
+
+    You have to put "%" in a text box to 'leave it blank'. Otherwise, it
+    literally looks for "" (empty string) as the value for the field.
+
+    **Important**
+
+    In addition to using any authorized value code to generate a
+    dropdown, you can use the following values as well: Framework codes
+    (biblio\_framework), Branches (branches), Item Types (itemtypes) and
+    Patron Categories (categorycode). For example a branch pull down
+    would be generated like this <<Branch\|branches>>
+
+    Branch pull down
+    |image1117|
+
+`Results Limited <#reportlimitfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: When I download my report it's limited to 10,000 results,
+how do I get all of the results to download?
+
+**Answer**: There is a limit of 10,000 records put on SQL statements
+entered in Koha. To get around this you want to add 'LIMIT 100000' to
+the end of your SQL statement (or any other number above 10,000.
+
+`Searching <#searchfaq>`__
+--------------------------
+
+`Advanced Search <#advancedsearchfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Scan Indexes <#scanindexfaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: What does 'scan indexes' on the advanced search page mean?
+
+**Answer**: When you choose an index, enter a term, click 'scan indexes'
+and do the search, Koha displays the searched term and the following
+terms found in this index with the number of corresponding records That
+is search is not made directly in the catalog, but first in the indexes
+It works only for one index at once, and only with no limit in Location
+(All libraries needed)
+
+`Searching for Terms that Start With a Character <#searchstartswith>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: How do I search for all titles that start with the letter
+'C'?
+
+**Answer**: You can choose to search for things that start with a
+character or series of characters by using the CCL 'first-in-subfield'
+
+-  example: ti,first-in-subfield=C
+
+`Wildcard Searching <#wildcardsearchfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**:What is the difference between a keyword search using the
+'\*' (asterisk) versus a keyword search using the '%' (percent)? Both
+work in the catalog, but return different sets. Why?
+
+**Answer**: A wildcard is a character (\*,?,%,.) that can be used to
+represent one or more characters in a word. Two of the wildcard
+characters that can be used in Koha searches are the asterisk ('\*') and
+the percent sign ('%'). However, these two characters act differently
+when used in searching.
+
+The '\*' is going to force a more exact search of the first few
+characters you enter prior to the '\*'. The asterisk will allow for an
+infinite number of characters in the search as long as the first few
+characters designated by your search remain the same. For example,
+searching for authors using the term, Smi\*, will return a list that may
+include Smith, Smithers, Smithfield, Smiley, etc depending on the
+authors in your database.
+
+The '%' will treat the words you enter in the terms of "is like". So a
+search of Smi% will search for words like Smi. This results in a much
+more varied results list. For example, a search on Smi% will return a
+list containing Smothers, Smith, Smelley, Smithfield and many others
+depending on what is your database.
+
+The bottom line in searching with wildcards: '\*' is more exact while
+'%' searches for like terms.
+
+`Title Searching <#titlesearchingfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Why does my Zebra title search for 'Help' not turn up 'The
+help' in the first pages of results?
+
+**Answer**: When doing a title search, you actually want to search for
+the title (i.e., 'the help' rather than just 'help'), and it will bubble
+right up to the top. If you're just searching for 'help' then the
+relevance ranking is going to affect the results you see.
+
+When it comes to relevance in Zebra, here's what's happening. First, the
+search is done. If you search for the title "help", then any title that
+has "help" in it comes back. Then from those records, separately, it
+does relevance on the \*whole\* record. The more your word appears, the
+more relevant, and some MARC tags are worth more points than others. So
+a self-help book with 505 notes where "help" appears a \*lot\* will be
+at the top, regardless of keyword or title.
+
+But when you add a \*second word\*, that helps it figure things out, as
+it's weighing the relevance of both words and the phrase. Because of the
+way relevance works, if you search "the help", then "the help" or "the
+help I need" are more relevant than "the way to help", because they
+appear together in order. Likewise, "help the girl" would be lower
+relevance, because it's out of order, and "help for the homeless" would
+be lower still, as they're out of order, and apart.
+
+The moral of the story is that single word searches, particularly on
+common words, will always struggle a bit; it can't evaluate relevance
+well, because you've not given it enough input.
+
+`Enhanced Content <#enhancedcontentfaq>`__
+------------------------------------------
+
+`FRBRizing Content <#frbrfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question:**\ At our public library we are running a Koha installation
+and we've tried to turn on all the nice functionalities in Koha such as
+the frbrising tool, but do not get the same result as Nelsonville public
+library.
+
+**Answer:**\ In fact, this feature is quite tricky to make that right.
+First it looks at XISBN service. And then search in your database for
+that ISBN. So both XISBN and your internal ISBN (in biblio table) have
+to be normalized. You could therefore use the script
+misc/batchupdateISBNs.pl (it removes all the - in your local ISBNs)
+
+`Amazon <#amzfaq>`__
+~~~~~~~~~~~~~~~~~~~~
+
+`All Amazon Content <#amazonfaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: I have all of the Amazon preferences turned on and have
+entered both of my keys, but none of the content appears in my system,
+why is that?
+
+**Answer**: Amazon's API checks your server time on all requests and if
+your server time is not set properly requests will be denied. To resolve
+this issue be sure to set your system time appropriately. Once that
+change in made Amazon content should appear immediately.
+
+On Debian the the command is *date -s "2010-06-30 17:21"* (with the
+proper date and time for your timezone).
+
+`System Administration <#systemfaq>`__
+--------------------------------------
+
+`Errors in Zebra Cron <#zebracronfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: I am noticing some errors in the
+koha-zebradaemon-output.log file. When new records are added it takes a
+bit longer to index than we think they should. Running rebuild zebra is
+often faster. Zebra ends up indexing and search works, but I am
+concerned about the errors. Any ideas?
+
+**Answer**: Rebuild\_zebra.pl -r deletes all of the files in the Zebra
+db directories (such as reci-0.mf) and then recreates them. Thus,
+permissions will be lost, and the files will be owned by the user who
+ran rebuild\_zebra.pl. If one rebuilds the zebra indexes as root, the
+daemons, which typically run under the user Koha, will not be able to
+update the indexes. Thus, it's important then that the zebra rebuilds
+are put in the cronjob file of the user Koha, and not root. Also
+important is that other users, such as root, don't manually execute
+rebuilds.
+
+If one desires that another user be able to execute rebuild\_zebra.pl,
+he should be given the permission to execute 'sudo -u Koha
+.../rebuild\_zebra.pl,' (if you want to do this, you also have to edit
+the sudoers file to pass the PERL5LIB variable with the env\_keep option
+as by default sudo strips away almost all environment variables). Or, as
+root user, one can use a simple 'su koha' and then the rebuild\_zebra.pl
+command.
+
+I've also tried to set the sticky bit on rebuild\_zebra.pl, but for
+whatever reason it didn't seem to work due to some problem with the
+PERL5LIB variable that I wasn't able to figure. That seems to me the
+easiest thing to do, if anybody has any idea how to make it work. If it
+worked and were the default, I think it would help folks to avoid a
+great deal of the problems that come up with zebra.
+
+`Making Z39.50 Target Public <#publicztarget>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Could someone tell me the exact steps I need to take to
+configure Zebra to expose my Koha 3 db as a public Z39.50 service?
+
+**Answer**: Edit the KOHA\_CONF file that your Koha is using. Uncomment
+the publicserver line like:
+
+<!-- <listen id="publicserver" >tcp:@:9999</listen> -->
+
+to be:
+
+<listen id="publicserver" >tcp:@:9999</listen>
+
+Then restart zebasrv and connect on the port specified (9999).
+
+`Shelving Location Authorized Values <#authvalfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: When editing an item, the new shelving location I created
+is not showing up by default in the items where I assigned it to.
+
+**Answer**: This is because you created the new shelving location with a
+code value of 0 (zero) Just FYI the system interprets authorized values
+of 0 as equaling a null so when you edit a record in cataloging where
+the authorized value in a field was assigned where the code was 0, the
+value displays as null in the item editor (or MARC editor) instead of
+the value the library meant it to be.
+
+`Why do I need Authorized Values? <#whyauthvals>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Why would I want to define authorized values for MARC
+tags?
+
+**Answer**: Authorized Values create a 'controlled vocabulary' for your
+staff. As an example, let us assume that your Koha installation is used
+by several libraries, and you use MARC 21. You might want to restrict
+the 850a MARC subfield to the institution codes for just those
+libraries. In that case, you could define an authorized values category
+(perhaps called "INST") and enter the institution codes as the
+authorized values for that category.
+
+    **Note**
+
+    Koha automatically sets up authorized value categories for your item
+    types and branch codes, and you can link these authorized values to
+    MARC subfields when you set up your MARC tag structure.
+
+`How do I clean up the sessions table? <#sessionstblfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: Is there a periodic job that can be run to cull old
+sessions from the table? We don't want to backup all the useless session
+data every night.
+
+**Answer**: You can run `cleanup database cron job <#cleandbcron>`__.
+
+Or just before doing a backup command (mysqldump), you can truncate
+session table:  
+
+::
+
+    mysql -u<kohauser -p<password <koha-db-name -e 'TRUNCATE TABLE sessions'
+
+`Hardware <#hardwarefaq>`__
+---------------------------
+
+`Barcode Scanners <#barcodefaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+**Question**: What barcode scanners have been known to work with Koha?
+
+**Answer**: The simple rule of thumb is, does it act like a keyboard
+device?, if so, it will work. (i.e. can you take the scanner, scan a
+barcode and have it show up in a text editor, if so, it will work.)
+
+The main points to check are that it connects to your PC conveniently
+(can be USB or "keyboard wedge" which means it connects in line with the
+keyboard, which is useful with older computers), and that it scans the
+barcode type that you are using.
+
+It is a good idea to test some 'used' barcodes if you have any, to see
+whether the scanner can read scuffed or slightly wrinkled ones
+successfully. Most scanners are capable of reading several barcode types
+- there are many, and the specification should list the ones it can
+read. You may need to adjust settings slightly, such as prefix and
+suffix characters, or whether you want to send an 'enter' character or
+not.
+
+One more tip - some can be set 'always on' and may come with a stand,
+some have triggers under the handle, some have buttons on top, some are
+held like a pen. Think about the staff working with the hardware before
+choosing, as a button in the wrong place can be very awkward to use.
+
+`Printers <#printersfaq>`__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+`Printers used by Koha libraries <#kohaprinters>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  POS-X receipt printer
+
+-  Star Micronics printer (exact model unknown) with a generic/plain
+   text driver.
+
+-  Star SP2000 (Nelsonville)
+
+-  Star TSP-100 futurePRINT (Geauga)
+
+   -  "I know there have been a lot of questions on receipt printers so
+      I thought I'd pass on my findings. We have been testing the Star
+      TSP-100 futurePRINT. I found this print to be VERY easy to
+      configure for Koha. I was even able to customize the print job by
+      adding our system logo (a .gif) to the top of every receipt. Also
+      with a bitmap created in Paint was able to add a message at the
+      bottom of each receipt with the contact information, hours and
+      website for the library that the materials were checked out at."
+
+-  Epson TM 88 IIIP thermal receipt printers
+
+-  Epson TM-T88IV
+
+-  1x1 labels using a Dymolabelwriter printer
+
+`Braille Support <#braillefaq>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Question**: Are there any braille embosser or printer which has
+inbuilt braille converter and it is accessible with UNIX environment?
+
+**Answer**: You may want to look into BRLTTY
+(http://www.emptech.info/product_details.php?ID=1232).
+
+`Additional Support <#hardwaresupport>`__
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+-  http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/
+
+Extending Koha
+==============
+
+`Amazon lookup script for Koha libraries <#amzlookup>`__
+--------------------------------------------------------
+
+We order most of our materials from Amazon, so I've been looking for a
+convenient way to tell if a book under consideration is in our catalog
+already.
+
+Greasemonkey & a custom user script fit the bill nicely:
+
+-  https://addons.mozilla.org/en-US/firefox/addon/748
+
+-  http://userscripts.org/scripts/show/56847
+
+A few caveats:
+
+-  Like most scripts, this one was designed to work with Firefox; I
+   haven't explored getting it to work with other browsers.
+
+-  I'm not a JavaScript programmer -- this was adapted from others'
+   work. Just a few lines would have to be changed to get the script to
+   work with your catalog.
+
+-  It depends on the existence of ISBN for the item in question, so
+   movies, older books, etc. would not work.
+
+Others have added all sorts of bells & whistles: XISBN lookups to search
+for related titles, custom messages based on the status of items (on
+order, on hold, etc.), ... just search the UserScripts site for Amazon +
+library. For a later date!
+
+`Keyword Clouds <#extendkeywordclouds>`__
+-----------------------------------------
+
+In addition to the traditional tag cloud available in Koha, there is a
+way to generate clouds for popular subjects within Koha.
+
+The `Author/Subject Cloud cron job <#keywordclouds>`__ is used to help
+with this process. This cron job sends its output to files.
+
+-  /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
+
+-  /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
+
+This means that you can produce clouds for authors, collective author,
+all kind of subjects, classifications, etc. And since it works on zebra
+indexes, it is quick, even on large DBs. Tags clouds are sent to files.
+It's up to library webmaster to deal with those files in order to
+include them in `OPACMainUserBlock <#OpacMainUserBlock>`__, or include
+them into their library CMS.
+
+Some libraries even send the file into a Samba shared folder where
+webmaster take them, eventually clean them a little bit before
+integrating them into navigation widgets or pages.
+
+`Newest Titles Pulldown <#newtitlesoption>`__
+---------------------------------------------
+
+Often we want to add a way for our patrons to do searches for the newest
+items. In this example I'll show you how to create a pull down menu of
+the newest items by item type. These tips will work (with a couple
+changes) for collection codes or shelving locations as well.
+
+First, it's important to note that every link in Koha is a permanent
+link. This means if I do a search for everything of a specific item type
+sorted by the acquisitions date and bookmark that URL, whenever I click
+it I'll see the newest items of that type on the first few pages of the
+results.
+
+I took this knowledge and wrote a form takes this functionality in to
+consideration. It basically just does a search of your Koha catalog for
+a specific item type and sorts the results by acquisitions date.
+
+The first thing I did was write a MySQL statement to generate a list of
+item types for me - why copy and paste when you can use the power of
+MySQL?
+
+::
+
+    select concat('<option value=\"mc-itype:', itemtype, '\">',description,'</option>') from itemtypes
+
+The above looks at the itemtypes table and slaps the necessary HTML
+around each item type for me. I then exported that to CSV and opened it
+in my text editor and added the other parts of the form.
+
+::
+
+    <p><strong>New Items</strong></p>
+    <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
+    <input name="idx" value="kw" type="hidden">
+    <input name="sort_by" value="acqdate_dsc" type="hidden">
+    <input name="do" value="OK" type="hidden">
+    <select name="limit" onchange="this.form.submit()">
+    <option>-- Please choose --</option>
+    <option value="mc-itype:BOOK">Book</option>
+    <option value="mc-itype:BOOKCD">Book on CD</option>
+    <option value="mc-itype:DVD">DVD</option>
+    <option value="mc-itype:LRG_PRINT">Large print book</option>
+    <option value="mc-itype:MAGAZINE">Magazine</option>
+    <option value="mc-itype:NEWSPAPER">Newspaper</option>
+    <option value="mc-itype:VIDEO">Videocassette</option>
+    </select>
+    </form>
+    </p>
+
+Now, what does all of that mean? The important bits are these:
+
+First the starting of the form.
+
+::
+
+    <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
+
+This tells the browser to take any value selected and put it at the end
+of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want to
+embed this form on your library website (and not on your OPAC) you can
+put the full OPAC URL in there.
+
+Next, there is a hidden value that is telling the search to sort by
+acquisitions date descending (newest items at the top):
+
+::
+
+    <input name="sort_by" value="acqdate_dsc" type="hidden">
+
+And finally you have an option for each item type you want people to
+search.
+
+::
+
+    <option value="mc-itype:BOOK">Book</option>
+
+These options each include the string "mc-itype:" which tells Koha to do
+an item type search.
+
+Once you have all of that in place you can copy and paste the form to
+somewhere on your OPAC. The `Farmington Public Libraries
+OPAC <http://catalog.farmingtonlibraries.org>`__ has a few examples of
+this on the left.
+
+`Cataloging and Searching by Color <#colorsearch>`__
+----------------------------------------------------
+
+One of the icon sets installed in Koha includes a series of colors. This
+set can be used to catalog and search by color if you'd like. This guide
+will walk you use changing collection code to color in Koha so that you
+can do this.
+
+The following SQL could be used to add these colors to the CCODE
+authorized value category in a batch. If you wanted to use these colors
+for another authorized value you'd have to edit this to use that
+category:
+
+::
+
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','000000','Black','','colors/000000.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','66cc66','Bright Green','','colors/66cc66.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','99cc33','Olive','','colors/99cc33.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','3333cc','Dark Blue','','colors/3333cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','006600' ,'Dark Green','','colors/006600.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','6600cc','Plum','','colors/6600cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','6666cc','Purple','','colors/6666cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','9999cc','Light Purple','','colors/9999cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','660000' ,'Burgundy','','colors/660000.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','663333' ,'Brown','','colors/663333.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','990000' ,'Red','','colors/990000.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','996633' ,'Tan','','colors/996633.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','999999' ,'Gray','','colors/999999.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cc66cc','Pink','','colors/cc66cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cc99cc','Bubble Gum','','colors/cc99cc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cc3333' ,'Orange','','colors/cc3333.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cc6666' ,'Peach','','colors/cc6666.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cc9999' ,'Rose','','colors/cc9999.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','cccc00' ,'Gold','','colors/cccc00.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','ffff33' ,'Yellow','','colors/ffff33.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','ffffcc','Cream','','colors/ffffcc.png');
+        insert into authorised_values (category, authorised_value, lib,
+         lib_opac, imageurl) values ('CCODE','ffffff','White','','colors/ffffff.png');
+
+If you would like to choose the colors manually you can do that via the
+`Authorized Values <#authorizedvalues>`__ administration area.
+
+Colors for CCODE
+|image1118|
+
+Next you'll want to `update the frameworks <#marcbibframeworks>`__ so
+that the 952$8 (if you're using collection code) label to says Color.
+
+Once you have that in place you can start to catalog items by color.
+
+Finally you'll want to add the following JQuery to your preferences so
+that it will relabel 'Collection' to 'Color'
+
+`IntranetUserJS <#intranetuserjs>`__
+
+::
+
+    $(document).ready(function(){
+        $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
+        $("#holdings th:contains('Collection')").text("Color");
+        });
+
+`OPACUserJS <#opacuserjs>`__
+
+::
+
+    $(document).ready(function(){
+        $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
+        $('#item_ccode').text("Color");
+        });
+
+Koha and Your Website
+=====================
+
+This appendix will include tips for integrating Koha in to your library
+website.
+
+`Koha search on your site <#embedsearch>`__
+-------------------------------------------
+
+Often you'll want to add a Koha search box to your library website. To
+do so, just copy and paste the following code in to your library website
+and update the YOURCATALOG bit with your catalog's URL and you're set to
+go.
+
+::
+
+    <form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform">
+    <input id="transl1" name="q" type="text"><p>
+    <select name="idx" id="masthead_search">
+    <option value="kw">Keyword</option>
+    <option value="ti">Title</option>
+    <option value="au">Author</option>
+    <option value="su">Subject</option>
+    <option value="nb">ISBN</option>
+    <option value="se">Series</option>
+    <option value="callnum">Call Number</option>
+    </select>
+    <input value="Search" id="searchsubmit" type="submit">
+    </p></form>
+
+
+GNU General Public License version 3
+====================================
+
+Version 3, 29 June 2007
+
+Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+**Preamble**
+
+The GNU General Public License is a free, copyleft license for software
+and other kinds of works.
+
+The licenses for most software and other practical works are designed to
+take away your freedom to share and change the works. By contrast, the
+GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not price.
+Our General Public Licenses are designed to make sure that you have the
+freedom to distribute copies of free software (and charge for them if
+you wish), that you receive source code or can get it if you want it,
+that you can change the software or use pieces of it in new free
+programs, and that you know you can do these things.
+
+To protect your rights, we need to prevent others from denying you these
+rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+For example, if you distribute copies of such a program, whether gratis
+or for a fee, you must pass on to the recipients the same freedoms that
+you received. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+Developers that use the GNU GPL protect your rights with two steps: (1)
+assert copyright on the software, and (2) offer you this License giving
+you legal permission to copy, distribute and/or modify it.
+
+For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of protecting
+users' freedom to change the software. The systematic pattern of such
+abuse occurs in the area of products for individuals to use, which is
+precisely where it is most unacceptable. Therefore, we have designed
+this version of the GPL to prohibit the practice for those products. If
+such problems arise substantially in other domains, we stand ready to
+extend this provision to those domains in future versions of the GPL, as
+needed to protect the freedom of users.
+
+Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+The precise terms and conditions for copying, distribution and
+modification follow.
+
+**TERMS AND CONDITIONS**
+
+**0. Definitions.**
+
+"This License" refers to version 3 of the GNU General Public License.
+
+"Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+"The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+A "covered work" means either the unmodified Program or a work based on
+the Program.
+
+To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+An interactive user interface displays "Appropriate Legal Notices" to
+the extent that it includes a convenient and prominently visible feature
+that (1) displays an appropriate copyright notice, and (2) tells the
+user that there is no warranty for the work (except to the extent that
+warranties are provided), that licensees may convey the work under this
+License, and how to view a copy of this License. If the interface
+presents a list of user commands or options, such as a menu, a prominent
+item in the list meets this criterion.
+
+**1. Source Code.**
+
+The "source code" for a work means the preferred form of the work for
+making modifications to it. "Object code" means any non-source form of a
+work.
+
+A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that is
+widely used among developers working in that language.
+
+The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that Major
+Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A "Major
+Component", in this context, means a major essential component (kernel,
+window system, and so on) of the specific operating system (if any) on
+which the executable work runs, or a compiler used to produce the work,
+or an object code interpreter used to run it.
+
+The "Corresponding Source" for a work in object code form means all the
+source code needed to generate, install, and (for an executable work)
+run the object code and to modify the work, including scripts to control
+those activities. However, it does not include the work's System
+Libraries, or general-purpose tools or generally available free programs
+which are used unmodified in performing those activities but which are
+not part of the work. For example, Corresponding Source includes
+interface definition files associated with source files for the work,
+and the source code for shared libraries and dynamically linked
+subprograms that the work is specifically designed to require, such as
+by intimate data communication or control flow between those subprograms
+and other parts of the work.
+
+The Corresponding Source need not include anything that users can
+regenerate automatically from other parts of the Corresponding Source.
+
+The Corresponding Source for a work in source code form is that same
+work.
+
+**2. Basic Permissions.**
+
+All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+You may make, run and propagate covered works that you do not convey,
+without conditions so long as your license otherwise remains in force.
+You may convey covered works to others for the sole purpose of having
+them make modifications exclusively for you, or provide you with
+facilities for running those works, provided that you comply with the
+terms of this License in conveying all material for which you do not
+control copyright. Those thus making or running the covered works for
+you must do so exclusively on your behalf, under your direction and
+control, on terms that prohibit them from making any copies of your
+copyrighted material outside their relationship with you.
+
+Conveying under any other circumstances is permitted solely under the
+conditions stated below. Sublicensing is not allowed; section 10 makes
+it unnecessary.
+
+**3. Protecting Users' Legal Rights From Anti-Circumvention Law.**
+
+No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article 11
+of the WIPO copyright treaty adopted on 20 December 1996, or similar
+laws prohibiting or restricting circumvention of such measures.
+
+When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to the
+covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+**4. Conveying Verbatim Copies.**
+
+You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice; keep
+intact all notices stating that this License and any non-permissive
+terms added in accord with section 7 apply to the code; keep intact all
+notices of the absence of any warranty; and give all recipients a copy
+of this License along with the Program.
+
+You may charge any price or no price for each copy that you convey, and
+you may offer support or warranty protection for a fee.
+
+**5. Conveying Modified Source Versions.**
+
+You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the terms
+of section 4, provided that you also meet all of these conditions:
+
+a. The work must carry prominent notices stating that you modified it,
+   and giving a relevant date.
+
+b. The work must carry prominent notices stating that it is released
+   under this License and any conditions added under section 7. This
+   requirement modifies the requirement in section 4 to "keep intact all
+   notices".
+
+c. You must license the entire work, as a whole, under this License to
+   anyone who comes into possession of a copy. This License will
+   therefore apply, along with any applicable section 7 additional
+   terms, to the whole of the work, and all its parts, regardless of how
+   they are packaged. This License gives no permission to license the
+   work in any other way, but it does not invalidate such permission if
+   you have separately received it.
+
+d. If the work has interactive user interfaces, each must display
+   Appropriate Legal Notices; however, if the Program has interactive
+   interfaces that do not display Appropriate Legal Notices, your work
+   need not make them do so.
+
+A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work, and
+which are not combined with it such as to form a larger program, in or
+on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not used
+to limit the access or legal rights of the compilation's users beyond
+what the individual works permit. Inclusion of a covered work in an
+aggregate does not cause this License to apply to the other parts of the
+aggregate.
+
+**6. Conveying Non-Source Forms.**
+
+You may convey a covered work in object code form under the terms of
+sections 4 and 5, provided that you also convey the machine-readable
+Corresponding Source under the terms of this License, in one of these
+ways:
+
+a. Convey the object code in, or embodied in, a physical product
+   (including a physical distribution medium), accompanied by the
+   Corresponding Source fixed on a durable physical medium customarily
+   used for software interchange.
+
+b. Convey the object code in, or embodied in, a physical product
+   (including a physical distribution medium), accompanied by a written
+   offer, valid for at least three years and valid for as long as you
+   offer spare parts or customer support for that product model, to give
+   anyone who possesses the object code either (1) a copy of the
+   Corresponding Source for all the software in the product that is
+   covered by this License, on a durable physical medium customarily
+   used for software interchange, for a price no more than your
+   reasonable cost of physically performing this conveying of source, or
+   (2) access to copy the Corresponding Source from a network server at
+   no charge.
+
+c. Convey individual copies of the object code with a copy of the
+   written offer to provide the Corresponding Source. This alternative
+   is allowed only occasionally and noncommercially, and only if you
+   received the object code with such an offer, in accord with
+   subsection 6b.
+
+d. Convey the object code by offering access from a designated place
+   (gratis or for a charge), and offer equivalent access to the
+   Corresponding Source in the same way through the same place at no
+   further charge. You need not require recipients to copy the
+   Corresponding Source along with the object code. If the place to copy
+   the object code is a network server, the Corresponding Source may be
+   on a different server (operated by you or a third party) that
+   supports equivalent copying facilities, provided you maintain clear
+   directions next to the object code saying where to find the
+   Corresponding Source. Regardless of what server hosts the
+   Corresponding Source, you remain obligated to ensure that it is
+   available for as long as needed to satisfy these requirements.
+
+e. Convey the object code using peer-to-peer transmission, provided you
+   inform other peers where the object code and Corresponding Source of
+   the work are being offered to the general public at no charge under
+   subsection 6d.
+
+A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be included
+in conveying the object code work.
+
+A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for
+incorporation into a dwelling. In determining whether a product is a
+consumer product, doubtful cases shall be resolved in favor of coverage.
+For a particular product received by a particular user, "normally used"
+refers to a typical or common use of that class of product, regardless
+of the status of the particular user or of the way in which the
+particular user actually uses, or expects or is expected to use, the
+product. A product is a consumer product regardless of whether the
+product has substantial commercial, industrial or non-consumer uses,
+unless such uses represent the only significant mode of use of the
+product.
+
+"Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product
+from a modified version of its Corresponding Source. The information
+must suffice to ensure that the continued functioning of the modified
+object code is in no case prevented or interfered with solely because
+modification has been made.
+
+If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied by
+the Installation Information. But this requirement does not apply if
+neither you nor any third party retains the ability to install modified
+object code on the User Product (for example, the work has been
+installed in ROM).
+
+The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+Corresponding Source conveyed, and Installation Information provided, in
+accord with this section must be in a format that is publicly documented
+(and with an implementation available to the public in source code
+form), and must require no special password or key for unpacking,
+reading or copying.
+
+**7. Additional Terms.**
+
+"Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by this
+License without regard to the additional permissions.
+
+When you convey a copy of a covered work, you may at your option remove
+any additional permissions from that copy, or from any part of it.
+(Additional permissions may be written to require their own removal in
+certain cases when you modify the work.) You may place additional
+permissions on material, added by you to a covered work, for which you
+have or can give appropriate copyright permission.
+
+Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders
+of that material) supplement the terms of this License with terms:
+
+a. Disclaiming warranty or limiting liability differently from the terms
+   of sections 15 and 16 of this License; or
+
+b. Requiring preservation of specified reasonable legal notices or
+   author attributions in that material or in the Appropriate Legal
+   Notices displayed by works containing it; or
+
+c. Prohibiting misrepresentation of the origin of that material, or
+   requiring that modified versions of such material be marked in
+   reasonable ways as different from the original version; or
+
+d. Limiting the use for publicity purposes of names of licensors or
+   authors of the material; or
+
+e. Declining to grant rights under trademark law for use of some trade
+   names, trademarks, or service marks; or
+
+f. Requiring indemnification of licensors and authors of that material
+   by anyone who conveys the material (or modified versions of it) with
+   contractual assumptions of liability to the recipient, for any
+   liability that these contractual assumptions directly impose on those
+   licensors and authors.
+
+All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains a
+further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms of
+that license document, provided that the further restriction does not
+survive such relicensing or conveying.
+
+If you add terms to a covered work in accord with this section, you must
+place, in the relevant source files, a statement of the additional terms
+that apply to those files, or a notice indicating where to find the
+applicable terms.
+
+Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions; the above
+requirements apply either way.
+
+**8. Termination.**
+
+You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+However, if you cease all violation of this License, then your license
+from a particular copyright holder is reinstated (a) provisionally,
+unless and until the copyright holder explicitly and finally terminates
+your license, and (b) permanently, if the copyright holder fails to
+notify you of the violation by some reasonable means prior to 60 days
+after the cessation.
+
+Moreover, your license from a particular copyright holder is reinstated
+permanently if the copyright holder notifies you of the violation by
+some reasonable means, this is the first time you have received notice
+of violation of this License (for any work) from that copyright holder,
+and you cure the violation prior to 30 days after your receipt of the
+notice.
+
+Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+**9. Acceptance Not Required for Having Copies.**
+
+You are not required to accept this License in order to receive or run a
+copy of the Program. Ancillary propagation of a covered work occurring
+solely as a consequence of using peer-to-peer transmission to receive a
+copy likewise does not require acceptance. However, nothing other than
+this License grants you permission to propagate or modify any covered
+work. These actions infringe copyright if you do not accept this
+License. Therefore, by modifying or propagating a covered work, you
+indicate your acceptance of this License to do so.
+
+**10. Automatic Licensing of Downstream Recipients.**
+
+Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered work
+results from an entity transaction, each party to that transaction who
+receives a copy of the work also receives whatever licenses to the work
+the party's predecessor in interest had or could give under the previous
+paragraph, plus a right to possession of the Corresponding Source of the
+work from the predecessor in interest, if the predecessor has it or can
+get it with reasonable efforts.
+
+You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may not
+impose a license fee, royalty, or other charge for exercise of rights
+granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that any
+patent claim is infringed by making, using, selling, offering for sale,
+or importing the Program or any portion of it.
+
+**11. Patents.**
+
+A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The work
+thus licensed is called the contributor's "contributor version".
+
+A contributor's "essential patent claims" are all patent claims owned or
+controlled by the contributor, whether already acquired or hereafter
+acquired, that would be infringed by some manner, permitted by this
+License, of making, using, or selling its contributor version, but do
+not include claims that would be infringed only as a consequence of
+further modification of the contributor version. For purposes of this
+definition, "control" includes the right to grant patent sublicenses in
+a manner consistent with the requirements of this License.
+
+Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to make,
+use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+If you convey a covered work, knowingly relying on a patent license, and
+the Corresponding Source of the work is not available for anyone to
+copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify or
+convey a specific copy of the covered work, then the patent license you
+grant is automatically extended to all recipients of the covered work
+and works based on it.
+
+A patent license is "discriminatory" if it does not include within the
+scope of its coverage, prohibits the exercise of, or is conditioned on
+the non-exercise of one or more of the rights that are specifically
+granted under this License. You may not convey a covered work if you are
+a party to an arrangement with a third party that is in the business of
+distributing software, under which you make payment to the third party
+based on the extent of your activity of conveying the work, and under
+which the third party grants, to any of the parties who would receive
+the covered work from you, a discriminatory patent license (a) in
+connection with copies of the covered work conveyed by you (or copies
+made from those copies), or (b) primarily for and in connection with
+specific products or compilations that contain the covered work, unless
+you entered into that arrangement, or that patent license was granted,
+prior to 28 March 2007.
+
+Nothing in this License shall be construed as excluding or limiting any
+implied license or other defenses to infringement that may otherwise be
+available to you under applicable patent law.
+
+**12. No Surrender of Others' Freedom.**
+
+If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not convey it at all. For example, if you agree to terms that
+obligate you to collect a royalty for further conveying from those to
+whom you convey the Program, the only way you could satisfy both those
+terms and this License would be to refrain entirely from conveying the
+Program.
+
+**13. Use with the GNU Affero General Public License.**
+
+Notwithstanding any other provision of this License, you have permission
+to link or combine any covered work with a work licensed under version 3
+of the GNU Affero General Public License into a single combined work,
+and to convey the resulting work. The terms of this License will
+continue to apply to the part which is the covered work, but the special
+requirements of the GNU Affero General Public License, section 13,
+concerning interaction through a network will apply to the combination
+as such.
+
+**14. Revised Versions of this License.**
+
+The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies that a certain numbered version of the GNU General Public
+License "or any later version" applies to it, you have the option of
+following the terms and conditions either of that numbered version or of
+any later version published by the Free Software Foundation. If the
+Program does not specify a version number of the GNU General Public
+License, you may choose any version ever published by the Free Software
+Foundation.
+
+If the Program specifies that a proxy can decide which future versions
+of the GNU General Public License can be used, that proxy's public
+statement of acceptance of a version permanently authorizes you to
+choose that version for the Program.
+
+Later license versions may give you additional or different permissions.
+However, no additional obligations are imposed on any author or
+copyright holder as a result of your choosing to follow a later version.
+
+**15. Disclaimer of Warranty.**
+
+THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
+WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
+THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+**16. Limitation of Liability.**
+
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
+CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
+NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
+SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
+WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+**17. Interpretation of Sections 15 and 16.**
+
+If the disclaimer of warranty and limitation of liability provided above
+cannot be given local legal effect according to their terms, reviewing
+courts shall apply local law that most closely approximates an absolute
+waiver of all civil liability in connection with the Program, unless a
+warranty or assumption of liability accompanies a copy of the Program in
+return for a fee.
+
+**END OF TERMS AND CONDITIONS**
+
+**How to Apply These Terms to Your New Programs**
+
+If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these
+terms.
+
+To do so, attach the following notices to the program. It is safest to
+attach them to the start of each source file to most effectively state
+the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+::
+
+    one line to give the program's name and a brief idea of what it does.
+    Copyright (C) year name of author
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see http://www.gnu.org/licenses/.
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program does terminal interaction, make it output a short notice
+like this when it starts in an interactive mode:
+
+::
+
+    program Copyright (C) year name of author
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+
+The hypothetical commands \`\ ``show w``' and \`\ ``show c``' should
+show the appropriate parts of the General Public License. Of course,
+your program's commands might be different; for a GUI interface, you
+would use an "about box".
+
+You should also get your employer (if you work as a programmer) or
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. For more information on this, and how to apply and follow the
+GNU GPL, see http://www.gnu.org/licenses/.
+
+The GNU General Public License does not permit incorporating your
+program into proprietary programs. If your program is a subroutine
+library, you may consider it more useful to permit linking proprietary
+applications with the library. If this is what you want to do, use the
+GNU Lesser General Public License instead of this License. But first,
+please read http://www.gnu.org/philosophy/why-not-lgpl.html.
+
+.. |image0| image:: images/admin/globalprefs/prefsearch.png
+.. |image1| image:: images/admin/globalprefs/prefsearch1.png
+.. |image2| image:: images/admin/globalprefs/saveallprefs.png
+.. |image3| image:: images/admin/globalprefs/saveconfirmation.png
+.. |image4| image:: images/admin/globalprefs/sortprefs.png
+.. |image5| image:: images/admin/globalprefs/Google/2newproject.png
+.. |image6| image:: images/admin/globalprefs/Google/3identity.png
+.. |image7| image:: images/admin/globalprefs/Google/4enable.png
+.. |image8| image:: images/admin/globalprefs/Google/5consent.png
+.. |image9| image:: images/admin/globalprefs/Google/6credtype.png
+.. |image10| image:: images/admin/globalprefs/Google/7creds.png
+.. |image11| image:: images/admin/globalprefs/Google/8oauth.png
+.. |image12| image:: images/admin/globalprefs/Google/7creds.png
+.. |image13| image:: images/admin/globalprefs/persona.png
+.. |image14| image:: images/admin/globalprefs/AuthDisplayHierarchy.png
+.. |image15| image:: images/admin/globalprefs/hide_marc-display.png
+.. |image16| image:: images/admin/globalprefs/hide_marc-dont.png
+.. |image17| image:: images/admin/globalprefs/LabelMARCView-do.png
+.. |image18| image:: images/admin/globalprefs/LabelMARCView-dont.png
+.. |image19| image:: images/admin/globalprefs/SeparateHoldings.png
+.. |image20| image:: images/admin/globalprefs/advancedMARCeditor-display.png
+.. |image21| image:: images/admin/globalprefs/advancedMARCeditor-dontdisplay.png
+.. |image22| image:: images/admin/globalprefs/AlternateHoldingsField.png
+.. |image23| image:: images/admin/globalprefs/item-level_itypes.png
+.. |image24| image:: images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png
+.. |image25| image:: images/admin/globalprefs/AgeRestrictionOverride.png
+.. |image26| image:: images/admin/globalprefs/AgeRestrictionMarker.png
+.. |image27| image:: images/admin/globalprefs/AllowTooManyOverride-yes.png
+.. |image28| image:: images/admin/globalprefs/AllowTooManyOverride-no.png
+.. |image29| image:: images/admin/globalprefs/IssueLostItem-msg.png
+.. |image30| image:: images/admin/globalprefs/IssueLostItem-confirm.png
+.. |image31| image:: images/admin/globalprefs/OnSiteCheckoutsForce.png
+.. |image32| image:: images/admin/globalprefs/decreaseLoanHighHoldsDuration.png
+.. |image33| image:: images/admin/globalprefs/CircAutocompl.png
+.. |image34| image:: images/admin/globalprefs/FilterBeforeOverdueReport.png
+.. |image35| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
+.. |image36| image:: images/admin/globalprefs/DisplayClearScreenButtonOff.png
+.. |image37| image:: images/admin/globalprefs/DisplayClearScreenButton.png
+.. |image38| image:: images/admin/globalprefs/ExportRemoveFields.png
+.. |image39| image:: images/admin/globalprefs/ExportWithCsvProfile.png
+.. |image40| image:: images/admin/globalprefs/itemBarcodeFallbackSearch.png
+.. |image41| image:: images/admin/globalprefs/SpecifyDueDate.png
+.. |image42| image:: images/admin/globalprefs/SpecifyDueDate-no.png
+.. |image43| image:: images/admin/globalprefs/WaitingNotifyAtCheckin.png
+.. |image44| image:: images/circ/selfcheckout.png
+.. |image45| image:: images/circ/SelfCheckoutByLogin.png
+.. |image46| image:: images/admin/globalprefs/editionstab.png
+.. |image47| image:: images/admin/globalprefs/editions.png
+.. |image48| image:: images/admin/globalprefs/Babeltheque.png
+.. |image49| image:: images/admin/globalprefs/HTML5MediaEnabled-opac.png
+.. |image50| image:: images/admin/globalprefs/HTML5MediaEnabled-staff.png
+.. |image51| image:: images/admin/globalprefs/IDreamBooksReadometer.png
+.. |image52| image:: images/admin/globalprefs/IDreamBooksResults.png
+.. |image53| image:: images/admin/globalprefs/IDreamBooksReviews.png
+.. |image54| image:: images/admin/globalprefs/AllowMultipleCovers.png
+.. |image55| image:: images/admin/globalprefs/novelisttab.png
+.. |image56| image:: images/admin/globalprefs/novelistside.png
+.. |image57| image:: images/admin/globalprefs/Overdrive.png
+.. |image58| image:: images/admin/globalprefs/TagsInputOnList.png
+.. |image59| image:: images/admin/globalprefs/TagsInputOnDetail.png
+.. |image60| image:: images/admin/globalprefs/alphabet.png
+.. |image61| image:: images/admin/globalprefs/opaclanguagesdisplay.png
+.. |image62| image:: images/admin/globalprefs/DisplayOPACiconsXSLT.png
+.. |image63| image:: images/admin/globalprefs/hidelostitems.png
+.. |image64| image:: images/admin/globalprefs/LibraryName.png
+.. |image65| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png
+.. |image66| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png
+.. |image67| image:: images/admin/globalprefs/OPACBaseURL.png
+.. |image68| image:: images/admin/globalprefs/opaccredits-html.png
+.. |image69| image:: images/admin/globalprefs/opaccredits.png
+.. |image70| image:: images/admin/globalprefs/OPACDisplay856uAsImage.png
+.. |image71| image:: images/admin/globalprefs/856imagemarc.png
+.. |image72| image:: images/admin/globalprefs/favicon.png
+.. |image73| image:: images/admin/globalprefs/opacheader-html.png
+.. |image74| image:: images/admin/globalprefs/opacheader.png
+.. |image75| image:: images/admin/globalprefs/OpacKohaUrl.png
+.. |image76| image:: images/admin/globalprefs/opacmaintenance.png
+.. |image77| image:: images/admin/globalprefs/OpacMainUserBlock.png
+.. |image78| image:: images/admin/globalprefs/OPACMySummaryHTML.png
+.. |image79| image:: images/admin/globalprefs/OpacNav.png
+.. |image80| image:: images/admin/globalprefs/OpacNavBottom.png
+.. |image81| image:: images/admin/globalprefs/OpacNavRight.png
+.. |image82| image:: images/admin/globalprefs/OPACNoResultsFound.png
+.. |image83| image:: images/admin/globalprefs/OpacSeparateHoldings.png
+.. |image84| image:: images/admin/globalprefs/OPACShowBarcode-noshow.png
+.. |image85| image:: images/admin/globalprefs/OPACShowBarcode-show.png
+.. |image86| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-showholds.png
+.. |image87| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-priority.png
+.. |image88| image:: images/admin/globalprefs/OpacShowRecentComments.png
+.. |image89| image:: images/admin/globalprefs/OpacStarRatings-details.png
+.. |image90| image:: images/admin/globalprefs/OpacStarRatings-results.png
+.. |image91| image:: images/admin/globalprefs/opacuserjs-before.png
+.. |image92| image:: images/admin/globalprefs/opacuserjs.png
+.. |image93| image:: images/admin/globalprefs/opacuserjs-after.png
+.. |image94| image:: images/admin/globalprefs/authoritysearch.png
+.. |image95| image:: images/admin/globalprefs/OpacBrowseResults.png
+.. |image96| image:: images/admin/globalprefs/OpacHoldNotes.png
+.. |image97| image:: images/admin/globalprefs/OPACPatronDetails.png
+.. |image98| image:: images/admin/globalprefs/OPACPatronDetails-approve.png
+.. |image99| image:: images/admin/globalprefs/OpacTopissue.png
+.. |image100| image:: images/admin/globalprefs/topissues.png
+.. |image101| image:: images/admin/globalprefs/ShowReviewerPhoto.png
+.. |image102| image:: images/admin/globalprefs/SocialNetworks.png
+.. |image103| image:: images/admin/globalprefs/PatronSelfRegistration.png
+.. |image104| image:: images/admin/globalprefs/OPACShelfBrowser.png
+.. |image105| image:: images/admin/globalprefs/SMSSendDriver.png
+.. |image106| image:: images/admin/globalprefs/StatisticsFields.png
+.. |image107| image:: images/admin/globalprefs/displayFacetCount.png
+.. |image108| image:: images/admin/globalprefs/AdvancedSearchTypes.png
+.. |image109| image:: images/admin/globalprefs/opacSerialDefaultTab-colltab.png
+.. |image110| image:: images/admin/globalprefs/opacSerialDefaultTab-subtab.png
+.. |image111| image:: images/admin/globalprefs/SubscriptionHistory-brief.png
+.. |image112| image:: images/admin/globalprefs/SubscriptionHistory-full.png
+.. |image113| image:: images/admin/globalprefs/Display856uAsImage.png
+.. |image114| image:: images/admin/globalprefs/856imagemarc.png
+.. |image115| image:: images/admin/globalprefs/DisplayIconsXSLT.png
+.. |image116| image:: images/admin/globalprefs/favicon.png
+.. |image117| image:: images/admin/globalprefs/IntranetmainUserblock-html.png
+.. |image118| image:: images/admin/globalprefs/IntranetmainUserblock.png
+.. |image119| image:: images/admin/globalprefs/XSLTDetailsDisplay-off.png
+.. |image120| image:: images/admin/globalprefs/XSLTDetailsDisplay-on.png
+.. |image121| image:: images/admin/globalprefs/StaffDetailItemSelection.png
+.. |image122| image:: images/admin/basicparams/librarylist.png
+.. |image123| image:: images/admin/basicparams/grouplists.png
+.. |image124| image:: images/admin/basicparams/newlibrary.png
+.. |image125| image:: images/admin/basicparams/librarycontact.png
+.. |image126| image:: images/admin/basicparams/librarylink.png
+.. |image127| image:: images/admin/basicparams/opacinfo.png
+.. |image128| image:: images/admin/basicparams/cannotdeletelibrary.png
+.. |image129| image:: images/admin/basicparams/addlibgroup.png
+.. |image130| image:: images/admin/basicparams/searchgroup.png
+.. |image131| image:: images/admin/basicparams/stafflibgroupsearch.png
+.. |image132| image:: images/admin/basicparams/groupproperties.png
+.. |image133| image:: images/admin/basicparams/addlibrarytogroup.png
+.. |image134| image:: images/admin/basicparams/itemtypes.png
+.. |image135| image:: images/admin/basicparams/additemtype.png
+.. |image136| image:: images/admin/basicparams/itemtype-msgsetup.png
+.. |image137| image:: images/admin/basicparams/itemtype-msg.png
+.. |image138| image:: images/admin/basicparams/itemtype-alert.png
+.. |image139| image:: images/admin/basicparams/newitemtype.png
+.. |image140| image:: images/admin/basicparams/nodeleteitemtype.png
+.. |image141| image:: images/admin/basicparams/bor_notes.png
+.. |image142| image:: images/admin/basicparams/report_group.png
+.. |image143| image:: images/admin/basicparams/report_subgroup.png
+.. |image144| image:: images/admin/basicparams/addauthcat.png
+.. |image145| image:: images/admin/basicparams/authvallist.png
+.. |image146| image:: images/admin/basicparams/addauthvalue.png
+.. |image147| image:: images/admin/basicparams/authvals.png
+.. |image148| image:: images/admin/patroncirc/patroncatlist.png
+.. |image149| image:: images/admin/patroncirc/newpatroncat.png
+.. |image150| image:: images/admin/patroncirc/patcaterror.png
+.. |image151| image:: images/admin/patroncirc/patcaterror.png
+.. |image152| image:: images/admin/patroncirc/patcaterror.png
+.. |image153| image:: images/admin/patroncirc/hidelostitemspatron.png
+.. |image154| image:: images/admin/patroncirc/patroncatpulldown.png
+.. |image155| image:: images/admin/patroncirc/patcaterror.png
+.. |image156| image:: images/admin/patroncirc/selectissuinglibrary.png
+.. |image157| image:: images/admin/patroncirc/addcircrule.png
+.. |image158| image:: images/admin/patroncirc/editcircfine.png
+.. |image159| image:: images/admin/patroncirc/clonerules.png
+.. |image160| image:: images/admin/patroncirc/rulescloned.png
+.. |image161| image:: images/admin/patroncirc/defaultcheckholds.png
+.. |image162| image:: images/admin/patroncirc/checkoutsperpatron.png
+.. |image163| image:: images/admin/patroncirc/holdsperitem.png
+.. |image164| image:: images/admin/patroncirc/attributes.png
+.. |image165| image:: images/admin/patroncirc/addattribute.png
+.. |image166| image:: images/admin/patroncirc/showattribute.png
+.. |image167| image:: images/admin/patroncirc/pa_class.png
+.. |image168| image:: images/admin/patroncirc/patronattribute.png
+.. |image169| image:: images/admin/patroncirc/pa_class-patron.png
+.. |image170| image:: images/admin/patroncirc/deletepatronattr.png
+.. |image171| image:: images/admin/patroncirc/librarytransferselect.png
+.. |image172| image:: images/admin/patroncirc/collectcodes.png
+.. |image173| image:: images/admin/patroncirc/limittocollcode.png
+.. |image174| image:: images/admin/patroncirc/transferlimits.png
+.. |image175| image:: images/admin/patroncirc/transportcostmatrix.png
+.. |image176| image:: images/admin/patroncirc/librariesforalert.png
+.. |image177| image:: images/admin/patroncirc/alertmatrix.png
+.. |image178| image:: images/admin/patroncirc/newcity.png
+.. |image179| image:: images/admin/patroncirc/cities.png
+.. |image180| image:: images/admin/patroncirc/patroncity.png
+.. |image181| image:: images/admin/cataloging/frameworks.png
+.. |image182| image:: images/admin/cataloging/frameworkoptions.png
+.. |image183| image:: images/admin/cataloging/addframework.png
+.. |image184| image:: images/admin/cataloging/startnewframework.png
+.. |image185| image:: images/admin/cataloging/editframework.png
+.. |image186| image:: images/admin/cataloging/newtag.png
+.. |image187| image:: images/admin/cataloging/newtagform.png
+.. |image188| image:: images/admin/cataloging/subfieldslink.png
+.. |image189| image:: images/admin/cataloging/editfield.png
+.. |image190| image:: images/admin/cataloging/editsubfield.png
+.. |image191| image:: images/admin/cataloging/advancedoptsubfield.png
+.. |image192| image:: images/admin/cataloging/frameworkvisibility.png
+.. |image193| image:: images/admin/cataloging/otheroptssubfield.png
+.. |image194| image:: images/admin/cataloging/504auth.png
+.. |image195| image:: images/admin/cataloging/importexport.png
+.. |image196| image:: images/admin/cataloging/exportoptions.png
+.. |image197| image:: images/admin/cataloging/importexport.png
+.. |image198| image:: images/admin/cataloging/importfile.png
+.. |image199| image:: images/admin/cataloging/importconfirm.png
+.. |image200| image:: images/admin/cataloging/importtimer.png
+.. |image201| image:: images/admin/cataloging/kohamarcmapping.png
+.. |image202| image:: images/admin/cataloging/mapmarc.png
+.. |image203| image:: images/admin/cataloging/subtitlebookmapping.png
+.. |image204| image:: images/admin/cataloging/subtitledvdmapping.png
+.. |image205| image:: images/admin/cataloging/subtitlebookinopac.png
+.. |image206| image:: images/admin/cataloging/frameworktest.png
+.. |image207| image:: images/admin/cataloging/classsources.png
+.. |image208| image:: images/admin/cataloging/addclasssource.png
+.. |image209| image:: images/admin/cataloging/newmatchrule.png
+.. |image210| image:: images/admin/cataloging/samplematchrule.png
+.. |image211| image:: images/admin/cataloging/removematchcheck.png
+.. |image212| image:: images/admin/acquisitions/currencies.png
+.. |image213| image:: images/admin/acquisitions/nocurrency.png
+.. |image214| image:: images/admin/acquisitions/budgetslist.png
+.. |image215| image:: images/admin/acquisitions/newbudgetform.png
+.. |image216| image:: images/admin/acquisitions/budgetslist.png
+.. |image217| image:: images/admin/acquisitions/budgetslist.png
+.. |image218| image:: images/admin/acquisitions/duplicatebudget.png
+.. |image219| image:: images/admin/acquisitions/duplicatestartend.png
+.. |image220| image:: images/admin/acquisitions/closereport.png
+.. |image221| image:: images/admin/acquisitions/newfund.png
+.. |image222| image:: images/admin/acquisitions/newfundform.png
+.. |image223| image:: images/admin/acquisitions/restrictfund.png
+.. |image224| image:: images/admin/acquisitions/fundlist.png
+.. |image225| image:: images/admin/acquisitions/fundactions.png
+.. |image226| image:: images/admin/acquisitions/childfunds.png
+.. |image227| image:: images/admin/acquisitions/planningpulldown.png
+.. |image228| image:: images/admin/acquisitions/planningbymonths.png
+.. |image229| image:: images/admin/acquisitions/addplanningcol.png
+.. |image230| image:: images/admin/acquisitions/autofill.png
+.. |image231| image:: images/admin/acquisitions/planningcsv.png
+.. |image232| image:: images/admin/additional/z39list.png
+.. |image233| image:: images/admin/additional/newz39.png
+.. |image234| image:: images/admin/additional/newsru.png
+.. |image235| image:: images/admin/additional/didyoumean.png
+.. |image236| image:: images/admin/additional/didyoumeandrag.png
+.. |image237| image:: images/admin/additional/didyoumeanopacexplode.png
+.. |image238| image:: images/admin/additional/didyoumeanopacauth.png
+.. |image239| image:: images/admin/additional/columns.png
+.. |image240| image:: images/admin/additional/setcurrencynohide.png
+.. |image241| image:: images/admin/additional/currenciesnohide.png
+.. |image242| image:: images/admin/additional/setcurrencyhide.png
+.. |image243| image:: images/admin/additional/currencieshide.png
+.. |image244| image:: images/admin/additional/togglecolumns.png
+.. |image245| image:: images/tools/patronlists/patronlists.png
+.. |image246| image:: images/tools/patronlists/newpatronlist.png
+.. |image247| image:: images/tools/patronlists/addtopatronlist.png
+.. |image248| image:: images/tools/patronlists/addpatrontolist.png
+.. |image249| image:: images/tools/patronlists/patronstoadd.png
+.. |image250| image:: images/tools/patronlists/patronlist.png
+.. |image251| image:: images/tools/comments/commentswaiting.png
+.. |image252| image:: images/tools/comments/commentmoderation.png
+.. |image253| image:: images/tools/comments/nocomments.png
+.. |image254| image:: images/tools/comments/commentapproved.png
+.. |image255| image:: images/tools/importpatrons/importpatrons.png
+.. |image256| image:: images/tools/importpatrons/patronmatch.png
+.. |image257| image:: images/tools/importpatrons/patronmatching.png
+.. |image258| image:: images/tools/notices/notices.png
+.. |image259| image:: images/tools/notices/newnotice.png
+.. |image260| image:: images/tools/triggers.png
+.. |image261| image:: images/tools/patroncards/addlayout.png
+.. |image262| image:: images/tools/patroncards/units.png
+.. |image263| image:: images/tools/patroncards/managelayouts.png
+.. |image264| image:: images/tools/patroncards/newtemplate.png
+.. |image265| image:: images/tools/patroncards/edittemplate.png
+.. |image266| image:: images/tools/patroncards/units.png
+.. |image267| image:: images/tools/patroncards/managetemplates.png
+.. |image268| image:: images/tools/patroncards/newprofile.png
+.. |image269| image:: images/tools/patroncards/addprofile.png
+.. |image270| image:: images/tools/patroncards/units.png
+.. |image271| image:: images/tools/patroncards/manageprofiles.png
+.. |image272| image:: images/tools/patroncards/newbatch.png
+.. |image273| image:: images/tools/patroncards/cards.png
+.. |image274| image:: images/tools/patroncards/imageupload.png
+.. |image275| image:: images/tools/patroncards/imageuploaded.png
+.. |image276| image:: images/tools/patroncards/imagedelete.png
+.. |image277| image:: images/tools/anonymize/patronbulkdelete.png
+.. |image278| image:: images/tools/anonymize/patronanonconfirm.png
+.. |image279| image:: images/tools/anonymize/patronanoncomplete.png
+.. |image280| image:: images/tools/batchpatron/batchmodify.png
+.. |image281| image:: images/tools/batchpatron/modifyform.png
+.. |image282| image:: images/tools/batchpatron/attributes.png
+.. |image283| image:: images/tools/tagging/pendingtags.png
+.. |image284| image:: images/tools/tagging/tagpending.png
+.. |image285| image:: images/tools/tagging/tagsummary.png
+.. |image286| image:: images/tools/tagging/tagapproved.png
+.. |image287| image:: images/tools/tagging/tagblacklisttest-neither.png
+.. |image288| image:: images/tools/tagging/tagfilters.png
+.. |image289| image:: images/tools/patronphotos/uploadphotosfile.png
+.. |image290| image:: images/tools/patronphotos/uploadimagetool.png
+.. |image291| image:: images/tools/patronphotos/imageuploadconfirm.png
+.. |image292| image:: images/tools/rotatingcollections/rotatingcollectionnotice.png
+.. |image293| image:: images/tools/batchmod/batchmod.png
+.. |image294| image:: images/tools/batchmod/batchmodsummary.png
+.. |image295| image:: images/tools/batchmod/batchmodform.png
+.. |image296| image:: images/tools/batchmod/batchmodresults.png
+.. |image297| image:: images/tools/batchmod/editinbatch.png
+.. |image298| image:: images/tools/batchdelete/batchdel.png
+.. |image299| image:: images/tools/batchdelete/confirmbatchdel.png
+.. |image300| image:: images/tools/batchdelete/toomanytodelete.png
+.. |image301| image:: images/tools/batchdelete/nobatchdel.png
+.. |image302| image:: images/tools/batchdelete/batchdeldone.png
+.. |image303| image:: images/tools/batchbibmod/batchbibmod.png
+.. |image304| image:: images/tools/autoitemmodage/savedrule.png
+.. |image305| image:: images/tools/autoitemmodage/addeditrules.png
+.. |image306| image:: images/tools/autoitemmodage/ruleform.png
+.. |image307| image:: images/tools/autoitemmodage/savedrule.png
+.. |image308| image:: images/tools/exportmarc/marcexport-pt1.png
+.. |image309| image:: images/tools/exportmarc/fileexport.png
+.. |image310| image:: images/tools/exportmarc/marcexport-pt2.png
+.. |image311| image:: images/tools/exportmarc/marcexport-pt3.png
+.. |image312| image:: images/tools/exportmarc/authexport-pt1.png
+.. |image313| image:: images/tools/exportmarc/authexport-pt2.png
+.. |image314| image:: images/tools/exportmarc/authexport-pt3.png
+.. |image315| image:: images/tools/inventory/generateshelflist.png
+.. |image316| image:: images/tools/inventory/shelflist.png
+.. |image317| image:: images/tools/inventory/importbarcodes.png
+.. |image318| image:: images/tools/labelcreator/newtemplate.png
+.. |image319| image:: images/tools/labelcreator/labelform.png
+.. |image320| image:: images/tools/patroncards/units.png
+.. |image321| image:: images/tools/labelcreator/labeltemplates.png
+.. |image322| image:: images/tools/labelcreator/newprofile.png
+.. |image323| image:: images/tools/labelcreator/newprofileform.png
+.. |image324| image:: images/tools/patroncards/units.png
+.. |image325| image:: images/tools/labelcreator/profiles.png
+.. |image326| image:: images/tools/labelcreator/newlayout.png
+.. |image327| image:: images/tools/labelcreator/layoutform.png
+.. |image328| image:: images/tools/labelcreator/listlabelfields.png
+.. |image329| image:: images/tools/labelcreator/labelfromstaged.png
+.. |image330| image:: images/tools/labelcreator/newbatch.png
+.. |image331| image:: images/tools/labelcreator/addbatchitems.png
+.. |image332| image:: images/tools/labelcreator/searchforbatch.png
+.. |image333| image:: images/tools/labelcreator/batchsearchresults.png
+.. |image334| image:: images/tools/labelcreator/itemsinbarch.png
+.. |image335| image:: images/tools/labelcreator/exportbatch.png
+.. |image336| image:: images/tools/labelcreator/savebatch.png
+.. |image337| image:: images/tools/quickspinelable.png
+.. |image338| image:: images/tools/marcmodtemplates/addtemplate.png
+.. |image339| image:: images/tools/marcmodtemplates/ifexample.png
+.. |image340| image:: images/tools/marcmodtemplates/regexexample.png
+.. |image341| image:: images/tools/marcmodtemplates/viewactions.png
+.. |image342| image:: images/tools/marcmodtemplates/duplicate.png
+.. |image343| image:: images/tools/marcmodtemplates/templatechoice.png
+.. |image344| image:: images/tools/marcimport/stagemarc-pt1.png
+.. |image345| image:: images/tools/marcimport/stagemarc-pt2.png
+.. |image346| image:: images/tools/marcimport/recordtype.png
+.. |image347| image:: images/tools/marcimport/encoding.png
+.. |image348| image:: images/tools/marcimport/templatechoice.png
+.. |image349| image:: images/tools/marcimport/matches.png
+.. |image350| image:: images/tools/marcimport/matchrule.png
+.. |image351| image:: images/tools/marcimport/checkitems.png
+.. |image352| image:: images/tools/marcimport/stagemarc-results.png
+.. |image353| image:: images/tools/marcimport/managestaged.png
+.. |image354| image:: images/tools/marcimport/managestagedrecords.png
+.. |image355| image:: images/tools/marcimport/importframework.png
+.. |image356| image:: images/tools/marcimport/stagedrecords.png
+.. |image357| image:: images/tools/marcimport/matchfound.png
+.. |image358| image:: images/tools/marcimport/stagediff.png
+.. |image359| image:: images/tools/marcimport/importedrecords.png
+.. |image360| image:: images/tools/marcimport/reservoirresults.png
+.. |image361| image:: images/tools/marcimport/managestaged.png
+.. |image362| image:: images/tools/marcimport/cleanbatch.png
+.. |image363| image:: images/tools/uploadlocalimg/uploadsingle.png
+.. |image364| image:: images/tools/uploadlocalimg/bibnumurl.png
+.. |image365| image:: images/tools/uploadlocalimg/bibnummarc.png
+.. |image366| image:: images/tools/uploadlocalimg/zipfiles.png
+.. |image367| image:: images/tools/uploadlocalimg/uploadsummary.png
+.. |image368| image:: images/admin/globalprefs/AllowMultipleCovers.png
+.. |image369| image:: images/tools/calendar/calendar.png
+.. |image370| image:: images/tools/calendar/calendaradd.png
+.. |image371| image:: images/tools/calendar/copyholidays.png
+.. |image372| image:: images/tools/calendar/calendarsummary.png
+.. |image373| image:: images/tools/calendar/calendaredit.png
+.. |image374| image:: images/tools/calendar/calendarexception.png
+.. |image375| image:: images/tools/calendar/calendarhelp.png
+.. |image376| image:: images/tools/csvprofiles/addcsv.png
+.. |image377| image:: images/tools/csvprofiles/addcsv-sql.png
+.. |image378| image:: images/tools/csvprofiles/downloadcsv.png
+.. |image379| image:: images/tools/csvprofiles/csvfieldsep.png
+.. |image380| image:: images/tools/csvprofiles/csvadded.png
+.. |image381| image:: images/tools/csvprofiles/modifycsv.png
+.. |image382| image:: images/tools/csvprofiles/csvmodified.png
+.. |image383| image:: images/tools/csvprofiles/deletecsv.png
+.. |image384| image:: images/tools/csvprofiles/exportlist.png
+.. |image385| image:: images/tools/logs/logviewer.png
+.. |image386| image:: images/tools/logs/logresults.png
+.. |image387| image:: images/tools/news/news.png
+.. |image388| image:: images/tools/news/addnews.png
+.. |image389| image:: images/tools/news/opacnews.png
+.. |image390| image:: images/tools/news/librariannews.png
+.. |image391| image:: images/tools/news/slipnews.png
+.. |image392| image:: images/tools/tasksched/taskscheduler.png
+.. |image393| image:: images/tools/tasksched/scheduledreports.png
+.. |image394| image:: images/tools/tasksched/savedreports.png
+.. |image395| image:: images/tools/qotd/quoteinopac.png
+.. |image396| image:: images/tools/qotd/quotebuttons.png
+.. |image397| image:: images/tools/qotd/addquote.png
+.. |image398| image:: images/tools/qotd/editquote.png
+.. |image399| image:: images/tools/qotd/quotebuttons.png
+.. |image400| image:: images/tools/qotd/importquotes.png
+.. |image401| image:: images/tools/qotd/importedsummary.png
+.. |image402| image:: images/tools/qotd/editimported.png
+.. |image403| image:: images/tools/qotd/selectfordelete.png
+.. |image404| image:: images/tools/qotd/importquotebuttons.png
+.. |image405| image:: images/tools/qotd/confirmdelete.png
+.. |image406| image:: images/tools/qotd/importquotebuttons.png
+.. |image407| image:: images/patrons/newpatron.png
+.. |image408| image:: images/patrons/addpatronform.png
+.. |image409| image:: images/patrons/addcontact.png
+.. |image410| image:: images/patrons/addGuarantor.png
+.. |image411| image:: images/patrons/addOrg.png
+.. |image412| image:: images/patrons/addaltcontact.png
+.. |image413| image:: images/patrons/addlibmanagement.png
+.. |image414| image:: images/patrons/addlibsetup.png
+.. |image415| image:: images/patrons/circnote.png
+.. |image416| image:: images/patrons/addattributes.png
+.. |image417| image:: images/patrons/addpatronmsg.png
+.. |image418| image:: images/patrons/duplicatewarn.png
+.. |image419| image:: images/patrons/patronagelimit.png
+.. |image420| image:: images/patrons/statspatcat.png
+.. |image421| image:: images/patrons/newinhouse.png
+.. |image422| image:: images/patrons/patronedit.png
+.. |image423| image:: images/patrons/duplicatedpatron.png
+.. |image424| image:: images/patrons/duplicatedpatronfinal.png
+.. |image425| image:: images/patrons/addpatronimage.png
+.. |image426| image:: images/patrons/patronimage.png
+.. |image427| image:: images/patrons/patronedit.png
+.. |image428| image:: images/patrons/patronpassword.png
+.. |image429| image:: images/patrons/patroneditsection.png
+.. |image430| image:: images/patrons/patronaddimage.png
+.. |image431| image:: images/patrons/patronflags.png
+.. |image432| image:: images/patrons/patronaddress.png
+.. |image433| image:: images/patrons/patroncardlost.png
+.. |image434| image:: images/patrons/addpatronrestriction.png
+.. |image435| image:: images/patrons/restricteduntil.png
+.. |image436| image:: images/patrons/updatetoadult.png
+.. |image437| image:: images/patrons/choosadulttype.png
+.. |image438| image:: images/patrons/pendingpatronrequest.png
+.. |image439| image:: images/patrons/managepatronupdates.png
+.. |image440| image:: images/patrons/editpatronpermissions.png
+.. |image441| image:: images/patrons/GranularPermissions.png
+.. |image442| image:: images/patrons/myaccount.png
+.. |image443| image:: images/patrons/child.png
+.. |image444| image:: images/patrons/parent.png
+.. |image445| image:: images/patrons/checkoutsummary.png
+.. |image446| image:: images/patrons/relativecheckouts.png
+.. |image447| image:: images/patrons/patronrestrictions-none.png
+.. |image448| image:: images/patrons/patronrestrictions.png
+.. |image449| image:: images/patrons/addrestriction.png
+.. |image450| image:: images/patrons/patronaccount.png
+.. |image451| image:: images/patrons/makepayment.png
+.. |image452| image:: images/patrons/payfine.png
+.. |image453| image:: images/patrons/paypartial.png
+.. |image454| image:: images/patrons/payamount.png
+.. |image455| image:: images/patrons/payselected-select.png
+.. |image456| image:: images/patrons/payselected.png
+.. |image457| image:: images/patrons/reverselink.png
+.. |image458| image:: images/patrons/reversed.png
+.. |image459| image:: images/patrons/manualinvoice.png
+.. |image460| image:: images/patrons/manualcredit.png
+.. |image461| image:: images/patrons/patroninvoice.png
+.. |image462| image:: images/patrons/routinglisttab.png
+.. |image463| image:: images/patrons/patronroutinglists.png
+.. |image464| image:: images/patrons/readinghistory.png
+.. |image465| image:: images/patrons/readinghistory-export.png
+.. |image466| image:: images/patrons/borrowerlog.png
+.. |image467| image:: images/patrons/patnoticestab.png
+.. |image468| image:: images/patrons/patnoticestab-full.png
+.. |image469| image:: images/patrons/resendnotice.png
+.. |image470| image:: images/patrons/patronstats.png
+.. |image471| image:: images/patrons/patronfilestab.png
+.. |image472| image:: images/patrons/nopatronfiles.png
+.. |image473| image:: images/patrons/patronfileslist.png
+.. |image474| image:: images/patrons/generatedischarge.png
+.. |image475| image:: images/patrons/cantdischarge.png
+.. |image476| image:: images/patrons/dischargeletter.png
+.. |image477| image:: images/patrons/patronsearch.png
+.. |image478| image:: images/patrons/patronsearchexpand.png
+.. |image479| image:: images/patrons/patronfieldsearch.png
+.. |image480| image:: images/patrons/patronsearchcontains.png
+.. |image481| image:: images/patrons/patronbrowse.png
+.. |image482| image:: images/circ/checkoutmain.png
+.. |image483| image:: images/circ/checkoutpatron.png
+.. |image484| image:: images/circ/circquickbox.png
+.. |image485| image:: images/circ/checkingout-noshow.png
+.. |image486| image:: images/circ/checkingout.png
+.. |image487| image:: images/circ/checkoutsummary.png
+.. |image488| image:: images/circ/onsitecheckout.png
+.. |image489| image:: images/circ/exportcheckouts.png
+.. |image490| image:: images/circ/holdssummary.png
+.. |image491| image:: images/circ/patronnotes.png
+.. |image492| image:: images/circ/holdwaiting.png
+.. |image493| image:: images/circ/circonholdings.png
+.. |image494| image:: images/circ/printslip.png
+.. |image495| image:: images/admin/globalprefs/DisplayClearScreenButton.png
+.. |image496| image:: images/circ/batchcheckoutwarn.png
+.. |image497| image:: images/circ/batchlocaluse.png
+.. |image498| image:: images/circ/materialspecified.png
+.. |image499| image:: images/circ/fineswarning.png
+.. |image500| image:: images/circ/debarwarning.png
+.. |image501| image:: images/circ/overridetemporarily.png
+.. |image502| image:: images/circ/addresswarning.png
+.. |image503| image:: images/circ/lostcardwarning.png
+.. |image504| image:: images/circ/warnings/patrondebt.png
+.. |image505| image:: images/circ/warnings/onhold.png
+.. |image506| image:: images/circ/warnings/holdwaiting.png
+.. |image507| image:: images/circ/warnings/alreadycheckedout.png
+.. |image508| image:: images/circ/warnings/checkedoutelse.png
+.. |image509| image:: images/circ/warnings/notforloan.png
+.. |image510| image:: images/circ/warnings/toomanycheckouts.png
+.. |image511| image:: images/circ/warnings/toomanycheckouts-no.png
+.. |image512| image:: images/circ/warnings/norenewals.png
+.. |image513| image:: images/circ/barcodefastadd.png
+.. |image514| image:: images/circ/lostitemmsg.png
+.. |image515| image:: images/circ/lostitemconfirm.png
+.. |image516| image:: images/circ/warnings/agewarning.png
+.. |image517| image:: images/circ/warnings/decreaseLoanHighHoldsDuration.png
+.. |image518| image:: images/circ/circsummary.png
+.. |image519| image:: images/circ/renewbutton.png
+.. |image520| image:: images/circ/overriderenew.png
+.. |image521| image:: images/circ/renewcirc.png
+.. |image522| image:: images/circ/renewbarcode.png
+.. |image523| image:: images/circ/renewed.png
+.. |image524| image:: images/circ/renewnomatch.png
+.. |image525| image:: images/circ/renewnotchecked.png
+.. |image526| image:: images/circ/checkinmain.png
+.. |image527| image:: images/circ/checkinquickbox.png
+.. |image528| image:: images/circ/checkinlink.png
+.. |image529| image:: images/circ/checkincirc.png
+.. |image530| image:: images/circ/checkin.png
+.. |image531| image:: images/circ/checkintransfer.png
+.. |image532| image:: images/circ/transferstatus.png
+.. |image533| image:: images/circ/transfercheckin.png
+.. |image534| image:: images/circ/materialspecified.png
+.. |image535| image:: images/circ/holdfound.png
+.. |image536| image:: images/circ/waitingstatus.png
+.. |image537| image:: images/circ/holdconfirmtransfer.png
+.. |image538| image:: images/circ/intransithold.png
+.. |image539| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
+.. |image540| image:: images/circ/bor_notes.png
+.. |image541| image:: images/circ/staffmessages.png
+.. |image542| image:: images/circ/leavecircmsg.png
+.. |image543| image:: images/circ/staffmessages.png
+.. |image544| image:: images/circ/opacmsg.png
+.. |image545| image:: images/circ/placeholdbib.png
+.. |image546| image:: images/circ/placeholdsearch.png
+.. |image547| image:: images/circ/placeholdfindpatron.png
+.. |image548| image:: images/circ/searchtohold.png
+.. |image549| image:: images/circ/holdresults.png
+.. |image550| image:: images/circ/holdmultiresults.png
+.. |image551| image:: images/circ/placeholdsingle.png
+.. |image552| image:: images/circ/placeholdmultiple.png
+.. |image553| image:: images/circ/forgethold.png
+.. |image554| image:: images/circ/holdtab.png
+.. |image555| image:: images/circ/holdslist.png
+.. |image556| image:: images/circ/holdpriority.png
+.. |image557| image:: images/circ/lowestpriority.png
+.. |image558| image:: images/circ/suspendholds.png
+.. |image559| image:: images/circ/cancelholds.png
+.. |image560| image:: images/circ/holdconfirmtransfer.png
+.. |image561| image:: images/circ/holdconfirm.png
+.. |image562| image:: images/circ/holdpatronrec.png
+.. |image563| image:: images/circ/holditem.png
+.. |image564| image:: images/circ/holdwaitingwarn.png
+.. |image565| image:: images/circ/transfer.png
+.. |image566| image:: images/circ/itemtransferred.png
+.. |image567| image:: images/circ/itemintransit.png
+.. |image568| image:: images/circ/itemlocations.png
+.. |image569| image:: images/circ/mylibrary.png
+.. |image570| image:: images/circ/setlibrary.png
+.. |image571| image:: images/circ/circmenu.png
+.. |image572| image:: images/circ/fastadd.png
+.. |image573| image:: images/circ/barcodefastadd.png
+.. |image574| image:: images/circ/fastaddbarcode.png
+.. |image575| image:: images/circ/fastadditem.png
+.. |image576| image:: images/circ/fastaddcheckedout.png
+.. |image577| image:: images/circ/holdsqueue.png
+.. |image578| image:: images/circ/holdstopull.png
+.. |image579| image:: images/circ/refineholdstopull.png
+.. |image580| image:: images/circ/holdspickup.png
+.. |image581| image:: images/circ/holdspickupover.png
+.. |image582| image:: images/circ/holdratio.png
+.. |image583| image:: images/circ/transitreceive.png
+.. |image584| image:: images/circ/transferlate.png
+.. |image585| image:: images/circ/overdues.png
+.. |image586| image:: images/circ/overduewfines.png
+.. |image587| image:: images/circ/checkoutinhouse.png
+.. |image588| image:: images/circ/localuserecorded.png
+.. |image589| image:: images/circ/localusecheckin.png
+.. |image590| image:: images/circ/LOCvalues.png
+.. |image591| image:: images/circ/selfcheckoutlink.png
+.. |image592| image:: images/circ/selfcheckout.png
+.. |image593| image:: images/circ/SelfCheckoutByLogin.png
+.. |image594| image:: images/circ/selfcheckoutuser.png
+.. |image595| image:: images/circ/selfcheckoutsummary.png
+.. |image596| image:: images/circ/selfreceiptprint.png
+.. |image597| image:: images/circ/selfcheckoutfines.png
+.. |image598| image:: images/circ/offlinecirc.png
+.. |image599| image:: images/circ/syncoffline.png
+.. |image600| image:: images/circ/downloadoffline.png
+.. |image601| image:: images/circ/offlinecheckout.png
+.. |image602| image:: images/circ/offlineduedate.png
+.. |image603| image:: images/circ/offlinecheckouts.png
+.. |image604| image:: images/circ/offlineupload.png
+.. |image605| image:: images/circ/viewkohaoffline.png
+.. |image606| image:: images/circ/offlinecirclog.png
+.. |image607| image:: images/circ/offlinecircsuccess.png
+.. |image608| image:: images/circ/koctstatusbar.png
+.. |image609| image:: images/circ/koct.png
+.. |image610| image:: images/circ/koctwarn.png
+.. |image611| image:: images/circ/koctparam.png
+.. |image612| image:: images/circ/koct.png
+.. |image613| image:: images/circ/koctcheckin.png
+.. |image614| image:: images/circ/koctcount.png
+.. |image615| image:: images/circ/koctlog.png
+.. |image616| image:: images/circ/offlinecirclink.png
+.. |image617| image:: images/circ/offlinecirclog.png
+.. |image618| image:: images/circ/offlinecircsuccess.png
+.. |image619| image:: images/circ/koctdirectly.png
+.. |image620| image:: images/circ/koctwarn.png
+.. |image621| image:: images/circ/offlinecirclink.png
+.. |image622| image:: images/circ/uploadofflinecirc.png
+.. |image623| image:: images/circ/processoffline.png
+.. |image624| image:: images/circ/offlinesummary.png
+.. |image625| image:: images/circ/offlinecirclog.png
+.. |image626| image:: images/circ/offlinecircsuccess.png
+.. |image627| image:: images/cataloging/newfromframework.png
+.. |image628| image:: images/cataloging/zsearch.png
+.. |image629| image:: images/cataloging/zsearchresults.png
+.. |image630| image:: images/cataloging/importz39.png
+.. |image631| image:: images/cataloging/tryanotherzsearch.png
+.. |image632| image:: images/cataloging/addmarc.png
+.. |image633| image:: images/cataloging/lockedauthority.png
+.. |image634| image:: images/cataloging/catauthoritysearch.png
+.. |image635| image:: images/cataloging/catauthoritysearchresults.png
+.. |image636| image:: images/cataloging/dupfield.png
+.. |image637| image:: images/cataloging/clonesubfield.png
+.. |image638| image:: images/cataloging/leaderbuilder.png
+.. |image639| image:: images/cataloging/008plugin.png
+.. |image640| image:: images/cataloging/savecataloging.png
+.. |image641| image:: images/cataloging/duprecordwarn.png
+.. |image642| image:: images/cataloging/advancedzresults.png
+.. |image643| image:: images/cataloging/advancedzviewmarc.png
+.. |image644| image:: images/cataloging/advancedcataloging.png
+.. |image645| image:: images/cataloging/advancedkeyshort.png
+.. |image646| image:: images/cataloging/analyticslink.png
+.. |image647| image:: images/cataloging/analyticsbarcode.png
+.. |image648| image:: images/cataloging/analyticlinksuccess.png
+.. |image649| image:: images/cataloging/analytics773.png
+.. |image650| image:: images/cataloging/analyticstab.png
+.. |image651| image:: images/cataloging/anayticbib.png
+.. |image652| image:: images/cataloging/hostrecords.png
+.. |image653| image:: images/cataloging/analyticschildlink.png
+.. |image654| image:: images/cataloging/analytics773child.png
+.. |image655| image:: images/cataloging/analyticstab.png
+.. |image656| image:: images/cataloging/anayticbib.png
+.. |image657| image:: images/cataloging/hostrecords.png
+.. |image658| image:: images/cataloging/analyticdelink.png
+.. |image659| image:: images/cataloging/catalogsearch.png
+.. |image660| image:: images/cataloging/editrecord.png
+.. |image661| image:: images/cataloging/editingrecord.png
+.. |image662| image:: images/cataloging/replaceviaz39.png
+.. |image663| image:: images/cataloging/uploadimage.png
+.. |image664| image:: images/cataloging/createduplicate.png
+.. |image665| image:: images/cataloging/newduprecord.png
+.. |image666| image:: images/lists/mergeprimary.png
+.. |image667| image:: images/lists/mergerecs.png
+.. |image668| image:: images/lists/nondupfield.png
+.. |image669| image:: images/lists/mergereportvalues.png
+.. |image670| image:: images/lists/mergeblankreport.png
+.. |image671| image:: images/lists/mergereport.png
+.. |image672| image:: images/cataloging/deleterecord.png
+.. |image673| image:: images/cataloging/nodeleterecord.png
+.. |image674| image:: images/cataloging/catalogsearch.png
+.. |image675| image:: images/cataloging/newitem.png
+.. |image676| image:: images/cataloging/additem.png
+.. |image677| image:: images/cataloging/requireditemfields.png
+.. |image678| image:: images/cataloging/additembuttons.png
+.. |image679| image:: images/cataloging/items.png
+.. |image680| image:: images/cataloging/items-withoutlabelprint.png
+.. |image681| image:: images/cataloging/items-withlabelprint.png
+.. |image682| image:: images/cataloging/items-activatefilters.png
+.. |image683| image:: images/cataloging/edititem.png
+.. |image684| image:: images/cataloging/edititemlink.png
+.. |image685| image:: images/cataloging/itemstab.png
+.. |image686| image:: images/cataloging/edititemlinkfromtab.png
+.. |image687| image:: images/cataloging/editinbatch.png
+.. |image688| image:: images/cataloging/editwithitemchecks.png
+.. |image689| image:: images/cataloging/quickitemedit.png
+.. |image690| image:: images/cataloging/editloststatus.png
+.. |image691| image:: images/cataloging/editdamagedstatus.png
+.. |image692| image:: images/cataloging/edititemlink.png
+.. |image693| image:: images/cataloging/quickitemedit.png
+.. |image694| image:: images/cataloging/itemorderinfo.png
+.. |image695| image:: images/cataloging/attachitem.png
+.. |image696| image:: images/cataloging/attachitemform.png
+.. |image697| image:: images/cataloging/edititemstodelete.png
+.. |image698| image:: images/cataloging/deleteitemlink.png
+.. |image699| image:: images/cataloging/editwithitemchecks.png
+.. |image700| image:: images/cataloging/itemstab-long.png
+.. |image701| image:: images/cataloging/itemspecifichistory.png
+.. |image702| image:: images/cataloging/newauthtypes.png
+.. |image703| image:: images/cataloging/newauthrec.png
+.. |image704| image:: images/cataloging/creatnewauthfromlink.png
+.. |image705| image:: images/cataloging/authrelationships.png
+.. |image706| image:: images/cataloging/authzsearch.png
+.. |image707| image:: images/cataloging/authimport.png
+.. |image708| image:: images/cataloging/authorityimported.png
+.. |image709| image:: images/cataloging/authoritysearch.png
+.. |image710| image:: images/cataloging/authorityresults.png
+.. |image711| image:: images/cataloging/authrecord.png
+.. |image712| image:: images/cataloging/authoritiesseealso.png
+.. |image713| image:: images/cataloging/editauthority.png
+.. |image714| image:: images/cataloging/dupauth.png
+.. |image715| image:: images/cataloging/authmergesearch.png
+.. |image716| image:: images/cataloging/authmergechoice.png
+.. |image717| image:: images/cataloging/authmerging.png
+.. |image718| image:: images/cataloging/authmerged.png
+.. |image719| image:: images/appendix-onorder/marcbreaker.png
+.. |image720| image:: images/appendix-onorder/marcbreaker-summary.png
+.. |image721| image:: images/appendix-onorder/editrecords.png
+.. |image722| image:: images/appendix-onorder/addfield.png
+.. |image723| image:: images/appendix-onorder/add942.png
+.. |image724| image:: images/appendix-onorder/add952.png
+.. |image725| image:: images/appendix-onorder/compile.png
+.. |image726| image:: images/coursereserves/coursesblank.png
+.. |image727| image:: images/coursereserves/newcourse.png
+.. |image728| image:: images/coursereserves/instructorsearch.png
+.. |image729| image:: images/coursereserves/instructorremove.png
+.. |image730| image:: images/coursereserves/courses.png
+.. |image731| image:: images/coursereserves/courses.png
+.. |image732| image:: images/coursereserves/courseadmin.png
+.. |image733| image:: images/coursereserves/addbarcode.png
+.. |image734| image:: images/coursereserves/coursewithreserves.png
+.. |image735| image:: images/coursereserves/courselinkopac.png
+.. |image736| image:: images/coursereserves/coursesopac.png
+.. |image737| image:: images/coursereserves/courseopac.png
+.. |image738| image:: images/serials/frequencies.png
+.. |image739| image:: images/serials/newfrequency.png
+.. |image740| image:: images/serials/numpatterns.png
+.. |image741| image:: images/serials/newnumpattern.png
+.. |image742| image:: images/serials/newsubfrombib.png
+.. |image743| image:: images/serials/newsubbutton.png
+.. |image744| image:: images/serials/addsub.png
+.. |image745| image:: images/serials/vendorwarning.png
+.. |image746| image:: images/serials/newasdup.png
+.. |image747| image:: images/serials/addsub2.png
+.. |image748| image:: images/serials/advancedpattern.png
+.. |image749| image:: images/serials/predictionpattern.png
+.. |image750| image:: images/serials/subsearch.png
+.. |image751| image:: images/serials/subbuttons.png
+.. |image752| image:: images/serials/serialcolllink.png
+.. |image753| image:: images/serials/editissue.png
+.. |image754| image:: images/serials/receiveissue.png
+.. |image755| image:: images/serials/serialitem.png
+.. |image756| image:: images/serials/editissue.png
+.. |image757| image:: images/serials/createroutinglink.png
+.. |image758| image:: images/serials/createroutinglist.png
+.. |image759| image:: images/serials/addtorouting.png
+.. |image760| image:: images/serials/editroutinglist.png
+.. |image761| image:: images/serials/previewroutinglist.png
+.. |image762| image:: images/serials/subinfoonbib.png
+.. |image763| image:: images/serials/subscriptiondetail.png
+.. |image764| image:: images/acquisitions/subdetails.png
+.. |image765| image:: images/serials/subopac.png
+.. |image766| image:: images/serials/compactopac.png
+.. |image767| image:: images/serials/opacroutingsubscribe.png
+.. |image768| image:: images/serials/fullopac.png
+.. |image769| image:: images/serials/serialclaimmenu.png
+.. |image770| image:: images/serials/serialclaimmenu1.png
+.. |image771| image:: images/serials/noserialclaim.png
+.. |image772| image:: images/serials/serialclaims.png
+.. |image773| image:: images/serials/serialexpiresearch.png
+.. |image774| image:: images/serials/serialexpire.png
+.. |image775| image:: images/serials/renewsubscription.png
+.. |image776| image:: images/serials/collectionrenew.png
+.. |image777| image:: images/serials/serialrenew.png
+.. |image778| image:: images/serials/serialsearch.png
+.. |image779| image:: images/serials/advanceserialsearch.png
+.. |image780| image:: images/serials/serialsearchresults.png
+.. |image781| image:: images/acquisitions/acqfunds.png
+.. |image782| image:: images/acquisitions/fundbreakdown.png
+.. |image783| image:: images/acquisitions/newvendbutton.png
+.. |image784| image:: images/acquisitions/newvendor1.png
+.. |image785| image:: images/acquisitions/newvendor2.png
+.. |image786| image:: images/acquisitions/newvendor3.png
+.. |image787| image:: images/acquisitions/vendorsearch.png
+.. |image788| image:: images/acquisitions/vendorpage.png
+.. |image789| image:: images/acquisitions/receivebutton.png
+.. |image790| image:: images/acquisitions/newcontract.png
+.. |image791| image:: images/acquisitions/newcontractform.png
+.. |image792| image:: images/acquisitions/contractdisplay.png
+.. |image793| image:: images/acquisitions/contractonbasket.png
+.. |image794| image:: images/acquisitions/suggestonacq.png
+.. |image795| image:: images/acquisitions/pendingsuggestions.png
+.. |image796| image:: images/acquisitions/suggestmanage.png
+.. |image797| image:: images/acquisitions/suggestionsfilters.png
+.. |image798| image:: images/acquisitions/suggestbranchfilter.png
+.. |image799| image:: images/acquisitions/suggestpending.png
+.. |image800| image:: images/acquisitions/suggestiondetails.png
+.. |image801| image:: images/acquisitions/editsuggestion.png
+.. |image802| image:: images/acquisitions/suggestreasons.png
+.. |image803| image:: images/acquisitions/suggestothers.png
+.. |image804| image:: images/acquisitions/mysuggestions.png
+.. |image805| image:: images/acquisitions/addbasketbutton.png
+.. |image806| image:: images/acquisitions/addbasket.png
+.. |image807| image:: images/acquisitions/basketwithcontracts.png
+.. |image808| image:: images/acquisitions/basket.png
+.. |image809| image:: images/acquisitions/orderfromexisting.png
+.. |image810| image:: images/acquisitions/existingitemorder.png
+.. |image811| image:: images/acquisitions/orderfromsuggest.png
+.. |image812| image:: images/acquisitions/orderfromsuggestform.png
+.. |image813| image:: images/acquisitions/ordersuggestlink.png
+.. |image814| image:: images/acquisitions/subordersearch.png
+.. |image815| image:: images/acquisitions/suborderresults.png
+.. |image816| image:: images/acquisitions/suborder.png
+.. |image817| image:: images/acquisitions/fromnewemptyrecord.png
+.. |image818| image:: images/acquisitions/orderz39.png
+.. |image819| image:: images/acquisitions/orderz39results.png
+.. |image820| image:: images/acquisitions/dupwarning.png
+.. |image821| image:: images/acquisitions/orderz39form.png
+.. |image822| image:: images/acquisitions/stagedfiles.png
+.. |image823| image:: images/acquisitions/itemonorder.png
+.. |image824| image:: images/acquisitions/itemonorderadded.png
+.. |image825| image:: images/acquisitions/accounting.png
+.. |image826| image:: images/acquisitions/fundconfirmation.png
+.. |image827| image:: images/acquisitions/finalbasket.png
+.. |image828| image:: images/acquisitions/showalldetails.png
+.. |image829| image:: images/acquisitions/cantdeleteorderline.png
+.. |image830| image:: images/acquisitions/basketbuttons.png
+.. |image831| image:: images/acquisitions/BasketConfirmations.png
+.. |image832| image:: images/acquisitions/basketgroup.png
+.. |image833| image:: images/acquisitions/basketuncertain.png
+.. |image834| image:: images/acquisitions/uncertainprices.png
+.. |image835| image:: images/acquisitions/closebasket.png
+.. |image836| image:: images/acquisitions/createpurchaseorder.png
+.. |image837| image:: images/acquisitions/basketgroup.png
+.. |image838| image:: images/acquisitions/pdforder.png
+.. |image839| image:: images/acquisitions/receivebutton.png
+.. |image840| image:: images/acquisitions/receivefromsearch.png
+.. |image841| image:: images/acquisitions/receive.png
+.. |image842| image:: images/acquisitions/receiptsummary.png
+.. |image843| image:: images/acquisitions/receiveitem.png
+.. |image844| image:: images/acquisitions/receiveditem.png
+.. |image845| image:: images/acquisitions/received.png
+.. |image846| image:: images/acquisitions/transfersearch.png
+.. |image847| image:: images/acquisitions/transfervendor.png
+.. |image848| image:: images/acquisitions/transferbasket.png
+.. |image849| image:: images/acquisitions/transferconfirm.png
+.. |image850| image:: images/acquisitions/basketwithreceived.png
+.. |image851| image:: images/acquisitions/invoicesearch.png
+.. |image852| image:: images/acquisitions/invoices.png
+.. |image853| image:: images/acquisitions/invoice.png
+.. |image854| image:: images/acquisitions/noinvoicefiles.png
+.. |image855| image:: images/acquisitions/invoicefiles.png
+.. |image856| image:: images/acquisitions/mergeinvoices.png
+.. |image857| image:: images/acquisitions/acqclaimfilter.png
+.. |image858| image:: images/acquisitions/lateorders.png
+.. |image859| image:: images/acquisitions/claimletter.png
+.. |image860| image:: images/acquisitions/acqsearches.png
+.. |image861| image:: images/acquisitions/vendorquicksearch.png
+.. |image862| image:: images/acquisitions/ordersearch.png
+.. |image863| image:: images/acquisitions/ordersearchresults.png
+.. |image864| image:: images/acquisitions/ordersearchexpand.png
+.. |image865| image:: images/acquisitions/ordersearchfull.png
+.. |image866| image:: images/acquisitions/acqfunds.png
+.. |image867| image:: images/acquisitions/spent.png
+.. |image868| image:: images/lists/newlistbutton.png
+.. |image869| image:: images/lists/newlistform.png
+.. |image870| image:: images/lists/newlistsearch.png
+.. |image871| image:: images/lists/newlistfromsearch.png
+.. |image872| image:: images/lists/listslist.png
+.. |image873| image:: images/lists/listcontents.png
+.. |image874| image:: images/lists/addtolist.png
+.. |image875| image:: images/lists/listslist.png
+.. |image876| image:: images/lists/listcontents.png
+.. |image877| image:: images/lists/listofdups.png
+.. |image878| image:: images/lists/addtocart.png
+.. |image879| image:: images/lists/itemsaddedcart.png
+.. |image880| image:: images/lists/cart.png
+.. |image881| image:: images/reports/report1.png
+.. |image882| image:: images/reports/report2.png
+.. |image883| image:: images/reports/report3.png
+.. |image884| image:: images/reports/report4.png
+.. |image885| image:: images/reports/report5.png
+.. |image886| image:: images/reports/report6.png
+.. |image887| image:: images/reports/reportconfirm.png
+.. |image888| image:: images/reports/reportsave.png
+.. |image889| image:: images/reports/savedreports.png
+.. |image890| image:: images/reports/newsql.png
+.. |image891| image:: images/reports/reportfromsql.png
+.. |image892| image:: images/reports/reportsubgroup.png
+.. |image893| image:: images/reports/datepicker.png
+.. |image894| image:: images/reports/branchpulldown.png
+.. |image895| image:: images/reports/duplicatereport.png
+.. |image896| image:: images/reports/savedreports.png
+.. |image897| image:: images/reports/editreportoption.png
+.. |image898| image:: images/reports/editreport.png
+.. |image899| image:: images/reports/runreport.png
+.. |image900| image:: images/reports/reportparameters.png
+.. |image901| image:: images/reports/reportresults.png
+.. |image902| image:: images/reports/acqform.png
+.. |image903| image:: images/reports/acqnumbers.png
+.. |image904| image:: images/reports/acqtotal.png
+.. |image905| image:: images/reports/acqamounts.png
+.. |image906| image:: images/reports/patronform.png
+.. |image907| image:: images/reports/patronresults.png
+.. |image908| image:: images/reports/catalogform.png
+.. |image909| image:: images/reports/catalogresults.png
+.. |image910| image:: images/reports/circform.png
+.. |image911| image:: images/reports/circresults.png
+.. |image912| image:: images/reports/inhouse.png
+.. |image913| image:: images/reports/serialsform.png
+.. |image914| image:: images/reports/serialsresults.png
+.. |image915| image:: images/reports/holdstatsform.png
+.. |image916| image:: images/reports/holdstatsresults.png
+.. |image917| image:: images/reports/topcheckoutsform.png
+.. |image918| image:: images/reports/topcheckoutsresult.png
+.. |image919| image:: images/reports/topcircform.png
+.. |image920| image:: images/reports/topcircresults.png
+.. |image921| image:: images/reports/patnocheckout.png
+.. |image922| image:: images/reports/patnocheckout-results.png
+.. |image923| image:: images/reports/nocheckoutsform.png
+.. |image924| image:: images/reports/nocheckoutsresults.png
+.. |image925| image:: images/reports/itemtotals.png
+.. |image926| image:: images/reports/itemtotalsresults.png
+.. |image927| image:: images/reports/lostitems.png
+.. |image928| image:: images/reports/averloanform.png
+.. |image929| image:: images/reports/avercheckout.png
+.. |image930| image:: images/reports/dict1.png
+.. |image931| image:: images/reports/dict2.png
+.. |image932| image:: images/reports/dict3.png
+.. |image933| image:: images/reports/dict4.png
+.. |image934| image:: images/reports/dictconfirm.png
+.. |image935| image:: images/reports/dictlist.png
+.. |image936| image:: images/reports/dictionarylimit.png
+.. |image937| image:: images/opac/searchbox.png
+.. |image938| image:: images/opac/totalresults-rss.png
+.. |image939| image:: images/opac/sortingresults.png
+.. |image940| image:: images/opac/leader.png
+.. |image941| image:: images/opac/holdings-results.png
+.. |image942| image:: images/opac/coverresults.png
+.. |image943| image:: images/opac/didyoumeanopac.png
+.. |image944| image:: images/opac/refineresults.png
+.. |image945| image:: images/opac/totalresults-rss.png
+.. |image946| image:: images/opac/bibdetail/bibtitle.png
+.. |image947| image:: images/opac/bibdetail/bibauthor.png
+.. |image948| image:: images/opac/bibdetail/authoritylink.png
+.. |image949| image:: images/opac/bibdetail/bibleader.png
+.. |image950| image:: images/opac/bibdetail/bibdetails.png
+.. |image951| image:: images/opac/bibdetail/bibsubjects.png
+.. |image952| image:: images/opac/bibdetail/bibsummary.png
+.. |image953| image:: images/opac/bibdetail/biblinks.png
+.. |image954| image:: images/opac/bibdetail/bibtags.png
+.. |image955| image:: images/opac/bibdetail/bibholdings.png
+.. |image956| image:: images/opac/bibdetail/bibtitlenotes.png
+.. |image957| image:: images/opac/bibdetail/bibcomments.png
+.. |image958| image:: images/opac/bibdetail/bibeditions.png
+.. |image959| image:: images/opac/bibdetail/bibsearch.png
+.. |image960| image:: images/opac/bibdetail/bibbrowseresults.png
+.. |image961| image:: images/opac/bibdetail/biboptions.png
+.. |image962| image:: images/opac/bibdetail/bibmoresearch.png
+.. |image963| image:: images/opac/bibdetail/bibsave.png
+.. |image964| image:: images/opac/bibdetail/bibviews.png
+.. |image965| image:: images/opac/nolists.png
+.. |image966| image:: images/opac/addtonewlist.png
+.. |image967| image:: images/opac/publiclistpermissions.png
+.. |image968| image:: images/opac/newlist.png
+.. |image969| image:: images/opac/addtolistcart.png
+.. |image970| image:: images/opac/chooselist.png
+.. |image971| image:: images/opac/listview.png
+.. |image972| image:: images/opac/emailist.png
+.. |image973| image:: images/opac/mylists.png
+.. |image974| image:: images/opac/editlist.png
+.. |image975| image:: images/opac/deletelist.png
+.. |image976| image:: images/opac/shareconfirmation.png
+.. |image977| image:: images/opac/addtolistcart.png
+.. |image978| image:: images/opac/addedtocart.png
+.. |image979| image:: images/opac/cartcontents.png
+.. |image980| image:: images/opac/emailcart.png
+.. |image981| image:: images/opac/downloadcart.png
+.. |image982| image:: images/opac/opacplaceholdresults.png
+.. |image983| image:: images/opac/opacplaceholdsindiv.png
+.. |image984| image:: images/opac/opacplaceholdsdetail.png
+.. |image985| image:: images/opac/opacplacehold.png
+.. |image986| image:: images/opac/holdnote.png
+.. |image987| image:: images/opac/opacplaceholdspecific.png
+.. |image988| image:: images/opac/tags-results.png
+.. |image989| image:: images/opac/tagsadded-results.png
+.. |image990| image:: images/opac/tagaddmultiple-results.png
+.. |image991| image:: images/opac/commentstab.png
+.. |image992| image:: images/opac/addcomment.png
+.. |image993| image:: images/opac/commentpending.png
+.. |image994| image:: images/opac/yourcomment.png
+.. |image995| image:: images/opac/commentby.png
+.. |image996| image:: images/opac/recentcomments.png
+.. |image997| image:: images/opac/zoteroaddressbar.png
+.. |image998| image:: images/opac/zoterotitle.png
+.. |image999| image:: images/opac/PatronSelfRegistration.png
+.. |image1000| image:: images/opac/patronregistration.png
+.. |image1001| image:: images/opac/patronregistrationcomplete.png
+.. |image1002| image:: images/opac/forgotpwlink.png
+.. |image1003| image:: images/opac/myaccount.png
+.. |image1004| image:: images/opac/opacsummary-wlinks.png
+.. |image1005| image:: images/opac/SHOW_BCODEadd.png
+.. |image1006| image:: images/opac/SHOW_BCODEattribute.png
+.. |image1007| image:: images/opac/barcodeoncheckouts.png
+.. |image1008| image:: images/opac/myoverdues.png
+.. |image1009| image:: images/opac/myfines.png
+.. |image1010| image:: images/opac/myholds.png
+.. |image1011| image:: images/opac/nocard.png
+.. |image1012| image:: images/opac/noaddress.png
+.. |image1013| image:: images/opac/debarred.png
+.. |image1014| image:: images/opac/mybilling.png
+.. |image1015| image:: images/opac/paypaypal.png
+.. |image1016| image:: images/opac/myprofile.png
+.. |image1017| image:: images/opac/patronrequestwaiting.png
+.. |image1018| image:: images/opac/myprofile-noedit.png
+.. |image1019| image:: images/opac/mytags.png
+.. |image1020| image:: images/opac/mypassword.png
+.. |image1021| image:: images/opac/mysearchhistory.png
+.. |image1022| image:: images/opac/searchistory.png
+.. |image1023| image:: images/opac/myhistory.png
+.. |image1024| image:: images/opac/myprivacy.png
+.. |image1025| image:: images/opac/deletecirchistory.png
+.. |image1026| image:: images/opac/mysuggestions.png
+.. |image1027| image:: images/opac/mymessages.png
+.. |image1028| image:: images/opac/OPACSMSSendDriver.png
+.. |image1029| image:: images/opac/smsopac.png
+.. |image1030| image:: images/opac/mylists.png
+.. |image1031| image:: images/opac/dischargeopac.png
+.. |image1032| image:: images/opac/dischargeopac-confirm.png
+.. |image1033| image:: images/opac/suggestfromsearch.png
+.. |image1034| image:: images/opac/suggestfromnoresults.png
+.. |image1035| image:: images/opac/suggestfrommyaccount.png
+.. |image1036| image:: images/opac/newsuggestion.png
+.. |image1037| image:: images/searching/searchbox.png
+.. |image1038| image:: images/searching/searchterms.png
+.. |image1039| image:: images/searching/resultssummary.png
+.. |image1040| image:: images/searching/resultssummary2.png
+.. |image1041| image:: images/searching/noresults.png
+.. |image1042| image:: images/searching/menubar.png
+.. |image1043| image:: images/searching/searchoptions.png
+.. |image1044| image:: images/searching/advsearch.png
+.. |image1045| image:: images/searching/numresults.png
+.. |image1046| image:: images/searching/feweropts.png
+.. |image1047| image:: images/searching/advoptions.png
+.. |image1048| image:: images/searching/advsortby.png
+.. |image1049| image:: images/searching/ex1.png
+.. |image1050| image:: images/searching/ex2.png
+.. |image1051| image:: images/searching/ex3.png
+.. |image1052| image:: images/searching/ex4.png
+.. |image1053| image:: images/searching/ex5.png
+.. |image1054| image:: images/searching/ex6.png
+.. |image1055| image:: images/searching/ex7.png
+.. |image1056| image:: images/searching/ex8.png
+.. |image1057| image:: images/searching/ex9.png
+.. |image1058| image:: images/searching/ex10.png
+.. |image1059| image:: images/searching/ex11.png
+.. |image1060| image:: images/searching/ex12.png
+.. |image1061| image:: images/searching/ex13.png
+.. |image1062| image:: images/searchhistory/searchhistory.png
+.. |image1063| image:: images/searchhistory/bibsearch.png
+.. |image1064| image:: images/searchhistory/authsearch.png
+.. |image1065| image:: images/about/aboutserver.png
+.. |image1066| image:: images/about/aboutperlmodules.png
+.. |image1067| image:: images/about/systeminfo.jpg
+.. |image1068| image:: images/appendix-opac/opaccustomregions.jpg
+.. |image1069| image:: images/serialssamples/readersserial.png
+.. |image1070| image:: images/serialssamples/hebrewnewspaper.png
+.. |image1071| image:: images/serialssamples/backpacker.png
+.. |image1072| image:: images/serialssamples/keatsplanning.png
+.. |image1073| image:: images/serialssamples/cilirregular.png
+.. |image1074| image:: images/serialssamples/cilpattern.png
+.. |image1075| image:: images/serialssamples/cilreceived.png
+.. |image1076| image:: images/appendix-cms/newpreference.png
+.. |image1077| image:: images/appendix-cms/newpref-settings.png
+.. |image1078| image:: images/appendix-cms/recommendedreading.png
+.. |image1079| image:: images/appendix-cms/class101-pref.png
+.. |image1080| image:: images/appendix-cms/editrecommendpref.png
+.. |image1081| image:: images/appendix-xslt/book.png
+.. |image1082| image:: images/appendix-xslt/comp.png
+.. |image1083| image:: images/appendix-xslt/cr.png
+.. |image1084| image:: images/appendix-xslt/map.png
+.. |image1085| image:: images/appendix-xslt/mixed.png
+.. |image1086| image:: images/appendix-xslt/sound.png
+.. |image1087| image:: images/appendix-xslt/visual.png
+.. |image1088| image:: images/appendix-xslt/kit.png
+.. |image1089| image:: images/appendix-marcedit/marcedit.png
+.. |image1090| image:: images/appendix-marcedit/marcedit-editsubfield.png
+.. |image1091| image:: images/appendix-marcedit/editsubfield.png
+.. |image1092| image:: images/appendix-marcedit/excelimport/step-1.png
+.. |image1093| image:: images/appendix-marcedit/excelimport/step-2.png
+.. |image1094| image:: images/appendix-marcedit/excelimport/step-3.png
+.. |image1095| image:: images/appendix-marcedit/excelimport/step-4.png
+.. |image1096| image:: images/appendix-marcedit/excelimport/step-5.png
+.. |image1097| image:: images/appendix-marcedit/excelimport/step-6.png
+.. |image1098| image:: images/appendix-marcedit/excelimport/step-7.png
+.. |image1099| image:: images/appendix-marcedit/excelimport/step-8.png
+.. |image1100| image:: images/appendix-marcedit/excelimport/step-9.png
+.. |image1101| image:: images/appendix-marcedit/excelimport/step-10.png
+.. |image1102| image:: images/appendix-marcedit/excelimport/step-11.png
+.. |image1103| image:: images/appendix-marcedit/excelimport/step-12.png
+.. |image1104| image:: images/appendix-marcedit/excelimport/step-13.png
+.. |image1105| image:: images/appendix-marcedit/excelimport/step-14.png
+.. |image1106| image:: images/appendix-marcedit/excelimport/step-15.png
+.. |image1107| image:: images/appendix-marcedit/excelimport/step-17.png
+.. |image1108| image:: images/appendix-marcedit/excelimport/step-18.png
+.. |image1109| image:: images/appendix-marcedit/excelimport/step-19.png
+.. |image1110| image:: images/appendix-marcedit/excelimport/step-20.png
+.. |image1111| image:: images/appendix-oclc/oclcgatewaysetup.png
+.. |image1112| image:: images/opac/SHOW_BCODEadd.png
+.. |image1113| image:: images/opac/SHOW_BCODEattribute.png
+.. |image1114| image:: images/opac/barcodeoncheckouts.png
+.. |image1115| image:: images/cataloging/lockedauthority.png
+.. |image1116| image:: images/reports/datepicker.png
+.. |image1117| image:: images/reports/branchpulldown.png
+.. |image1118| image:: images/appendix-extending/colorccode.png