update initials tip
[kohadocs.git] / en / manual.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This document is maintained with oXygen. -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4 <book>
5   <bookinfo id="manual">
6     <title>Koha 3.16 Manual (en)</title>
7
8     <author id="manualauthor">
9       <firstname>Nicole C.</firstname>
10
11       <surname>Engard</surname>
12
13       <affiliation>
14         <orgname>ByWater Solutions/BibLibre</orgname>
15       </affiliation>
16     </author>
17
18     <copyright id="manualcopy">
19       <year>2014</year>
20       <holder>Nicole C. Engard/ByWater Solutions/BibLibre</holder>
21     </copyright>
22
23     <legalnotice id="manuallegal">
24       <para>This manual is licensed under the <ulink url="http://www.gnu.org/licenses/gpl.html">GNU General Public License,
25       version 3</ulink> or later</para>
26
27       <para>Learn more about this license in the <link linkend="gpl">GPL3
28       Appendix</link></para>
29     </legalnotice>
30
31     <pubdate id="manualpubdate">Published: 2014</pubdate>
32   </bookinfo>
33   <chapter id="introchapter">
34     <title>Introduction</title>
35     <section>
36       <title id="introbasics">Koha Basics</title>
37       <para>Koha is the first free and open source software library automation package (ILS).
38         Development is sponsored by libraries of varying types and sizes, volunteers, and support
39         companies from around the world.</para>
40       <para>Learn more about Koha by visiting the official Koha website: <ulink
41           url="http://koha-community.org">http://koha-community.org</ulink></para>
42     </section>
43     <section id="introrecommend">
44       <title>Koha Recommendations</title>
45       <para>Full system recommendations can be found on the official Koha wiki along with the
46         developer documentation: <ulink url="http://wiki.koha-community.org">
47           http://wiki.koha-community.org</ulink></para>
48       <para>When working in the Koha staff client it is strongly recommended that you use the
49         Firefox browser.  Koha's staff client is not supported in Internet Explorer and has not yet
50         been fully optimized for Google Chrome.</para>
51     </section>
52     <section id="usingmanual">
53       <title>Using this Manual</title>
54       <para>This manual is always changing and suggestions for edits can be sent to the
55         Documentation Manager via the <ulink
56           url="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs">DOCS mailing
57           list</ulink>.  The manual is organized by Koha module. At the start of most sections (and
58         throughout) you will find 'Get there' tips. These lines tell you how to get to the section
59         in Koha.  </para>
60       <para>For example: <emphasis>Get there:</emphasis> More &gt; Administration &gt; Global System
61         Preferences</para>
62       <para>
63         <screenshot>
64           <screeninfo>Get there: More > Administration > Global System Preferences</screeninfo>
65           <mediaobject>
66             <imageobject>
67               <imagedata fileref="images/intro/getthere.png"/>
68             </imageobject>
69           </mediaobject>
70         </screenshot>
71       </para>
72       <para>The instruction tells you where to find the necessary menu option at the top of the Koha
73         staff client.</para>
74       <para>Links will be found throughout the manual to other sections in the manual and images
75         will depict what should be seen on the screen.  </para>
76       <para>The manual can be searched using the custom Google search on the <ulink
77           url="http://koha-community.org/documentation/">Koha Documentation</ulink> page.</para>
78     </section>
79     <section id="contributing">
80       <title>Contributing to the Manual</title>
81       <para>This manual is an ever-changing document and edits to the manual are welcome at any
82         time.  </para>
83       <para>The <ulink url="http://manual.koha-community.org/">Koha Manual</ulink> is managed by the
84         Documentation Manager, but that doesn't mean we can't all participate in making the best
85         manual possible. </para>
86       <para>The manual is stored in git at: <ulink
87           url="http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary"
88           >http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary</ulink></para>
89       <para>To edit the manual we recommend <ulink url="http://www.oxygenxml.com">oXygen</ulink> or
90         other XML/DocBook editor. We ask that every chapter and section have an ID tag associated
91         with it to enable permanent linking and searching. </para>
92       <para>Patches to the manual should be emailed to the <ulink
93           url="https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs">DOCS mailing
94           list</ulink> and will be reviewed by the Documentation Manager before inclusion. </para>
95     </section>
96   </chapter>
97
98   <chapter id="administration">
99     <title>Administration</title>
100
101     <section id="globalsysprefs">
102       <title>Global System Preferences</title>
103
104       <para>Global system preferences control the way your Koha system works
105       in general. Set these preferences before anything else in Koha.</para>
106
107       <itemizedlist>
108         <listitem>
109           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Global System
110             Preferences</para>
111         </listitem>
112       </itemizedlist>
113
114       <screenshot>
115         <screeninfo>Global System Preferences Link and Search</screeninfo>
116
117         <mediaobject>
118           <imageobject>
119             <imagedata fileref="images/admin/globalprefs/prefsearch.png"/>
120           </imageobject>
121         </mediaobject>
122       </screenshot>
123
124       <para>System preferences can be searched (using any part of the
125       preference name or description) using the search box on the
126       'Administration' page or the search box at the top of each system
127       preferences page.</para>
128
129       <screenshot>
130         <screeninfo>Preferences search at the top of System Preference
131         page</screeninfo>
132
133         <mediaobject>
134           <imageobject>
135             <imagedata fileref="images/admin/globalprefs/prefsearch1.png"/>
136           </imageobject>
137         </mediaobject>
138       </screenshot>
139
140       <para>When editing preferences a '(modified)' tag will appear next to
141       items you change until you click the 'Save All' button:</para>
142
143       <screenshot>
144         <screeninfo>After editing TagsModeration the '(modified)' label
145         appears</screeninfo>
146
147         <mediaobject>
148           <imageobject>
149             <imagedata fileref="images/admin/globalprefs/saveallprefs.png"/>
150           </imageobject>
151         </mediaobject>
152       </screenshot>
153
154       <para>After saving your preferences you'll get a confirmation message
155       telling you what preferences were saved:</para>
156
157       <screenshot>
158         <screeninfo>Preference save confirmation message</screeninfo>
159
160         <mediaobject>
161           <imageobject>
162             <imagedata fileref="images/admin/globalprefs/saveconfirmation.png"/>
163           </imageobject>
164         </mediaobject>
165       </screenshot>
166
167       <para>Each section of preferences can be sorted alphabetically by
168       clicking the small down arrow to the right of the word 'Preference' in
169       the header column</para>
170
171       <screenshot>
172         <screeninfo>Sort option at the top right of each section of
173         preferences</screeninfo>
174
175         <mediaobject>
176           <imageobject>
177             <imagedata fileref="images/admin/globalprefs/sortprefs.png"/>
178           </imageobject>
179         </mediaobject>
180       </screenshot>
181
182       <para>If the preference refers to monetary values (like <link linkend="maxoutstanding"
183           >maxoutstanding</link>) the currency displayed will be the default you set in your <link
184           linkend="currexchangeadmin">Currency and Exchange Rate</link> administration area. In the
185         examples to follow they will all read USD for U.S. Dollars.<important>
186           <para>For libraries systems with unique URLs for each site the system preference can be
187             overridden by editing your koha-http.conf file this has to be done by a system
188             administrator or someone with access to your system files.  For example if all libraries
189             but one want to have search terms highlighted in results you set the
190             OpacHighlightedWords preference to 'Highlight' then edit the koha-http.conf for the
191             library that wants this turned off by adding 'SetEnv
192             OVERRIDE_SYSPREF_OpacHighlightedWords "0"'. After restarting the web server that one
193             library will no longer see highlighted terms.  Consult with your system administrator
194             for more information.</para>
195         </important></para>
196
197       <section id="acqprefs">
198         <title>Acquisitions</title>
199
200         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
201         Global System Preferences &gt; Acquisitions</para>
202
203         <section id="acqprefspolicy">
204           <title>Policy</title>
205
206           <section id="AcqCreateItem">
207             <title>AcqCreateItem</title>
208
209             <para>Default: placing an order</para>
210
211             <para>Asks: Create an item when ___.</para>
212
213             <para>Values:</para>
214
215             <itemizedlist>
216               <listitem>
217                 <para>cataloging a record</para>
218               </listitem>
219
220               <listitem>
221                 <para>placing an order</para>
222               </listitem>
223
224               <listitem>
225                 <para>receiving an order</para>
226               </listitem>
227             </itemizedlist>
228
229             <para>Description:</para>
230
231             <itemizedlist>
232               <listitem>
233                 <para>This preference lets you decide when you'd like to
234                 create an item record in Koha. If you choose to add an item
235                 record when 'placing an order' then you will enter item
236                 information in as you place records in your basket. If you
237                 choose to add the item when 'receiving an order' you will be
238                 asked for item record information when you're receiving orders
239                 in acquisitions. If you choose to add the item when
240                 'cataloging a record' then item records will not be created in
241                 acquisitions at all, you will need to go to the cataloging
242                 module to add the items.</para>
243               </listitem>
244             </itemizedlist>
245           </section>
246           <section id="AcqItemSetSubfieldsWhenReceived">
247             <title>AcqItemSetSubfieldsWhenReceived</title>
248             <para>Asks: Upon receiving items, update their subfields if they were created when
249               placing an order (e.g. o=5|a="foo bar"). ___</para>
250             <para>Description:<itemizedlist>
251                 <listitem>
252                   <para>This preference allows you to set default values for items that you receive
253                     via acquisitions. Enter the data as subfield=value and split your values with a
254                     bar ( | ). For example you can remove the Ordered status on the item
255                     automatically when you receive it just by entering 7=0 in this preference. That
256                     will set the Not for Loan status (subfield 7) to 0 which is available.</para>
257                 </listitem>
258               </itemizedlist></para>
259           </section>
260
261           <section id="AcqViewBaskets">
262             <title>AcqViewBaskets</title>
263
264             <para>Default: created by staff member</para>
265
266             <para>Asks: Show baskets ___</para>
267
268             <para>Values:</para>
269
270             <itemizedlist>
271               <listitem>
272                 <para>created by staff member</para>
273               </listitem>
274
275               <listitem>
276                 <para>from staff member's branch</para>
277               </listitem>
278
279               <listitem>
280                 <para>in system, regardless of owner</para>
281               </listitem>
282             </itemizedlist>
283
284             <para>Description:</para>
285
286             <itemizedlist>
287               <listitem>
288                 <para>When in acquisitions this preference allows you to
289                 control whose baskets you can see when looking at a vendor.
290                 The default value of 'created by staff member' makes it so
291                 that you only see the baskets you created. Choosing to see
292                 baskets 'from staff member's branch' will show you the baskets
293                 created by anyone at the branch you're logged in at. Finally,
294                 you can choose to set this preference to show you all baskets
295                 regardless of who created it ('in system, regardless of
296                 owner). Regardless of which value you choose for this
297                 preference, superlibrarians can see all baskets created in the
298                 system.</para>
299               </listitem>
300             </itemizedlist>
301           </section>
302           <section id="AcqWarnOnDuplicateInvoice">
303             <title>AcqWarnOnDuplicateInvoice</title>
304             <para>Default: Do not warn</para>
305             <para>Asks: ___ when the librarian tries to create an invoice with a duplicate
306               number.</para>
307             <para>Values: <itemizedlist>
308                 <listitem>
309                   <para>Do not warn</para>
310                 </listitem>
311                 <listitem>
312                   <para>Warn</para>
313                 </listitem>
314               </itemizedlist></para>
315           </section>
316
317           <section id="BasketConfirmations">
318             <title>BasketConfirmations</title>
319
320             <para>Default: always ask for confirmation</para>
321
322             <para>Asks: When closing or reopening a basket, ___.</para>
323
324             <para>Values:</para>
325
326             <itemizedlist>
327               <listitem>
328                 <para>always ask for confirmation</para>
329               </listitem>
330
331               <listitem>
332                 <para>do not ask for confirmation</para>
333               </listitem>
334             </itemizedlist>
335
336             <para>Descriptions:</para>
337
338             <itemizedlist>
339               <listitem>
340                 <para>This preference adds the option to skip confirmations on
341                 closing and reopening a basket. If you skip the confirmation,
342                 you do not create a new basket group.</para>
343               </listitem>
344             </itemizedlist>
345           </section>
346
347           <section id="CurrencyFormat">
348             <title>CurrencyFormat</title>
349
350             <para>Default: 360,000.00 (US)</para>
351
352             <para>Asks: Display currencies using the following format
353             ___</para>
354
355             <para>Values:</para>
356
357             <itemizedlist>
358               <listitem>
359                 <para>360,000.00 (US)</para>
360               </listitem>
361
362               <listitem>
363                 <para>360 000,00 (FR)</para>
364               </listitem>
365             </itemizedlist>
366           </section>
367
368           <section id="gist">
369             <title>gist</title>
370
371             <para>Default: 0</para>
372
373             <para>Asks: The default tax rate is ___</para>
374
375             <para>Description:</para>
376
377             <itemizedlist>
378               <listitem>
379                 <para>This preference will allow the library to define a
380                 default Goods and Services Tax rate. The default of value of 0
381                 will disable this preference.</para>
382               </listitem>
383             </itemizedlist>
384
385             <para><note>
386                 <para>Enter this value as a number (.06) versus a percent
387                 (6%).</para>
388               </note></para>
389           </section>
390           <section id="MarcFieldsToOrder">
391             <title>MarcFieldsToOrder</title>
392             <para>Asks: Set the mapping values for a new order line created from a MARC record in a
393               staged file. </para>
394             <para>Description:<itemizedlist>
395                 <listitem>
396                   <para>This preference includes MARC fields to check for order information to use
397                     when <link linkend="orderfromstagedfile">ordering from a staged file</link> in
398                     acquisitions. You can use the following fields: price, quantity, budget_code,
399                     discount, sort1, sort2.</para>
400                   <para>For
401                     example:<programlisting>price: 947$a|947$c
402 quantity: 969$h
403 budget_code: 922$a</programlisting></para>
404                 </listitem>
405               </itemizedlist></para>
406           </section>
407
408           <section id="UniqueItemFields">
409             <title>UniqueItemFields</title>
410
411             <para>Default: barcode</para>
412
413             <para>Asks:___ (space-separated list of fields that should be
414             unique for items, must be valid SQL fields of <ulink url="http://schema.koha-community.org/tables/items.html">items</ulink>
415             table)</para>
416
417             <para>Description:</para>
418
419             <itemizedlist>
420               <listitem>
421                 <para>If this preference is left blank when adding items in
422                 acquisitions there will be no check for uniqueness. This means
423                 that a duplicate barcode can be created in acquisitions which
424                 will cause errors later when checking items in and out.</para>
425               </listitem>
426             </itemizedlist>
427           </section>
428         </section>
429
430         <section id="acqprefsprinting">
431           <title>Printing</title>
432
433           <section id="OrderPdfFormat">
434             <title>OrderPdfFormat</title>
435
436             <para>Default: pdfformat::layout2pages</para>
437
438             <para>Asks: Use ___ when printing basket groups.</para>
439           </section>
440         </section>
441       </section>
442
443       <section id="adminprefs">
444         <title>Administration</title>
445
446         <para>These preferences are general settings for your system.</para>
447
448         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
449         Global System Preferences &gt; Administration</para>
450
451         <section id="casauthentication">
452           <title>CAS Authentication</title>
453
454           <para>The Central Authentication Service (CAS) is a single sign-on
455           protocol for the web. If you don't know what this is, leave these
456           preferences set to their defaults.</para>
457
458           <section id="AllowPKIAuth">
459             <title>AllowPKIAuth</title>
460
461             <para>Default: no</para>
462
463             <para>Asks: Use ___ field for SSL client certificate
464             authentication</para>
465
466             <para>Values:</para>
467
468             <itemizedlist>
469               <listitem>
470                 <para>no</para>
471               </listitem>
472
473               <listitem>
474                 <para>the common name</para>
475               </listitem>
476
477               <listitem>
478                 <para>the email address</para>
479               </listitem>
480             </itemizedlist>
481           </section>
482
483           <section id="casAuthentication">
484             <title>casAuthentication</title>
485
486             <para>Default: Don't use</para>
487
488             <para>Asks: ___ CAS for login authentication.</para>
489           </section>
490
491           <section id="casLogout">
492             <title>casLogout</title>
493
494             <para>Default: Don't logout</para>
495
496             <para>Asks: ___ of CAS when logging out of Koha.</para>
497           </section>
498
499           <section id="casServerUrl">
500             <title>casServerUrl</title>
501
502             <para>Asks: The CAS Authentication Server can be found at
503             ___</para>
504           </section>
505         </section>
506
507         <section id="adminprefsinterface">
508           <title>Interface options</title>
509
510           <para>These preference are related to your Koha interface</para>
511
512           <section id="DebugLevel">
513             <title>DebugLevel</title>
514
515             <para>Default: lots of</para>
516
517             <para>Asks: Show ___ debugging information in the browser when an
518             internal error occurs.</para>
519
520             <para>Values:</para>
521
522             <itemizedlist>
523               <listitem>
524                 <para>lots of - will show as much information as
525                 possible</para>
526               </listitem>
527
528               <listitem>
529                 <para>no - will only show basic error messages</para>
530               </listitem>
531
532               <listitem>
533                 <para>some - will show only some of the information
534                 available</para>
535               </listitem>
536             </itemizedlist>
537
538             <para>Description:</para>
539
540             <itemizedlist>
541               <listitem>
542                 <para>This preference determines how much information will be
543                 sent to the user's screen when the system encounters an error.
544                 The most detail will be sent when the value level is set at 2,
545                 some detail will be sent when the value is set at 1, and only
546                 a basic error message will display when the value is set at 0.
547                 This setting is especially important when a system is new and
548                 the administration is interested in working out the bugs
549                 (errors or problems) quickly. Having detailed error messages
550                 makes quick fixes more likely in problem areas.</para>
551               </listitem>
552             </itemizedlist>
553           </section>
554
555           <section id="delimiter">
556             <title>delimiter</title>
557
558             <para>Default: semicolons</para>
559
560             <para>Asks: Separate columns in an exported report file with ___
561             by default.</para>
562
563             <para>Values:</para>
564
565             <itemizedlist>
566               <listitem>
567                 <para>#'s</para>
568               </listitem>
569
570               <listitem>
571                 <para>backslashes</para>
572               </listitem>
573
574               <listitem>
575                 <para>commas</para>
576               </listitem>
577
578               <listitem>
579                 <para>semicolons</para>
580               </listitem>
581
582               <listitem>
583                 <para>slashes</para>
584               </listitem>
585
586               <listitem>
587                 <para>tabs</para>
588               </listitem>
589             </itemizedlist>
590
591             <para>Description:</para>
592
593             <itemizedlist>
594               <listitem>
595                 <para>This preference determines how reports exported from
596                 Koha will separate data. In many cases you will be able to
597                 change this option when exporting if you'd like.</para>
598               </listitem>
599             </itemizedlist>
600           </section>
601
602           <section id="KohaAdminEmailAddress">
603             <title>KohaAdminEmailAddress</title>
604
605             <para>This is the default 'From' address for emails unless there
606             is one for the particular branch, and is referred to when an
607             internal error occurs.</para>
608
609             <para>Asks: Use ___ as the email address for the administrator of
610             Koha.</para>
611
612             <para>Description:</para>
613
614             <itemizedlist>
615               <listitem>
616                 <para>This preference allows one email address to be used in
617                 warning messages set to the OPAC. If no email address is set
618                 for the branch this address will receive messages from patrons
619                 regarding modification requests, purchase suggestions, and
620                 questions or information regarding overdue notices. It is
621                 recommended that a email address that can be accessed by
622                 multiple staff members be used for this purpose so that if one
623                 librarian is out the others can address these requests. This
624                 email address can be changed when needed.</para>
625               </listitem>
626             </itemizedlist>
627           </section>
628
629           <section id="noItemTypeImages">
630             <title>noItemTypeImages</title>
631
632             <para>Default: Show</para>
633
634             <para>Asks: ___ itemtype icons in the catalog.</para>
635
636             <para>Values:</para>
637
638             <itemizedlist>
639               <listitem>
640                 <para>Shows</para>
641               </listitem>
642
643               <listitem>
644                 <para>Don't show</para>
645               </listitem>
646             </itemizedlist>
647
648             <para>Description:</para>
649
650             <itemizedlist>
651               <listitem>
652                 <para>This preference allows the system administrator to
653                 determine if users will be able to set and see an <link linkend="itemtypeadmin">item type icon</link> the catalog on
654                 both the OPAC and the Staff Client. The images will display in
655                 both the OPAC and the Staff Client/Intranet. If images of item
656                 types are disabled, text labels for item types will still
657                 appear in the OPAC and Staff Client.</para>
658               </listitem>
659             </itemizedlist>
660           </section>
661
662           <section id="virtualshelves">
663             <title>virtualshelves</title>
664
665             <para>Default: Allow</para>
666
667             <para>Asks: ___ staff and patrons to create and view saved lists
668             of books.</para>
669
670             <para>Values:</para>
671
672             <itemizedlist>
673               <listitem>
674                 <para>Allow</para>
675               </listitem>
676
677               <listitem>
678                 <para>Don't Allow</para>
679               </listitem>
680             </itemizedlist>
681
682             <para>Description:</para>
683
684             <itemizedlist>
685               <listitem>
686                 <para>This preference controls whether the lists functionality
687                 will be available in the staff client and OPAC. If this is set
688                 to "Don't allow" then no one will be able to save items to
689                 public or private lists.</para>
690               </listitem>
691             </itemizedlist>
692           </section>
693         </section>
694
695         <section id="adminprefslogin">
696           <title>Login options</title>
697
698           <para>These preferences are related to logging into your Koha
699           system</para>
700
701           <section id="AutoLocation">
702             <title>AutoLocation</title>
703
704             <para>Default: Don't require</para>
705
706             <para>Asks: ___ staff to log in from a computer in the IP address
707             range specified by their library (if any).</para>
708
709             <itemizedlist>
710               <listitem>
711                 <para>Set IP address range in the library administration
712                 area</para>
713
714                 <itemizedlist>
715                   <listitem>
716                     <para><emphasis>Get there:</emphasis> More &gt;
717                     Administration &gt; Basic Parameters &gt; <link linkend="libsgroups">Libraries &amp; Groups</link></para>
718                   </listitem>
719                 </itemizedlist>
720               </listitem>
721             </itemizedlist>
722
723             <para>Values:</para>
724
725             <itemizedlist>
726               <listitem>
727                 <para>Don't require</para>
728               </listitem>
729
730               <listitem>
731                 <para>Require</para>
732               </listitem>
733             </itemizedlist>
734
735             <para>Description:</para>
736
737             <itemizedlist>
738               <listitem>
739                 <para>This preference protects the system by blocking
740                 unauthorized users from accessing the staff client program and
741                 settings. Authorized and unauthorized users are determined by
742                 their computer's IP addresses. When the preference is set to
743                 'Require', IP authorization is in effect and unauthorized IP
744                 addresses will be blocked. This means that staff cannot work
745                 from home unless their IP address has been authorized. When
746                 set to 'Don't require', anyone with a staff client login will
747                 have access no matter which IP address they are using.</para>
748               </listitem>
749             </itemizedlist>
750           </section>
751
752           <section id="IndependentBranches">
753             <title>IndependentBranches</title>
754             <para>Default: Don't prevent</para>
755             <para>Asks: ___ staff (but not superlibrarians) from modifying objects (holds, items,
756               patrons, etc.) belonging to other libraries.</para>
757             <para>Values:</para>
758             <itemizedlist>
759               <listitem>
760                 <para>Don't prevent</para>
761               </listitem>
762               <listitem>
763                 <para>Prevent</para>
764               </listitem>
765             </itemizedlist>
766             <para>Description:</para>
767             <itemizedlist>
768               <listitem>
769                 <para>This preference should only be used by library systems which are sharing a
770                   single Koha installation among multiple branches but are considered independent
771                   organizations, meaning they do not share material or patrons with other branches
772                   and do not plan to change that in the future. If set to 'Prevent' it increases the
773                   security between library branches by: prohibiting staff users from logging into
774                   another branch from within the staff client, filtering out patrons from patron
775                   searches who are not a part of the login branch conducting the search, limiting
776                   the location choices to the login branch when adding or modifying an item record,
777                   preventing users from other branch locations from placing holds or checking out
778                   materials from library branches other than their own, and preventing staff from
779                   editing item records which belong to other library branches. All of these security
780                   safeguards can be overridden only by the superlibrarian, the highest level of
781                   privileges.</para>
782               </listitem>
783             </itemizedlist>
784             <important>
785               <para>It is important that this value be set before going live and that it NOT be
786                 changed</para>
787             </important>
788           </section>
789
790           <section id="SessionStorage">
791             <title>SessionStorage</title>
792
793             <para>Default: in the MySQL database</para>
794
795             <para>Asks: Store login session information ___</para>
796
797             <para>Values:</para>
798
799             <itemizedlist>
800               <listitem>
801                 <para>as temporary files</para>
802               </listitem>
803
804               <listitem>
805                 <para>in the MySQL database</para>
806               </listitem>
807
808               <listitem>
809                 <para>in the PostgreSQL database</para>
810
811                 <itemizedlist>
812                   <listitem>
813                     <important>
814                       <para>PostgreSQL is not yet supported</para>
815                     </important>
816                   </listitem>
817                 </itemizedlist>
818               </listitem>
819             </itemizedlist>
820
821             <para>Description:</para>
822
823             <itemizedlist>
824               <listitem>
825                 <para>This preference allows administrators to choose what
826                 format session data is stored in during web sessions.</para>
827               </listitem>
828             </itemizedlist>
829           </section>
830
831           <section id="timeout">
832             <title>timeout</title>
833
834             <para>Default: 12000000</para>
835
836             <para>Asks: Automatically log out users after ___ seconds of inactivity.</para>
837
838             <para>Description:</para>
839
840             <itemizedlist>
841               <listitem>
842                 <para>This preference sets the length of time the Staff Client
843                 or OPAC accounts can be left inactive before re-logging in is
844                 necessary. The value of this preference is in seconds. At this
845                 time, the amount of time before a session times out must be
846                 the same for both the Staff Client and the OPAC.</para>
847               </listitem>
848             </itemizedlist>
849           </section>
850         </section>
851         <section id="mozillapersona">
852           <title>Mozilla Persona</title>
853           <section id="persona">
854             <title>Persona</title>
855             <para>Default: Don't allow</para>
856             <para>Asks: ___  Mozilla persona for login.</para>
857             <para>Values:</para>
858             <itemizedlist>
859                 <listitem>
860                   <para>Allow</para>
861                   <screenshot>
862                       <screeninfo>Persona login on OPAC</screeninfo>
863                       <mediaobject>
864                         <imageobject>
865                           <imagedata fileref="images/admin/globalprefs/persona.png"/>
866                         </imageobject>
867                       </mediaobject>
868                     </screenshot>
869                 </listitem>
870                 <listitem>
871                   <para>Don't allow</para>
872                 </listitem>
873               </itemizedlist>
874             <para>Description:<itemizedlist>
875                 <listitem>
876                   <para>Mozilla Persona is an OpenID-like service that lets you log in to multiple
877                     websites with your Mozilla credentials.  If you allow Persona log in for Koha
878                     then your patrons can log in to the OPAC using their Mozilla Persona.  Learn
879                     more about Persona on the <ulink url="http://www.mozilla.org/en-US/persona/">official Mozilla site</ulink>.<important>
880                       <para>For Persona log in to work you will need you <link linkend="OPACBaseURL">OPACBaseURL</link> preference to be set correctly.</para>
881                     </important></para>
882                 </listitem>
883               </itemizedlist></para>
884           </section>
885         </section>
886         <section id="searchengineprefs">
887           <title>Search Engine</title>
888           <section id="SearchEngine">
889             <title>SearchEngine</title>
890             <important>
891               <para>This preference is highly experimental and should not be changed from the
892                 default value in a production environment.</para>
893             </important>
894             <para>Default: Zebra</para>
895             <para>Asks: ___  is the search engine used. </para>
896             <para>Values:<itemizedlist>
897                 <listitem>
898                   <para>Solr</para>
899                 </listitem>
900                 <listitem>
901                   <para>Zebra</para>
902                 </listitem>
903               </itemizedlist></para>
904             <para>Description:<itemizedlist>
905                 <listitem>
906                   <para>This preference will be used to control which search engine Koha uses for
907                     catalog searches in the OPAC and the staff client.</para>
908                 </listitem>
909               </itemizedlist></para>
910           </section>
911         </section>
912       </section>
913
914       <section id="authprefs">
915         <title>Authorities</title>
916
917         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
918         Global System Preferences &gt; Authorities</para>
919
920         <section id="generalauthorities">
921           <title>General</title>
922
923           <section id="AuthDisplayHierarchy">
924             <title>AuthDisplayHierarchy</title>
925
926             <para>Default: Don't display</para>
927
928             <para>Asks: ___ broader term/narrower term hierarchies when
929             viewing authorities.</para>
930
931             <para>Values:</para>
932
933             <itemizedlist>
934               <listitem>
935                 <para>Display</para>
936
937                 <screenshot>
938                   <screeninfo>AuthDisplayHierarchy</screeninfo>
939
940                   <mediaobject>
941                     <imageobject>
942                       <imagedata fileref="images/admin/globalprefs/AuthDisplayHierarchy.png"/>
943                     </imageobject>
944                   </mediaobject>
945                 </screenshot>
946               </listitem>
947
948               <listitem>
949                 <para>Don't display</para>
950               </listitem>
951             </itemizedlist>
952
953             <para>Description:</para>
954
955             <itemizedlist>
956               <listitem>
957                 <para>If your authority records includes 5xx fields with
958                 linked references to broader and/or narrower see also
959                 references this preference will turn on a display of those
960                 authorities at the top of the record.</para>
961               </listitem>
962             </itemizedlist>
963           </section>
964
965           <section id="AutoCreateAuthorities">
966             <title>AutoCreateAuthorities</title>
967
968             <para>Default: do not generate</para>
969
970             <para>Asks: When editing records, ___ authority records that are
971             missing.</para>
972
973             <para>Values:</para>
974
975             <itemizedlist>
976               <listitem>
977                 <para>do not generate</para>
978               </listitem>
979
980               <listitem>
981                 <para>generate</para>
982               </listitem>
983             </itemizedlist>
984
985             <important>
986               <para><link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
987               must be set to "allow" for this to have any effect</para>
988             </important>
989
990             <para>Description:</para>
991
992             <itemizedlist>
993               <listitem>
994                 <para>When this and <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
995                 are both turned on, automatically create authority records for
996                 headings that don't have any authority link when cataloging.
997                 When BiblioAddsAuthorities is on and AutoCreateAuthorities is
998                 turned off, do not automatically generate authority records,
999                 but allow the user to enter headings that don't match an
1000                 existing authority. When BiblioAddsAuthorities is off, this
1001                 has no effect.</para>
1002               </listitem>
1003             </itemizedlist>
1004           </section>
1005
1006           <section id="BiblioAddsAuthorities">
1007             <title>BiblioAddsAuthorities</title>
1008
1009             <para>Default: allow</para>
1010
1011             <para>Asks: When editing records, ___ them to automatically create
1012             new authority records if needed, rather than having to reference
1013             existing authorities.</para>
1014
1015             <para>Values:</para>
1016
1017             <itemizedlist>
1018               <listitem>
1019                 <para>allow</para>
1020
1021                 <itemizedlist>
1022                   <listitem>
1023                     <para>This setting allows you to type values in the fields
1024                     controlled by authorities and then adds a new authority if
1025                     one does not exist</para>
1026                   </listitem>
1027                 </itemizedlist>
1028               </listitem>
1029
1030               <listitem>
1031                 <para>don't allow</para>
1032
1033                 <itemizedlist>
1034                   <listitem>
1035                     <para>This setting will lock the authority controlled
1036                     fields, forcing you to search for an authority versus
1037                     allowing you to type the information in yourself.</para>
1038                   </listitem>
1039                 </itemizedlist>
1040               </listitem>
1041             </itemizedlist>
1042           </section>
1043
1044           <section id="dontmerge">
1045             <title>dontmerge</title>
1046
1047             <para>Default: Don't</para>
1048
1049             <para>Asks: ___ automatically update attached biblios when
1050             changing an authority record.</para>
1051
1052             <para>Values:</para>
1053
1054             <itemizedlist>
1055               <listitem>
1056                 <para>Do</para>
1057               </listitem>
1058
1059               <listitem>
1060                 <para>Don't</para>
1061               </listitem>
1062             </itemizedlist>
1063
1064             <para>Description:</para>
1065
1066             <itemizedlist>
1067               <listitem>
1068                 <para>This preference tells Koha how to handle changes to your Authority records. If
1069                   you edit an authority record and this preference is set to 'Do' Koha will
1070                   immediately update all of the bib records linked to the authority with the new
1071                   authority record's data. If this is set to "Don't" then Koha won't edit bib
1072                   records when changes are made to authorities, rather, this is done later by the
1073                     <link linkend="mergeauthcron">merge_authority.pl cronjob</link>.</para>
1074               </listitem>
1075             </itemizedlist>
1076
1077             <important>
1078               <para>If this is set to "Don't automatically update" you will need to ask your
1079                 administrator to enable the <link linkend="mergeauthcron">merge_authority.pl
1080                   cronjob</link>.</para>
1081             </important>
1082           </section>
1083
1084           <section id="MARCAuthorityControlField008">
1085             <title>MARCAuthorityControlField008</title>
1086
1087             <para>Default: || aca||aabn | a|a d</para>
1088
1089             <para>Asks: Use the following text for the contents of MARC21 authority control field
1090               008 position 06-39 (fixed length data elements).</para>
1091
1092             <para><important>
1093                 <para>Do not include the date (position 00-05) in this
1094                 preference, Koha will calculate automatically and put that in
1095                 before the values in this preference.</para>
1096               </important>Description:</para>
1097
1098             <itemizedlist>
1099               <listitem>
1100                 <para>This preference controls the default value in the 008
1101                 field on Authority records. It does not effect bibliographic
1102                 records.</para>
1103               </listitem>
1104             </itemizedlist>
1105           </section>
1106           <section id="UNIMARCAuthorityField100">
1107             <title>UNIMARCAuthorityField100</title>
1108             <para>Default: afrey50      ba0</para>
1109             <para>Asks: Use the following text for the contents of UNIMARC authority field 100
1110               position (fixed length data elements). <important>
1111                 <para>Do not include the date (position 00-07) in this preference, Koha will
1112                   calculate automatically and put that in before the values in this
1113                   preference.</para>
1114               </important></para>
1115             <para>Description:<itemizedlist>
1116                 <listitem>
1117                   <para>This preference controls the default value in the 100 field on Authority
1118                     records cataloged in UNIMARC. It does not effect bibliographic records.</para>
1119                 </listitem>
1120               </itemizedlist></para>
1121           </section>
1122
1123           <section id="UseAuthoritiesForTracings">
1124             <title>UseAuthoritiesForTracings</title>
1125
1126             <para>Default: Don't use</para>
1127
1128             <para>Asks: ___ authority record numbers instead of text strings
1129             for searches from subject tracings.</para>
1130
1131             <para>Values:</para>
1132
1133             <itemizedlist>
1134               <listitem>
1135                 <para>Don't use</para>
1136
1137                 <itemizedlist>
1138                   <listitem>
1139                     <para>Search links look for subject/author keywords
1140                     (example: opac-search.pl?q=su:Business%20networks)</para>
1141                   </listitem>
1142                 </itemizedlist>
1143               </listitem>
1144
1145               <listitem>
1146                 <para>Use</para>
1147
1148                 <itemizedlist>
1149                   <listitem>
1150                     <para>Search links look for an authority record (example:
1151                     opac-search.pl?q=an:354)</para>
1152                   </listitem>
1153                 </itemizedlist>
1154               </listitem>
1155             </itemizedlist>
1156
1157             <para>Description:</para>
1158
1159             <itemizedlist>
1160               <listitem>
1161                 <para>For libraries that have authority files, they may want
1162                 to make it so that when a link to an authorized subject or
1163                 author is clicked on the OPAC or staff client it takes the
1164                 searcher only to a list of results with that authority record.
1165                 Most libraries do not have complete authority files and so
1166                 setting this preference to 'Don't use' will allow searchers to
1167                 click on links to authors and subject headings and perform a
1168                 keyword search against those fields, finding all possible
1169                 relevant results instead.</para>
1170               </listitem>
1171             </itemizedlist>
1172           </section>
1173         </section>
1174
1175         <section id="linkerauthorities">
1176           <title>Linker</title>
1177
1178           <para>These preferences will control how Koha links bibliographic records to authority
1179             records. All bibliographic records added to Koha after these preferences are set will
1180             link automatically to authority records, for records added before these preferences are
1181             set there is a script (misc/link_bibs_to_authorities.pl) that your system administrator
1182             can run to link records together.</para>
1183
1184           <section id="CatalogModuleRelink">
1185             <title>CatalogModuleRelink</title>
1186
1187             <para>Default: Do not</para>
1188
1189             <para>Asks: ___ automatically relink headings that have previously
1190             been linked when saving records in the cataloging module.</para>
1191
1192             <para>Values:</para>
1193
1194             <itemizedlist>
1195               <listitem>
1196                 <para>Do</para>
1197               </listitem>
1198
1199               <listitem>
1200                 <para>Do not</para>
1201               </listitem>
1202             </itemizedlist>
1203
1204             <para>Description:</para>
1205
1206             <itemizedlist>
1207               <listitem>
1208                 <para>Longtime users of Koha don't expect the authority and
1209                 bib records to link consistently. This preference makes it
1210                 possible to disable authority relinking in the cataloging
1211                 module only (i.e. relinking is still possible if
1212                 link_bibs_to_authorities.pl is run). Note that though the
1213                 default behavior matches the previous behavior of Koha
1214                 (retaining links to outdated authority records), it does not
1215                 match the intended behavior (updating biblio/authority link
1216                 after bibliographic record is edited). Libraries that want the
1217                 intended behavior of authority control rather than the way
1218                 Koha used to handle linking should set CatalogModuleRelink to
1219                 'Do'. Once setting this to 'Do' the following preferences can
1220                 also be set.</para>
1221               </listitem>
1222             </itemizedlist>
1223           </section>
1224
1225           <section id="LinkerKeepStale">
1226             <title>LinkerKeepStale</title>
1227
1228             <para>Default: Do not</para>
1229
1230             <para>Asks: ___ keep existing links to authority records for
1231             headings where the linker is unable to find a match.</para>
1232
1233             <para>Values:</para>
1234
1235             <itemizedlist>
1236               <listitem>
1237                 <para>Do</para>
1238               </listitem>
1239
1240               <listitem>
1241                 <para>Do not</para>
1242               </listitem>
1243             </itemizedlist>
1244
1245             <para>Description:</para>
1246
1247             <itemizedlist>
1248               <listitem>
1249                 <para>When set to 'Do', the linker will never remove a link to
1250                 an authority record, though, depending on the value of <link linkend="LinkerRelink">LinkerRelink</link>, it may change the
1251                 link.</para>
1252               </listitem>
1253             </itemizedlist>
1254           </section>
1255
1256           <section id="LinkerModule">
1257             <title>LinkerModule</title>
1258
1259             <para>Default: Default</para>
1260
1261             <para>Asks: Use the ___ linker module for matching headings to
1262             authority records.</para>
1263
1264             <para>Values:</para>
1265
1266             <itemizedlist>
1267               <listitem>
1268                 <para>Default</para>
1269
1270                 <itemizedlist>
1271                   <listitem>
1272                     <para>Retains Koha's previous behavior of only creating
1273                     links when there is an exact match to one and only one
1274                     authority record; if the <link linkend="LinkerOptions">LinkerOptions</link> preference is
1275                     set to 'broader_headings', it will try to link headings to
1276                     authority records for broader headings by removing
1277                     subfields from the end of the heading</para>
1278                   </listitem>
1279                 </itemizedlist>
1280               </listitem>
1281
1282               <listitem>
1283                 <para>First match</para>
1284
1285                 <itemizedlist>
1286                   <listitem>
1287                     <para>Creates a link to the first authority record that
1288                     matches a given heading, even if there is more than one
1289                     authority record that matches</para>
1290                   </listitem>
1291                 </itemizedlist>
1292               </listitem>
1293
1294               <listitem>
1295                 <para>Last match</para>
1296
1297                 <itemizedlist>
1298                   <listitem>
1299                     <para>Creates a link to the last authority record that
1300                     matches a given heading, even if there is more than one
1301                     record that matches</para>
1302                   </listitem>
1303                 </itemizedlist>
1304               </listitem>
1305             </itemizedlist>
1306
1307             <para>Description:</para>
1308
1309             <itemizedlist>
1310               <listitem>
1311                 <para>This preference tells Koha which match to use when
1312                 searching for authority matches when saving a record.</para>
1313               </listitem>
1314             </itemizedlist>
1315           </section>
1316
1317           <section id="LinkerOptions">
1318             <title>LinkerOptions</title>
1319
1320             <para>Asks: Set the following options for the authority linker
1321             ___<important>
1322                 <para>This feature is experimental and shouldn't be used in a
1323                 production environment until further expanded upon.</para>
1324               </important></para>
1325
1326             <para>Description:</para>
1327
1328             <itemizedlist>
1329               <listitem>
1330                 <para>This is a pipe separated (|) list of options. At the
1331                 moment, the only option available is "broader_headings." With
1332                 this option set to "broader_headings", the linker will try to
1333                 match the following heading as follows:<programlisting>=600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.</programlisting></para>
1334
1335                 <para>First: Camins-Esakov, Jared--Coin
1336                 collections--Catalogs--Early works to 1800</para>
1337
1338                 <para>Next: Camins-Esakov, Jared--Coin
1339                 collections--Catalogs</para>
1340
1341                 <para>Next: Camins-Esakov, Jared--Coin collections</para>
1342
1343                 <para>Next: Camins-Esakov, Jared (matches! if a previous
1344                 attempt had matched, it would not have tried this)</para>
1345               </listitem>
1346             </itemizedlist>
1347           </section>
1348
1349           <section id="LinkerRelink">
1350             <title>LinkerRelink</title>
1351
1352             <para>Default: Do</para>
1353
1354             <para>Asks: ___ relink headings that have previously been linked
1355             to authority records.</para>
1356
1357             <para>Values:</para>
1358
1359             <itemizedlist>
1360               <listitem>
1361                 <para>Do</para>
1362               </listitem>
1363
1364               <listitem>
1365                 <para>Do not</para>
1366               </listitem>
1367             </itemizedlist>
1368
1369             <para>Description:</para>
1370
1371             <itemizedlist>
1372               <listitem>
1373                 <para>When set to 'Do', the linker will confirm the links for
1374                 headings that have previously been linked to an authority
1375                 record when it runs, correcting any incorrect links it may
1376                 find. When set to 'Do not', any heading with an existing link
1377                 will be ignored, even if the existing link is invalid or
1378                 incorrect.</para>
1379               </listitem>
1380             </itemizedlist>
1381           </section>
1382         </section>
1383       </section>
1384
1385       <section id="catprefs">
1386         <title>Cataloging</title>
1387
1388         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
1389         Global System Preferences &gt; Cataloging</para>
1390
1391         <section id="catdisplayprefs">
1392           <title>Display</title>
1393
1394           <para/>
1395           <section id="AcquisitionDetails">
1396             <title>AcquisitionDetails</title>
1397             <para>Default: Display</para>
1398             <para>Asks: ___ acquisition details on the biblio detail page. </para>
1399             <para>Values:<itemizedlist>
1400                 <listitem>
1401                   <para>Display</para>
1402                 </listitem>
1403                 <listitem>
1404                   <para>Don't display</para>
1405                 </listitem>
1406               </itemizedlist></para>
1407             <para>Description:<itemizedlist>
1408                 <listitem>
1409                   <para>This preference controls whether a tab will show on the detail page in the
1410                     staff client that includes detailed acquisitions information for the title. This
1411                     tab will include links to order information stored in the acquisitions module.<screenshot>
1412                       <screeninfo>AcquisitionDetails</screeninfo>
1413                       <mediaobject>
1414                         <imageobject>
1415                           <imagedata fileref="images/admin/globalprefs/AcquisitionDetails.png"/>
1416                         </imageobject>
1417                       </mediaobject>
1418                     </screenshot></para>
1419                 </listitem>
1420               </itemizedlist></para>
1421           </section>
1422
1423           <section id="authoritysep">
1424             <title>authoritysep</title>
1425
1426             <para>Default: --</para>
1427
1428             <para>Asks: Separate multiple displayed authors, series or
1429             subjects with ___.</para>
1430           </section>
1431
1432           <section id="hide_marc">
1433             <title>hide_marc</title>
1434
1435             <para>Default: Display</para>
1436
1437             <para>Asks: ___ MARC tag numbers, subfield codes and indicators in
1438             MARC views.</para>
1439
1440             <para>Values:</para>
1441
1442             <itemizedlist>
1443               <listitem>
1444                 <para>Display -- shows the tag numbers on the cataloging
1445                 interface</para>
1446
1447                 <screenshot>
1448                   <screeninfo>MARC editor with tags showing</screeninfo>
1449
1450                   <mediaobject>
1451                     <imageobject>
1452                       <imagedata fileref="images/admin/globalprefs/hide_marc-display.png"/>
1453                     </imageobject>
1454                   </mediaobject>
1455                 </screenshot>
1456               </listitem>
1457
1458               <listitem>
1459                 <para>Don't display -- shows just descriptive text when
1460                 cataloging</para>
1461
1462                 <screenshot>
1463                   <screeninfo>MARC editor without tags showing</screeninfo>
1464
1465                   <mediaobject>
1466                     <imageobject>
1467                       <imagedata fileref="images/admin/globalprefs/hide_marc-dont.png"/>
1468                     </imageobject>
1469                   </mediaobject>
1470                 </screenshot>
1471               </listitem>
1472             </itemizedlist>
1473           </section>
1474
1475           <section id="IntranetBiblioDefaultView">
1476             <title>IntranetBiblioDefaultView</title>
1477
1478             <para>Default: ISBD form</para>
1479
1480             <para>Asks: By default, display biblio records in ___</para>
1481
1482             <para>Values:</para>
1483
1484             <itemizedlist>
1485               <listitem>
1486                 <para>ISBD form -- displays records in the staff client in the
1487                 old card catalog format</para>
1488
1489                 <itemizedlist>
1490                   <listitem>
1491                     <para>See <link linkend="isbdpref">ISBD</link> preference
1492                     for more information</para>
1493                   </listitem>
1494                 </itemizedlist>
1495               </listitem>
1496
1497               <listitem>
1498                 <para>Labelled MARC form -- displays records in the staff
1499                 client in MARC with text labels to explain the different
1500                 fields</para>
1501               </listitem>
1502
1503               <listitem>
1504                 <para>MARC form -- displays records in the staff client in
1505                 MARC</para>
1506               </listitem>
1507
1508               <listitem>
1509                 <para>normal form -- visual display in the staff client (for
1510                 the average person)</para>
1511               </listitem>
1512             </itemizedlist>
1513
1514             <para>Description:</para>
1515
1516             <itemizedlist>
1517               <listitem>
1518                 <para>This setting determines the bibliographic record display
1519                 when searching the catalog on the staff client. This setting
1520                 does not affect the display in the OPAC which is changed using
1521                 the <link linkend="BiblioDefaultView">BiblioDefaultView</link>
1522                 preference under the OPAC preference tab. This setting changes
1523                 the look of the record when first displayed. The MARC and ISBD
1524                 views can still be seen by clicking in the sidebar.</para>
1525               </listitem>
1526             </itemizedlist>
1527           </section>
1528
1529           <section id="isbdpref">
1530             <title>ISBD</title>
1531
1532             <para>Default: <link linkend="isbddefault">MARC21 Default
1533             Appendix</link> or <link linkend="unimarcdefault">UNIMARC Default
1534             Appendix</link></para>
1535
1536             <para>Asks: Use the following as the ISBD template:</para>
1537
1538             <para>Description:</para>
1539
1540             <itemizedlist>
1541               <listitem>
1542                 <para>This determines how the ISBD information will display.
1543                 Elements in the list can be reordered to produce a different
1544                 ISBD view. ISBD, the International Standard Bibliographic
1545                 Description, was first introduced by IFLA (International
1546                 Federation of Library Associations) in 1969 in order to
1547                 provide guidelines for descriptive cataloging. The purpose of
1548                 ISBD is to aid the international exchange of bibliographic
1549                 records for a variety of materials.</para>
1550               </listitem>
1551             </itemizedlist>
1552           </section>
1553
1554           <section id="LabelMARCView">
1555             <title>LabelMARCView</title>
1556
1557             <para>Default: Don't</para>
1558
1559             <para>Asks: ___ collapse repeated tags of the same type into one
1560             tag entry.</para>
1561
1562             <para>Values:</para>
1563
1564             <itemizedlist>
1565               <listitem>
1566                 <para>Do -- will combine all identical tag numbers under one
1567                 heading in the MARC view in the OPAC and Staff Client</para>
1568
1569                 <screenshot>
1570                   <screeninfo>MARC View in the Staff Client with LabelMARCView
1571                   set to Do</screeninfo>
1572
1573                   <mediaobject>
1574                     <imageobject>
1575                       <imagedata fileref="images/admin/globalprefs/LabelMARCView-do.png"/>
1576                     </imageobject>
1577                   </mediaobject>
1578                 </screenshot>
1579               </listitem>
1580
1581               <listitem>
1582                 <para>Don't -- will list all of the tags individually in the
1583                 MARC view in the OPAC and Staff Client</para>
1584
1585                 <screenshot>
1586                   <screeninfo>MARC View in the Staff Client with LabelMARCView
1587                   set to Don't</screeninfo>
1588
1589                   <mediaobject>
1590                     <imageobject>
1591                       <imagedata fileref="images/admin/globalprefs/LabelMARCView-dont.png"/>
1592                     </imageobject>
1593                   </mediaobject>
1594                 </screenshot>
1595               </listitem>
1596             </itemizedlist>
1597           </section>
1598           <section id="NotesBlacklist">
1599             <title>NotesBlacklist</title>
1600             <para>Asks: Don't show these ___ note fields in title notes separator (OPAC record
1601               details) and in the description separator (Staff client record details). </para>
1602             <para>Description:<itemizedlist>
1603                 <listitem>
1604                   <para>This preference lets you define which of your note fields are hidden from
1605                     the title notes (OPAC) and descriptions (Staff) tabs.  Enter the values as a
1606                     comma separated list. For example to hide the local note and the bibliography
1607                     note in MARC21 enter 504, 590.</para>
1608                 </listitem>
1609               </itemizedlist></para>
1610           </section>
1611
1612           <section id="OpacSuppression">
1613             <title>OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and
1614               OpacSuppressionMessage</title>
1615             <para>OpacSuppression Default: Don't hide</para>
1616
1617             <para>Asks:  ___ items marked as suppressed from OPAC search results. Note that you must
1618               have the Suppress index set up in Zebra and at least one suppressed item, or your
1619               searches will be broken. Restrict the suppression to IP adresses outside of the IP
1620               range ___ (Leave blank if not used. Define a range like 192.168..) Redirect the opac
1621               detail page for suppressed records to ___ Display the following message on the
1622               redirect page for suppressed biblios ___.</para>
1623
1624             <para>OpacSuppression Values:</para>
1625
1626             <itemizedlist>
1627               <listitem>
1628                 <para>Don't hide</para>
1629
1630                 <itemizedlist>
1631                   <listitem>
1632                     <para>Will show records in OPAC search results if they are marked
1633                       suppressed</para>
1634                   </listitem>
1635                 </itemizedlist>
1636               </listitem>
1637
1638               <listitem>
1639                 <para>Hide</para>
1640
1641                 <itemizedlist>
1642                   <listitem>
1643                     <para>Will not show records in OPAC search results if they're marked as
1644                       suppressed</para>
1645                   </listitem>
1646                 </itemizedlist>
1647               </listitem>
1648             </itemizedlist>
1649             <para>OpacSuppressionRedirect Values:<itemizedlist>
1650                 <listitem>
1651                   <para>an explanatory page ('This record is blocked').</para>
1652                 </listitem>
1653                 <listitem>
1654                   <para>the 404 error page ('Not found').</para>
1655                 </listitem>
1656               </itemizedlist></para>
1657
1658             <para>Description:</para>
1659
1660             <itemizedlist>
1661               <listitem>
1662                 <para>These preferences control hiding of bibliographic records from display in the
1663                   OPAC. Each bibliogrphic record you want to hide from the OPAC simply needs to have
1664                   the value "1" in the field mapped with Suppress index (942$n field in MARC21, no
1665                   official field in UNIMARC). The indexer then hides it from display in OPAC but
1666                   will still display it in the Staff Client. If you want to further control
1667                   suppression you can set an IP address range to still show suppressed items to.
1668                   Define a range like 192.168.. If you don't want to limit suppression in this way,
1669                   leave the IP field blank. You can also decide what the patrons will see in the
1670                   OPAC when a title is suppressed by setting the OpacSuppressionRedirect and
1671                   OpacSuppressionMessage preferences.  You can either show the patron a 404 page if
1672                   they try to see a suppressed record or you can create a custom page by entering
1673                   the HTML in the OpacSuppressionMessage part of this preference.</para>
1674                 <para>
1675                   <note>
1676                     <para>An <link linkend="authorizedvalues">authorized value</link> for the MARC21
1677                       942$n field (or the equivalent UNIMARC field) should be set to eliminate
1678                       errors. One example would be to create an authorized value titled SUPPRESS
1679                       with a value of 0 for don't suppress and 1 for suppress.</para>
1680                   </note>
1681                 </para>
1682               </listitem>
1683             </itemizedlist>
1684
1685             <important>
1686               <para>If this preference is set to 'hide' and you have the 942n
1687               field set to 1, it will hide the entire bib record - not just an
1688               individual item.</para>
1689             </important>
1690
1691             <important>
1692               <para>You must have the Suppress index set up in Zebra and at least one record with
1693                 the value "1" in the field mapped with this index, or your searches will be
1694                 completely broken in OPAC (you won't get any results at all).</para>
1695             </important>
1696           </section>
1697           <section id="SeparateHoldings">
1698             <title>SeparateHoldings &amp; SeparateHoldingsBranch </title>
1699             <para>SeparateHoldings default: Don't separate</para>
1700             <para>SeparateHoldingsBranch default: home library </para>
1701             <para>Asks:  ___ items display into two tabs, where the first tab contains items whose
1702               ___ is the logged in user's library. The second tab will contain all other items. </para>
1703             <para>SeparateHoldings values:<itemizedlist>
1704                 <listitem>
1705                   <para>Don't separate</para>
1706                 </listitem>
1707                 <listitem>
1708                   <para>Separate</para>
1709                 </listitem>
1710               </itemizedlist></para>
1711             <para>SeparateHoldingsBranch values:<itemizedlist>
1712                 <listitem>
1713                   <para>holding library</para>
1714                 </listitem>
1715                 <listitem>
1716                   <para>home library</para>
1717                 </listitem>
1718               </itemizedlist></para>
1719             <para>Description:</para>
1720             <itemizedlist>
1721                 <listitem>
1722                   <para>This preference lets you decide if you would like to have the holding
1723                     information on the bibliographic detail page in the staff client split in to
1724                     multiple tabs.  The default is to show all holdings on one tab.</para>
1725                   <screenshot>
1726                       <screeninfo>Separate holdings tabs</screeninfo>
1727                       <mediaobject>
1728                         <imageobject>
1729                           <imagedata fileref="images/admin/globalprefs/SeparateHoldings.png"/>
1730                         </imageobject>
1731                       </mediaobject>
1732                     </screenshot>
1733                 </listitem>
1734               </itemizedlist>
1735           </section>
1736
1737           <section id="URLLinkText">
1738             <title>URLLinkText</title>
1739
1740             <para>Default: Online Resource</para>
1741
1742             <para>Asks: Show ___ as the text of links embedded in MARC
1743             records.</para>
1744
1745             <para>Description:</para>
1746
1747             <itemizedlist>
1748               <listitem>
1749                 <para>If the 856 field does not have a subfield 3 or y
1750                 defined, the OPAC will say 'Click here to access online.' If
1751                 you would like the field to say something else enter that in
1752                 this field.</para>
1753               </listitem>
1754             </itemizedlist>
1755           </section>
1756
1757           <section id="UseControlNumber">
1758             <title>UseControlNumber</title>
1759
1760             <para>Default: Don't use</para>
1761
1762             <para>Asks: ___ record control number ($w subfields) and control
1763             number (001) for linking of bibliographic records.</para>
1764
1765             <para>Values:</para>
1766
1767             <itemizedlist>
1768               <listitem>
1769                 <para>Don't use</para>
1770
1771                 <itemizedlist>
1772                   <listitem>
1773                     <para>When clicking on links to titles that appear next to
1774                     'Continues' and 'Continued by' in the detail display Koha
1775                     will perform a title search</para>
1776                   </listitem>
1777                 </itemizedlist>
1778               </listitem>
1779
1780               <listitem>
1781                 <para>Use</para>
1782
1783                 <itemizedlist>
1784                   <listitem>
1785                     <para>When clicking on links to titles that appear next to
1786                     'Continues' and 'Continued by' in the detail display Koha
1787                     will perform a control number (MARC field 001)
1788                     search</para>
1789                   </listitem>
1790                 </itemizedlist>
1791               </listitem>
1792             </itemizedlist>
1793
1794             <important>
1795               <para>Unless you are going in and manually changing 773$w to
1796               match your rigorously-defined bibliographic relationships, you
1797               should set this preference to "Don't use" and instead set <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> to
1798               "Display"</para>
1799             </important>
1800
1801             <para>Description:</para>
1802
1803             <itemizedlist>
1804               <listitem>
1805                 <para>If you have a serial called "Journal of Interesting
1806                 Things" which has a separate record from when it was called
1807                 "Transactions of the Interesting Stuff Society," you could add
1808                 linking fields to indicate the relationship between the two
1809                 records. UseControlNumber allows you to use your local
1810                 accession numbers for those links. In MARC21, the relevant
1811                 sections of the two records might look like
1812                 this:<programlisting>    =001    12345
1813     =110  2_$aInteresting Stuff Society.
1814     =245  10$aTransactions of the Interesting Stuff Society.
1815     =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1816      
1817     =001    12346
1818     =110  2_$aInteresting Stuff Society.
1819     =245  10$aJournal of Interesting Things.
1820     =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345</programlisting></para>
1821
1822                 <para>With UseControlNumber set to 'Use', the 78x links will
1823                 use the Control Numbers is subfield $w, instead of doing a
1824                 title search on "Journal of Interesting Things" and
1825                 "Transactions of the Interesting Stuff Society"
1826                 respectively.</para>
1827               </listitem>
1828             </itemizedlist>
1829           </section>
1830         </section>
1831         <section id="catimportprefs">
1832           <title>Importing</title>
1833           <section id="AggressiveMatchOnISBN">
1834             <title>AggressiveMatchOnISBN</title>
1835             <para>Default: don't</para>
1836             <para>Asks: When matching on ISBN with the record import tool, ___ attempt to match
1837               aggressively by trying all variations of the ISBNs in the imported record as a phrase
1838               in the ISBN fields of already cataloged records. </para>
1839             <para>Values:<itemizedlist>
1840                 <listitem>
1841                   <para>do</para>
1842                 </listitem>
1843                 <listitem>
1844                   <para>don't</para>
1845                 </listitem>
1846               </itemizedlist>Description:<itemizedlist>
1847                 <listitem>
1848                   <para>This preference allows you to choose to alter the ISBN matching rule used
1849                     when staging records for import to be more aggressive. This means that all text
1850                     will be stripped from the ISBN field so that a pure number match is possible. If
1851                     this preference is set to "Don't" then Koha will find a match only if the ISBN
1852                     fields are identical.</para>
1853                 </listitem>
1854               </itemizedlist><important>
1855                 <para>Note that this preference has no effect if <link linkend="UseQueryParser"
1856                     >UseQueryParser</link> is on. </para>
1857               </important></para>
1858           </section>
1859         </section>
1860
1861         <section id="catinterfaceprefs">
1862           <title>Interface</title>
1863
1864           <para/>
1865
1866           <section id="advancedMARCeditor">
1867             <title>advancedMARCeditor</title>
1868
1869             <para>Default: Don't display</para>
1870
1871             <para>Asks: ___ descriptions of fields and subfields in the MARC
1872             editor.</para>
1873
1874             <para>Description:</para>
1875
1876             <itemizedlist>
1877               <listitem>
1878                 <para>This preference determines whether or not MARC field
1879                 names will be present when editing or creating MARC
1880                 records.</para>
1881               </listitem>
1882             </itemizedlist>
1883
1884             <para>Values:</para>
1885
1886             <itemizedlist>
1887               <listitem>
1888                 <para>Display</para>
1889
1890                 <screenshot>
1891                   <screeninfo>MARC editor with text labels</screeninfo>
1892
1893                   <mediaobject>
1894                     <imageobject>
1895                       <imagedata fileref="images/admin/globalprefs/advancedMARCeditor-display.png"/>
1896                     </imageobject>
1897                   </mediaobject>
1898                 </screenshot>
1899               </listitem>
1900
1901               <listitem>
1902                 <para>Don't display</para>
1903
1904                 <screenshot>
1905                   <screeninfo>MARC editor without text labels</screeninfo>
1906
1907                   <mediaobject>
1908                     <imageobject>
1909                       <imagedata fileref="images/admin/globalprefs/advancedMARCeditor-dontdisplay.png"/>
1910                     </imageobject>
1911                   </mediaobject>
1912                 </screenshot>
1913               </listitem>
1914             </itemizedlist>
1915           </section>
1916
1917           <section id="DefaultClassificationSource">
1918             <title>DefaultClassificationSource</title>
1919
1920             <para>Default: Dewey Decimal System</para>
1921
1922             <para>Asks: Use ___ as the default classification source.</para>
1923
1924             <para>Values:</para>
1925
1926             <itemizedlist>
1927               <listitem>
1928                 <para>ANSCR (Sound Recordings)</para>
1929               </listitem>
1930
1931               <listitem>
1932                 <para>Dewey Decimal Classification</para>
1933               </listitem>
1934
1935               <listitem>
1936                 <para>Library of Congress Classification</para>
1937               </listitem>
1938
1939               <listitem>
1940                 <para>Other/Generic Classification Scheme</para>
1941               </listitem>
1942
1943               <listitem>
1944                 <para>SuDoc Classification (U.S. GPO)</para>
1945               </listitem>
1946
1947               <listitem>
1948                 <para>Universal Decimal Classification</para>
1949               </listitem>
1950             </itemizedlist>
1951           </section>
1952
1953           <section id="EasyAnalyticalRecords">
1954             <sectioninfo>
1955               <authorgroup>
1956                 <author>
1957                   <firstname>Linda</firstname>
1958                   <surname>Culberson</surname>
1959                   <affiliation>
1960                     <orgname>Ms. Dept. of Archives and History</orgname>
1961                   </affiliation>
1962                 </author>
1963                 
1964                 <editor>
1965                   <firstname>Nicole C.</firstname>
1966                   <surname>Engard</surname>
1967                   <contrib>Fixed typos, changed content
1968                     where necessary and added new screenshots.</contrib>
1969                 </editor>
1970               </authorgroup>
1971               
1972               <pubdate>October 2011</pubdate>
1973             </sectioninfo>
1974             
1975             <title>EasyAnalyticalRecords</title>
1976             <para>Default: Don't Display</para>
1977
1978             <para>Asks: ___ easy ways to create analytical record
1979             relationships</para>
1980
1981             <para>Values:</para>
1982
1983             <itemizedlist>
1984               <listitem>
1985                 <para>Display</para>
1986               </listitem>
1987
1988               <listitem>
1989                 <para>Don't Display</para>
1990               </listitem>
1991             </itemizedlist>
1992
1993             <important>
1994               <para>If you decide to use this feature you'll want to make sure
1995               that your <link linkend="UseControlNumber">UseControlNumber</link> preference is
1996               set to "Don't use" or else the "Show analytics" links in the
1997               staff client and the OPAC will be broken.</para>
1998             </important>
1999
2000             <para>Description:</para>
2001
2002             <itemizedlist>
2003               <listitem>
2004                 <para>An analytic entry in a catalog is one that describes a
2005                 part of a larger work that is also described in the catalog.
2006                 In bibliographic cataloging, analytic entries may be made for
2007                 chapters in books or special issues of articles in
2008                 periodicals. In archival cataloging, analytic entries may be
2009                 made for series or items within a collection. This feature in
2010                 Koha allows for an easy way of linking analytic entries to the
2011                 host records, and this system preference adds several new menu
2012                 options to the staff cataloging detail pages to allow that to
2013                 happen.</para>
2014               </listitem>
2015             </itemizedlist>
2016           </section>
2017         </section>
2018
2019         <section id="catrecordprefs">
2020           <title>Record Structure</title>
2021
2022           <para/>
2023
2024           <section id="AlternateHoldingsField">
2025             <title>AlternateHoldingsField &amp;
2026             AlternateHoldingsSeparator</title>
2027
2028             <para>Asks: Display MARC subfield ___ as holdings information for
2029             records that do not have items, with the subfields separated by
2030             ___.</para>
2031
2032             <para>Description:</para>
2033
2034             <itemizedlist>
2035               <listitem>
2036                 <para>Sometimes libraries migrate to Koha with their holding
2037                 info in the 852 field (OCLC holdings information field) and
2038                 choose not to transfer that information into the 952 (Koha
2039                 holdings information field) because they don't plan on
2040                 circulating those items. For those libraries or other
2041                 libraries that have data in the 852 fields of their records
2042                 that they want to display, these preferences let you choose to
2043                 display holdings info from a field other than the 952 field.
2044                 The AlternateHoldingsField preference can contain multiple
2045                 subfields to look in; for instance 852abhi would look in 852
2046                 subfields a, b, h, and i.</para>
2047               </listitem>
2048
2049               <listitem>
2050                 <para>With AlternateHoldingsField set to 852abhi and
2051                 AlternateHoldingsSeparator set to a space the holdings would
2052                 look like the following:</para>
2053
2054                 <screenshot>
2055                   <screeninfo>Alternate Holdings Display</screeninfo>
2056
2057                   <mediaobject>
2058                     <imageobject>
2059                       <imagedata fileref="images/admin/globalprefs/AlternateHoldingsField.png"/>
2060                     </imageobject>
2061                   </mediaobject>
2062                 </screenshot>
2063               </listitem>
2064             </itemizedlist>
2065           </section>
2066
2067           <section id="autoBarcode">
2068             <title>autoBarcode</title>
2069
2070             <para>Default: generated in the form
2071             &lt;branchcode&gt;yymm0001</para>
2072
2073             <para>Asks: Barcodes are ___</para>
2074
2075             <para>Values:</para>
2076
2077             <itemizedlist>
2078               <listitem>
2079                 <para>generated in the form &lt;branchcode&gt;yymm0001</para>
2080               </listitem>
2081
2082               <listitem>
2083                 <para>generated in the form &lt;year&gt;-0001, &lt;year&gt;-0002</para>
2084               </listitem>
2085
2086               <listitem>
2087                 <para>generated in the form 1, 2, 3</para>
2088               </listitem>
2089
2090               <listitem>
2091                 <para>incremental EAN-13 barcodes</para>
2092               </listitem>
2093
2094               <listitem>
2095                 <para>not generated automatically</para>
2096               </listitem>
2097             </itemizedlist>
2098
2099             <para>Description:</para>
2100
2101             <itemizedlist>
2102               <listitem>
2103                 <para>This setting is for libraries wishing to generate
2104                 barcodes from within Koha (as opposed to scanning in
2105                 pre-printed barcodes or manually assigning them). The default
2106                 behavior makes it so that when you click in the barcode field
2107                 (952$p in MARC21) it will populate with the automatic barcode
2108                 you have chosen. If you would rather it only enter an
2109                 automatic barcode when you click on the plugin (the ... to the
2110                 right of the field) you can change the plugin used for that
2111                 field in the framework. Set the plugin for 952$p (if using
2112                 MARC21 or equivalent field mapped to items.barcode in your
2113                 local MARC format) for your frameworks to barcode_manual.pl
2114                 instead of barcode.pl. Learn more about editing frameworks
2115                 under the <link linkend="marcbibframeworks">MARC Bibliographic
2116                 Frameworks</link> section of this manual.</para>
2117               </listitem>
2118             </itemizedlist>
2119           </section>
2120
2121           <section id="DefaultLanguageField008">
2122             <title>DefaultLanguageField008</title>
2123             <para>Default: Empty defaults to eng</para>
2124
2125             <para>Asks: Fill in the default language for field 008 Range 35-37 of MARC21 records
2126               ___.</para>
2127
2128             <para>Description:</para>
2129
2130             <itemizedlist>
2131               <listitem>
2132                 <para>This preference will allow you to set the language for your MARC21 008 field
2133                   by default. If this is left empty it will default to English (eng). See the <ulink
2134                     url="http://www.loc.gov/marc/languages/language_code.html">MARC Code List for
2135                     Languages</ulink> for additional values for this preference.</para>
2136               </listitem>
2137             </itemizedlist>
2138             <note>
2139               <para>This preference won't have any effect if your records are in UNIMARC.</para>
2140             </note>
2141           </section>
2142
2143           <section id="item-level_itypes">
2144             <title>item-level_itypes</title>
2145
2146             <para>Default: specific item</para>
2147
2148             <para>Asks: Use the item type of the ___ as the authoritative item
2149             type (for determining circulation and fines rules, etc).</para>
2150
2151             <para>Values:</para>
2152
2153             <itemizedlist>
2154               <listitem>
2155                 <para>biblio record</para>
2156               </listitem>
2157
2158               <listitem>
2159                 <para>specific item</para>
2160               </listitem>
2161             </itemizedlist>
2162
2163             <para>Description:</para>
2164
2165             <itemizedlist>
2166               <listitem>
2167                 <para>This preference determines whether the item type Koha
2168                 uses for issuing rules will be an attribute of the
2169                 bibliographic record or the item record. Most libraries refer
2170                 to the item record for item types. It also determines if the
2171                 item type icon appears on the OPAC search results. If you have
2172                 the preference set to 'biblio record' then Koha displays the
2173                 item type icon on the search results to the left of the result
2174                 info.</para>
2175
2176                 <screenshot>
2177                   <screeninfo>Item Type Icons to the Left of Result
2178                   Information</screeninfo>
2179
2180                   <mediaobject>
2181                     <imageobject>
2182                       <imagedata fileref="images/admin/globalprefs/item-level_itypes.png"/>
2183                     </imageobject>
2184                   </mediaobject>
2185                 </screenshot>
2186               </listitem>
2187             </itemizedlist>
2188           </section>
2189
2190           <section id="itemcallnumber">
2191             <title>itemcallnumber</title>
2192
2193             <para>Default: 082ab</para>
2194
2195             <para>Asks: Map the MARC subfield to an item's callnumber.</para>
2196
2197             <note>
2198               <para>This can contain multiple subfields to look in; for
2199               instance 082ab would look in 082 subfields a and b.</para>
2200             </note>
2201
2202             <para>Description:</para>
2203
2204             <itemizedlist>
2205               <listitem>
2206                 <para>This setting determines which MARC field will be used to determine the call
2207                   number that will be entered into item records automatically (952$o). The value is
2208                   set by providing the MARC field code (050, 082, 090, 852 are all common in MARC21)
2209                   and the subfield codes without the delimiters ($a, $b would be ab).</para>
2210               </listitem>
2211             </itemizedlist>
2212
2213             <para>Examples:</para>
2214
2215             <itemizedlist>
2216               <listitem>
2217                 <para>Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the
2218                 item record: 852hi</para>
2219               </listitem>
2220             </itemizedlist>
2221           </section>
2222
2223           <section id="marcflavour">
2224             <title>marcflavour</title>
2225
2226             <para>Default: MARC21</para>
2227
2228             <para>Asks: Interpret and store MARC records in the ___
2229             format.</para>
2230
2231             <para>Values:</para>
2232
2233             <itemizedlist>
2234               <listitem>
2235                 <para>MARC21<itemizedlist>
2236                     <listitem>
2237                       <para>The standard style for the US, Canada, Australia, New Zealand, United
2238                         Kingdom, Germany and other countries</para>
2239                     </listitem>
2240                   </itemizedlist></para>
2241               </listitem>
2242
2243               <listitem>
2244                 <para>UNIMARC<itemizedlist>
2245                     <listitem>
2246                       <para>The standard style used in France, Italy, Portugal, Russia, and other
2247                         countries</para>
2248                     </listitem>
2249                   </itemizedlist></para>
2250               </listitem>
2251               <listitem>
2252                 <para>NORMARC<itemizedlist>
2253                     <listitem>
2254                       <para>The standard style for Norway</para>
2255                     </listitem>
2256                   </itemizedlist></para>
2257               </listitem>
2258             </itemizedlist>
2259             <para>Description:</para>
2260             <itemizedlist>
2261               <listitem>
2262                 <para>This preference defines global MARC style (MARC21, UNIMARC or NORMARC) used
2263                   for encoding.</para>
2264               </listitem>
2265             </itemizedlist>
2266             <important>
2267               <para>Changing the value of this preference will not convert your records from one
2268                 MARC style to an other.</para>
2269             </important>
2270           </section>
2271
2272           <section id="MARCOrgCode">
2273             <title>MARCOrgCode</title>
2274
2275             <para>Default: OSt</para>
2276
2277             <para>Asks: Fill in the MARC organization code ___ by default in new MARC21 records
2278               (leave blank to disable). </para>
2279
2280             <para>Description:</para>
2281
2282             <itemizedlist>
2283               <listitem>
2284                 <para>The MARC Organization Code is used to identify libraries
2285                 with holdings of titles and more.</para>
2286               </listitem>
2287             </itemizedlist>
2288
2289             <para>Learn more and find your library's MARC21 code on the <ulink
2290                 url="http://www.loc.gov/marc/organizations/orgshome.html">MARC Code list for
2291                 Organizations</ulink> or in Canada on the <ulink
2292                 url="http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1">Canadian
2293                 Symbols Directory</ulink>.<note>
2294                 <para>This preference won't have any effect if your records are in UNIMARC.</para>
2295               </note></para>
2296           </section>
2297
2298           <section id="NewItemsDefaultLocation">
2299             <title>NewItemsDefaultLocation</title>
2300
2301             <para>Asks: When items are created, give them the temporary
2302             location of ___ (should be a location code, or blank to
2303             disable).</para>
2304           </section>
2305           <section id="PrefillItem">
2306             <title>PrefillItem</title>
2307             <para>Default: the new item is not prefilled with last created item values.</para>
2308             <para>Asks: When a new item is added ___</para>
2309             <para>Values:<itemizedlist>
2310                 <listitem>
2311                   <para>the new item is not prefilled with last created item values.</para>
2312                 </listitem>
2313                 <listitem>
2314                   <para>the new item is prefilled with last created item values.</para>
2315                 </listitem>
2316               </itemizedlist></para>
2317             <para>Description:<itemizedlist>
2318                 <listitem>
2319                   <para>This preference controls the behavior used when adding new items.  Using the
2320                     options here you can choose to have your next new item prefill with the values
2321                     used in the last item was added to save time typing values or to have the item
2322                     form appear completely blank. Using <link linkend="SubfieldsToUseWhenPrefill">SubfieldsToUseWhenPrefill</link> you can control specifically which fields
2323                     are prefilled.</para>
2324                 </listitem>
2325               </itemizedlist></para>
2326           </section>
2327           <section id="SubfieldsToUseWhenPrefill">
2328             <title>SubfieldsToUseWhenPrefill</title>
2329             <para>Asks: Define a list of subfields to use when prefilling items ___<important>
2330                 <para>Separate values with a space.</para>
2331               </important></para>
2332             <para>Description:<itemizedlist>
2333                 <listitem>
2334                   <para>When the <link linkend="PrefillItem">PrefillItem</link> preference is set to
2335                     prefill item values with those from the last added item, this preference can
2336                     control which fields are prefilled (and which are not). Enter a space separated
2337                     list of fields that you would like to prefill when adding a new item.</para>
2338                 </listitem>
2339               </itemizedlist></para>
2340           </section>
2341
2342           <section id="z3950NormalizeAuthor">
2343             <title>z3950NormalizeAuthor &amp; z3950AuthorAuthFields</title>
2344
2345             <para>Defaults: Don't copy &amp; 701,702,700</para>
2346
2347             <para>Asks: ___ authors from the UNIMARC ___ tags (separated by
2348             commas) to the correct author tags when importing a record using
2349             Z39.50.</para>
2350
2351             <para>Description for z3950NormalizeAuthor:</para>
2352
2353             <itemizedlist>
2354               <listitem>
2355                 <para>This preference allows for 'Personal Name Authorities'
2356                 to replace authors as the bibliographic authority. This
2357                 preference should only be considered by libraries using
2358                 UNIMARC.</para>
2359               </listitem>
2360             </itemizedlist>
2361
2362             <para>Values for z3950NormalizeAuthor:</para>
2363
2364             <itemizedlist>
2365               <listitem>
2366                 <para>Copy</para>
2367               </listitem>
2368
2369               <listitem>
2370                 <para>Don't copy</para>
2371               </listitem>
2372             </itemizedlist>
2373
2374             <para>Description for z3950AuthorAuthFields:</para>
2375
2376             <itemizedlist>
2377               <listitem>
2378                 <para>This preference defines which MARC fields will be used
2379                 for 'Personal Name Authorities' to replace authors as the
2380                 bibliographic authorities. This preference only applies to
2381                 those using UNIMARC encoding. The MARC fields selected here
2382                 will only be used if 'z3950NormalizeAuthor' is set to "Copy".
2383                 The default field are 700, 701, and 702.</para>
2384               </listitem>
2385             </itemizedlist>
2386           </section>
2387         </section>
2388
2389         <section id="catspineprefs">
2390           <title>Spine Labels</title>
2391
2392           <para/>
2393
2394           <section id="SpineLabelAutoPrint">
2395             <title>SpineLabelAutoPrint</title>
2396
2397             <para>Default: don't</para>
2398
2399             <para>Asks: When using the quick spine label printer, ___
2400             automatically pop up a print dialog.</para>
2401
2402             <para>Values:</para>
2403
2404             <itemizedlist>
2405               <listitem>
2406                 <para>do</para>
2407               </listitem>
2408
2409               <listitem>
2410                 <para>don't</para>
2411               </listitem>
2412             </itemizedlist>
2413           </section>
2414
2415           <section id="SpineLabelFormat">
2416             <title>SpineLabelFormat</title>
2417
2418             <para>Default: &lt;itemcallnumber&gt;&lt;copynumber&gt;</para>
2419
2420             <para>Asks: Include the following fields on a quick-printed spine
2421             label: (Enter in columns from the biblio, biblioitems or items
2422             tables, surrounded by &lt; and &gt;.)</para>
2423           </section>
2424
2425           <section id="SpineLabelShowPrintOnBibDetails">
2426             <title>SpineLabelShowPrintOnBibDetails</title>
2427
2428             <para>Default: Don't display</para>
2429
2430             <para>Asks: ___ buttons on the bib details page to print item
2431             spine labels.</para>
2432
2433             <para>Values:</para>
2434
2435             <itemizedlist>
2436               <listitem>
2437                 <para>Display</para>
2438
2439                 <screenshot>
2440                   <screeninfo>'Print Label' link appears on bibliographic
2441                   record in the staff client</screeninfo>
2442
2443                   <mediaobject>
2444                     <imageobject>
2445                       <imagedata fileref="images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png"/>
2446                     </imageobject>
2447                   </mediaobject>
2448                 </screenshot>
2449               </listitem>
2450
2451               <listitem>
2452                 <para>Don't display</para>
2453               </listitem>
2454             </itemizedlist>
2455           </section>
2456         </section>
2457       </section>
2458
2459       <section id="circprefs">
2460         <title>Circulation</title>
2461
2462         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
2463         Global System Preferences &gt; Circulation</para>
2464         <section id="checkinpolicyprefs">
2465           <title>Checkin Policy</title>
2466           <para/>
2467           <section id="AllowMultipleIssuesOnABiblio">
2468             <title>AllowMultipleIssuesOnABiblio</title>
2469             <para>Default: Allow</para>
2470             <para>Asks: ___ patrons to check out multiple items from the same record, except for
2471               records with subscriptions.</para>
2472             <para>Values:<itemizedlist>
2473                 <listitem>
2474                   <para>Allow</para>
2475                 </listitem>
2476                 <listitem>
2477                   <para>Don't allow</para>
2478                 </listitem>
2479               </itemizedlist></para>
2480             <para>Description:<itemizedlist>
2481                 <listitem>
2482                   <para>If this preference is set to 'Allow' then patrons will be able to check out
2483                     multiple copies of the same title at the same time. If it's set to "Don't allow"
2484                     then patrons will only be allowed to check out one item attached to a record at
2485                     a time.  Regardless of the option chosen in this preference records with
2486                     subscriptions attached will allow multiple check outs.</para>
2487                 </listitem>
2488               </itemizedlist></para>
2489           </section>
2490           <section id="BlockReturnOfWithdrawnItems">
2491             <title>BlockReturnOfWithdrawnItems</title>
2492             <para>Default: Block</para>
2493             <para>Asks: ___ returning of items that have been withdrawn. </para>
2494             <para>Values:<itemizedlist>
2495                 <listitem>
2496                   <para>Block</para>
2497                 </listitem>
2498                 <listitem>
2499                   <para>Don't block</para>
2500                 </listitem>
2501               </itemizedlist>Description:<itemizedlist>
2502                 <listitem>
2503                   <para>This preference controls whether and item with a withdrawn status (952$0 in
2504                     MARC21) can be checked in or not.</para>
2505                 </listitem>
2506               </itemizedlist></para>
2507           </section>
2508           <section id="CalculateFinesOnReturn">
2509             <title>CalculateFinesOnReturn</title>
2510             <para>Default: Do</para>
2511             <para>Asks: ___ calculate and update overdue charges when an item is returned.</para>
2512             <para>Values:<itemizedlist>
2513                 <listitem>
2514                   <para>Do</para>
2515                 </listitem>
2516                 <listitem>
2517                   <para>Don't</para>
2518                 </listitem>
2519               </itemizedlist></para>
2520             <para>Description:<itemizedlist>
2521                 <listitem>
2522                   <para>If this preference is set to "Do" and the <link linkend="finescronjob">fines
2523                       cron job</link> is off then Koha will calculate fines only when items are
2524                     returned. If you have the fines cron job on and this preference set to "Do" then
2525                     this preference will calculate fines based on the cron (usually run nightly) and
2526                     then again when you check the item in.  This option is best for those who are
2527                     doing hourly loans.  If this preference is set to "Don't" then fines will only
2528                     be accrued if the fines cron job is running.</para>
2529                 </listitem>
2530               </itemizedlist></para>
2531             <para>
2532               <important>
2533                 <para>If you are doing hourly loans then you should have this set to 'Do'.</para>
2534               </important>
2535             </para>
2536           </section>
2537         </section>
2538
2539         <section id="circcheckoutpolicy">
2540           <title>Checkout Policy</title>
2541
2542           <para/>
2543
2544           <section id="AgeRestrictionMarker">
2545             <title>AgeRestrictionMarker</title>
2546
2547             <para>Asks: Restrict patrons with the following target audience
2548             values from checking out inappropriate materials: ___</para>
2549
2550             <para>Description:</para>
2551
2552             <itemizedlist>
2553               <listitem>
2554                 <para>This preference defines certain keywords that will
2555                 trigger Koha to restrict checkout based on age. These
2556                 restrictions can be overridden by the <link linkend="AgeRestrictionOverride">AgeRestrictionOverride</link>
2557                 preference. Enter in this field a series of keywords separated
2558                 by bar (|) with no spaces. For example PG|R|E|EC|Age| will
2559                 look for PG followed by an age number, R folllowed by an age
2560                 number, Age followed by an age number, and so on. These values
2561                 can appear in any MARC field, but Library of Congress
2562                 recommends the 521$a (Target Audience Note). Whatever field
2563                 you decide to use you must map the word agerestriction in the
2564                 biblioitems table to that field in the <link linkend="kohamarcmapping">Koha to MARC Mapping</link>. When
2565                 cataloging you can enter values like PG 13 or E 10 in the
2566                 521$a and Koha will then notify circulation librarians that
2567                 the material may not be recommended for the patron based on
2568                 their age.<important>
2569                     <para>You must map the word agerestriction in the biblioitems table to the MARC
2570                       field where this information will appear via the <link linkend="kohamarcmapping">Koha to MARC Mapping</link> administration
2571                       area.</para>
2572                   </important></para>
2573               </listitem>
2574             </itemizedlist>
2575           </section>
2576
2577           <section id="AgeRestrictionOverride">
2578             <title>AgeRestrictionOverride</title>
2579
2580             <para>Default: Don't allow</para>
2581
2582             <para>Asks: ___ staff to check out an item with age
2583             restriction.</para>
2584
2585             <para>Values:</para>
2586
2587             <itemizedlist>
2588               <listitem>
2589                 <para>Allow</para>
2590
2591                 <screenshot>
2592                   <screeninfo>Allow age restriction override</screeninfo>
2593
2594                   <mediaobject>
2595                     <imageobject>
2596                       <imagedata fileref="images/admin/globalprefs/AgeRestrictionOverride.png"/>
2597                     </imageobject>
2598                   </mediaobject>
2599                 </screenshot>
2600               </listitem>
2601
2602               <listitem>
2603                 <para>Don't allow</para>
2604
2605                 <screenshot>
2606                   <screeninfo>Don't allow age restriction
2607                   override</screeninfo>
2608
2609                   <mediaobject>
2610                     <imageobject>
2611                       <imagedata fileref="images/admin/globalprefs/AgeRestrictionMarker.png"/>
2612                     </imageobject>
2613                   </mediaobject>
2614                 </screenshot>
2615               </listitem>
2616             </itemizedlist>
2617
2618             <para>Description:</para>
2619
2620             <itemizedlist>
2621               <listitem>
2622                 <para>When the <link linkend="AgeRestrictionMarker">AgeRestrictionMarker</link>
2623                 preference is set, Koha will try to warn circulation
2624                 librarians before checking out an item that might have an age
2625                 restriction listed in the MARC record. This preference asks if
2626                 you would like the staff to be able to still check out these
2627                 items to patrons under the age limit.</para>
2628               </listitem>
2629             </itemizedlist>
2630           </section>
2631
2632           <section id="AllFinesNeedOverride">
2633             <title>AllFinesNeedOverride</title>
2634
2635             <para>Default: Require</para>
2636
2637             <para>Asks: ___ staff to manually override all fines, even fines
2638             less than <link linkend="noissuescharge">noissuescharge</link>.</para>
2639
2640             <para>Values:</para>
2641
2642             <itemizedlist>
2643               <listitem>
2644                 <para>Don't require</para>
2645               </listitem>
2646
2647               <listitem>
2648                 <para>Require</para>
2649               </listitem>
2650             </itemizedlist>
2651
2652             <para>Description:</para>
2653
2654             <itemizedlist>
2655               <listitem>
2656                 <para>This preference let's you decide if you want to always
2657                 be warned that the patron has fines when checking out. If you
2658                 have it set to 'Require' then no matter how much money the
2659                 patron owes a message will pop up warning you that the patron
2660                 owes money.</para>
2661               </listitem>
2662             </itemizedlist>
2663           </section>
2664
2665           <section id="AllowFineOverride">
2666             <title>AllowFineOverride</title>
2667
2668             <para>Default: Don't allow</para>
2669
2670             <para>Asks: ___ staff to manually override and check out items to
2671             patrons who have more than <link linkend="noissuescharge">noissuescharge</link> in fines.</para>
2672
2673             <para>Values:</para>
2674
2675             <itemizedlist>
2676               <listitem>
2677                 <para>Allow</para>
2678               </listitem>
2679
2680               <listitem>
2681                 <para>Don't allow</para>
2682               </listitem>
2683             </itemizedlist>
2684
2685             <para>Description:</para>
2686
2687             <itemizedlist>
2688               <listitem>
2689                 <para>This preference lets you decide if you staff can check
2690                 out to patrons who owe more money than you usually let them
2691                 carry on their account. If set to 'Allow' staff will be warned
2692                 that the patrons owes money, but it won't stop the staff from
2693                 checking out to the patron.</para>
2694               </listitem>
2695             </itemizedlist>
2696           </section>
2697
2698           <section id="AllowItemsOnHoldCheckout">
2699             <title>AllowItemsOnHoldCheckout</title>
2700
2701             <para>Default: Don't allow</para>
2702
2703             <para>Asks: ___ checkouts of items reserved to someone else. If
2704             allowed do not generate RESERVE_WAITING and RESERVED warning. This
2705             allows self checkouts for those items.</para>
2706
2707             <para>Values:</para>
2708
2709             <itemizedlist>
2710               <listitem>
2711                 <para>Allow</para>
2712               </listitem>
2713
2714               <listitem>
2715                 <para>Don't allow</para>
2716               </listitem>
2717             </itemizedlist>
2718
2719             <important>
2720               <para>This system preference relates only to SIP based self
2721               checkout, not Koha's web based self checkout.</para>
2722             </important>
2723
2724             <para>Description:</para>
2725
2726             <itemizedlist>
2727               <listitem>
2728                 <para>When this preference is set to 'Allow' patrons will be
2729                 able to use your external self check machine to check out a
2730                 book to themselves even if it's on hold for someone else. If
2731                 you would like Koha to prevent people from checking out books
2732                 that are on hold for someone else set this preference to
2733                 "Don't allow."</para>
2734               </listitem>
2735             </itemizedlist>
2736           </section>
2737
2738           <section id="AllowNotForLoanOverride">
2739             <title>AllowNotForLoanOverride</title>
2740
2741             <para>Default: Allow</para>
2742
2743             <para>Asks: ___ staff to override and check out items that are
2744             marked as not for loan.</para>
2745
2746             <para>Values:</para>
2747
2748             <itemizedlist>
2749               <listitem>
2750                 <para>Allow</para>
2751               </listitem>
2752
2753               <listitem>
2754                 <para>Don't allow</para>
2755               </listitem>
2756             </itemizedlist>
2757
2758             <para>Description:</para>
2759
2760             <itemizedlist>
2761               <listitem>
2762                 <para>This parameter is a binary setting which controls the
2763                 ability of staff (patrons will always be prevented from
2764                 checking these items out) to check out items that are marked
2765                 as "not for loan". Setting it to "Allow" would allow such
2766                 items to be checked out, setting it to "Don't allow" would
2767                 prevent this. This setting determines whether items meant to
2768                 stay in the library, such as reference materials, and other
2769                 library resources can be checked out by patrons.</para>
2770               </listitem>
2771             </itemizedlist>
2772           </section>
2773
2774           <section id="AllowRenewalLimitOverride">
2775             <title>AllowRenewalLimitOverride</title>
2776
2777             <para>Default: Allow</para>
2778
2779             <para>Asks: ___ staff to manually override the renewal limit and
2780             renew a checkout when it would go over the renewal limit.</para>
2781
2782             <para>Values:</para>
2783
2784             <itemizedlist>
2785               <listitem>
2786                 <para>Allow</para>
2787               </listitem>
2788
2789               <listitem>
2790                 <para>Don't allow</para>
2791               </listitem>
2792             </itemizedlist>
2793
2794             <para>Description:</para>
2795
2796             <itemizedlist>
2797               <listitem>
2798                 <para>This preference is a binary setting which controls the
2799                 ability of staff to override the limits placed on the number
2800                 of times an item can be renewed. Setting it to "Allow" would
2801                 allow such limits to be overridden, setting it to "Don't
2802                 allow" would prevent this. This is a preference in which if it
2803                 is set to "allow" it would allow the library staff to use
2804                 their judgment for overriding the renew limit for special
2805                 cases, setting it to "Don't allow" prevents an opportunity for
2806                 abuse by the library staff.</para>
2807               </listitem>
2808             </itemizedlist>
2809           </section>
2810
2811           <section id="AllowReturnToBranch">
2812             <title>AllowReturnToBranch</title>
2813
2814             <para>Default: to any library</para>
2815
2816             <para>Asks: Allow materials to be returned to ___</para>
2817
2818             <para>Values:</para>
2819
2820             <itemizedlist>
2821               <listitem>
2822                 <para>either the library the item is from or the library it
2823                 was checked out from.</para>
2824               </listitem>
2825
2826               <listitem>
2827                 <para>only the library the item is from.</para>
2828               </listitem>
2829
2830               <listitem>
2831                 <para>only the library the item was checked out from.</para>
2832               </listitem>
2833
2834               <listitem>
2835                 <para>to any library.</para>
2836               </listitem>
2837             </itemizedlist>
2838
2839             <para>Description:</para>
2840
2841             <itemizedlist>
2842               <listitem>
2843                 <para>This preference lets the library system decide how they
2844                 will accept returns. Some systems allow for items to be
2845                 returned to any library in the system (the default value of
2846                 this preference) others want to limit item returns to only
2847                 specific branches. This preference will allow you to limit
2848                 item returns (checkins) to the branch(es) set in the
2849                 value.</para>
2850               </listitem>
2851             </itemizedlist>
2852           </section>
2853           <section id="AllowTooManyOverride">
2854             <title>AllowTooManyOverride</title>
2855             <para>Default: Allow</para>
2856             <para>Asks: ___  staff to override and check out items when the patron has reached the
2857               maximum number of allowed checkouts.</para>
2858             <para>Values:</para>
2859             <itemizedlist>
2860                 <listitem>
2861                   <para>Allow</para>
2862                   <screenshot>
2863                       <screeninfo>Allow too many checkouts override</screeninfo>
2864                       <mediaobject>
2865                         <imageobject>
2866                           <imagedata fileref="images/admin/globalprefs/AllowTooManyOverride-yes.png"
2867                           />
2868                         </imageobject>
2869                       </mediaobject>
2870                     </screenshot>
2871                 </listitem>
2872                 <listitem>
2873                   <para>Don't allow</para>
2874                   <screenshot>
2875                     <screeninfo>Don't allow too many checkouts override</screeninfo>
2876                     <mediaobject>
2877                       <imageobject>
2878                         <imagedata fileref="images/admin/globalprefs/AllowTooManyOverride-no.png"/>
2879                       </imageobject>
2880                     </mediaobject>
2881                   </screenshot>
2882                 </listitem>
2883               </itemizedlist>
2884             <para>Description:<itemizedlist>
2885                 <listitem>
2886                   <para>If this preference is set to "Allow" then staff all will be presented with
2887                     an option to checkout more items to a patron than are normally allowed in the
2888                       <link linkend="circfinerules">Circulation and Fine Rules</link>.  If this
2889                     preference is set to "Don't allow" then no staff member will be able to check
2890                     out more than the circulation limit.</para>
2891                 </listitem>
2892               </itemizedlist></para>
2893           </section>
2894
2895           <section id="AutomaticItemReturn">
2896             <title>AutomaticItemReturn</title>
2897
2898             <para>Default: Do</para>
2899
2900             <para>Asks: ___ automatically transfer items to their home branch
2901             when they are returned.</para>
2902
2903             <para>Values:</para>
2904
2905             <itemizedlist>
2906               <listitem>
2907                 <para>Do</para>
2908               </listitem>
2909
2910               <listitem>
2911                 <para>Don't</para>
2912               </listitem>
2913             </itemizedlist>
2914
2915             <para>Description:</para>
2916
2917             <itemizedlist>
2918               <listitem>
2919                 <para>This preference is a binary setting which determines
2920                 whether an item is returned to its home branch automatically
2921                 or not. If set to "Don't", the staff member checking an item
2922                 in at a location other than the item's home branch will be
2923                 asked whether the item will remain at the non-home branch (in
2924                 which case the new location will be marked as a holding
2925                 location) or returned. Setting it to "Do" will ensure that
2926                 items checked in at a branch other than their home branch will
2927                 be sent to that home branch.</para>
2928               </listitem>
2929             </itemizedlist>
2930           </section>
2931           <section id="AutoRemoveOverduesRestrictions">
2932             <title>AutoRemoveOverduesRestrictions</title>
2933             <para>Default: Do not</para>
2934             <para>Asks: ___ allow OVERDUES restrictions triggered by sent notices to be cleared
2935               automatically when all overdue items are returned by a patron. </para>
2936             <para>Values:<itemizedlist>
2937                 <listitem>
2938                   <para>Do</para>
2939                 </listitem>
2940                 <listitem>
2941                   <para>Do not</para>
2942                 </listitem>
2943               </itemizedlist></para>
2944             <para>Description:<itemizedlist>
2945                 <listitem>
2946                   <para>Using the <link linkend="noticetriggers">Overdue Notice/Status
2947                       Triggers</link> you can restrict patrons after they receive an overdue notice.
2948                     This preference lets you define whether Koha will automatically remove that
2949                     restriction once the overdue items in question are returned or not.</para>
2950                 </listitem>
2951               </itemizedlist></para>
2952           </section>
2953
2954           <section id="CircControl">
2955             <title>CircControl</title>
2956
2957             <para>Default: the library the item is from</para>
2958
2959             <para>Asks: Use the checkout and fines rules of ___</para>
2960
2961             <para>Values:</para>
2962
2963             <itemizedlist>
2964               <listitem>
2965                 <para>the library the item is from</para>
2966
2967                 <itemizedlist>
2968                   <listitem>
2969                     <para>The <link linkend="circfinerules">circulation and fines policies</link>
2970                       will be determined by the item's library where <link
2971                         linkend="HomeOrHoldingBranch">HomeOrHoldingBranch</link> chooses if item's
2972                       home library is used or holding library is used.</para>
2973                   </listitem>
2974                 </itemizedlist>
2975               </listitem>
2976
2977               <listitem>
2978                 <para>the library the patron is from</para>
2979
2980                 <itemizedlist>
2981                   <listitem>
2982                     <para>The <link linkend="circfinerules">circulation and fines policies</link>
2983                       will be determined the patron's home library</para>
2984                   </listitem>
2985                 </itemizedlist>
2986               </listitem>
2987
2988               <listitem>
2989                 <para>the library you are logged in at</para>
2990
2991                 <itemizedlist>
2992                   <listitem>
2993                     <para>The <link linkend="circfinerules">circulation and fines policies</link>
2994                       will be determined by the library that checked the item out to the
2995                       patron</para>
2996                   </listitem>
2997                 </itemizedlist>
2998               </listitem>
2999             </itemizedlist>
3000           </section>
3001
3002           <section id="HomeOrHoldingBranch">
3003             <title>HomeOrHoldingBranch</title>
3004
3005             <para>Default: the library the item was checked out from</para>
3006
3007             <para>Asks: Use the checkout and fines rules of ___</para>
3008
3009             <para>Values:</para>
3010
3011             <itemizedlist>
3012               <listitem>
3013                 <para>the library the item is from<itemizedlist>
3014                     <listitem>
3015                       <para>This is equivalent to 'home library'</para>
3016                     </listitem>
3017                   </itemizedlist></para>
3018               </listitem>
3019
3020               <listitem>
3021                 <para>the library the item was checked out from<itemizedlist>
3022                     <listitem>
3023                       <para>This is equivalent to 'holding library'</para>
3024                     </listitem>
3025                   </itemizedlist></para>
3026               </listitem>
3027             </itemizedlist>
3028             <para>Description:</para>
3029             <itemizedlist>
3030               <listitem>
3031                 <para>This preference does several things.  <itemizedlist>
3032                     <listitem>
3033                       <para>If <link linkend="CircControl">CircControl</link> is set to 'the library
3034                         the item is from' then the <link linkend="circfinerules">circulation and
3035                           fines policies</link> will be determined by the item's library where
3036                         HomeOrHoldingBranch chooses if item's home library is used or holding
3037                         library is used.</para>
3038                     </listitem>
3039                     <listitem>
3040                       <para>If <link linkend="IndependentBranches">IndependentBranches</link> is set
3041                         to 'Prevent' then the value of this preference is used in figuring out if
3042                         the item can be checked out.  If the item's home library does not match the
3043                         logged in library, the item cannot be checked out unless you are a <link
3044                           linkend="patronpermsdefined">superlibrarian</link>.</para>
3045                     </listitem>
3046                   </itemizedlist></para>
3047               </listitem>
3048             </itemizedlist>
3049             <important>
3050               <para>It is not recommend that this setting be changed after initial setup of Koha
3051                 because it will change the behavior of items already checked out.</para>
3052             </important>
3053           </section>
3054           <section id="HomeOrHoldingBranchReturn">
3055             <title>HomeOrHoldingBranchReturn</title>
3056             <para>Default: the library the item is from</para>
3057             <para>Asks: On checkin route the returned item to ___</para>
3058             <para>Values:<itemizedlist>
3059                 <listitem>
3060                   <para>the library the item is from</para>
3061                 </listitem>
3062                 <listitem>
3063                   <para>the library item was checked out from</para>
3064                 </listitem>
3065               </itemizedlist></para>
3066             <para>Description:<itemizedlist>
3067                 <listitem>
3068                   <para>This preference will control where Koha prompts you to return the checked in
3069                     item to.  The value in this preference is overridden by any values you have
3070                     related to item returns and floating collections in the <link linkend="circfinerules">Circulation and Fine Rules</link>.</para>
3071                 </listitem>
3072               </itemizedlist></para>
3073           </section>
3074
3075           <section id="InProcessingToShelvingCart">
3076             <title>InProcessingToShelvingCart</title>
3077
3078             <para>Default: Don't move</para>
3079
3080             <para>Asks: ___ items that have the location PROC to the location
3081             CART when they are checked in.</para>
3082
3083             <para>Values:</para>
3084
3085             <itemizedlist>
3086               <listitem>
3087                 <para>Don't move</para>
3088               </listitem>
3089
3090               <listitem>
3091                 <para>Move</para>
3092               </listitem>
3093             </itemizedlist>
3094           </section>
3095
3096           <section id="IssuingInProcess">
3097             <title>IssuingInProcess</title>
3098
3099             <para>Default: Don't prevent</para>
3100
3101             <para>Asks: ___ patrons from checking out an item whose rental
3102             charge would take them over the limit.</para>
3103
3104             <para>Values:</para>
3105
3106             <itemizedlist>
3107               <listitem>
3108                 <para>Don't prevent</para>
3109               </listitem>
3110
3111               <listitem>
3112                 <para>Prevent</para>
3113               </listitem>
3114             </itemizedlist>
3115
3116             <para>Description:</para>
3117
3118             <itemizedlist>
3119               <listitem>
3120                 <para>This preference determines if a patron can check items
3121                 out if there is an overdue fine on the account and any of the
3122                 materials the patron wishes to check out will potentially tip
3123                 the account balance over the maximum fines policy the library
3124                 has in place.</para>
3125               </listitem>
3126             </itemizedlist>
3127
3128             <para>Example: Your library has a $5 limit set for 'fines' (ie,
3129             after incurring $5 in fines, a patron can no longer check out
3130             items). A patron comes to the desk with 5 items to check out (4
3131             books and a video) The patron has $4 in charges already on their
3132             account. One of the videos has a rental charge of $1, therefore
3133             making the total fines on the patron's account suddenly $5 (the
3134             limit).</para>
3135           </section>
3136
3137           <section id="IssueLostItem">
3138             <title>IssueLostItem</title>
3139
3140             <para>Default: display a message</para>
3141
3142             <para>Asks: When issuing an item that has been marked as lost,
3143             ___.</para>
3144
3145             <para>Values:</para>
3146
3147             <itemizedlist>
3148               <listitem>
3149                 <para>display a message</para>
3150
3151                 <screenshot>
3152                   <screeninfo>Lost message when checking out</screeninfo>
3153
3154                   <mediaobject>
3155                     <imageobject>
3156                       <imagedata fileref="images/admin/globalprefs/IssueLostItem-msg.png"/>
3157                     </imageobject>
3158                   </mediaobject>
3159                 </screenshot>
3160               </listitem>
3161
3162               <listitem>
3163                 <para>do nothing</para>
3164
3165                 <itemizedlist>
3166                   <listitem>
3167                     <para>This option will just check the item out without
3168                     notifying you that the item was marked lost.</para>
3169                   </listitem>
3170                 </itemizedlist>
3171               </listitem>
3172
3173               <listitem>
3174                 <para>require confirmation</para>
3175
3176                 <screenshot>
3177                   <screeninfo>Confirm checkout of lost item</screeninfo>
3178
3179                   <mediaobject>
3180                     <imageobject>
3181                       <imagedata fileref="images/admin/globalprefs/IssueLostItem-confirm.png"/>
3182                     </imageobject>
3183                   </mediaobject>
3184                 </screenshot>
3185               </listitem>
3186             </itemizedlist>
3187
3188             <para>Description:</para>
3189
3190             <itemizedlist>
3191               <listitem>
3192                 <para>This preference lets you define how library staff are
3193                 notified that an item with a lost status is being checked out.
3194                 This will help staff mark items as 'available' if you choose
3195                 to 'display a message' or 'require confirmation.' If you
3196                 choose to 'do nothing,' there will be no notification that the
3197                 item being checked out is marked as 'lost.'</para>
3198               </listitem>
3199             </itemizedlist>
3200           </section>
3201           <section id="ManInvInNoissuesCharge">
3202             <title>ManInvInNoissuesCharge</title>
3203             <para>Default: Include</para>
3204             <para>Asks: ___  MANUAL_INV charges when summing up charges for noissuescharge. </para>
3205             <para>Values:<itemizedlist>
3206                 <listitem>
3207                   <para>Don't include</para>
3208                 </listitem>
3209                 <listitem>
3210                   <para>Include</para>
3211                 </listitem>
3212               </itemizedlist></para>
3213             <para>Description:<itemizedlist>
3214                 <listitem>
3215                   <para>This preference lets you decide if charges entered as manual invoices are
3216                     included when calculating the <link linkend="noissuescharge">noissuescharge</link>. If this is set to include then Koha will include all
3217                     manual invoices when deciding if the patron owes too much money to check
3218                     anything else out of the library.  If it's set to Don't include then Koha will
3219                     ignore all manual invoice charges when figuring out if the patron owes too much
3220                     money to checkout additional materials.</para>
3221                 </listitem>
3222               </itemizedlist></para>
3223           </section>
3224
3225           <section id="maxoutstanding">
3226             <title>maxoutstanding</title>
3227
3228             <para>Default: 5</para>
3229
3230             <para>Asks: Prevent patrons from making holds on the OPAC if they
3231             owe more than ___ USD in fines.</para>
3232           </section>
3233
3234           <section id="noissuescharge">
3235             <title>noissuescharge</title>
3236
3237             <para>Default: 5</para>
3238
3239             <para>Asks: Prevent patrons from checking out books if they have
3240             more than ___ USD in fines.</para>
3241
3242             <para>Description:</para>
3243
3244             <itemizedlist>
3245               <listitem>
3246                 <para>This preference is the maximum amount of money owed to the library before the
3247                   user is banned from borrowing more items. Using the <link linkend="ManInvInNoissuesCharge">ManInvInNoissuesCharge</link> and <link linkend="RentalsInNoissuesCharge">RentalsInNoissuesCharge</link> preferences you
3248                   can control which types of charges are considered in this total. This also
3249                   coincides with <link linkend="maxoutstanding">maxoutstanding</link> that limits
3250                   patrons from placing holds when the maximum amount is owed to the library.</para>
3251               </listitem>
3252             </itemizedlist>
3253           </section>
3254
3255           <section id="OverduesBlockCirc">
3256             <title>OverduesBlockCirc</title>
3257
3258             <para>Default: Ask for confirmation</para>
3259
3260             <para>Asks: ___ when checking out to a borrower that has overdues
3261             outstanding</para>
3262
3263             <para>Values:</para>
3264
3265             <itemizedlist>
3266               <listitem>
3267                 <para>Ask for confirmation</para>
3268
3269                 <itemizedlist>
3270                   <listitem>
3271                     <para>Will not let you check an item out to patrons with
3272                     overdues until a librarian confirms that it is okay</para>
3273                   </listitem>
3274                 </itemizedlist>
3275               </listitem>
3276
3277               <listitem>
3278                 <para>Block</para>
3279
3280                 <itemizedlist>
3281                   <listitem>
3282                     <para>Block all patrons with overdue items from being able
3283                     to check out</para>
3284                   </listitem>
3285                 </itemizedlist>
3286               </listitem>
3287
3288               <listitem>
3289                 <para>Don't block</para>
3290
3291                 <itemizedlist>
3292                   <listitem>
3293                     <para>Allow all patrons with overdue items to continue to
3294                     check out</para>
3295                   </listitem>
3296                 </itemizedlist>
3297               </listitem>
3298             </itemizedlist>
3299           </section>
3300
3301           <section id="OverdueNoticeBcc">
3302             <title>OverdueNoticeBcc</title>
3303
3304             <para>Asks: Send all notices as a BCC to this email address
3305             ___</para>
3306
3307             <para>This preference makes it so that a librarian can get a copy of every notice sent
3308               out to patrons.<note>
3309                 <para>If you'd like more than one person to receive the blind copy you can simply
3310                   enter in multiple email addresses separated by commas.</para>
3311               </note><note>
3312                 <para>The name of this preference is misleading, it does not only send overdues, but
3313                   all notices to the BCC address.</para>
3314               </note></para>
3315           </section>
3316
3317           <section id="PrintNoticesMaxLines">
3318             <title>PrintNoticesMaxLines</title>
3319
3320             <para>Asks: Include up to ___ item lines in a printed overdue
3321             notice.</para>
3322
3323             <note>
3324               <para>If the number of items is greater than this number, the
3325               notice will end with a warning asking the borrower to check
3326               their online account for a full list of overdue items.</para>
3327             </note>
3328
3329             <note>
3330               <para>Set to 0 to include all overdue items in the notice, no
3331               matter how many there are.</para>
3332             </note>
3333
3334             <important>
3335               <para>This preference only refers to the print notices, not
3336               those sent via email.</para>
3337             </important>
3338           </section>
3339
3340           <section id="RenewalPeriodBase">
3341             <title>RenewalPeriodBase</title>
3342
3343             <para>Default: the old due date of the checkout</para>
3344
3345             <para>Asks: When renewing checkouts, base the new due date on
3346             ___</para>
3347
3348             <para>Values:</para>
3349
3350             <itemizedlist>
3351               <listitem>
3352                 <para>the old due date of the checkout</para>
3353               </listitem>
3354
3355               <listitem>
3356                 <para>the current date</para>
3357               </listitem>
3358             </itemizedlist>
3359           </section>
3360           <section id="RenewalSendNotice">
3361             <title>RenewalSendNotice</title>
3362             <para> Default: Don't send </para>
3363             <para>Asks: ____ a renewal notice according to patron checkout alert preferences. </para>
3364             <para>Values: <itemizedlist>
3365                 <listitem>
3366                   <para>Don't send</para>
3367                 </listitem>
3368                 <listitem>
3369                   <para>Send</para>
3370                 </listitem>
3371               </itemizedlist></para>
3372             <para>Description:<itemizedlist>
3373                 <listitem>
3374                   <para>If a patron has chosen to receive a check out notice in their messaging
3375                     preferences and this preference is set to 'Send' then those patrons will also
3376                     receive a notice when they renew materials. You will want to set up a <link
3377                       linkend="addnotices">new notice</link> with the code of RENEWAL (if you don't
3378                     already have it) with custom text for renewing items.<important>
3379                       <para>This preference requires that you have <link
3380                           linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
3381                         set to 'Allow'</para>
3382                     </important></para>
3383                 </listitem>
3384               </itemizedlist></para>
3385           </section>
3386           <section id="RentalsInNoissuesCharge">
3387             <title>RentalsInNoissuesCharge</title>
3388             <para>Default: Include</para>
3389             <para>Asks: ___  rental charges when summing up charges for noissuescharge. </para>
3390             <para>Values:<itemizedlist>
3391                 <listitem>
3392                   <para>Don't include</para>
3393                 </listitem>
3394                 <listitem>
3395                   <para>Include</para>
3396                 </listitem>
3397               </itemizedlist></para>
3398             <para>Description:<itemizedlist>
3399                 <listitem>
3400                   <para>This preference lets you decide if rental charges are included when
3401                     calculating the <link linkend="noissuescharge">noissuescharge</link>. If this is
3402                     set to include then Koha will include all rental charges when deciding if the
3403                     patron owes too much money to check anything else out of the library.  If it's
3404                     set to Don't include then Koha will ignore all rental charges when figuring out
3405                     if the patron owes too much money to checkout additional materials.</para>
3406                 </listitem>
3407               </itemizedlist></para>
3408           </section>
3409
3410           <section id="ReturnBeforeExpiry">
3411             <title>ReturnBeforeExpiry</title>
3412
3413             <para>Default: Don't require</para>
3414
3415             <para>Asks: ___ patrons to return books before their accounts
3416             expire (by restricting due dates to before the patron's expiration
3417             date).</para>
3418
3419             <para>Values:</para>
3420
3421             <itemizedlist>
3422               <listitem>
3423                 <para>Don't require</para>
3424               </listitem>
3425
3426               <listitem>
3427                 <para>Require</para>
3428               </listitem>
3429             </itemizedlist>
3430
3431             <para>Description:</para>
3432
3433             <itemizedlist>
3434               <listitem>
3435                 <para>This is preference may prevent a patron from having
3436                 items checked out after their library card has expired. If
3437                 this is set to "Require", then a due date of any checked out
3438                 item can not be set for a date which falls after the patron's
3439                 card expiration. If the setting is left "Don't require" then
3440                 item check out dates may exceed the expiration date for the
3441                 patron's library card.</para>
3442               </listitem>
3443             </itemizedlist>
3444           </section>
3445
3446           <section id="ReturnToShelvingCart">
3447             <title>ReturnToShelvingCart</title>
3448
3449             <para>Default: Don't move</para>
3450
3451             <para>Asks: ___ all items to the location CART when they are
3452             checked in.</para>
3453
3454             <para>Values:</para>
3455
3456             <itemizedlist>
3457               <listitem>
3458                 <para>Don't move</para>
3459               </listitem>
3460
3461               <listitem>
3462                 <para>Move</para>
3463               </listitem>
3464             </itemizedlist>
3465           </section>
3466
3467           <section id="TransfersMaxDaysWarning">
3468             <title>TransfersMaxDaysWarning</title>
3469
3470             <para>Default: 3</para>
3471
3472             <para>Asks: Show a warning on the "Transfers to Receive" screen if
3473             the transfer has not been received ___ days after it is
3474             sent.</para>
3475
3476             <para>Description:</para>
3477
3478             <itemizedlist>
3479               <listitem>
3480                 <para>The TransferMaxDaysWarning preference is set at a
3481                 default number of days. This preference allows for a warning
3482                 to appear after a set amount of time if an item being
3483                 transferred between library branches has not been received.
3484                 The warning will appear in the <link linkend="transferstoreceive">Transfers to Receive</link>
3485                 report.</para>
3486               </listitem>
3487             </itemizedlist>
3488           </section>
3489
3490           <section id="UseBranchTransferLimits">
3491             <title>UseBranchTransferLimits &amp;
3492             BranchTransferLimitsType</title>
3493
3494             <para>Defaults: Don't enforce &amp; collection code</para>
3495
3496             <para>Asks: ___ branch transfer limits based on ___</para>
3497
3498             <para>UseBranchTransferLimits Values:</para>
3499
3500             <itemizedlist>
3501               <listitem>
3502                 <para>Don't enforce</para>
3503               </listitem>
3504
3505               <listitem>
3506                 <para>Enforce</para>
3507               </listitem>
3508             </itemizedlist>
3509
3510             <para>BranchTransferLimitsType Values:</para>
3511
3512             <itemizedlist>
3513               <listitem>
3514                 <para>collection code</para>
3515               </listitem>
3516
3517               <listitem>
3518                 <para>item type</para>
3519               </listitem>
3520             </itemizedlist>
3521
3522             <para>BranchTransferLimitsType Description:</para>
3523
3524             <itemizedlist>
3525               <listitem>
3526                 <para>This parameter is a binary setting which determines
3527                 whether items are transferred according to item type or
3528                 collection code. This value determines how the library manager
3529                 is able to restrict what items can be transferred between the
3530                 branches.</para>
3531               </listitem>
3532             </itemizedlist>
3533           </section>
3534
3535           <section id="useDaysMode">
3536             <title>useDaysMode</title>
3537
3538             <para>Default: Don't include</para>
3539
3540             <para>Asks: Calculate the due date using ___.</para>
3541
3542             <para>Values:</para>
3543
3544             <itemizedlist>
3545               <listitem>
3546                 <para>circulation rules only.</para>
3547               </listitem>
3548
3549               <listitem>
3550                 <para>the calendar to push the due date to the next open
3551                 day.</para>
3552               </listitem>
3553
3554               <listitem>
3555                 <para>the calendar to skip all days the library is
3556                 closed.</para>
3557               </listitem>
3558             </itemizedlist>
3559
3560             <para>Description:</para>
3561
3562             <itemizedlist>
3563               <listitem>
3564                 <para>This preference controls how scheduled library closures
3565                 affect the due date of a material. The 'the calendar to skip
3566                 all days the library is closed' setting allows for a scheduled
3567                 closure not to count as a day in the loan period, the
3568                 'circulation rules only' setting would not consider the
3569                 scheduled closure at all, and 'the calendar to push the due
3570                 date to the next open day' would only effect the due date if
3571                 the day the item is due would fall specifically on the day of
3572                 closure.</para>
3573               </listitem>
3574             </itemizedlist>
3575
3576             <para>Example:</para>
3577
3578             <itemizedlist>
3579               <listitem>
3580                 <para>The library has put December 24th and 25th in as
3581                 closures on the calendar. A book checked out by a patron has a
3582                 due date of December 25th according to the circulation and
3583                 fine rules. If this preference is set to 'circulation rules
3584                 only' then the item will remain due on the 25th. If the
3585                 preference is set to 'the calendar to push the due date to the
3586                 next open day' then the due date will be December 26th. If the
3587                 preference is set to 'the calendar to skip all days the
3588                 library is closed' then the due date will be pushed to the
3589                 27th of December to accommodate for the two closed
3590                 days.</para>
3591               </listitem>
3592             </itemizedlist>
3593
3594             <para>The calendar is defined on a branch by branch basis. To
3595             learn more about the calendar, check out the '<link linkend="calholidays">Calendar &amp; Holidays</link>' section of
3596             this manual.</para>
3597           </section>
3598           <section id="UseTransportCostMatrix">
3599             <title>UseTransportCostMatrix</title>
3600             <para>Default: Don't use</para>
3601             <para>Asks: ___  Transport Cost Matrix for calculating optimal holds filling between
3602               branches.</para>
3603             <para>Values:<itemizedlist>
3604                 <listitem>
3605                   <para>Don't use</para>
3606                 </listitem>
3607                 <listitem>
3608                   <para>Use</para>
3609                 </listitem>
3610               </itemizedlist></para>
3611             <para>Description:<itemizedlist>
3612                 <listitem>
3613                   <para>If the system is configured to use the <link linkend="transportcostmatrix">Transport cost matrix</link> for filling holds, then when attempting to fill
3614                     a hold, the system will search for the lowest cost branch, and attempt to fill
3615                     the hold with an item from that branch first. Branches of equal cost will be
3616                     selected from randomly. The branch or branches of the next highest cost shall be
3617                     selected from only if all the branches in the previous group are unable to fill
3618                     the hold.</para>
3619                   <para>The system will use the item's current holding branch when determining
3620                     whether the item can fulfill a hold using the Transport Cost Matrix. </para>
3621                 </listitem>
3622               </itemizedlist></para>
3623           </section>
3624         </section>
3625         <section id="coursereserveprefs">
3626           <title>Course Reserves</title>
3627           <section id="UseCourseReserves">
3628             <title>UseCourseReserves</title>
3629             <para>Default: Don't use</para>
3630             <para>Asks: ___ course reserves</para>
3631             <para>Values:</para>
3632             <itemizedlist>
3633               <listitem>
3634                 <para>Don't use</para>
3635               </listitem>
3636               <listitem>
3637                 <para>Use</para>
3638               </listitem>
3639             </itemizedlist>
3640             <para>Description:<itemizedlist>
3641                 <listitem>
3642                   <para>The <link linkend="coursereserves">Course Reserves</link> module in Koha
3643                     allows you to temporarily move items to 'reserve' and assign different
3644                     circulation rules to these items while they are being used for a specific
3645                     course.</para>
3646                 </listitem>
3647               </itemizedlist></para>
3648           </section>
3649         </section>
3650
3651         <section id="circfinespolicy">
3652           <title>Fines Policy</title>
3653
3654           <para/>
3655
3656           <section id="finesCalendar">
3657             <title>finesCalendar</title>
3658
3659             <para>Default: not including the days the library is closed</para>
3660
3661             <para>Asks: Calculate fines based on days overdue ___</para>
3662
3663             <para>Values:</para>
3664
3665             <itemizedlist>
3666               <listitem>
3667                 <para>directly</para>
3668               </listitem>
3669
3670               <listitem>
3671                 <para>not including the days the library is closed</para>
3672               </listitem>
3673             </itemizedlist>
3674
3675             <para>Description:</para>
3676
3677             <itemizedlist>
3678               <listitem>
3679                 <para>This preference will determine whether or not fines will
3680                 be accrued during instances when the library is closed.
3681                 Examples include holidays, library in-service days, etc.
3682                 Choosing "not including the days the library is closed"
3683                 setting will enable Koha to access its <link linkend="calholidays">Calendar</link> module and be
3684                 considerate of dates when the library is closed. To make use
3685                 of this setting the administrator must first access Koha's
3686                 calendar and mark certain days as "holidays" ahead of
3687                 time.</para>
3688               </listitem>
3689             </itemizedlist>
3690
3691             <para>The calendar is defined on a branch by branch basis. To
3692             learn more about the calendar, check out the '<link linkend="calholidays">Calendar &amp; Holidays</link>' section of
3693             this manual.</para>
3694           </section>
3695           <section id="FinesIncludeGracePeriod">
3696             <title>FinesIncludeGracePeriod</title>
3697             <para>Default: Include</para>
3698             <para>Asks: ___  the grace period when calculating the fine for an overdue item.</para>
3699             <para>Values:<itemizedlist>
3700                 <listitem>
3701                   <para>Don't include</para>
3702                 </listitem>
3703                 <listitem>
3704                   <para>Include</para>
3705                 </listitem>
3706               </itemizedlist></para>
3707             <para>Description:<itemizedlist>
3708                 <listitem>
3709                   <para>This preference lets you control how Koha calculates fines when there is a
3710                     grace period. If you choose to include the grace period when calculating fines
3711                     then Koha will charge for the days in the grace period should the item be
3712                     overdue more than those days. If you choose not to include the grace period then
3713                     Koha will only charge for the days overdue after the grace period.</para>
3714                 </listitem>
3715               </itemizedlist></para>
3716           </section>
3717
3718           <section id="finesMode">
3719             <title>finesMode</title>
3720
3721             <para>Default: Calculate (but only for mailing to the
3722             admin)</para>
3723
3724             <para>Asks: ___ fines</para>
3725
3726             <para>Values:</para>
3727
3728             <itemizedlist>
3729               <listitem>
3730                 <para>Calculate (but only for mailing to the admin)</para>
3731               </listitem>
3732
3733               <listitem>
3734                 <para>Calculate and charge</para>
3735               </listitem>
3736
3737               <listitem>
3738                 <para>Don't calculate</para>
3739               </listitem>
3740             </itemizedlist>
3741
3742             <important>
3743               <para>Requires that you have the fines cron job running
3744               (misc/cronjobs/fines.pl)</para>
3745             </important>
3746           </section>
3747           <section id="RefundLostItemFeeOnReturn">
3748             <title>RefundLostItemFeeOnReturn</title>
3749             <para>Default: Refund</para>
3750             <para>Asks: ___  lost item fees charged to a borrower when the lost item is
3751               returned.</para>
3752             <para>Values:<itemizedlist>
3753                 <listitem>
3754                   <para>Don't refund</para>
3755                 </listitem>
3756                 <listitem>
3757                   <para>Refund</para>
3758                 </listitem>
3759               </itemizedlist></para>
3760             <para>Description:<itemizedlist>
3761                 <listitem>
3762                   <para>When an item is marked lost in Koha the system charges the patron the
3763                     replacement fee for the item.  This preference lets you control how Koha handles
3764                     returns of these items.  By default when an item that was previously marked lost
3765                     is checked in Koha refunds the patron the replacement fee. Change this
3766                     preference to "Don't refund" if you would like Koha to not refund the
3767                     replacement fee.</para>
3768                 </listitem>
3769               </itemizedlist></para>
3770           </section>
3771           <section id="WhenLostChargeReplacementFee">
3772             <title>WhenLostChargeReplacementFee</title>
3773             <para>Default: Charge</para>
3774             <para>Asks: ___  the replacement price when a patron loses an item. </para>
3775             <para>Values:<itemizedlist>
3776                 <listitem>
3777                   <para>Charge</para>
3778                 </listitem>
3779                 <listitem>
3780                   <para>Don't charge</para>
3781                 </listitem>
3782               </itemizedlist></para>
3783             <para>Description:<itemizedlist>
3784                 <listitem>
3785                   <para>This preference lets you tell Koha what to do with an item is marked lost.
3786                     If you want Koha can 'Charge' the patron the replacement fee listed on the item
3787                     they lost or it can do nothing in reference to the patron and just mark the item
3788                     lost in the catalog.</para>
3789                 </listitem>
3790               </itemizedlist></para>
3791           </section>
3792           <section id="WhenLostForgiveFine">
3793             <title>WhenLostForgiveFine</title>
3794             <para>Default: Don't forgive</para>
3795             <para>Asks: ___  the fines on an item when it is lost.</para>
3796             <para>Values:<itemizedlist>
3797                 <listitem>
3798                   <para>Don't forgive</para>
3799                 </listitem>
3800                 <listitem>
3801                   <para>Forgive</para>
3802                 </listitem>
3803               </itemizedlist></para>
3804             <para>Description:<itemizedlist>
3805                 <listitem>
3806                   <para>This preference allows the library to decide if fines are charged in
3807                     addition to the replacement fee when an item is marked as lost.  If this
3808                     preference is set to 'Forgive' then the patron won't be charged fines in
3809                     addition to the replacement fee.</para>
3810                 </listitem>
3811               </itemizedlist></para>
3812           </section>
3813         </section>
3814
3815         <section id="circholdspolicy">
3816           <title>Holds Policy</title>
3817
3818           <para/>
3819
3820           <section id="AllowHoldDateInFuture">
3821             <title>AllowHoldDateInFuture</title>
3822
3823             <para>Default: Allow</para>
3824
3825             <para>Asks: ___ hold requests to be placed that do not enter the
3826             waiting list until a certain future date.</para>
3827
3828             <para>Values:</para>
3829
3830             <itemizedlist>
3831               <listitem>
3832                 <para>Allow</para>
3833               </listitem>
3834
3835               <listitem>
3836                 <para>Don't allow</para>
3837               </listitem>
3838             </itemizedlist>
3839           </section>
3840
3841           <section id="AllowHoldsOnDamagedItems">
3842             <title>AllowHoldsOnDamagedItems</title>
3843
3844             <para>Default: Allow</para>
3845
3846             <para>Asks: ___ hold requests to be placed on damaged
3847             items.</para>
3848
3849             <para>Values:</para>
3850
3851             <itemizedlist>
3852               <listitem>
3853                 <para>Allow</para>
3854               </listitem>
3855
3856               <listitem>
3857                 <para>Don't allow</para>
3858               </listitem>
3859             </itemizedlist>
3860
3861             <para>Description:</para>
3862
3863             <itemizedlist>
3864               <listitem>
3865                 <para>This parameter is a binary setting which controls
3866                 whether or not hold requests can be placed on items that are
3867                 marked as "damaged" (items are marked as damaged by editing
3868                 subfield 4 on the item record). Setting this value to "Don't
3869                 allow" will prevent anyone from placing a hold on such items,
3870                 setting it to "Allow" will allow it. This preference is
3871                 important because it determines whether or not a patron can
3872                 place a request for an item that might be in the process of
3873                 being repaired or not in good condition. The library may wish
3874                 to set this to "Don't allow" if they were concerned about
3875                 their patrons not receiving the item in a timely manner or at
3876                 all (if it is determined that the item is beyond repair).
3877                 Setting it to "Allow" would allow a patron to place a hold on
3878                 an item and therefore receive it as soon as it becomes
3879                 available.</para>
3880               </listitem>
3881             </itemizedlist>
3882           </section>
3883           <section id="AllowHoldsOnPatronsPossessions">
3884             <title>AllowHoldsOnPatronsPossessions</title>
3885             <para>Default: Allow </para>
3886             <para>Asks: ____ a patron to place a hold on a record where the patron already has one
3887               or more items attached to that record checked out. </para>
3888             <para>Values:<itemizedlist>
3889                 <listitem>
3890                   <para>Allow</para>
3891                 </listitem>
3892                 <listitem>
3893                   <para>Don't allow</para>
3894                 </listitem>
3895               </itemizedlist></para>
3896             <para>Description:<itemizedlist>
3897                 <listitem>
3898                   <para>By setting to "Don't allow," you can prevent patrons from placing holds on
3899                     items they already have out, thus preventing them from blocking anyone else from
3900                     getting an item. </para>
3901                 </listitem>
3902               </itemizedlist></para>
3903           </section>
3904
3905           <section id="AllowHoldPolicyOverride">
3906             <title>AllowHoldPolicyOverride</title>
3907
3908             <para>Default: Allow</para>
3909
3910             <para>Asks: ___ staff to override hold policies when placing
3911             holds.</para>
3912
3913             <para>Values:</para>
3914
3915             <itemizedlist>
3916               <listitem>
3917                 <para>Allow</para>
3918               </listitem>
3919
3920               <listitem>
3921                 <para>Don't allow</para>
3922               </listitem>
3923             </itemizedlist>
3924
3925             <para>Description:</para>
3926
3927             <itemizedlist>
3928               <listitem>
3929                 <para>This preference is a binary setting which controls
3930                 whether or not the library staff can override the circulation
3931                 and fines rules as they pertain to the placement of holds.
3932                 Setting this value to "Don't allow" will prevent anyone from
3933                 overriding, setting it to "Allow" will allow it. This setting
3934                 is important because it determines how strict the libraries
3935                 rules for placing holds are. If this is set to "Allow",
3936                 exceptions can be made for patrons who are otherwise normally
3937                 in good standing with the library, but there is opportunity
3938                 for the staff to abuse this function. If it is set to "Don't
3939                 allow", no abuse of the system is possible, but it makes the
3940                 system entirely inflexible in respect to holds.</para>
3941               </listitem>
3942             </itemizedlist>
3943           </section>
3944
3945           <section id="AllowOnShelfHolds">
3946             <title>AllowOnShelfHolds</title>
3947
3948             <para>Default: Allow</para>
3949
3950             <para>Asks: ___ hold requests to be placed on items that are not
3951             checked out.</para>
3952
3953             <para>Values:</para>
3954
3955             <itemizedlist>
3956               <listitem>
3957                 <para>Allow</para>
3958               </listitem>
3959
3960               <listitem>
3961                 <para>Don't Allow</para>
3962               </listitem>
3963             </itemizedlist>
3964
3965             <para>Description:</para>
3966
3967             <itemizedlist>
3968               <listitem>
3969                 <para>This preference is a binary setting which controls the
3970                 ability of patrons to place holds on items that are not
3971                 currently checked out. Setting it to "Don't allow" allows
3972                 borrowers to place holds on items that are checked out but not
3973                 on items that are on the shelf (or assumed available in the
3974                 library), setting it to "Allow" allows borrowers to place
3975                 holds on any item that is available for loan whether it is
3976                 checked out or not. This setting might be set to "Allow" if
3977                 the library system is a multi branch system and patrons used
3978                 the hold system to request items from other libraries, or if
3979                 the library wanted to allow users to place holds on items from
3980                 home through the OPAC. Setting it to "Don't allow" would
3981                 enforce a first come, first served standard.</para>
3982               </listitem>
3983             </itemizedlist>
3984             <important>
3985               <para>An item's hold status doesn't not affect whether or not the item is 'available'
3986                 until the item is in 'waiting' status. Items with on-shelf holds will show as
3987                 available until a librarian has pulled them from the shelf and checked the item in
3988                 make it show 'waiting'.</para>
3989             </important>
3990           </section>
3991
3992           <section id="AutoResumeSuspendedHolds">
3993             <title>AutoResumeSuspendedHolds</title>
3994
3995             <para>Default: Allow</para>
3996
3997             <para>Asks: ___ suspended holds to be automatically resumed by a
3998             set date.</para>
3999
4000             <para>Values:</para>
4001
4002             <itemizedlist>
4003               <listitem>
4004                 <para>Allow</para>
4005               </listitem>
4006
4007               <listitem>
4008                 <para>Don't allow</para>
4009               </listitem>
4010             </itemizedlist>
4011
4012             <para>Description:</para>
4013
4014             <itemizedlist>
4015               <listitem>
4016                 <para>If this preference is set to 'Allow' then all suspended holds will be able to
4017                   have a date at after which they automatically become unsuspended. If you have this
4018                   preference set to 'Allow' you will also need the <link linkend="unsuspendholdcron">Unsuspend Holds</link> cron job running.</para>
4019               </listitem>
4020             </itemizedlist>
4021             <important>
4022               <para>The holds will become unsuspended the date after that entered by the
4023                 patron.</para>
4024             </important>
4025           </section>
4026
4027           <section id="canreservefromotherbranches">
4028             <title>canreservefromotherbranches</title>
4029
4030             <para>Default: Allow</para>
4031
4032             <para>Asks: ___ a user from one library to place a hold on an item
4033             from another library</para>
4034
4035             <para>Description:</para>
4036
4037             <itemizedlist>
4038               <listitem>
4039                 <para>This preference is a binary setting which determines
4040                 whether patrons can place holds on items from other branches.
4041                 If the preference is set to "Allow" patrons can place such
4042                 holds, if it is set to "Don't allow" they cannot. This is an
4043                 important setting because it determines if users can use Koha
4044                 to request items from another branch. If the library is
4045                 sharing an installation of Koha with other independent
4046                 libraries which do not wish to allow interlibrary borrowing it
4047                 is recommended that this parameter be set to "Don't
4048                 allow".</para>
4049               </listitem>
4050             </itemizedlist>
4051
4052             <para>Values:</para>
4053
4054             <itemizedlist>
4055               <listitem>
4056                 <para>Allow</para>
4057               </listitem>
4058
4059               <listitem>
4060                 <para>Don't allow (with <link linkend="IndependentBranches">independent
4061                     branches</link>)</para>
4062               </listitem>
4063             </itemizedlist>
4064           </section>
4065           <section id="ConfirmFutureHolds">
4066             <title>ConfirmFutureHolds</title>
4067             <para>Default: 0</para>
4068             <para>Asks: Confirm future hold requests (starting no later than ___ days from now) at
4069               checkin time.  </para>
4070             <para>Description:<itemizedlist>
4071                 <listitem>
4072                   <para>When confirming a hold at checkin time, the number of days in this
4073                     preference is taken into account when deciding which holds to show alerts for.
4074                     This preference does not interfere with renewing, checking out or transferring a
4075                     book.</para>
4076                 </listitem>
4077               </itemizedlist></para>
4078             <note>
4079               <para>This number of days will be used too in calculating the default end date for the
4080                 Holds to pull-report. But it does not interfere with issuing, renewing or
4081                 transferring books.</para>
4082             </note>
4083             <important>
4084               <para>This preference is only looked at if you're allowing hold dates in the future
4085                 with <link linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link> or <link
4086                   linkend="OPACAllowHoldDateInFuture">OPACAllowHoldDateInFuture</link></para>
4087             </important>
4088           </section>
4089           <section id="decreaseLoanHighHolds">
4090             <title>decreaseLoanHighHolds, decreaseLoanHighHoldsDuration and
4091               decreaseLoanHighHoldsValue</title>
4092             <para>Asks: ___ the reduction of loan period to ___ days for items with more than ___
4093               holds. </para>
4094             <para>decreaseLoanHighHolds default: Don't enable</para>
4095             <para>decreaseLoanHighHolds values:<itemizedlist>
4096                 <para>Don't enable</para>
4097                 <listitem>
4098                   <para>Enable</para>
4099                 </listitem>
4100               </itemizedlist>Description:<itemizedlist>
4101                 <listitem>
4102                   <para>These preferences let you change the loan length for items that have many
4103                     holds on them.  This will not effect items that are already checked out, but
4104                     items that are checked out after the decreaseLoanHighHoldsValue is met will only
4105                     be checked out for the number of days entered in the
4106                     decreaseLoanHighHoldsDuration preference.</para>
4107                   <screenshot>
4108                     <screeninfo>Warning on checkout</screeninfo>
4109                     <mediaobject>
4110                       <imageobject>
4111                         <imagedata fileref="images/admin/globalprefs/decreaseLoanHighHoldsDuration.png"/>
4112                       </imageobject>
4113                     </mediaobject>
4114                   </screenshot>
4115                 </listitem>
4116               </itemizedlist></para>
4117           </section>
4118
4119           <section id="DisplayMultiPlaceHold">
4120             <title>DisplayMultiPlaceHold</title>
4121
4122             <para>Default: Don't enable</para>
4123
4124             <para>Asks: ___ the ability to place holds on multiple biblio from
4125             the search results</para>
4126
4127             <para>Values:</para>
4128
4129             <itemizedlist>
4130               <listitem>
4131                 <para>Don't enable</para>
4132               </listitem>
4133
4134               <listitem>
4135                 <para>Enable</para>
4136               </listitem>
4137             </itemizedlist>
4138           </section>
4139
4140           <section id="emailLibrarianWhenHoldIsPlaced">
4141             <title>emailLibrarianWhenHoldIsPlaced</title>
4142
4143             <para>Default: Don't enable</para>
4144
4145             <para>Asks: ___ sending an email to the Koha administrator email
4146             address whenever a hold request is placed.</para>
4147
4148             <para>Values:</para>
4149
4150             <itemizedlist>
4151               <listitem>
4152                 <para>Don't enable</para>
4153               </listitem>
4154
4155               <listitem>
4156                 <para>Enable</para>
4157               </listitem>
4158             </itemizedlist>
4159
4160             <para>Description:</para>
4161
4162             <itemizedlist>
4163               <listitem>
4164                 <para>This preference enables Koha to email the library staff
4165                 whenever a patron requests an item to be held. While this
4166                 function will immediately alert the librarian to the patron's
4167                 need, it is extremely impractical in most library settings. In
4168                 most libraries the hold lists are monitored and maintained
4169                 from a separate interface. That said, many libraries that
4170                 allow on shelf holds prefer to have this preference turned on
4171                 so that they are alerted to pull an item from the
4172                 shelf.</para>
4173               </listitem>
4174             </itemizedlist>
4175
4176             <important>
4177               <para>In order for this email to send you must have a <link linkend="notices"
4178                   >notice</link> template with the code of HOLDPLACED</para>
4179             </important>
4180
4181             <important>
4182               <para>This notice will only be sent if the <link linkend="msgqueuecron">process_message_queue.pl cronjob</link>
4183               being run periodically to send the messages.</para>
4184             </important>
4185           </section>
4186
4187           <section id="ExpireReservesMaxPickUpDelay">
4188             <title>ExpireReservesMaxPickUpDelay</title>
4189
4190             <para>Default: Don't allow</para>
4191
4192             <para>Asks: ___ holds to expire automatically if they have not
4193             been picked by within the time period specified in <link linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link></para>
4194
4195             <para>Values:</para>
4196
4197             <itemizedlist>
4198               <listitem>
4199                 <para>Allow</para>
4200               </listitem>
4201
4202               <listitem>
4203                 <para>Don't allow</para>
4204               </listitem>
4205             </itemizedlist>
4206
4207             <para>Description:</para>
4208
4209             <itemizedlist>
4210               <listitem>
4211                 <para>If set to 'allow' this will cancel holds that have been
4212                 waiting for longer than the number of days specified in the
4213                 <link linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
4214                 system preference. Holds will only be cancelled if the <link linkend="expiredholdscron">Expire Holds cron job</link> is
4215                 runnning.</para>
4216               </listitem>
4217             </itemizedlist>
4218           </section>
4219
4220           <section id="ExpireReservesMaxPickUpDelayCharge">
4221             <title>ExpireReservesMaxPickUpDelayCharge</title>
4222
4223             <para>Default: 0</para>
4224
4225             <para>Asks: If using <link linkend="ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</link>,
4226             charge a borrower who allows his or her waiting hold to expire a
4227             fee of ___ USD</para>
4228
4229             <para>Description:</para>
4230
4231             <itemizedlist>
4232               <listitem>
4233                 <para>If you are expiring holds that have been waiting too
4234                 long you can use this preference to charge the patron for not
4235                 picking up their hold. If you don't charge patrons for items
4236                 that aren't picked up you can leave this set to the default
4237                 which is 0. Holds will only be cancelled and charged if the
4238                 <link linkend="expiredholdscron">Expire Holds cron job</link>
4239                 is running.</para>
4240               </listitem>
4241             </itemizedlist>
4242           </section>
4243
4244           <section id="maxreserves">
4245             <title>maxreserves</title>
4246
4247             <para>Default: 50</para>
4248
4249             <para>Asks: Patrons can only have ___ holds at once.</para>
4250           </section>
4251
4252           <section id="OPACAllowHoldDateInFuture">
4253             <title>OPACAllowHoldDateInFuture</title>
4254
4255             <para>Default: Allow</para>
4256
4257             <para>Asks: ___ patrons to place holds that don't enter the
4258             waiting list until a certain future date.</para>
4259
4260             <para>Values:</para>
4261
4262             <itemizedlist>
4263               <listitem>
4264                 <para>Allow</para>
4265
4266                 <itemizedlist>
4267                   <listitem>
4268                     <para><link linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link>
4269                     must also be enabled for this to work</para>
4270                   </listitem>
4271                 </itemizedlist>
4272               </listitem>
4273
4274               <listitem>
4275                 <para>Don't allow</para>
4276               </listitem>
4277             </itemizedlist>
4278           </section>
4279
4280           <section id="OPACAllowUserToChooseBranch">
4281             <title>OPACAllowUserToChooseBranch</title>
4282
4283             <para>Default: Allow</para>
4284
4285             <para>Asks: ___ a user to choose the branch to pick up a hold
4286             from.</para>
4287
4288             <para>Values:</para>
4289
4290             <itemizedlist>
4291               <listitem>
4292                 <para>Allow</para>
4293               </listitem>
4294
4295               <listitem>
4296                 <para>Don't allow</para>
4297               </listitem>
4298             </itemizedlist>
4299
4300             <para>Description:</para>
4301
4302             <itemizedlist>
4303               <listitem>
4304                 <para>Changing this preference will not prevent staff from
4305                 being able to transfer titles from one branch to another to
4306                 fill a hold, it will only prevent patrons from saying they
4307                 plan on picking a book up at a branch other than their home
4308                 branch.</para>
4309               </listitem>
4310             </itemizedlist>
4311           </section>
4312
4313           <section id="ReservesControlBranch">
4314             <title>ReservesControlBranch</title>
4315
4316             <para>Default: item's home library</para>
4317
4318             <para>Asks: Check the ___ to see if the patron can place a hold on
4319             the item.</para>
4320
4321             <para>Values:</para>
4322
4323             <itemizedlist>
4324               <listitem>
4325                 <para>item's home library.</para>
4326               </listitem>
4327
4328               <listitem>
4329                 <para>patron's home library.</para>
4330               </listitem>
4331             </itemizedlist>
4332           </section>
4333
4334           <section id="ReservesMaxPickUpDelay">
4335             <title>ReservesMaxPickUpDelay</title>
4336
4337             <para>Default: 7</para>
4338
4339             <para>Asks: Mark a hold as problematic if it has been waiting for
4340             more than ___ days.</para>
4341
4342             <para>Description:</para>
4343
4344             <itemizedlist>
4345               <listitem>
4346                 <para>This preference (based on calendar days, not the <link linkend="calholidays">Koha holiday calendar</link>) puts an
4347                 expiration date on an item a patron has on hold. After this
4348                 expiration date the staff will have the option to release the
4349                 unclaimed hold which then may be returned to the library shelf
4350                 or issued to the next patron on the item's hold list. Items
4351                 that are 'expired' by this preference are moved to the 'Holds
4352                 Over' tab on the '<link linkend="holdspickup">Holds Awaiting
4353                 Pickup</link>' report.</para>
4354               </listitem>
4355             </itemizedlist>
4356           </section>
4357
4358           <section id="ReservesNeedReturns">
4359             <title>ReservesNeedReturns</title>
4360
4361             <para>Default: Don't automatically</para>
4362
4363             <para>Asks: ___ mark holds as found and waiting when a hold is
4364             placed specifically on them and they are already checked
4365             in.</para>
4366
4367             <para>Values:</para>
4368
4369             <itemizedlist>
4370               <listitem>
4371                 <para>Automatically</para>
4372               </listitem>
4373
4374               <listitem>
4375                 <para>Don't automatically</para>
4376               </listitem>
4377             </itemizedlist>
4378
4379             <para>Description:</para>
4380
4381             <itemizedlist>
4382               <listitem>
4383                 <para>This preference refers to 'item specific' holds where
4384                 the item is currently on the library shelf. This preference
4385                 allows a library to decide whether an 'item specific' hold is
4386                 marked as "Waiting" at the time the hold is placed or if the
4387                 item will be marked as "Waiting" after the item is checked in.
4388                 This preference will tell the patron that their item is
4389                 'Waiting' for them at their library and ready for check
4390                 out.</para>
4391               </listitem>
4392             </itemizedlist>
4393           </section>
4394
4395           <section id="holdqueueweight">
4396             <title>StaticHoldsQueueWeight &amp;
4397             RandomizeHoldsQueueWeight</title>
4398
4399             <para>StaticHoldsQueueWeight Default: 0</para>
4400
4401             <para>RandomizeHoldsQueueWeight Default: in that order</para>
4402
4403             <para>Asks: Satisfy holds from the libraries ___ (as branchcodes,
4404             separated by commas; if empty, uses all libraries) ___</para>
4405
4406             <para>RandomizeHoldsQueueWeight Values:</para>
4407
4408             <itemizedlist>
4409               <listitem>
4410                 <para>in random order</para>
4411
4412                 <itemizedlist>
4413                   <listitem>
4414                     <para>If StaticHoldsQueueWeight is left at the default
4415                     Koha will randomize all libraries, otherwise it will
4416                     randomize the libraries listed.</para>
4417                   </listitem>
4418                 </itemizedlist>
4419               </listitem>
4420
4421               <listitem>
4422                 <para>in that order</para>
4423
4424                 <itemizedlist>
4425                   <listitem>
4426                     <para>If StaticHoldsQueueWeight is left at the default
4427                     then this will use all of your branches in alphabetical
4428                     order, otherwise it will use the branches in the order
4429                     that you entered them in the StaticHoldsQueueWeight
4430                     preference.</para>
4431                   </listitem>
4432                 </itemizedlist>
4433               </listitem>
4434             </itemizedlist>
4435
4436             <para>Descriptions:</para>
4437
4438             <itemizedlist>
4439               <listitem>
4440                 <para>These preferences control how the <link linkend="holdsqueue">Holds Queue report</link> is generated
4441                 using <link linkend="buildholdscron">a cron job</link>.</para>
4442
4443                 <para>If you do not want all of your libraries to participate
4444                 in the on-shelf holds fulfillment process, you should list the
4445                 the libraries that *do* participate in the process here by
4446                 inputting all the participating library's branchcodes,
4447                 separated by commas ( e.g. "MPL,CPL,SPL,BML" etc. ).</para>
4448
4449                 <para>By default, the holds queue will be generated such that
4450                 the system will first attempt to hold fulfillment using items
4451                 already at the pickup library if possible. If there are no
4452                 items available at the pickup library to fill a hold,
4453                 build_holds_queue.pl will then use the list of libraries
4454                 defined in StaticHoldsQueueWeight. If
4455                 RandomizeHoldsQueueWeight is disabled ( which it is by default
4456                 ), the script will assign fulfillment requests in the order
4457                 the branches are placed in the StaticHoldsQueueWeight system
4458                 preference.</para>
4459
4460                 <para>For example, if your system has three libraries, of
4461                 varying sizes ( small, medium and large ) and you want the
4462                 burden of holds fulfillment to be on larger libraries before
4463                 smaller libraries, you would want StaticHoldsQueueWeight to
4464                 look something like "LRG,MED,SML".</para>
4465
4466                 <para>If you want the burden of holds fulfillment to be spread
4467                 out equally throughout your library system, simply enable
4468                 RandomizeHoldsQueueWeight. When this system preference is
4469                 enabled, the order in which libraries will be requested to
4470                 fulfill an on-shelf hold will be randomized each time the list
4471                 is regenerated.</para>
4472
4473                 <para>Leaving StaticHoldsQueueWeight empty is contraindicated
4474                 at this time. Doing so will cause the build_holds_queue script
4475                 to ignore RandomizeHoldsQueueWeight, causing the script to
4476                 request hold fulfillment not randomly, but by alphabetical
4477                 order.</para>
4478               </listitem>
4479             </itemizedlist>
4480             <important>
4481               <para>The <link linkend="transportcostmatrix">Transport Cost Matrix</link> takes
4482                 precedence in controlling where holds are filled from, if the matrix is not used
4483                 then Koha checks the StaticHoldsQueueWeight.  To use the Transport Cost Matrix
4484                 simply set your <link linkend="UseTransportCostMatrix">UseTransportCostMatrix</link>
4485                 preference to 'Use'</para>
4486             </important>
4487           </section>
4488
4489           <section id="SuspendHoldsIntranet">
4490             <title>SuspendHoldsIntranet</title>
4491
4492             <para>Default: Allow</para>
4493
4494             <para>Asks: ___ holds to be suspended from the intranet.</para>
4495
4496             <para>Values:</para>
4497
4498             <itemizedlist>
4499               <listitem>
4500                 <para>Allow</para>
4501               </listitem>
4502
4503               <listitem>
4504                 <para>Don't allow</para>
4505               </listitem>
4506             </itemizedlist>
4507
4508             <para>Description:</para>
4509
4510             <itemizedlist>
4511               <listitem>
4512                 <para>The holds suspension feature can be turned on and off in
4513                 the staff client by altering this system preference. If this
4514                 is set to 'allow' you will want to set the <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
4515                 system preference.</para>
4516               </listitem>
4517             </itemizedlist>
4518           </section>
4519
4520           <section id="SuspendHoldsOpac">
4521             <title>SuspendHoldsOpac</title>
4522
4523             <para>Default: Allow</para>
4524
4525             <para>Asks: ___ holds to be suspended from the OPAC.</para>
4526
4527             <para>Values:</para>
4528
4529             <itemizedlist>
4530               <listitem>
4531                 <para>Allow</para>
4532               </listitem>
4533
4534               <listitem>
4535                 <para>Don't allow</para>
4536               </listitem>
4537             </itemizedlist>
4538
4539             <para>Description:</para>
4540
4541             <itemizedlist>
4542               <listitem>
4543                 <para>The holds suspension feature can be turned on and off in
4544                 the OPAC by altering this system preference. If this is set to
4545                 'allow' you will want to set the <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
4546                 system preference.</para>
4547               </listitem>
4548             </itemizedlist>
4549           </section>
4550           <section id="TransferWhenCancelAllWaitingHolds">
4551             <title>TransferWhenCancelAllWaitingHolds</title>
4552             <para>Default: Don't transfer</para>
4553             <para>Asks: ___  items when cancelling all waiting holds. </para>
4554             <para>Values:<itemizedlist>
4555                 <listitem>
4556                   <para>Don't transfer</para>
4557                 </listitem>
4558                 <listitem>
4559                   <para>Transfer</para>
4560                 </listitem>
4561               </itemizedlist></para>
4562             <para>Description:<itemizedlist>
4563                 <listitem>
4564                   <para>When TransferWhenCancelAllWaitingHolds is set to "Don't transfer", no branch
4565                     transfer records are created. Koha will not allow the holds to be transferred,
4566                     because that would orphan the items at the library where the holds were awaiting
4567                     pickup, without any further instruction to staff as to what items are at the
4568                     library or where they need to go. When that system preference set to "Transfer",
4569                     branch transfers are created, so the holds may be cancelled.</para>
4570                 </listitem>
4571               </itemizedlist></para>
4572           </section>
4573         </section>
4574
4575         <section id="circinterfaceprefs">
4576           <title>Interface</title>
4577
4578           <para/>
4579
4580           <section id="AllowAllMessageDeletion">
4581             <title>AllowAllMessageDeletion</title>
4582
4583             <para>Default: Don't allow</para>
4584
4585             <para>Asks: ___ staff to delete messages added from other
4586             libraries.</para>
4587
4588             <para>Values:</para>
4589
4590             <itemizedlist>
4591               <listitem>
4592                 <para>Allow</para>
4593               </listitem>
4594
4595               <listitem>
4596                 <para>Don't allow</para>
4597               </listitem>
4598             </itemizedlist>
4599           </section>
4600           <section id="AllowOfflineCirculation">
4601             <title>AllowOfflineCirculation</title>
4602             <para>Default: Do not enable</para>
4603             <para>Asks: ___  offline circulation on regular circulation computers. </para>
4604             <para>Values:<itemizedlist>
4605                 <listitem>
4606                   <para>Do not enable</para>
4607                 </listitem>
4608                 <listitem>
4609                   <para>Enable</para>
4610                 </listitem>
4611               </itemizedlist></para>
4612             <para>Description:<itemizedlist>
4613                 <listitem>
4614                   <para>Setting this preference to 'Enable' allows you to use the Koha interface for
4615                       <link linkend="offlinecirc">offline circulation</link>. This system preference
4616                     does not affect the <link linkend="firefoxofflinecirc">Firefox plugin</link> or
4617                     the <link linkend="windowsofflinecirc">desktop application</link>, any of these
4618                     three options can be used for offline circulation without effecting the
4619                     other.</para>
4620                 </listitem>
4621               </itemizedlist></para>
4622           </section>
4623
4624           <section id="CircAutocompl">
4625             <title>CircAutocompl</title>
4626
4627             <para>Default: Try</para>
4628
4629             <para>Asks: ___ to automatically fill in the member when entering
4630             a patron search on the circulation screen.</para>
4631
4632             <para>Description:</para>
4633
4634             <itemizedlist>
4635               <listitem>
4636                 <para>This preference is a binary setting which determines
4637                 whether auto-completion of fields is enabled or disabled for
4638                 the circulation input field. Setting it to "Try" would enable
4639                 a staff member to begin typing a name or other value into the
4640                 field and have a menu pop up with suggestions for completing
4641                 it. Setting it to "Don't try" would disable this feature. This
4642                 preference can make staff members' jobs easier or it could
4643                 potentially slow down the page loading process.</para>
4644               </listitem>
4645             </itemizedlist>
4646
4647             <para>Values:</para>
4648
4649             <itemizedlist>
4650               <listitem>
4651                 <para>Don't try</para>
4652               </listitem>
4653
4654               <listitem>
4655                 <para>Try</para>
4656
4657                 <screenshot>
4658                   <screeninfo>When CircAutocompl is turned on search results
4659                   will appear below the search box</screeninfo>
4660
4661                   <mediaobject>
4662                     <imageobject>
4663                       <imagedata fileref="images/admin/globalprefs/CircAutocompl.png"/>
4664                     </imageobject>
4665                   </mediaobject>
4666                 </screenshot>
4667               </listitem>
4668             </itemizedlist>
4669           </section>
4670
4671           <section id="CircAutoPrintQuickSlip">
4672             <title>CircAutoPrintQuickSlip</title>
4673
4674             <para>Default: open a print quick slip window</para>
4675
4676             <para>Asks: When an empty barcode field is submitted in
4677             circulation ___</para>
4678
4679             <para>Values:</para>
4680
4681             <itemizedlist>
4682               <listitem>
4683                 <para>clear the screen</para>
4684               </listitem>
4685
4686               <listitem>
4687                 <para>open a print quick slip window</para>
4688               </listitem>
4689               <listitem>
4690                 <para>open a print slip window</para>
4691               </listitem>
4692             </itemizedlist>
4693
4694             <para>Description:</para>
4695
4696             <itemizedlist>
4697               <listitem>
4698                 <para>If this preference is set to open a quick slip (<link
4699                     linkend="existingnotices">ISSUEQSLIP</link>) or open a slip (<link
4700                     linkend="existingnotices">ISSUESLIP</link>) for printing it will eliminate the
4701                   need for the librarian to click the print button to generate a checkout receipt
4702                   for the patron they're checking out to. If the preference is set to clear the
4703                   screen then "checking out" an empty barcode will clear the screen of the patron
4704                   you were last working with.</para>
4705               </listitem>
4706             </itemizedlist>
4707           </section>
4708
4709           <section id="FilterBeforeOverdueReport">
4710             <title>FilterBeforeOverdueReport</title>
4711
4712             <para>Default: Don't require</para>
4713
4714             <para>Asks: ___ staff to choose which checkouts to show before
4715             running the overdues report.</para>
4716
4717             <para>Description:</para>
4718
4719             <itemizedlist>
4720               <listitem>
4721                 <para>Koha's overdue report shows you all of the overdue items
4722                 in your library system. If you have a large library system
4723                 you'll want to set this preference to 'Require' to force those
4724                 running the report to first limit the data generated to a
4725                 branch, date range, patron category or other such filter.
4726                 Requiring that the report be filtered before it's run prevents
4727                 your staff from running a system heavy report and slowing down
4728                 other operations in the system.</para>
4729
4730                 <screenshot>
4731                   <screeninfo>Overdue Report Filters</screeninfo>
4732
4733                   <mediaobject>
4734                     <imageobject>
4735                       <imagedata fileref="images/admin/globalprefs/FilterBeforeOverdueReport.png"/>
4736                     </imageobject>
4737                   </mediaobject>
4738                 </screenshot>
4739               </listitem>
4740             </itemizedlist>
4741
4742             <para>Values:</para>
4743
4744             <itemizedlist>
4745               <listitem>
4746                 <para>Don't require</para>
4747               </listitem>
4748
4749               <listitem>
4750                 <para>Require</para>
4751               </listitem>
4752             </itemizedlist>
4753           </section>
4754
4755           <section id="FineNotifyAtCheckin">
4756             <title>FineNotifyAtCheckin</title>
4757
4758             <para>Default: Don't notify</para>
4759
4760             <para>Asks: ___ librarians of overdue fines on the items they are
4761             checking in.</para>
4762
4763             <para>Values:</para>
4764
4765             <itemizedlist>
4766               <listitem>
4767                 <para>Don't notify</para>
4768               </listitem>
4769
4770               <listitem>
4771                 <para>Notify</para>
4772               </listitem>
4773             </itemizedlist>
4774
4775             <para>Description:</para>
4776
4777             <itemizedlist>
4778               <listitem>
4779                 <para>With this preference set to 'Notify' all books that have
4780                 overdue fines owed on them will pop up a warning when checking
4781                 them in. This warning will need to acknowledged before you can
4782                 continue checking items in. With this preference set to 'Don't
4783                 notify,' you will still see fines owed on the patron record,
4784                 you just won't have an additional notification at check
4785                 in.</para>
4786
4787                 <screenshot>
4788                   <screeninfo>Fine notification at checkin</screeninfo>
4789
4790                   <mediaobject>
4791                     <imageobject>
4792                       <imagedata fileref="images/admin/globalprefs/FineNotifyAtCheckin.png"/>
4793                     </imageobject>
4794                   </mediaobject>
4795                 </screenshot>
4796               </listitem>
4797             </itemizedlist>
4798           </section>
4799
4800           <section id="DisplayClearScreenButton">
4801             <title>DisplayClearScreenButton</title>
4802
4803             <para>Default: Show</para>
4804
4805             <para>Asks: ___ a button to clear the current patron from the
4806             screen on the circulation screen.</para>
4807
4808             <para>Values:</para>
4809
4810             <itemizedlist>
4811               <listitem>
4812                 <para>Don't show</para>
4813
4814                 <screenshot>
4815                   <screeninfo>No X in the top right</screeninfo>
4816
4817                   <mediaobject>
4818                     <imageobject>
4819                       <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButtonOff.png"/>
4820                     </imageobject>
4821                   </mediaobject>
4822                 </screenshot>
4823               </listitem>
4824
4825               <listitem>
4826                 <para>Show</para>
4827
4828                 <screenshot>
4829                   <screeninfo>X in the top right will clear the
4830                   screen</screeninfo>
4831
4832                   <mediaobject>
4833                     <imageobject>
4834                       <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButton.png"/>
4835                     </imageobject>
4836                   </mediaobject>
4837                 </screenshot>
4838               </listitem>
4839             </itemizedlist>
4840           </section>
4841           <section id="ExportRemoveFields">
4842             <title>ExportRemoveFields</title>
4843             <para>Asks: The following fields should be excluded from the patron checkout history CSV
4844               or iso2709 export ___ </para>
4845             <para>Description:<itemizedlist>
4846                 <listitem>
4847                   <para>This space separated list of fields (e.g. 100a 245b) will automatically be
4848                     excluded when exporting the patron's current checkout history.</para>
4849                   <screenshot>
4850                     <screeninfo>ExportRemoveFields</screeninfo>
4851                     <mediaobject>
4852                       <imageobject>
4853                         <imagedata fileref="images/admin/globalprefs/ExportRemoveFields.png"/>
4854                       </imageobject>
4855                     </mediaobject>
4856                   </screenshot>
4857                 </listitem>
4858               </itemizedlist></para>
4859           </section>
4860           <section id="ExportWithCsvProfile">
4861             <title>ExportWithCsvProfile</title>
4862             <para>Asks: Use the ___ CSV profile when exporting patron checkout history</para>
4863             <para>Description:<itemizedlist>
4864                 <listitem>
4865                   <para>Use this preference to define which <link linkend="csvprofiles">CSV
4866                       profile</link> should be used when exporting patron's current checkout data.
4867                     Enter the CSV Profile name as the value for this preference. If this preference
4868                     is left blank you will not be able to export the patron's current checkout
4869                     summary.</para>
4870                   <screenshot>
4871                     <screeninfo>ExportWithCsvProfile</screeninfo>
4872                     <mediaobject>
4873                       <imageobject>
4874                         <imagedata fileref="images/admin/globalprefs/ExportWithCsvProfile.png"/>
4875                       </imageobject>
4876                     </mediaobject>
4877                   </screenshot>
4878                 </listitem>
4879               </itemizedlist></para>
4880           </section>
4881           <section id="HoldsToPullStartDate">
4882             <title>HoldsToPullStartDate</title>
4883             <para>Default: 2</para>
4884             <para>Asks: Set the default start date for the Holds to pull list to ___ day(s) ago. </para>
4885             <para>Description:<itemizedlist>
4886                 <listitem>
4887                   <para>The <link linkend="holdspull">Holds to Pull</link> report in circulation
4888                     defaults to filtering holds placed 2 days ago. This preference allows you to set
4889                     this default filter to any number of days.</para>
4890                 </listitem>
4891               </itemizedlist></para>
4892           </section>
4893           <section id="itemBarcodeFallbackSearch">
4894             <title>itemBarcodeFallbackSearch</title>
4895             <para>Default: Don't enable</para>
4896             <para>Asks: ___  the automatic use of a keyword catalog search if the phrase entered as
4897               a barcode on the checkout page does not turn up any results during an item barcode
4898               search. </para>
4899             <para>Values:</para>
4900             <itemizedlist>
4901                 <listitem>
4902                   <para>Don't enable</para>
4903                 </listitem>
4904                 <listitem>
4905                   <para>Enable</para>
4906                   <screenshot>
4907                       <screeninfo>Checkout by keyword</screeninfo>
4908                       <mediaobject>
4909                         <imageobject>
4910                           <imagedata
4911                             fileref="images/admin/globalprefs/itemBarcodeFallbackSearch.png"/>
4912                         </imageobject>
4913                       </mediaobject>
4914                     </screenshot>
4915                 </listitem>
4916               </itemizedlist>
4917             <para>Description:<itemizedlist>
4918                 <listitem>
4919                   <para>Sometimes libraries want to checkout using something other than the barcode.
4920                     Enabling this preference will do a keyword search of Koha to find the item
4921                     you're trying to check out. You can use the call number, barcode, part of the
4922                     title or anything you'd enter in the keyword search when this preference is
4923                     enabled and Koha will ask you which item you're trying to check out.</para>
4924                 </listitem>
4925               </itemizedlist></para>
4926             <important>
4927               <para>While you're not searching by barcode a barcode is required on every title you
4928                 check out. Only titles with barcodes will appear in the search results.</para>
4929             </important>
4930           </section>
4931
4932           <section id="itemBarcodeInputFilter">
4933             <title>itemBarcodeInputFilter</title>
4934
4935             <para>Default: Don't filter</para>
4936
4937             <para>Asks: ___ scanned item barcodes.</para>
4938
4939             <para>Values:</para>
4940
4941             <itemizedlist>
4942               <listitem>
4943                 <para>Convert from CueCat format</para>
4944               </listitem>
4945
4946               <listitem>
4947                 <para>Convert from Libsuite8 form</para>
4948               </listitem>
4949
4950               <listitem>
4951                 <para>Don't filter</para>
4952               </listitem>
4953
4954               <listitem>
4955                 <para>EAN-13 or zero-padded UPC-A from</para>
4956               </listitem>
4957
4958               <listitem>
4959                 <para>Remove spaces from</para>
4960               </listitem>
4961
4962               <listitem>
4963                 <para>Remove the first number from T-prefix style</para>
4964
4965                 <itemizedlist>
4966                   <listitem>
4967                     <para>This format is common among those libraries
4968                     migrating from Follett systems</para>
4969                   </listitem>
4970                 </itemizedlist>
4971               </listitem>
4972             </itemizedlist>
4973           </section>
4974
4975           <section id="NoticeCSS">
4976             <title>NoticeCSS</title>
4977
4978             <para>Asks: Include the stylesheet at ___ on Notices.<important>
4979                 <para>This should be a complete URL, starting with
4980                 http://</para>
4981               </important></para>
4982
4983             <para>Description:</para>
4984
4985             <itemizedlist>
4986               <listitem>
4987                 <para>If you would like to style your notices with a
4988                 consistent set of fonts and colors you can use this preference
4989                 to point Koha to a stylesheet specifically for your
4990                 notices.</para>
4991               </listitem>
4992             </itemizedlist>
4993           </section>
4994
4995           <section id="numReturnedItemsToShow">
4996             <title>numReturnedItemsToShow</title>
4997
4998             <para>Default: 20</para>
4999
5000             <para>Asks : Show the ___ last returned items on the checkin
5001             screen.</para>
5002           </section>
5003
5004           <section id="previousIssuesDefaultSortOrder">
5005             <title>previousIssuesDefaultSortOrder</title>
5006
5007             <para>Default: earliest to latest</para>
5008
5009             <para>Asks: Sort previous checkouts on the circulation page from
5010             ___ due date.</para>
5011
5012             <para>Values:</para>
5013
5014             <itemizedlist>
5015               <listitem>
5016                 <para>earliest to latest</para>
5017               </listitem>
5018
5019               <listitem>
5020                 <para>latest to earliest</para>
5021               </listitem>
5022             </itemizedlist>
5023           </section>
5024
5025           <section id="RecordLocalUseOnReturn">
5026             <title>RecordLocalUseOnReturn</title>
5027
5028             <para>Default: Don't record</para>
5029
5030             <para>Asks: ___ local use when an unissued item is checked
5031             in.</para>
5032
5033             <para>Values:</para>
5034
5035             <itemizedlist>
5036               <listitem>
5037                 <para>Don't record</para>
5038               </listitem>
5039
5040               <listitem>
5041                 <para>Record</para>
5042               </listitem>
5043             </itemizedlist>
5044
5045             <para>Description:</para>
5046
5047             <itemizedlist>
5048               <listitem>
5049                 <para>When this preference is set to "Don't record" you can
5050                 record local use of items by checking items out to the
5051                 statistical patron. With this preference set to "Record" you
5052                 can record local use by checking out to the statistical patron
5053                 and/or by checking in a book that is not currently checked
5054                 out.</para>
5055               </listitem>
5056             </itemizedlist>
5057           </section>
5058
5059           <section id="soundon">
5060             <title>soundon</title>
5061
5062             <para>Default: Don't enable</para>
5063
5064             <para>Asks: ___ circulation sounds during checkin and checkout in
5065             the staff interface.</para>
5066
5067             <para>Values:</para>
5068
5069             <itemizedlist>
5070               <listitem>
5071                 <para>Don't enable</para>
5072               </listitem>
5073
5074               <listitem>
5075                 <para>Enable</para>
5076               </listitem>
5077             </itemizedlist>
5078
5079             <para><important>
5080                 <para>This feature is not supported by all browsers. Requires
5081                 an HTML5 compliant browser.</para>
5082               </important></para>
5083           </section>
5084
5085           <section id="SpecifyDueDate">
5086             <title>SpecifyDueDate</title>
5087
5088             <para>Default: Allow</para>
5089
5090             <para>Asks: ___ staff to specify a due date for a checkout.</para>
5091
5092             <para>Due dates are calculated using your circulation and fines
5093             rules, but staff can override that if you allow them to specify a
5094             due date at checkout.</para>
5095
5096             <para>Description:</para>
5097
5098             <itemizedlist>
5099               <listitem>
5100                 <para>This preference allows for circulation staff to change a
5101                 due date from the automatic due date to another calendar date.
5102                 This option would be used for circumstances in which the due
5103                 date may need to be decreased or extended in a specific
5104                 circumstance. The "Allow" setting would allow for this option
5105                 to be utilized by staff, the "Don't allow" setting would bar
5106                 staff from changing the due date on materials.</para>
5107               </listitem>
5108             </itemizedlist>
5109
5110             <para>Values:</para>
5111
5112             <itemizedlist>
5113               <listitem>
5114                 <para>Allow</para>
5115
5116                 <screenshot>
5117                   <screeninfo>Specify Due Date Box Shows</screeninfo>
5118
5119                   <mediaobject>
5120                     <imageobject>
5121                       <imagedata fileref="images/admin/globalprefs/SpecifyDueDate.png"/>
5122                     </imageobject>
5123                   </mediaobject>
5124                 </screenshot>
5125               </listitem>
5126
5127               <listitem>
5128                 <para>Don't allow</para>
5129
5130                 <screenshot>
5131                   <screeninfo>Specify Due Date Box Doesn't Show</screeninfo>
5132
5133                   <mediaobject>
5134                     <imageobject>
5135                       <imagedata fileref="images/admin/globalprefs/SpecifyDueDate-no.png"/>
5136                     </imageobject>
5137                   </mediaobject>
5138                 </screenshot>
5139               </listitem>
5140             </itemizedlist>
5141           </section>
5142           <section id="SpecifyReturnDate">
5143             <title>SpecifyReturnDate</title>
5144             <para>Default: Don't allow</para>
5145             <para>Asks: ___  staff to specify a return date for a check in.</para>
5146             <para>Values:<itemizedlist>
5147                 <listitem>
5148                   <para>Allow<screenshot>
5149                       <screeninfo>Allow return date edits</screeninfo>
5150                       <mediaobject>
5151                         <imageobject>
5152                           <imagedata fileref="images/admin/globalprefs/SpecifyReturnDate.png"/>
5153                         </imageobject>
5154                       </mediaobject>
5155                     </screenshot></para>
5156                 </listitem>
5157                 <listitem>
5158                   <para>Don't allow<screenshot>
5159                       <screeninfo>Don't allow return date edits</screeninfo>
5160                       <mediaobject>
5161                         <imageobject>
5162                           <imagedata fileref="images/admin/globalprefs/SpecifyReturnDate-no.png"/>
5163                         </imageobject>
5164                       </mediaobject>
5165                     </screenshot></para>
5166                 </listitem>
5167               </itemizedlist></para>
5168             <para>Description:<itemizedlist>
5169                 <listitem>
5170                   <para>This preference lets you decide if staff can specify an arbitrary return
5171                     date when checking in items.</para>
5172                 </listitem>
5173               </itemizedlist></para>
5174           </section>
5175
5176           <section id="todaysIssuesDefaultSortOrder">
5177             <title>todaysIssuesDefaultSortOrder</title>
5178
5179             <para>Default: latest to earliest</para>
5180
5181             <para>Asks: Sort today's checkouts on the circulation page from
5182             ___ due date.</para>
5183
5184             <para>Values:</para>
5185
5186             <itemizedlist>
5187               <listitem>
5188                 <para>earliest to latest</para>
5189               </listitem>
5190
5191               <listitem>
5192                 <para>latest to earliest</para>
5193               </listitem>
5194             </itemizedlist>
5195           </section>
5196
5197           <section id="UpdateTotalIssuesOnCirc">
5198             <title>UpdateTotalIssuesOnCirc</title>
5199
5200             <para>Default: Do not</para>
5201
5202             <para>Asks: ___ update a bibliographic record's total issues count
5203             whenever an item is issued</para>
5204
5205             <para>Values:</para>
5206
5207             <itemizedlist>
5208               <listitem>
5209                 <para>Do<important>
5210                     <para>This increases server load significantly; if
5211                     performance is a concern, use the <link linkend="updateissuescron">cron job</link> to update the
5212                     total issues count instead.</para>
5213                   </important></para>
5214               </listitem>
5215
5216               <listitem>
5217                 <para>Do not</para>
5218               </listitem>
5219             </itemizedlist>
5220
5221             <para>Description:</para>
5222
5223             <itemizedlist>
5224               <listitem>
5225                 <para>Koha can track the number of times and item is checked
5226                 out and store that on the item record in the database. This
5227                 information is not stored by default. Setting this preference
5228                 to 'Do' will tell Koha to track that info everytime the item
5229                 is checked out in real time. Otherwise you could use the <link linkend="updateissuescron">cron job</link> to have Koha update
5230                 that field nightly.</para>
5231               </listitem>
5232             </itemizedlist>
5233           </section>
5234
5235           <section id="UseTablesortForCirc">
5236             <title>UseTablesortForCirc</title>
5237
5238             <para>Default: Don't enable</para>
5239
5240             <para>Asks: ___ the sorting of current patron checkouts on the
5241             circulation screen.</para>
5242
5243             <para>Values:</para>
5244
5245             <itemizedlist>
5246               <listitem>
5247                 <para>Don't enable</para>
5248               </listitem>
5249
5250               <listitem>
5251                 <para>Enable</para>
5252               </listitem>
5253             </itemizedlist>
5254
5255             <important>
5256               <para>Enabling this function may slow down circulation time for
5257               patrons with many checkouts.</para>
5258             </important>
5259           </section>
5260
5261           <section id="WaitingNotifyAtCheckin">
5262             <title>WaitingNotifyAtCheckin</title>
5263
5264             <para>Default: Don't notify</para>
5265
5266             <para>Asks: ___ librarians of waiting holds for the patron whose
5267             items they are checking in.</para>
5268
5269             <para>Values:</para>
5270
5271             <itemizedlist>
5272               <listitem>
5273                 <para>Don't notify</para>
5274               </listitem>
5275
5276               <listitem>
5277                 <para>Notify</para>
5278
5279                 <screenshot>
5280                   <screeninfo>Notification that a hold is waiting</screeninfo>
5281
5282                   <mediaobject>
5283                     <imageobject>
5284                       <imagedata fileref="images/admin/globalprefs/WaitingNotifyAtCheckin.png"/>
5285                     </imageobject>
5286                   </mediaobject>
5287                 </screenshot>
5288               </listitem>
5289             </itemizedlist>
5290
5291             <para>Description:</para>
5292
5293             <itemizedlist>
5294               <listitem>
5295                 <para>When checking in books you can choose whether or not to
5296                 have a notice pop up if the patron who returned the book has a
5297                 hold waiting for pick up. If you choose 'Notify' for
5298                 WaitingNotifyAtCheckin then every time a hold is found for the
5299                 patron who had the book out last a message will appear on your
5300                 check in screen.</para>
5301               </listitem>
5302             </itemizedlist>
5303           </section>
5304         </section>
5305
5306         <section id="circscoprefs">
5307           <title>Self Checkout</title>
5308
5309           <para/>
5310
5311           <section id="AllowSelfCheckReturns">
5312             <title>AllowSelfCheckReturns</title>
5313
5314             <para>Default: Don't allow</para>
5315
5316             <para>Asks: ___ patrons to return items through web-based self
5317             checkout system.</para>
5318
5319             <para>Values:</para>
5320
5321             <itemizedlist>
5322               <listitem>
5323                 <para>Allow</para>
5324               </listitem>
5325
5326               <listitem>
5327                 <para>Don't allow</para>
5328               </listitem>
5329             </itemizedlist>
5330
5331             <para>Description:</para>
5332
5333             <itemizedlist>
5334               <listitem>
5335                 <para>This preference is used to determine if you want patrons
5336                 to be allowed to return items through your self check
5337                 machines. By default Koha's self check interface is simply for
5338                 checking items out.</para>
5339               </listitem>
5340             </itemizedlist>
5341           </section>
5342
5343           <section id="AutoSelfCheckAllowed">
5344             <title>AutoSelfCheckAllowed, AutoSelfCheckID &amp;
5345             AutoSelfCheckPass</title>
5346
5347             <important>
5348               <para>Most libraries will want to leave this set to 'Don't
5349               allow.' This preference turns off the requirement to log into
5350               the self checkout machine with a staff username and password by
5351               storing the username and password for automatic login.</para>
5352             </important>
5353
5354             <para>AutoSelfCheckAllowed Default: Don't allow</para>
5355
5356             <para>Asks: ___ the web-based self checkout system to
5357             automatically login with this staff login ___ and this password
5358             ___ .</para>
5359
5360             <para>AutoSelfCheckAllowed Values:</para>
5361
5362             <itemizedlist>
5363               <listitem>
5364                 <para>Allow</para>
5365               </listitem>
5366
5367               <listitem>
5368                 <para>Don't allow</para>
5369               </listitem>
5370             </itemizedlist>
5371
5372             <para>AutoSelfCheckID Value:<itemizedlist>
5373                 <listitem>
5374                   <para>The username of a staff patron with 'circulate' <link linkend="patronpermissions">permissions</link>.</para>
5375                 </listitem>
5376               </itemizedlist></para>
5377
5378             <para>AutoSelfCheckPass Value:<itemizedlist>
5379                 <listitem>
5380                   <para>The password of a staff patron with 'circulate' <link linkend="patronpermissions">permissions</link>.</para>
5381                 </listitem>
5382               </itemizedlist></para>
5383           </section>
5384           <section id="SCOUserCSS">
5385             <title>SCOUserCSS</title>
5386             <para>Asks: Include the following CSS on all pages in the web-based self checkout</para>
5387             <para>Description:<itemizedlist>
5388                 <listitem>
5389                   <para>The CSS entered in this preference will be used on all of your Koha self
5390                     checkout screens.</para>
5391                 </listitem>
5392               </itemizedlist></para>
5393           </section>
5394           <section id="SCOUserJS">
5395             <title>SCOUserJS</title>
5396             <para>Asks: Include the following JavaScript on all pages in the web-based self
5397               checkout</para>
5398             <para>Description:<itemizedlist>
5399                 <listitem>
5400                   <para>The JavaScript entered in this preference will effect all of your Koha self
5401                     checkout screens.</para>
5402                 </listitem>
5403               </itemizedlist></para>
5404           </section>
5405
5406           <section id="SelfCheckHelpMessage">
5407             <title>SelfCheckHelpMessage</title>
5408
5409             <para>Asks: Include the following HTML in the Help page of the
5410             web-based self checkout system</para>
5411
5412             <para>Description:</para>
5413
5414             <itemizedlist>
5415               <listitem>
5416                 <para>Clicking the 'Help' link in the top right of the self
5417                 checkout interface opens up a three step process for using the
5418                 self check interface. Adding HTML to this system preference
5419                 will print that additional help text above what's already
5420                 included.</para>
5421               </listitem>
5422             </itemizedlist>
5423           </section>
5424
5425           <section id="SelfCheckoutByLogin">
5426             <title>SelfCheckoutByLogin</title>
5427
5428             <para>Default: Barcode</para>
5429
5430             <para>Asks: Have patrons login into the web-based self checkout
5431             system with their ___</para>
5432
5433             <para>Values:</para>
5434
5435             <itemizedlist>
5436               <listitem>
5437                 <para>Barcode</para>
5438
5439                 <screenshot>
5440                   <screeninfo>Self Checkout Patron Card Number</screeninfo>
5441
5442                   <mediaobject>
5443                     <imageobject>
5444                       <imagedata fileref="images/circ/selfcheckout.png"/>
5445                     </imageobject>
5446                   </mediaobject>
5447                 </screenshot>
5448               </listitem>
5449
5450               <listitem>
5451                 <para>Username and password</para>
5452
5453                 <screenshot>
5454                   <screeninfo>Shelf checkout by login</screeninfo>
5455
5456                   <mediaobject>
5457                     <imageobject>
5458                       <imagedata fileref="images/circ/SelfCheckoutByLogin.png"/>
5459                     </imageobject>
5460                   </mediaobject>
5461                 </screenshot>
5462               </listitem>
5463             </itemizedlist>
5464
5465             <para>Description:</para>
5466
5467             <itemizedlist>
5468               <listitem>
5469                 <para>This preference lets you decide how your patrons will
5470                 log in to the self checkout machine. Barcode is the patron's
5471                 card number and their username and password is set using the
5472                 opac/staff username and password fields on the patron
5473                 record.</para>
5474               </listitem>
5475             </itemizedlist>
5476           </section>
5477           <section id="SelfCheckReceiptPrompt">
5478             <title>SelfCheckReceiptPrompt</title>
5479             <para>Default: Show</para>
5480             <para>Asks: ___  the print receipt popup dialog when self checkout is finished.</para>
5481             <para>Values:<itemizedlist>
5482                 <listitem>
5483                   <para>Don't show</para>
5484                 </listitem>
5485                 <listitem>
5486                   <para>Show</para>
5487                 </listitem>
5488               </itemizedlist></para>
5489             <para>Description:<itemizedlist>
5490                 <listitem>
5491                   <para>This preference controls whether a prompt shows up on the web based self
5492                     check out when the patron clicks the 'Finish' button.</para>
5493                 </listitem>
5494               </itemizedlist></para>
5495           </section>
5496
5497           <section id="SelfCheckTimeout">
5498             <title>SelfCheckTimeout</title>
5499
5500             <para>Default: 120</para>
5501
5502             <para>Asks: Time out the current patron's web-based self checkout
5503             system login after ___ seconds.</para>
5504
5505             <para>Description:</para>
5506
5507             <itemizedlist>
5508               <listitem>
5509                 <para>After the machine is idle for the time entered in this
5510                 preference the self check out system will log out the current
5511                 patron and return to the starting screen.</para>
5512               </listitem>
5513             </itemizedlist>
5514           </section>
5515
5516           <section id="ShowPatronImageInWebBasedSelfCheck">
5517             <title>ShowPatronImageInWebBasedSelfCheck</title>
5518
5519             <para>Default: Don't show</para>
5520
5521             <para>Asks: ___ the patron's picture (if one has been added) when
5522             they use the web-based self checkout.</para>
5523
5524             <para>Values:</para>
5525
5526             <itemizedlist>
5527               <listitem>
5528                 <para>Don't show</para>
5529               </listitem>
5530
5531               <listitem>
5532                 <para>Show</para>
5533               </listitem>
5534             </itemizedlist>
5535           </section>
5536
5537           <section id="WebBasedSelfCheck">
5538             <title>WebBasedSelfCheck</title>
5539
5540             <para>Default: Don't enable</para>
5541
5542             <para>Asks: ___ the web-based self checkout system.</para>
5543
5544             <para>Values:</para>
5545
5546             <itemizedlist>
5547               <listitem>
5548                 <para>Don't enable</para>
5549               </listitem>
5550
5551               <listitem>
5552                 <para>Enable</para>
5553               </listitem>
5554             </itemizedlist>
5555
5556             <para>Enabling this preference will allow access to the <link linkend="selfcheckout">self checkout</link> module in Koha.</para>
5557           </section>
5558         </section>
5559       </section>
5560
5561       <section id="creatorprefs">
5562         <title>Creators</title>
5563
5564         <para>These preferences have to do with creating content.</para>
5565
5566         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
5567         Global System Preferences &gt; Creators</para>
5568
5569         <section id="creatorpatcardprefs">
5570           <title>Patron Cards</title>
5571
5572           <para>These preferences are in reference to the <link linkend="patroncardcreator">Patron Card Creator</link> tool.</para>
5573
5574           <section id="ImageLimit">
5575             <title>ImageLimit</title>
5576
5577             <para>Asks: Limit the number of creator images stored in the
5578             database to ___ images.</para>
5579           </section>
5580         </section>
5581       </section>
5582
5583       <section id="enhancedcontent">
5584         <title>Enhanced Content</title>
5585
5586         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
5587         Global System Preferences &gt; Enhanced Content</para>
5588
5589         <important>
5590           <para>Always read the terms of service associated with external data
5591           sources to be sure that you are using the products within the
5592           allowed limits.</para>
5593         </important>
5594
5595         <note>
5596           <para>You cannot have more than one service for cover images
5597           (including local cover images) set up. If you set up more than one
5598           you will get multiple cover images. Instead choose only one source
5599           for cover images.</para>
5600         </note>
5601
5602         <section id="frbrenhancedprefs">
5603           <title>All</title>
5604
5605           <para/>
5606
5607           <section id="FRBRizeEditions">
5608             <title>FRBRizeEditions</title>
5609
5610             <para>Default: Don't show</para>
5611
5612             <para>Asks: ___ other editions of an item on the staff
5613             client</para>
5614
5615             <para>Values:</para>
5616
5617             <itemizedlist>
5618               <listitem>
5619                 <para>Don't show</para>
5620               </listitem>
5621
5622               <listitem>
5623                 <para>Show</para>
5624
5625                 <screenshot>
5626                   <screeninfo>Editions tab in staff client</screeninfo>
5627
5628                   <mediaobject>
5629                     <imageobject>
5630                       <imagedata fileref="images/admin/globalprefs/editionstab.png"/>
5631                     </imageobject>
5632                   </mediaobject>
5633                 </screenshot>
5634               </listitem>
5635             </itemizedlist>
5636
5637             <para>Description:</para>
5638
5639             <itemizedlist>
5640               <listitem>
5641                 <para>Using the rules set forth in the Functional Requirements for Bibliographic
5642                   records, this option, when enabled, pulls all editions of the same title available
5643                   in your collection regardless of material type. Items will appear under an
5644                   'Editions' tab on the detail page for the title in question.. According to
5645                     <emphasis>Libraries Unlimited's Online Dictionary for Library and Information
5646                     Science</emphasis> (<ulink url="http://lu.com/odlis/">http://lu.com/odlis/</ulink>), FRBRizing the catalog involves collating MARC
5647                   records of similar materials. FRBRization brings together entities (sets of Works,
5648                   Expressions, or Manifestations), rather than just sets of Items. It can aid
5649                   patrons in selecting related items, expressions, and manifestations that will
5650                   serve their needs. When it is set to "Show", the OPAC will query one or more ISBN
5651                   web services for associated ISBNs and display an Editions tab on the details
5652                   pages. Once this preference is enabled, the library must select one of the ISBN
5653                   options (<link linkend="ThingISBN">ThingISBN</link> and/or <link linkend="XISBN">XISBN</link>). This option is only for the Staff Client; the <link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> option must be enabled
5654                   to have the Editions tab appear on the OPAC.</para>
5655               </listitem>
5656             </itemizedlist>
5657
5658             <important>
5659               <para>Requires that you turn on one or more of the ISBN services (<link linkend="ThingISBN">ThingISBN</link> and/or <link linkend="XISBN">XISBN</link>)</para>
5660             </important>
5661           </section>
5662
5663           <section id="OPACFRBRizeEditions">
5664             <title>OPACFRBRizeEditions</title>
5665
5666             <para>Default: Don't show</para>
5667
5668             <para>Asks: ___ other editions of an item on the OPAC.</para>
5669
5670             <para>Description:</para>
5671
5672             <itemizedlist>
5673               <listitem>
5674                 <para>Using the rules set forth in the Functional Requirements for Bibliographic
5675                   records, this option, when enabled, pulls all editions of the same title available
5676                   in your collection regardless of material type. Items will appear under an
5677                   'Editions' tab on the detail page for the title in question.. According to
5678                     <emphasis>Libraries Unlimited's Online Dictionary for Library and Information
5679                     Science</emphasis> (<ulink url="http://lu.com/odlis/">http://lu.com/odlis/</ulink>), FRBRizing the catalog involves collating MARC
5680                   records of similar materials. FRBRization brings together entities (sets of Works,
5681                   Expressions, or Manifestations), rather than just sets of Items. It can aid
5682                   patrons in selecting related items, expressions, and manifestations that will
5683                   serve their needs. When it is set to "Show", the OPAC will query one or more ISBN
5684                   web services for associated ISBNs and display an Editions tab on the details
5685                   pages. Once this preference is enabled, the library must select one of the ISBN
5686                   options (<link linkend="ThingISBN">ThingISBN</link> and/or <link linkend="XISBN">XISBN</link>). This option is only for the OPAC; the <link linkend="FRBRizeEditions">FRBRizeEditions</link> option must be turned "On" to
5687                   have the Editions tab appear on the Staff Client.</para>
5688               </listitem>
5689             </itemizedlist>
5690
5691             <para>Values:</para>
5692
5693             <itemizedlist>
5694               <listitem>
5695                 <para>Don't show</para>
5696               </listitem>
5697
5698               <listitem>
5699                 <para>Show</para>
5700
5701                 <screenshot>
5702                   <screeninfo>Editions tab in the OPAC</screeninfo>
5703
5704                   <mediaobject>
5705                     <imageobject>
5706                       <imagedata fileref="images/admin/globalprefs/editions.png"/>
5707                     </imageobject>
5708                   </mediaobject>
5709                 </screenshot>
5710               </listitem>
5711             </itemizedlist>
5712
5713             <para>This preference pulls all editions of the same title
5714             available in your collection regardless of material type. Items
5715             will appear under an 'Editions' tab on the detail page for the
5716             title in question.</para>
5717
5718             <important>
5719               <para>Requires that you turn on one or more of the ISBN services (<link linkend="ThingISBN">ThingISBN</link> and/or <link linkend="XISBN">XISBN</link>)</para>
5720             </important>
5721           </section>
5722         </section>
5723
5724         <section id="amazonprefs">
5725           <title>Amazon</title>
5726
5727           <para/>
5728
5729           <section id="AmazonAssocTag">
5730             <title>AmazonAssocTag</title>
5731
5732             <para>Asks: Put the associate tag ___ on links to Amazon.</para>
5733
5734             <note>
5735               <para>This can net your library referral fees if a patron
5736               decides to buy an item after clicking through to Amazon from
5737               your site.</para>
5738             </note>
5739
5740             <para>Description:</para>
5741
5742             <itemizedlist>
5743               <listitem>
5744                 <para>An Amazon Associates Tag allows a library to earn a
5745                 percentage of all purchases made on Amazon when a patron
5746                 accesses Amazon's site via links on the library's website.
5747                 More information about the Amazon Associates program is
5748                 available at Amazon's Affiliate Program's website, <ulink url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com/</ulink>.
5749                 Before a tag can be obtained, however, the library must first
5750                 apply for an Amazon Web Services (AWS) account. Applications
5751                 are free of charge and can be made at <ulink url="http://aws.amazon.com">http://aws.amazon.com</ulink>.
5752                 Once an AWS account has been established, the library can then
5753                 obtain the Amazon Associates Tag.</para>
5754               </listitem>
5755             </itemizedlist>
5756
5757             <para>Sign up at: <ulink url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com/</ulink></para>
5758           </section>
5759
5760           <section id="AmazonCoverImages">
5761             <title>AmazonCoverImages</title>
5762
5763             <para>Default: Don't show</para>
5764
5765             <para>Asks: ___ cover images from Amazon on search results and
5766             item detail pages on the staff interface.</para>
5767
5768             <para>Values:</para>
5769
5770             <itemizedlist>
5771               <listitem>
5772                 <para>Don't show</para>
5773               </listitem>
5774
5775               <listitem>
5776                 <para>Show</para>
5777               </listitem>
5778             </itemizedlist>
5779
5780             <para>Description:</para>
5781
5782             <itemizedlist>
5783               <listitem>
5784                 <para>This preference makes it possible to either allow or
5785                 prevent Amazon cover images from being displayed in the Staff
5786                 Client. Cover images are retrieved by Amazon, which pulls the
5787                 content based on the first ISBN number in the item's MARC
5788                 record. Amazon offers this service free of charge. If the
5789                 value for this preference is set to "Show", the cover images
5790                 will appear in the Staff Client, and if it is set to "Don't
5791                 show", the images will not appear. Finally, if you're using
5792                 Amazon cover images, all other cover image services must be
5793                 disabled. If they are not disabled, they will prevent
5794                 AmazonCoverImages from functioning properly.</para>
5795               </listitem>
5796             </itemizedlist>
5797           </section>
5798
5799           <section id="AmazonLocale">
5800             <title>AmazonLocale</title>
5801
5802             <para>Default: American</para>
5803
5804             <para>Asks: Use Amazon data from its ___ website.</para>
5805
5806             <para>Value:</para>
5807
5808             <itemizedlist>
5809               <listitem>
5810                 <para>American</para>
5811               </listitem>
5812
5813               <listitem>
5814                 <para>British</para>
5815               </listitem>
5816
5817               <listitem>
5818                 <para>Canadian</para>
5819               </listitem>
5820
5821               <listitem>
5822                 <para>French</para>
5823               </listitem>
5824
5825               <listitem>
5826                 <para>German</para>
5827               </listitem>
5828
5829               <listitem>
5830                 <para>Japanese</para>
5831               </listitem>
5832             </itemizedlist>
5833           </section>
5834
5835           <section id="OPACAmazonCoverImages">
5836             <title>OPACAmazonCoverImages</title>
5837
5838             <para>Default: Don't show</para>
5839
5840             <para>Asks: ___ cover images from Amazon on search results and
5841             item detail pages on the OPAC.</para>
5842
5843             <para>Values:</para>
5844
5845             <itemizedlist>
5846               <listitem>
5847                 <para>Don't show</para>
5848               </listitem>
5849
5850               <listitem>
5851                 <para>Show</para>
5852               </listitem>
5853             </itemizedlist>
5854
5855             <para>Description:</para>
5856
5857             <itemizedlist>
5858               <listitem>
5859                 <para>This preference makes it possible to either allow or
5860                 prevent Amazon cover images from being displayed in the OPAC.
5861                 Cover images are retrieved by Amazon, which pulls the content
5862                 based on the first ISBN number in the item's MARC record.
5863                 Amazon offers this service free of charge. If the value for
5864                 this preference is set to "Show", the cover images will appear
5865                 in the OPAC, and if it is set to "Don't show", the images will
5866                 not appear. Finally, if you're using Amazon cover images, all
5867                 other cover image services must be disabled. If they are not
5868                 disabled, they will prevent AmazonCoverImages from functioning
5869                 properly.</para>
5870               </listitem>
5871             </itemizedlist>
5872           </section>
5873         </section>
5874
5875         <section id="Babelthequeprefs">
5876           <title>Babelthèque</title>
5877
5878           <para/>
5879
5880           <section id="Babeltheque">
5881             <title>Babeltheque</title>
5882
5883             <para>Default: Don't</para>
5884
5885             <para>Asks: ___ include information (such as reviews and
5886             citations) from Babelthèque in item detail pages on the
5887             OPAC.</para>
5888
5889             <para>Description:</para>
5890
5891             <itemizedlist>
5892               <listitem>
5893                 <para>This preference makes it possible to display a
5894                 Babeltheque tab in the OPAC, allowing patrons to access tags,
5895                 reviews, and additional title information provided by
5896                 Babeltheque. The information which Babeltheque supplies is
5897                 drawn from the French language-based <ulink url="http://www.babelio.com/">Babelio.com</ulink>, a French
5898                 service similar to LibraryThing for Libraries. More
5899                 information about Babeltheque is available through its
5900                 website, <ulink url="http://www.babeltheque.com/">http://www.babeltheque.com</ulink>.
5901                 Libraries that wish to allow access to this information must
5902                 first register for the service at <ulink url="http://www.babeltheque.com">http://www.babeltheque.com</ulink>.
5903                 Please note that this information is only provided in
5904                 French.</para>
5905               </listitem>
5906             </itemizedlist>
5907
5908             <para>Values:</para>
5909
5910             <itemizedlist>
5911               <listitem>
5912                 <para>Do</para>
5913
5914                 <screenshot>
5915                   <screeninfo>Data from Babelthèque on the bib
5916                   record</screeninfo>
5917
5918                   <mediaobject>
5919                     <imageobject>
5920                       <imagedata fileref="images/admin/globalprefs/Babeltheque.png"/>
5921                     </imageobject>
5922                   </mediaobject>
5923                 </screenshot>
5924               </listitem>
5925
5926               <listitem>
5927                 <para>Don't</para>
5928               </listitem>
5929             </itemizedlist>
5930           </section>
5931
5932           <section id="Babeltheque_url_js">
5933             <title>Babeltheque_url_js</title>
5934
5935             <para>Asks: ___ Defined the url for the Babeltheque javascript
5936             file (eg. http://www.babeltheque.com/bw_XX.js)</para>
5937           </section>
5938
5939           <section id="Babeltheque_url_update">
5940             <title>Babeltheque_url_update</title>
5941
5942             <para>Asks: ___ Defined the url for the Babeltheque update
5943             periodically (eq.
5944             http://www.babeltheque.com/.../file.csv.bz2).</para>
5945           </section>
5946         </section>
5947
5948         <section id="btcontentprefs">
5949           <title>Baker &amp; Taylor</title>
5950
5951           <important>
5952             <para>This is a pay service, you must contact Baker &amp; Taylor
5953             to subscribe to this service before setting these options.</para>
5954           </important>
5955
5956           <section id="BakerTaylorEnabled">
5957             <title>BakerTaylorEnabled</title>
5958
5959             <para>Default: Don't add</para>
5960
5961             <para>Asks: ___ Baker and Taylor links and cover images to the
5962             OPAC and staff client. This requires that you have entered in a
5963             username and password (which can be seen in image links).</para>
5964
5965             <para>Values:</para>
5966
5967             <itemizedlist>
5968               <listitem>
5969                 <para>Add</para>
5970               </listitem>
5971
5972               <listitem>
5973                 <para>Don't add</para>
5974               </listitem>
5975             </itemizedlist>
5976
5977             <para>Description:</para>
5978
5979             <itemizedlist>
5980               <listitem>
5981                 <para>This preference makes it possible to display Baker &amp;
5982                 Taylor content (book reviews, descriptions, cover images,
5983                 etc.) in both the Staff Client and the OPAC. Libraries that
5984                 wish to display Baker &amp; Taylor content must first register
5985                 and pay for this service with Baker &amp; Taylor (<ulink url="http://www.btol.com">http://www.btol.com</ulink>). If
5986                 Baker &amp; Taylor content is enabled be sure to turn off
5987                 other cover and review services to prevent
5988                 interference.</para>
5989               </listitem>
5990             </itemizedlist>
5991
5992             <important>
5993               <para>To use this you will need to also set the <link linkend="btuserpass">BakerTaylorUsername &amp;
5994               BakerTaylorPassword</link> system preferences</para>
5995             </important>
5996           </section>
5997
5998           <section id="BakerTaylorBookstoreURL">
5999             <title>BakerTaylorBookstoreURL</title>
6000
6001             <para>Asks: Baker and Taylor "My Library Bookstore" links should
6002             be accessed at https:// ___ isbn</para>
6003
6004             <para>Description:</para>
6005
6006             <itemizedlist>
6007               <listitem>
6008                 <para>Some libraries generate additional funding for the
6009                 library by selling books and other materials that are
6010                 purchased from or have been previously leased from Baker &amp;
6011                 Taylor. These materials can be accessed via a link on the
6012                 library's website. This service is often referred to as "My
6013                 Library Bookstore." In order to participate in this program,
6014                 the library must first register and pay for the service with
6015                 Baker &amp; Taylor. Additional information about this and
6016                 other services provided by Baker &amp; Taylor is available at
6017                 the Baker &amp; Taylor website, <ulink url="http://www.btol.com">http://www.btol.com</ulink>. The
6018                 BakerTaylorBookstoreURL preference establishes the URL in
6019                 order to link to the library's Baker &amp; Taylor-backed
6020                 online bookstore, if such a bookstore has been established.
6021                 The default for this field is left blank; if no value is
6022                 entered, the links to My Library Bookstore will remain
6023                 inactive. If enabling this preference, enter the library's
6024                 Hostname and Parent Number in the appropriate location within
6025                 the URL. The "key" value (key=) should be appended to the URL,
6026                 and https:// should be prepended.</para>
6027               </listitem>
6028             </itemizedlist>
6029
6030             <para>This should be filled in with something like
6031             koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&amp;parentNum=10923&amp;key=</para>
6032
6033             <note>
6034               <para>Leave it blank to disable these links.</para>
6035             </note>
6036
6037             <important>
6038               <para>Be sure to get this information from Baker &amp; Taylor
6039               when subscribing.</para>
6040             </important>
6041           </section>
6042
6043           <section id="btuserpass">
6044             <title>BakerTaylorUsername &amp; BakerTaylorPassword</title>
6045
6046             <para>Asks: Access Baker and Taylor using username ___ and
6047             password ___</para>
6048
6049             <para>Descriptions:</para>
6050
6051             <itemizedlist>
6052               <listitem>
6053                 <para>This setting in only applicable if the library has a
6054                 paid subscription to the external Content Café service from
6055                 Baker &amp; Taylor. Use the box provided to enter in the
6056                 library's Content Café username and password. Also, ensure
6057                 that the <link linkend="BakerTaylorBookstoreURL">BakerTaylorBookstoreURL</link>
6058                 and <link linkend="BakerTaylorEnabled">BakerTaylorEnabled</link>
6059                 settings are properly set. The Content Café service is a feed
6060                 of enhanced content such as cover art, professional reviews,
6061                 and summaries that is displayed along with Staff Client/OPAC
6062                 search results. For more information on this service please
6063                 see the Baker &amp; Taylor website: <ulink url="http://www.btol.com">http://www.btol.com</ulink></para>
6064               </listitem>
6065             </itemizedlist>
6066
6067             <important>
6068               <para>Be sure to get this information from Baker &amp; Taylor
6069               when subscribing.</para>
6070             </important>
6071           </section>
6072         </section>
6073
6074         <section id="googleprefs">
6075           <title>Google</title>
6076
6077           <para/>
6078
6079           <section id="GoogleJackets">
6080             <title>GoogleJackets</title>
6081
6082             <para>Default: Don't add</para>
6083
6084             <para>Asks: ___ cover images from Google Books to search results
6085             and item detail pages on the OPAC.</para>
6086
6087             <para>Values:</para>
6088
6089             <itemizedlist>
6090               <listitem>
6091                 <para>Add</para>
6092               </listitem>
6093
6094               <listitem>
6095                 <para>Don't add</para>
6096               </listitem>
6097             </itemizedlist>
6098
6099             <para>Description:</para>
6100
6101             <itemizedlist>
6102               <listitem>
6103                 <para>This setting controls the display of applicable cover
6104                 art from the free Google Books database, via the Google Books
6105                 API. Please note that to use this feature, all other cover
6106                 services should be turned off.</para>
6107               </listitem>
6108             </itemizedlist>
6109           </section>
6110         </section>
6111         <section id="html5">
6112           <title>HTML5 Media</title>
6113           <section id="HTML5MediaEnabled">
6114             <title>HTML5MediaEnabled</title>
6115             <para>Default: not at all</para>
6116             <para>Asks: Show a tab with a HTML5 media player for files catalogued in field 856
6117               ___</para>
6118             <para>Values:<itemizedlist>
6119                 <listitem>
6120                   <para>in OPAC and staff client</para>
6121                 </listitem>
6122                 <listitem>
6123                   <para>in the OPAC</para>
6124                   <screenshot>
6125                     <screeninfo>HTML5 Media in the OPAC</screeninfo>
6126                     <mediaobject>
6127                       <imageobject>
6128                         <imagedata fileref="images/admin/globalprefs/HTML5MediaEnabled-opac.png"/>
6129                       </imageobject>
6130                     </mediaobject>
6131                   </screenshot>
6132                 </listitem>
6133                 <listitem>
6134                   <para>in the staff client</para>
6135                   <screenshot>
6136                       <screeninfo>HTML5 Media in the staff client</screeninfo>
6137                       <mediaobject>
6138                         <imageobject>
6139                           <imagedata fileref="images/admin/globalprefs/HTML5MediaEnabled-staff.png"/>
6140                         </imageobject>
6141                       </mediaobject>
6142                     </screenshot>
6143                 </listitem>
6144                 <listitem>
6145                   <para>not at all</para>
6146                 </listitem>
6147               </itemizedlist></para>
6148             <para>Description:<itemizedlist>
6149                 <listitem>
6150                   <para>If you have media elements in the 856 of your MARC record this preference
6151                     can run/show those media files in a separate tab using HTML5.</para>
6152                 </listitem>
6153               </itemizedlist></para>
6154           </section>
6155           <section id="HTML5MediaExtensions">
6156             <title>HTML5MediaExtensions</title>
6157             <para>Default: webm|ogg|ogv|oga|vtt</para>
6158             <para>Asks: Media file extensions ___</para>
6159             <para>Description:<itemizedlist>
6160                 <listitem>
6161                   <para>Enter in file extensions separated with bar (|)</para>
6162                 </listitem>
6163               </itemizedlist></para>
6164           </section>
6165         </section>
6166         <section id="IDreamLibraries">
6167           <title>IDreamLibraries</title>
6168           <para><ulink url="http://idreambooks.com/">IDreamBooks.com</ulink> aggregates book reviews
6169             by critics to help you discover the very best of what's coming out each week.  These
6170             preferences let you integrated content from <ulink url="http://IDreamBooks.com">IDreamBooks.com</ulink> in to your Koha OPAC.  <note>
6171               <para>This is a new website and has limited content, so you may only see these
6172                 features on new popular titles until the database grows some more.</para>
6173             </note></para>
6174           <section id="IDreamBooksReadometer">
6175             <title>IDreamBooksReadometer</title>
6176             <para>Default: Don't add</para>
6177             <para>Asks: ___ a "Readometer" that summarizes the reviews gathered by IDreamBooks.com
6178               to the OPAC details page. </para>
6179             <para>Values:<itemizedlist>
6180                 <listitem>
6181                   <para>Add</para>
6182                   <screenshot>
6183                       <screeninfo>Readometer on the details page</screeninfo>
6184                       <mediaobject>
6185                         <imageobject>
6186                           <imagedata fileref="images/admin/globalprefs/IDreamBooksReadometer.png"/>
6187                         </imageobject>
6188                       </mediaobject>
6189                     </screenshot>
6190                 </listitem>
6191                 <listitem>
6192                   <para>Don't add</para>
6193                 </listitem>
6194               </itemizedlist></para>
6195           </section>
6196           <section id="IDreamBooksResults">
6197             <title>IDreamBooksResults</title>
6198             <para>Default: Don't add</para>
6199             <para>Asks: ___ the rating from IDreamBooks.com to OPAC search results. </para>
6200             <para>Values:<itemizedlist>
6201                 <listitem>
6202                   <para>Add</para>
6203                   <screenshot>
6204                       <screeninfo>iDreamBooks rating on search results</screeninfo>
6205                       <mediaobject>
6206                         <imageobject>
6207                           <imagedata fileref="images/admin/globalprefs/IDreamBooksResults.png"/>
6208                         </imageobject>
6209                       </mediaobject>
6210                     </screenshot>
6211                 </listitem>
6212                 <listitem>
6213                   <para>Don't add</para>
6214                 </listitem>
6215               </itemizedlist></para>
6216           </section>
6217           <section id="IDreamBooksReviews">
6218             <title>IDreamBooksReviews</title>
6219             <para>Default: Don't add</para>
6220             <para>Asks: ___ a tab on the OPAC details with book reviews from critics aggregated by
6221               IDreamBooks.com. </para>
6222             <para>Values:<itemizedlist>
6223                 <listitem>
6224                   <para>Add</para>
6225                     <screenshot>
6226                       <screeninfo>Reviews tab on the detail page</screeninfo>
6227                       <mediaobject>
6228                         <imageobject>
6229                           <imagedata fileref="images/admin/globalprefs/IDreamBooksReviews.png"/>
6230                         </imageobject>
6231                       </mediaobject>
6232                     </screenshot>
6233                 </listitem>
6234                 <listitem>
6235                   <para>Don't add</para>
6236                 </listitem>
6237               </itemizedlist></para>
6238           </section>
6239         </section>
6240
6241         <section id="librarythingprefs">
6242           <title>LibraryThing</title>
6243
6244           <para>LibraryThing for Libraries is a pay service. You must first
6245           contact LibraryThing directly for pricing and subscription
6246           information. Learn more at <ulink url="http://www.librarything.com/forlibraries">http://www.librarything.com/forlibraries</ulink>.
6247           Also, for further configuration instructions please see the
6248           LibraryThing Wiki: <ulink url="http://www.librarything.com/wiki/index.php/Koha">http://www.librarything.com/wiki/index.php/Koha</ulink></para>
6249
6250           <section id="LibraryThingForLibrariesEnabled">
6251             <title>LibraryThingForLibrariesEnabled</title>
6252
6253             <para>Default: Don't show</para>
6254
6255             <para>Asks: ___ reviews, similar items, and tags from Library
6256             Thing for Libraries on item detail pages on the OPAC.</para>
6257
6258             <para>Values:</para>
6259
6260             <itemizedlist>
6261               <listitem>
6262                 <para>Don't show</para>
6263               </listitem>
6264
6265               <listitem>
6266                 <para>Show</para>
6267               </listitem>
6268             </itemizedlist>
6269
6270             <para>Description:</para>
6271
6272             <itemizedlist>
6273               <listitem>
6274                 <para>This setting is only applicable if the library has a
6275                 paid subscription to the external LibraryThing for Libraries
6276                 service. This service can provide patrons with the display of
6277                 expanded information on catalog items such as book
6278                 recommendations. It also can offer advanced features like
6279                 tagged browsing, patron written reviews, and a virtual library
6280                 display accessed from the details tab.</para>
6281               </listitem>
6282             </itemizedlist>
6283
6284             <important>
6285               <para>If this is set to 'show' you will need to enter a value in
6286               the '<link linkend="LibraryThingForLibrariesID">LibraryThingForLibrariesID</link>'
6287               system preference.</para>
6288             </important>
6289           </section>
6290
6291           <section id="LibraryThingForLibrariesID">
6292             <title>LibraryThingForLibrariesID</title>
6293
6294             <para>Asks: Access Library Thing for Libraries using the customer
6295             ID ___</para>
6296
6297             <para>Description:</para>
6298
6299             <itemizedlist>
6300               <listitem>
6301                 <para>This setting is only applicable if the library has a
6302                 paid subscription to the external LibraryThing for Libraries
6303                 service. Use the box provided to enter in the library's
6304                 LibraryThing for Libraries ID as provided to the library by
6305                 LibraryThing. The ID number is a series of numbers in the form
6306                 ###-#########, and can be found on the library's account page
6307                 at LibraryThing for Libraries. This service can provide
6308                 patrons with the display of expanded information on catalog
6309                 items such as book recommendations and cover art. It also can
6310                 offer advanced features like tagged browsing, patron written
6311                 reviews, and a virtual library display accessed from the
6312                 details tab.</para>
6313               </listitem>
6314             </itemizedlist>
6315           </section>
6316
6317           <section id="LibraryThingForLibrariesTabbedView">
6318             <title>LibraryThingForLibrariesTabbedView</title>
6319
6320             <para>Default: in line with bibliographic information</para>
6321
6322             <para>Asks: Show Library Thing for Libraries content ___</para>
6323
6324             <para>Values:</para>
6325
6326             <itemizedlist>
6327               <listitem>
6328                 <para>in line with bibliographic information</para>
6329               </listitem>
6330
6331               <listitem>
6332                 <para>in tabs</para>
6333               </listitem>
6334             </itemizedlist>
6335
6336             <para>Description:</para>
6337
6338             <itemizedlist>
6339               <listitem>
6340                 <para>This setting is only applicable if the library has a
6341                 paid subscription to the external LibraryThing for Libraries
6342                 service. This service can provide patrons with the display of
6343                 expanded information on catalog items such as book
6344                 recommendations and cover art. It also can offer advanced
6345                 features like tagged browsing, patron written reviews, and a
6346                 virtual library display accessed from the details tab.</para>
6347               </listitem>
6348             </itemizedlist>
6349           </section>
6350           <section id="ThingISBN">
6351             <title>ThingISBN</title>
6352             <para>Default: Don't use</para>
6353             <para>Asks: ___ the ThingISBN service to show other editions of a title</para>
6354             <para>Values:</para>
6355             <itemizedlist>
6356               <listitem>
6357                 <para>Don't use</para>
6358               </listitem>
6359               <listitem>
6360                 <para>Use</para>
6361               </listitem>
6362             </itemizedlist>
6363             <para>Description:</para>
6364             <itemizedlist>
6365               <listitem>
6366                 <para>Set to 'Use' to display an "Editions" tab on the item's detail page. Editions
6367                   are listed, complete with cover art (if you have one of the cover services
6368                   enabled) and bibliographic information. The feed comes from LibraryThing's
6369                   ThingISBN web service. This is a free service to non-commercial sites with fewer
6370                   than 1,000 requests per day.</para>
6371               </listitem>
6372             </itemizedlist>
6373             <important>
6374               <para>Requires <link linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link
6375                   linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to 'show'</para>
6376             </important>
6377             <important>
6378               <para>This is separate from Library Thing for Libraries and does not have a cost
6379                 associated with it.</para>
6380             </important>
6381           </section>
6382         </section>
6383
6384         <section id="localimages">
6385           <title>Local Cover Images</title>
6386
6387           <para/>
6388
6389           <section id="AllowMultipleCovers">
6390             <title>AllowMultipleCovers</title>
6391
6392             <para>Default: Don't allow</para>
6393
6394             <para>Asks: ___ multiple images to be attached to each
6395             bibliographic record.</para>
6396
6397             <para>Values:</para>
6398
6399             <itemizedlist>
6400               <listitem>
6401                 <para>Allow</para>
6402               </listitem>
6403
6404               <listitem>
6405                 <para>Don't allow</para>
6406               </listitem>
6407             </itemizedlist>
6408
6409             <para>Description:</para>
6410
6411             <itemizedlist>
6412               <listitem>
6413                 <para>If this preference is set to 'Allow' then you can upload
6414                 multiple images that will appear in the images tab on the bib
6415                 record in the OPAC and the staff client. This preference
6416                 requires that either one or both <link linkend="LocalCoverImages">LocalCoverImages</link> and <link linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> are
6417                 set to 'Display.'</para>
6418
6419                 <screenshot>
6420                   <screeninfo>Multiple cover images</screeninfo>
6421
6422                   <mediaobject>
6423                     <imageobject>
6424                       <imagedata fileref="images/admin/globalprefs/AllowMultipleCovers.png"/>
6425                     </imageobject>
6426                   </mediaobject>
6427                 </screenshot>
6428               </listitem>
6429             </itemizedlist>
6430           </section>
6431
6432           <section id="LocalCoverImages">
6433             <title>LocalCoverImages</title>
6434
6435             <para>Default: Don't display</para>
6436
6437             <para>Asks: ___ local cover images on intranet search and details
6438             pages.</para>
6439
6440             <para>Values:</para>
6441
6442             <itemizedlist>
6443               <listitem>
6444                 <para>Display</para>
6445               </listitem>
6446
6447               <listitem>
6448                 <para>Don't display</para>
6449               </listitem>
6450             </itemizedlist>
6451
6452             <para>Description:</para>
6453
6454             <itemizedlist>
6455               <listitem>
6456                 <para>Setting this preference to 'Display' allows you to
6457                 upload your own cover images to bib records and display them
6458                 on the detail page in the staff client. At this time the cover
6459                 will only show under the 'Images' tab on the holdings table on
6460                 the detail display, not next to the title at the top left or
6461                 on the search results.</para>
6462               </listitem>
6463             </itemizedlist>
6464           </section>
6465
6466           <section id="OPACLocalCoverImages">
6467             <title>OPACLocalCoverImages</title>
6468
6469             <para>Default: Don't display</para>
6470
6471             <para>Asks: ___ local cover images on OPAC search and details
6472             pages.</para>
6473
6474             <para>Values:</para>
6475
6476             <itemizedlist>
6477               <listitem>
6478                 <para>Display</para>
6479               </listitem>
6480
6481               <listitem>
6482                 <para>Don't display</para>
6483               </listitem>
6484             </itemizedlist>
6485
6486             <para>Description:</para>
6487
6488             <itemizedlist>
6489               <listitem>
6490                 <para>Setting this preference to 'Display' allows you to
6491                 upload your own cover images to bib records and display them
6492                 on the detail page and search results in the OPAC.</para>
6493               </listitem>
6494             </itemizedlist>
6495           </section>
6496         </section>
6497
6498         <section id="novelistselect">
6499           <title>Novelist Select</title>
6500
6501           <para>Novelist Select is not a free service. Contact your Ebsco
6502           representitive to get your log in information to embed this content
6503           in the OPAC.<important>
6504               <para>Novelist Select does not include cover images for the search results and
6505                 bibliographic detail pages. You can choose any other cover image service for this
6506                 content or you can contract with Ebsco to get access to the <link linkend="btcontentprefs">Baker &amp; Taylor Content Cafe</link> for an added
6507                 fee.</para>
6508             </important></para>
6509
6510           <section id="NovelistSelectEnabled">
6511             <title>NovelistSelectEnabled</title>
6512
6513             <para>Default: Don't add</para>
6514
6515             <para>Asks: ___ Novelist Select content to the OPAC.</para>
6516
6517             <para>Values:</para>
6518
6519             <itemizedlist>
6520               <listitem>
6521                 <para>Add</para>
6522               </listitem>
6523
6524               <listitem>
6525                 <para>Don't add</para>
6526               </listitem>
6527             </itemizedlist>
6528
6529             <para><important>
6530                 <para>Enabling this requires that you have entered in a user
6531                 profile and password in the <link linkend="NovelistSelectProfile">NovelistSelectProfile &amp;
6532                 NovelistSelectPassword</link> preferences</para>
6533               </important>Description:</para>
6534
6535             <itemizedlist>
6536               <listitem>
6537                 <para>Novelist Select from Ebsco is a subscription service
6538                 that can provide additional content in the OPAC.</para>
6539               </listitem>
6540             </itemizedlist>
6541           </section>
6542
6543           <section id="NovelistSelectProfile">
6544             <title>NovelistSelectProfile &amp; NovelistSelectPassword</title>
6545
6546             <para>Asks: Access Novelist Select using user profile ___ and
6547             password ___.</para>
6548
6549             <important>
6550               <para>This information will be visible if someone views the
6551               source code on your OPAC.</para>
6552             </important>
6553
6554             <para>Description:</para>
6555
6556             <itemizedlist>
6557               <listitem>
6558                 <para>Novelist Select from Ebsco is a subscription service
6559                 that can provide additional content in the OPAC.</para>
6560               </listitem>
6561             </itemizedlist>
6562           </section>
6563
6564           <section id="NovelistSelectView">
6565             <title>NovelistSelectView</title>
6566
6567             <para>Default: in an OPAC tab</para>
6568
6569             <para>Asks: Display Novelist Select content ___</para>
6570
6571             <para>Description:</para>
6572
6573             <itemizedlist>
6574               <listitem>
6575                 <para>Novelist Select provides a lot of content, for that
6576                 reason you have four choices of where to display this content.
6577                 The default view is in a tab in the holdings table.</para>
6578
6579                 <screenshot>
6580                   <screeninfo>Novelist Select in a tab</screeninfo>
6581
6582                   <mediaobject>
6583                     <imageobject>
6584                       <imagedata fileref="images/admin/globalprefs/novelisttab.png"/>
6585                     </imageobject>
6586                   </mediaobject>
6587                 </screenshot>
6588
6589                 <para>The content is the same if you choose to show it above
6590                 the holdings table or below it. If shown in the right column
6591                 of the page it's the same content, but displays a bit
6592                 differently since space is limited.</para>
6593
6594                 <screenshot>
6595                   <screeninfo>Novelist Select on the side</screeninfo>
6596
6597                   <mediaobject>
6598                     <imageobject>
6599                       <imagedata fileref="images/admin/globalprefs/novelistside.png"/>
6600                     </imageobject>
6601                   </mediaobject>
6602                 </screenshot>
6603               </listitem>
6604             </itemizedlist>
6605
6606             <para>Values:</para>
6607
6608             <itemizedlist>
6609               <listitem>
6610                 <para>above the holdings table</para>
6611               </listitem>
6612
6613               <listitem>
6614                 <para>below the holdings table</para>
6615               </listitem>
6616
6617               <listitem>
6618                 <para>in an OPAC tab</para>
6619               </listitem>
6620
6621               <listitem>
6622                 <para>under the Save Record dropdown on the right</para>
6623               </listitem>
6624             </itemizedlist>
6625           </section>
6626         </section>
6627
6628         <section id="oclcprefs">
6629           <title>OCLC</title>
6630
6631           <para/>
6632
6633           <section id="XISBN">
6634             <title>XISBN</title>
6635
6636             <para>Default: Don't use</para>
6637
6638             <para>Asks: ___ the OCLC xISBN service to show other editions of a
6639             title</para>
6640
6641             <para>Description:</para>
6642
6643             <itemizedlist>
6644               <listitem>
6645                 <para>Set to 'Use' to display an "Editions" tab on the item's
6646                 detail page. Editions are listed, complete with cover art and
6647                 bibliographic information. The feed comes from OCLC's xISBN
6648                 web service. The feed limit for non-commercial sites is 1000
6649                 requests per day.</para>
6650               </listitem>
6651             </itemizedlist>
6652
6653             <para>Values:</para>
6654
6655             <itemizedlist>
6656               <listitem>
6657                 <para>Don't use</para>
6658               </listitem>
6659
6660               <listitem>
6661                 <para>Use</para>
6662               </listitem>
6663             </itemizedlist>
6664
6665             <important>
6666               <para>Requires <link linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to
6667               'show'</para>
6668             </important>
6669           </section>
6670
6671           <section id="OCLCAffiliateID">
6672             <title>OCLCAffiliateID</title>
6673
6674             <para>Asks: Use the OCLC affiliate ID ___ to access the xISBN
6675             service.</para>
6676
6677             <para>Description:</para>
6678
6679             <itemizedlist>
6680               <listitem>
6681                 <para>This setting is only applicable if the library has an
6682                 OCLC Affiliate ID. This allows WorldCat searching in the OPAC
6683                 via the XISBN programming interface. Simply enter the
6684                 library's OCLC Affiliate ID in the box provided. Please note
6685                 that using this data is only necessary if <link linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> and
6686                 <link linkend="XISBN">XISBN</link> settings are enabled. For
6687                 more information on this service please visit the OCLC
6688                 website: <ulink url="http://www.worldcat.org/affiliate/default.jsp">http://www.worldcat.org/affiliate/default.jsp</ulink>.</para>
6689               </listitem>
6690             </itemizedlist>
6691
6692             <important>
6693               <para>Unless you have signed up for an ID with OCLC, you are
6694               limited to 1000 requests per day. Available at: <ulink url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
6695             </important>
6696           </section>
6697
6698           <section id="XISBNDailyLimit">
6699             <title>XISBNDailyLimit</title>
6700
6701             <para>Default: 999</para>
6702
6703             <para>Asks: Only use the xISBN service ___ times a day.</para>
6704
6705             <important>
6706               <para>Unless you have signed up for an ID with OCLC, you are
6707               limited to 1000 requests per day. Available at: <ulink url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
6708             </important>
6709           </section>
6710         </section>
6711
6712         <section id="OpenLibraryPrefs">
6713           <title>Open Library</title>
6714
6715           <section id="OpenLibraryCovers">
6716             <title>OpenLibraryCovers</title>
6717
6718             <para>Default: Don't add</para>
6719
6720             <para>Asks: ___ cover images from Open Library to search results
6721             and item detail pages on the OPAC.</para>
6722
6723             <para>Values:</para>
6724
6725             <itemizedlist>
6726               <listitem>
6727                 <para>Add</para>
6728               </listitem>
6729
6730               <listitem>
6731                 <para>Don't add</para>
6732               </listitem>
6733             </itemizedlist>
6734
6735             <para>Description:</para>
6736
6737             <itemizedlist>
6738               <listitem>
6739                 <para>This setting controls the display of applicable cover
6740                 art from the free Open Library database, via the Open Library
6741                 API. Please note that to use this feature, all other cover
6742                 services should be turned off.</para>
6743               </listitem>
6744             </itemizedlist>
6745           </section>
6746         </section>
6747         <section id="overdriveprefs">
6748           <title>Overdrive</title>
6749           <para>OverDrive is an pay service. You must first contact OverDrive directly for pricing
6750             and subscription information. Enabling this service will integrate Overdrive results in
6751             to your OPAC searches. You will have to apply for these 3 pieces of information through
6752             an application as an API developer. Overdrive API applications are evaluated once a week
6753             so you may not be able to use this feature immediately after signing up. To learn more
6754             please contact your OverDrive representative.</para>
6755           <screenshot>
6756               <screeninfo>Overdrive results</screeninfo>
6757               <mediaobject>
6758                 <imageobject>
6759                   <imagedata fileref="images/admin/globalprefs/Overdrive.png"/>
6760                 </imageobject>
6761               </mediaobject>
6762             </screenshot>
6763           <section id="OverDriveClientKey">
6764             <title>OverDriveClientKey and OverDriveClientSecret</title>
6765             <para>Asks: Include OverDrive availability information with the client key __ and client
6766               secret ___</para>
6767             <para>Description:<itemizedlist>
6768                 <listitem>
6769                   <para>OverDrive customers can get this information by visiting the <ulink
6770                       url="https://developer.overdrive.com/docs/getting-started">OverDrive Developer
6771                       Portal</ulink> and following the instructions found there to apply as an API
6772                     developer. Once this data and the <link linkend="OverDriveLibraryID"
6773                       >OverDriveLibraryID</link> are populated you will see OverDrive results on
6774                     your OPAC searches.</para>
6775                 </listitem>
6776               </itemizedlist></para>
6777           </section>
6778           <section id="OverDriveLibraryID">
6779             <title>OverDriveLibraryID</title>
6780             <para>Asks: Show items from the OverDrive catalog of library # ___</para>
6781             <para>Description:<itemizedlist>
6782                 <listitem>
6783                   <para>OverDrive customers can get this information by visiting the <ulink
6784                       url="https://developer.overdrive.com/docs/getting-started">OverDrive Developer
6785                       Portal</ulink> and following the instructions found there to apply as an API
6786                     developer. Once this data and the <link linkend="OverDriveClientKey"
6787                       >OverDriveClientKey and OverDriveClientSecret</link> are populated you will
6788                     see OverDrive results on your OPAC searches.</para>
6789                 </listitem>
6790               </itemizedlist></para>
6791           </section>
6792         </section>
6793         <section id="pluginprefs">
6794           <title>Plugins</title>
6795           <section id="UseKohaPlugins">
6796             <title>UseKohaPlugins</title>
6797             <para>Default: Don't enable</para>
6798             <para>Asks: ___  the ability to use Koha Plugins.</para>
6799             <para>Values:<itemizedlist>
6800                 <listitem>
6801                   <para>Don't enable</para>
6802                 </listitem>
6803                 <listitem>
6804                   <para>Enable</para>
6805                 </listitem>
6806               </itemizedlist></para>
6807             <note>
6808               <para>The plugin system must also be enabled in the Koha configuration file to be
6809                 fully enabled. Learn more in the <link linkend="pluginsystem">Plugins
6810                 chapter</link>.</para>
6811             </note>
6812           </section>
6813         </section>
6814
6815         <section id="Syndeticsprefs">
6816           <title>Syndetics</title>
6817
6818           <para>Syndetics is a pay service. You must first contact Syndetics
6819           directly for pricing and subscription information.</para>
6820
6821           <section id="SyndeticsEnabled">
6822             <title>SyndeticsEnabled</title>
6823
6824             <para>Default: Don't use</para>
6825
6826             <para>Asks: ___ content from Syndetics.</para>
6827
6828             <para>Values:</para>
6829
6830             <itemizedlist>
6831               <listitem>
6832                 <para>Don't use</para>
6833               </listitem>
6834
6835               <listitem>
6836                 <para>Use</para>
6837               </listitem>
6838             </itemizedlist>
6839
6840             <para>Description:</para>
6841
6842             <itemizedlist>
6843               <listitem>
6844                 <para>When this option is enabled any of the Syndetics options
6845                 can be used.</para>
6846               </listitem>
6847             </itemizedlist>
6848
6849             <important>
6850               <para>Requires that you enter your <link linkend="SyndeticsClientCode">SyndeticsClientCode</link> before
6851               this content will appear.</para>
6852             </important>
6853           </section>
6854
6855           <section id="SyndeticsClientCode">
6856             <title>SyndeticsClientCode</title>
6857
6858             <para>Asks: Use the client code ___ to access Syndetics.</para>
6859
6860             <para>Description:</para>
6861
6862             <itemizedlist>
6863               <listitem>
6864                 <para>Once the library signs up for Syndetics' services,
6865                 Syndetics will provide the library with an access code. (Visit
6866                 the Syndetics homepage at <ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>
6867                 for more information.) This is the code that must be entered
6868                 to access Syndetics' subscription services. Syndetics is a
6869                 paid subscription service. This value must be entered before
6870                 <link linkend="SyndeticsEditions">SyndeticsEditions</link> can
6871                 be enabled. If the code is lost, corrupted, or forgotten, a
6872                 new one can be obtained from <ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>.</para>
6873               </listitem>
6874             </itemizedlist>
6875
6876             <important>
6877               <para>You will need to get your client code directly from
6878               Syndetics.</para>
6879             </important>
6880           </section>
6881
6882           <section id="SyndeticsCoverImages">
6883             <title>SyndeticsCoverImages &amp; SyndeticsCoverImageSize</title>
6884
6885             <para>SyndeticsCoverImages Default: Don't show</para>
6886
6887             <para>SyndeticsCoverImageSize Default: medium</para>
6888
6889             <para>Asks: ___ cover images from Syndetics on search results and
6890             item detail pages on the OPAC in a ___ size.</para>
6891
6892             <para>Descriptions:</para>
6893
6894             <itemizedlist>
6895               <listitem>
6896                 <para>When enabled, SyndeticsCoverImages, allows libraries to
6897                 display Syndetics' collection of full-color cover images for
6898                 books, videos, DVDs and CDs on their OPAC. For each book or
6899                 item that comes up during a user search, the cover image for
6900                 that title will be displayed. Since these cover images come in
6901                 three sizes, the optimum size must be selected using the
6902                 SyndeticsCoverImageSize preference after SyndeticsCoverImages
6903                 are enabled. Syndetics cover images come in two sizes:
6904                 mid-size (187 x 187 pixels), and large (400 x 400 pixels).
6905                 Syndetics is a paid subscription service. The <link linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
6906                 be entered and the <link linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
6907                 be activated before this service can be used. Other cover
6908                 image preferences should also be disabled to avoid
6909                 interference.</para>
6910               </listitem>
6911             </itemizedlist>
6912
6913             <para>SyndeticsCoverImages Values:</para>
6914
6915             <itemizedlist>
6916               <listitem>
6917                 <para>Don't show</para>
6918               </listitem>
6919
6920               <listitem>
6921                 <para>Show</para>
6922               </listitem>
6923             </itemizedlist>
6924
6925             <para>SyndeticsCoverImageSize Values:</para>
6926
6927             <itemizedlist>
6928               <listitem>
6929                 <para>medium</para>
6930               </listitem>
6931
6932               <listitem>
6933                 <para>large</para>
6934               </listitem>
6935             </itemizedlist>
6936           </section>
6937
6938           <section id="SyndeticsAuthorNotes">
6939             <title>SyndeticsAuthorNotes</title>
6940
6941             <para>Default: Don't show</para>
6942
6943             <para>Asks: ___ notes about the author of a title from Syndetics
6944             on item detail pages on the OPAC.</para>
6945
6946             <para>Values:</para>
6947
6948             <itemizedlist>
6949               <listitem>
6950                 <para>Don't show</para>
6951               </listitem>
6952
6953               <listitem>
6954                 <para>Show</para>
6955               </listitem>
6956             </itemizedlist>
6957
6958             <para>Description:</para>
6959
6960             <itemizedlist>
6961               <listitem>
6962                 <para>When this option is set to "Show", Syndetics provides
6963                 notes and short author biographies for more that 300,000
6964                 authors, in both fiction and nonfiction. With this option
6965                 enabled the library can display Syndetics Author Notes on the
6966                 OPAC. According to the Syndetics Solutions website (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>),
6967                 Author Notes include lists of contributors for many
6968                 multi-author texts and compilations. The <link linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
6969                 be entered and the <link linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
6970                 be activated before this service can be used.</para>
6971               </listitem>
6972             </itemizedlist>
6973           </section>
6974
6975           <section id="SyndeticsAwards">
6976             <title>SyndeticsAwards</title>
6977
6978             <para>Default: Don't show</para>
6979
6980             <para>Asks: ___ information from Syndetics about the awards a
6981             title has won on item detail pages on the OPAC.</para>
6982
6983             <para>Values:</para>
6984
6985             <itemizedlist>
6986               <listitem>
6987                 <para>Don't show</para>
6988               </listitem>
6989
6990               <listitem>
6991                 <para>Show</para>
6992               </listitem>
6993             </itemizedlist>
6994
6995             <para>Description:</para>
6996
6997             <itemizedlist>
6998               <listitem>
6999                 <para>When this option is set to "Show", Syndetics provides
7000                 its clients with a list of awards that any title has won. With
7001                 this service enabled the library can display those awards for
7002                 each book on its website. For each book or item that comes up
7003                 during a user search, the list of awards for that title will
7004                 be displayed. When a user clicks on a given award, information
7005                 about that award is presented along with a list of the other
7006                 titles that have won that award. If the user clicks on any
7007                 title in the list, they will see holdings information about
7008                 that title in their region. This option is a paid subscription
7009                 service. The <link linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
7010                 be entered and the <link linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
7011                 be activated before this service can be used.</para>
7012               </listitem>
7013             </itemizedlist>
7014           </section>
7015
7016           <section id="SyndeticsEditions">
7017             <title>SyndeticsEditions</title>
7018
7019             <para>Default: Don't show</para>
7020
7021             <para>Asks: ___ information about other editions of a title from
7022             Syndetics on item detail pages on the OPAC</para>
7023
7024             <para>Description:</para>
7025
7026             <itemizedlist>
7027               <listitem>
7028                 <para>When enabled this option shows information on other
7029                 editions of a title from Syndetics on the item detail pages of
7030                 the OPAC. Syndetics is a paid subscription service. The <link linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
7031                 be entered and the <link linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
7032                 be activated before this service can be used.</para>
7033               </listitem>
7034             </itemizedlist>
7035
7036             <para>Values:</para>
7037
7038             <itemizedlist>
7039               <listitem>
7040                 <para>Don't show</para>
7041               </listitem>
7042
7043               <listitem>
7044                 <para>Show</para>
7045               </listitem>
7046             </itemizedlist>
7047
7048             <important>
7049               <para>Requires <link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to
7050               'show'</para>
7051             </important>
7052           </section>
7053
7054           <section id="SyndeticsExcerpt">
7055             <title>SyndeticsExcerpt</title>
7056
7057             <para>Default: Don't show</para>
7058
7059             <para>Asks: ___ excerpts from of a title from Syndetics on item
7060             detail pages on the OPAC.</para>
7061
7062             <para>Values:</para>
7063
7064             <itemizedlist>
7065               <listitem>
7066                 <para>Don't show</para>
7067               </listitem>
7068
7069               <listitem>
7070                 <para>Show</para>
7071               </listitem>
7072             </itemizedlist>
7073
7074             <para>Description:</para>
7075
7076             <itemizedlist>
7077               <listitem>
7078                 <para>This preference allows Syndetics to display excerpts
7079                 given to them from selected publishers. The excerpts are
7080                 available from prominently reviewed new titles, both fiction
7081                 and non-fiction. The excerpts include poems, essays, recipes,
7082                 forwards and prefaces. Automatic links provided by the ISBNs
7083                 within local MARC records are required to integrate Syndetics
7084                 secured, high-speed Internet servers to the library OPACs. For
7085                 more information see (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
7086               </listitem>
7087             </itemizedlist>
7088           </section>
7089
7090           <section id="SyndeticsReviews">
7091             <title>SyndeticsReviews</title>
7092
7093             <para>Default: Don't show</para>
7094
7095             <para>Asks: ___ reviews of a title from Syndetics on item detail
7096             pages on the OPAC.</para>
7097
7098             <para>Values:</para>
7099
7100             <itemizedlist>
7101               <listitem>
7102                 <para>Don't show</para>
7103               </listitem>
7104
7105               <listitem>
7106                 <para>Show</para>
7107               </listitem>
7108             </itemizedlist>
7109
7110             <para>Description:</para>
7111
7112             <itemizedlist>
7113               <listitem>
7114                 <para>Syndetics Reviews is an accumulation of book reviews
7115                 available from a variety of journals and serials. The reviews
7116                 page displays colored images of reviewed books dust jackets,
7117                 partnered with the names of the journal or serial providing
7118                 the review. Clicking on an icon opens a window revealing the
7119                 book title, author's name, book cover icon and the critic's
7120                 opinion of the book. Automatic links provided by the ISBNs
7121                 within local MARC records are required to integrate Syndetics
7122                 secured, high-speed Internet servers to the library OPACs. For
7123                 more information see (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
7124               </listitem>
7125             </itemizedlist>
7126           </section>
7127
7128           <section id="SyndeticsSeries">
7129             <title>SyndeticsSeries</title>
7130
7131             <para>Default: Don't show</para>
7132
7133             <para>Asks: ___ information on other books in a title's series
7134             from Syndetics on item detail pages on the OPAC.</para>
7135
7136             <para>Values:</para>
7137
7138             <itemizedlist>
7139               <listitem>
7140                 <para>Don't show</para>
7141               </listitem>
7142
7143               <listitem>
7144                 <para>Show</para>
7145               </listitem>
7146             </itemizedlist>
7147
7148             <para>Description:</para>
7149
7150             <itemizedlist>
7151               <listitem>
7152                 <para>Each fiction title within a series is linked to the
7153                 complete series record. The record displays each title in
7154                 reading order and also displays the publication order, if
7155                 different. Alternate series titles are also displayed.
7156                 Automatic links provided by the ISBNs within local MARC
7157                 records are required to integrate Syndetics secured, high-
7158                 speed Internet servers to the library OPACs. For more
7159                 information see (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
7160               </listitem>
7161             </itemizedlist>
7162           </section>
7163
7164           <section id="SyndeticsSummary">
7165             <title>SyndeticsSummary</title>
7166
7167             <para>Default: Don't show</para>
7168
7169             <para>Asks: ___ a summary of a title from Syndetics on item detail
7170             pages on the OPAC.</para>
7171
7172             <para>Values:</para>
7173
7174             <itemizedlist>
7175               <listitem>
7176                 <para>Don't show</para>
7177               </listitem>
7178
7179               <listitem>
7180                 <para>Show</para>
7181               </listitem>
7182             </itemizedlist>
7183
7184             <para>Description:</para>
7185
7186             <itemizedlist>
7187               <listitem>
7188                 <para>Providing more than 5.6 million summaries and
7189                 annotations derived from book jackets, edited publisher copy,
7190                 or independently written annotations from Book News, Inc.
7191                 Covering fiction and non-fiction, this summaries option
7192                 provides annotations on both trade and scholarly titles. For
7193                 more information see (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
7194               </listitem>
7195             </itemizedlist>
7196           </section>
7197
7198           <section id="SyndeticsTOC">
7199             <title>SyndeticsTOC</title>
7200
7201             <para>Default: Don't show</para>
7202
7203             <para>Asks: ___ the table of contents of a title from Syndetics on
7204             item detail pages on the OPAC.</para>
7205
7206             <para>Values:</para>
7207
7208             <itemizedlist>
7209               <listitem>
7210                 <para>Don't show</para>
7211               </listitem>
7212
7213               <listitem>
7214                 <para>Show</para>
7215               </listitem>
7216             </itemizedlist>
7217
7218             <para>Description:</para>
7219
7220             <itemizedlist>
7221               <listitem>
7222                 <para>This preference allows staff and patrons to review the
7223                 Table of Contents from a wide variety of publications from
7224                 popular self-help books to conference proceedings. Specific
7225                 Information access is the main purpose for this option,
7226                 allowing patrons guidance to their preferred section of the
7227                 book. Special arrangements with selected book services is used
7228                 to obtain the table of contents for new publications each
7229                 year. Automatic links provided by the ISBNs within local MARC
7230                 records are required to integrate Syndetics secured,
7231                 high-speed Internet servers to the library OPACs. For more
7232                 information see (<ulink url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
7233               </listitem>
7234             </itemizedlist>
7235           </section>
7236         </section>
7237
7238         <section id="taggingprefs">
7239           <title>Tagging</title>
7240
7241           <section id="TagsEnabled">
7242             <title>TagsEnabled</title>
7243
7244             <para>Default: Allow</para>
7245
7246             <para>Asks: ___ patrons and staff to put tags on items.</para>
7247
7248             <para>Values:</para>
7249
7250             <itemizedlist>
7251               <listitem>
7252                 <para>Allow</para>
7253               </listitem>
7254
7255               <listitem>
7256                 <para>Don't allow</para>
7257               </listitem>
7258             </itemizedlist>
7259
7260             <para>Description:</para>
7261
7262             <itemizedlist>
7263               <listitem>
7264                 <para>Set to 'Allow' enable tagging. A tag is metadata, a word
7265                 added to identify an item. Tags allow patrons to classify
7266                 materials on their own. TagsEnabled is the main switch that
7267                 permits the tagging features. TagsEnable must be set to
7268                 'Allow' to allow for other tagging features.</para>
7269               </listitem>
7270             </itemizedlist>
7271           </section>
7272
7273           <section id="TagsModeration">
7274             <title>TagsModeration</title>
7275
7276             <para>Default: Don't require</para>
7277
7278             <para>Asks: ___ that tags submitted by patrons be reviewed by a
7279             staff member before being shown.</para>
7280
7281             <para>Values:</para>
7282
7283             <itemizedlist>
7284               <listitem>
7285                 <para>Don't require</para>
7286               </listitem>
7287
7288               <listitem>
7289                 <para>Require</para>
7290               </listitem>
7291             </itemizedlist>
7292
7293             <para>Description:</para>
7294
7295             <itemizedlist>
7296               <listitem>
7297                 <para>When set to 'Require,' all tags to be first filtered by
7298                 the tag moderator. Only approved tags will be visible to
7299                 patrons. When set to 'Don't require' tags will bypass the tag
7300                 moderator and patrons' tags to be immediately visible. When
7301                 this preference is enabled the moderator, a staff member,
7302                 would approve the tag in the Staff Client. The moderator will
7303                 have the option to approve or reject each pending tag
7304                 suggestion.</para>
7305               </listitem>
7306             </itemizedlist>
7307
7308             <para>When moderation is required all tags go through the tag
7309             moderation tool before becoming visible.</para>
7310
7311             <itemizedlist>
7312               <listitem>
7313                 <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
7314                 <link linkend="tagsmoderation">Tags</link></para>
7315               </listitem>
7316             </itemizedlist>
7317           </section>
7318
7319           <section id="TagsShowOnList">
7320             <title>TagsShowOnList</title>
7321
7322             <para>Default: 6</para>
7323
7324             <para>Asks: Show ___ tags on search results on the OPAC.</para>
7325
7326             <note>
7327               <para>Set the value to 0 (zero) to turn this feature off.</para>
7328             </note>
7329           </section>
7330
7331           <section id="TagsInputOnList">
7332             <title>TagsInputOnList</title>
7333
7334             <para>Default: Allow</para>
7335
7336             <para>Asks: ___ patrons to input tags on search results on the
7337             OPAC.</para>
7338
7339             <para>Values:</para>
7340
7341             <itemizedlist>
7342               <listitem>
7343                 <para>Allow</para>
7344
7345                 <screenshot>
7346                   <screeninfo>Tags on Search Results</screeninfo>
7347
7348                   <mediaobject>
7349                     <imageobject>
7350                       <imagedata fileref="images/admin/globalprefs/TagsInputOnList.png"/>
7351                     </imageobject>
7352                   </mediaobject>
7353                 </screenshot>
7354               </listitem>
7355
7356               <listitem>
7357                 <para>Don't allow</para>
7358               </listitem>
7359             </itemizedlist>
7360           </section>
7361
7362           <section id="TagsShowOnDetail">
7363             <title>TagsShowOnDetail</title>
7364
7365             <para>Default: 10</para>
7366
7367             <para>Asks: Show ___ tags on item detail pages on the OPAC.</para>
7368
7369             <note>
7370               <para>Set the value to 0 (zero) to turn this feature off.</para>
7371             </note>
7372           </section>
7373
7374           <section id="TagsInputOnDetail">
7375             <title>TagsInputOnDetail</title>
7376
7377             <para>Default: Allow</para>
7378
7379             <para>Asks: ___ patrons to input tags on item detail pages on the
7380             OPAC.</para>
7381
7382             <para>Values:</para>
7383
7384             <itemizedlist>
7385               <listitem>
7386                 <para>Allow</para>
7387
7388                 <screenshot>
7389                   <screeninfo>Add Tags on Detail</screeninfo>
7390
7391                   <mediaobject>
7392                     <imageobject>
7393                       <imagedata fileref="images/admin/globalprefs/TagsInputOnDetail.png"/>
7394                     </imageobject>
7395                   </mediaobject>
7396                 </screenshot>
7397               </listitem>
7398
7399               <listitem>
7400                 <para>Don't allow</para>
7401               </listitem>
7402             </itemizedlist>
7403           </section>
7404
7405           <section id="TagsExternalDictionary">
7406             <title>TagsExternalDictionary</title>
7407
7408             <para>Asks: Allow tags in the dictionary of the ispell executable
7409             ___ on the server to be approved without moderation.</para>
7410
7411             <para>Description:</para>
7412
7413             <itemizedlist>
7414               <listitem>
7415                 <para>The dictionary includes a list of accepted and rejected
7416                 tags. The accepted list includes all the tags that have been
7417                 pre-allowed. The rejected list includes tags that are not
7418                 allowed. This preference identifies the "accepted" dictionary
7419                 used. Ispell is an open source dictionary which can be used as
7420                 a list of accepted terms. Since the dictionary allows for
7421                 accurately spelled obscenities, the libraries policy may
7422                 dictate that modifications are made to the Ispell dictionary
7423                 if this preference is use. For more information about Ispell
7424                 <ulink url="http://www.gnu.org/software/ispell/ispell.html">http://www.gnu.org/software/ispell/ispell.html</ulink>.
7425                 Enter the path on your server to a local ispell executable,
7426                 used to set $Lingua::Ispell::path.</para>
7427               </listitem>
7428             </itemizedlist>
7429           </section>
7430         </section>
7431       </section>
7432
7433       <section id="l18nprefs">
7434         <title>I18N/L10N</title>
7435
7436         <para><emphasis> <emphasis>These preferences control your
7437         Internationalization and Localization settings.</emphasis>
7438         </emphasis></para>
7439
7440         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
7441         Global System Preferences &gt; I18N/L10N</para>
7442         <section id="alphabet">
7443           <title>alphabet</title>
7444           <para>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</para>
7445           <para>Asks: Use the alphabet ___ for lists of browsable letters. This should be a space
7446             separated list of uppercase letters. </para>
7447           <para>Description:</para>
7448           <itemizedlist>
7449             <listitem>
7450               <para>This preference allows you define your own alphabet for browsing patrons in Koha.</para>
7451               <screenshot>
7452                   <screeninfo>Alphabet browse on patron module</screeninfo>
7453                   <mediaobject>
7454                     <imageobject>
7455                       <imagedata fileref="images/admin/globalprefs/alphabet.png"/>
7456                     </imageobject>
7457                   </mediaobject>
7458                 </screenshot>
7459             </listitem>
7460           </itemizedlist>
7461         </section>
7462
7463         <section id="CalendarFirstDayOfWeek">
7464           <title>CalendarFirstDayOfWeek</title>
7465
7466           <para>Default: Sunday</para>
7467
7468           <para>Asks: Use ___ as the first day of week in the calendar.</para>
7469
7470           <para>Values:</para>
7471
7472           <itemizedlist>
7473             <listitem>
7474               <para>Monday</para>
7475             </listitem>
7476
7477             <listitem>
7478               <para>Sunday</para>
7479             </listitem>
7480           </itemizedlist>
7481
7482           <para>Description:</para>
7483
7484           <itemizedlist>
7485             <listitem>
7486               <para>Using this preference you can control what day shows as
7487               the first day of the week in the calendar pop ups throughout
7488               Koha and on the Calendar tool. If you change this preference and
7489               don't see a change in your browser try clearing your cache since
7490               it makes changes to the Javascript on these pages.</para>
7491             </listitem>
7492           </itemizedlist>
7493         </section>
7494
7495         <section id="dateformat">
7496           <title>dateformat</title>
7497
7498           <para>Default: mm/dd/yyyy</para>
7499
7500           <para>Asks: Format dates like ___</para>
7501
7502           <para>Values:</para>
7503
7504           <itemizedlist>
7505             <listitem>
7506               <para>dd/mm/yyyy</para>
7507             </listitem>
7508
7509             <listitem>
7510               <para>mm/dd/yyyy</para>
7511             </listitem>
7512
7513             <listitem>
7514               <para>yyyy/mm/dd</para>
7515             </listitem>
7516           </itemizedlist>
7517
7518           <para>Description:</para>
7519
7520           <itemizedlist>
7521             <listitem>
7522               <para>This preference controls how the date is displayed. The
7523               options are the United States method, mm/dd/yyyy (04/24/2010),
7524               the metric method, dd/mm/yyyy (24/04/2010) or ISO, which is the
7525               International Standard of Organization, yyyy/mm/dd (2010/04/24).
7526               The International Standard of Organization would primarily be
7527               used by libraries with locations in multiple nations that may
7528               use different date formats, to have a single display type, or if
7529               the library would be in a region that does not use the United
7530               States or metric method. More information regarding the ISO date
7531               format can be found at <ulink url="http://www.iso.org/iso/iso_catalogue.htm">http://www.iso.org/iso/iso_catalogue.htm</ulink>.</para>
7532             </listitem>
7533           </itemizedlist>
7534         </section>
7535
7536         <section id="languagepref">
7537           <title>language</title>
7538
7539           <para>Default: English</para>
7540
7541           <para>Asks: Enable the following languages on the staff
7542           interface</para>
7543
7544           <para>Values:</para>
7545
7546           <itemizedlist>
7547             <listitem>
7548               <para>English</para>
7549             </listitem>
7550           </itemizedlist>
7551
7552           <para>To install additional languages please refer to <ulink
7553               url="http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client"
7554               >http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client</ulink>
7555           </para>
7556         </section>
7557
7558         <section id="opaclanguages">
7559           <title>opaclanguages</title>
7560
7561           <para>Default: English</para>
7562
7563           <para>Asks: Enable the following languages on the OPAC</para>
7564
7565           <para>Values:</para>
7566
7567           <itemizedlist>
7568             <listitem>
7569               <para>English</para>
7570             </listitem>
7571           </itemizedlist>
7572
7573           <para>To install additional languages you need to run
7574           misc/translation/install-code.pl. For example, to install French you
7575           would run the following command <emphasis>install-code.pl
7576           fr-FR</emphasis> to make the templates, once they exist and are in
7577           the right place then they will show up as an option in this
7578           preference.</para>
7579         </section>
7580
7581         <section id="opaclanguagesdisplay">
7582           <title>opaclanguagesdisplay</title>
7583
7584           <para>Default: Don't allow</para>
7585
7586           <para>Asks: ___ patrons to select their language on the OPAC.</para>
7587
7588           <para>Values:</para>
7589
7590           <itemizedlist>
7591             <listitem>
7592               <para>Allow</para>
7593
7594               <screenshot>
7595                 <screeninfo>When this preference is on, patrons can choose
7596                 their language from a list at the bottom of the
7597                 OPAC</screeninfo>
7598
7599                 <mediaobject>
7600                   <imageobject>
7601                     <imagedata fileref="images/admin/globalprefs/opaclanguagesdisplay.png"/>
7602                   </imageobject>
7603                 </mediaobject>
7604               </screenshot>
7605             </listitem>
7606
7607             <listitem>
7608               <para>Don't allow</para>
7609             </listitem>
7610           </itemizedlist>
7611         </section>
7612         <section id="TimeFormat">
7613           <title>TimeFormat</title>
7614           <para>Default: 24 hour format</para>
7615           <para>Asks: Format times in ___ </para>
7616           <para>Values:<itemizedlist>
7617               <listitem>
7618                 <para>12 hour format (eg 02:18PM)</para>
7619               </listitem>
7620               <listitem>
7621                 <para>24 hour format (eg 14:18)</para>
7622               </listitem>
7623             </itemizedlist></para>
7624         </section>
7625       </section>
7626
7627       <section id="localprefs">
7628         <title>Local Use</title>
7629
7630         <para><emphasis> <emphasis>These preferences are defined
7631         locally.</emphasis> </emphasis></para>
7632
7633         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
7634         Global System Preferences &gt; Local Use<note>
7635             <para>Sometimes preferences which are either new or outdated will
7636             appear in this tab, if you didn't add any preferences to this tab
7637             then it's best to ignore preferences listed here.</para>
7638           </note></para>
7639       </section>
7640
7641       <section id="logs">
7642         <title>Logs</title>
7643
7644         <para>Logs keep track of transaction on the system. You can decide
7645         which actions you want to log and which you don't using these
7646         preferences.</para>
7647
7648         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
7649         Global System Preferences &gt; Logs</para>
7650
7651         <section id="AuthoritiesLog">
7652           <title>AuthoritiesLog</title>
7653
7654           <para>Default: Don't log</para>
7655
7656           <para>Asks: ___ changes to authority records.</para>
7657
7658           <para>Values:</para>
7659
7660           <itemizedlist>
7661             <listitem>
7662               <para>Don't log</para>
7663             </listitem>
7664
7665             <listitem>
7666               <para>Log</para>
7667             </listitem>
7668           </itemizedlist>
7669         </section>
7670
7671         <section id="BorrowersLog">
7672           <title>BorrowersLog</title>
7673
7674           <para>Default: Log</para>
7675
7676           <para>Asks: ___ changes to patron records.</para>
7677
7678           <para>Values:</para>
7679
7680           <itemizedlist>
7681             <listitem>
7682               <para>Don't log</para>
7683             </listitem>
7684
7685             <listitem>
7686               <para>Log</para>
7687             </listitem>
7688           </itemizedlist>
7689         </section>
7690
7691         <section id="CataloguingLog">
7692           <title>CataloguingLog</title>
7693
7694           <para>Default: Don't log</para>
7695
7696           <para>Asks: ___ any changes to bibliographic or item records.</para>
7697
7698           <para>Values:</para>
7699
7700           <itemizedlist>
7701             <listitem>
7702               <para>Don't log</para>
7703             </listitem>
7704
7705             <listitem>
7706               <para>Log</para>
7707             </listitem>
7708           </itemizedlist>
7709
7710           <important>
7711             <para>Since this occurs whenever a book is cataloged, edited, or
7712             checked in or out it can be very resource intensive - slowing down
7713             your system.</para>
7714           </important>
7715         </section>
7716
7717         <section id="FinesLog">
7718           <title>FinesLog</title>
7719
7720           <para>Default: Log</para>
7721
7722           <para>Asks: ___ when overdue fines are charged or automatically
7723           forgiven.</para>
7724
7725           <para>Values:</para>
7726
7727           <itemizedlist>
7728             <listitem>
7729               <para>Don't log</para>
7730             </listitem>
7731
7732             <listitem>
7733               <para>Log</para>
7734             </listitem>
7735           </itemizedlist>
7736         </section>
7737
7738         <section id="IssueLog">
7739           <title>IssueLog</title>
7740
7741           <para>Default: Log</para>
7742
7743           <para>Asks: ___ when items are checked out.</para>
7744
7745           <para>Values:</para>
7746
7747           <itemizedlist>
7748             <listitem>
7749               <para>Don't log</para>
7750             </listitem>
7751
7752             <listitem>
7753               <para>Log</para>
7754             </listitem>
7755           </itemizedlist>
7756         </section>
7757
7758         <section id="LetterLog">
7759           <title>LetterLog</title>
7760
7761           <para>Default: Log</para>
7762
7763           <para>Asks: ___ when an automatic claim notice is sent.</para>
7764
7765           <para>Values:</para>
7766
7767           <itemizedlist>
7768             <listitem>
7769               <para>Don't log</para>
7770             </listitem>
7771
7772             <listitem>
7773               <para>Log</para>
7774             </listitem>
7775           </itemizedlist>
7776
7777           <note>
7778             <para>This log tracks all notices that go to patrons including the
7779             overdue notices.</para>
7780           </note>
7781         </section>
7782
7783         <section id="ReturnLog">
7784           <title>ReturnLog</title>
7785
7786           <para>Default: Log</para>
7787
7788           <para>Asks: ___ when items are returned.</para>
7789
7790           <para>Values:</para>
7791
7792           <itemizedlist>
7793             <listitem>
7794               <para>Don't log</para>
7795             </listitem>
7796
7797             <listitem>
7798               <para>Log</para>
7799             </listitem>
7800           </itemizedlist>
7801         </section>
7802
7803         <section id="SubscriptionLog">
7804           <title>SubscriptionLog</title>
7805
7806           <para>Default: Log</para>
7807
7808           <para>Asks: ___ when serials are added, deleted or changed.</para>
7809
7810           <para>Values:</para>
7811
7812           <itemizedlist>
7813             <listitem>
7814               <para>Don't log</para>
7815             </listitem>
7816
7817             <listitem>
7818               <para>Log</para>
7819             </listitem>
7820           </itemizedlist>
7821         </section>
7822       </section>
7823
7824       <section id="opacprefs">
7825         <title>OPAC</title>
7826
7827         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
7828         Global System Preferences &gt; OPAC</para>
7829
7830         <section id="opacappearanceprefs">
7831           <title>Appearance</title>
7832
7833           <para>These preferences control how things appear in the
7834           OPAC.</para>
7835
7836           <section id="AuthorisedValueImages">
7837             <title>AuthorisedValueImages</title>
7838
7839             <para>Default: Don't show</para>
7840
7841             <para>Asks: ___ images for authorized values (such as lost
7842             statuses and locations) in search results and item detail pages on
7843             the OPAC.</para>
7844
7845             <para>Values:</para>
7846
7847             <itemizedlist>
7848               <listitem>
7849                 <para>Don't show</para>
7850               </listitem>
7851
7852               <listitem>
7853                 <para>Show</para>
7854               </listitem>
7855             </itemizedlist>
7856
7857             <para><emphasis>Get there:</emphasis> More &gt; Administration
7858             &gt; <link linkend="authorizedvalues">Authorized
7859             Values</link></para>
7860           </section>
7861
7862           <section id="BiblioDefaultView">
7863             <title>BiblioDefaultView</title>
7864
7865             <para>Default: in simple form</para>
7866
7867             <para>Asks: By default, show bib records ___</para>
7868
7869             <para>Values:</para>
7870
7871             <itemizedlist>
7872               <listitem>
7873                 <para>as specified in the ISBD template.</para>
7874
7875                 <itemizedlist>
7876                   <listitem>
7877                     <para>See <link linkend="isbdpref">ISBD</link> preference
7878                     for more information</para>
7879                   </listitem>
7880                 </itemizedlist>
7881               </listitem>
7882
7883               <listitem>
7884                 <para>in simple form.</para>
7885               </listitem>
7886
7887               <listitem>
7888                 <para>in their MARC format.</para>
7889               </listitem>
7890             </itemizedlist>
7891
7892             <para>Description:</para>
7893
7894             <itemizedlist>
7895               <listitem>
7896                 <para>This preference determines the level of bibliographic
7897                 detail that the patron will see on the OPAC detail page. The
7898                 simple form displays the graphical interface; MARC format
7899                 displays the MARC21 cataloging view; ISBD displays the ISBD
7900                 (International Standard Bibliographic Description, AACR2)
7901                 view.</para>
7902               </listitem>
7903             </itemizedlist>
7904           </section>
7905
7906           <section id="COinSinOPACResults">
7907             <title>COinSinOPACResults</title>
7908
7909             <para>Default: Include</para>
7910
7911             <para>Asks: ___ COinS / OpenURL / Z39.88 in OPAC search
7912             results.</para>
7913
7914             <para>Values:</para>
7915
7916             <itemizedlist>
7917               <listitem>
7918                 <para>Don't include</para>
7919
7920                 <itemizedlist>
7921                   <listitem>
7922                     <para>If you choose not to include COinS on the search
7923                     results, it will still be loaded on the individual
7924                     bibliographic records.</para>
7925                   </listitem>
7926                 </itemizedlist>
7927               </listitem>
7928
7929               <listitem>
7930                 <para>Include</para>
7931
7932                 <itemizedlist>
7933                   <listitem>
7934                     <para>Enabling this feature will slow OPAC search response
7935                     times.</para>
7936                   </listitem>
7937                 </itemizedlist>
7938               </listitem>
7939             </itemizedlist>
7940
7941             <para>Description:</para>
7942
7943             <itemizedlist>
7944               <listitem>
7945                 <para>COinS stands for ContextObjects in Spans. COinS is a
7946                 method to embed bibliographic metadata in the HTML code of web
7947                 pages. This allows bibliographic software to publish
7948                 machine-readable bibliographic items and client reference
7949                 management software (such as Zotero) to retrieve bibliographic
7950                 metadata. The metadata can also be sent to an OpenURL
7951                 resolver. This allows, for instance, searching for a copy of a
7952                 book in one's own library.</para>
7953               </listitem>
7954             </itemizedlist>
7955           </section>
7956
7957           <section id="DisplayOPACiconsXSLT">
7958             <title>DisplayOPACiconsXSLT</title>
7959
7960             <para>Default: Don't show</para>
7961
7962             <para>Asks: On pages displayed with XSLT stylesheets on the OPAC,
7963             ___ icons for itemtype and authorized values.<important>
7964                 <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link>
7965                 and/or <link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
7966                 must be set to use an XSLT stylesheet for this to show
7967                 (default or custom)</para>
7968               </important></para>
7969
7970             <para>Values:</para>
7971
7972             <itemizedlist>
7973               <listitem>
7974                 <para>Don't show</para>
7975               </listitem>
7976
7977               <listitem>
7978                 <para>Show</para>
7979
7980                 <screenshot>
7981                   <screeninfo>DisplayOPACiconsXSLT</screeninfo>
7982
7983                   <mediaobject>
7984                     <imageobject>
7985                       <imagedata fileref="images/admin/globalprefs/DisplayOPACiconsXSLT.png"/>
7986                     </imageobject>
7987                   </mediaobject>
7988                 </screenshot>
7989               </listitem>
7990             </itemizedlist>
7991
7992             <para><note>
7993                 <para>See the <link linkend="XSLTiTypes">XSLT Icon
7994                 Guide</link> for more information on these icons.</para>
7995               </note></para>
7996           </section>
7997
7998           <section id="hidelostitems">
7999             <title>hidelostitems</title>
8000
8001             <para>Default: Don't show</para>
8002
8003             <para>Asks: ___ lost items on search and detail pages.</para>
8004
8005             <para>Description:</para>
8006
8007             <itemizedlist>
8008               <listitem>
8009                 <para>Items that are marked lost by the library can either be
8010                 shown or not shown on the OPAC. By setting the value to "Don't
8011                 show," the lost item is not shown on the OPAC. By setting the
8012                 value "Show," the lost item is shown on the OPAC for patrons
8013                 to view with a status of 'lost.'</para>
8014               </listitem>
8015             </itemizedlist>
8016
8017             <para>Values:</para>
8018
8019             <itemizedlist>
8020               <listitem>
8021                 <para>Don't show</para>
8022               </listitem>
8023
8024               <listitem>
8025                 <para>Show</para>
8026
8027                 <screenshot>
8028                   <screeninfo>Lost item showing in the OPAC</screeninfo>
8029
8030                   <mediaobject>
8031                     <imageobject>
8032                       <imagedata fileref="images/admin/globalprefs/hidelostitems.png"/>
8033                     </imageobject>
8034                   </mediaobject>
8035                 </screenshot>
8036               </listitem>
8037             </itemizedlist>
8038           </section>
8039           <section id="HighlightOwnItemsOnOPAC">
8040             <title>HighlightOwnItemsOnOPAC &amp; HighlightOwnItemsOnOPACWhich</title>
8041             <para>HighlightOwnItemsOnOPAC Default: Don't emphasize</para>
8042             <para>HighlightOwnItemsOnOPACWhich Default: patron's home library </para>
8043             <para>Asks: ___  results from the ___ by moving the results to the front and increasing
8044               the size or highlighting the rows for those results. </para>
8045             <para>HighlightOwnItemsOnOPAC Values:<itemizedlist>
8046                 <listitem>
8047                   <para>Don't emphasize</para>
8048                 </listitem>
8049                 <listitem>
8050                   <para>Emphasize</para>
8051                 </listitem>
8052               </itemizedlist></para>
8053             <para>HighlightOwnItemsOnOPACWhich Values:<itemizedlist>
8054                 <listitem>
8055                   <para>OPAC's branch based via the URL<itemizedlist>
8056                       <listitem>
8057                         <para>The library is chosen based on the Apache environment variable
8058                           BRANCHCODE. For example, this could be added to the OPAC section of
8059                           koha-httpd.conf: SetEnv BRANCHCODE "CPL"</para>
8060                       </listitem>
8061                     </itemizedlist></para>
8062                 </listitem>
8063                 <listitem>
8064                   <para>patron's home library<itemizedlist>
8065                       <listitem>
8066                         <para>The items emphasized will be those of the same library as the patron's
8067                           library. If no one is logged into the OPAC, no items will be
8068                           highlighted.</para>
8069                       </listitem>
8070                     </itemizedlist></para>
8071                 </listitem>
8072               </itemizedlist></para>
8073             <important>
8074               <para>This preference will only effect sites that are not using an XSLT stylesheet.
8075                 XSLT stylesheets are defined in the <link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> and <link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> preferences.</para>
8076             </important>
8077           </section>
8078
8079           <section id="LibraryName">
8080             <title>LibraryName</title>
8081
8082             <para>Asks: Show ___ as the name of the library on the
8083             OPAC.</para>
8084
8085             <note>
8086               <para>This value will appear in the title bar of the
8087               browser</para>
8088             </note>
8089
8090             <note>
8091               <para>Edit '<link linkend="opacheader">opacheader</link>' if
8092               you'd like to add a library name above your search box on the
8093               OPAC</para>
8094             </note>
8095
8096             <screenshot>
8097               <screeninfo>Browser title and address bar</screeninfo>
8098
8099               <mediaobject>
8100                 <imageobject>
8101                   <imagedata fileref="images/admin/globalprefs/LibraryName.png"/>
8102                 </imageobject>
8103               </mediaobject>
8104             </screenshot>
8105           </section>
8106           <section id="NoLoginInstructions">
8107             <title>NoLoginInstructions</title>
8108             <para>Asks: Show the following HTML on the OPAC login form when a patron is not logged
8109               in: </para>
8110             <para>Description:<itemizedlist>
8111                 <listitem>
8112                   <para>This preference allows you to override the default text seen on the log in
8113                     page in the Koha OPAC.  The default HTML
8114                     is:<programlisting>&lt;h5>Don't have a password yet?&lt;/h5>
8115 &lt;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.&lt;/p>
8116 &lt;h5>Don't have a library card?&lt;/h5>
8117 &lt;p> If you don't have a library card, stop by your local library to sign up.&lt;/p></programlisting></para>
8118                   <para>Any HTML in this box will replace the above text below the log in box.<screenshot>
8119                       <screeninfo>No login instructions</screeninfo>
8120                       <mediaobject>
8121                         <imageobject>
8122                           <imagedata fileref="images/admin/globalprefs/NoLoginInstructions.png"/>
8123                         </imageobject>
8124                       </mediaobject>
8125                     </screenshot></para>
8126                 </listitem>
8127               </itemizedlist></para>
8128           </section>
8129
8130           <section id="OpacAddMastheadLibraryPulldown">
8131             <title>OpacAddMastheadLibraryPulldown</title>
8132
8133             <para>Default: Don't add</para>
8134
8135             <para>Asks: ___ a library select pulldown menu on the OPAC
8136             masthead.</para>
8137
8138             <para>Values:</para>
8139
8140             <itemizedlist>
8141               <listitem>
8142                 <para>Add</para>
8143
8144                 <screenshot>
8145                   <screeninfo>Library select box on Koha OPAC</screeninfo>
8146
8147                   <mediaobject>
8148                     <imageobject>
8149                       <imagedata fileref="images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png"/>
8150                     </imageobject>
8151                   </mediaobject>
8152                 </screenshot>
8153               </listitem>
8154
8155               <listitem>
8156                 <para>Don't Add</para>
8157
8158                 <screenshot>
8159                   <screeninfo>No library select box on Koha OPAC</screeninfo>
8160
8161                   <mediaobject>
8162                     <imageobject>
8163                       <imagedata fileref="images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png"/>
8164                     </imageobject>
8165                   </mediaobject>
8166                 </screenshot>
8167               </listitem>
8168             </itemizedlist>
8169           </section>
8170
8171           <section id="OPACBaseURL">
8172             <title>OPACBaseURL</title>
8173
8174             <para>Asks: The OPAC is located at http:// ___</para>
8175             <para>Description:<itemizedlist>
8176                 <listitem>
8177                   <para>This preference is looking for the URL of your public catalog (OPAC) without
8178                     the http:// in front of it (enter www.mycatalog.com instead of
8179                     http://www.mycatalog.com). Once it is filled in Koha will use it to generate
8180                     permanent links in your RSS feeds, for your social network share buttons and in
8181                     your staff client when generating links to bib records in the OPAC.</para>
8182                 </listitem>
8183               </itemizedlist></para>
8184             <important>
8185               <para>Do not include a trailing slash in the URL this will break links created using
8186                 this URL.  (example: www.google.com not www.google.com/)</para>
8187             </important>
8188
8189             <important>
8190               <para>This must be filled in with the URL of your public catalog for RSS, unAPI, and
8191                 search plugins to work.</para>
8192             </important>
8193
8194             <important>
8195               <para>This must be filled in with the URL of your public catalog to show 'OPAC View'
8196                 links from bib records in the staff client:</para>
8197             </important>
8198
8199             <screenshot>
8200               <screeninfo>With OPACBaseURL set, links to the OPAC will appear
8201               on each individual bib record in the staff client</screeninfo>
8202
8203               <mediaobject>
8204                 <imageobject>
8205                   <imagedata fileref="images/admin/globalprefs/OPACBaseURL.png"/>
8206                 </imageobject>
8207               </mediaobject>
8208             </screenshot>
8209           </section>
8210
8211           <section id="opaccolorstylesheet">
8212             <title>opaccolorstylesheet</title>
8213
8214             <para>Asks: Include the additional CSS stylesheet ___ to override
8215             specified settings from the default stylesheet.</para>
8216
8217             <para>Description:</para>
8218
8219             <itemizedlist>
8220               <listitem>
8221                 <para>The preference can look for stylesheets in the template
8222                 directory for your OPAC language, for instance:
8223                 /koha-tmpl/opac-tmpl/prog/en/css. If you upload a custom file,
8224                 opac-mystyles.css to this directory, you can specify it by
8225                 entering opac-mystyles.css in your opaccolorstylesheet system
8226                 preference. This adds your custom stylesheet as a linked
8227                 stylesheet alongside the OPAC's default CSS files. This method
8228                 is preferable because linked stylesheets are cached by the
8229                 user's browser, meaning upon repeat visits to your site the
8230                 user's browser will not have to re-download the stylesheet,
8231                 instead using the copy in the browser's cache.</para>
8232               </listitem>
8233
8234               <listitem>
8235                 <para>If you would rather, you can upload your CSS to another
8236                 server and enter the full URL pointing to it's location
8237                 remember to begin the URL with http://</para>
8238               </listitem>
8239             </itemizedlist>
8240
8241             <note>
8242               <para>Leave this field blank to disable it</para>
8243             </note>
8244
8245             <para><note>
8246                 <para>This file will add a linked CSS, not replace the
8247                 existing default CSS.</para>
8248               </note></para>
8249             <important>
8250               <para>If using the <link linkend="opacthemes">CCSR theme</link>, this preference must
8251                 be set to color.css and any user generated CSS must be appended to the default
8252                 color.css file.</para>
8253             </important>
8254           </section>
8255
8256           <section id="opaccredits">
8257             <title>opaccredits</title>
8258
8259             <para>Asks: Include the following HTML in the footer of all pages
8260             in the OPAC:</para>
8261
8262             <note>
8263               <para>Click the 'Click to edit; link to enter HTML to appear at
8264               the bottom of every page in the OPAC</para>
8265             </note>
8266
8267             <screenshot>
8268               <screeninfo>HTML version of a footer for your OPAC</screeninfo>
8269
8270               <mediaobject>
8271                 <imageobject>
8272                   <imagedata fileref="images/admin/globalprefs/opaccredits-html.png"/>
8273                 </imageobject>
8274               </mediaobject>
8275             </screenshot>
8276
8277             <screenshot>
8278               <screeninfo>A sample of what can appear in your OPAC
8279               credits/footer</screeninfo>
8280
8281               <mediaobject>
8282                 <imageobject>
8283                   <imagedata fileref="images/admin/globalprefs/opaccredits.png"/>
8284                 </imageobject>
8285               </mediaobject>
8286             </screenshot>
8287
8288             <para>Description:</para>
8289
8290             <itemizedlist>
8291               <listitem>
8292                 <para>This setting is for credits that will appear at the
8293                 bottom of your OPAC pages. Credits traditionally encompass
8294                 copyright information, last date updated, hyperlinks or other
8295                 information represented in an HTML format. This is static
8296                 information and any updates must be entered manually.</para>
8297               </listitem>
8298             </itemizedlist>
8299
8300             <para>Learn more in the <link linkend="editableopac">OPAC Editable
8301             Regions</link> section.</para>
8302           </section>
8303
8304           <section id="OPACDisplay856uAsImage">
8305             <title>OPACDisplay856uAsImage</title>
8306
8307             <para>Default: Neither details or results page</para>
8308
8309             <para>Asks: Display the URI in the 856u field as an image on:
8310             ___</para>
8311
8312             <para>Values:</para>
8313
8314             <itemizedlist>
8315               <listitem>
8316                 <para>Both results and details pages</para>
8317
8318                 <itemizedlist>
8319                   <listitem>
8320                     <important>
8321                       <para>Not implemented yet</para>
8322                     </important>
8323                   </listitem>
8324                 </itemizedlist>
8325               </listitem>
8326
8327               <listitem>
8328                 <para>Detail page only</para>
8329
8330                 <itemizedlist>
8331                   <listitem>
8332                     <important>
8333                       <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
8334                         needs to have a value in it for this preference to work.</para>
8335                     </important>
8336                   </listitem>
8337                 </itemizedlist>
8338
8339                 <screenshot>
8340                   <screeninfo>Showing the 856u as an image</screeninfo>
8341
8342                   <mediaobject>
8343                     <imageobject>
8344                       <imagedata fileref="images/admin/globalprefs/OPACDisplay856uAsImage.png"/>
8345                     </imageobject>
8346                   </mediaobject>
8347                 </screenshot>
8348               </listitem>
8349
8350               <listitem>
8351                 <para>Neither details or results page</para>
8352               </listitem>
8353
8354               <listitem>
8355                 <para>Results page only</para>
8356
8357                 <itemizedlist>
8358                   <listitem>
8359                     <important>
8360                       <para>Not yet implemented</para>
8361                     </important>
8362                   </listitem>
8363                 </itemizedlist>
8364               </listitem>
8365             </itemizedlist>
8366
8367             <para>Description:</para>
8368
8369             <itemizedlist>
8370               <listitem>
8371                 <para>In addition to this option being set, the corresponding
8372                 XSLT option must be turned on. Also, the corresponding 856q
8373                 field must have a valid MIME image extension (e.g., "jpg") or
8374                 MIME image type (i.e. starting with "image/"), or the generic
8375                 indicator "img" entered in the field. When all of the
8376                 requirements are met, an image file will be displayed instead
8377                 of the standard link text. Clicking on the image will open it
8378                 in the same way as clicking on the link text. When you click
8379                 on the image it should open to full size, in the current
8380                 window or in a new window depending on the value in the system
8381                 pref <link linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link>.</para>
8382
8383                 <screenshot>
8384                   <screeninfo>Sample 856 in MARC Record</screeninfo>
8385
8386                   <mediaobject>
8387                     <imageobject>
8388                       <imagedata fileref="images/admin/globalprefs/856imagemarc.png"/>
8389                     </imageobject>
8390                   </mediaobject>
8391                 </screenshot>
8392               </listitem>
8393             </itemizedlist>
8394           </section>
8395
8396           <section id="OpacExportOptions">
8397             <title>OpacExportOptions</title>
8398
8399             <para>Default:
8400             bibtex|dc|marcxml|marc8|utf8|marcstd|mods|ris</para>
8401
8402             <para>Asks: List export options that should be available from OPAC
8403             detail page separated by |: ___</para>
8404
8405             <para>Description:</para>
8406
8407             <itemizedlist>
8408               <listitem>
8409                 <para>In the OPAC on the right of each bib record there is a
8410                 menu that allows for saving the record in various formats.
8411                 This patch will allow you to define which options are in the
8412                 pull down menu. Available options are: BIBTEX (bibtex), Dublin
8413                 Core (dc), MARCXML (marcxml), MARC-8 encoded MARC (marc8),
8414                 Unicode/UTF-8 encoded MARC (utf8), Unicode/UTF-8 encoded MARC
8415                 without local use -9xx, x9x, xx9- fields and subfields
8416                 (marcstd), MODS (mods), and RIS (ris).</para>
8417               </listitem>
8418             </itemizedlist>
8419           </section>
8420
8421           <section id="OpacFavicon">
8422             <title>OpacFavicon</title>
8423
8424             <para>Asks: Use the image at ___ for the OPAC's favicon.
8425             <important>
8426                 <para>This should be a complete URL, starting with
8427                 http://</para>
8428               </important></para>
8429
8430             <note>
8431               <para>Turn your logo into a favicon with the <ulink url="http://antifavicon.com/">Favicon Generator</ulink>.</para>
8432             </note>
8433
8434             <para>Description:</para>
8435
8436             <itemizedlist>
8437               <listitem>
8438                 <para>The favicon is the little icon that appears next to the
8439                 URL in the address bar in most browsers. The default value for
8440                 this field (if left blank) is the small 'K' in the Koha
8441                 logo.</para>
8442
8443                 <screenshot>
8444                   <screeninfo>Default Koha Favicon</screeninfo>
8445
8446                   <mediaobject>
8447                     <imageobject>
8448                       <imagedata fileref="images/admin/globalprefs/favicon.png"/>
8449                     </imageobject>
8450                   </mediaobject>
8451                 </screenshot>
8452               </listitem>
8453             </itemizedlist>
8454           </section>
8455
8456           <section id="opacheader">
8457             <title>opacheader</title>
8458
8459             <para>Asks: Include the following HTML in the header of all pages
8460             in the OPAC</para>
8461
8462             <screenshot>
8463               <screeninfo>Sample HTML to be displayed at the top of my
8464               OPAC</screeninfo>
8465
8466               <mediaobject>
8467                 <imageobject>
8468                   <imagedata fileref="images/admin/globalprefs/opacheader-html.png"/>
8469                 </imageobject>
8470               </mediaobject>
8471             </screenshot>
8472
8473             <note>
8474               <para>This value will appear above the main content of your
8475               page</para>
8476             </note>
8477
8478             <screenshot>
8479               <screeninfo>OPAC display of the value from
8480               'opacheader'</screeninfo>
8481
8482               <mediaobject>
8483                 <imageobject>
8484                   <imagedata fileref="images/admin/globalprefs/opacheader.png"/>
8485                 </imageobject>
8486               </mediaobject>
8487             </screenshot>
8488
8489             <note>
8490               <para>Edit '<link linkend="LibraryName">LibraryName</link>' if
8491               you'd like to edit the contents of the &lt;title&gt; tag</para>
8492             </note>
8493
8494             <para>Learn more in the <link linkend="editableopac">OPAC Editable
8495             Regions</link> section.</para>
8496           </section>
8497
8498           <section id="OpacHighlightedWords">
8499             <title>OpacHighlightedWords</title>
8500
8501             <para>Default: Don't highlight</para>
8502
8503             <para>Asks: ___ words the patron searched for in their search
8504             results.</para>
8505
8506             <para>Values:</para>
8507
8508             <itemizedlist>
8509               <listitem>
8510                 <para>Don't highlight</para>
8511               </listitem>
8512
8513               <listitem>
8514                 <para>Highlight</para>
8515               </listitem>
8516             </itemizedlist>
8517           </section>
8518
8519           <section id="OpacKohaUrl">
8520             <title>OpacKohaUrl</title>
8521
8522             <para>Default: Don't show</para>
8523
8524             <para>Values:</para>
8525
8526             <itemizedlist>
8527               <listitem>
8528                 <para>Don't show</para>
8529               </listitem>
8530
8531               <listitem>
8532                 <para>Show</para>
8533               </listitem>
8534             </itemizedlist>
8535
8536             <para>Description:</para>
8537
8538             <itemizedlist>
8539               <listitem>
8540                 <para>When this preference is set to 'Show' text will appear
8541                 in the bottom right of the OPAC footer stating 'Powered by
8542                 Koha' and linking to the official Koha website.</para>
8543
8544                 <screenshot>
8545                   <screeninfo>Powered by Koha</screeninfo>
8546
8547                   <mediaobject>
8548                     <imageobject>
8549                       <imagedata fileref="images/admin/globalprefs/OpacKohaUrl.png"/>
8550                     </imageobject>
8551                   </mediaobject>
8552                 </screenshot>
8553               </listitem>
8554             </itemizedlist>
8555           </section>
8556
8557           <section id="opaclayoutstylesheet">
8558             <title>opaclayoutstylesheet</title>
8559
8560             <para>Default: opac.css</para>
8561
8562             <para>Asks: Use the CSS stylesheet /css/ ___ on all pages in the
8563             OPAC, instead of the default</para>
8564
8565             <para>Description:</para>
8566
8567             <itemizedlist>
8568               <listitem>
8569                 <para>This setting's function is to point to the *.css file
8570                 used to define the OPAC layout. A *.css file is a cascading
8571                 stylesheet which is used in conjunction with HTML to set how
8572                 the HTML page is formatted and will look on the OPAC. There
8573                 are two stylesheets that come with the system; opac.css and
8574                 opac2.css. A custom stylesheet may also be used. The
8575                 stylesheets listed in the opaclayoutstylesheet preference are
8576                 held on the Koha server.</para>
8577               </listitem>
8578             </itemizedlist>
8579
8580             <note>
8581               <para>Leave this field blank to disable it and let Koha use the
8582               default file instead</para>
8583             </note>
8584             <important>
8585               <para>Using a custom value in this preference causes Koha to completely ignore the
8586                 default layout stylesheet.</para>
8587             </important>
8588           </section>
8589
8590           <section id="OpacMaintenance">
8591             <title>OpacMaintenance</title>
8592
8593             <para>Default: Don't show</para>
8594
8595             <para>Asks: ___ a warning that the OPAC is under maintenance,
8596             instead of the OPAC itself. <note>
8597                 <para>this shows the same warning as when the database needs
8598                 to be upgraded, but unconditionally.</para>
8599               </note></para>
8600
8601             <para>Description:</para>
8602
8603             <itemizedlist>
8604               <listitem>
8605                 <para>This preference allows the system administrator to turn
8606                 off the OPAC during maintenance and display a message to
8607                 users. When this preference is switched to "Show" the OPAC is
8608                 not usable. The text of this message is not editable at this
8609                 time.</para>
8610               </listitem>
8611             </itemizedlist>
8612
8613             <para>Values:</para>
8614
8615             <itemizedlist>
8616               <listitem>
8617                 <para>Don't show</para>
8618               </listitem>
8619
8620               <listitem>
8621                 <para>Show</para>
8622
8623                 <itemizedlist>
8624                   <listitem>
8625                     <para>When this preference is set to show the maintenance
8626                     message the ability to search the OPAC is disabled and a
8627                     message appears</para>
8628
8629                     <screenshot>
8630                       <screeninfo>OPAC Maintenance Message</screeninfo>
8631
8632                       <mediaobject>
8633                         <imageobject>
8634                           <imagedata fileref="images/admin/globalprefs/opacmaintenance.png"/>
8635                         </imageobject>
8636                       </mediaobject>
8637                     </screenshot>
8638                   </listitem>
8639                 </itemizedlist>
8640               </listitem>
8641             </itemizedlist>
8642           </section>
8643
8644           <section id="OpacMainUserBlock">
8645             <title>OpacMainUserBlock</title>
8646
8647             <para>Default: Welcome to Koha... &lt;hr&gt;</para>
8648
8649             <para>Asks: Show the following HTML in its own column on the main
8650             page of the OPAC</para>
8651
8652             <para>Description: </para>
8653             <itemizedlist>
8654               <listitem>
8655                 <para>HTML entered in this field will appear in the center of the main page of your
8656                   OPAC</para>
8657               </listitem>
8658             </itemizedlist>
8659
8660             <screenshot>
8661               <screeninfo>Sample OpacMainUserBlock appears below the search
8662               bar</screeninfo>
8663
8664               <mediaobject>
8665                 <imageobject>
8666                   <imagedata fileref="images/admin/globalprefs/OpacMainUserBlock.png"/>
8667                 </imageobject>
8668               </mediaobject>
8669             </screenshot>
8670
8671             <para>Learn more in the <link linkend="editableopac">OPAC Editable
8672             Regions</link> section.</para>
8673           </section>
8674           <section id="OpacMainUserBlockMobile">
8675             <title>OpacMainUserBlockMobile</title>
8676             <para>Asks: Show the following HTML in its own column on the main page of the OPAC
8677               (mobile version)</para>
8678             <para>Description:</para>
8679             <itemizedlist>
8680               <listitem>
8681                 <para>This content will display below the search boxes when viewing the OPAC on a
8682                   mobile device as long as the <link linkend="opacthemes">theme</link> you're using
8683                   has a mobile version.</para>
8684               </listitem>
8685             </itemizedlist>
8686             <important>
8687               <para>This preference is only used with the CCSR theme.</para>
8688             </important>
8689           </section>
8690           <section id="OpacMaxItemsToDisplay">
8691             <title>OpacMaxItemsToDisplay</title>
8692             <para>Default: 50</para>
8693             <para>Asks: Display up to ___ items on the biblio detail page  </para>
8694             <para>Description:<itemizedlist>
8695                 <listitem>
8696                   <para>This preference will help with slow load times on the bibliographic detail
8697                     pages by limiting the number of items to display by default. If the biblio has
8698                     more items than this, a link is displayed instead that allows the user to choose
8699                     to display all items.</para>
8700                 </listitem>
8701               </itemizedlist></para>
8702           </section>
8703           <section id="OPACMobileUserCSS">
8704             <title>OPACMobileUserCSS</title>
8705             <para>Asks: Include the following CSS for the mobile view on all pages in the
8706               OPAC</para>
8707             <para>Description:<itemizedlist>
8708                 <listitem>
8709                   <para>This CSS will be used when your OPAC is viewed on a mobile device as long as
8710                     the <link linkend="opacthemes">theme</link> you're using has a mobile
8711                     version.</para>
8712                 </listitem>
8713               </itemizedlist></para>
8714             <important>
8715               <para>This preference is only used with the CCSR theme.</para>
8716             </important>
8717           </section>
8718
8719           <section id="OPACMySummaryHTML">
8720             <title>OPACMySummaryHTML</title>
8721
8722             <para>Asks: Include a "Links" column on the "my summary" tab when
8723             a user is logged in to the OPAC, with the following HTML (leave
8724             blank to disable).</para>
8725
8726             <para>Description:</para>
8727
8728             <itemizedlist>
8729               <listitem>
8730                 <para>In this preference you can enter HTML that will appear
8731                 on the 'Checked Out' tab on the 'My Summary' section when
8732                 logged in to the OPAC. The placeholders {BIBLIONUMBER},
8733                 {TITLE}, {ISBN} and {AUTHOR} will be replaced with information
8734                 from the displayed record. This can be used to enter in
8735                 'share' links for social networks or generate searches against
8736                 other library catalogs.</para>
8737
8738                 <screenshot>
8739                   <screeninfo>Example of 'Links' column with a value in the
8740                   OPACMySummaryHTML preference</screeninfo>
8741
8742                   <mediaobject>
8743                     <imageobject>
8744                       <imagedata fileref="images/admin/globalprefs/OPACMySummaryHTML.png"/>
8745                     </imageobject>
8746                   </mediaobject>
8747                 </screenshot>
8748               </listitem>
8749             </itemizedlist>
8750
8751             <para>Sample Data:<programlisting>&lt;p&gt;&lt;a href="http://www.facebook.com/sharer.php?u=http://YOUROPAC.ORG/cgi-bin/koha/opac-detail.pl?biblionumber={BIBLIONUMBER}"&gt;Share on Facebook&lt;/a&gt;
8752 &lt;br /&gt;TITLE: {TITLE}
8753 &lt;br /&gt;AUTHOR: {AUTHOR}
8754 &lt;br /&gt;ISBN: {ISBN}
8755 &lt;br /&gt;BIBLIONUMBER: {BIBLIONUMBER}&lt;/p&gt;</programlisting></para>
8756           </section>
8757           <section id="OPACMySummaryNote">
8758             <title>OPACMySummaryNote</title>
8759             <para>Asks: Note to display on the patron summary page. </para>
8760             <para>Description:<itemizedlist>
8761                 <listitem>
8762                   <para>This preference will display text above the patron's summary and below the
8763                     welcome message when the patron logs in to the OPAC and view their 'my summary' tab.<screenshot>
8764                       <screeninfo>OPACMySummaryNote in the OPAC</screeninfo>
8765                       <mediaobject>
8766                         <imageobject>
8767                           <imagedata fileref="images/admin/globalprefs/OPACMySummaryNote.png"/>
8768                         </imageobject>
8769                       </mediaobject>
8770                     </screenshot></para>
8771                 </listitem>
8772               </itemizedlist></para>
8773           </section>
8774
8775           <section id="OpacNav">
8776             <title>OpacNav</title>
8777
8778             <para>Default: Important links here.</para>
8779
8780             <para>Asks: Show the following HTML on the left hand column of the
8781             main page and patron account on the OPAC (generally navigation
8782             links)</para>
8783
8784             <screenshot>
8785               <screeninfo>Sample navigation links</screeninfo>
8786
8787               <mediaobject>
8788                 <imageobject>
8789                   <imagedata fileref="images/admin/globalprefs/OpacNav.png"/>
8790                 </imageobject>
8791               </mediaobject>
8792             </screenshot>
8793
8794             <para>Learn more in the <link linkend="editableopac">OPAC Editable
8795             Regions</link> section.</para>
8796           </section>
8797
8798           <section id="OpacNavBottom">
8799             <title>OpacNavBottom</title>
8800
8801             <para>Asks: Show the following HTML on the left hand column of the
8802             main page and patron account on the OPAC, after <link linkend="OpacNav">OpacNav</link>, and before patron account links
8803             if available:</para>
8804
8805             <para>Description: When a patron is logged in to their account
8806             they see a series of tabs to access their account information.
8807             <link linkend="OpacNav">OpacNav</link> appears above this list of
8808             tabs and OpacNavBottom will appear below them. When not on the
8809             patron account pages the HTML in OpacNavBottom will just appear
8810             right below <link linkend="OpacNav">OpacNav</link>.</para>
8811
8812             <screenshot>
8813               <screeninfo>OpacNav and OpacNavBottom on Patron
8814               Account</screeninfo>
8815
8816               <mediaobject>
8817                 <imageobject>
8818                   <imagedata fileref="images/admin/globalprefs/OpacNavBottom.png"/>
8819                 </imageobject>
8820               </mediaobject>
8821             </screenshot>
8822           </section>
8823
8824           <section id="OpacNavRight">
8825             <title>OpacNavRight</title>
8826
8827             <para>Asks: Show the following HTML in the right hand column of
8828             the main page under the main login form.</para>
8829
8830             <para>Description: HTML entered in this preference will appear on
8831             the right hand side of the OPAC under the log in form. If the log
8832             in form is not visible this content will move up on the right
8833             column.</para>
8834
8835             <screenshot>
8836               <screeninfo>OpacNavRight</screeninfo>
8837
8838               <mediaobject>
8839                 <imageobject>
8840                   <imagedata fileref="images/admin/globalprefs/OpacNavRight.png"/>
8841                 </imageobject>
8842               </mediaobject>
8843             </screenshot>
8844           </section>
8845
8846           <section id="OPACNoResultsFound">
8847             <title>OPACNoResultsFound</title>
8848
8849             <para>No Default</para>
8850
8851             <para>Asks: Display this HTML when no results are found for a
8852             search in the OPAC</para>
8853
8854             <para>This HTML will display below the existing notice that no
8855             results were found for your search.</para>
8856
8857             <screenshot>
8858               <screeninfo>HTML in OPACNoResultsFound will appear below lines
8859               that look like this</screeninfo>
8860
8861               <mediaobject>
8862                 <imageobject>
8863                   <imagedata fileref="images/admin/globalprefs/OPACNoResultsFound.png"/>
8864                 </imageobject>
8865               </mediaobject>
8866             </screenshot>
8867             <note>
8868               <para>You can insert placeholders {QUERY_KW} that will be replaced with the keywords
8869                 of the query. </para>
8870             </note>
8871           </section>
8872
8873           <section id="OpacPublic">
8874             <title>OpacPublic</title>
8875
8876             <para>Default: Enable</para>
8877
8878             <para>Asks: ___ Koha OPAC as public. Private OPAC requires
8879             authentication before accessing the OPAC.</para>
8880
8881             <para>Values:</para>
8882
8883             <itemizedlist>
8884               <listitem>
8885                 <para>Don't enable</para>
8886               </listitem>
8887
8888               <listitem>
8889                 <para>Enable</para>
8890               </listitem>
8891             </itemizedlist>
8892
8893             <para>Description:</para>
8894
8895             <itemizedlist>
8896               <listitem>
8897                 <para>This preference determines if your OPAC is accessible
8898                 and searchable by anyone or only by members of the library. If
8899                 set to 'Don't enable' only members who are logged into the
8900                 OPAC can search. Most libraries will leave this setting at its
8901                 default of 'Enable' to allow their OPAC to be searched by
8902                 anyone and only require login for access to personalized
8903                 content.</para>
8904               </listitem>
8905             </itemizedlist>
8906           </section>
8907
8908           <section id="OPACResultsSidebar">
8909             <title>OPACResultsSidebar</title>
8910
8911             <para>Asks: Include the following HTML under the facets in OPAC
8912             search results</para>
8913
8914             <para>Description:</para>
8915
8916             <itemizedlist>
8917               <listitem>
8918                 <para>The HTML entered in this preference will appear on the
8919                 search results pages below the list of facets on the left side
8920                 of the screen.</para>
8921               </listitem>
8922             </itemizedlist>
8923           </section>
8924
8925           <section id="OPACSearchForTitleIn">
8926             <title>OPACSearchForTitleIn</title>
8927
8928             <para>Default: &lt;li&gt;&lt;a
8929             href="http://worldcat.org/search?q={TITLE}"
8930             target="_blank"&gt;Other Libraries (WorldCat)&lt;/a&gt;&lt;/li&gt;
8931             &lt;li&gt;&lt;a
8932             href="http://www.scholar.google.com/scholar?q={TITLE}"
8933             target="_blank"&gt;Other Databases (Google
8934             Scholar)&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
8935             href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr"
8936             target="_blank"&gt;Online Stores
8937             (Bookfinder.com)&lt;/a&gt;&lt;/li&gt;</para>
8938
8939             <para>Asks: Include a "More Searches" box on the detail pages of
8940             items on the OPAC, with the following HTML (leave blank to
8941             disable)</para>
8942
8943             <note>
8944               <para>The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE},
8945               {ISBN}, {ISSN} and {AUTHOR} will be replaced with information
8946               from the displayed record.</para>
8947             </note>
8948           </section>
8949           <section id="OpacSeparateHoldings">
8950             <title>OpacSeparateHoldings &amp; OpacSeparateHoldingsBranch </title>
8951             <para>OpacSeparateHoldings default: Don't separate</para>
8952             <para>OpacSeparateHoldingsBranch default: home library </para>
8953             <para>Asks: ___ items display into two tabs, where the first tab contains items whose
8954               ___ is the logged in user's library. The second tab will contain all other items. </para>
8955             <para>OpacSeparateHoldings values:<itemizedlist>
8956                 <listitem>
8957                   <para>Don't separate</para>
8958                 </listitem>
8959                 <listitem>
8960                   <para>Separate</para>
8961                 </listitem>
8962               </itemizedlist></para>
8963             <para>OpacSeparateHoldingsBranch values:<itemizedlist>
8964                 <listitem>
8965                   <para>holding library</para>
8966                 </listitem>
8967                 <listitem>
8968                   <para>home library</para>
8969                 </listitem>
8970               </itemizedlist></para>
8971             <para>Description:<itemizedlist>
8972                 <listitem>
8973                   <para>This preference lets you decide if you would like to have the holding
8974                     information on the bibliographic detail page in the OPAC split in to multiple
8975                     tabs. The default is to show all holdings on one tab.</para>
8976                   <screenshot>
8977                       <screeninfo>Separate holdings tabs</screeninfo>
8978                       <mediaobject>
8979                         <imageobject>
8980                           <imagedata fileref="images/admin/globalprefs/OpacSeparateHoldings.png"/>
8981                         </imageobject>
8982                       </mediaobject>
8983                     </screenshot>
8984                 </listitem>
8985               </itemizedlist></para>
8986           </section>
8987
8988           <section id="OPACShowBarcode">
8989             <title>OPACShowBarcode</title>
8990
8991             <para>Default: Don't show</para>
8992
8993             <para>Asks: ___ the item's barcode on the holdings tab.</para>
8994
8995             <para>Values:</para>
8996
8997             <itemizedlist>
8998               <listitem>
8999                 <para>Don't show</para>
9000
9001                 <screenshot>
9002                   <screeninfo>Barcode not shown in the OPAC</screeninfo>
9003
9004                   <mediaobject>
9005                     <imageobject>
9006                       <imagedata fileref="images/admin/globalprefs/OPACShowBarcode-noshow.png"/>
9007                     </imageobject>
9008                   </mediaobject>
9009                 </screenshot>
9010               </listitem>
9011
9012               <listitem>
9013                 <para>Show</para>
9014
9015                 <screenshot>
9016                   <screeninfo>Barcode shown in the OPAC</screeninfo>
9017
9018                   <mediaobject>
9019                     <imageobject>
9020                       <imagedata fileref="images/admin/globalprefs/OPACShowBarcode-show.png"/>
9021                     </imageobject>
9022                   </mediaobject>
9023                 </screenshot>
9024               </listitem>
9025             </itemizedlist>
9026
9027             <para>Description:</para>
9028
9029             <itemizedlist>
9030               <listitem>
9031                 <para>This preference allows you to control whether patrons
9032                 can see items' barcodes in the OPAC.</para>
9033               </listitem>
9034             </itemizedlist>
9035           </section>
9036
9037           <section id="OPACShowCheckoutName">
9038             <title>OPACShowCheckoutName</title>
9039
9040             <para>Default: Don't show</para>
9041
9042             <para>Asks: ___ the name of the patron that has an item checked
9043             out on item detail pages on the OPAC.</para>
9044
9045             <para>Values:</para>
9046
9047             <itemizedlist>
9048               <listitem>
9049                 <para>Don't show</para>
9050               </listitem>
9051
9052               <listitem>
9053                 <para>Show</para>
9054               </listitem>
9055             </itemizedlist>
9056
9057             <para>Description:</para>
9058
9059             <itemizedlist>
9060               <listitem>
9061                 <para>This preference allows all patrons to see who has the
9062                 item checked out if it is checked out. In small corporate
9063                 libraries (where the OPAC is behind a firewall and not
9064                 publicly available) this can be helpful so coworkers can just
9065                 contact the patron with the book themselves. In larger public
9066                 and academic libraries setting this to 'Show' would pose
9067                 serious privacy issues.</para>
9068               </listitem>
9069             </itemizedlist>
9070           </section>
9071           <section id="OpacShowFiltersPulldownMobile">
9072             <title>OpacShowFiltersPulldownMobile</title>
9073             <para>Default: Show</para>
9074             <para>Asks: ___ the search filters pulldown on the mobile version of the OPAC. </para>
9075             <para>Values:<itemizedlist>
9076                 <listitem>
9077                   <para>Don't show</para>
9078                 </listitem>
9079                 <listitem>
9080                   <para>Show</para>
9081                 </listitem>
9082               </itemizedlist>Description:<itemizedlist>
9083                 <listitem>
9084                   <para>This preference controls whether patrons can choose a search type when
9085                     viewing the OPAC on mobile devices.  If this is set to 'Don't show' then all
9086                     searches will be keyword searches. This preference assumes that you're using a
9087                       <link linkend="opacthemes">theme</link> with a mobile version.</para>
9088                 </listitem>
9089               </itemizedlist></para>
9090           </section>
9091
9092           <section id="OPACShowHoldQueueDetails">
9093             <title>OPACShowHoldQueueDetails</title>
9094
9095             <para>Default: Don't show any hold details</para>
9096
9097             <para>Asks: ___ to patrons in the OPAC.</para>
9098
9099             <para>Values:</para>
9100
9101             <itemizedlist>
9102               <listitem>
9103                 <para>Don't show any hold details</para>
9104               </listitem>
9105
9106               <listitem>
9107                 <para>Show holds</para>
9108
9109                 <screenshot>
9110                   <screeninfo>The holdings table on the bibliographic record
9111                   will show the number of holds</screeninfo>
9112
9113                   <mediaobject>
9114                     <imageobject>
9115                       <imagedata fileref="images/admin/globalprefs/OPACShowHoldQueueDetails-showholds.png"/>
9116                     </imageobject>
9117                   </mediaobject>
9118                 </screenshot>
9119               </listitem>
9120
9121               <listitem>
9122                 <para>Show holds and priority level</para>
9123               </listitem>
9124
9125               <listitem>
9126                 <para>Show priority level</para>
9127
9128                 <screenshot>
9129                   <screeninfo>Patron record in the OPAC shows where in line
9130                   the patron waits for their hold.</screeninfo>
9131
9132                   <mediaobject>
9133                     <imageobject>
9134                       <imagedata fileref="images/admin/globalprefs/OPACShowHoldQueueDetails-priority.png"/>
9135                     </imageobject>
9136                   </mediaobject>
9137                 </screenshot>
9138
9139                 <itemizedlist>
9140                   <listitem>
9141                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9142                     needs to be set to 'allow'</para>
9143                   </listitem>
9144                 </itemizedlist>
9145               </listitem>
9146             </itemizedlist>
9147           </section>
9148           <section id="OpacShowLibrariesPulldownMobile">
9149             <title>OpacShowLibrariesPulldownMobile</title>
9150             <para>Default: Show</para>
9151             <para>Asks:  ___ the libraries pulldown on the mobile version of the OPAC. </para>
9152             <para>Values:<itemizedlist>
9153                 <listitem>
9154                   <para>Don't show</para>
9155                 </listitem>
9156                 <listitem>
9157                   <para>Show</para>
9158                 </listitem>
9159               </itemizedlist>Description:<itemizedlist>
9160                 <listitem>
9161                   <para>This preference controls whether the library selector pull down shows when
9162                     viewing the OPAC on a mobile device as long as the <link linkend="opacthemes">theme</link> you're using has a mobile version.</para>
9163                 </listitem>
9164               </itemizedlist></para>
9165           </section>
9166
9167           <section id="OpacShowRecentComments">
9168             <title>OpacShowRecentComments</title>
9169
9170             <para>Default: Don't show</para>
9171
9172             <para>Asks: ___ a link to recent comments in the OPAC
9173             masthead.</para>
9174
9175             <para>Values:</para>
9176
9177             <itemizedlist>
9178               <listitem>
9179                 <para>Don't show</para>
9180               </listitem>
9181
9182               <listitem>
9183                 <para>Show</para>
9184               </listitem>
9185             </itemizedlist>
9186
9187             <para>Description:</para>
9188
9189             <itemizedlist>
9190               <listitem>
9191                 <para>If you have chosen to allow comments in your OPAC by
9192                 setting <link linkend="reviewson">reviewson</link> to 'Allow'
9193                 you can include a link to the recent comments under the search
9194                 box at the top of your OPAC with this preference.</para>
9195
9196                 <screenshot>
9197                   <screeninfo>Recent Comments link on OPAC</screeninfo>
9198
9199                   <mediaobject>
9200                     <imageobject>
9201                       <imagedata fileref="images/admin/globalprefs/OpacShowRecentComments.png"/>
9202                     </imageobject>
9203                   </mediaobject>
9204                 </screenshot>
9205               </listitem>
9206             </itemizedlist>
9207           </section>
9208
9209           <section id="OPACShowUnusedAuthorities">
9210             <title>OPACShowUnusedAuthorities</title>
9211
9212             <para>Default: Show</para>
9213
9214             <para>Asks: ___ unused authorities in the OPAC authority
9215             browser.</para>
9216
9217             <para>Values:</para>
9218
9219             <itemizedlist>
9220               <listitem>
9221                 <para>Do not show</para>
9222               </listitem>
9223
9224               <listitem>
9225                 <para>Show</para>
9226
9227                 <itemizedlist>
9228                   <listitem>
9229                     <important>
9230                       <para>Requires that the <link linkend="OpacAuthorities">OpacAuthorities</link>
9231                       preference is set to 'Allow'</para>
9232                     </important>
9233                   </listitem>
9234                 </itemizedlist>
9235               </listitem>
9236             </itemizedlist>
9237
9238             <para>Description:</para>
9239
9240             <itemizedlist>
9241               <listitem>
9242                 <para>When patrons search your authority file via the OPAC
9243                 they will see all authorities in your system even if you don't
9244                 have them linked to any bibliographic records. This preference
9245                 lets you determine what the default behavior is when searching
9246                 authorities via the OPAC. If you choose 'Do not show' it will
9247                 only show patrons authority records that are linked to bib
9248                 records in the search results. Otherwise the system will show
9249                 all authority records even if they aren't linked to
9250                 records.</para>
9251               </listitem>
9252             </itemizedlist>
9253           </section>
9254
9255           <section id="opacsmallimage">
9256             <title>opacsmallimage</title>
9257
9258             <para>Asks: Use the image at ___ in the OPAC header, instead of
9259             the Koha logo. If this image is a different size than the Koha
9260             logo, you will need to customize the CSS.</para>
9261
9262             <para>Description:</para>
9263
9264             <itemizedlist>
9265               <listitem>
9266                 <para>The opacsmallimage system pref is a little tricky to
9267                 deal with because you really have to tweak some CSS at the
9268                 same time. The default CSS defines a region just large enough
9269                 to display the Koha logo, and if your logo doesn't match the
9270                 Koha logo's dimensions (120 pixels wide by 38 pixels high), it
9271                 won't display correctly.</para>
9272               </listitem>
9273             </itemizedlist>
9274
9275             <important>
9276               <para>This should be a complete URL, starting with
9277               http://</para>
9278             </important>
9279             <important>
9280               <para>This preference is only used in the prog and ccsr themes.</para>
9281             </important>
9282           </section>
9283
9284           <section id="OpacStarRatings">
9285             <title>OpacStarRatings</title>
9286
9287             <para>Default: no</para>
9288
9289             <para>Asks: Show star-ratings on ___ pages.</para>
9290
9291             <para>Values:</para>
9292
9293             <itemizedlist>
9294               <listitem>
9295                 <para>no</para>
9296               </listitem>
9297
9298               <listitem>
9299                 <para>only details</para>
9300
9301                 <screenshot>
9302                   <screeninfo>Star Ratings on the Details Page</screeninfo>
9303
9304                   <mediaobject>
9305                     <imageobject>
9306                       <imagedata fileref="images/admin/globalprefs/OpacStarRatings-details.png"/>
9307                     </imageobject>
9308                   </mediaobject>
9309                 </screenshot>
9310               </listitem>
9311
9312               <listitem>
9313                 <para>results and details</para>
9314
9315                 <screenshot>
9316                   <screeninfo>OPAC Star Ratings on the Search
9317                   Results</screeninfo>
9318
9319                   <mediaobject>
9320                     <imageobject>
9321                       <imagedata fileref="images/admin/globalprefs/OpacStarRatings-results.png"/>
9322                     </imageobject>
9323                   </mediaobject>
9324                 </screenshot>
9325               </listitem>
9326             </itemizedlist>
9327
9328             <para>Description:</para>
9329
9330             <itemizedlist>
9331               <listitem>
9332                 <para>Star ratings are a way for your patrons to leave ratings
9333                 without having to leave a full review. Patrons who are not
9334                 logged in will only be able to see the stars, once logged in
9335                 patrons can click on the stars on the details page to leave
9336                 their own rating. Clicking on the stars on the search results
9337                 will not submit a rating.</para>
9338               </listitem>
9339             </itemizedlist>
9340           </section>
9341           <section id="OpacSuggestionManagedBy">
9342             <title>OpacSuggestionManagedBy</title>
9343             <para>Default: Show</para>
9344             <para>Asks: ___  the name of the staff member who managed a suggestion in OPAC. </para>
9345             <para>Values:<itemizedlist>
9346                 <listitem>
9347                   <para>Don't show</para>
9348                 </listitem>
9349                 <listitem>
9350                   <para>Show</para>
9351                 </listitem>
9352               </itemizedlist></para>
9353             <para>Description:<itemizedlist>
9354                 <listitem>
9355                   <para>If you're <link linkend="suggestionspref">allowing patrons to make purchase
9356                       suggestions</link> then they will see the 'my suggestions' tab when logged in.
9357                     This tab shows the patron the librarian who approved or rejected the purchase
9358                     suggestion. This preference controls if the patron sees the librarian's name or
9359                     not.</para>
9360                 </listitem>
9361               </itemizedlist></para>
9362           </section>
9363
9364           <section id="opacthemes">
9365             <title>opacthemes</title>
9366
9367             <para>Default: prog</para>
9368
9369             <para>Asks: Use the ___ theme on the OPAC.</para>
9370
9371             <para>Values:</para>
9372
9373             <itemizedlist>
9374               <listitem>
9375                 <para>bootstrap</para>
9376                 <para>
9377                   <screenshot>
9378                     <screeninfo>Bootstrap Theme</screeninfo>
9379                     <mediaobject>
9380                       <imageobject>
9381                         <imagedata fileref="images/admin/globalprefs/opacthemes-bootstrap.png"/>
9382                       </imageobject>
9383                     </mediaobject>
9384                   </screenshot>
9385                 </para>
9386                 <para>This theme is completely responsive</para>
9387               </listitem>
9388               <listitem>
9389                 <para>ccsr</para>
9390                 <para>
9391                   <screenshot>
9392                     <screeninfo>CCSR Theme</screeninfo>
9393                     <mediaobject>
9394                       <imageobject>
9395                         <imagedata fileref="images/admin/globalprefs/opacthemes-ccsr.png"/>
9396                       </imageobject>
9397                     </mediaobject>
9398                   </screenshot>
9399                 </para>
9400                 <para>This theme comes with a mobile version.</para>
9401               </listitem>
9402               <listitem>
9403                 <para>prog</para>
9404                 <para>
9405                   <screenshot>
9406                     <screeninfo>PROG Theme</screeninfo>
9407                     <mediaobject>
9408                       <imageobject>
9409                         <imagedata fileref="images/admin/globalprefs/opacthemes-prog.png"/>
9410                       </imageobject>
9411                     </mediaobject>
9412                   </screenshot>
9413                 </para>
9414                 <para>This is the original Koha 3.x theme and does not come with a mobile
9415                   version.</para>
9416               </listitem>
9417             </itemizedlist>
9418           </section>
9419
9420           <section id="OPACURLOpenInNewWindow">
9421             <title>OPACURLOpenInNewWindow</title>
9422
9423             <para>Default: don't</para>
9424
9425             <para>Asks: When patrons click on a link to another website from
9426             your OPAC (like Amazon or OCLC), ___ open the website in a new
9427             window.</para>
9428
9429             <para>Values:</para>
9430
9431             <itemizedlist>
9432               <listitem>
9433                 <para>do</para>
9434               </listitem>
9435
9436               <listitem>
9437                 <para>don't</para>
9438               </listitem>
9439             </itemizedlist>
9440
9441             <para>Description:</para>
9442
9443             <itemizedlist>
9444               <listitem>
9445                 <para>This preference determines if URLs in the OPAC will open
9446                 in a new window or not. When clicking on a link in the OPAC, a
9447                 patron does not need to worry about navigating away from their
9448                 search results.</para>
9449               </listitem>
9450             </itemizedlist>
9451           </section>
9452
9453           <section id="OPACUserCSS">
9454             <title>OPACUserCSS</title>
9455
9456             <para>Asks: Include the following CSS on all pages in the
9457             OPAC</para>
9458
9459             <para>Description:</para>
9460
9461             <itemizedlist>
9462               <listitem>
9463                 <para>OPACUserCSS allows the administrator to enter styles
9464                 that will overwrite the OPAC's default CSS as defined in
9465                 'opaclayoutstylesheet' or 'opacstylesheet'. Styles may be
9466                 entered for any of the selectors found in the default style
9467                 sheet. The default stylesheet will likely be found at
9468                 http://your_koha_address/opac-tmpl/prog/en/css/opac.css.
9469                 Unlike <link linkend="opaccolorstylesheet">opaccolorstylesheet</link> and
9470                 <link linkend="opaclayoutstylesheet">opaclayoutstylesheet</link>
9471                 this preference will embed the CSS directly on your OPAC
9472                 pages.</para>
9473               </listitem>
9474             </itemizedlist>
9475           </section>
9476
9477           <section id="opacuserjs">
9478             <title>opacuserjs</title>
9479
9480             <para>Asks: Include the following JavaScript on all pages in the
9481             OPAC</para>
9482
9483             <screenshot>
9484               <screeninfo>OPAC login box before opacuserjs edit</screeninfo>
9485
9486               <mediaobject>
9487                 <imageobject>
9488                   <imagedata fileref="images/admin/globalprefs/opacuserjs-before.png"/>
9489                 </imageobject>
9490               </mediaobject>
9491             </screenshot>
9492
9493             <screenshot>
9494               <screeninfo>JavaScript in opacuserjs to change the OPAC login
9495               box</screeninfo>
9496
9497               <mediaobject>
9498                 <imageobject>
9499                   <imagedata fileref="images/admin/globalprefs/opacuserjs.png"/>
9500                 </imageobject>
9501               </mediaobject>
9502             </screenshot>
9503
9504             <screenshot>
9505               <screeninfo>New OPAC login box after editing
9506               opacuserjs</screeninfo>
9507
9508               <mediaobject>
9509                 <imageobject>
9510                   <imagedata fileref="images/admin/globalprefs/opacuserjs-after.png"/>
9511                 </imageobject>
9512               </mediaobject>
9513             </screenshot>
9514
9515             <para>Description:</para>
9516
9517             <itemizedlist>
9518               <listitem>
9519                 <para>This preference allows the administrator to enter
9520                 JavaScript or JQuery that will be embedded across all pages of
9521                 the OPAC. Administrators may use this preference to customize
9522                 some of the interactive sections of Koha, customizing the text
9523                 for the login prompts, for example. Sample JQuery scripts used
9524                 by Koha libraries can be found on the wiki: <ulink url="http://wiki.koha-community.org/wiki/JQuery_Library">http://wiki.koha-community.org/wiki/JQuery_Library</ulink>.</para>
9525               </listitem>
9526             </itemizedlist>
9527           </section>
9528
9529           <section id="OPACXSLTDetailsDisplay">
9530             <title>OPACXSLTDetailsDisplay</title>
9531
9532             <para>Default: default</para>
9533
9534             <para>Asks: Display OPAC details using XSLT stylesheet at
9535             ___</para>
9536
9537             <para>Values:</para>
9538
9539             <itemizedlist>
9540               <listitem>
9541                 <para>leave empty to not use the XSLT stylesheet</para>
9542
9543                 <itemizedlist>
9544                   <listitem>
9545                     <para>In previous versions of Koha this was the setting
9546                     that read 'normally'</para>
9547                   </listitem>
9548                 </itemizedlist>
9549               </listitem>
9550
9551               <listitem>
9552                 <para>enter "default" for the default one</para>
9553               </listitem>
9554
9555               <listitem>
9556                 <para>put a path to define a XSLT file</para>
9557
9558                 <itemizedlist>
9559                   <listitem>
9560                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
9561                   </listitem>
9562
9563                   <listitem>
9564                     <para>If in a multi-language system you can enter
9565                     {langcode} in the path to tell Koha to look in the right
9566                     language folder</para>
9567
9568                     <itemizedlist>
9569                       <listitem>
9570                         <para>ex:
9571                         /home/koha/src/koha-tmpl/opac/prog/{langcode}/xslt/OpacDetail.xsl</para>
9572                       </listitem>
9573
9574                       <listitem>
9575                         <para>ex.
9576                         http://mykohaopac.org/{langcode}/stylesheet.xsl</para>
9577                       </listitem>
9578                     </itemizedlist>
9579                   </listitem>
9580                 </itemizedlist>
9581               </listitem>
9582
9583               <listitem>
9584                 <para>put an URL for an external specific stylesheet</para>
9585
9586                 <itemizedlist>
9587                   <listitem>
9588                     <para>ex: http://mykohaopac.org/stylesheet.xsl</para>
9589                   </listitem>
9590                 </itemizedlist>
9591               </listitem>
9592             </itemizedlist>
9593
9594             <para>Description:</para>
9595
9596             <itemizedlist>
9597               <listitem>
9598                 <para>XSLT stylesheets allow for the customization of the
9599                 details shows on the screen when viewing a bib record. This
9600                 preference will allow you either use the default look that
9601                 comes with Koha or design your own stylesheet.</para>
9602               </listitem>
9603             </itemizedlist>
9604           </section>
9605
9606           <section id="OPACXSLTResultsDisplay">
9607             <title>OPACXSLTResultsDisplay</title>
9608
9609             <para>Default: default</para>
9610
9611             <para>Asks: Display OPAC results using XSLT stylesheet at
9612             ___</para>
9613
9614             <para>Values:</para>
9615
9616             <itemizedlist>
9617               <listitem>
9618                 <para>leave empty to not use the XSLT stylesheet</para>
9619
9620                 <itemizedlist>
9621                   <listitem>
9622                     <para>In previous versions of Koha this was the setting
9623                     that read 'normally'</para>
9624                   </listitem>
9625                 </itemizedlist>
9626               </listitem>
9627
9628               <listitem>
9629                 <para>enter "default" for the default one</para>
9630               </listitem>
9631
9632               <listitem>
9633                 <para>put a path to define a XSLT file</para>
9634
9635                 <itemizedlist>
9636                   <listitem>
9637                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
9638                   </listitem>
9639
9640                   <listitem>
9641                     <para>If in a multi-language system you can enter
9642                     {langcode} in the path to tell Koha to look in the right
9643                     language folder</para>
9644
9645                     <itemizedlist>
9646                       <listitem>
9647                         <para>ex:
9648                         /home/koha/src/koha-tmpl/opac/prog/{langcode}/xslt/OpacDetail.xsl</para>
9649                       </listitem>
9650
9651                       <listitem>
9652                         <para>ex.
9653                         http://mykohaopac.org/{langcode}/stylesheet.xsl</para>
9654                       </listitem>
9655                     </itemizedlist>
9656                   </listitem>
9657                 </itemizedlist>
9658               </listitem>
9659
9660               <listitem>
9661                 <para>put an URL for an external specific stylesheet</para>
9662
9663                 <itemizedlist>
9664                   <listitem>
9665                     <para>ex: http://mykohaopac.org/stylesheet.xsl</para>
9666                   </listitem>
9667                 </itemizedlist>
9668               </listitem>
9669             </itemizedlist>
9670
9671             <para>Description:</para>
9672
9673             <itemizedlist>
9674               <listitem>
9675                 <para>XSLT stylesheets allow for the customization of the
9676                 details shows on the screen when viewing the search results.
9677                 This preference will allow you either use the default look
9678                 that comes with Koha or design your own stylesheet.</para>
9679               </listitem>
9680             </itemizedlist>
9681           </section>
9682         </section>
9683
9684         <section id="opacfeaturesprefs">
9685           <title>Features</title>
9686
9687           <para/>
9688
9689           <section id="numSearchRSSResults">
9690             <title>numSearchRSSResults</title>
9691
9692             <para>Default: 50</para>
9693
9694             <para>Asks: Display ___ search results in the RSS feed.</para>
9695
9696             <para>Description:</para>
9697
9698             <itemizedlist>
9699               <listitem>
9700                 <para>By default the RSS feed that is automatically generated
9701                 for every search results page will list 50 items. This can
9702                 sometimes be too much for some RSS feed readers and for some
9703                 people this isn't enough. This preference allows you to adjust
9704                 this number to show the best number of results for your
9705                 patrons.</para>
9706               </listitem>
9707             </itemizedlist>
9708           </section>
9709
9710           <section id="OpacAuthorities">
9711             <title>OpacAuthorities</title>
9712
9713             <para>Default: Allow</para>
9714
9715             <para>Asks: ___ patrons to search your authority records.</para>
9716
9717             <para>Description:</para>
9718
9719             <itemizedlist>
9720               <listitem>
9721                 <para>This preference displays the link on the OPAC for the authority search. By
9722                   setting the preference to "Allow" patrons can use this search link of the
9723                   OPAC.</para>
9724               </listitem>
9725             </itemizedlist>
9726
9727             <para>Values:</para>
9728
9729             <itemizedlist>
9730               <listitem>
9731                 <para>Allow</para>
9732
9733                 <itemizedlist>
9734                   <listitem>
9735                     <para>A link labeled 'Authority search' will appear at the top of your OPAC
9736                       under the search box</para>
9737
9738                     <screenshot>
9739                       <screeninfo>'Browse by Subject' link under search box on
9740                       OPAC</screeninfo>
9741
9742                       <mediaobject>
9743                         <imageobject>
9744                           <imagedata fileref="images/admin/globalprefs/authoritysearch.png"/>
9745                         </imageobject>
9746                       </mediaobject>
9747                     </screenshot>
9748                   </listitem>
9749                 </itemizedlist>
9750               </listitem>
9751
9752               <listitem>
9753                 <para>Don't allow</para>
9754               </listitem>
9755             </itemizedlist>
9756           </section>
9757
9758           <section id="opacbookbag">
9759             <title>opacbookbag</title>
9760
9761             <para>Default: Allow</para>
9762
9763             <para>Asks: ___ patrons to store items in a temporary "Cart" on
9764             the OPAC.</para>
9765
9766             <para>Values:</para>
9767
9768             <itemizedlist>
9769               <listitem>
9770                 <para>Allow</para>
9771               </listitem>
9772
9773               <listitem>
9774                 <para>Don't allow</para>
9775               </listitem>
9776             </itemizedlist>
9777
9778             <para>Description:</para>
9779
9780             <itemizedlist>
9781               <listitem>
9782                 <para>This preference allows the user to temporarily save a
9783                 list of items found on the catalog. By using the Book Bag, or
9784                 Cart, the user can print out or email a list of items found.
9785                 The user does not need to be logged in. This list is temporary
9786                 and will be emptied, or cleared, at the end of the
9787                 session.</para>
9788               </listitem>
9789             </itemizedlist>
9790           </section>
9791
9792           <section id="OpacBrowser">
9793             <title>OpacBrowser</title>
9794
9795             <important>
9796               <para>This preference only applies to French systems at this
9797               time.</para>
9798             </important>
9799
9800             <para>Default: Don't allow</para>
9801
9802             <para>Asks: ___ patrons to browse subject authorities on
9803             OPAC</para>
9804
9805             <para>Values:</para>
9806
9807             <itemizedlist>
9808               <listitem>
9809                 <para>Allow</para>
9810               </listitem>
9811
9812               <listitem>
9813                 <para>Don't allow</para>
9814               </listitem>
9815             </itemizedlist>
9816
9817             <para><important>
9818                 <para>run the <link linkend="authbrowsercron">Authorities
9819                 Browser Cron Job</link> to create the browser list</para>
9820               </important></para>
9821           </section>
9822
9823           <section id="OpacBrowseResults">
9824             <title>OpacBrowseResults</title>
9825
9826             <para>Default: enable</para>
9827
9828             <para>Asks: ___ browsing and paging search results from the OPAC
9829             detail page.</para>
9830
9831             <para>Values:</para>
9832
9833             <itemizedlist>
9834               <listitem>
9835                 <para>disable</para>
9836               </listitem>
9837
9838               <listitem>
9839                 <para>enable</para>
9840
9841                 <screenshot>
9842                   <screeninfo>Browsing and Paging Search Results</screeninfo>
9843
9844                   <mediaobject>
9845                     <imageobject>
9846                       <imagedata fileref="images/admin/globalprefs/OpacBrowseResults.png"/>
9847                     </imageobject>
9848                   </mediaobject>
9849                 </screenshot>
9850               </listitem>
9851             </itemizedlist>
9852
9853             <para>Description:</para>
9854
9855             <itemizedlist>
9856               <listitem>
9857                 <para>This preference will control the option to return to
9858                 your results and/or browse them from the detail page in the
9859                 OPAC.</para>
9860               </listitem>
9861             </itemizedlist>
9862           </section>
9863           <section id="OpacCloud">
9864             <title>OpacCloud</title>
9865             <para><important>
9866                 <para>This preference only applies to French systems at this time.</para>
9867               </important>Default: Don't show</para>
9868             <para>Asks: ___  a subject cloud on OPAC</para>
9869             <para>Values:<itemizedlist>
9870                 <listitem>
9871                   <para>Don't show</para>
9872                 </listitem>
9873                 <listitem>
9874                   <para>Show</para>
9875                 </listitem>
9876               </itemizedlist></para>
9877             <para>
9878               <important>
9879                 <para>run the <link linkend="authbrowsercron">Authorities Browser Cron Job</link> to
9880                   create the browser list</para>
9881               </important>
9882             </para>
9883           </section>
9884
9885           <section id="OPACFinesTab">
9886             <title>OPACFinesTab</title>
9887
9888             <para>Default: Allow</para>
9889
9890             <para>Asks: ___ patrons to access the Fines tab on the My Account
9891             page on the OPAC.</para>
9892
9893             <para>Values:</para>
9894
9895             <itemizedlist>
9896               <listitem>
9897                 <para>Allow</para>
9898
9899                 <itemizedlist>
9900                   <listitem>
9901                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9902                     needs to be set to 'allow'</para>
9903                   </listitem>
9904                 </itemizedlist>
9905               </listitem>
9906
9907               <listitem>
9908                 <para>Don't allow</para>
9909               </listitem>
9910             </itemizedlist>
9911           </section>
9912           <section id="OpacHoldNotes">
9913             <title>OpacHoldNotes</title>
9914             <para>Default: Do not allow</para>
9915             <para>Asks: ___  users to add a note when placing a hold.</para>
9916             <para>Values:<itemizedlist>
9917                 <listitem>
9918                   <para>Allow</para>
9919                   <screenshot>
9920                       <screeninfo>Holds notes in the OPAC</screeninfo>
9921                       <mediaobject>
9922                         <imageobject>
9923                           <imagedata fileref="images/admin/globalprefs/OpacHoldNotes.png"/>
9924                         </imageobject>
9925                       </mediaobject>
9926                     </screenshot>
9927                 </listitem>
9928                 <listitem>
9929                   <para>Do not allow</para>
9930                 </listitem>
9931               </itemizedlist></para>
9932           </section>
9933           <section id="OpacItemLocation">
9934             <title>OpacItemLocation</title>
9935             <para>Default: call number only</para>
9936             <para>Asks: Show ____ for items on the OPAC search results.</para>
9937             <para>Values:<itemizedlist>
9938                 <listitem>
9939                   <para>call number only</para>
9940                 </listitem>
9941                 <listitem>
9942                   <para>collection code</para>
9943                 </listitem>
9944                 <listitem>
9945                   <para>location</para>
9946                 </listitem>
9947               </itemizedlist></para>
9948             <para>Description: </para>
9949             <itemizedlist>
9950               <listitem>
9951                 <para>This setting allows users of the OPAC results XSLT stylesheet to choose to
9952                   display collection code or location in addition to call number.</para>
9953               </listitem>
9954             </itemizedlist>
9955           </section>
9956
9957           <section id="OpacPasswordChange">
9958             <title>OpacPasswordChange</title>
9959
9960             <para>Default: Allow</para>
9961
9962             <para>Asks: ___ patrons to change their own password on the
9963             OPAC.</para>
9964
9965             <para>Values:</para>
9966
9967             <itemizedlist>
9968               <listitem>
9969                 <para>Allow</para>
9970
9971                 <itemizedlist>
9972                   <listitem>
9973                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9974                     needs to be set to 'allow'</para>
9975                   </listitem>
9976                 </itemizedlist>
9977               </listitem>
9978
9979               <listitem>
9980                 <para>Don't allow</para>
9981               </listitem>
9982             </itemizedlist>
9983
9984             <important>
9985               <para>Enabling this will break LDAP authentication.</para>
9986             </important>
9987           </section>
9988
9989           <section id="OPACPatronDetails">
9990             <title>OPACPatronDetails</title>
9991
9992             <para>Default: Allow</para>
9993
9994             <para>Asks: ___ patrons to notify the library of changes to their
9995             contact information from the OPAC.</para>
9996
9997             <para>Values:</para>
9998
9999             <itemizedlist>
10000               <listitem>
10001                 <para>Allow</para>
10002
10003                 <itemizedlist>
10004                   <listitem>
10005                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10006                     needs to be set to 'allow'</para>
10007                   </listitem>
10008                 </itemizedlist>
10009               </listitem>
10010
10011               <listitem>
10012                 <para>Don't allow</para>
10013               </listitem>
10014             </itemizedlist>
10015
10016             <para>Description:</para>
10017
10018             <itemizedlist>
10019               <listitem>
10020                 <para>If patrons are allowed to notify the library of changes to their account then
10021                   staff will need to approve the changes via the staff client.  Notification of
10022                   patron account requests will appear on the dashaboard below the list of modules
10023                   with other pending actions.</para>
10024                 <screenshot>
10025                     <screeninfo>Patrons requesting modifications</screeninfo>
10026                     <mediaobject>
10027                       <imageobject>
10028                         <imagedata fileref="images/admin/globalprefs/OPACPatronDetails.png"/>
10029                       </imageobject>
10030                     </mediaobject>
10031                   </screenshot>
10032                 <para>Once you click the notification you will be presented with the changes the
10033                   patron would like to make to their account and from there you can choose how to
10034                   proceed.</para>
10035                 <screenshot>
10036                   <screeninfo>Patrons modifications</screeninfo>
10037                   <mediaobject>
10038                     <imageobject>
10039                       <imagedata fileref="images/admin/globalprefs/OPACPatronDetails-approve.png"/>
10040                     </imageobject>
10041                   </mediaobject>
10042                 </screenshot>
10043                 <note>
10044                   <para>You can control what fields patrons see and can modify via the OPAC by
10045                     setting the <link linkend="PatronSelfRegistrationBorrowerMandatoryField">PatronSelfRegistrationBorrowerMandatoryField</link>
10046                     <link linkend="PatronSelfRegistrationBorrowerUnwantedField">PatronSelfRegistrationBorrowerUnwantedField</link> preferences.</para>
10047                 </note>
10048               </listitem>
10049             </itemizedlist>
10050           </section>
10051
10052           <section id="OPACpatronimage">
10053             <title>OPACpatronimage</title>
10054
10055             <para>Default: Don't show</para>
10056
10057             <para>Asks: ___ patron images on the patron information page in
10058             the OPAC.</para>
10059
10060             <para>Values:</para>
10061
10062             <itemizedlist>
10063               <listitem>
10064                 <para>Don't show</para>
10065               </listitem>
10066
10067               <listitem>
10068                 <para>Show</para>
10069               </listitem>
10070             </itemizedlist>
10071
10072             <para>Description:</para>
10073
10074             <itemizedlist>
10075               <listitem>
10076                 <para>If <link linkend="patronimages">patronimages</link> is
10077                 set to allow the upload of patron images via the staff client,
10078                 then setting this preference to 'show' will show the patron
10079                 what image you have on file for them when they view their
10080                 personal information on their account in the OPAC.</para>
10081               </listitem>
10082             </itemizedlist>
10083           </section>
10084           <section id="OPACPopupAuthorsSearch">
10085             <title>OPACPopupAuthorsSearch</title>
10086             <para>Default: Don't display</para>
10087             <para>Asks: ___  the list of authors/subjects in a popup for a combined search on OPAC
10088               detail pages.</para>
10089             <para>Values:<itemizedlist>
10090                 <listitem>
10091                   <para>Display</para>
10092                   <para>
10093                     <screenshot>
10094                       <screeninfo>Subject search pop up</screeninfo>
10095                       <mediaobject>
10096                         <imageobject>
10097                           <imagedata fileref="images/admin/globalprefs/OPACPopupAuthorsSearch.png"/>
10098                         </imageobject>
10099                       </mediaobject>
10100                     </screenshot>
10101                     <itemizedlist>
10102                       <listitem>
10103                         <important>
10104                           <para>This will only display the pop up if you are not using an XSLT
10105                             stylesheet.  Review your <link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> to find out what stylesheet you're
10106                             using.</para>
10107                         </important>
10108                       </listitem>
10109                     </itemizedlist>
10110                   </para>
10111                 </listitem>
10112                 <listitem>
10113                   <para>Don't display<itemizedlist>
10114                       <listitem>
10115                         <para>Authors and subjects will display as search links instead of pop up
10116                           menus.</para>
10117                       </listitem>
10118                     </itemizedlist></para>
10119                 </listitem>
10120               </itemizedlist></para>
10121             <para>Description:<itemizedlist>
10122                 <listitem>
10123                   <para>If this preference is set to 'Display' then clicking a subject or author
10124                     from the details page in the OPAC will present the searcher with a pop up box.
10125                     From this box you can check off any of the subjects or authors listed and search
10126                     them all at once by clicking 'Search' at the bottom of the pop up.  The default
10127                     behavior is for Koha to search just the clicked author or subject.</para>
10128                 </listitem>
10129               </itemizedlist></para>
10130           </section>
10131
10132           <section id="OpacTopissue">
10133             <title>OpacTopissue</title>
10134
10135             <para>Default: Don't allow</para>
10136
10137             <para>Asks: ___ patrons to access a list of the most checked out
10138             items on the OPAC.</para>
10139
10140             <para>Values:</para>
10141
10142             <itemizedlist>
10143               <listitem>
10144                 <para>Allow</para>
10145
10146                 <itemizedlist>
10147                   <listitem>
10148                     <para>A link to 'Most Popular' will appear at the top of
10149                     your OPAC</para>
10150
10151                     <screenshot>
10152                       <screeninfo>'Most Popular' link under the search
10153                       box</screeninfo>
10154
10155                       <mediaobject>
10156                         <imageobject>
10157                           <imagedata fileref="images/admin/globalprefs/OpacTopissue.png"/>
10158                         </imageobject>
10159                       </mediaobject>
10160                     </screenshot>
10161                   </listitem>
10162                 </itemizedlist>
10163               </listitem>
10164
10165               <listitem>
10166                 <para>Don't allow</para>
10167               </listitem>
10168             </itemizedlist>
10169
10170             <para>Description:</para>
10171
10172             <itemizedlist>
10173               <listitem>
10174                 <para>This preference allows the administrator to choose to
10175                 show the "Most Popular" link at the top of the OPAC under the
10176                 search box. The "Most Popular" page shows the top circulated
10177                 items in the library, as determined by the number of times a
10178                 title has been circulated. This allows users to see what
10179                 titles are popular in their community. It is recommended that
10180                 you leave this preference set to 'Don't allow' until you have
10181                 been live on Koha for a couple of months, otherwise the data
10182                 that it shows will not be an accurate portrayal of what's
10183                 popular in your library.</para>
10184
10185                 <screenshot>
10186                   <screeninfo>Sample top issues page</screeninfo>
10187
10188                   <mediaobject>
10189                     <imageobject>
10190                       <imagedata fileref="images/admin/globalprefs/topissues.png"/>
10191                     </imageobject>
10192                   </mediaobject>
10193                 </screenshot>
10194               </listitem>
10195             </itemizedlist>
10196           </section>
10197
10198           <section id="opacuserlogin">
10199             <title>opacuserlogin</title>
10200
10201             <para>Default: Allow</para>
10202
10203             <para>Asks: ___ patrons to log in to their accounts on the
10204             OPAC.</para>
10205
10206             <para>Values:</para>
10207
10208             <itemizedlist>
10209               <listitem>
10210                 <para>Allow</para>
10211               </listitem>
10212
10213               <listitem>
10214                 <para>Don't allow</para>
10215
10216                 <itemizedlist>
10217                   <listitem>
10218                     <para>The OPAC will still be searchable if patrons can't
10219                     log in, this just disables the patron account access via
10220                     the OPAC</para>
10221                   </listitem>
10222                 </itemizedlist>
10223               </listitem>
10224             </itemizedlist>
10225           </section>
10226
10227           <section id="QuoteOfTheDay">
10228             <title>QuoteOfTheDay</title>
10229
10230             <para>Default: Disable</para>
10231
10232             <para>Asks: ___ Quote of the Day display on OPAC home page</para>
10233
10234             <para>Values:</para>
10235
10236             <itemizedlist>
10237               <listitem>
10238                 <para>Disable</para>
10239               </listitem>
10240
10241               <listitem>
10242                 <para>Enable</para>
10243               </listitem>
10244             </itemizedlist>
10245
10246             <para>Description:</para>
10247
10248             <itemizedlist>
10249               <listitem>
10250                 <para>This feature will allow you to enter a series of quotes
10251                 that will then show on the OPAC homepage in random order. To
10252                 add/edit quotes, visit the <link linkend="QOTDEditor">Quote of
10253                 the Day Editor</link> under Tools.</para>
10254               </listitem>
10255             </itemizedlist>
10256           </section>
10257
10258           <section id="RequestOnOpac">
10259             <title>RequestOnOpac</title>
10260
10261             <para>Default: Allow</para>
10262
10263             <para>Asks: ___ patrons to place holds on items from the
10264             OPAC.</para>
10265
10266             <para>Values:</para>
10267
10268             <itemizedlist>
10269               <listitem>
10270                 <para>Allow</para>
10271
10272                 <itemizedlist>
10273                   <listitem>
10274                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10275                     needs to be set to 'allow'</para>
10276                   </listitem>
10277                 </itemizedlist>
10278               </listitem>
10279
10280               <listitem>
10281                 <para>Don't allow</para>
10282               </listitem>
10283             </itemizedlist>
10284           </section>
10285
10286           <section id="reviewson">
10287             <title>reviewson</title>
10288
10289             <para>Default: Allow</para>
10290
10291             <para>Asks: ___ patrons to make comments on items on the
10292             OPAC.</para>
10293
10294             <para>Values:</para>
10295
10296             <itemizedlist>
10297               <listitem>
10298                 <para>Allow</para>
10299
10300                 <itemizedlist>
10301                   <listitem>
10302                     <para>Patrons comments/reviews all require moderation
10303                     before they appear in the OPAC</para>
10304                   </listitem>
10305
10306                   <listitem>
10307                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10308                     needs to be set to 'Allow'</para>
10309                   </listitem>
10310                 </itemizedlist>
10311               </listitem>
10312
10313               <listitem>
10314                 <para>Don't allow</para>
10315               </listitem>
10316             </itemizedlist>
10317
10318             <para>Description:</para>
10319
10320             <itemizedlist>
10321               <listitem>
10322                 <para>This button allows the patrons to submit comments on
10323                 books they have read via the OPAC. If this preference is set
10324                 to "Allow" reviews are first sent to the staff client for
10325                 staff approval before the review is displayed in the OPAC. The
10326                 staff member who reviews and approves comments may find the
10327                 pending comments on the <link linkend="comments">Comments</link> tool. The staff member can
10328                 then choose to approve or delete the comments.</para>
10329               </listitem>
10330             </itemizedlist>
10331           </section>
10332
10333           <section id="ShowReviewer">
10334             <title>ShowReviewer</title>
10335
10336             <para>Default: full name</para>
10337
10338             <para>Asks: Show ___ of commenter with comments in OPAC.</para>
10339
10340             <para>Values:</para>
10341
10342             <itemizedlist>
10343               <listitem>
10344                 <para>first name</para>
10345               </listitem>
10346
10347               <listitem>
10348                 <para>first name and last initial</para>
10349               </listitem>
10350
10351               <listitem>
10352                 <para>full name</para>
10353               </listitem>
10354
10355               <listitem>
10356                 <para>last name</para>
10357               </listitem>
10358
10359               <listitem>
10360                 <para>no name</para>
10361               </listitem>
10362
10363               <listitem>
10364                 <para>username</para>
10365               </listitem>
10366             </itemizedlist>
10367
10368             <para>Description:</para>
10369
10370             <itemizedlist>
10371               <listitem>
10372                 <para>If you would like to protect your patron's privacy in
10373                 the OPAC you can choose to hide their names or parts of their
10374                 names from any of the comments they leave on bib records in
10375                 your system. <link linkend="reviewson">reviewson</link> needs
10376                 to be set to 'Allow' for this to preference to come in to
10377                 play</para>
10378               </listitem>
10379             </itemizedlist>
10380           </section>
10381
10382           <section id="ShowReviewerPhoto">
10383             <title>ShowReviewerPhoto</title>
10384
10385             <para>Default: Show</para>
10386
10387             <para>Asks: ___ reviewer's photo beside comments in OPAC.</para>
10388
10389             <para>Values:</para>
10390
10391             <itemizedlist>
10392               <listitem>
10393                 <para>Hide</para>
10394               </listitem>
10395
10396               <listitem>
10397                 <para>Show</para>
10398
10399                 <itemizedlist>
10400                   <listitem>
10401                     <para><link linkend="reviewson">reviewson</link> needs to
10402                     be set to 'Allow' and <link linkend="ShowReviewer">ShowReviewer</link> needs to be set
10403                     to 'Show' for this to preference to come in to play</para>
10404
10405                     <screenshot>
10406                       <screeninfo>ShowReviewerPhoto set to 'Show'</screeninfo>
10407
10408                       <mediaobject>
10409                         <imageobject>
10410                           <imagedata fileref="images/admin/globalprefs/ShowReviewerPhoto.png"/>
10411                         </imageobject>
10412                       </mediaobject>
10413                     </screenshot>
10414                   </listitem>
10415                 </itemizedlist>
10416               </listitem>
10417             </itemizedlist>
10418
10419             <para>Description:</para>
10420
10421             <itemizedlist>
10422               <listitem>
10423                 <para>This system preference allows libraries to show avatars
10424                 next to patron's comments in the OPAC. These avatars are
10425                 pulled from the <ulink url="https://www.libravatar.org">Libravatar</ulink> library,
10426                 an open source powered product that allows Internet users to
10427                 choose a small icon to display next to their name on various
10428                 different websites. The library has no control over the images
10429                 the patron chooses to display.</para>
10430               </listitem>
10431             </itemizedlist>
10432           </section>
10433
10434           <section id="SocialNetworks">
10435             <title>SocialNetworks</title>
10436
10437             <para>Default: Disable</para>
10438
10439             <para>Asks: ___ social network links in opac detail pages</para>
10440
10441             <para>Values:</para>
10442
10443             <itemizedlist>
10444               <listitem>
10445                 <para>Disable</para>
10446               </listitem>
10447
10448               <listitem>
10449                 <para>Enable</para>
10450
10451                 <screenshot>
10452                   <screeninfo>Social Networks</screeninfo>
10453
10454                   <mediaobject>
10455                     <imageobject>
10456                       <imagedata fileref="images/admin/globalprefs/SocialNetworks.png"/>
10457                     </imageobject>
10458                   </mediaobject>
10459                 </screenshot>
10460               </listitem>
10461             </itemizedlist>
10462
10463             <para>Description:</para>
10464
10465             <itemizedlist>
10466               <listitem>
10467                 <para>This preference will enable a line of social network
10468                 share buttons below the right hand column on the detail pages
10469                 of records in the OPAC.</para>
10470               </listitem>
10471             </itemizedlist>
10472
10473             <important>
10474               <para>In order for these share buttons to work when clicked you
10475               must have filled in your <link linkend="OPACBaseURL">OPACBaseURL</link> preference.</para>
10476             </important>
10477           </section>
10478
10479           <section id="suggestionspref">
10480             <title>suggestion</title>
10481
10482             <para>Default: Allow</para>
10483
10484             <para>Asks: ___ patrons to make purchase suggestions on the
10485             OPAC.</para>
10486
10487             <para>Values:</para>
10488
10489             <itemizedlist>
10490               <listitem>
10491                 <para>Allow</para>
10492
10493                 <itemizedlist>
10494                   <listitem>
10495                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10496                     needs to be set to 'allow' unless <link linkend="AnonSuggestions">AnonSuggestions</link> is set to
10497                     'allow'</para>
10498                   </listitem>
10499                 </itemizedlist>
10500               </listitem>
10501
10502               <listitem>
10503                 <para>Don't allow</para>
10504               </listitem>
10505             </itemizedlist>
10506           </section>
10507         </section>
10508
10509         <section id="opacpolicyprefs">
10510           <title>Policy</title>
10511
10512           <para/>
10513
10514           <section id="AllowPurchaseSuggestionBranchChoice">
10515             <title>AllowPurchaseSuggestionBranchChoice</title>
10516
10517             <para>Default: Don't allow</para>
10518
10519             <para>Asks: ___ patrons to select branch when making a purchase
10520             suggestion</para>
10521
10522             <para>Values:</para>
10523
10524             <itemizedlist>
10525               <listitem>
10526                 <para>Allow</para>
10527               </listitem>
10528
10529               <listitem>
10530                 <para>Don't allow</para>
10531               </listitem>
10532             </itemizedlist>
10533
10534             <para>Description:</para>
10535
10536             <itemizedlist>
10537               <listitem>
10538                 <para>If your library system lets patrons make purchase
10539                 suggestions for a specific branch you can set this preference
10540                 to 'Allow' to add a branch selection option to the purchase
10541                 suggestion form.</para>
10542               </listitem>
10543             </itemizedlist>
10544           </section>
10545           <section id="BlockExpiredPatronOpacActions">
10546             <title>BlockExpiredPatronOpacActions</title>
10547             <para>Default: Don't block</para>
10548             <para>Asks: ___ expired patrons from OPAC actions such as placing a hold or renewing. </para>
10549             <para>Values:<itemizedlist>
10550                 <listitem>
10551                   <para>Block</para>
10552                 </listitem>
10553                 <listitem>
10554                   <para>Don't block</para>
10555                 </listitem>
10556               </itemizedlist></para>
10557             <para>Description:<itemizedlist>
10558                 <listitem>
10559                   <para>This preference lets you set a default value for how Koha handles
10560                     permissions for patrons who are expired. This preference can be overwritten by
10561                     the setting on <link linkend="patcats">individual patron
10562                     categories</link>.</para>
10563                 </listitem>
10564               </itemizedlist></para>
10565           </section>
10566
10567           <section id="OpacAllowPublicListCreation">
10568             <title>OpacAllowPublicListCreation</title>
10569
10570             <para>Default: Allow</para>
10571
10572             <para>Asks: ___ opac users to create public lists</para>
10573
10574             <para>Values:</para>
10575
10576             <itemizedlist>
10577               <listitem>
10578                 <para>Allow</para>
10579               </listitem>
10580
10581               <listitem>
10582                 <para>Don't allow</para>
10583               </listitem>
10584             </itemizedlist>
10585
10586             <para>Description:</para>
10587
10588             <itemizedlist>
10589               <listitem>
10590                 <para>Public lists are visible to anyone who visits your OPAC.
10591                 With this preference you can control whether or now patrons
10592                 are allowed to create these public lists. If this is set to
10593                 "Don't allow" then only staff will be able to create public
10594                 lists.</para>
10595               </listitem>
10596             </itemizedlist>
10597
10598             <important>
10599               <para>This preference will only be taken in to account if you
10600               have <link linkend="virtualshelves">virtualshelves</link> set to
10601               'Allow'</para>
10602             </important>
10603           </section>
10604
10605           <section id="OpacAllowSharingPrivateLists">
10606             <title>OpacAllowSharingPrivateLists</title>
10607
10608             <para>Default: Don't allow</para>
10609
10610             <para>Asks: ___ opac users to share private lists with other
10611             patrons.</para>
10612
10613             <para>Values:</para>
10614
10615             <itemizedlist>
10616               <listitem>
10617                 <para>Allow</para>
10618               </listitem>
10619
10620               <listitem>
10621                 <para>Don't allow</para>
10622               </listitem>
10623             </itemizedlist>
10624
10625             <para>Description:</para>
10626
10627             <itemizedlist>
10628               <listitem>
10629                 <para>This feature will add the option for patrons to share their lists with other
10630                   patrons. When this is set to 'Allow' patrons will see a share link at the top of
10631                   their list. When they click that link it will ask for the email of the patron they
10632                   would like to share with. Koha will then email the patron an invitation to see the
10633                   list.</para>
10634               </listitem>
10635             </itemizedlist>
10636           </section>
10637
10638           <section id="OPACFineNoRenewals">
10639             <title>OPACFineNoRenewals</title>
10640
10641             <para>Default: 99999</para>
10642
10643             <para>Asks: Only allow patrons to renew their own books on the
10644             OPAC if they have less than ___ USD in fines</para>
10645
10646             <note>
10647               <para>Leave this field blank to disable</para>
10648             </note>
10649
10650             <important>
10651               <para>To allow renewals in the OPAC, <link linkend="opacuserlogin">opacuserlogin</link> needs to be set to
10652               'allow'</para>
10653             </important>
10654           </section>
10655
10656           <section id="OpacHiddenItems">
10657             <title>OpacHiddenItems</title>
10658
10659             <para>Asks: Allows to define custom rules for hiding specific
10660             items at opac. <note>
10661                 <para>See docs/opac/OpacHiddenItems.txt in your Koha install
10662                 directory for more information</para>
10663               </note></para>
10664
10665             <para>Description:</para>
10666
10667             <itemizedlist>
10668               <listitem>
10669                 <para>In this field you can enter criteria for items you would
10670                 like to hide from display in the OPAC. This field takes any
10671                 combination of item fields (from the items table in the Koha
10672                 database) for blocking. For example a value of:</para>
10673
10674                 <para><programlisting>itype: [07, 10]
10675 location: [STAFF, ISO]</programlisting>Will block items with an itype code of
10676                 07 or 10 as well as items that have a shelving location of
10677                 STAFF or ISO.</para>
10678
10679                 <para>In items my items.itype 07 is defined in Item Types
10680                 Administration as Staff Assigned My items.itype 10 in Item
10681                 Types is Archival Copy The locations STAFF and ISO are in
10682                 Authorized Values for category=LOC STAFF means it's assigned
10683                 to the staff reading room and ISO means it is in the isolation
10684                 room.</para>
10685               </listitem>
10686             </itemizedlist>
10687           </section>
10688
10689           <section id="OPACItemHolds">
10690             <title>OPACItemHolds</title>
10691
10692             <para>Default: Allow</para>
10693
10694             <para>Asks: ___ patrons to place holds on specific items in the
10695             OPAC.</para>
10696
10697             <para>Values:</para>
10698
10699             <itemizedlist>
10700               <listitem>
10701                 <para>Allow</para>
10702
10703                 <itemizedlist>
10704                   <listitem>
10705                     <para>Patrons can place holds on specific items as well as
10706                     the next available item.</para>
10707                   </listitem>
10708
10709                   <listitem>
10710                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10711                     needs to be set to 'allow'</para>
10712                   </listitem>
10713                 </itemizedlist>
10714               </listitem>
10715
10716               <listitem>
10717                 <para>Don't allow</para>
10718
10719                 <itemizedlist>
10720                   <listitem>
10721                     <para>If this is disabled, users can only put a hold on
10722                     the next available item.</para>
10723                   </listitem>
10724                 </itemizedlist>
10725               </listitem>
10726             </itemizedlist>
10727           </section>
10728
10729           <section id="OpacRenewalAllowed">
10730             <title>OpacRenewalAllowed</title>
10731
10732             <para>Default: Don't allow</para>
10733
10734             <para>Asks: ___ patrons to renew their own books on the
10735             OPAC.</para>
10736
10737             <para>Values:</para>
10738
10739             <itemizedlist>
10740               <listitem>
10741                 <para>Allow</para>
10742
10743                 <itemizedlist>
10744                   <listitem>
10745                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10746                     needs to be set to 'allow'</para>
10747                   </listitem>
10748                 </itemizedlist>
10749               </listitem>
10750
10751               <listitem>
10752                 <para>Don't allow</para>
10753
10754                 <itemizedlist>
10755                   <listitem>
10756                     <para>Staff will still be able to renew items for patrons
10757                     via the staff client</para>
10758                   </listitem>
10759                 </itemizedlist>
10760               </listitem>
10761             </itemizedlist>
10762
10763             <para>Description:</para>
10764
10765             <itemizedlist>
10766               <listitem>
10767                 <para>This preference allows the administration to choose if
10768                 patrons can renew their checked out materials via their
10769                 checked out history in the OPAC. It allows patrons to renew
10770                 their materials without having to contact the library or
10771                 having to return to the library.</para>
10772               </listitem>
10773             </itemizedlist>
10774           </section>
10775
10776           <section id="OpacRenewalBranch">
10777             <title>OpacRenewalBranch</title>
10778
10779             <para>Default: the branch the item was checked out from</para>
10780
10781             <para>Asks: Use ___ as branchcode to store in the statistics
10782             table</para>
10783
10784             <para>Values:</para>
10785
10786             <itemizedlist>
10787               <listitem>
10788                 <para>NULL</para>
10789               </listitem>
10790
10791               <listitem>
10792                 <para>'OPACRenew'</para>
10793               </listitem>
10794
10795               <listitem>
10796                 <para>the item's home branch</para>
10797               </listitem>
10798
10799               <listitem>
10800                 <para>the patron's home branch</para>
10801               </listitem>
10802
10803               <listitem>
10804                 <para>the branch the item was checked out from</para>
10805               </listitem>
10806             </itemizedlist>
10807
10808             <para>Description:</para>
10809
10810             <itemizedlist>
10811               <listitem>
10812                 <para>This value is used in the statistics table to help with
10813                 reporting. The statistics table in Koha keeps track of all
10814                 checkouts and renewals, this preference defines which branch
10815                 is entered in to the table when a patron renews an item for
10816                 themselves via the OPAC.</para>
10817               </listitem>
10818             </itemizedlist>
10819           </section>
10820
10821           <section id="OPACViewOthersSuggestions">
10822             <title>OPACViewOthersSuggestions</title>
10823
10824             <para>Default: Don't show</para>
10825
10826             <para>Asks: ___ purchase suggestions from other patrons on the
10827             OPAC.</para>
10828
10829             <para>Values:</para>
10830
10831             <itemizedlist>
10832               <listitem>
10833                 <para>Don't show</para>
10834               </listitem>
10835
10836               <listitem>
10837                 <para>Show</para>
10838
10839                 <itemizedlist>
10840                   <listitem>
10841                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10842                     needs to be set to 'allow'</para>
10843                   </listitem>
10844                 </itemizedlist>
10845               </listitem>
10846             </itemizedlist>
10847           </section>
10848
10849           <section id="SearchMyLibraryFirst">
10850             <title>SearchMyLibraryFirst</title>
10851
10852             <para>Default: Don't limit</para>
10853
10854             <para>Asks: ___ patrons' searches to the library they are
10855             registered at.</para>
10856
10857             <para>Values:</para>
10858
10859             <itemizedlist>
10860               <listitem>
10861                 <para>Don't limit</para>
10862
10863                 <itemizedlist>
10864                   <listitem>
10865                     <para>Searching the OPAC will show results from all
10866                     libraries</para>
10867                   </listitem>
10868
10869                   <listitem>
10870                     <para>If you're a one branch system, choose 'Don't
10871                     limit'</para>
10872                   </listitem>
10873                 </itemizedlist>
10874               </listitem>
10875
10876               <listitem>
10877                 <para>Limit</para>
10878
10879                 <itemizedlist>
10880                   <listitem>
10881                     <para>Patrons will still be able to search other libraries
10882                     via the Advanced search page - but will be limited to
10883                     searches for their library only from the basic search
10884                     box</para>
10885                   </listitem>
10886
10887                   <listitem>
10888                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10889                     needs to be set to 'allow'</para>
10890                   </listitem>
10891                 </itemizedlist>
10892               </listitem>
10893             </itemizedlist>
10894           </section>
10895
10896           <section id="singleBranchMode">
10897             <title>singleBranchMode</title>
10898
10899             <para>Default: Don't allow</para>
10900
10901             <para>Asks: ___ patrons to select their branch on the OPAC.</para>
10902
10903             <para>Values:</para>
10904
10905             <itemizedlist>
10906               <listitem>
10907                 <para>Allow</para>
10908
10909                 <itemizedlist>
10910                   <listitem>
10911                     <para><link linkend="opacuserlogin">opacuserlogin</link>
10912                     needs to be set to 'allow'</para>
10913                   </listitem>
10914                 </itemizedlist>
10915               </listitem>
10916
10917               <listitem>
10918                 <para>Don't allow</para>
10919               </listitem>
10920             </itemizedlist>
10921
10922             <para>Description:</para>
10923
10924             <itemizedlist>
10925               <listitem>
10926                 <para>This preference is for libraries that have branches but
10927                 do not want to share their items among other branches within
10928                 their system. If the preference is set to "Don't allow" then
10929                 holdings will be shown for all branches within a system. On
10930                 the "Home" screen of the OPAC users have the choice of
10931                 narrowing down results by item location. Setting this
10932                 preference to "Allow" will display only one branch's
10933                 holdings.</para>
10934               </listitem>
10935             </itemizedlist>
10936           </section>
10937         </section>
10938
10939         <section id="opacprivacyprefs">
10940           <title>Privacy</title>
10941
10942           <para/>
10943
10944           <section id="AnonSuggestions">
10945             <title>AnonSuggestions</title>
10946
10947             <para>Default: Don't allow</para>
10948
10949             <para>Asks: ___ patrons that aren't logged in to make purchase
10950             suggestions. <important>
10951                 <para>If set to 'Allow', suggestions are connected to the
10952                 <link linkend="AnonymousPatron">AnonymousPatron</link></para>
10953               </important></para>
10954
10955             <para>Values:</para>
10956
10957             <itemizedlist>
10958               <listitem>
10959                 <para>Allow</para>
10960               </listitem>
10961
10962               <listitem>
10963                 <para>Don't allow</para>
10964               </listitem>
10965             </itemizedlist>
10966           </section>
10967
10968           <section id="AnonymousPatron">
10969             <title>AnonymousPatron</title>
10970
10971             <para>Default: 0</para>
10972
10973             <para>Asks: Use borrowernumber ___ as the Anonymous Patron (for anonymous suggestions
10974               and reading history) </para>
10975             <note>
10976               <para>Before setting this preference <link linkend="addnewpatron">create a
10977                   patron</link> to be used for all anonymous suggestions and/or reading history
10978                 items. This patron can be any type and should be named something to make it clear to
10979                 you that they're anonymous (ex. Anonymous Patron).</para>
10980             </note>
10981             <important>
10982               <para>Remember to use the borrowernumber note the patron's cardnumber for this value.
10983                 The borrowernumber can be found on the patron record under 'Library use' on the right.<screenshot>
10984                   <screeninfo>Borrowernumber</screeninfo>
10985                   <mediaobject>
10986                     <imageobject>
10987                       <imagedata fileref="images/admin/globalprefs/AnonymousPatron.png"/>
10988                     </imageobject>
10989                   </mediaobject>
10990                 </screenshot></para>
10991             </important>
10992           </section>
10993
10994           <section id="EnableOpacSearchHistory">
10995             <title>EnableOpacSearchHistory</title>
10996
10997             <para>Default: Keep</para>
10998
10999             <para>Asks: ___ patron search history in the OPAC.</para>
11000
11001             <para>Values:</para>
11002
11003             <itemizedlist>
11004               <listitem>
11005                 <para>Don't keep</para>
11006               </listitem>
11007
11008               <listitem>
11009                 <para>Keep</para>
11010               </listitem>
11011             </itemizedlist>
11012           </section>
11013
11014           <section id="OPACPrivacy">
11015             <title>OPACPrivacy</title>
11016
11017             <para>Default: Don't allow</para>
11018
11019             <para>Asks: ___ patrons to choose their own privacy settings for
11020             their reading history. <important>
11021                 <para>This requires <link linkend="opacreadinghistory">opacreadinghistory</link> set to
11022                 'Allow' and <link linkend="AnonymousPatron">AnonymousPatron</link> to be set to
11023                 your anonymous patron's borrowernumber.</para>
11024               </important></para>
11025
11026             <para>Values:</para>
11027
11028             <itemizedlist>
11029               <listitem>
11030                 <para>Allow</para>
11031               </listitem>
11032
11033               <listitem>
11034                 <para>Don't allow</para>
11035               </listitem>
11036             </itemizedlist>
11037           </section>
11038
11039           <section id="opacreadinghistory">
11040             <title>opacreadinghistory</title>
11041
11042             <para>Default: Allow</para>
11043
11044             <para>Asks: ___ patrons to see what books they have checked out in
11045             the past.</para>
11046
11047             <important>
11048               <para>Enabling this will make it so that patrons can view their circulation history in
11049                 the OPAC unless you have <link linkend="OPACPrivacy">OPACPrivacy</link> set to
11050                 'Allow.'</para>
11051             </important>
11052
11053             <important>
11054               <para>This data is stored in the system regardless of your
11055               choice, unless your patrons have chosen to never have their
11056               reading history kept.</para>
11057             </important>
11058           </section>
11059           <section id="TrackClicks">
11060             <title>TrackClicks</title>
11061             <para>Default: Don't track</para>
11062             <para>Asks: ___  links that patrons click on.</para>
11063             <para>Values:<itemizedlist>
11064                 <listitem>
11065                   <para>Don't track</para>
11066                 </listitem>
11067                 <listitem>
11068                   <para>Track</para>
11069                 </listitem>
11070                 <listitem>
11071                   <para>Track anonymously</para>
11072                 </listitem>
11073               </itemizedlist></para>
11074             <para>Description:<itemizedlist>
11075                 <listitem>
11076                   <para>By setting this preference to one of the track options you will allow Koha
11077                     to track every link clicked in Koha.  This data will be stored in a database
11078                     table so that you can run reports against that data.  If you choose to 'Track'
11079                     clicks then Koha will record both the link clicked and the logged in user who
11080                     clicked the link. If you choose to 'Track anonymously' then the borrowernumber
11081                     will not be recorded, but the rest of the data will.<note>
11082                       <para>Remember to update your local privacy policies and link to them from the
11083                         OPAC to notify your users that you are tracking their information.</para>
11084                     </note></para>
11085                 </listitem>
11086               </itemizedlist></para>
11087           </section>
11088         </section>
11089         <section id="opacselfregistrationprefs">
11090           <title>Self Registration</title>
11091           <section id="PatronSelfRegistration">
11092             <title>PatronSelfRegistration</title>
11093             <para>Default: Don't allow</para>
11094             <para>Asks: ___ library patrons to register an account via the OPAC.</para>
11095             <para>Values:<itemizedlist>
11096                 <listitem>
11097                   <para>Allow</para>
11098                 </listitem>
11099                 <listitem>
11100                   <para>Don't allow</para>
11101                 </listitem>
11102               </itemizedlist></para>
11103             <para>Description:</para>
11104             <itemizedlist>
11105               <listitem>
11106                 <para>Setting this preference to 'Allow' will provide a link on the OPAC to register
11107                   for a new account.  Using the other <link linkend="opacselfregistrationprefs">Self
11108                     Registration</link> system preferences you can control how this preference will function.</para>
11109                 <screenshot>
11110                     <screeninfo>Register link in the OPAC</screeninfo>
11111                     <mediaobject>
11112                       <imageobject>
11113                         <imagedata fileref="images/admin/globalprefs/PatronSelfRegistration.png"/>
11114                       </imageobject>
11115                     </mediaobject>
11116                   </screenshot>
11117               </listitem>
11118             </itemizedlist>
11119             <important>
11120               <para>Patrons registering via the OPAC will not need to be approved by a librarian.
11121                 For this reason it is recommended that you set up a provisional <link linkend="patcats">patron category</link> with no <link linkend="circfinerules">circulation rights</link>.  That way patrons will have to come in to the library
11122                 to verify their identity before given circulation rights at the library. Once the
11123                 patron confirms their identiy the library staff can change the category to one with
11124                 permissions to check items out and place holds.</para>
11125             </important>
11126           </section>
11127           <section id="PatronSelfRegistrationAdditionalInstructions">
11128             <title>PatronSelfRegistrationAdditionalInstructions</title>
11129             <para>Asks: Display the following additional instructions for patrons who self register
11130               via the OPAC ( HTML is allowed ): </para>
11131             <para>Description:<itemizedlist>
11132                 <listitem>
11133                   <para>This preference takes any HTML you'd like to display on the page the patron
11134                     sees after successfully registering for their library card.</para>
11135                 </listitem>
11136               </itemizedlist></para>
11137           </section>
11138           <section id="PatronSelfRegistrationBorrowerMandatoryField">
11139             <title>PatronSelfRegistrationBorrowerMandatoryField</title>
11140             <para>Default: surname|firstname</para>
11141             <para>Asks: The following database columns must be filled in on the patron entry screen:
11142               ___</para>
11143             <para>Description:</para>
11144             <itemizedlist>
11145               <listitem>
11146                 <para>This preference allows you to define what fields patrons must fill in on their
11147                   self regisration form.  If any of the required fields are blank Koha will not let
11148                   the patron register.</para>
11149               </listitem>
11150             </itemizedlist>
11151             <important>
11152               <para>Separate columns with |</para>
11153             </important>
11154             <note>
11155               <para>For help with field names, ask your system administrator or <ulink url="http://schema.koha-community.org/tables/borrowers.html">view the database
11156                   structure</ulink> associated with the borrowers table.</para>
11157             </note>
11158             <note>
11159               <para>If you're going to require that patrons verify their accounts via email with the
11160                   <link linkend="PatronSelfRegistrationVerifyByEmail">PatronSelfRegistrationVerifyByEmail</link> preference the email field will
11161                 automatically be marked as required.</para>
11162             </note>
11163           </section>
11164           <section id="PatronSelfRegistrationBorrowerUnwantedField">
11165             <title>PatronSelfRegistrationBorrowerUnwantedField</title>
11166             <para>Asks: The following database columns will not appear on the patron entry screen:
11167               ___</para>
11168             <para>Description:</para>
11169             <itemizedlist>
11170               <listitem>
11171                 <para>Using this preference you can hide fields from the patron registraion and
11172                   update form in the OPAC.</para>
11173               </listitem>
11174             </itemizedlist>
11175             <important>
11176               <para>Separate columns with |</para>
11177             </important>
11178             <note>
11179               <para>For help with field names, ask your system administrator or <ulink url="http://schema.koha-community.org/tables/borrowers.html">view the database
11180                   structure</ulink> associated with the borrowers table.</para>
11181             </note>
11182           </section>
11183           <section id="PatronSelfRegistrationDefaultCategory">
11184             <title>PatronSelfRegistrationDefaultCategory</title>
11185             <para>Asks: Use the patron category code ___ as the default patron category for patrons
11186               registered via the OPAC. </para>
11187             <para>Description:</para>
11188             <itemizedlist>
11189               <listitem>
11190                 <para>Enter in the patron category code for the category that all new patrons
11191                   registered via the OPAC will be put in to.</para>
11192               </listitem>
11193             </itemizedlist>
11194             <important>
11195               <para>Patrons registering via the OPAC will not need to be approved by a librarian.
11196                 For this reason it is recommended that you set up a provisional <link linkend="patcats">patron category</link> with no <link linkend="circfinerules">circulation rights</link>.  That way patrons will have to come in to the library
11197                 to verify their identity before given circulation rights at the library. Once the
11198                 patron confirms their identiy the library staff can change the category to one with
11199                 permissions to check items out and place holds.</para>
11200             </important>
11201             <important>
11202               <para>If you leave this blank or enter in an invalid code your patrons will still be
11203                 able to register but will not be given a username. There will be no errors on the
11204                 page to explain this, so be sure to enter a valid patron category code.</para>
11205             </important>
11206           </section>
11207           <section id="PatronSelfRegistrationExpireTemporaryAccountsDelay">
11208             <title>PatronSelfRegistrationExpireTemporaryAccountsDelay</title>
11209             <para>Default: 0</para>
11210             <para>Asks: Delete patrons registered via the OPAC, but not yet verified after ___
11211               days.</para>
11212             <para>Description:<itemizedlist>
11213                 <listitem>
11214                   <para>This prefence links to the <link linkend="deleteexpiredregistrationcron"
11215                       >delete_expired_opac_registrations.pl cron job</link>. If that cron is set to
11216                     run nightly it will clean up any registrations that have not been verified via
11217                     email in the number of days entered on this preference. This is dependent on
11218                       <link linkend="PatronSelfRegistrationVerifyByEmail"
11219                       >PatronSelfRegistrationVerifyByEmail</link> preference.</para>
11220                 </listitem>
11221               </itemizedlist></para>
11222           </section>
11223           <section id="PatronSelfRegistrationVerifyByEmail">
11224             <title>PatronSelfRegistrationVerifyByEmail</title>
11225             <para>Default: Don't require</para>
11226             <para>Asks: ___  that a self-registering patron verify his or herself via email.</para>
11227             <para>Values:<itemizedlist>
11228                 <listitem>
11229                   <para>Don't require</para>
11230                 </listitem>
11231                 <listitem>
11232                   <para>Require</para>
11233                 </listitem>
11234               </itemizedlist></para>
11235             <para>Description:<itemizedlist>
11236                 <listitem>
11237                   <para>If you require patrons to verify their accounts via email they will not be
11238                     able to log in to the OPAC until they acknowledge the email sent by Koha. If you
11239                     don't require this then patrons will be able to log in as soon as they fill in
11240                     the registration form. You can set the <link
11241                       linkend="PatronSelfRegistrationExpireTemporaryAccountsDelay"
11242                       >PatronSelfRegistrationExpireTemporaryAccountsDelay</link> preference to
11243                     delete the un-verified self registrations after a certain number of days.</para>
11244                 </listitem>
11245               </itemizedlist><note>
11246                 <para>If you're going to require that patrons verify their accounts via email then
11247                   the email field will automatically be marked as required.</para>
11248               </note></para>
11249           </section>
11250         </section>
11251
11252         <section id="shelfbrowseprefs">
11253           <title>Shelf Browser</title>
11254
11255           <para/>
11256
11257           <section id="OPACShelfBrowser">
11258             <title>OPACShelfBrowser</title>
11259
11260             <para>Default: Show</para>
11261
11262             <para>Asks: ___ a shelf browser on item details pages, allowing
11263             patrons to see what's near that item on the shelf.</para>
11264
11265             <para>Values:</para>
11266
11267             <itemizedlist>
11268               <listitem>
11269                 <para>Don't show</para>
11270               </listitem>
11271
11272               <listitem>
11273                 <para>Show</para>
11274
11275                 <screenshot>
11276                   <screeninfo>OPACShelfBrowser</screeninfo>
11277
11278                   <mediaobject>
11279                     <imageobject>
11280                       <imagedata fileref="images/admin/globalprefs/OPACShelfBrowser.png"/>
11281                     </imageobject>
11282                   </mediaobject>
11283                 </screenshot>
11284               </listitem>
11285             </itemizedlist>
11286
11287             <para>Description:</para>
11288
11289             <itemizedlist>
11290               <listitem>
11291                 <para>This preference allows patrons to view what is located
11292                 on the shelf near the item they looked up. The shelf browser
11293                 option appears on the details page to the right of each items'
11294                 call number. Clicking the 'Browse Shelf' link allows for a
11295                 virtual shelf browsing experience via the OPAC and lets
11296                 patrons see other books that may relate to their search and
11297                 items that sit on the shelf near the item they are looking
11298                 at.</para>
11299               </listitem>
11300             </itemizedlist>
11301
11302             <important>
11303               <para>This uses up a fairly large amount of resources on your
11304               server, and should be avoided if your collection has a large
11305               number of items.</para>
11306             </important>
11307           </section>
11308
11309           <section id="ShelfBrowserUsesCcode">
11310             <title>ShelfBrowserUsesCcode</title>
11311
11312             <para>Default: Don't use</para>
11313
11314             <para>Asks: ___ the item collection code when finding items for
11315             the shelf browser.</para>
11316
11317             <para>Values:</para>
11318
11319             <itemizedlist>
11320               <listitem>
11321                 <para>Don't use</para>
11322               </listitem>
11323
11324               <listitem>
11325                 <para>Use</para>
11326               </listitem>
11327             </itemizedlist>
11328
11329             <para>Description:</para>
11330
11331             <itemizedlist>
11332               <listitem>
11333                 <para>If your library uses collection codes then you might
11334                 want the shelf browser to take into consideration what
11335                 collection the books belong to when populating the virtual
11336                 shelf browser.</para>
11337               </listitem>
11338             </itemizedlist>
11339           </section>
11340
11341           <section id="ShelfBrowserUsesHomeBranch">
11342             <title>ShelfBrowserUsesHomeBranch</title>
11343
11344             <para>Default: Use</para>
11345
11346             <para>Asks: ___ the item home branch when finding items for the
11347             shelf browser.</para>
11348
11349             <para>Values:</para>
11350
11351             <itemizedlist>
11352               <listitem>
11353                 <para>Don't use</para>
11354               </listitem>
11355
11356               <listitem>
11357                 <para>Use</para>
11358               </listitem>
11359             </itemizedlist>
11360
11361             <para>Description:</para>
11362
11363             <itemizedlist>
11364               <listitem>
11365                 <para>If you have a multiple branch system you may want to
11366                 make sure that Koha takes into consideration what branch owns
11367                 the books when populating the virtual shelf browser for
11368                 accuracy.</para>
11369               </listitem>
11370             </itemizedlist>
11371           </section>
11372
11373           <section id="ShelfBrowserUsesLocation">
11374             <title>ShelfBrowserUsesLocation</title>
11375
11376             <para>Default: Use</para>
11377
11378             <para>Asks: ___ the item location when finding items for the shelf
11379             browser.</para>
11380
11381             <para>Values:</para>
11382
11383             <itemizedlist>
11384               <listitem>
11385                 <para>Don't use</para>
11386               </listitem>
11387
11388               <listitem>
11389                 <para>Use</para>
11390               </listitem>
11391             </itemizedlist>
11392
11393             <para>Description:</para>
11394
11395             <itemizedlist>
11396               <listitem>
11397                 <para>If your library uses shelving locations then you might
11398                 want the shelf browser to take into consideration what
11399                 shelving location the books belong to when populating the
11400                 virtual shelf browser.</para>
11401               </listitem>
11402             </itemizedlist>
11403           </section>
11404         </section>
11405       </section>
11406
11407       <section id="patronprefs">
11408         <title>Patrons</title>
11409
11410         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
11411         Global System Preferences &gt; Patrons</para>
11412
11413         <section id="AddPatronLists">
11414           <title>AddPatronLists</title>
11415
11416           <para>Default: specific categories</para>
11417
11418           <para>Asks: List ___ under the new patron menu.</para>
11419
11420           <para>Values:</para>
11421
11422           <itemizedlist>
11423             <listitem>
11424               <para>general patron types</para>
11425
11426               <screenshot>
11427                 <screeninfo>Add patron options with AddPatronLists set to
11428                 general patron types</screeninfo>
11429
11430                 <mediaobject>
11431                   <imageobject>
11432                     <imagedata fileref="images/admin/globalprefs/AddPatronLists-category.png"/>
11433                   </imageobject>
11434                 </mediaobject>
11435               </screenshot>
11436             </listitem>
11437
11438             <listitem>
11439               <para>specific categories</para>
11440
11441               <screenshot>
11442                 <screeninfo>Add patron options with AddPatronLists set to
11443                 specific categories</screeninfo>
11444
11445                 <mediaobject>
11446                   <imageobject>
11447                     <imagedata fileref="images/admin/globalprefs/AddPatronLists-specific.png"/>
11448                   </imageobject>
11449                 </mediaobject>
11450               </screenshot>
11451             </listitem>
11452           </itemizedlist>
11453         </section>
11454
11455         <section id="AutoEmailOPACUser">
11456           <title>AutoEmailOpacUser</title>
11457
11458           <para>Default: Don't send</para>
11459
11460           <para>Asks: ___ an email to newly created patrons with their account
11461           details.</para>
11462
11463           <para>Description:</para>
11464
11465           <itemizedlist>
11466             <listitem>
11467               <para>AutoEmailOpacUser allows library users to be notified by
11468               email of their account details when a new account is opened at
11469               the email address specified in the <link linkend="AutoEmailPrimaryAddress">AutoEmailPrimaryAddress</link>
11470               preference. The email contains the username and password given
11471               to or chosen by the patron when signing up for their account and
11472               can be customized by editing the <link linkend="ACCTDETAILS">ACCTDETAILS</link> notice.</para>
11473             </listitem>
11474           </itemizedlist>
11475
11476           <para>Values:</para>
11477
11478           <itemizedlist>
11479             <listitem>
11480               <para>Don't send</para>
11481             </listitem>
11482
11483             <listitem>
11484               <para>Send</para>
11485             </listitem>
11486           </itemizedlist>
11487         </section>
11488
11489         <section id="AutoEmailPrimaryAddress">
11490           <title>AutoEmailPrimaryAddress</title>
11491
11492           <para>Default: alternate</para>
11493
11494           <para>Asks: Use ___ patron email address for sending out
11495           emails.</para>
11496
11497           <para>Values:</para>
11498
11499           <itemizedlist>
11500             <listitem>
11501               <para>alternate</para>
11502             </listitem>
11503
11504             <listitem>
11505               <para>first valid</para>
11506             </listitem>
11507
11508             <listitem>
11509               <para>home</para>
11510             </listitem>
11511
11512             <listitem>
11513               <para>work</para>
11514             </listitem>
11515           </itemizedlist>
11516
11517           <para>Description:</para>
11518
11519           <itemizedlist>
11520             <listitem>
11521               <para>If you choose 'first valid' as the value for
11522               AutoEmailPrimaryAddress the system will check the email fields
11523               in this order: home, work, then alternate. Otherwise the system
11524               will use the email address you specify.</para>
11525             </listitem>
11526           </itemizedlist>
11527         </section>
11528
11529         <section id="autoMemberNum">
11530           <title>autoMemberNum</title>
11531
11532           <para>Default: Do</para>
11533
11534           <para>Asks: ___ default the card number field on the patron addition
11535           screen to the next available card number</para>
11536
11537           <para>Values:</para>
11538
11539           <itemizedlist>
11540             <listitem>
11541               <para>Do</para>
11542
11543               <itemizedlist>
11544                 <listitem>
11545                   <para>If the largest currently used card number is
11546                   26345000012941, then this field will default to
11547                   26345000012942 for the next patron</para>
11548                 </listitem>
11549               </itemizedlist>
11550             </listitem>
11551
11552             <listitem>
11553               <para>Don't</para>
11554             </listitem>
11555           </itemizedlist>
11556
11557           <para>Description:</para>
11558
11559           <itemizedlist>
11560             <listitem>
11561               <para>This preference determines if the patron's barcode is
11562               automatically calculated. This prevents the person setting up
11563               the library card account from having to assign a number to the
11564               new card. If set to 'Do' the system will calculate a new patron
11565               barcode by adding 1 to the maximum barcode already present in
11566               the database.</para>
11567             </listitem>
11568           </itemizedlist>
11569         </section>
11570
11571         <section id="BorrowerMandatoryField">
11572           <title>BorrowerMandatoryField</title>
11573
11574           <para>Default: surname|cardnumber|barcode</para>
11575
11576           <para>Asks: The following database columns must be filled in on the
11577           patron entry screen: ___</para>
11578
11579           <para>Description:</para>
11580
11581           <itemizedlist>
11582             <listitem>
11583               <para>This preference enables the system administrator to choose
11584               which fields your library would like required for patron
11585               accounts. Enter field names separated by | (bar). This ensures
11586               that basic information is included in each patron record. If a
11587               patron leaves one of the required fields blank an error message
11588               will issue and the account will not be created.</para>
11589             </listitem>
11590           </itemizedlist>
11591
11592           <important>
11593             <para>Separate columns with |</para>
11594           </important>
11595
11596           <note>
11597             <para>For help with field names, ask your system administrator or
11598             <ulink url="http://schema.koha-community.org/tables/borrowers.html">view
11599             the database structure</ulink> associated with the borrowers
11600             table.</para>
11601           </note>
11602         </section>
11603
11604         <section id="borrowerRelationship">
11605           <title>borrowerRelationship</title>
11606
11607           <para>Default: father|mother</para>
11608
11609           <para>Asks: Guarantors can be the following of those they guarantee
11610           ___</para>
11611
11612           <para>Description:</para>
11613
11614           <itemizedlist>
11615             <listitem>
11616               <para>This preference enables the system administrator to define
11617               valid relationships between a guarantor (usually a parent) &amp;
11618               a guarantee (usually a child). Defining values for this field
11619               does not make the guarantor field required when adding a
11620               guarantee type patron. This preference creates a drop down list
11621               identifying the relationship of the guarantor to the guarantee.
11622               To disable the ability to add children types in Koha you can
11623               leave this field blank.</para>
11624             </listitem>
11625           </itemizedlist>
11626
11627           <important>
11628             <para>Input multiple choices separated by |</para>
11629           </important>
11630         </section>
11631
11632         <section id="BorrowerRenewalPeriodBase">
11633           <title>BorrowerRenewalPeriodBase</title>
11634
11635           <para>Default: current date</para>
11636
11637           <para>Asks: When renewing borrowers, base the new expiry date on
11638           ___</para>
11639
11640           <para>Values:</para>
11641
11642           <itemizedlist>
11643             <listitem>
11644               <para>current date.</para>
11645             </listitem>
11646
11647             <listitem>
11648               <para>current membership expiry date.</para>
11649             </listitem>
11650           </itemizedlist>
11651
11652           <para>Description:</para>
11653
11654           <itemizedlist>
11655             <listitem>
11656               <para>This preference controls what the patron's new expiration
11657               date will be when you renew their card. Using the 'current date'
11658               will add the subscription period to today's date when
11659               calculating the new expiration date. Using 'current membership
11660               expiry date' will add the subscription period to the old
11661               expiration date for the patron when renewing their
11662               account.</para>
11663             </listitem>
11664           </itemizedlist>
11665         </section>
11666
11667         <section id="BorrowersTitles">
11668           <title>BorrowersTitles</title>
11669
11670           <para>Default: Mr|Mrs|Miss|Ms</para>
11671
11672           <para>Asks: Borrowers can have the following titles ___</para>
11673
11674           <para>Description:</para>
11675
11676           <itemizedlist>
11677             <listitem>
11678               <para>This preference allows the staff to choose the titles that
11679               can be assigned to patrons. The choices present as a drop down
11680               list when creating a patron record.</para>
11681             </listitem>
11682           </itemizedlist>
11683
11684           <important>
11685             <para>Input multiple choices separated by |</para>
11686           </important>
11687         </section>
11688
11689         <section id="BorrowerUnwantedField">
11690           <title>BorrowerUnwantedField</title>
11691
11692           <para>Asks: The following database columns will not appear on the
11693           patron entry screen: ___</para>
11694
11695           <para>Description:</para>
11696
11697           <itemizedlist>
11698             <listitem>
11699               <para>This preference enables the system administrator to choose
11700               which fields your library doesn't need to see on the patron
11701               entry form. Enter field names separated by | (bar).</para>
11702             </listitem>
11703           </itemizedlist>
11704
11705           <important>
11706             <para>Separate columns with |</para>
11707           </important>
11708
11709           <note>
11710             <para>For help with field names, ask your system administrator or
11711             <ulink url="http://schema.koha-community.org/tables/borrowers.html">view
11712             the database structure</ulink> associated with the borrowers
11713             table.</para>
11714           </note>
11715         </section>
11716         <section id="CardnumberLength">
11717           <title>CardnumberLength</title>
11718           <para>Asks: Card numbers for patrons must be ___ characters long. </para>
11719           <para>Description:<itemizedlist>
11720               <listitem>
11721                 <para>The length can be a single number to specify an exact length, a range
11722                   separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum (i.e.,
11723                   ',Max'). If 'cardnumber' is included in the <link linkend="BorrowerMandatoryField"
11724                     >BorrowerMandatoryField</link> list, the minimum length, if not specified here,
11725                   defaults to one. </para>
11726               </listitem>
11727             </itemizedlist></para>
11728         </section>
11729
11730         <section id="checkdigit">
11731           <title>checkdigit</title>
11732
11733           <para>Default: Don't</para>
11734
11735           <para>Asks: ___ check and construct borrower card numbers in the
11736           Katipo style.</para>
11737
11738           <para>Values:</para>
11739
11740           <itemizedlist>
11741             <listitem>
11742               <para>Do</para>
11743             </listitem>
11744
11745             <listitem>
11746               <para>Don't</para>
11747             </listitem>
11748           </itemizedlist>
11749
11750           <important>
11751             <para>This overrides <link linkend="autoMemberNum">autoMemberNum</link> if on.</para>
11752           </important>
11753         </section>
11754
11755         <section id="EnableBorrowerFiles">
11756           <title>EnableBorrowerFiles</title>
11757
11758           <para>Default: Don't</para>
11759
11760           <para>Asks: ___ enable the ability to upload and attach arbitrary
11761           files to a borrower record.</para>
11762
11763           <para>Values:</para>
11764
11765           <itemizedlist>
11766             <listitem>
11767               <para>Do</para>
11768             </listitem>
11769
11770             <listitem>
11771               <para>Don't</para>
11772             </listitem>
11773           </itemizedlist>
11774
11775           <para>Description:</para>
11776
11777           <itemizedlist>
11778             <listitem>
11779               <para>When enabled this will add a 'Files' tab to the left of
11780               the patron detail page where you can view and upload files to
11781               the patron record.</para>
11782             </listitem>
11783           </itemizedlist>
11784         </section>
11785
11786         <section id="EnhancedMessagingPreferences">
11787           <title>EnhancedMessagingPreferences</title>
11788
11789           <para>Default: Allow</para>
11790
11791           <para>Asks: ___ patrons to choose which notices they receive and
11792           when they receive them.</para>
11793
11794           <para>Values:</para>
11795
11796           <itemizedlist>
11797             <listitem>
11798               <para>Allow</para>
11799             </listitem>
11800
11801             <listitem>
11802               <para>Don't allow</para>
11803             </listitem>
11804           </itemizedlist>
11805
11806           <important>
11807             <para>This only applies to certain kinds of notices, overdue
11808             notices will be sent based on the library's rules, not the
11809             patron's choice.</para>
11810           </important>
11811
11812           <para>Description:</para>
11813
11814           <itemizedlist>
11815             <listitem>
11816               <para>These messages are in addition to the overdue notices that
11817               the library sends. The difference between these notices and
11818               overdues is that the patron can opt-in and out of these. Setting
11819               this preference to 'Allow' will allow patrons to choose to
11820               receive any one of the following messages:</para>
11821
11822               <itemizedlist>
11823                 <listitem>
11824                   <para>Item Checkout : A notice that lists all the of the items the patron has just
11825                     checked out and/or renewed, this is an electronic form of the checkout
11826                     receipt</para>
11827                 </listitem>
11828
11829                 <listitem>
11830                   <para>Item Due : A notice on the day and item is due back at
11831                   the library</para>
11832                 </listitem>
11833
11834                 <listitem>
11835                   <para>Hold Filled : A notice when you have confirmed the
11836                   hold is waiting for the patron</para>
11837                 </listitem>
11838
11839                 <listitem>
11840                   <para>Item Checkin : A notice that lists all the of the
11841                   items the patron has just checked in</para>
11842                 </listitem>
11843
11844                 <listitem>
11845                   <para>Advanced Notice : A notice in advance of the patron's
11846                   items being due (The patron can choose the number of days in
11847                   advance)</para>
11848                 </listitem>
11849               </itemizedlist>
11850             </listitem>
11851           </itemizedlist>
11852         </section>
11853
11854         <section id="ExtendedPatronAttributes">
11855           <title>ExtendedPatronAttributes</title>
11856
11857           <para>Default: Enable</para>
11858
11859           <para>Asks: ___ searching, editing and display of custom attributes
11860           on patrons.</para>
11861
11862           <para>Values:</para>
11863
11864           <itemizedlist>
11865             <listitem>
11866               <para>Don't enable</para>
11867             </listitem>
11868
11869             <listitem>
11870               <para>Enable</para>
11871
11872               <itemizedlist>
11873                 <listitem>
11874                   <para>Define attributes in Koha administration</para>
11875                 </listitem>
11876
11877                 <listitem>
11878                   <para>Get there: More &gt; Administration &gt; <link linkend="patronattributetypes">Patron Attribute
11879                   Types</link></para>
11880                 </listitem>
11881               </itemizedlist>
11882             </listitem>
11883           </itemizedlist>
11884
11885           <para>Description:</para>
11886
11887           <itemizedlist>
11888             <listitem>
11889               <para>Patron attributes are library-defined custom fields that
11890               can be applied to patron records.</para>
11891             </listitem>
11892           </itemizedlist>
11893
11894           <note>
11895             <para>Use custom attributes for fields that the default patron
11896             record does not support such as driver's license number or student
11897             ID number.</para>
11898           </note>
11899         </section>
11900
11901         <section id="intranetreadinghistory">
11902           <title>intranetreadinghistory</title>
11903
11904           <para>Default: Allow</para>
11905
11906           <para>Asks: ___ staff to access a patron's checkout
11907           history<important>
11908               <para>If you have the <link linkend="OPACPrivacy">OPACPrivacy</link> preference set to
11909               'Allow' and the patron has decided to not have their history
11910               kept staff will only see currently checked out items.</para>
11911             </important></para>
11912
11913           <para>Values:</para>
11914
11915           <itemizedlist>
11916             <listitem>
11917               <para>Allow</para>
11918             </listitem>
11919
11920             <listitem>
11921               <para>Don't allow</para>
11922             </listitem>
11923           </itemizedlist>
11924
11925           <important>
11926             <para>This data is stored in the system regardless of your
11927             choice.</para>
11928           </important>
11929         </section>
11930
11931         <section id="MaxFine">
11932           <title>MaxFine</title>
11933
11934           <para>Default: 9999</para>
11935
11936           <para>Asks: The late fine for all checkouts will only go up to ___
11937           USD.</para>
11938
11939           <para>Description:</para>
11940
11941           <itemizedlist>
11942             <listitem>
11943               <para>This preference controls the default cap on fines accrued
11944               by the patron. Leaving this preference blank means that there is
11945               no cap on the amount of fines a patron can accrue. If you'd
11946               like, single item caps can be specified in the <link linkend="circfinerules">circulation rules matrix</link>.</para>
11947             </listitem>
11948           </itemizedlist>
11949         </section>
11950
11951         <section id="minPasswordLength">
11952           <title>minPasswordLength</title>
11953
11954           <para>Default: 3</para>
11955
11956           <para>Asks: Login passwords for staff and patrons must be at least
11957           ___ characters long.</para>
11958
11959           <important>
11960             <para>This applies to both the staff login and the patron OPAC
11961             login.</para>
11962           </important>
11963         </section>
11964
11965         <section id="NotifyBorrowerDeparture">
11966           <title>NotifyBorrowerDeparture</title>
11967
11968           <para>Default: 30</para>
11969
11970           <para>Asks: Show a notice that a patron is about to expire ___ days
11971           beforehand.</para>
11972
11973           <para>Description:</para>
11974
11975           <itemizedlist>
11976             <listitem>
11977               <para>When the patron attempts to check out materials, a warning
11978               will appear in the check out window of the Staff Client telling
11979               the librarian that the patrons account is about to
11980               expire.</para>
11981             </listitem>
11982           </itemizedlist>
11983
11984           <important>
11985             <para>This notice will appear on the patron's record in the staff
11986             client.</para>
11987           </important>
11988         </section>
11989
11990         <section id="patronimages">
11991           <title>patronimages</title>
11992
11993           <para>Default: Allow</para>
11994
11995           <para>Asks: ___ images to be uploaded and shown for patrons on the
11996           staff client.</para>
11997
11998           <para>Values:</para>
11999
12000           <itemizedlist>
12001             <listitem>
12002               <para>Allow</para>
12003             </listitem>
12004
12005             <listitem>
12006               <para>Don't allow</para>
12007             </listitem>
12008           </itemizedlist>
12009           <para>Description:<itemizedlist>
12010               <listitem>
12011                 <para>If this preference is set to 'Allow' the staff will be able to upload images
12012                   of patrons either <link linkend="addpatronimages">one by one</link> or <link
12013                     linkend="uploadpatronimages">in bulk</link>.  Patrons images will show on the
12014                   detail page to the left of the patron information. They can also show in the OPAC
12015                   if you set the <link linkend="OPACpatronimage">OPACpatronimage</link> preference
12016                   or in the self check out module if you set the <link
12017                     linkend="ShowPatronImageInWebBasedSelfCheck"
12018                     >ShowPatronImageInWebBasedSelfCheck</link> preference.</para>
12019               </listitem>
12020             </itemizedlist></para>
12021         </section>
12022
12023         <section id="PatronsPerPage">
12024           <title>PatronsPerPage</title>
12025
12026           <para>Default: 20</para>
12027
12028           <para>Asks: By default, show ___ results per page in the staff
12029           client.</para>
12030           <para>Description:<itemizedlist>
12031               <listitem>
12032                 <para>This preference will let you define how many patrons to show on patron search
12033                   results pages.</para>
12034               </listitem>
12035             </itemizedlist></para>
12036         </section>
12037
12038         <section id="SMSSendDriver">
12039           <title>SMSSendDriver</title>
12040
12041           <para>Asks: Use the SMS::Send:: ___ driver to send SMS
12042           messages.</para>
12043
12044           <para>Some examples of values are:</para>
12045
12046           <itemizedlist>
12047             <listitem>
12048               <para>SMS::Send::Us::Ipipi</para>
12049             </listitem>
12050
12051             <listitem>
12052               <para>SMS::Send::US::TMobile</para>
12053             </listitem>
12054
12055             <listitem>
12056               <para>SMS::Send::US::Verizon</para>
12057             </listitem>
12058           </itemizedlist>
12059
12060           <para>Additional values can be found here: <ulink url="http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all">http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all
12061           </ulink></para>
12062
12063           <important>
12064             <para>Only drivers available as Perl modules will work in this
12065             preference, so make sure a Perl module is available before
12066             choosing an SMS service.</para>
12067           </important>
12068
12069           <para>Once a driver is entered in the preference an option will
12070           appear in the staff client and the OPAC on the patron messaging form
12071           to choose to receive messages as SMS</para>
12072
12073           <screenshot>
12074             <screeninfo>SMSSendDriver Options</screeninfo>
12075
12076             <mediaobject>
12077               <imageobject>
12078                 <imagedata fileref="images/admin/globalprefs/SMSSendDriver.png"/>
12079               </imageobject>
12080             </mediaobject>
12081           </screenshot>
12082
12083           <important>
12084             <para>You must allow <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
12085             for this to work.</para>
12086           </important>
12087         </section>
12088
12089         <section id="StatisticsFields">
12090           <title>StatisticsFields</title>
12091
12092           <para>Default: location|itype|ccode</para>
12093
12094           <para>Asks: Show the following fields from the items database table
12095           as columns on the statistics tab on the patron record: ___</para>
12096
12097           <screenshot>
12098             <screeninfo>Statistics on Patron Record</screeninfo>
12099
12100             <mediaobject>
12101               <imageobject>
12102                 <imagedata fileref="images/admin/globalprefs/StatisticsFields.png"/>
12103               </imageobject>
12104             </mediaobject>
12105           </screenshot>
12106
12107           <important>
12108             <para>Enter the values separated by bars (|)</para>
12109           </important>
12110
12111           <para>Description:</para>
12112
12113           <itemizedlist>
12114             <listitem>
12115               <para>This preference lets you set which fields will show on the
12116               patron record on the Statistics tab.</para>
12117             </listitem>
12118           </itemizedlist>
12119         </section>
12120
12121         <section id="TalkingTechItivaPhoneNotification">
12122           <title>TalkingTechItivaPhoneNotification</title>
12123
12124           <para>Default: Disable</para>
12125
12126           <para>Asks: ___ patron phone notifications using Talking Tech i-tiva
12127           (overdues, predues and holds notices currently supported).</para>
12128
12129           <para>Values:</para>
12130
12131           <itemizedlist>
12132             <listitem>
12133               <para>Disable</para>
12134             </listitem>
12135
12136             <listitem>
12137               <para>Enable</para>
12138             </listitem>
12139           </itemizedlist>
12140
12141           <para>Description:</para>
12142
12143           <itemizedlist>
12144             <listitem>
12145               <para>To learn more about setting up this third party product
12146               view the <link linkend="talkingtechappendix">Talking Tech
12147               Appendix</link>.</para>
12148             </listitem>
12149           </itemizedlist>
12150
12151           <important>
12152             <para>Requires that you have <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
12153             set to Allow to use.</para>
12154           </important>
12155         </section>
12156
12157         <section id="uppercasesurnames">
12158           <title>uppercasesurnames</title>
12159
12160           <para>Default: Don't</para>
12161
12162           <para>Asks: ___ store and display surnames (last names) in upper
12163           case.</para>
12164
12165           <para>Values:</para>
12166
12167           <itemizedlist>
12168             <listitem>
12169               <para>Do</para>
12170             </listitem>
12171
12172             <listitem>
12173               <para>Don't</para>
12174             </listitem>
12175           </itemizedlist>
12176         </section>
12177       </section>
12178
12179       <section id="searchingprefs">
12180         <title>Searching</title>
12181
12182         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
12183         Global System Preferences &gt; Searching</para>
12184
12185         <section id="searchfeatureprefs">
12186           <title>Features</title>
12187
12188           <para/>
12189           <section id="EnableSearchHistory">
12190             <title>EnableSearchHistory</title>
12191             <para>Default: Don't keep</para>
12192             <para>Asks: ___ patron search history in the staff client.</para>
12193             <para>Values:<itemizedlist>
12194                 <listitem>
12195                   <para>Don't keep</para>
12196                 </listitem>
12197                 <listitem>
12198                   <para>Keep<screenshot>
12199                       <screeninfo>EnableSearchHistory</screeninfo>
12200                       <mediaobject>
12201                         <imageobject>
12202                           <imagedata fileref="images/admin/globalprefs/EnableSearchHistory.png"/>
12203                         </imageobject>
12204                       </mediaobject>
12205                     </screenshot></para>
12206                 </listitem>
12207               </itemizedlist>Description:<itemizedlist>
12208                 <listitem>
12209                   <para>This preference controls whether the staff client keeps search history for
12210                     logged in users. Search history will be accessible under the link to your
12211                     account in the top right of the staff client.</para>
12212                 </listitem>
12213               </itemizedlist></para>
12214           </section>
12215           <section id="IncludeSeeFromInSearches">
12216             <title>IncludeSeeFromInSearches</title>
12217             <para>Default: Don't include</para>
12218             <para>Asks: ___  <emphasis role="italic">see from</emphasis> (non-preferred form)
12219               headings in bibliographic searches. </para>
12220             <para>Values:<itemizedlist>
12221                 <listitem>
12222                   <para>Don't include</para>
12223                 </listitem>
12224                 <listitem>
12225                   <para>Include</para>
12226                 </listitem>
12227               </itemizedlist></para>
12228             <para>Description: <itemizedlist>
12229                 <listitem>
12230                   <para>When this preference is set to include the search engine indexer will insert
12231                       <emphasis role="italic">see from</emphasis> headings from authority records
12232                     into bibliographic records when indexing, so that a search on an obsolete term
12233                     will turn up relevant records.  For example when you search for cookery (the old
12234                     term) you get titles with the heading of cooking (the new term).</para>
12235                 </listitem>
12236               </itemizedlist><important>
12237                 <para>You will need to reindex your bibliographic database when changing this
12238                   preference. </para>
12239               </important></para>
12240           </section>
12241
12242           <section id="OpacGroupResults">
12243             <title>OpacGroupResults</title>
12244
12245             <para>Default: Don't use</para>
12246
12247             <para>Asks: ___ PazPar2 to group similar results on the
12248             OPAC.</para>
12249
12250             <para>Values:</para>
12251
12252             <itemizedlist>
12253               <listitem>
12254                 <para>Don't use</para>
12255               </listitem>
12256
12257               <listitem>
12258                 <para>Use</para>
12259               </listitem>
12260             </itemizedlist>
12261
12262             <important>
12263               <para>This requires that <ulink url="http://www.indexdata.com/pazpar2">PazPar2</ulink> is set up
12264               and running.</para>
12265             </important>
12266           </section>
12267
12268           <section id="QueryAutoTruncate">
12269             <title>QueryAutoTruncate</title>
12270
12271             <para>Default: automatically</para>
12272
12273             <para>Asks: Perform wildcard searching (where, for example, Har
12274             would match Harry and harp) ___ (The * character would be used
12275             like so: Har* or *logging.)</para>
12276
12277             <para>Values:</para>
12278
12279             <itemizedlist>
12280               <listitem>
12281                 <para>automatically</para>
12282               </listitem>
12283
12284               <listitem>
12285                 <para>only if * is added</para>
12286               </listitem>
12287             </itemizedlist>
12288
12289             <para>Description:</para>
12290
12291             <itemizedlist>
12292               <listitem>
12293                 <para>This setting allows for searches to be automatically
12294                 truncated or for additional characters to be added to the end
12295                 of a search string. When set to "automatically" the search
12296                 string automatically ends with a wildcard function. For
12297                 example, a search for the word "invent" with auto truncation
12298                 enabled will also retrieve results for inventor, invention,
12299                 inventory, etc. If you don't want this to happen automatically
12300                 you can still be perform wildcard searches manually by adding
12301                 an asterisk (*). Typing "invent*" even with auto truncation
12302                 disabled will retrieve the same inventor, invention, inventory
12303                 results. Auto truncation bypasses the necessity to type long
12304                 search strings in their entirety.</para>
12305               </listitem>
12306             </itemizedlist>
12307           </section>
12308
12309           <section id="QueryFuzzy">
12310             <title>QueryFuzzy</title>
12311
12312             <para>Default: Try</para>
12313
12314             <para>Asks: ___ to match similarly spelled words in a search (for
12315             example, a search for flang would also match flange and
12316             fang)</para>
12317
12318             <para>Values:</para>
12319
12320             <itemizedlist>
12321               <listitem>
12322                 <para>Don't try</para>
12323               </listitem>
12324
12325               <listitem>
12326                 <para>Try</para>
12327               </listitem>
12328             </itemizedlist>
12329
12330             <para>Description:</para>
12331
12332             <itemizedlist>
12333               <listitem>
12334                 <para>This preference enables "fuzzy" searching, in which the
12335                 search engine returns results that are similar to, but not
12336                 exactly matching, the word or words entered by the user. This
12337                 preference enables the search function to compensate for
12338                 slightly misspelled names or phrases.</para>
12339               </listitem>
12340             </itemizedlist>
12341
12342             <important>
12343               <para>Requires that <link linkend="UseICU">UseICU</link> set to 'Not using'</para>
12344             </important>
12345           </section>
12346
12347           <section id="QueryStemming">
12348             <title>QueryStemming</title>
12349
12350             <para>Default: Try</para>
12351
12352             <para>Asks: ___ to match words of the same base in a search</para>
12353
12354             <para>Values:</para>
12355
12356             <itemizedlist>
12357               <listitem>
12358                 <para>Don't try</para>
12359               </listitem>
12360
12361               <listitem>
12362                 <para>Try</para>
12363
12364                 <itemizedlist>
12365                   <listitem>
12366                     <para>A search for enabling would also match enable and
12367                     enabled</para>
12368                   </listitem>
12369                 </itemizedlist>
12370               </listitem>
12371             </itemizedlist>
12372
12373             <para>Description:</para>
12374
12375             <itemizedlist>
12376               <listitem>
12377                 <para>This preference enables word stemming. Stemming allows
12378                 the search function to return multiple versions of the same
12379                 word, as well as related terms (i.e., both fish and fishing
12380                 would be returned).</para>
12381               </listitem>
12382             </itemizedlist>
12383           </section>
12384
12385           <section id="QueryWeightFields">
12386             <title>QueryWeightFields</title>
12387
12388             <para>Default: Enable</para>
12389
12390             <para>Asks: ___ ranking of search results by relevance</para>
12391
12392             <para>Values:</para>
12393
12394             <itemizedlist>
12395               <listitem>
12396                 <para>Disable</para>
12397               </listitem>
12398
12399               <listitem>
12400                 <para>Enable</para>
12401               </listitem>
12402             </itemizedlist>
12403           </section>
12404
12405           <section id="TraceCompleteSubfields">
12406             <title>TraceCompleteSubfields</title>
12407
12408             <para>Default: Force</para>
12409
12410             <para>Asks: ___ subject tracings in the OPAC and Staff Client to
12411             search only for complete-subfield matches.</para>
12412
12413             <para>Values:</para>
12414
12415             <itemizedlist>
12416               <listitem>
12417                 <para>Don't force</para>
12418
12419                 <itemizedlist>
12420                   <listitem>
12421                     <para>Searches for subject keywords (example:
12422                     opac-search.pl?q=su:World%20Wide%20Web)</para>
12423                   </listitem>
12424                 </itemizedlist>
12425               </listitem>
12426
12427               <listitem>
12428                 <para>Force</para>
12429
12430                 <itemizedlist>
12431                   <listitem>
12432                     <para>Searches for complete subject fields (example:
12433                     opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)</para>
12434                   </listitem>
12435                 </itemizedlist>
12436               </listitem>
12437             </itemizedlist>
12438
12439             <para>Description:</para>
12440
12441             <itemizedlist>
12442               <listitem>
12443                 <para>When TraceCompleteSubfields is set to "force," clicking
12444                 on links in non-authority controlled subject tracings will
12445                 only find other records where the entire subfields match.
12446                 Leaving it at "don't force" does a keyword search of the
12447                 subject indexes.</para>
12448               </listitem>
12449             </itemizedlist>
12450
12451             <important>
12452               <para>This preference assumes that you're using XSLT stylesheets
12453               as set in the <link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
12454               preference.</para>
12455             </important>
12456           </section>
12457
12458           <section id="TraceSubjectSubdivisions">
12459             <title>TraceSubjectSubdivisions</title>
12460
12461             <para>Default: Include</para>
12462
12463             <para>Asks: ___ subdivisions for searches generated by clicking on
12464             subject tracings.</para>
12465
12466             <para>Values:</para>
12467
12468             <itemizedlist>
12469               <listitem>
12470                 <para>Don't include</para>
12471
12472                 <itemizedlist>
12473                   <listitem>
12474                     <para>Searches for subject keywords (example:
12475                     opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)</para>
12476                   </listitem>
12477                 </itemizedlist>
12478               </listitem>
12479
12480               <listitem>
12481                 <para>Include</para>
12482
12483                 <itemizedlist>
12484                   <listitem>
12485                     <para>Searches for complete subject fields (example:
12486                     opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))</para>
12487                   </listitem>
12488                 </itemizedlist>
12489               </listitem>
12490             </itemizedlist>
12491
12492             <para>Description:</para>
12493
12494             <itemizedlist>
12495               <listitem>
12496                 <para>When TraceSubjectSubdivisions is set to "Include," if
12497                 you click on a subject with subdivisions (subfields other than
12498                 'a') they will be searched along with the subject heading
12499                 (subfield 'a'). To have only the subject heading (subfield
12500                 'a') searched, set this preference to "Don't include."</para>
12501               </listitem>
12502             </itemizedlist>
12503
12504             <important>
12505               <para>This preference assumes that you're using XSLT stylesheets
12506               as set in the <link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
12507               preference.</para>
12508             </important>
12509           </section>
12510
12511           <section id="UseICU">
12512             <title>UseICU</title>
12513
12514             <para>Default: Not using</para>
12515
12516             <para>Asks: ___ ICU Zebra indexing.</para>
12517
12518             <para>Values:</para>
12519
12520             <itemizedlist>
12521               <listitem>
12522                 <para>Not using</para>
12523               </listitem>
12524
12525               <listitem>
12526                 <para>Using</para>
12527               </listitem>
12528             </itemizedlist>
12529
12530             <para>Description:</para>
12531
12532             <itemizedlist>
12533               <listitem>
12534                 <para>ICU is a set of code libraries providing Unicode and
12535                 Globalization support for software applications. What this
12536                 means is ICU Zebra indexing is only necessary if you use
12537                 non-roman characters in your cataloging. If using ICU Zebra
12538                 indexing you will want to not use <link linkend="QueryFuzzy">QueryFuzzy</link>.</para>
12539               </listitem>
12540             </itemizedlist>
12541
12542             <important>
12543               <para>This setting will not affect Zebra indexing, it should
12544               only be used to tell Koha that you have activated ICU indexing
12545               if you have actually done so, since there is no way for Koha to
12546               figure this out on its own.</para>
12547             </important>
12548
12549             <important>
12550               <para>Talk to your system administrator when changing this
12551               preference to make sure that your system is set up properly for
12552               this to work.</para>
12553             </important>
12554           </section>
12555           <section id="UseQueryParser">
12556             <title>UseQueryParser</title>
12557             <para>Default: Do not try</para>
12558             <para>Asks: ___  to use the QueryParser module for parsing queries. <note>
12559                 <para>Enabling this will have no impact if you do not have QueryParser installed,
12560                   and everything will continue to work as usual.</para>
12561               </note></para>
12562             <para>Values:<itemizedlist>
12563                 <listitem>
12564                   <para>Do not try</para>
12565                 </listitem>
12566                 <listitem>
12567                   <para>Try</para>
12568                 </listitem>
12569               </itemizedlist></para>
12570             <para>Description:<itemizedlist>
12571                 <listitem>
12572                   <para>This preference enables an experimental new query parser which opens the
12573                     door for a more expressive and more-effective search syntax.</para>
12574                 </listitem>
12575               </itemizedlist></para>
12576           </section>
12577         </section>
12578
12579         <section id="searchresultsprefs">
12580           <title>Results Display</title>
12581
12582           <para/>
12583
12584           <section id="defaultSortField">
12585             <title>defaultSortField &amp; defaultSortOrder</title>
12586
12587             <para>defaultSortField Default: author</para>
12588
12589             <para>defaultSortOrder Default: ascending</para>
12590
12591             <para>Asks: By default, sort search results in the staff client by
12592             ___, ____</para>
12593
12594             <para>Description:</para>
12595
12596             <itemizedlist>
12597               <listitem>
12598                 <para>These preferences set the default sort field and sort
12599                 order for searches on the staff side. Regardless of your
12600                 choice, the other sort options are still available in the drop
12601                 down list on the advanced search page.</para>
12602               </listitem>
12603             </itemizedlist>
12604
12605             <para>defaultSortField Values:</para>
12606
12607             <itemizedlist>
12608               <listitem>
12609                 <para>author</para>
12610               </listitem>
12611
12612               <listitem>
12613                 <para>call number</para>
12614               </listitem>
12615
12616               <listitem>
12617                 <para>date added</para>
12618               </listitem>
12619
12620               <listitem>
12621                 <para>date of publication</para>
12622               </listitem>
12623
12624               <listitem>
12625                 <para>relevance</para>
12626               </listitem>
12627
12628               <listitem>
12629                 <para>title</para>
12630               </listitem>
12631
12632               <listitem>
12633                 <para>total number of checkouts</para>
12634               </listitem>
12635             </itemizedlist>
12636
12637             <para>defaultSortOrder Values:</para>
12638
12639             <itemizedlist>
12640               <listitem>
12641                 <para>ascending</para>
12642               </listitem>
12643
12644               <listitem>
12645                 <para>descending</para>
12646               </listitem>
12647
12648               <listitem>
12649                 <para>from A to Z</para>
12650               </listitem>
12651
12652               <listitem>
12653                 <para>from Z to A</para>
12654               </listitem>
12655             </itemizedlist>
12656           </section>
12657
12658           <section id="displayFacetCount">
12659             <title>displayFacetCount</title>
12660
12661             <para>Default: Don't show</para>
12662
12663             <para>Asks: ___ facet counts.</para>
12664
12665             <para>Description:</para>
12666
12667             <itemizedlist>
12668               <listitem>
12669                 <para>This preference lets you decide if you show how many
12670                 times a facet is used in your search results in the OPAC and
12671                 the staff client. The relevance of these numbers highly
12672                 depends on the value of the <link linkend="maxRecordsForFacets">maxRecordsForFacets</link>
12673                 preference. Showing these numbers can potentially effect the
12674                 performance of your searching, so test your system with
12675                 different values for this preference to see what works
12676                 best.</para>
12677               </listitem>
12678             </itemizedlist>
12679
12680             <para>Values:</para>
12681
12682             <itemizedlist>
12683               <listitem>
12684                 <para>Don't show</para>
12685               </listitem>
12686
12687               <listitem>
12688                 <para>Show</para>
12689
12690                 <screenshot>
12691                   <screeninfo>Number of times each Facet is found in
12692                   results</screeninfo>
12693
12694                   <mediaobject>
12695                     <imageobject>
12696                       <imagedata fileref="images/admin/globalprefs/displayFacetCount.png"/>
12697                     </imageobject>
12698                   </mediaobject>
12699                 </screenshot>
12700               </listitem>
12701             </itemizedlist>
12702           </section>
12703           <section id="DisplayLibraryFacets">
12704             <title>DisplayLibraryFacets</title>
12705             <para>Default: holding library</para>
12706             <para>Asks: Show facets for ___</para>
12707             <para>Values:<itemizedlist>
12708                 <listitem>
12709                   <para>both home and holding library</para>
12710                 </listitem>
12711                 <listitem>
12712                   <para>holding library</para>
12713                 </listitem>
12714                 <listitem>
12715                   <para>home library</para>
12716                 </listitem>
12717               </itemizedlist></para>
12718             <para>Description:<itemizedlist>
12719                 <listitem>
12720                   <para>This preferenc controls the libraries facet that displays on search results
12721                     in the staff and opac.  The value selected here will determin which library(s)
12722                     show in the facets when a search is run.</para>
12723                 </listitem>
12724               </itemizedlist></para>
12725           </section>
12726
12727           <section id="FacetLabelTruncationLength">
12728             <title>FacetLabelTruncationLength</title>
12729
12730             <para>Default: 20</para>
12731
12732             <para>Asks: Truncate facets length to ___ characters, in
12733             OPAC/staff interface.</para>
12734
12735             <para>Description:</para>
12736
12737             <itemizedlist>
12738               <listitem>
12739                 <para>In the OPAC and the staff client your facets are cut off
12740                 at 20 characters by default. Depending on your layout this may
12741                 be too many or two few letters, this preference lets you
12742                 decide what number is best for your library's design.</para>
12743               </listitem>
12744             </itemizedlist>
12745           </section>
12746
12747           <section id="maxItemsInSearchResults">
12748             <title>maxItemsInSearchResults</title>
12749
12750             <para>Default: 20</para>
12751
12752             <para>Asks: Show up to ___ items per biblio in the search
12753             results</para>
12754
12755             <para>Description:</para>
12756
12757             <itemizedlist>
12758               <listitem>
12759                 <para>This preference will let you set how many results
12760                 display by default when a search is run on the Staff
12761                 Client.</para>
12762               </listitem>
12763             </itemizedlist>
12764           </section>
12765
12766           <section id="maxRecordsForFacets">
12767             <title>maxRecordsForFacets</title>
12768
12769             <para>Default: 20</para>
12770
12771             <para>Asks: Build facets based on ___ records from the search
12772             results.</para>
12773
12774             <para>Description:</para>
12775
12776             <itemizedlist>
12777               <listitem>
12778                 <para>By default Koha only bases facets on the first page of
12779                 results (usually 20 results). This preference lets you tell
12780                 Koha to based the facet descriptions and numbers on any number
12781                 of search results returned. The higher this number the longer
12782                 it will take for your search results to return, so test with
12783                 various different values to find the best balance for your
12784                 library.</para>
12785               </listitem>
12786             </itemizedlist>
12787           </section>
12788
12789           <section id="numSearchResults">
12790             <title>numSearchResults</title>
12791
12792             <para>Default: 20</para>
12793
12794             <para>Asks: By default, show ___ results per page in the staff
12795             client.</para>
12796           </section>
12797
12798           <section id="opacdefaultsort">
12799             <title>OPACdefaultSortField &amp; OPACdefaultSortOrder</title>
12800
12801             <para>OPACdefaultSortField Default: relevance</para>
12802
12803             <para>OPACdefaultSortOrder Default: ascending</para>
12804
12805             <para>Asks: By default, sort search results in the OPAC by ___,
12806             ___</para>
12807
12808             <para>Description:</para>
12809
12810             <itemizedlist>
12811               <listitem>
12812                 <para>These preferences set the default sort field and sort
12813                 order for searches on the OPAC. Regardless of your choice, the
12814                 other sort options are still available in the drop down list
12815                 on the advanced search page.</para>
12816               </listitem>
12817             </itemizedlist>
12818
12819             <para>OPACdefaultSortField Values:</para>
12820
12821             <itemizedlist>
12822               <listitem>
12823                 <para>author</para>
12824               </listitem>
12825
12826               <listitem>
12827                 <para>call number</para>
12828               </listitem>
12829
12830               <listitem>
12831                 <para>date added</para>
12832               </listitem>
12833
12834               <listitem>
12835                 <para>date of publication</para>
12836               </listitem>
12837
12838               <listitem>
12839                 <para>relevance</para>
12840               </listitem>
12841
12842               <listitem>
12843                 <para>title</para>
12844               </listitem>
12845
12846               <listitem>
12847                 <para>total number of checkouts</para>
12848               </listitem>
12849             </itemizedlist>
12850
12851             <para>OPACdefaultSortOrder Values:</para>
12852
12853             <itemizedlist>
12854               <listitem>
12855                 <para>ascending</para>
12856               </listitem>
12857
12858               <listitem>
12859                 <para>descending</para>
12860               </listitem>
12861
12862               <listitem>
12863                 <para>from A to Z</para>
12864               </listitem>
12865
12866               <listitem>
12867                 <para>from Z to A</para>
12868               </listitem>
12869             </itemizedlist>
12870
12871             <para/>
12872           </section>
12873
12874           <section id="OPACItemsResultsDisplay">
12875             <title>OPACItemsResultsDisplay</title>
12876
12877             <para>Default: Don't show</para>
12878
12879             <para>Asks: ___ an item's branch, location and call number in OPAC
12880             search results.</para>
12881
12882             <para>Values:</para>
12883
12884             <itemizedlist>
12885               <listitem>
12886                 <para>Don't show</para>
12887               </listitem>
12888
12889               <listitem>
12890                 <para>Show</para>
12891               </listitem>
12892             </itemizedlist>
12893
12894             <para>Description:</para>
12895
12896             <itemizedlist>
12897               <listitem>
12898                 <para>This setting selects the information about an item that
12899                 will display in the search results page of the OPAC. The
12900                 results can display the status of an item and/or full details
12901                 including branch, location, and call number. While the 'Show'
12902                 option allows for more information to be displayed on the
12903                 search results page, the information can be overwhelming for
12904                 large collections with multiple branches.</para>
12905               </listitem>
12906             </itemizedlist>
12907           </section>
12908
12909           <section id="OPACnumSearchResults">
12910             <title>OPACnumSearchResults</title>
12911
12912             <para>Default: 20</para>
12913
12914             <para>Asks: By default, show ___ results per page in the
12915             OPAC.</para>
12916           </section>
12917         </section>
12918
12919         <section id="searchformprefs">
12920           <title>Search Form</title>
12921           <section id="AdvancedSearchLanguages">
12922             <title>AdvancedSearchLanguages</title>
12923             <para>Asks: Limit the languages listed in the advanced search drop-down to the ___ ISO
12924               639-2 language codes (separate values with | or ,).</para>
12925             <para>Description:<itemizedlist>
12926                 <listitem>
12927                   <para>This preference will allow you to decide what languages show in the pull
12928                     down menu on the advanced search page in the OPAC and the staff client.  If this
12929                     preference is left blank, all languages will show. To limit the languages that
12930                     are shown enter their <ulink
12931                       url="http://www.loc.gov/standards/iso639-2/php/code_list.php">ISO 639-2
12932                       language codes</ulink> separated by comma ( , ) or bar ( | ).  For example to
12933                     limit listing to French and Italian, enter ita|fre. </para>
12934                 </listitem>
12935               </itemizedlist></para>
12936           </section>
12937
12938           <section id="AdvancedSearchTypes">
12939             <title>AdvancedSearchTypes</title>
12940
12941             <para>Default: itemtype</para>
12942
12943             <para>Asks: Show tabs in OPAC and staff-side advanced search for
12944             limiting searches on the ___ fields (separate values with
12945             |).</para>
12946
12947             <para>Description:</para>
12948
12949             <itemizedlist>
12950               <listitem>
12951                 <para>On the advanced search page you can choose to allow
12952                 filters on one or all of the following: Item types
12953                 (itemtypes), Collection Codes (ccode) and Shelving Location
12954                 (loc). If you would like to be able to limit searches on item
12955                 type and shelving location for example you would enter
12956                 itemtypes|loc in the preference input box. The order of these
12957                 fields will determine the order of the tabs in the OPAC and
12958                 staff client advanced search screens. Values within the search
12959                 type are OR'ed together, while each different search type is
12960                 AND'ed together in the query limits. The current stored values
12961                 are supported without any required modification.Each set of
12962                 advanced search fields are displayed in tabs in both the OPAC
12963                 and staff client. The first value in the AdvancedSearchTypes
12964                 syspref is the selected tab; if no values are present,
12965                 "itemtypes" is used. For non-itemtype values, the value in
12966                 AdvancedSearchTypes must match the Authorised Value name, and
12967                 must be indexed with 'mc-' prefixing that name.</para>
12968
12969                 <screenshot>
12970                   <screeninfo>Searching by Item Type and Shelving
12971                   Location</screeninfo>
12972
12973                   <mediaobject>
12974                     <imageobject>
12975                       <imagedata fileref="images/admin/globalprefs/AdvancedSearchTypes.png"/>
12976                     </imageobject>
12977                   </mediaobject>
12978                 </screenshot>
12979               </listitem>
12980             </itemizedlist>
12981           </section>
12982
12983           <section id="expandedSearchOption">
12984             <title>expandedSearchOption</title>
12985
12986             <para>Default: don't show</para>
12987
12988             <para>Asks: By default, ___ "More options" on the OPAC and staff
12989             advanced search pages.</para>
12990
12991             <para>Values:</para>
12992
12993             <itemizedlist>
12994               <listitem>
12995                 <para>don't show</para>
12996               </listitem>
12997
12998               <listitem>
12999                 <para>show</para>
13000               </listitem>
13001             </itemizedlist>
13002           </section>
13003           <section id="IntranetNumbersPreferPhrase">
13004             <title>IntranetNumbersPreferPhrase</title>
13005             <para>Default: don't use</para>
13006             <para>Asks: By default, ___ the operator "phr" in the callnumber and standard number
13007               staff client searches </para>
13008             <para>Values:<itemizedlist>
13009                 <listitem>
13010                   <para>don't use</para>
13011                 </listitem>
13012                 <listitem>
13013                   <para>use</para>
13014                 </listitem>
13015               </itemizedlist></para>
13016             <para>Description:<itemizedlist>
13017                 <listitem>
13018                   <para>When searching by call number and standard number (biblionumber) in Koha
13019                     Staff Client you can choose to force the search to be a phrase search by setting
13020                     this preference to 'use.' This will allow for more accurate results over doing a
13021                     general keyword field search.</para>
13022                 </listitem>
13023               </itemizedlist></para>
13024           </section>
13025           <section id="OPACNumbersPreferPhrase">
13026             <title>OPACNumbersPreferPhrase</title>
13027             <para>Default: don't use</para>
13028             <para>Asks: By default, ___ the operator "phr" in the callnumber and standard number
13029               OPAC searches </para>
13030             <para>Values:<itemizedlist>
13031                 <listitem>
13032                   <para>don't use</para>
13033                 </listitem>
13034                 <listitem>
13035                   <para>use</para>
13036                 </listitem>
13037               </itemizedlist></para>
13038             <para>Description:<itemizedlist>
13039                 <listitem>
13040                   <para>When searching by call number and standard number (biblionumber) in the Koha
13041                     OPAC you can choose to force the search to be a phrase search by setting this
13042                     preference to 'use.' This will allow for more accurate results over doing a
13043                     general keyword field search.</para>
13044                 </listitem>
13045               </itemizedlist></para>
13046           </section>
13047         </section>
13048       </section>
13049
13050       <section id="serialsprefs">
13051         <title>Serials</title>
13052
13053         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
13054         Global System Preferences &gt; Serials</para>
13055
13056         <section id="opacSerialDefaultTab">
13057           <title>opacSerialDefaultTab</title>
13058
13059           <para>Default: Subscriptions tab</para>
13060
13061           <para>Asks: Show ___ as default tab for serials in OPAC. </para>
13062
13063           <para>Values:</para>
13064
13065           <itemizedlist>
13066             <listitem>
13067               <para>Holdings tab</para>
13068             </listitem>
13069
13070             <listitem>
13071               <para>Serial Collection tab</para>
13072               <important>
13073                 <para>Please note that the Serial Collection tab is currently available only for
13074                   systems using the UNIMARC standard.</para>
13075               </important>
13076               <screenshot>
13077                 <screeninfo>Serial Collection tab</screeninfo>
13078                 <mediaobject>
13079                   <imageobject>
13080                     <imagedata fileref="images/admin/globalprefs/opacSerialDefaultTab-colltab.png"/>
13081                   </imageobject>
13082                 </mediaobject>
13083               </screenshot>
13084             </listitem>
13085
13086             <listitem>
13087               <para>Subscriptions tab</para>
13088               <screenshot>
13089                   <screeninfo>Subscritions tab</screeninfo>
13090                   <mediaobject>
13091                     <imageobject>
13092                       <imagedata fileref="images/admin/globalprefs/opacSerialDefaultTab-subtab.png"
13093                       />
13094                     </imageobject>
13095                   </mediaobject>
13096                 </screenshot>
13097             </listitem>
13098           </itemizedlist>
13099         </section>
13100
13101         <section id="OPACSerialIssueDisplayCount">
13102           <title>OPACSerialIssueDisplayCount</title>
13103
13104           <para>Default: 3</para>
13105
13106           <para>Asks: Show the ___ previous issues of a serial on the
13107           OPAC.</para>
13108
13109           <para>Description:</para>
13110
13111           <itemizedlist>
13112             <listitem>
13113               <para>This preference allows the administrator to select the
13114               number of recent issues for each serial which appear in the OPAC
13115               when the serial is accessed. This is just the default value,
13116               patrons can always click to see a full list of serials.</para>
13117             </listitem>
13118           </itemizedlist>
13119         </section>
13120
13121         <section id="RenewSerialAddsSuggestion">
13122           <title>RenewSerialAddsSuggestion</title>
13123
13124           <para>Default: Don't add</para>
13125
13126           <para>Asks: ___ a suggestion for a biblio when its attached serial
13127           is renewed.</para>
13128
13129           <para>Values:</para>
13130
13131           <itemizedlist>
13132             <listitem>
13133               <para>Add</para>
13134             </listitem>
13135
13136             <listitem>
13137               <para>Don't add</para>
13138             </listitem>
13139           </itemizedlist>
13140
13141           <para>Description:</para>
13142
13143           <itemizedlist>
13144             <listitem>
13145               <para>If set to "Add", this preference will automatically add a
13146               serial to the Acquisitions Purchase Suggestions menu when
13147               clicking the 'renew' option. If you don't use the Acquisitions
13148               module to manage serials purchases it's best to leave this set
13149               as 'Don't add.'</para>
13150             </listitem>
13151           </itemizedlist>
13152         </section>
13153
13154         <section id="RoutingListAddReserves">
13155           <title>RoutingListAddReserves</title>
13156
13157           <para>Default: Place</para>
13158
13159           <para>Asks: ___ received serials on hold if they are on a routing
13160           list.</para>
13161
13162           <para>Values:</para>
13163
13164           <itemizedlist>
13165             <listitem>
13166               <para>Place</para>
13167             </listitem>
13168
13169             <listitem>
13170               <para>Don't place</para>
13171             </listitem>
13172           </itemizedlist>
13173         </section>
13174
13175         <section id="RoutingListNote">
13176           <title>RoutingListNote</title>
13177
13178           <para>Asks: Include following note on all routing lists</para>
13179
13180           <para>Description:</para>
13181
13182           <itemizedlist>
13183             <listitem>
13184               <para>Text entered in this box will appear below the routing
13185               list information.</para>
13186             </listitem>
13187           </itemizedlist>
13188         </section>
13189
13190         <section id="RoutingSerials">
13191           <title>RoutingSerials</title>
13192
13193           <para>Default: Don't add</para>
13194
13195           <para>Asks: ___ received serials to the routing list.</para>
13196
13197           <para>Description:</para>
13198
13199           <itemizedlist>
13200             <listitem>
13201               <para>This preference determines if serials routing lists are
13202               enabled or disabled for the library. When set to "Add", serials
13203               routing is enabled and a serial can be directed through a list
13204               of people by identifying who should receive it next. The list of
13205               people can be established for each serial to be passed using the
13206               Serials module. This preference can be used to ensure each
13207               person who needs to see a serial when it arrives at the library
13208               will get it. Learn more in the <link linkend="routinglist">routing list</link> section of this
13209               manual.</para>
13210             </listitem>
13211           </itemizedlist>
13212
13213           <para>Values:</para>
13214
13215           <itemizedlist>
13216             <listitem>
13217               <para>Add</para>
13218             </listitem>
13219
13220             <listitem>
13221               <para>Don't add</para>
13222             </listitem>
13223           </itemizedlist>
13224         </section>
13225
13226         <section id="StaffSerialIssueDisplayCount">
13227           <title>StaffSerialIssueDisplayCount</title>
13228
13229           <para>Default: 3</para>
13230
13231           <para>Asks: Show the ___ previous issues of a serial on the staff
13232           client.</para>
13233
13234           <para>Description:</para>
13235
13236           <itemizedlist>
13237             <listitem>
13238               <para>This preference allows the administrator to select the
13239               number of recent issues for each serial which appear in the
13240               Staff Client when the serial is accessed. This is just the
13241               default value, staff members can always click to see a full list
13242               of serials.</para>
13243             </listitem>
13244           </itemizedlist>
13245         </section>
13246
13247         <section id="SubscriptionDuplicateDroppedInput">
13248           <title>SubscriptionDuplicateDroppedInput</title>
13249
13250           <para>Asks: List of fields which must not be rewritten when a
13251           subscription is duplicated (Separated by pipe |) ___</para>
13252
13253           <para>Description:</para>
13254
13255           <itemizedlist>
13256             <listitem>
13257               <para>When duplicating a subscription sometimes you don't want
13258               all of the fields duplicated, using this preference you can list
13259               the fields that you don't want to be duplicated. These field
13260               names come from the subscription table in the Koha database.
13261               Learn what fields are in that table on the <ulink url="http://schema.koha-community.org/tables/subscription.html">Koha
13262               DB Schema</ulink> site.</para>
13263             </listitem>
13264           </itemizedlist>
13265         </section>
13266
13267         <section id="SubscriptionHistory">
13268           <title>SubscriptionHistory</title>
13269
13270           <para>Default: full history</para>
13271
13272           <para>Asks: When showing the subscription information for a
13273           bibliographic record, preselect ___ view of serial issues.</para>
13274
13275           <para>Values:</para>
13276
13277           <itemizedlist>
13278             <listitem>
13279               <para>brief history</para>
13280
13281               <screenshot>
13282                 <screeninfo>Brief History</screeninfo>
13283
13284                 <mediaobject>
13285                   <imageobject>
13286                     <imagedata fileref="images/admin/globalprefs/SubscriptionHistory-brief.png"/>
13287                   </imageobject>
13288                 </mediaobject>
13289               </screenshot>
13290             </listitem>
13291
13292             <listitem>
13293               <para>full history</para>
13294
13295               <screenshot>
13296                 <screeninfo>Full History</screeninfo>
13297
13298                 <mediaobject>
13299                   <imageobject>
13300                     <imagedata fileref="images/admin/globalprefs/SubscriptionHistory-full.png"/>
13301                   </imageobject>
13302                 </mediaobject>
13303               </screenshot>
13304             </listitem>
13305           </itemizedlist>
13306
13307           <para>Description:</para>
13308
13309           <itemizedlist>
13310             <listitem>
13311               <para>This preference determines what information appears in the
13312               OPAC when the user clicks the More Details option. The 'brief'
13313               option displays a one-line summary of the volume and issue
13314               numbers of all issues of that serial held by the library. The
13315               'full' option displays a more detailed breakdown of issues per
13316               year, including information such as the issue date and the
13317               status of each issue.</para>
13318             </listitem>
13319           </itemizedlist>
13320         </section>
13321       </section>
13322
13323       <section id="staffprefs">
13324         <title>Staff Client</title>
13325
13326         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
13327         Global System Preferences &gt; Staff Client</para>
13328
13329         <section id="staffappearprefs">
13330           <title>Appearance</title>
13331
13332           <para/>
13333
13334           <section id="Display856uAsImage">
13335             <title>Display856uAsImage</title>
13336
13337             <para>Default: Neither details or results page</para>
13338
13339             <para>Asks: Display the URI in the 856u field as an image on:
13340             ___</para>
13341
13342             <para>Values:</para>
13343
13344             <itemizedlist>
13345               <listitem>
13346                 <para>Both results and details pages</para>
13347
13348                 <itemizedlist>
13349                   <listitem>
13350                     <important>
13351                       <para>Not implemented yet</para>
13352                     </important>
13353                   </listitem>
13354                 </itemizedlist>
13355               </listitem>
13356
13357               <listitem>
13358                 <para>Detail page only</para>
13359
13360                 <itemizedlist>
13361                   <listitem>
13362                     <important>
13363                       <para><link linkend="XSLTDetailsDisplay">XSLTDetailsDisplay</link>
13364                       needs to be on for this preference to work.</para>
13365                     </important>
13366                   </listitem>
13367                 </itemizedlist>
13368
13369                 <screenshot>
13370                   <screeninfo>Showing the 856u as an image</screeninfo>
13371
13372                   <mediaobject>
13373                     <imageobject>
13374                       <imagedata fileref="images/admin/globalprefs/Display856uAsImage.png"/>
13375                     </imageobject>
13376                   </mediaobject>
13377                 </screenshot>
13378               </listitem>
13379
13380               <listitem>
13381                 <para>Neither details or results page</para>
13382               </listitem>
13383
13384               <listitem>
13385                 <para>Results page only</para>
13386
13387                 <itemizedlist>
13388                   <listitem>
13389                     <important>
13390                       <para>Not yet implemented</para>
13391                     </important>
13392                   </listitem>
13393                 </itemizedlist>
13394               </listitem>
13395             </itemizedlist>
13396
13397             <para>Description:</para>
13398
13399             <itemizedlist>
13400               <listitem>
13401                 <para>In addition to this option being set, the corresponding
13402                 XSLT option must be turned on. Also, the corresponding 856q
13403                 field must have a valid MIME image extension (e.g., "jpg") or
13404                 MIME image type (i.e. starting with "image/"), or the generic
13405                 indicator "img" entered in the field. When all of the
13406                 requirements are met, an image file will be displayed instead
13407                 of the standard link text. Clicking on the image will open it
13408                 in the same way as clicking on the link text. When you click
13409                 on the image it should open to full size, in the current
13410                 window or in a new window depending on the value in the system
13411                 pref <link linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link>.</para>
13412
13413                 <screenshot>
13414                   <screeninfo>Sample 856 Field</screeninfo>
13415
13416                   <mediaobject>
13417                     <imageobject>
13418                       <imagedata fileref="images/admin/globalprefs/856imagemarc.png"/>
13419                     </imageobject>
13420                   </mediaobject>
13421                 </screenshot>
13422               </listitem>
13423             </itemizedlist>
13424           </section>
13425           <section id="DisplayIconsXSLT">
13426             <title>DisplayIconsXSLT</title>
13427             <para>Default: Show</para>
13428             <para>Asks: ___ the format, audience, and material type icons in XSLT MARC21 results and
13429               detail pages in the staff client.<important>
13430                 <para><link linkend="XSLTResultsDisplay">XSLTResultsDisplay</link> and/or <link linkend="XSLTDetailsDisplay">XSLTDetailsDisplay</link> must be set to use an
13431                   XSLT stylesheet (default or custom) for these icons to show.</para>
13432               </important></para>
13433             <para>Values:</para>
13434             <itemizedlist>
13435               <listitem>
13436                 <para>Don't show</para>
13437               </listitem>
13438               <listitem>
13439                 <para>Show</para>
13440                 <screenshot>
13441                   <screeninfo>DisplayIconsXSLT</screeninfo>
13442                   <mediaobject>
13443                     <imageobject>
13444                       <imagedata fileref="images/admin/globalprefs/DisplayIconsXSLT.png"/>
13445                     </imageobject>
13446                   </mediaobject>
13447                 </screenshot>
13448               </listitem>
13449             </itemizedlist>
13450             <para>
13451               <note>
13452                 <para>See the <link linkend="XSLTiTypes">XSLT Icon Guide</link> for more information
13453                   on these icons.</para>
13454               </note>
13455             </para>
13456           </section>
13457
13458           <section id="intranet_includes">
13459             <title>intranet_includes</title>
13460
13461             <para>Default: includes</para>
13462
13463             <para>Asks: Use include files from the ___ directory in the
13464             template directory, instead of includes/. (Leave blank to
13465             disable)</para>
13466           </section>
13467
13468           <section id="intranetcolorstylesheet">
13469             <title>intranetcolorstylesheet</title>
13470
13471             <para>Asks: Include the additional CSS stylesheet ___ to override specified settings
13472               from the default stylesheet</para>
13473
13474             <para>Description:</para>
13475
13476             <itemizedlist>
13477               <listitem>
13478                 <para>This preference is used to set the background color and style of the Staff
13479                   Client. The value is a .css file. The system administrator should determine which
13480                   file is appropriate. Enter just a filename, a full local path or a complete URL
13481                   starting with http:// (if the file lives on a remote server). Please note that if
13482                   you just enter a filename, the file should be in the css subdirectory for each
13483                   active theme and language within the Koha templates directory. A full local path
13484                   is expected to start from your HTTP document root. </para>
13485               </listitem>
13486             </itemizedlist>
13487
13488             <important>
13489               <para>Leave this field blank to disable.</para>
13490             </important>
13491           </section>
13492
13493           <section id="IntranetFavicon">
13494             <title>IntranetFavicon</title>
13495
13496             <para>Asks: Use the image at ___ for the Staff Client's favicon.
13497             <important>
13498                 <para>This should be a complete URL, starting with
13499                 http://</para>
13500               </important></para>
13501
13502             <note>
13503               <para>Turn your logo into a favicon with the <ulink url="http://antifavicon.com/">Favicon Generator</ulink>.</para>
13504             </note>
13505
13506             <para>Description:</para>
13507
13508             <itemizedlist>
13509               <listitem>
13510                 <para>The favicon is the little icon that appears next to the
13511                 URL in the address bar in most browsers. The default value for
13512                 this field (if left blank) is the small 'K' in the Koha
13513                 logo.</para>
13514
13515                 <screenshot>
13516                   <screeninfo>Default Koha Favicon</screeninfo>
13517
13518                   <mediaobject>
13519                     <imageobject>
13520                       <imagedata fileref="images/admin/globalprefs/favicon.png"/>
13521                     </imageobject>
13522                   </mediaobject>
13523                 </screenshot>
13524               </listitem>
13525             </itemizedlist>
13526           </section>
13527
13528           <section id="IntranetmainUserblock">
13529             <title>IntranetmainUserblock</title>
13530
13531             <para>Asks: Show the following HTML in its own column on the main
13532             page of the staff client</para>
13533
13534             <screenshot>
13535               <screeninfo>Sample HTML for IntranetmainUserblock</screeninfo>
13536
13537               <mediaobject>
13538                 <imageobject>
13539                   <imagedata fileref="images/admin/globalprefs/IntranetmainUserblock-html.png"/>
13540                 </imageobject>
13541               </mediaobject>
13542             </screenshot>
13543
13544             <screenshot>
13545               <screeninfo>Message from IntranetmainUserblock as it appears on
13546               the Staff Client main page</screeninfo>
13547
13548               <mediaobject>
13549                 <imageobject>
13550                   <imagedata fileref="images/admin/globalprefs/IntranetmainUserblock.png"/>
13551                 </imageobject>
13552               </mediaobject>
13553             </screenshot>
13554           </section>
13555
13556           <section id="IntranetNav">
13557             <title>IntranetNav</title>
13558
13559             <para>Asks: Show the following HTML in the More menu at the top of
13560             each page on the staff client (should be a list of links or
13561             blank)</para>
13562           </section>
13563
13564           <section id="IntranetSlipPrinterJS">
13565             <title>IntranetSlipPrinterJS</title>
13566
13567             <para>Asks: Use the following JavaScript for printing
13568             slips.</para>
13569
13570             <para>Description:</para>
13571
13572             <itemizedlist>
13573               <listitem>
13574                 <para>The most logical use of this preference is in
13575                 conjunction with the <ulink url="http://jsprintsetup.mozdev.org/">jsPrintSetup</ulink>
13576                 Firefox add-on. Learn more about this preference and the
13577                 add-on setup on the Koha wiki at <ulink url="http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently">http://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently</ulink>.</para>
13578               </listitem>
13579             </itemizedlist>
13580           </section>
13581
13582           <section id="intranetstylesheet">
13583             <title>intranetstylesheet</title>
13584
13585             <para>Asks: Use the CSS stylesheet ___ on all pages in the staff interface, instead of
13586               the default css (used when leaving this field blank). </para>
13587
13588             <para>Description:</para>
13589
13590             <itemizedlist>
13591               <listitem>
13592                 <para>The Intranetstylesheet preference is a layout and design feature for the
13593                   intranet or staff client. This preference allows a library to customize the
13594                   appearance of the Staff Client. Enter just a filename, a full local path or a
13595                   complete URL starting with http:// (if the file lives on a remote server). Please
13596                   note that if you just enter a filename, the file should be in the css subdirectory
13597                   for each active theme and language within the Koha templates directory. A full
13598                   local path is expected to start from your HTTP document root. </para>
13599               </listitem>
13600             </itemizedlist>
13601           </section>
13602
13603           <section id="IntranetUserCSS">
13604             <title>IntranetUserCSS</title>
13605
13606             <para>Asks: Include the following CSS on all pages in the staff
13607             client</para>
13608           </section>
13609
13610           <section id="intranetuserjs">
13611             <title>intranetuserjs</title>
13612
13613             <para>Asks: Include the following JavaScript on all pages in the
13614             staff interface</para>
13615
13616             <para>Description:</para>
13617
13618             <itemizedlist>
13619               <listitem>
13620                 <para>This preference allows the administrator to enter
13621                 JavaScript or JQuery that will be embedded across all pages of
13622                 the Staff Client. Administrators may use this preference to
13623                 customize some of the interactive sections of Koha,
13624                 customizing the text for the login prompts, for example.
13625                 Sample JQuery scripts used by Koha libraries can be found on
13626                 the wiki: <ulink url="http://wiki.koha-community.org/wiki/JQuery_Library">http://wiki.koha-community.org/wiki/JQuery_Library</ulink>.</para>
13627               </listitem>
13628             </itemizedlist>
13629           </section>
13630
13631           <section id="SlipCSS">
13632             <title>SlipCSS</title>
13633
13634             <para>Asks: Include the stylesheet at ___ on Issue and Reserve
13635             Slips.<important>
13636                 <para>This should be a complete URL, starting with
13637                 http://</para>
13638               </important></para>
13639
13640             <para>Description:</para>
13641
13642             <itemizedlist>
13643               <listitem>
13644                 <para>If you would like to style your receipts or slips with a
13645                 consistent set of fonts and colors you can use this preference
13646                 to point Koha to a stylesheet specifically for your
13647                 slips.</para>
13648               </listitem>
13649             </itemizedlist>
13650           </section>
13651
13652           <section id="StaffAuthorisedValueImages">
13653             <title>StaffAuthorisedValueImages</title>
13654
13655             <para>Default: Show</para>
13656
13657             <para>Asks: ___ images for authorized values (such as lost
13658             statuses and locations) in search results.</para>
13659
13660             <para>Values:</para>
13661
13662             <itemizedlist>
13663               <listitem>
13664                 <para>Don't show</para>
13665               </listitem>
13666
13667               <listitem>
13668                 <para>Show</para>
13669               </listitem>
13670             </itemizedlist>
13671           </section>
13672
13673           <section id="staffClientBaseURL">
13674             <title>staffClientBaseURL</title>
13675
13676             <para>Asks: The staff client is located at http:// ___</para>
13677           </section>
13678
13679           <section id="template">
13680             <title>template</title>
13681
13682             <para>Default: prog</para>
13683
13684             <para>Asks: Use the ___ theme on the staff interface.</para>
13685
13686             <para>Values:</para>
13687
13688             <itemizedlist>
13689               <listitem>
13690                 <para>prog</para>
13691               </listitem>
13692             </itemizedlist>
13693             <important>
13694               <para>Do not include a trailing slash in the URL this will break links created using
13695                 this URL.  (example: www.google.com not www.google.com/)</para>
13696             </important>
13697           </section>
13698
13699           <section id="XSLTDetailsDisplay">
13700             <title>XSLTDetailsDisplay</title>
13701
13702             <para>Default: default</para>
13703
13704             <para>Asks: Display details in the staff client using XSLT
13705             stylesheet at ___</para>
13706
13707             <para>Values:</para>
13708
13709             <itemizedlist>
13710               <listitem>
13711                 <para>leave empty to not use the XSLT stylesheet</para>
13712
13713                 <itemizedlist>
13714                   <listitem>
13715                     <para>In previous versions of Koha this was the setting
13716                     that read 'normally'</para>
13717
13718                     <screenshot>
13719                       <screeninfo>Detail display without XSLT
13720                       stylesheets</screeninfo>
13721
13722                       <mediaobject>
13723                         <imageobject>
13724                           <imagedata fileref="images/admin/globalprefs/XSLTDetailsDisplay-off.png"/>
13725                         </imageobject>
13726                       </mediaobject>
13727                     </screenshot>
13728                   </listitem>
13729                 </itemizedlist>
13730               </listitem>
13731
13732               <listitem>
13733                 <para>enter "default" for the default one</para>
13734
13735                 <screenshot>
13736                   <screeninfo>Detail display using XSLT
13737                   stylesheets</screeninfo>
13738
13739                   <mediaobject>
13740                     <imageobject>
13741                       <imagedata fileref="images/admin/globalprefs/XSLTDetailsDisplay-on.png"/>
13742                     </imageobject>
13743                   </mediaobject>
13744                 </screenshot>
13745               </listitem>
13746
13747               <listitem>
13748                 <para>put a path to define a XSLT file</para>
13749
13750                 <itemizedlist>
13751                   <listitem>
13752                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
13753                   </listitem>
13754
13755                   <listitem>
13756                     <para>If in a multi-language system you can enter
13757                     {langcode} in the path to tell Koha to look in the right
13758                     language folder</para>
13759
13760                     <itemizedlist>
13761                       <listitem>
13762                         <para>ex:
13763                         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl</para>
13764                       </listitem>
13765
13766                       <listitem>
13767                         <para>ex.
13768                         http://mykoha.org/{langcode}/stylesheet.xsl</para>
13769                       </listitem>
13770                     </itemizedlist>
13771                   </listitem>
13772                 </itemizedlist>
13773               </listitem>
13774
13775               <listitem>
13776                 <para>put an URL for an external specific stylesheet</para>
13777
13778                 <itemizedlist>
13779                   <listitem>
13780                     <para>ex: http://mykoha.org/stylesheet.xsl</para>
13781                   </listitem>
13782                 </itemizedlist>
13783               </listitem>
13784             </itemizedlist>
13785
13786             <para>Description:</para>
13787
13788             <itemizedlist>
13789               <listitem>
13790                 <para>XSLT stylesheets allow for the customization of the
13791                 details shows on the screen when viewing a bib record. This
13792                 preference will allow you either use the default look that
13793                 comes with Koha or design your own stylesheet.</para>
13794               </listitem>
13795             </itemizedlist>
13796           </section>
13797
13798           <section id="XSLTResultsDisplay">
13799             <title>XSLTResultsDisplay</title>
13800
13801             <para>Default: default</para>
13802
13803             <para>Asks: Display results in the staff client using XSLT
13804             stylesheet at ___</para>
13805
13806             <para>Values:</para>
13807
13808             <itemizedlist>
13809               <listitem>
13810                 <para>leave empty to not use the XSLT stylesheet</para>
13811
13812                 <itemizedlist>
13813                   <listitem>
13814                     <para>In previous versions of Koha this was the setting
13815                     that read 'normally'</para>
13816                   </listitem>
13817                 </itemizedlist>
13818               </listitem>
13819
13820               <listitem>
13821                 <para>enter "default" for the default one</para>
13822               </listitem>
13823
13824               <listitem>
13825                 <para>put a path to define a XSLT file</para>
13826
13827                 <itemizedlist>
13828                   <listitem>
13829                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
13830                   </listitem>
13831
13832                   <listitem>
13833                     <para>If in a multi-language system you can enter
13834                     {langcode} in the path to tell Koha to look in the right
13835                     language folder</para>
13836
13837                     <itemizedlist>
13838                       <listitem>
13839                         <para>ex:
13840                         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl</para>
13841                       </listitem>
13842
13843                       <listitem>
13844                         <para>ex.
13845                         http://mykoha.org/{langcode}/stylesheet.xsl</para>
13846                       </listitem>
13847                     </itemizedlist>
13848                   </listitem>
13849                 </itemizedlist>
13850               </listitem>
13851
13852               <listitem>
13853                 <para>put an URL for an external specific stylesheet</para>
13854
13855                 <itemizedlist>
13856                   <listitem>
13857                     <para>ex: http://mykoha.org/stylesheet.xsl</para>
13858                   </listitem>
13859                 </itemizedlist>
13860               </listitem>
13861             </itemizedlist>
13862
13863             <para>Description:</para>
13864
13865             <itemizedlist>
13866               <listitem>
13867                 <para>XSLT stylesheets allow for the customization of the
13868                 details shows on the screen when viewing the search results.
13869                 This preference will allow you either use the default look
13870                 that comes with Koha or design your own stylesheet.</para>
13871               </listitem>
13872             </itemizedlist>
13873           </section>
13874
13875           <section id="yuipath">
13876             <title>yuipath</title>
13877
13878             <para>Default: included with Koha</para>
13879
13880             <para>Asks: Use the Yahoo UI libraries ___</para>
13881
13882             <para>Values:</para>
13883
13884             <itemizedlist>
13885               <listitem>
13886                 <para>from Yahoo's servers</para>
13887
13888                 <itemizedlist>
13889                   <listitem>
13890                     <para>With this option there is less demand on your
13891                     servers, but if the Internet goes down there will be
13892                     issues</para>
13893                   </listitem>
13894                 </itemizedlist>
13895               </listitem>
13896
13897               <listitem>
13898                 <para>included with Koha</para>
13899
13900                 <itemizedlist>
13901                   <listitem>
13902                     <para>With this option calls are made faster, and they
13903                     will still work if the Internet goes down</para>
13904                   </listitem>
13905                 </itemizedlist>
13906               </listitem>
13907             </itemizedlist>
13908
13909             <para>Description:</para>
13910
13911             <itemizedlist>
13912               <listitem>
13913                 <para>The yuipath preference allows for the user to define a
13914                 local path or web URL to the Yahoo User Interface Library
13915                 (<ulink url="http://developer.yahoo.com/yui/2/">http://developer.yahoo.com/yui/2/</ulink>).
13916                 This library is a resource of developer tools including
13917                 JavaScript and style sheets.</para>
13918               </listitem>
13919             </itemizedlist>
13920           </section>
13921         </section>
13922
13923         <section id="staffoptsprefs">
13924           <title>Options</title>
13925
13926           <section id="HidePatronName">
13927             <title>HidePatronName</title>
13928
13929             <para>Default: Show</para>
13930
13931             <para>Asks: ___ the names of patrons that have items checked out
13932             or on hold on detail pages or the "Place Hold" screen.</para>
13933
13934             <para>Values:</para>
13935
13936             <itemizedlist>
13937               <listitem>
13938                 <para>Don't show</para>
13939               </listitem>
13940
13941               <listitem>
13942                 <para>Show</para>
13943               </listitem>
13944             </itemizedlist>
13945           </section>
13946
13947           <section id="intranetbookbag">
13948             <title>intranetbookbag</title>
13949
13950             <para>Default: Show</para>
13951
13952             <para>Asks: ___ the cart option in the staff client.</para>
13953
13954             <para>Values:</para>
13955
13956             <itemizedlist>
13957               <listitem>
13958                 <para>Don't show</para>
13959               </listitem>
13960
13961               <listitem>
13962                 <para>Show</para>
13963               </listitem>
13964             </itemizedlist>
13965           </section>
13966           <section id="StaffDetailItemSelection ">
13967             <title>StaffDetailItemSelection</title>
13968             <para>Default: Enable</para>
13969             <para>Asks: ___  item selection in record detail page. </para>
13970             <para>Values:<itemizedlist>
13971                 <listitem>
13972                   <para>Disable</para>
13973                 </listitem>
13974                 <listitem>
13975                   <para>Enable</para>
13976                 </listitem>
13977               </itemizedlist></para>
13978             <para>Description:<itemizedlist>
13979                 <listitem>
13980                   <para>This preference lets you choose to show (or not show) checkboxes to the left
13981                     of every item in the holdings tab on the detail display of a record in the staff
13982                     client. Showing these checkboxes allows the staff members to select multiple
13983                     items to edit or delete at once.</para>
13984                   <screenshot>
13985                       <screeninfo>Items with the checkboxes enabled</screeninfo>
13986                       <mediaobject>
13987                         <imageobject>
13988                           <imagedata fileref="images/admin/globalprefs/StaffDetailItemSelection.png"
13989                           />
13990                         </imageobject>
13991                       </mediaobject>
13992                     </screenshot>
13993                 </listitem>
13994               </itemizedlist></para>
13995           </section>
13996
13997           <section id="viewISBD">
13998             <title>viewISBD</title>
13999
14000             <para>Default: Allow</para>
14001
14002             <para>Asks: ___ staff to view records in ISBD form on the staff
14003             client.</para>
14004
14005             <para>Values:</para>
14006
14007             <itemizedlist>
14008               <listitem>
14009                 <para>Allow</para>
14010               </listitem>
14011
14012               <listitem>
14013                 <para>Don't allow</para>
14014               </listitem>
14015             </itemizedlist>
14016           </section>
14017
14018           <section id="viewLabeledMARC">
14019             <title>viewLabeledMARC</title>
14020
14021             <para>Default: Allow</para>
14022
14023             <para>Asks: ___ staff to view records in labeled MARC form on the
14024             staff client.</para>
14025
14026             <para>Values:</para>
14027
14028             <itemizedlist>
14029               <listitem>
14030                 <para>Allow</para>
14031               </listitem>
14032
14033               <listitem>
14034                 <para>Don't allow</para>
14035               </listitem>
14036             </itemizedlist>
14037           </section>
14038
14039           <section id="viewMARC">
14040             <title>viewMARC</title>
14041
14042             <para>Default: Allow</para>
14043
14044             <para>Asks: ___ staff to view records in plain MARC form on the
14045             staff client.</para>
14046
14047             <para>Values:</para>
14048
14049             <itemizedlist>
14050               <listitem>
14051                 <para>Allow</para>
14052               </listitem>
14053
14054               <listitem>
14055                 <para>Don't allow</para>
14056               </listitem>
14057             </itemizedlist>
14058           </section>
14059         </section>
14060       </section>
14061       <section id="toolsprefs">
14062         <title>Tools</title>
14063         <section id="MaxItemsForBatch">
14064           <title>MaxItemsForBatch</title>
14065           <para>Default: 1000</para>
14066           <para>Asks: Process up to ___ items in a single modification or deletion batch. </para>
14067           <para>Description:<itemizedlist>
14068               <listitem>
14069                 <para>In the <link linkend="batchdeleteitems">batch item delete tool</link> this
14070                   will prevent the display of more than the items you entered in this preference,
14071                   but you will be able to delete more than the number you enter here.  In the <link
14072                     linkend="batchmodifyitems">batch item modification tool</link> this preference
14073                   will prevent the editing of more than the number entered here.</para>
14074               </listitem>
14075             </itemizedlist></para>
14076         </section>
14077       </section>
14078
14079       <section id="webserviceprefs">
14080         <title>Web Services</title>
14081
14082         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
14083         Global System Preferences &gt; Web Services</para>
14084
14085         <section id="ilsdiprefs">
14086           <title>ILS-DI</title>
14087
14088           <para/>
14089
14090           <section id="ILS-DI">
14091             <title>ILS-DI</title>
14092
14093             <para>Default: Disable</para>
14094
14095             <para>Asks: ___ ILS-DI services for OPAC users</para>
14096
14097             <para>Values:</para>
14098
14099             <itemizedlist>
14100               <listitem>
14101                 <para>Disable</para>
14102               </listitem>
14103
14104               <listitem>
14105                 <para>Enable</para>
14106               </listitem>
14107             </itemizedlist>
14108           </section>
14109
14110           <section id="ILS-DIAuthorized_IPs">
14111             <title>ILS-DI:AuthorizedIPs</title>
14112
14113             <para>Asks: ___ allowed IPs to use the ILS-DI services</para>
14114           </section>
14115         </section>
14116
14117         <section id="oaiprefs">
14118           <title>OAI-PMH</title>
14119
14120           <section id="OAI-PMH">
14121             <title>OAI-PMH</title>
14122
14123             <para>Default: Disable</para>
14124
14125             <para>Asks: ___ Koha's OAI-PMH server.</para>
14126
14127             <para>Values:</para>
14128
14129             <itemizedlist>
14130               <listitem>
14131                 <para>Disable</para>
14132               </listitem>
14133
14134               <listitem>
14135                 <para>Enable</para>
14136               </listitem>
14137             </itemizedlist>
14138
14139             <para>Description:</para>
14140
14141             <itemizedlist>
14142               <listitem>
14143                 <para>For the Open Archives Initiative-Protocol for Metadata
14144                 Harvesting (OAI-PMH) there are two groups of 'participants':
14145                 Data Providers and Service Providers. Data Providers (open
14146                 archives, repositories) provide free access to metadata, and
14147                 may, but do not necessarily, offer free access to full texts
14148                 or other resources. OAI-PMH provides an easy to implement, low
14149                 barrier solution for Data Providers. Service Providers use the
14150                 OAI interfaces of the Data Providers to harvest and store
14151                 metadata. Note that this means that there are no live search
14152                 requests to the Data Providers; rather, services are based on
14153                 the harvested data via OAI-PMH. Koha at present can only act
14154                 as a Data Provider. It can not harvest from other
14155                 repositories. The biggest stumbling block to having Koha
14156                 harvest from other repositories is that MARC is the only
14157                 metadata format that Koha indexes natively. Visit <ulink url="http://www.oaforum.org/tutorial/english/page3.htm">http://www.oaforum.org/tutorial/english/page3.htm</ulink>
14158                 for diagrams of how OAI-PMH works.</para>
14159               </listitem>
14160             </itemizedlist>
14161
14162             <para>Learn more about OAI-PMH at: <ulink url="http://www.openarchives.org/pmh/">http://www.openarchives.org/pmh/</ulink></para>
14163           </section>
14164
14165           <section id="OAI-PMHarchiveID">
14166             <title>OAI-PMH:archiveID</title>
14167
14168             <para>Default: KOHA-OAI-TEST</para>
14169
14170             <para>Asks: Identify records at this site with the prefix ___
14171             :</para>
14172           </section>
14173
14174           <section id="OAI-PMHAutoUpdateSets">
14175             <title>OAI-PMH:AutoUpdateSets</title>
14176
14177             <para>Default: Disable</para>
14178
14179             <para>Asks: ___ automatic update of OAI-PMH sets when a
14180             bibliographic record is created or updated.</para>
14181
14182             <para>Values:</para>
14183
14184             <itemizedlist>
14185               <listitem>
14186                 <para>Disable</para>
14187               </listitem>
14188
14189               <listitem>
14190                 <para>Enable</para>
14191               </listitem>
14192             </itemizedlist>
14193           </section>
14194
14195           <section id="OAI-PMHConfFile">
14196             <title>OAI-PMH:ConfFile</title>
14197
14198             <para>If this preference is left empty, Koha's OAI Server operates
14199             in normal mode, otherwise it operates in extended mode. In
14200             extended mode, it's possible to parameter other formats than
14201             marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML
14202             configuration file which list available metadata formats and XSL
14203             file used to create them from marcxml records.</para>
14204
14205             <para>For more information, see the <link linkend="oaiconfsample">sample conf file</link> in the
14206             appendix.</para>
14207           </section>
14208
14209           <section id="OAI-PMHMaxCount">
14210             <title>OAI-PMH:MaxCount</title>
14211
14212             <para>Default: 50</para>
14213
14214             <para>Asks: Only return ___ records at a time in response to a
14215             ListRecords or ListIdentifiers query.</para>
14216
14217             <para>Description:</para>
14218
14219             <itemizedlist>
14220               <listitem>
14221                 <para>This is the maximum number of records that would be
14222                 returned based on ListRecord or ListIdentifier queries from
14223                 harvesters. ListRecords harvest the entire records while the
14224                 ListIdentifier is an abbreviated form of ListRecords,
14225                 retrieving only headers rather than records.</para>
14226               </listitem>
14227             </itemizedlist>
14228           </section>
14229         </section>
14230         <section id="reportingservice">
14231           <title>Reporting</title>
14232           <section id="SvcMaxReportRows">
14233             <title>SvcMaxReportRows</title>
14234             <para>Default: 10</para>
14235             <para>Asks: Only return ___ rows of a report requested via the reports web
14236               service.</para>
14237             <para>Description:<itemizedlist>
14238                 <listitem>
14239                   <para>This value will be used to limit the number of results returned by <link linkend="publicreport">public reports</link>.</para>
14240                 </listitem>
14241               </itemizedlist></para>
14242           </section>
14243         </section>
14244       </section>
14245     </section>
14246
14247     <section id="basicparams">
14248       <title>Basic Parameters</title>
14249
14250       <para><emphasis>Get there:</emphasis> More &gt; Administration</para>
14251
14252       <important>
14253         <para>Configure all 'parameters' in the order they appear.</para>
14254       </important>
14255
14256       <section id="libsgroups">
14257         <title>Libraries &amp; Groups</title>
14258
14259         <para>When setting up your Koha system you will want to add
14260         information for every library that will be sharing your system. This
14261         data is used in several areas of Koha.</para>
14262
14263         <itemizedlist>
14264           <listitem>
14265             <para><emphasis>Get there:</emphasis> More &gt; Administration
14266             &gt; Basic Parameters &gt; Libraries and Groups</para>
14267           </listitem>
14268         </itemizedlist>
14269
14270         <para>When visiting this page you are presented with a list of the
14271         libraries and groups that have already been added to the
14272         system.</para>
14273
14274         <screenshot>
14275           <screeninfo>Library List</screeninfo>
14276
14277           <mediaobject>
14278             <imageobject>
14279               <imagedata fileref="images/admin/basicparams/librarylist.png"/>
14280             </imageobject>
14281           </mediaobject>
14282         </screenshot>
14283
14284         <screenshot>
14285           <screeninfo>Group Lists</screeninfo>
14286
14287           <mediaobject>
14288             <imageobject>
14289               <imagedata fileref="images/admin/basicparams/grouplists.png"/>
14290             </imageobject>
14291           </mediaobject>
14292         </screenshot>
14293
14294         <section id="addingalibrary">
14295           <title>Adding a Library</title>
14296
14297           <para>To add a new library:</para>
14298
14299           <itemizedlist>
14300             <listitem>
14301               <para>Click 'New Library'</para>
14302             </listitem>
14303
14304             <listitem>
14305               <para>The top of the form asks for some basics about the
14306               library</para>
14307
14308               <screenshot>
14309                 <screeninfo>Basic Library Info</screeninfo>
14310
14311                 <mediaobject>
14312                   <imageobject>
14313                     <imagedata fileref="images/admin/basicparams/newlibrary.png"/>
14314                   </imageobject>
14315                 </mediaobject>
14316               </screenshot>
14317
14318               <itemizedlist>
14319                 <listitem>
14320                   <para>The library code should not contain any spaces and be
14321                   10 or fewer characters. This code will be used as a unique
14322                   identifier in the database.</para>
14323                 </listitem>
14324
14325                 <listitem>
14326                   <para>The name will be displayed on the OPAC wherever the
14327                   library name displays to the public and should be a name
14328                   that makes sense to your patrons.</para>
14329                 </listitem>
14330
14331                 <listitem>
14332                   <para>If you have <link linkend="addinglibgroup">groups</link> set up you can choose
14333                   what group this library belongs to after entering in the
14334                   code and name</para>
14335                 </listitem>
14336               </itemizedlist>
14337             </listitem>
14338
14339             <listitem>
14340               <para>Next you can enter basic contact info about the
14341               branch</para>
14342
14343               <screenshot>
14344                 <screeninfo>Library Contact Info</screeninfo>
14345
14346                 <mediaobject>
14347                   <imageobject>
14348                     <imagedata fileref="images/admin/basicparams/librarycontact.png"/>
14349                   </imageobject>
14350                 </mediaobject>
14351               </screenshot>
14352
14353               <itemizedlist>
14354                 <listitem>
14355                   <para>The address and contact fields can be used to make
14356                   notices custom for each library</para>
14357                 </listitem>
14358
14359                 <listitem>
14360                   <para>The email address field is not required, but it should
14361                   be filled for every library in your system</para>
14362
14363                   <itemizedlist>
14364                     <listitem>
14365                       <important>
14366                         <para>Be sure to enter a library email address to make
14367                         sure that notices are sent to and from the right
14368                         address</para>
14369                       </important>
14370                     </listitem>
14371                   </itemizedlist>
14372                 </listitem>
14373
14374                 <listitem>
14375                   <para>If the URL field is populated then the library name
14376                   will be linked in the holdings table on the OPAC</para>
14377
14378                   <screenshot>
14379                     <screeninfo>Linked Library Name</screeninfo>
14380
14381                     <mediaobject>
14382                       <imageobject>
14383                         <imagedata fileref="images/admin/basicparams/librarylink.png"/>
14384                       </imageobject>
14385                     </mediaobject>
14386                   </screenshot>
14387                 </listitem>
14388
14389                 <listitem>
14390                   <para>The OPAC Info box is for you to put information about
14391                   the library that will appear in the OPAC when the branch
14392                   name is moused over in the holdings table</para>
14393
14394                   <screenshot>
14395                     <screeninfo>OPAC Info</screeninfo>
14396
14397                     <mediaobject>
14398                       <imageobject>
14399                         <imagedata fileref="images/admin/basicparams/opacinfo.png"/>
14400                       </imageobject>
14401                     </mediaobject>
14402                   </screenshot>
14403                 </listitem>
14404
14405                 <listitem>
14406                   <para>IP Address does not have be filled in unless you plan
14407                   on limiting access to your staff client to a specific IP
14408                   Address</para>
14409
14410                   <itemizedlist>
14411                     <listitem>
14412                       <important>
14413                         <para>An IP address is required if you have enabled
14414                         <link linkend="AutoLocation">AutoLocation</link></para>
14415                       </important>
14416                     </listitem>
14417                   </itemizedlist>
14418                 </listitem>
14419
14420                 <listitem>
14421                   <para>Finally, if you have any notes you can put them here.
14422                   These will not show in the OPAC</para>
14423                 </listitem>
14424               </itemizedlist>
14425             </listitem>
14426           </itemizedlist>
14427
14428           <note>
14429             <para>Of the fields listed, only 'Library code' and 'Name' are
14430             required</para>
14431           </note>
14432
14433           <para/>
14434         </section>
14435
14436         <section id="editingalibrary">
14437           <title>Editing/Deleting a Library</title>
14438
14439           <para>You will be unable to delete any library that has patrons or
14440           items attached to it.</para>
14441
14442           <screenshot>
14443             <screeninfo>Staff will be presented with a warning when trying to
14444             delete a library that is being used</screeninfo>
14445
14446             <mediaobject>
14447               <imageobject>
14448                 <imagedata fileref="images/admin/basicparams/cannotdeletelibrary.png"/>
14449               </imageobject>
14450             </mediaobject>
14451           </screenshot>
14452
14453           <para>Each library will have an 'Edit' link to the right of it.
14454           Click this link to edit/alter details associated with the library in
14455           question.</para>
14456
14457           <important>
14458             <para>You will be unable to edit the 'Library code'</para>
14459           </important>
14460         </section>
14461
14462         <section id="addinglibgroup">
14463           <title>Adding a group</title>
14464
14465           <para>To add a Search Domain or Library Property Group click the
14466           'New Group' button at the top of the screen</para>
14467
14468           <screenshot>
14469             <screeninfo>Add group form</screeninfo>
14470
14471             <mediaobject>
14472               <imageobject>
14473                 <imagedata fileref="images/admin/basicparams/addlibgroup.png"/>
14474               </imageobject>
14475             </mediaobject>
14476           </screenshot>
14477           <para>Give the group a 'Category type; of 'searchdomain' and if you would like the group
14478             to show up in the library pull down at the top of the OPAC (with  <link
14479               linkend="OpacAddMastheadLibraryPulldown">OpacAddMastheadLibraryPulldown</link> set to
14480             'Add') and on the advanced search page you can check the 'Show in search pulldown'
14481             box.</para>
14482
14483           <para>Of the fields on the group form, 'Category code', 'Name', and 'Category type' are
14484             the only required fields</para>
14485
14486           <section id="searchdomaingroups">
14487             <title>Search Domain Groups</title>
14488
14489             <para>Search Domain Groups allow you to search a group of
14490             libraries at the same time instead of searching just one library
14491             or all libraries.</para>
14492
14493             <screenshot>
14494               <screeninfo>Search Domain Groups</screeninfo>
14495
14496               <mediaobject>
14497                 <imageobject>
14498                   <imagedata fileref="images/admin/basicparams/searchgroup.png"/>
14499                 </imageobject>
14500               </mediaobject>
14501             </screenshot>
14502
14503             <para>To see Search Domain Groups in action visit the staff client
14504             advanced search page in your Koha system:</para>
14505
14506             <screenshot>
14507               <screeninfo>Library group search on staff client</screeninfo>
14508
14509               <mediaobject>
14510                 <imageobject>
14511                   <imagedata fileref="images/admin/basicparams/stafflibgroupsearch.png"/>
14512                 </imageobject>
14513               </mediaobject>
14514             </screenshot>
14515           </section>
14516
14517           <section id="libpropertygroups">
14518             <title>Library Property Groups</title>
14519
14520             <para>You can assign specific categories to your libraries by
14521             adding groups for them</para>
14522
14523             <screenshot>
14524               <screeninfo>Library Property Groups</screeninfo>
14525
14526               <mediaobject>
14527                 <imageobject>
14528                   <imagedata fileref="images/admin/basicparams/groupproperties.png"/>
14529                 </imageobject>
14530               </mediaobject>
14531             </screenshot>
14532
14533             <para>Properties are then applied to libraries via the add or edit
14534             library form</para>
14535
14536             <screenshot>
14537               <screeninfo>Groups on the Add/Modify library form</screeninfo>
14538
14539               <mediaobject>
14540                 <imageobject>
14541                   <imagedata fileref="images/admin/basicparams/addlibrarytogroup.png"/>
14542                 </imageobject>
14543               </mediaobject>
14544             </screenshot>
14545           </section>
14546         </section>
14547       </section>
14548
14549       <section id="itemtypeadmin">
14550         <title>Item Types</title>
14551
14552         <para>Koha allows you to organize your collection by item types and
14553         collection codes.</para>
14554
14555         <itemizedlist>
14556           <listitem>
14557             <para><emphasis>Get there:</emphasis> More &gt; Administration
14558             &gt; Basic Parameters &gt; Item Types</para>
14559           </listitem>
14560         </itemizedlist>
14561
14562         <para>Item types typically refer to the material type (book, cd, dvd,
14563         etc), but can be used in any way that works for your library.</para>
14564
14565         <screenshot>
14566           <screeninfo>Item Types</screeninfo>
14567
14568           <mediaobject>
14569             <imageobject>
14570               <imagedata fileref="images/admin/basicparams/itemtypes.png"/>
14571             </imageobject>
14572           </mediaobject>
14573         </screenshot>
14574
14575         <section id="additemtype">
14576           <title>Adding Item Types</title>
14577
14578           <para>To add a new item type, simply click the 'New Item Type'
14579           button at the top of the Item Types page.</para>
14580
14581           <screenshot>
14582             <screeninfo>New Item Type</screeninfo>
14583
14584             <mediaobject>
14585               <imageobject>
14586                 <imagedata fileref="images/admin/basicparams/additemtype.png"/>
14587               </imageobject>
14588             </mediaobject>
14589           </screenshot>
14590
14591           <itemizedlist>
14592             <listitem>
14593               <para>In the 'Item Type' field, enter a short code for your item
14594               type</para>
14595             </listitem>
14596
14597             <listitem>
14598               <para>The description is the plain text definition of the item
14599               type</para>
14600             </listitem>
14601
14602             <listitem>
14603               <para>You can choose to have an image associated with your item
14604               type</para>
14605
14606               <itemizedlist>
14607                 <listitem>
14608                   <para>You can choose from a series of image
14609                   collections</para>
14610                 </listitem>
14611
14612                 <listitem>
14613                   <para>You can link to a remote image</para>
14614                 </listitem>
14615
14616                 <listitem>
14617                   <para>Or you can just have no image associated with the item
14618                   type</para>
14619                 </listitem>
14620
14621                 <listitem>
14622                   <important>
14623                     <para>To have your item type images appear in the OPAC you
14624                     need to set noItemTypeImages to 'Show'</para>
14625                   </important>
14626
14627                   <itemizedlist>
14628                     <listitem>
14629                       <para><emphasis>Get there: </emphasis>More &gt;
14630                       Administration &gt; Global System Preferences &gt; <link linkend="adminprefs">Admin</link></para>
14631                     </listitem>
14632                   </itemizedlist>
14633                 </listitem>
14634               </itemizedlist>
14635             </listitem>
14636
14637             <listitem>
14638               <para>For items that do not circulate, check the 'Not for loan'
14639               options</para>
14640
14641               <itemizedlist>
14642                 <listitem>
14643                   <para>Items marked 'Not for loan' will appear in the
14644                   catalog, but cannot be checked out to patrons</para>
14645                 </listitem>
14646               </itemizedlist>
14647             </listitem>
14648
14649             <listitem>
14650               <para id="rentalcharge">For items that you charge a rental fee
14651               for, enter the total fee you charge in the 'Rental charge'
14652               field</para>
14653
14654               <itemizedlist>
14655                 <listitem>
14656                   <important>
14657                     <para>Do not enter symbols in this field, only numbers and
14658                     decimal points (ex. $5.00 should be entered as 5 or
14659                     5.00)</para>
14660                   </important>
14661                 </listitem>
14662
14663                 <listitem>
14664                   <para>This will charge the patron on checkout</para>
14665                 </listitem>
14666               </itemizedlist>
14667             </listitem>
14668
14669             <listitem>
14670               <para>If you would like a message or alert to appear when items of this type are
14671                 checked in you can enter that in the 'Checkin message' box</para>
14672               <screenshot>
14673                 <screeninfo>Checkin message setup</screeninfo>
14674                 <mediaobject>
14675                   <imageobject>
14676                     <imagedata fileref="images/admin/basicparams/itemtype-msgsetup.png"/>
14677                   </imageobject>
14678                 </mediaobject>
14679               </screenshot>
14680               <para>
14681                 <itemizedlist>
14682                   <listitem>
14683                     <para>The Checkin message type can be a Message or an Alert.  The only
14684                       difference between these two is the styling. By default a Message is blue </para>
14685                     <screenshot>
14686                       <screeninfo>Checkin Message</screeninfo>
14687                       <mediaobject>
14688                         <imageobject>
14689                           <imagedata fileref="images/admin/basicparams/itemtype-msg.png"/>
14690                         </imageobject>
14691                       </mediaobject>
14692                     </screenshot>
14693                     <para>and an Alert is yellow.</para>
14694                     <screenshot>
14695                         <screeninfo>Checkin Alert</screeninfo>
14696                         <mediaobject>
14697                           <imageobject>
14698                             <imagedata fileref="images/admin/basicparams/itemtype-alert.png"/>
14699                           </imageobject>
14700                         </mediaobject>
14701                       </screenshot>
14702                   </listitem>
14703                 </itemizedlist>
14704               </para>
14705             </listitem>
14706             <listitem>
14707               <para>Some SIP devices need you to use a SIP-specific media type instead of Koha's
14708                 item type (usually lockers and sorters need this media type), if you use a device
14709                 like this you'll want to enter the SIP media type.</para>
14710             </listitem>
14711             <listitem>
14712               <para>When finished, click 'Save Changes'</para>
14713               <itemizedlist>
14714                 <listitem>
14715                   <note>
14716                     <para>All fields, with the exception of the 'Item Type' will be editable from
14717                       the Item Types list</para>
14718                   </note>
14719                 </listitem>
14720               </itemizedlist>
14721             </listitem>
14722
14723             <listitem>
14724               <para>Your new item type will now appear on the list</para>
14725
14726               <screenshot>
14727                 <screeninfo>New DVD Item Type</screeninfo>
14728
14729                 <mediaobject>
14730                   <imageobject>
14731                     <imagedata fileref="images/admin/basicparams/newitemtype.png"/>
14732                   </imageobject>
14733                 </mediaobject>
14734               </screenshot>
14735             </listitem>
14736           </itemizedlist>
14737         </section>
14738
14739         <section id="edititemtype">
14740           <title>Editing Item Types</title>
14741
14742           <para>Each item type has an Edit button beside it. To edit an item
14743           simply click the 'Edit' link.</para>
14744
14745           <important>
14746             <para>You will not be able to edit the code you assigned as the
14747             'Item Type' but you will be able to edit the description for the
14748             item.</para>
14749           </important>
14750         </section>
14751
14752         <section id="deleteitemtype">
14753           <title>Deleting Item Types</title>
14754
14755           <para>Each item has a Delete button beside it. To delete an item,
14756           simply click the 'Delete' link.</para>
14757
14758           <important>
14759             <para>You will not be able to delete item types that are being
14760             used by items within your system.</para>
14761           </important>
14762
14763           <screenshot>
14764             <screeninfo>Warning when you try to delete an item that is in
14765             use</screeninfo>
14766
14767             <mediaobject>
14768               <imageobject>
14769                 <imagedata fileref="images/admin/basicparams/nodeleteitemtype.png"/>
14770               </imageobject>
14771             </mediaobject>
14772           </screenshot>
14773         </section>
14774       </section>
14775
14776       <section id="authorizedvalues">
14777         <title>Authorized Values</title>
14778
14779         <para>Authorized values can be used in several areas of Koha. One
14780         reason you would add an authorized value category would be to control
14781         the values that can be entered into MARC fields by catalogers.</para>
14782
14783         <itemizedlist>
14784           <listitem>
14785             <para><emphasis>Get there:</emphasis> More &gt; Administration
14786             &gt; Basic Parameters &gt; Authorized Values</para>
14787           </listitem>
14788         </itemizedlist>
14789
14790         <section id="existingauthvalues">
14791           <title>Existing Values</title>
14792
14793           <para>Koha installs with pre-defined values that your library is
14794           likely to use, for instance 'Lost'.</para>
14795
14796           <itemizedlist>
14797             <listitem id="asort1">
14798               <para>Asort1</para>
14799               <itemizedlist>
14800                 <listitem>
14801                   <para>Used for acquisitions statistical purposes</para>
14802                 </listitem>
14803               </itemizedlist>
14804             </listitem>
14805
14806             <listitem id="asort2">
14807               <para>Asort2</para>
14808               <itemizedlist>
14809                 <listitem>
14810                   <para>Used for acquisitions statistical purposes</para>
14811                 </listitem>
14812               </itemizedlist>
14813             </listitem>
14814
14815             <listitem id="bornotes">
14816               <para>BOR_NOTES</para>
14817               <itemizedlist>
14818                 <listitem>
14819                   <para>Values for custom patron messages that appear on the circulation screen and
14820                     the OPAC. The value in the Description field should be the message text and is
14821                     limited to 200 characters.</para>
14822                   <screenshot>
14823                     <screeninfo>Borrower messages</screeninfo>
14824                     <mediaobject>
14825                       <imageobject>
14826                         <imagedata fileref="images/admin/basicparams/bor_notes.png"/>
14827                       </imageobject>
14828                     </mediaobject>
14829                   </screenshot>
14830                 </listitem>
14831               </itemizedlist>
14832             </listitem>
14833
14834             <listitem id="bsort1">
14835               <para>Bsort1</para>
14836               <itemizedlist>
14837                 <listitem>
14838                   <para>Values that can be entered to fill in the patron's sort 1 field</para>
14839                 </listitem>
14840               </itemizedlist>
14841             </listitem>
14842
14843             <listitem id="bsort2">
14844               <para>Bsort2</para>
14845               <itemizedlist>
14846                 <listitem>
14847                   <para>Values that can be entered to fill in the patron's sort 2 field</para>
14848                 </listitem>
14849               </itemizedlist>
14850             </listitem>
14851
14852             <listitem id="cartauth">
14853               <para>CART</para>
14854               <itemizedlist>
14855                 <listitem>
14856                   <para>Is the shelving cart location, used by <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link> and
14857                       <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link></para>
14858                 </listitem>
14859               </itemizedlist>
14860             </listitem>
14861
14862             <listitem id="ccode">
14863               <para>CCODE</para>
14864               <itemizedlist>
14865                 <listitem>
14866                   <para>Collection codes (appears when cataloging and working with items)</para>
14867                 </listitem>
14868               </itemizedlist>
14869             </listitem>
14870
14871             <listitem id="damageauth">
14872               <para>DAMAGED</para>
14873               <itemizedlist>
14874                 <listitem>
14875                   <para>Descriptions for items marked as damaged (appears when cataloging and
14876                     working with items)</para>
14877                 </listitem>
14878               </itemizedlist>
14879             </listitem>
14880
14881             <listitem id="hingsas">
14882               <para>DEPARTMENT<itemizedlist>
14883                   <listitem>
14884                     <para>Departments are required by and will be used in the <link
14885                         linkend="coursereserves">Course Reserves</link> module</para>
14886                   </listitem>
14887                 </itemizedlist></para>
14888             </listitem>
14889             <listitem>
14890               <para>HINGS_AS</para>
14891               <itemizedlist>
14892                 <listitem>
14893                   <para>General Holdings: Acquisition Status Designator :: This data element
14894                     specifies acquisition status for the unit at the time of the holdings
14895                     report.</para>
14896                 </listitem>
14897               </itemizedlist>
14898             </listitem>
14899
14900             <listitem id="hingsc">
14901               <para>HINGS_C</para>
14902               <itemizedlist>
14903                 <listitem>
14904                   <para>General Holdings: Completeness Designator</para>
14905                 </listitem>
14906               </itemizedlist>
14907             </listitem>
14908
14909             <listitem id="hingspf">
14910               <para>HINGS_PF</para>
14911               <itemizedlist>
14912                 <listitem>
14913                   <para>Physical Form Designators</para>
14914                 </listitem>
14915               </itemizedlist>
14916             </listitem>
14917
14918             <listitem id="hingsrd">
14919               <para>HINGS_RD</para>
14920               <itemizedlist>
14921                 <listitem>
14922                   <para>General Holdings: Retention Designator :: This data element specifies the
14923                     retention policy for the unit at the time of the holdings report.</para>
14924                 </listitem>
14925               </itemizedlist>
14926             </listitem>
14927
14928             <listitem id="hingsut">
14929               <para>HINGS_UT</para>
14930               <itemizedlist>
14931                 <listitem>
14932                   <para>General Holdings: Type of Unit Designator</para>
14933                 </listitem>
14934               </itemizedlist>
14935             </listitem>
14936
14937             <listitem id="shelvelocvals">
14938               <para>LOC</para>
14939               <itemizedlist>
14940                 <listitem>
14941                   <para>Shelving location (usually appears when adding or editing an item)</para>
14942                 </listitem>
14943               </itemizedlist>
14944             </listitem>
14945
14946             <listitem id="lost">
14947               <para>LOST</para>
14948               <itemizedlist>
14949                 <listitem>
14950                   <para>Descriptions for the items marked as lost (appears when adding or editing an
14951                     item)</para>
14952                 </listitem>
14953                 <listitem>
14954                   <important>
14955                     <para>Values given to lost statuses should be numeric and not alphabetical in
14956                       order for statuses to appear properly</para>
14957                   </important>
14958                 </listitem>
14959               </itemizedlist>
14960             </listitem>
14961
14962             <listitem id="manualinvvals">
14963               <para>MANUAL_INV</para>
14964               <itemizedlist>
14965                 <listitem>
14966                   <para>Values for manual invoicing types</para>
14967                 </listitem>
14968                 <listitem>
14969                   <para>
14970                     <important>
14971                       <para>The value set as the Authorized Value for the MANUAL_INV authorized
14972                         value category will appear as the Description and the Authorized Value
14973                         Description will be used as the amount. Enter monetary amounts in the
14974                         description without currency symbols.</para>
14975                     </important>
14976                   </para>
14977                 </listitem>
14978               </itemizedlist>
14979             </listitem>
14980
14981             <listitem id="notforloan">
14982               <para>NOT_LOAN</para>
14983               <itemizedlist>
14984                 <listitem>
14985                   <para>Reasons why a title is not for loan</para>
14986                 </listitem>
14987                 <listitem>
14988                   <important>
14989                     <para>Values given to lost statuses should be numeric and not alphabetical in
14990                       order for statuses to appear properly</para>
14991                   </important>
14992                 </listitem>
14993                 <listitem>
14994                   <note>
14995                     <para>Negative number values will still allow holds (use for on order statuses
14996                       for example) where as positive numbers will not allow holds or
14997                       checkouts</para>
14998                   </note>
14999                 </listitem>
15000               </itemizedlist>
15001             </listitem>
15002
15003             <listitem id="procauth">
15004               <para>PROC</para>
15005               <itemizedlist>
15006                 <listitem>
15007                   <para>The location to be used for <link linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link> (change description as desired), also the
15008                     location expected by <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>.</para>
15009                 </listitem>
15010               </itemizedlist>
15011             </listitem>
15012
15013             <listitem id="reportgroup">
15014               <para>REPORT_GROUP</para>
15015               <itemizedlist>
15016                 <listitem>
15017                   <para>A way to sort and filter your reports, the default values in this category
15018                     include the Koha modules (Accounts, Acquitisions, Catalog, Circulation,
15019                     Patrons)</para>
15020                   <screenshot>
15021                     <screeninfo>Report Groups</screeninfo>
15022                     <mediaobject>
15023                       <imageobject>
15024                         <imagedata fileref="images/admin/basicparams/report_group.png"/>
15025                       </imageobject>
15026                     </mediaobject>
15027                   </screenshot>
15028                 </listitem>
15029               </itemizedlist>
15030             </listitem>
15031
15032             <listitem id="reportsubgroup">
15033               <para>REPORT_SUBGROUP</para>
15034               <itemizedlist>
15035                 <listitem>
15036                   <para>Can be used to further sort and filter your reports. This category is empty
15037                     by default. Values here need to include the authorized value code from
15038                     REPORT_GROUP in the Description (OPAC) field to link the subgroup to the
15039                     appropriate group.</para>
15040                   <screenshot>
15041                     <screeninfo>Report Subgroups</screeninfo>
15042                     <mediaobject>
15043                       <imageobject>
15044                         <imagedata fileref="images/admin/basicparams/report_subgroup.png"/>
15045                       </imageobject>
15046                     </mediaobject>
15047                   </screenshot>
15048                 </listitem>
15049               </itemizedlist>
15050             </listitem>
15051
15052             <listitem id="restricted">
15053               <para>RESTRICTED</para>
15054               <itemizedlist>
15055                 <listitem>
15056                   <para>Restricted status of an item</para>
15057                 </listitem>
15058               </itemizedlist>
15059             </listitem>
15060
15061             <listitem id="suggestauthorized">
15062               <para>ROADTYPE<itemizedlist>
15063                   <listitem>
15064                     <para>Road types to be used in patron addresses</para>
15065                   </listitem>
15066                 </itemizedlist></para>
15067             </listitem>
15068             <listitem>
15069               <para>SIP_MEDIA_TYPE<itemizedlist>
15070                   <listitem>
15071                     <para>Used when <link linkend="additemtype">creating</link> or <link
15072                         linkend="edititemtype">editing</link> an item type to assign a SIP specific
15073                       media type for devices like lockers and sorters.</para>
15074                   </listitem>
15075                 </itemizedlist></para>
15076             </listitem>
15077             <listitem>
15078               <para>SUGGEST</para>
15079               <itemizedlist>
15080                 <listitem>
15081                   <para>List of patron suggestion reject or accept reasons (appears when managing
15082                     suggestions)</para>
15083                 </listitem>
15084               </itemizedlist>
15085             </listitem>
15086
15087             <listitem id="withdrawnauth">
15088               <para>WITHDRAWN</para>
15089               <itemizedlist>
15090                 <listitem>
15091                   <para>Description of a withdrawn item (appears when adding or editing an
15092                     item)</para>
15093                 </listitem>
15094               </itemizedlist>
15095             </listitem>
15096
15097             <listitem id="yesnoauth">
15098               <para>YES_NO</para>
15099               <itemizedlist>
15100                 <listitem>
15101                   <para>A generic authorized value field that can be used anywhere you need a simple
15102                     yes/no pull down menu.</para>
15103                 </listitem>
15104               </itemizedlist>
15105             </listitem>
15106           </itemizedlist>
15107         </section>
15108
15109         <section id="newauthvalcat">
15110           <title>Add new Authorized Value Category</title>
15111
15112           <para>In addition to the existing categories that come by default
15113           with Koha, librarians can add their own authorized value categories
15114           to control data that is entered into the system. To add a new
15115           category:</para>
15116
15117           <itemizedlist>
15118             <listitem>
15119               <para>Click 'New Category'</para>
15120
15121               <screenshot>
15122                 <screeninfo>New Authorized Category form</screeninfo>
15123
15124                 <mediaobject>
15125                   <imageobject>
15126                     <imagedata fileref="images/admin/basicparams/addauthcat.png"/>
15127                   </imageobject>
15128                 </mediaobject>
15129               </screenshot>
15130             </listitem>
15131
15132             <listitem>
15133               <para>Limit your Category to 10 characters (something short to
15134               make it clear what the category is for)</para>
15135
15136               <itemizedlist>
15137                 <listitem>
15138                   <important>
15139                     <para>Category cannot have spaces or special characters
15140                     other than underscores and hyphens in it.</para>
15141                   </important>
15142                 </listitem>
15143               </itemizedlist>
15144             </listitem>
15145
15146             <listitem>
15147               <para>When adding a new category you're asked to create at least
15148               one authorized value</para>
15149
15150               <itemizedlist>
15151                 <listitem>
15152                   <para>Enter a code for your Authorized Value into the
15153                   'Authorized value' field</para>
15154
15155                   <itemizedlist>
15156                     <listitem>
15157                       <important>
15158                         <para>Authorized value is limited to 80 characters and
15159                         cannot have spaces or special characters other than
15160                         underscores and hyphens in it.</para>
15161                       </important>
15162                     </listitem>
15163                   </itemizedlist>
15164                 </listitem>
15165
15166                 <listitem>
15167                   <para>Use the Description field for the actual value that will be displayed. If
15168                     you want something different to show in the OPAC, enter a 'Description
15169                     (OPAC)'</para>
15170                 </listitem>
15171                 <listitem>
15172                   <para>If you would like to limit this authorized value category to only specific
15173                     libraries you can choose them from the 'Branches limitation' menu. To have it
15174                     show for all libraries just choose 'All branches' at the top of the list.</para>
15175                 </listitem>
15176
15177                 <listitem>
15178                   <para>If you have <link linkend="StaffAuthorisedValueImages">StaffAuthorisedValueImages</link>
15179                   and/or <link linkend="AuthorisedValueImages">AuthorisedValueImages</link>
15180                   set to show images for authorized values you can choose the
15181                   image under 'Choose an icon'</para>
15182                 </listitem>
15183               </itemizedlist>
15184             </listitem>
15185
15186             <listitem>
15187               <para>Click 'Save'</para>
15188             </listitem>
15189
15190             <listitem>
15191               <para>Your new category and value will appear on the list of
15192               Authorized Values</para>
15193
15194               <screenshot>
15195                 <screeninfo>Custom Authorized Value on list of
15196                 values</screeninfo>
15197
15198                 <mediaobject>
15199                   <imageobject>
15200                     <imagedata fileref="images/admin/basicparams/authvallist.png"/>
15201                   </imageobject>
15202                 </mediaobject>
15203               </screenshot>
15204             </listitem>
15205           </itemizedlist>
15206         </section>
15207
15208         <section id="newauthval">
15209           <title>Add new Authorized Value</title>
15210
15211           <para>New authorized values can be added to any existing or new
15212           category. To add a value:</para>
15213
15214           <itemizedlist>
15215             <listitem>
15216               <para>Click 'New authorized value for ...'</para>
15217
15218               <screenshot>
15219                 <screeninfo>New Authorized Value form</screeninfo>
15220
15221                 <mediaobject>
15222                   <imageobject>
15223                     <imagedata fileref="images/admin/basicparams/addauthvalue.png"/>
15224                   </imageobject>
15225                 </mediaobject>
15226               </screenshot>
15227             </listitem>
15228
15229             <listitem>
15230               <para>Enter a code for your Authorized Value into the
15231               'Authorized value' field</para>
15232
15233               <itemizedlist>
15234                 <listitem>
15235                   <important>
15236                     <para>Authorized value is limited to 80 characters and
15237                     cannot have spaces or special characters other than
15238                     underscores and hyphens in it.</para>
15239                   </important>
15240                 </listitem>
15241               </itemizedlist>
15242             </listitem>
15243
15244             <listitem>
15245               <para>Use the Description field for the actual value that will be displayed. If you
15246                 want something different to show in the OPAC, enter a 'Description (OPAC)'</para>
15247             </listitem>
15248             <listitem>
15249               <para>If you would like to limit this authorized value category to only specific
15250                 libraries you can choose them from the 'Branches limitation' menu. To have it show
15251                 for all libraries just choose 'All branches' at the top of the list.</para>
15252             </listitem>
15253
15254             <listitem>
15255               <para>If you have <link linkend="StaffAuthorisedValueImages">StaffAuthorisedValueImages</link>
15256               and/or <link linkend="AuthorisedValueImages">AuthorisedValueImages</link> set
15257               to show images for authorized values you can choose the image
15258               under 'Choose an icon'</para>
15259             </listitem>
15260
15261             <listitem>
15262               <para>Click 'Save'</para>
15263             </listitem>
15264
15265             <listitem>
15266               <para>The new value will appear in the list along with existing
15267               values</para>
15268
15269               <screenshot>
15270                 <screeninfo>List of authorized values in MARC504
15271                 category</screeninfo>
15272
15273                 <mediaobject>
15274                   <imageobject>
15275                     <imagedata fileref="images/admin/basicparams/authvals.png"/>
15276                   </imageobject>
15277                 </mediaobject>
15278               </screenshot>
15279             </listitem>
15280           </itemizedlist>
15281         </section>
15282       </section>
15283     </section>
15284
15285     <section id="patscirc">
15286       <title>Patrons &amp; Circulation</title>
15287
15288       <para>Settings for controlling circulation and patron
15289       information.</para>
15290
15291       <section id="patcats">
15292         <title>Patron Categories</title>
15293
15294         <para>Patron categories allow you to organize your patrons into
15295         different roles, age groups, and patron types.</para>
15296
15297         <itemizedlist>
15298           <listitem>
15299             <para><emphasis>Get there:</emphasis> More &gt; Administration
15300             &gt; Patrons &amp; Circulation &gt; Patron Categories</para>
15301           </listitem>
15302         </itemizedlist>
15303
15304         <screenshot>
15305           <screeninfo>Patron category list</screeninfo>
15306
15307           <mediaobject>
15308             <imageobject>
15309               <imagedata fileref="images/admin/patroncirc/patroncatlist.png"/>
15310             </imageobject>
15311           </mediaobject>
15312         </screenshot>
15313
15314         <para>Patrons are assigned to one of six main categories:</para>
15315
15316         <itemizedlist>
15317           <listitem>
15318             <para>Adult</para>
15319
15320             <itemizedlist>
15321               <listitem>
15322                 <para>Most common patron type, usually used for a general
15323                 'Patron' category.</para>
15324               </listitem>
15325             </itemizedlist>
15326           </listitem>
15327
15328           <listitem>
15329             <para>Child</para>
15330
15331             <itemizedlist>
15332               <listitem>
15333                 <para>Children patrons can have a guardian to be attached to
15334                 them.</para>
15335               </listitem>
15336             </itemizedlist>
15337           </listitem>
15338
15339           <listitem>
15340             <para>Staff</para>
15341
15342             <itemizedlist>
15343               <listitem>
15344                 <para>Librarians (and library workers) should be assigned the
15345                 staff category so that you can <link linkend="patronpermissions">set their permissions</link> and
15346                 give them access to the staff client.</para>
15347               </listitem>
15348             </itemizedlist>
15349           </listitem>
15350
15351           <listitem>
15352             <para>Organizational</para>
15353
15354             <itemizedlist>
15355               <listitem>
15356                 <para>Organizational patrons are organizations. Organizations
15357                 can be used as guarantors for Professional patrons.</para>
15358               </listitem>
15359             </itemizedlist>
15360           </listitem>
15361
15362           <listitem>
15363             <para>Professional</para>
15364
15365             <itemizedlist>
15366               <listitem>
15367                 <para>Professional patrons can be linked to Organizational
15368                 patrons</para>
15369               </listitem>
15370             </itemizedlist>
15371           </listitem>
15372
15373           <listitem>
15374             <para>Statistical</para>
15375
15376             <itemizedlist>
15377               <listitem>
15378                 <para>This patron type is used strictly for statistical
15379                 purposes, such as in house use of items.</para>
15380               </listitem>
15381             </itemizedlist>
15382           </listitem>
15383         </itemizedlist>
15384
15385         <section id="addingpatroncat">
15386           <title>Adding a patron category</title>
15387
15388           <para>To add a new patron category click 'New Category' at the top
15389           of the page</para>
15390
15391           <screenshot>
15392             <screeninfo>New patron category form</screeninfo>
15393
15394             <mediaobject>
15395               <imageobject>
15396                 <imagedata fileref="images/admin/patroncirc/newpatroncat.png"/>
15397               </imageobject>
15398             </mediaobject>
15399           </screenshot>
15400
15401           <itemizedlist>
15402             <listitem>
15403               <para>The 'Category Code' is an identifier for your new
15404               code.</para>
15405
15406               <itemizedlist>
15407                 <listitem>
15408                   <important>
15409                     <para>The category code is limited to 10 characters
15410                     (numbers and letters)</para>
15411                   </important>
15412                 </listitem>
15413
15414                 <listitem>
15415                   <important>
15416                     <para>This field is required in order to save your patron
15417                     category. If left blank you will be presented with an
15418                     error.</para>
15419
15420                     <screenshot>
15421                       <screeninfo>Missing fields error</screeninfo>
15422
15423                       <mediaobject>
15424                         <imageobject>
15425                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
15426                         </imageobject>
15427                       </mediaobject>
15428                     </screenshot>
15429                   </important>
15430                 </listitem>
15431               </itemizedlist>
15432             </listitem>
15433
15434             <listitem>
15435               <para>Enter a plain text version of the category in the
15436               'Description' field.</para>
15437
15438               <itemizedlist>
15439                 <listitem>
15440                   <important>
15441                     <para>This field is required in order to save your patron
15442                     category. If left blank you will be presented with an
15443                     error.</para>
15444
15445                     <screenshot>
15446                       <screeninfo>Missing fields error</screeninfo>
15447
15448                       <mediaobject>
15449                         <imageobject>
15450                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
15451                         </imageobject>
15452                       </mediaobject>
15453                     </screenshot>
15454                   </important>
15455                 </listitem>
15456               </itemizedlist>
15457             </listitem>
15458
15459             <listitem>
15460               <para>Enrollment period (in months) should be filled in if you
15461               have a limited enrollment period for your patrons (eg. Student
15462               cards expire after 9 months or until a specific date)</para>
15463
15464               <itemizedlist>
15465                 <listitem>
15466                   <important>
15467                     <para>You cannot enter both a month limit and a date
15468                     until. Choose to enter either one or the other.</para>
15469                   </important>
15470                 </listitem>
15471
15472                 <listitem>
15473                   <important>
15474                     <para>This field is required in order to save your patron
15475                     category. If left blank you will be presented with an
15476                     error.</para>
15477
15478                     <screenshot>
15479                       <screeninfo>Missing fields error</screeninfo>
15480
15481                       <mediaobject>
15482                         <imageobject>
15483                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
15484                         </imageobject>
15485                       </mediaobject>
15486                     </screenshot>
15487                   </important>
15488                 </listitem>
15489               </itemizedlist>
15490             </listitem>
15491
15492             <listitem>
15493               <para>Some patron categories can have a minimum age (in years)
15494               requirement associated with them, enter this age in the 'Age
15495               required'</para>
15496
15497               <itemizedlist>
15498                 <listitem>
15499                   <important>
15500                     <para>This value will only be checked if <link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
15501                     defines the dateofbirth as a required field on the patron
15502                     record</para>
15503                   </important>
15504                 </listitem>
15505               </itemizedlist>
15506             </listitem>
15507
15508             <listitem>
15509               <para>Patron categories can also have a maximum age (in years)
15510               associated with them (such as children), enter this age in the
15511               'Upperage limit'</para>
15512
15513               <itemizedlist>
15514                 <listitem>
15515                   <important>
15516                     <para>This value will only be checked if <link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
15517                     defines the dateofbirth as a required field on the patron
15518                     record</para>
15519                   </important>
15520                 </listitem>
15521               </itemizedlist>
15522             </listitem>
15523
15524             <listitem>
15525               <para>If you charge a membership fee for your patrons (such as
15526               those who live in another region) you can enter that in the
15527               'Enrollment fee' field.</para>
15528
15529               <itemizedlist>
15530                 <listitem>
15531                   <important>
15532                     <para>Only enter numbers and decimals in this field</para>
15533                   </important>
15534                 </listitem>
15535               </itemizedlist>
15536             </listitem>
15537
15538             <listitem>
15539               <para>If you want your patron to receive overdue notices, set
15540               the 'Overdue notice required' to 'Yes'</para>
15541             </listitem>
15542
15543             <listitem>
15544               <para>You can decide on a patron category basis if lost items
15545               are shown in the staff client by making a choice from the 'Lost
15546               items in staff client' pull down</para>
15547
15548               <screenshot>
15549                 <screeninfo>Choose a value for 'Hide Lost Items'</screeninfo>
15550
15551                 <mediaobject>
15552                   <imageobject>
15553                     <imagedata fileref="images/admin/patroncirc/hidelostitemspatron.png"/>
15554                   </imageobject>
15555                 </mediaobject>
15556               </screenshot>
15557
15558               <itemizedlist>
15559                 <listitem>
15560                   <important>
15561                     <para>Note that this is only applicable in the staff
15562                     client, so changing this value on patron categories who do
15563                     not have access to the staff client won't make any
15564                     difference</para>
15565                   </important>
15566                 </listitem>
15567               </itemizedlist>
15568             </listitem>
15569
15570             <listitem>
15571               <para>If you charge patrons for placing holds on items, enter
15572               the fee amount in the 'Hold fee' field.</para>
15573
15574               <itemizedlist>
15575                 <listitem>
15576                   <important>
15577                     <para>Only enter numbers and decimals in this field</para>
15578                   </important>
15579                 </listitem>
15580               </itemizedlist>
15581             </listitem>
15582
15583             <listitem>
15584               <para>In the 'Category type' field choose one of the six main
15585               parent categories</para>
15586
15587               <screenshot>
15588                 <screeninfo>Six main patron categories</screeninfo>
15589
15590                 <mediaobject>
15591                   <imageobject>
15592                     <imagedata fileref="images/admin/patroncirc/patroncatpulldown.png"/>
15593                   </imageobject>
15594                 </mediaobject>
15595               </screenshot>
15596
15597               <itemizedlist>
15598                 <listitem>
15599                   <important>
15600                     <para>This field is required in order to save your patron
15601                     category. If left blank you will be presented with an
15602                     error.</para>
15603
15604                     <screenshot>
15605                       <screeninfo>Missing fields error</screeninfo>
15606
15607                       <mediaobject>
15608                         <imageobject>
15609                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
15610                         </imageobject>
15611                       </mediaobject>
15612                     </screenshot>
15613                   </important>
15614                 </listitem>
15615               </itemizedlist>
15616             </listitem>
15617
15618             <listitem>
15619               <para>The Branch Limitations let you limit this patron category to only some branches
15620                 in your library system.  Select 'All branches' if you would like any library to be
15621                 able to use this category.</para>
15622             </listitem>
15623             <listitem>
15624               <para>You can decide if this patron category is blocked from performing actions in the
15625                 OPAC if their card is expired using the next option.  By default it will follow the
15626                 rule set in the <link linkend="BlockExpiredPatronOpacActions"
15627                   >BlockExpiredPatronOpacActions</link> preference<screenshot>
15628                   <screeninfo>Block expired patrons</screeninfo>
15629                   <mediaobject>
15630                     <imageobject>
15631                       <imagedata fileref="images/admin/patroncirc/blockexpired.png"/>
15632                     </imageobject>
15633                   </mediaobject>
15634                 </screenshot></para>
15635             </listitem>
15636             <listitem>
15637               <para>Finally you can assign advanced messaging preferences by default to a patron
15638                 category</para>
15639               <itemizedlist>
15640                 <listitem>
15641                   <para>
15642                     <important>
15643                       <para>Requires that you have <link linkend="EnhancedMessagingPreferences"
15644                           >EnhancedMessagingPreferences</link> enabled</para>
15645                     </important>
15646                   </para>
15647                 </listitem>
15648                 <listitem>
15649                   <para>These defaults will be applied to new patrons that are added to the system.
15650                     They will not edit the preferences of the existing patrons. Also, these can be
15651                     changed for individual patrons, this setting is just a default to make it easier
15652                     to set up messages for an entire category.<itemizedlist>
15653                       <listitem>
15654                         <note>
15655                           <para>After setting the default for the patron category you can force
15656                             those changes to all existing patrons by running the <emphasis
15657                               role="italic">borrowers-force-messaging-defaults</emphasis> script
15658                             found in the <emphasis role="italic">misc/maintenance</emphasis> folder.
15659                             Ask your system administrator for assistance with this script.</para>
15660                         </note>
15661                       </listitem>
15662                     </itemizedlist></para>
15663                 </listitem>
15664               </itemizedlist>
15665             </listitem>
15666           </itemizedlist>
15667         </section>
15668       </section>
15669       <section id="circfinerules">
15670         <title>Circulation and Fine Rules</title>
15671         <para>These rules define how your items are circulated, how/when fines are calculated and
15672           how holds are handled.</para>
15673         <itemizedlist>
15674           <listitem>
15675             <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Patrons &amp;
15676               Circulation &gt; Circulation and fines rules</para>
15677           </listitem>
15678         </itemizedlist>
15679         <para>The rules are applied from most specific to less specific, using the first found in
15680           this order:</para>
15681         <itemizedlist>
15682           <listitem>
15683             <para>same library, same patron type, same item type</para>
15684           </listitem>
15685           <listitem>
15686             <para>same library, same patron type, all item type</para>
15687           </listitem>
15688           <listitem>
15689             <para>same library, all patron types, same item type</para>
15690           </listitem>
15691           <listitem>
15692             <para>same library, all patron types, all item types</para>
15693           </listitem>
15694           <listitem>
15695             <para>default (all libraries), same patron type, same item type</para>
15696           </listitem>
15697           <listitem>
15698             <para>default (all libraries), same patron type, all item types</para>
15699           </listitem>
15700           <listitem>
15701             <para>default (all libraries), all patron types, same item type</para>
15702           </listitem>
15703           <listitem>
15704             <para>default (all libraries), all patron types, all item types</para>
15705           </listitem>
15706         </itemizedlist>
15707         <para>The <link linkend="CircControl">CircControl</link> and <link
15708             linkend="HomeOrHoldingBranch">HomeOrHoldingBranch</link> also come in to play when
15709           figuring out which circulation rule to follow.<itemizedlist>
15710             <listitem>
15711               <para>If CircControl is set to "the library you are logged in at" circ rules will be
15712                 selected based on the library you are logged in at </para>
15713             </listitem>
15714             <listitem>
15715               <para>If CircControl is set to "the library the patron is from" circ rules will be
15716                 selected based on the patron's library </para>
15717             </listitem>
15718             <listitem>
15719               <para>If CircControl is set to "the library the item is from" circ rules will be
15720                 selected based on the item's library where HomeOrHoldingBranch chooses if item's
15721                 home library is used or holding library is used.</para>
15722             </listitem>
15723             <listitem>
15724               <para>If <link linkend="IndependentBranches">IndependentBranches</link> is set to
15725                 'Prevent' then the value of HomeOrHoldingBranch is used in figuring out if the item
15726                 can be checked out. If the item's home library does not match the logged in library,
15727                 the item cannot be checked out unless you are a <link linkend="patronpermsdefined"
15728                   >superlibrarian</link>.</para>
15729             </listitem>
15730           </itemizedlist></para>
15731         <note>
15732           <para>If you are a single library system choose your branch name before creating rules
15733             (sometimes having only rules for the 'all libraries' option can cause issues with
15734             holds)</para>
15735         </note>
15736         <para>
15737           <important>
15738             <para>At the very least you will need to set a default circulation rule. This rule
15739               should be set for all item types, all libraries and all patron categories. That will
15740               catch all instances that do not match a specific rule. When checking out if you do not
15741               have a rule for all libraries, all item types and all patron types then you may see
15742               patrons getting blocked from placing holds. You will also want a rule for your
15743               specific library set for all item types and all patron types to avoid this holds
15744               issue. Koha needs to know what rule to fall back on.</para>
15745           </important>
15746         </para>
15747         <section id="defaultcircrules">
15748           <title>Default Circulation Rules</title>
15749           <para>Using the issuing rules matrix you can define rules that depend on patron/item type
15750             combos. To set your rules, choose a library from the pull down (or 'all libraries' if
15751             you want to apply these rules to all branches):</para>
15752           <screenshot>
15753             <screeninfo>Libraries to apply the rules to</screeninfo>
15754             <mediaobject>
15755               <imageobject>
15756                 <imagedata fileref="images/admin/patroncirc/selectissuinglibrary.png"/>
15757               </imageobject>
15758             </mediaobject>
15759           </screenshot>
15760           <para>From the matrix you can choose any combination of patron categories and item types
15761             to apply the rules to</para>
15762           <screenshot>
15763             <screeninfo>Setting issuing rules for your libraries</screeninfo>
15764             <mediaobject>
15765               <imageobject>
15766                 <imagedata fileref="images/admin/patroncirc/addcircrule.png"/>
15767               </imageobject>
15768             </mediaobject>
15769           </screenshot>
15770           <itemizedlist>
15771             <listitem>
15772               <para>First choose which patron category you'd like the rule to be applied to. If you
15773                 leave this to 'All' it will apply to all patron categories</para>
15774             </listitem>
15775             <listitem>
15776               <para>Choose the 'Item type' you would like this rule to apply to. If you leave this
15777                 to 'All' it will apply to all item types</para>
15778             </listitem>
15779             <listitem>
15780               <para>Limit the number of items a patron can have checked out at the same time by
15781                 entering a number in the 'Current checkouts allowed' field</para>
15782             </listitem>
15783             <listitem>
15784               <para>Define the period of time an item can be checked out to a patron by entering the
15785                 number of units (days or hours) in the 'Loan period' box.</para>
15786             </listitem>
15787             <listitem>
15788               <para>Choose which unit of time, Days or Hours, that the loan period and fines will be
15789                 calculated in in the 'Unit' column</para>
15790             </listitem>
15791             <listitem>
15792               <para>You can also define a hard due date for a specific patron category and item
15793                 type. A hard due date ignores your usual circulation rules and makes it so that all
15794                 items of the type defined are due on, before or after the date you specify.</para>
15795             </listitem>
15796             <listitem>
15797               <para>'Fine amount' should have the amount you would like to charge for overdue
15798                 items</para>
15799               <itemizedlist>
15800                 <listitem>
15801                   <important>
15802                     <para>Enter only numbers and decimal points (no currency symbols).</para>
15803                   </important>
15804                 </listitem>
15805               </itemizedlist>
15806             </listitem>
15807             <listitem>
15808               <para>Enter the 'Fine charging interval' in the unit you set (ex. charge fines every 1
15809                 day, or every 2 hours)</para>
15810             </listitem>
15811             <listitem>
15812               <para>The 'Fine grace period' is the period of time an item can be overdue before you
15813                 start charging fines.</para>
15814               <itemizedlist>
15815                 <listitem>
15816                   <important>
15817                     <para>This can only be set for the Day unit, not in Hours</para>
15818                   </important>
15819                 </listitem>
15820               </itemizedlist>
15821             </listitem>
15822             <listitem>
15823               <para>The 'Overdue fines cap' is the maximum fine for this patron and item
15824                 combination</para>
15825               <itemizedlist>
15826                 <listitem>
15827                   <important>
15828                     <para>If this field is left blank then Koha will not put a limit on the fines
15829                       this item will accrue. A maximum fine amount can be set using the <link linkend="MaxFine">MaxFine</link> system preference.</para>
15830                   </important>
15831                 </listitem>
15832               </itemizedlist>
15833             </listitem>
15834             <listitem>
15835               <para>If your library 'fines' patrons by suspending their account you can enter the
15836                 number of days their fine should be suspended in the 'Suspension in days'
15837                 field</para>
15838               <itemizedlist>
15839                 <listitem>
15840                   <important>
15841                     <para>This can only be set for the Day unit, not in Hours</para>
15842                   </important>
15843                 </listitem>
15844               </itemizedlist>
15845             </listitem>
15846             <listitem>
15847               <para>Next decide if the patron can renew this item type and if so, enter how many
15848                 times they can renew it in the 'Renewals allowed' box</para>
15849             </listitem>
15850             <listitem>
15851               <para>If you're allowing renewals you can control how long the renewal loan period
15852                 will be (in the units you have chosen) in the 'Renewal period' box</para>
15853             </listitem>
15854             <listitem>
15855               <para>If you're allowing renewals you can control how soon before the due date patrons
15856                 can renew their materials with the 'No renewals before' box.<itemizedlist>
15857                   <listitem>
15858                     <para>Items can be renewed at any time if this value is left blank. Otherwise
15859                       items can only be renewed if the item is due after the number in units
15860                       (days/hours) entered in this box.</para>
15861                   </listitem>
15862                 </itemizedlist></para>
15863             </listitem>
15864             <listitem>
15865               <para>If the patron can place holds on this item type, enter the total numbers of
15866                 items (of this type) that can be put on hold in the 'Holds allowed' field</para>
15867             </listitem>
15868             <listitem>
15869               <para>Finally, if you charge a <link linkend="rentalcharge">rental fee</link> for the
15870                 item type and want to give a specific patron type a discount on that fee, enter the
15871                 percentage discount (without the % symbol) in the 'Rental Discount' field</para>
15872             </listitem>
15873           </itemizedlist>
15874           <para>When finished, click 'Add' to save your changes. To modify a rule, simply click the
15875             'Edit' link to the right of the fule and edit the values that appear filled in at the
15876             bottom of the form.</para>
15877           <screenshot>
15878               <screeninfo>Edit circ and fine rule</screeninfo>
15879               <mediaobject>
15880                 <imageobject>
15881                   <imagedata fileref="images/admin/patroncirc/editcircfine.png"/>
15882                 </imageobject>
15883               </mediaobject>
15884             </screenshot>
15885           <para>If you would like to delete your rule, click the 'Delete' link to the right of the
15886             rule.</para>
15887           <para>To save time you can clone rules from one library to another by choosing the clone
15888             option above the rules matrix.</para>
15889           <screenshot>
15890             <screeninfo>Circulation &amp; Fine Rules Clone Tool</screeninfo>
15891             <mediaobject>
15892               <imageobject>
15893                 <imagedata fileref="images/admin/patroncirc/clonerules.png"/>
15894               </imageobject>
15895             </mediaobject>
15896           </screenshot>
15897           <para>After choosing to clone you will be presented with a confirmation message.</para>
15898           <screenshot>
15899             <screeninfo>Circulation &amp; Fine Rules Successfully Cloned Message</screeninfo>
15900             <mediaobject>
15901               <imageobject>
15902                 <imagedata fileref="images/admin/patroncirc/rulescloned.png"/>
15903               </imageobject>
15904             </mediaobject>
15905           </screenshot>
15906         </section>
15907         <section id="defaultcheckoutpolicy">
15908           <title>Default Checkouts and Hold Policy</title>
15909           <para>You can set a default maximum number of checkouts and hold policy that will be used
15910             if none is defined below for a particular item type or category.  This is the fall back
15911             rule for defaults.</para>
15912           <screenshot>
15913             <screeninfo>Default Checkouts and Hold Policy</screeninfo>
15914             <mediaobject>
15915               <imageobject>
15916                 <imagedata fileref="images/admin/patroncirc/defaultcheckholds.png"/>
15917               </imageobject>
15918             </mediaobject>
15919           </screenshot>
15920           <para>From this menu you can set a default to apply to all item types and patrons in the
15921             library if no other option is set in the forms below.</para>
15922           <itemizedlist>
15923             <listitem>
15924               <para>In 'Total Current Checkouts Allowed' enter the total number of items patrons can
15925                 have checked out at one time</para>
15926             </listitem>
15927             <listitem>
15928               <para>Control where patrons can place holds from using the 'Hold Policy' menu</para>
15929               <itemizedlist>
15930                 <listitem>
15931                   <para>From Any Library: Patrons from any library may put this item on hold.
15932                     (default if none is defined)</para>
15933                 </listitem>
15934                 <listitem>
15935                   <para>From Home Library: Only patrons from the item's home library may put this
15936                     book on hold.</para>
15937                 </listitem>
15938                 <listitem>
15939                   <para>No Holds Allowed: No patron may put this book on hold.</para>
15940                 </listitem>
15941               </itemizedlist>
15942             </listitem>
15943             <listitem>
15944               <para>Control where the item returns to once it is checked in</para>
15945               <itemizedlist>
15946                 <listitem>
15947                   <para>Item returns home</para>
15948                 </listitem>
15949                 <listitem>
15950                   <para>Item returns to issuing branch</para>
15951                 </listitem>
15952                 <listitem>
15953                   <para>Item floats</para>
15954                   <itemizedlist>
15955                     <listitem>
15956                       <para>When an item floats it stays where it was checked in and does not ever
15957                         return 'home'</para>
15958                     </listitem>
15959                   </itemizedlist>
15960                 </listitem>
15961               </itemizedlist>
15962             </listitem>
15963             <listitem>
15964               <para>Once your policy is set, you can unset it by clicking the 'Unset' link to the
15965                 right of the rule</para>
15966             </listitem>
15967           </itemizedlist>
15968         </section>
15969         <section id="checkoutperpatron">
15970           <title>Checkouts Per Patron</title>
15971           <para>For this library, you can specify the maximum number of loans that a patron of a
15972             given category can make, regardless of the item type.  </para>
15973           <screenshot>
15974             <screeninfo>Set default checkouts per patron category</screeninfo>
15975             <mediaobject>
15976               <imageobject>
15977                 <imagedata fileref="images/admin/patroncirc/checkoutsperpatron.png"/>
15978               </imageobject>
15979             </mediaobject>
15980           </screenshot>
15981           <note>
15982             <para>If the total amount loanable for a given patron category is left blank, no limit
15983               applies, except possibly for a limit you define for a specific item type.</para>
15984           </note>
15985           <para>For example, if you have a rule in the matrix that says Board patrons are allowed 10
15986             books and 5 DVDs but you want to make it so that Board patrons only have a total of 12
15987             things checked out at once.  If you enter 12 here and the patron has 10 books out
15988             already they will only be allowed 2 DVDs to equal the 12 total they're allowed.</para>
15989         </section>
15990         <section id="holdpolicies">
15991           <title>Item Hold Policies</title>
15992           <para>For this library, you can edit hold and return policies for a given item type,
15993             regardless of the patron's category.</para>
15994           <screenshot>
15995             <screeninfo>Hold policies per item type</screeninfo>
15996             <mediaobject>
15997               <imageobject>
15998                 <imagedata fileref="images/admin/patroncirc/holdsperitem.png"/>
15999               </imageobject>
16000             </mediaobject>
16001           </screenshot>
16002           <para>The various Hold Policies have the following effects:</para>
16003           <itemizedlist>
16004             <listitem>
16005               <para>From Any Library: Patrons from any library may put this item on hold. (default
16006                 if none is defined)</para>
16007             </listitem>
16008             <listitem>
16009               <para>From Home Library: Only patrons from the item's home library may put this book
16010                 on hold.</para>
16011             </listitem>
16012             <listitem>
16013               <para>No Holds Allowed: No patron may put this book on hold.</para>
16014             </listitem>
16015           </itemizedlist>
16016           <important>
16017             <para>Note that if the system preference <link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link> set to 'allow', these policies can be overridden by
16018               your circulation staff.</para>
16019           </important>
16020           <important>
16021             <para>These policies are based on the patron's home branch, not the branch that the
16022               reserving staff member is from.</para>
16023           </important>
16024           <para>The various Return Policies have the following effects:</para>
16025           <itemizedlist>
16026             <listitem>
16027               <para>Item returns home: The item will prompt the librarian to transfer the item to
16028                 its home library</para>
16029               <itemizedlist>
16030                 <listitem>
16031                   <important>
16032                     <para>If the <link linkend="AutomaticItemReturn">AutomaticItemReturn</link>
16033                       preference is set to automatically transfer the items home, then a prompt will
16034                       not appear</para>
16035                   </important>
16036                 </listitem>
16037               </itemizedlist>
16038             </listitem>
16039             <listitem>
16040               <para>Item returns to issuing branch: The item will prompt the librarian to transfer
16041                 the item back to the library where it was checked out</para>
16042               <itemizedlist>
16043                 <listitem>
16044                   <important>
16045                     <para>If the <link linkend="AutomaticItemReturn">AutomaticItemReturn</link>
16046                       preference is set to automatically transfer the items home, then a prompt will
16047                       not appear</para>
16048                   </important>
16049                 </listitem>
16050               </itemizedlist>
16051             </listitem>
16052             <listitem>
16053               <para>Item floats: The item will not be transferred from the branch it was checked in
16054                 at, instead it will remain there until transferred manually or checked in at another
16055                 branch</para>
16056             </listitem>
16057           </itemizedlist>
16058           <para>For example you might allow holds at your libraries but not what New items or DVDs to
16059             be placed on hold by other branches so you can set the 'Hold policy' to 'From home
16060             library' so that those items can only be placed on hold if the items' owning library and
16061             the patron's home library are the same.  You can also block holds completely on specific
16062             item types from this form.  This is also how you can set up floating item types and
16063             types that remain with their home library.</para>
16064         </section>
16065       </section>
16066       <section id="patronattributetypes">
16067         <title>Patron Attribute Types</title>
16068         <para>Patron attributes can be used to define custom fields to associate with your patron
16069           records. In order to enable the use of custom fields you need to set the <link linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link> system
16070           preference.</para>
16071         <itemizedlist>
16072           <listitem>
16073             <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Patrons &amp;
16074               Circulation &gt; Patron attribute types</para>
16075           </listitem>
16076         </itemizedlist>
16077         <para>A common use for this field would be for a student ID number or a Driver's license
16078           number.</para>
16079         <screenshot>
16080           <screeninfo>List of Patron Attributes</screeninfo>
16081           <mediaobject>
16082             <imageobject>
16083               <imagedata fileref="images/admin/patroncirc/attributes.png"/>
16084             </imageobject>
16085           </mediaobject>
16086         </screenshot>
16087         <section id="addpatattributes">
16088           <title>Adding Patron Attributes</title>
16089           <para>To add a new Patron Attribute Type, click the 'New Patron Attribute Type' button at
16090             the top of the page</para>
16091           <screenshot>
16092             <screeninfo>Add Patron Attribute Type form</screeninfo>
16093             <mediaobject>
16094               <imageobject>
16095                 <imagedata fileref="images/admin/patroncirc/addattribute.png"/>
16096               </imageobject>
16097             </mediaobject>
16098           </screenshot>
16099           <itemizedlist>
16100             <listitem>
16101               <para>In the 'Patron attribute type code', enter a short code to identify this
16102                 field</para>
16103               <itemizedlist>
16104                 <listitem>
16105                   <important>
16106                     <para>This field is limited to 10 characters (numbers and letters only)</para>
16107                   </important>
16108                 </listitem>
16109                 <listitem>
16110                   <important>
16111                     <para>This setting cannot be changed after an attribute is defined</para>
16112                   </important>
16113                 </listitem>
16114               </itemizedlist>
16115             </listitem>
16116             <listitem>
16117               <para>In the 'Description' field, enter a longer (plain text) explanation of what this
16118                 field will contain</para>
16119             </listitem>
16120             <listitem>
16121               <para>Check the box next to 'Repeatable' to let a patron record have multiple values
16122                 of this attribute.</para>
16123               <itemizedlist>
16124                 <listitem>
16125                   <important>
16126                     <para>This setting cannot be changed after an attribute is defined</para>
16127                   </important>
16128                 </listitem>
16129               </itemizedlist>
16130             </listitem>
16131             <listitem>
16132               <para>If 'Unique identifier' is checked, the attribute will be a unique identifier
16133                 which means, if a value is given to a patron record, the same value cannot be given
16134                 to a different record.</para>
16135               <itemizedlist>
16136                 <listitem>
16137                   <para>Unique attibutes can be used as match points on the <link
16138                       linkend="patronimport">patron import tool</link></para>
16139                 </listitem>
16140                 <listitem>
16141                   <important>
16142                     <para>This setting cannot be changed after an attribute is defined</para>
16143                   </important>
16144                 </listitem>
16145               </itemizedlist>
16146             </listitem>
16147             <listitem>
16148               <para>Check 'Allow password' to make it possible to associate a password with this
16149                 attribute.</para>
16150             </listitem>
16151             <listitem>
16152               <para>Check 'Display in OPAC' to display this attribute on a patron's details page in
16153                 the OPAC.</para>
16154             </listitem>
16155             <listitem>
16156               <para>Check 'Searchable' to make this attribute searchable in the staff patron
16157                 search.</para>
16158             </listitem>
16159             <listitem>
16160               <para>Check 'Display in check-out' to make this attribute visible in the patron's
16161                 short detail display on the left of the checkout screen and other patron
16162                 pages</para>
16163               <screenshot>
16164                 <screeninfo>Show attribute in patron detail on the left</screeninfo>
16165                 <mediaobject>
16166                   <imageobject>
16167                     <imagedata fileref="images/admin/patroncirc/showattribute.png"/>
16168                   </imageobject>
16169                 </mediaobject>
16170               </screenshot>
16171             </listitem>
16172             <listitem>
16173               <para>Authorized value category; if one is selected, the patron record input page will
16174                 only allow values to be chosen from the authorized value list.</para>
16175               <itemizedlist>
16176                 <listitem>
16177                   <para>You will first need to add an authorized value list for it to appear in this
16178                     menu</para>
16179                   <itemizedlist>
16180                     <listitem>
16181                       <para><emphasis>Get there: </emphasis>More &gt; Administration &gt; Basic
16182                         Parameters &gt; <link linkend="authorizedvalues">Authorized
16183                         Values</link></para>
16184                     </listitem>
16185                   </itemizedlist>
16186                 </listitem>
16187                 <listitem>
16188                   <important>
16189                     <para>an authorized value list is not enforced during batch patron
16190                       import.</para>
16191                   </important>
16192                 </listitem>
16193               </itemizedlist>
16194             </listitem>
16195             <listitem>
16196               <para>If you would like this attribute to only be used by specific branches you can
16197                 choose those branches from the 'Branches limitation' list. Choose 'All branches' to
16198                 show it for all libraries.<itemizedlist>
16199                   <listitem>
16200                     <important>
16201                       <para>Note that items with locations already set on them will not be altered.
16202                         The branch limitation only limits the choosing of an authorized value based
16203                         on the home branch of the current staff login. All authorized values for
16204                         item records (LOC, LOST, CCODE, etc) will show in the OPAC for all
16205                         patrons.</para>
16206                     </important>
16207                   </listitem>
16208                 </itemizedlist></para>
16209             </listitem>
16210             <listitem>
16211               <para>If you'd like to only show this attribute on patrons of one type choose that
16212                 patron type from the 'Category' pull down</para>
16213             </listitem>
16214             <listitem>
16215               <para>If you have a lot of attributes it might be handy to group them so that you can
16216                 easily find them for editing. If you create an <link linkend="authorizedvalues">Authorized Value</link> for PA_CLASS it will show in the 'Class' pull down and
16217                 you can then change your attributes page to have sections of attributes</para>
16218               <screenshot>
16219                 <screeninfo>Patron Attributes Sorted</screeninfo>
16220                 <mediaobject>
16221                   <imageobject>
16222                     <imagedata fileref="images/admin/patroncirc/pa_class.png"/>
16223                   </imageobject>
16224                 </mediaobject>
16225               </screenshot>
16226             </listitem>
16227             <listitem>
16228               <para>Click Save to save your new attribute</para>
16229             </listitem>
16230           </itemizedlist>
16231           <para>Once added your attribute will appear on the list of attributes and also on the
16232             patron record add/edit form</para>
16233           <screenshot>
16234             <screeninfo>Patron Attributes list on the Patron add/edit form</screeninfo>
16235             <mediaobject>
16236               <imageobject>
16237                 <imagedata fileref="images/admin/patroncirc/patronattribute.png"/>
16238               </imageobject>
16239             </mediaobject>
16240           </screenshot>
16241           <para>If you have set up classes for organizing attributes they will appear that way on
16242             the add/edit patron form</para>
16243           <screenshot>
16244             <screeninfo>Grouped Attributes</screeninfo>
16245             <mediaobject>
16246               <imageobject>
16247                 <imagedata fileref="images/admin/patroncirc/pa_class-patron.png"/>
16248               </imageobject>
16249             </mediaobject>
16250           </screenshot>
16251         </section>
16252         <section id="editpatattributes">
16253           <title>Editing/Deleting Patron Attributes</title>
16254           <para>Each patron attribute has an edit and a delete link beside it on the list of
16255             attributes.</para>
16256           <para>Some fields in the attribute will not be editable once created:</para>
16257           <itemizedlist>
16258             <listitem>
16259               <para>Patron attribute type code</para>
16260             </listitem>
16261             <listitem>
16262               <para>Repeatable</para>
16263             </listitem>
16264             <listitem>
16265               <para>Unique identifier</para>
16266             </listitem>
16267           </itemizedlist>
16268           <para>You will be unable to delete an attribute if it's in use.</para>
16269           <screenshot>
16270             <screeninfo>Warning when trying to delete an attribute that is in use</screeninfo>
16271             <mediaobject>
16272               <imageobject>
16273                 <imagedata fileref="images/admin/patroncirc/deletepatronattr.png"/>
16274               </imageobject>
16275             </mediaobject>
16276           </screenshot>
16277         </section>
16278       </section>
16279       <section id="libtransferlimits">
16280         <title>Library Transfer Limits</title>
16281         <para>Limit the ability to transfer items between libraries based on the library sending,
16282           the library receiving, and the collection code involved.</para>
16283         <itemizedlist>
16284           <listitem>
16285             <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Patrons &amp;
16286               Circulation &gt; Library Transfer Limits</para>
16287           </listitem>
16288         </itemizedlist>
16289         <para>These rules only go into effect if the preference <link linkend="UseBranchTransferLimits">UseBranchTransferLimits</link> is set to
16290           'enforce'.</para>
16291         <para>Before you begin you will want to choose which library you are setting these limits
16292           for.</para>
16293         <screenshot>
16294           <screeninfo>Choose the library you're setting limits for</screeninfo>
16295           <mediaobject>
16296             <imageobject>
16297               <imagedata fileref="images/admin/patroncirc/librarytransferselect.png"/>
16298             </imageobject>
16299           </mediaobject>
16300         </screenshot>
16301         <para>Transfer limits are set based on the collections codes you have applied via the <link linkend="authorizedvalues">Authorized Value</link> administration area.</para>
16302         <screenshot>
16303           <screeninfo>Collection Code values assigned in the Authorized Value area</screeninfo>
16304           <mediaobject>
16305             <imageobject>
16306               <imagedata fileref="images/admin/patroncirc/collectcodes.png"/>
16307             </imageobject>
16308           </mediaobject>
16309         </screenshot>
16310         <para>Collection codes will appear as tabs above the checkboxes:</para>
16311         <screenshot>
16312           <screeninfo>Collection Code tabs</screeninfo>
16313           <mediaobject>
16314             <imageobject>
16315               <imagedata fileref="images/admin/patroncirc/limittocollcode.png"/>
16316             </imageobject>
16317           </mediaobject>
16318         </screenshot>
16319         <para>Check the boxes for the libraries that you accept checkins from for the item type you
16320           have selected at the top (in the example below - FIC)</para>
16321         <screenshot>
16322           <screeninfo>Example transfer limits set up</screeninfo>
16323           <mediaobject>
16324             <imageobject>
16325               <imagedata fileref="images/admin/patroncirc/transferlimits.png"/>
16326             </imageobject>
16327           </mediaobject>
16328         </screenshot>
16329         <para>In the above example, Centerville library will allow patrons to return items from all
16330           libraries except Liberty and Franklin to their branch.</para>
16331       </section>
16332       <section id="transportcostmatrix">
16333         <title>Transport cost matrix</title>
16334         <para>The Transport cost matrix lets a library system define relative costs to transport
16335           books to one another. In order for the system to use this matrix you must first set the
16336             <link linkend="UseTransportCostMatrix">UseTransportCostMatrix</link> preference to
16337           'Use'.  <important>
16338             <para>The Transport cost matrix takes precedence in controlling where holds are filled
16339               from, if the matrix is not used then Koha checks the <link linkend="holdqueueweight">StaticHoldsQueueWeight</link>.</para>
16340           </important></para>
16341         <para>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0
16342           which is the minimum (no) cost. For example, you could just use the distance between each
16343           library in miles as your 'cost', if that would accurately reflect the cost of transferring
16344           them. Perhaps post offices would be a better measure. Libraries sharing a post office
16345           would have a cost of 1, adjacent post offices would have a cost of 2, etc.</para>
16346         <para>To enter transport costs simply click in the cell you would like to alter, uncheck the
16347           'Disable' box and enter your 'cost'</para>
16348         <screenshot>
16349             <screeninfo>Transport cost matrix</screeninfo>
16350             <mediaobject>
16351               <imageobject>
16352                 <imagedata fileref="images/admin/patroncirc/transportcostmatrix.png"/>
16353               </imageobject>
16354             </mediaobject>
16355           </screenshot>
16356         <para>After entering in your cost, hit 'Enter' on your keyboard or click the 'Save' button
16357           at the bottom of the matrix to save your changes.</para>
16358       </section>
16359       <section id="itemcircalerts">
16360         <title>Item Circulation Alerts</title>
16361         <para>Libraries can decide if they want to have patrons automatically notified of
16362           circulation events (check ins and check outs).</para>
16363         <itemizedlist>
16364           <listitem>
16365             <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Patrons &amp;
16366               Circulation &gt; Item Circulation Alerts</para>
16367           </listitem>
16368         </itemizedlist>
16369         <para>These preferences are set based on patron types and item types.</para>
16370         <important>
16371           <para>These preference can be overridden by changes in the individual patron's messaging
16372             preferences.</para>
16373         </important>
16374         <para>To set up circulation alerts:</para>
16375         <itemizedlist>
16376           <listitem>
16377             <para>Choose your library from the pull down at the top of the screen</para>
16378             <screenshot>
16379               <screeninfo>Libraries to set Circulation Alerts</screeninfo>
16380               <mediaobject>
16381                 <imageobject>
16382                   <imagedata fileref="images/admin/patroncirc/librariesforalert.png"/>
16383                 </imageobject>
16384               </mediaobject>
16385             </screenshot>
16386             <itemizedlist>
16387               <listitem>
16388                 <para>To set preferences for all libraries, keep the menu set to 'Default'</para>
16389               </listitem>
16390             </itemizedlist>
16391           </listitem>
16392           <listitem>
16393             <para>By default all item types and all patrons are notified of check ins and check
16394               outs. To change this, click on the item/patron type combo that you would like to stop
16395               notices for.</para>
16396             <screenshot>
16397               <screeninfo>Circulation Alert Matrix</screeninfo>
16398               <mediaobject>
16399                 <imageobject>
16400                   <imagedata fileref="images/admin/patroncirc/alertmatrix.png"/>
16401                 </imageobject>
16402               </mediaobject>
16403             </screenshot>
16404             <itemizedlist>
16405               <listitem>
16406                 <para>In the above example, Juveniles and Kids will not receive check out
16407                   notices.</para>
16408               </listitem>
16409             </itemizedlist>
16410           </listitem>
16411         </itemizedlist>
16412       </section>
16413
16414       <section id="citytowns">
16415         <title>Cities and Towns</title>
16416
16417         <para>To standardize patron input you can define cities or towns
16418         within your region so that when new patrons are added librarians
16419         simply have to select the town from a list instead of having to type
16420         the town and zip (or postal) code information.</para>
16421
16422         <itemizedlist>
16423           <listitem>
16424             <para><emphasis>Get there:</emphasis> More &gt; Administration
16425             &gt; Patrons &amp; Circulation &gt; Cities and Towns</para>
16426           </listitem>
16427         </itemizedlist>
16428
16429         <section id="addingcity">
16430           <title>Adding a City</title>
16431
16432           <para>To add a new city, click the 'New City' button at the top of
16433           the page and enter the city name, state, zip/postal code and
16434           country.</para>
16435
16436           <screenshot>
16437             <screeninfo>New city entry form</screeninfo>
16438
16439             <mediaobject>
16440               <imageobject>
16441                 <imagedata fileref="images/admin/patroncirc/newcity.png"/>
16442               </imageobject>
16443             </mediaobject>
16444           </screenshot>
16445
16446           <para>One you click Submit, your city will be saved and will be
16447           listed on the Cities and Towns page</para>
16448
16449           <screenshot>
16450             <screeninfo>List of Cities</screeninfo>
16451
16452             <mediaobject>
16453               <imageobject>
16454                 <imagedata fileref="images/admin/patroncirc/cities.png"/>
16455               </imageobject>
16456             </mediaobject>
16457           </screenshot>
16458
16459           <para>Cities can be edited or deleted at any time.</para>
16460         </section>
16461
16462         <section id="citiesonpatform">
16463           <title>Viewing Cities on Patron Add Form</title>
16464
16465           <para>If you have defined local cities using the New city form, then
16466           when adding or editing a patron record you will see those cities in
16467           a pull down menu to make city selection easy.</para>
16468
16469           <screenshot>
16470             <screeninfo>Cities pull down on the patron record</screeninfo>
16471
16472             <mediaobject>
16473               <imageobject>
16474                 <imagedata fileref="images/admin/patroncirc/patroncity.png"/>
16475               </imageobject>
16476             </mediaobject>
16477           </screenshot>
16478
16479           <para>This will allow for easy entry of local cities into the patron
16480           record without risking the potential for typos or mistaken
16481           zip/postal codes.</para>
16482         </section>
16483       </section>
16484     </section>
16485
16486     <section id="catadmin">
16487       <title>Catalog Administration</title>
16488
16489       <para>Set these controls before you start cataloging on your Koha
16490       system.</para>
16491
16492       <itemizedlist>
16493         <listitem>
16494           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
16495           Catalog</para>
16496         </listitem>
16497       </itemizedlist>
16498
16499       <section id="marcbibframeworks">
16500         <title>MARC Bibliographic Frameworks</title>
16501
16502         <para>Think of Frameworks as templates for creating new bibliographic
16503         records. Koha comes with some predefined frameworks that can be edited
16504         or deleted, and librarians can create their own frameworks for content
16505         specific to their libraries.</para>
16506
16507         <itemizedlist>
16508           <listitem>
16509             <para><emphasis>Get there:</emphasis> More &gt; Administration
16510             &gt; Catalog &gt; MARC Bibliographic Frameworks</para>
16511           </listitem>
16512         </itemizedlist>
16513
16514         <screenshot>
16515           <screeninfo>Frameworks List</screeninfo>
16516
16517           <mediaobject>
16518             <imageobject>
16519               <imagedata fileref="images/admin/cataloging/frameworks.png"/>
16520             </imageobject>
16521           </mediaobject>
16522         </screenshot>
16523
16524         <important>
16525           <para>Do not delete or edit the Default Framework since this will
16526           cause problems with your cataloging records - always create a new
16527           template based on the Default Framework, or alter the other
16528           Frameworks.</para>
16529         </important>
16530
16531         <para>After clicking the 'MARC structure' link to the right of each
16532         framework you can decide how many fields you want to see on one screen
16533         by using the pagination options at the top of the table.</para>
16534
16535         <screenshot>
16536           <screeninfo>Pagination options</screeninfo>
16537
16538           <mediaobject>
16539             <imageobject>
16540               <imagedata fileref="images/admin/cataloging/frameworkoptions.png"/>
16541             </imageobject>
16542           </mediaobject>
16543         </screenshot>
16544
16545         <section id="addframework">
16546           <title>Add New Framework</title>
16547
16548           <para>To add a new framework</para>
16549
16550           <itemizedlist>
16551             <listitem>
16552               <para>Click 'New Framework'</para>
16553
16554               <screenshot>
16555                 <screeninfo>Add Framework Form</screeninfo>
16556
16557                 <mediaobject>
16558                   <imageobject>
16559                     <imagedata fileref="images/admin/cataloging/addframework.png"/>
16560                   </imageobject>
16561                 </mediaobject>
16562               </screenshot>
16563
16564               <itemizedlist>
16565                 <listitem>
16566                   <para>Enter a code of 4 or fewer characters</para>
16567                 </listitem>
16568
16569                 <listitem>
16570                   <para>Use the Description field to enter a more detailed
16571                   definition of your framework</para>
16572                 </listitem>
16573               </itemizedlist>
16574             </listitem>
16575
16576             <listitem>
16577               <para>Click 'Submit'</para>
16578             </listitem>
16579
16580             <listitem>
16581               <para>Once your Framework is added click 'MARC structure' to the
16582               right of it on the list of Frameworks</para>
16583
16584               <screenshot>
16585                 <screeninfo>Choose basis for new Framework</screeninfo>
16586
16587                 <mediaobject>
16588                   <imageobject>
16589                     <imagedata fileref="images/admin/cataloging/startnewframework.png"/>
16590                   </imageobject>
16591                 </mediaobject>
16592               </screenshot>
16593
16594               <itemizedlist>
16595                 <listitem>
16596                   <para>You will be asked to choose a Framework to base your
16597                   new Framework off of, this will make it easier than starting
16598                   from scratch</para>
16599                 </listitem>
16600               </itemizedlist>
16601             </listitem>
16602
16603             <listitem>
16604               <para>Once your Framework appears on the screen you can edit or
16605               delete each field by following the instructions for <link linkend="editsubfields">editing subfields</link></para>
16606             </listitem>
16607           </itemizedlist>
16608         </section>
16609
16610         <section id="editframeworks">
16611           <title>Edit Existing Frameworks</title>
16612
16613           <para>Clicking 'Edit' to the right of a Framework will only allow
16614           you to edit the Description for the Framework:</para>
16615
16616           <screenshot>
16617             <screeninfo>Edit Framework</screeninfo>
16618
16619             <mediaobject>
16620               <imageobject>
16621                 <imagedata fileref="images/admin/cataloging/editframework.png"/>
16622               </imageobject>
16623             </mediaobject>
16624           </screenshot>
16625
16626           <para>To make edits to the fields associated with the Framework you
16627           must first click 'MARC Structure' and then follow the instructions
16628           for <link linkend="editsubfields">editing subfields</link></para>
16629         </section>
16630
16631         <section id="addsubfieldsframework">
16632           <title>Add subfields to Frameworks</title>
16633
16634           <para>To add a field to a Framework click the 'New Tag' button at
16635           the top of the Framework definition</para>
16636
16637           <screenshot>
16638             <screeninfo>New Tag Button</screeninfo>
16639
16640             <mediaobject>
16641               <imageobject>
16642                 <imagedata fileref="images/admin/cataloging/newtag.png"/>
16643               </imageobject>
16644             </mediaobject>
16645           </screenshot>
16646
16647           <para>This will open up a blank form for entering MARC field
16648           data</para>
16649
16650           <screenshot>
16651             <screeninfo>Add a new tag to framework</screeninfo>
16652
16653             <mediaobject>
16654               <imageobject>
16655                 <imagedata fileref="images/admin/cataloging/newtagform.png"/>
16656               </imageobject>
16657             </mediaobject>
16658           </screenshot>
16659
16660           <para>Enter the information about your new tag:</para>
16661
16662           <itemizedlist>
16663             <listitem>
16664               <para>The 'Tag' is the MARC field number</para>
16665             </listitem>
16666
16667             <listitem>
16668               <para>The 'Label for lib' is the text that will appear in the
16669               staff client when in the cataloging module</para>
16670             </listitem>
16671
16672             <listitem>
16673               <para>The 'Label for OPAC' is the text that will appear in the
16674               OPAC when viewing the MARC version of the record</para>
16675             </listitem>
16676
16677             <listitem>
16678               <para>If this field can be repeated, check the 'Repeatable'
16679               box</para>
16680             </listitem>
16681
16682             <listitem>
16683               <para>If this field is mandatory, check the 'Mandatory'
16684               box</para>
16685             </listitem>
16686
16687             <listitem>
16688               <para>If you want this field to be a pull down with limited
16689               possible answers, choose which 'Authorized value' list you want
16690               to use</para>
16691             </listitem>
16692           </itemizedlist>
16693
16694           <para>When you're finished, click 'Save Changes' and you will be
16695           presented with your new field</para>
16696
16697           <screenshot>
16698             <screeninfo>New tag and link to subfields</screeninfo>
16699
16700             <mediaobject>
16701               <imageobject>
16702                 <imagedata fileref="images/admin/cataloging/subfieldslink.png"/>
16703               </imageobject>
16704             </mediaobject>
16705           </screenshot>
16706
16707           <para>To the right of the new field is a link to 'Subfields,' you
16708           will need to add subfields before this tag will appear in your MARC
16709           editor. The process of entering the settings for the new subfield is
16710           the same as those found in the <link linkend="editsubfields">editing
16711           subfields in frameworks</link> section of this manual.</para>
16712         </section>
16713
16714         <section id="editsubfields">
16715           <title>Edit Framework Subfields</title>
16716
16717           <para>Frameworks are made up of MARC fields and subfields. To make
16718           edits to most Frameworks you must edit the fields and subfields.
16719           Clicking 'Edit' to the right of each subfield will allow you to make
16720           changes to the text associated with the field</para>
16721
16722           <screenshot>
16723             <screeninfo>Modify MARC Field</screeninfo>
16724
16725             <mediaobject>
16726               <imageobject>
16727                 <imagedata fileref="images/admin/cataloging/editfield.png"/>
16728               </imageobject>
16729             </mediaobject>
16730           </screenshot>
16731
16732           <itemizedlist>
16733             <listitem>
16734               <para>Each field has a tag (which is the MARC tag) that is uneditable</para>
16735
16736               <itemizedlist>
16737                 <listitem>
16738                   <para>The 'Label for lib' is what will show in the staff
16739                   client if you have <link linkend="advancedMARCeditor">advancedMARCeditor</link> set
16740                   to display labels</para>
16741                 </listitem>
16742
16743                 <listitem>
16744                   <para>The 'Label for OPAC' is what will show on the MARC
16745                   view in the OPAC</para>
16746                 </listitem>
16747
16748                 <listitem>
16749                   <para>If you check 'Repeatable' then the field will have a
16750                   plus sign next to it allowing you to add multiples of that
16751                   tag</para>
16752                 </listitem>
16753
16754                 <listitem>
16755                   <para>If you check 'Mandatory' the record will not be
16756                   allowed to save unless you have a value assigned to this
16757                   tag</para>
16758                 </listitem>
16759
16760                 <listitem>
16761                   <para>'Authorized value' is where you define an <link linkend="authorizedvalues">authorized value</link> that your
16762                   catalogers can choose from a pull down to fill this field
16763                   in</para>
16764                 </listitem>
16765               </itemizedlist>
16766             </listitem>
16767           </itemizedlist>
16768
16769           <para>To edit the subfields associated with the tag, click
16770           'Subfields' to the right of the tag on the 'MARC Structure'
16771           listing</para>
16772
16773           <itemizedlist>
16774             <listitem>
16775               <para>From the list of subfields you can click 'Delete' to the
16776               right of each to delete the subfields</para>
16777             </listitem>
16778
16779             <listitem>
16780               <para>To edit the subfields click 'Edit Subfields'</para>
16781             </listitem>
16782
16783             <listitem>
16784               <para>For each subfield you can set the following Basic constraint values</para>
16785               <screenshot>
16786                 <screeninfo>Editing the 504 Subfield</screeninfo>
16787                 <mediaobject>
16788                   <imageobject>
16789                     <imagedata fileref="images/admin/cataloging/editsubfield.png"/>
16790                   </imageobject>
16791                 </mediaobject>
16792               </screenshot>
16793
16794               <itemizedlist>
16795                 <listitem>
16796                   <para>Text for librarian</para>
16797
16798                   <itemizedlist>
16799                     <listitem>
16800                       <para>what appears before the subfield in the librarian
16801                       interface</para>
16802                     </listitem>
16803                   </itemizedlist>
16804                 </listitem>
16805
16806                 <listitem>
16807                   <para>Text for OPAC</para>
16808
16809                   <itemizedlist>
16810                     <listitem>
16811                       <para>what appears before the field in the OPAC.</para>
16812
16813                       <itemizedlist>
16814                         <listitem>
16815                           <para>If left empty, the text for librarian is used
16816                           instead</para>
16817                         </listitem>
16818                       </itemizedlist>
16819                     </listitem>
16820                   </itemizedlist>
16821                 </listitem>
16822
16823                 <listitem>
16824                   <para>Repeatable</para>
16825
16826                   <itemizedlist>
16827                     <listitem>
16828                       <para>the field will have a plus sign next to it
16829                       allowing you to add multiples of that tag</para>
16830                     </listitem>
16831                   </itemizedlist>
16832                 </listitem>
16833
16834                 <listitem>
16835                   <para>Mandatory</para>
16836
16837                   <itemizedlist>
16838                     <listitem>
16839                       <para>the record will not be allowed to save unless you
16840                       have a value assigned to this tag</para>
16841                     </listitem>
16842                   </itemizedlist>
16843                 </listitem>
16844
16845                 <listitem>
16846                   <para>Managed in tab</para>
16847
16848                   <itemizedlist>
16849                     <listitem>
16850                       <para>defines the tab where the subfield is shown. All
16851                       subfields of a given field must be in the same tab or
16852                       ignored. Ignore means that the subfield is not
16853                       managed.</para>
16854                     </listitem>
16855                   </itemizedlist>
16856                 </listitem>
16857               </itemizedlist>
16858             </listitem>
16859             <listitem>
16860               <para>For each subfield you can set the following Advanced constraint values</para>
16861               <screenshot>
16862                   <screeninfo>Advanced constraints</screeninfo>
16863                   <mediaobject>
16864                     <imageobject>
16865                       <imagedata fileref="images/admin/cataloging/advancedoptsubfield.png"/>
16866                     </imageobject>
16867                   </mediaobject>
16868                 </screenshot>
16869               <itemizedlist>
16870                 <listitem>
16871                   <para>Default value</para>
16872                   <itemizedlist>
16873                     <listitem>
16874                       <para>defines what you want to appear in the field by default, this will be
16875                         editable, but it saves time if you use the same note over and over or the
16876                         same value in a field often.</para>
16877                     </listitem>
16878                   </itemizedlist>
16879                 </listitem>
16880                 <listitem>
16881                   <para>Visibility</para>
16882                   <itemizedlist>
16883                     <listitem>
16884                       <para>allows you to select from where this subfield is visible/hidden, simply
16885                         check the boxes where you would like the field to show and uncheck the boxes
16886                         where you would like it hidden.</para>
16887                       <screenshot>
16888                           <screeninfo>Framework visibility</screeninfo>
16889                           <mediaobject>
16890                             <imageobject>
16891                               <imagedata fileref="images/admin/cataloging/frameworkvisibility.png"/>
16892                             </imageobject>
16893                           </mediaobject>
16894                         </screenshot>
16895                     </listitem>
16896                   </itemizedlist>
16897                 </listitem>
16898                 <listitem>
16899                   <para>Is a URL</para>
16900                   <itemizedlist>
16901                     <listitem>
16902                       <para>if checked, it means that the subfield is a URL and can be
16903                         clicked</para>
16904                     </listitem>
16905                   </itemizedlist>
16906                 </listitem>
16907                 <listitem>
16908                   <para>Link</para>
16909                   <itemizedlist>
16910                     <listitem>
16911                       <para>If you enter a field/subfield here (200b), a link appears after the
16912                         subfield in the MARC Detail view. This view is present only in the staff
16913                         client, not the OPAC. If the librarian clicks on the link, a search is done
16914                         on the database for the field/subfield with the same value. This can be used
16915                         for 2 main topics :</para>
16916                       <itemizedlist>
16917                         <listitem>
16918                           <para>on a field like author (200f in UNIMARC), put 200f here, you will be
16919                             able to see all bib records with the same author.</para>
16920                         </listitem>
16921                         <listitem>
16922                           <para>on a field that is a link (4xx) to reach another bib record. For
16923                             example, put 011a in 464$x, will find the serials that are with this
16924                             ISSN.</para>
16925                         </listitem>
16926                       </itemizedlist>
16927                     </listitem>
16928                     <listitem>
16929                       <warning>
16930                         <para>This value should not change after data has been added to your
16931                           catalog. If you need to change this value you must ask your system
16932                           administrator to run misc/batchRebuildBiblioTables.pl. </para>
16933                       </warning>
16934                     </listitem>
16935                   </itemizedlist>
16936                 </listitem>
16937                 <listitem>
16938                   <para>Koha link</para>
16939                   <itemizedlist>
16940                     <listitem>
16941                       <para>Koha is multi-MARC compliant. So, it does not know what the 245$a means,
16942                         neither what 200$f (those 2 fields being both the title in MARC21 and
16943                         UNIMARC). So, in this list you can "map" a MARC subfield to its meaning.
16944                         Koha constantly maintains consistency between a subfield and its meaning.
16945                         When the user want to search on "title", this link is used to find what is
16946                         searched (245 if you're MARC21, 200 if you're UNIMARC).</para>
16947                     </listitem>
16948                   </itemizedlist>
16949                 </listitem>
16950               </itemizedlist>
16951             </listitem>
16952             <listitem>
16953               <para>For each subfield you can set the following Other option values</para>
16954               <screenshot>
16955                   <screeninfo/>
16956                   <mediaobject>
16957                     <imageobject>
16958                       <imagedata fileref="images/admin/cataloging/otheroptssubfield.png"/>
16959                     </imageobject>
16960                   </mediaobject>
16961                 </screenshot>
16962               <itemizedlist>
16963                 <listitem>
16964                   <para>Authorized value</para>
16965                   <itemizedlist>
16966                     <listitem>
16967                       <para>means the value cannot by typed by the librarian, but must be chosen
16968                         from a pull down generated by the <link linkend="authorizedvalues"
16969                           >authorized value</link> list</para>
16970                     </listitem>
16971                     <listitem>
16972                       <para>In the example above, the 504a field will show the MARC504 Authorized
16973                         Values when cataloging</para>
16974                       <screenshot>
16975                         <screeninfo>Example of an Authorized Subfield</screeninfo>
16976                         <mediaobject>
16977                           <imageobject>
16978                             <imagedata fileref="images/admin/cataloging/504auth.png"/>
16979                           </imageobject>
16980                         </mediaobject>
16981                       </screenshot>
16982                     </listitem>
16983                   </itemizedlist>
16984                 </listitem>
16985                 <listitem>
16986                   <para>Thesaurus</para>
16987                   <itemizedlist>
16988                     <listitem>
16989                       <para>means that the value is not free text, but must be searched in the
16990                         authority/thesaurus of the selected category</para>
16991                     </listitem>
16992                   </itemizedlist>
16993                 </listitem>
16994                 <listitem>
16995                   <para>Plugin</para>
16996                   <itemizedlist>
16997                     <listitem>
16998                       <para>means the value is calculated or managed by a plugin. Plugins can do
16999                         almost anything.</para>
17000                     </listitem>
17001                     <listitem>
17002                       <para>For example, in UNIMARC there are plugins for every 1xx fields that are
17003                         coded fields. The plugin is a huge help for cataloger ! There are also two
17004                         plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically"
17005                         find the editor from an ISBN, and the collection list for the editor)</para>
17006                     </listitem>
17007                   </itemizedlist>
17008                 </listitem>
17009               </itemizedlist>
17010             </listitem>
17011
17012             <listitem>
17013               <para>To save your changes simply click the 'Save Changes'
17014               button at the top of the screen</para>
17015             </listitem>
17016           </itemizedlist>
17017
17018           <para/>
17019         </section>
17020
17021         <section id="importexportframeworks">
17022           <title>Import/Export Frameworks</title>
17023
17024           <para>Next to each framework is a link to either import or export
17025           the framework.</para>
17026
17027           <section id="exportframeworks">
17028             <title>Export Framework</title>
17029
17030             <para>To export a framework simply click the 'Export' link to the
17031             right of framework title.</para>
17032
17033             <screenshot>
17034               <screeninfo>Export link next to framework</screeninfo>
17035
17036               <mediaobject>
17037                 <imageobject>
17038                   <imagedata fileref="images/admin/cataloging/importexport.png"/>
17039                 </imageobject>
17040               </mediaobject>
17041             </screenshot>
17042
17043             <para>When you click 'Export' you will be prompted to choose what
17044             format to export the file in.</para>
17045
17046             <screenshot>
17047               <screeninfo>Export formats</screeninfo>
17048
17049               <mediaobject>
17050                 <imageobject>
17051                   <imagedata fileref="images/admin/cataloging/exportoptions.png"/>
17052                 </imageobject>
17053               </mediaobject>
17054             </screenshot>
17055
17056             <para>A framework exported this way can be imported into any other
17057             Koha installation using the import framework option.</para>
17058           </section>
17059
17060           <section id="importframeworks">
17061             <title>Import Framework</title>
17062
17063             <para>An easy way to create a new framework is to import one created for your or another
17064               Koha installation. This framework would need to be exported from the other system
17065                 <link linkend="exportframeworks">using the instructions above</link> to be available
17066               for import here. </para>
17067             <para>To import a framework you first need to create <link linkend="addframework">a new
17068                 framework</link>. Once you have that framework, click 'Import' to the right of the
17069               new framework.</para>
17070
17071             <screenshot>
17072               <screeninfo>Import link next to framework</screeninfo>
17073
17074               <mediaobject>
17075                 <imageobject>
17076                   <imagedata fileref="images/admin/cataloging/importexport.png"/>
17077                 </imageobject>
17078               </mediaobject>
17079             </screenshot>
17080
17081             <para>You will be prompted to find a file on your computer to
17082             import into the framework.</para>
17083
17084             <screenshot>
17085               <screeninfo>Choose a file to import</screeninfo>
17086
17087               <mediaobject>
17088                 <imageobject>
17089                   <imagedata fileref="images/admin/cataloging/importfile.png"/>
17090                 </imageobject>
17091               </mediaobject>
17092             </screenshot>
17093
17094             <para>You will be asked to confirm your actions before the file is
17095             imported.</para>
17096
17097             <screenshot>
17098               <screeninfo>Confirm your desire to import</screeninfo>
17099
17100               <mediaobject>
17101                 <imageobject>
17102                   <imagedata fileref="images/admin/cataloging/importconfirm.png"/>
17103                 </imageobject>
17104               </mediaobject>
17105             </screenshot>
17106
17107             <para>As your file is uploaded you will see an image that will
17108             confirm that the system is working.</para>
17109
17110             <screenshot>
17111               <screeninfo>Import timer</screeninfo>
17112
17113               <mediaobject>
17114                 <imageobject>
17115                   <imagedata fileref="images/admin/cataloging/importtimer.png"/>
17116                 </imageobject>
17117               </mediaobject>
17118             </screenshot>
17119
17120             <para>Once your import is complete you will be brought to the
17121             framework edit tool where you can make any changes you need to the
17122             framework you imported.</para>
17123           </section>
17124         </section>
17125       </section>
17126
17127       <section id="kohamarcmapping">
17128         <title>Koha to MARC Mapping</title>
17129
17130         <para>While Koha stores the entire MARC record, it also stores common
17131         fields for easy access in various tables in the database. Koha to MARC
17132         Mapping is used to tell Koha where to find these values in the MARC
17133         record. In many cases you will not have to change the default values
17134         set by in this tool on installation, but it is important to know that
17135         the tool is here and can be used at any time.</para>
17136
17137         <itemizedlist>
17138           <listitem>
17139             <para><emphasis>Get there:</emphasis> More &gt; Administration
17140             &gt; Catalog &gt; Koha to MARC Mapping</para>
17141           </listitem>
17142         </itemizedlist>
17143
17144         <para>The Koha to MARC Mapping page offers you the option of choosing
17145         from one of three tables in the database to assign values to.</para>
17146
17147         <screenshot>
17148           <screeninfo>Koha to MARC Mapping Table Pull Down</screeninfo>
17149
17150           <mediaobject>
17151             <imageobject>
17152               <imagedata fileref="images/admin/cataloging/kohamarcmapping.png"/>
17153             </imageobject>
17154           </mediaobject>
17155         </screenshot>
17156
17157         <para>After choosing the table you would like to view, click 'OK.' To
17158         edit any mapping click on the 'Koha Filed' or the 'Edit' link.</para>
17159
17160         <screenshot>
17161           <screeninfo>Map MARC Field to Koha Field</screeninfo>
17162
17163           <mediaobject>
17164             <imageobject>
17165               <imagedata fileref="images/admin/cataloging/mapmarc.png"/>
17166             </imageobject>
17167           </mediaobject>
17168         </screenshot>
17169
17170         <para>Choose which MARC field you would like to map to this Koha Field
17171         and click the 'OK' button. If you would like to clear all mappings,
17172         click the 'Click to "Unmap"' button.</para>
17173
17174         <important>
17175           <para>At this time you can map only 1 MARC field to 1 Koha field.
17176           This means that you won't be able to map both the 100a and the 700a
17177           to the author field, you need to choose one or the other.</para>
17178         </important>
17179
17180         <para/>
17181       </section>
17182
17183       <section id="keywordmapping">
17184         <title>Keywords to MARC Mapping</title>
17185
17186         <para>This tool will allow you to map MARC fields to a set of
17187         predefined keywords.</para>
17188
17189         <itemizedlist>
17190           <listitem>
17191             <para><emphasis>Get there:</emphasis> More &gt; Administration
17192             &gt; Catalog &gt; Keywords to MARC Mapping</para>
17193           </listitem>
17194         </itemizedlist>
17195
17196         <important>
17197           <para>This tool only effects sites that are not using the XSLT
17198           Stylesheets.</para>
17199         </important>
17200
17201         <para>At this time the only keyword in use is 'subtitle.'</para>
17202
17203         <para>Using this tool you can define what MARC field prints to the
17204         detail screen of the bibliographic record using keywords. The
17205         following example will use the subtitle field.</para>
17206
17207         <para>Using the Framework pull down menu, choose the <link linkend="marcbibframeworks">Framework</link> you would like to apply
17208         this rule to. For example, the subtitle for books can be found in the
17209         245$b field.</para>
17210
17211         <screenshot>
17212           <screeninfo>Assigning Book Subtitle</screeninfo>
17213
17214           <mediaobject>
17215             <imageobject>
17216               <imagedata fileref="images/admin/cataloging/subtitlebookmapping.png"/>
17217             </imageobject>
17218           </mediaobject>
17219         </screenshot>
17220
17221         <para>However the subtitle for DVDs appears in 245$p</para>
17222
17223         <screenshot>
17224           <screeninfo>Assigning DVD Subtitle</screeninfo>
17225
17226           <mediaobject>
17227             <imageobject>
17228               <imagedata fileref="images/admin/cataloging/subtitledvdmapping.png"/>
17229             </imageobject>
17230           </mediaobject>
17231         </screenshot>
17232
17233         <para>Using this tool you can tell Koha to print the right field as
17234         the subtitle when viewing the bibliographic record in the OPAC.</para>
17235
17236         <screenshot>
17237           <screeninfo>Subtitle display in the OPAC</screeninfo>
17238
17239           <mediaobject>
17240             <imageobject>
17241               <imagedata fileref="images/admin/cataloging/subtitlebookinopac.png"/>
17242             </imageobject>
17243           </mediaobject>
17244         </screenshot>
17245
17246         <para>This tool can be used to chain together pieces of the record as
17247         well. If you want the series number to show in the title on your
17248         search results you simply have to map 490 $v to 'subtitle' along with
17249         the 245 $b. <note>
17250             <para>Chain together the fields you want to show after the item
17251             title in the order in which you want them to appear.</para>
17252           </note></para>
17253
17254         <para>Future developments will include additional keyword assigned
17255         fields.</para>
17256       </section>
17257
17258       <section id="marcbibframeworkstest">
17259         <title>MARC Bibliographic Framework Test</title>
17260
17261         <para>Checks the MARC structure.</para>
17262
17263         <itemizedlist>
17264           <listitem>
17265             <para><emphasis>Get there:</emphasis> More &gt; Administration
17266             &gt; Catalog &gt; MARC Bibliographic Framework Test</para>
17267           </listitem>
17268         </itemizedlist>
17269
17270         <para>If you change your MARC Bibliographic framework it's recommended
17271         that you run this tool to test for errors in your definition.</para>
17272
17273         <screenshot>
17274           <screeninfo>Framework Test</screeninfo>
17275
17276           <mediaobject>
17277             <imageobject>
17278               <imagedata fileref="images/admin/cataloging/frameworktest.png"/>
17279             </imageobject>
17280           </mediaobject>
17281         </screenshot>
17282       </section>
17283
17284       <section id="authoritiesadmin">
17285         <title>Authority Types</title>
17286
17287         <para>Authority Types are basically MARC Frameworks for Authority
17288         records and because of that they follow the same editing rules found
17289         in the <link linkend="marcbibframeworks">MARC Bibliographic
17290         Frameworks</link> section of this manual. Koha comes with many of the
17291         necessary Authority frameworks already installed. To learn how to add
17292         and edit Authority Types, simply review the <link linkend="marcbibframeworks">MARC Bibliographic Frameworks</link>
17293         section of this manual.</para>
17294
17295         <itemizedlist>
17296           <listitem>
17297             <para><emphasis>Get there:</emphasis> More &gt; Administration
17298             &gt; Catalog &gt; Authority Types</para>
17299           </listitem>
17300         </itemizedlist>
17301       </section>
17302
17303       <section id="classificationsources">
17304         <sectioninfo>
17305           <authorgroup>
17306             <author>
17307               <firstname>Savitra</firstname>
17308               <surname>Sirohi</surname>
17309               <affiliation>
17310                 <orgname>Nucsoft OSS Labs</orgname>
17311               </affiliation>
17312             </author>
17313             
17314             <editor>
17315               <firstname>Nicole C.</firstname>
17316               <surname>Engard</surname>
17317               <contrib>Fixed typos, changed content where
17318                 necessary and added new screenshots.</contrib>
17319             </editor>
17320           </authorgroup>
17321           
17322           <pubdate>2010</pubdate>
17323         </sectioninfo>
17324
17325         <title>Classification Sources</title>
17326
17327         <para>Source of classification or shelving scheme is an <link linkend="authorizedvalues"
17328             >Authorized Values</link> category that is mapped to field 952$2 and 942$2 in Koha's
17329           MARC Bibliographic frameworks and stored in the items.cn_source field in the
17330           database.</para>
17331
17332         <itemizedlist>
17333           <listitem>
17334             <para><emphasis>Get there:</emphasis> More &gt; Administration
17335             &gt; Catalog &gt; Classification sources</para>
17336           </listitem>
17337         </itemizedlist>
17338
17339         <screenshot>
17340           <screeninfo>Classification Sources</screeninfo>
17341
17342           <mediaobject>
17343             <imageobject>
17344               <imagedata fileref="images/admin/cataloging/classsources.png"/>
17345             </imageobject>
17346           </mediaobject>
17347         </screenshot>
17348
17349         <para>Commonly used values of this field are:</para>
17350
17351         <itemizedlist>
17352           <listitem>
17353             <para>ddc - Dewey Decimal Classification</para>
17354           </listitem>
17355
17356           <listitem>
17357             <para>lcc - Library of Congress Classification</para>
17358           </listitem>
17359         </itemizedlist>
17360
17361         <para>If you chose to install classification sources during Koha's
17362         installation, you would see other values too:</para>
17363
17364         <itemizedlist>
17365           <listitem>
17366             <para>ANSCR (sound recordings)</para>
17367           </listitem>
17368
17369           <listitem>
17370             <para>SuDOC classification</para>
17371           </listitem>
17372
17373           <listitem>
17374             <para>Universal Decimal Classification</para>
17375           </listitem>
17376
17377           <listitem>
17378             <para>Other/Generic Classification</para>
17379           </listitem>
17380         </itemizedlist>
17381
17382         <section id="addingclasssource">
17383           <title>Adding/Editing Classification Sources</title>
17384
17385           <para>You can add your own source of classification by using the New
17386           Classification Source button. To edit use the Edit link.</para>
17387
17388           <screenshot>
17389             <screeninfo>Add classification source</screeninfo>
17390
17391             <mediaobject>
17392               <imageobject>
17393                 <imagedata fileref="images/admin/cataloging/addclasssource.png"/>
17394               </imageobject>
17395             </mediaobject>
17396           </screenshot>
17397
17398           <para>When creating or editing:</para>
17399
17400           <itemizedlist>
17401             <listitem>
17402               <para>You will need to enter a code and a description.</para>
17403             </listitem>
17404
17405             <listitem>
17406               <para>Check the 'Source in use?' checkbox if you want the value
17407               to appear in the drop down list for this category.</para>
17408             </listitem>
17409
17410             <listitem>
17411               <para>Select the appropriate <link linkend="classfilingrules">filing rule</link> from the drop down
17412               list.</para>
17413             </listitem>
17414           </itemizedlist>
17415
17416           <para/>
17417         </section>
17418
17419         <section id="classfilingrules">
17420           <title>Classification Filing Rules</title>
17421
17422           <para>Filing rules determine the order in which items are placed on
17423           shelves.</para>
17424
17425           <para>Values that are pre-configured in Koha are:</para>
17426
17427           <itemizedlist>
17428             <listitem>
17429               <para>Dewey</para>
17430             </listitem>
17431
17432             <listitem>
17433               <para>LCC</para>
17434             </listitem>
17435
17436             <listitem>
17437               <para>Generic</para>
17438             </listitem>
17439           </itemizedlist>
17440
17441           <para>Filing rules are mapped to <link linkend="addingclasssource">Classification sources</link>. You can
17442           setup new filing rules by using the New Filing Rule button. To edit
17443           use the Edit link.</para>
17444
17445           <para>When creating or editing:</para>
17446
17447           <itemizedlist>
17448             <listitem>
17449               <para>Enter a code and a description</para>
17450             </listitem>
17451
17452             <listitem>
17453               <para>Choose an appropriate filing routine - dewey, generic or
17454               lcc</para>
17455             </listitem>
17456           </itemizedlist>
17457         </section>
17458       </section>
17459
17460       <section id="recordmatchingrules">
17461         <sectioninfo>
17462           <authorgroup>
17463             <author>
17464               <firstname>Joy</firstname>
17465               <surname>Nelson</surname>
17466               <affiliation>
17467                 <orgname>ByWater Solutions</orgname>
17468               </affiliation>
17469             </author>
17470             
17471             <editor>
17472               <firstname>Nicole C.</firstname>
17473               <surname>Engard</surname>
17474               <contrib>Changed/edited content where necessary.</contrib>
17475             </editor>
17476           </authorgroup>
17477           
17478           <pubdate>2013</pubdate>
17479         </sectioninfo>
17480         <title>Record Matching Rules</title>
17481
17482         <para>Record matching rules are used when importing MARC records into
17483         Koha.</para>
17484
17485         <itemizedlist>
17486           <listitem>
17487             <para><emphasis>Get there:</emphasis> More &gt; Administration
17488             &gt; Catalog &gt; Record Matching Rules</para>
17489           </listitem>
17490         </itemizedlist>
17491
17492         <para>The rules that you set up here will be referenced with you <link linkend="stagemarc">Stage MARC Records for Import</link>.</para>
17493         <para>It is important to understand the difference between Match Points and Match Checks
17494           before adding new matching rules to Koha.</para>
17495
17496        <para>Match Points are the criteria that you enter that must be met in order for an incoming
17497           record to match an existing MARC record in your catalog. You can have multiple match
17498           points on an import rule each with its own score. An incoming record will be compared
17499           against your existing records (‘one record at a time’) and given a score for each match
17500           point. When the total score of the matchpoints matches or exceeds the threshold given for
17501           the matching rule, Koha assumes a good match and imports/overlays according your
17502           specifications in the import process. An area to watch out for here is the sum of the
17503           match points. Doublecheck that the matches you want will add up to a successful
17504           match.</para>
17505
17506 <para>Example: </para>
17507         <para>Threshold of 1000 </para>
17508         <para>Match Point on 020$a 1000 </para>
17509         <para>Match Point on 022$a 1000 </para>
17510         <para>Match Point on 245$a 500 </para>
17511         <para>Match Point on 100$a 100</para>
17512
17513 <para>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.</para>
17514
17515 <para>Match Checks are not commonly used in import rules. However, they can serve a couple of
17516           purposes in matching records. First, match checks can be used as the matching criteria
17517           instead of the match points if your indexes are stale and out of date. The match checks go
17518           right for the data instead of relying on the data in the indexes. (If you fear your
17519           indexes are out of date, a rebuild of your indexes would be a great idea and solve that
17520           situation!) The other use for a Match Check is as a “double check” or “veto” of your
17521           matching rule. For example, if you have a matching rule as below:</para>
17522 <para>Threshold of 1000 </para>
17523         <para>Match Point on 020$a 1000 </para>
17524         <para>Match Check on 245$a</para>
17525
17526 <para>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.</para>
17527
17528 <para>When looking to create matching rules for your authority records the following indexes will be
17529           of use:</para>
17530         <table frame="void" id="authorityindexes">
17531           <caption>Authority Indexes</caption>
17532           <thead>
17533             <tr>
17534               <th>Index name</th>
17535               <th>Matches Marc Tag</th>
17536             </tr>
17537           </thead>
17538           <tbody>
17539             <tr>
17540               <td>LC-cardnumber</td>
17541               <td>010$a</td>
17542             </tr>
17543             <tr>
17544               <td>Personal-name</td>
17545               <td>100$a</td>
17546             </tr>
17547             <tr>
17548               <td>Corporate-name-heading</td>
17549               <td>110$a</td>
17550             </tr>
17551             <tr>
17552               <td>Meeting-name</td>
17553               <td>111$a</td>
17554             </tr>
17555             <tr>
17556               <td>Title-uniform</td>
17557               <td>130$a</td>
17558             </tr>
17559             <tr>
17560               <td>Chronological-term</td>
17561               <td>148$a</td>
17562             </tr>
17563             <tr>
17564               <td>Subject-topical</td>
17565               <td>150$a</td>
17566             </tr>
17567             <tr>
17568               <td>Name-geographic</td>
17569               <td>151$a</td>
17570             </tr>
17571             <tr>
17572               <td>Term-genre-form</td>
17573               <td>155$a</td>
17574             </tr>
17575           </tbody>
17576         </table>
17577         <section id="addrecordmatchrule">
17578           <title>Adding Matching Rules</title>
17579           <para>To create a new matching rule :</para>
17580           <itemizedlist>
17581             <listitem>
17582               <para>Click 'New Record Matching Rule'</para>
17583               <screenshot>
17584                 <screeninfo>Add record matching rule</screeninfo>
17585                 <mediaobject>
17586                   <imageobject>
17587                     <imagedata fileref="images/admin/cataloging/newmatchrule.png"/>
17588                   </imageobject>
17589                 </mediaobject>
17590               </screenshot>
17591               <itemizedlist>
17592                 <listitem>
17593                   <para>Choose a unique name and enter it in the 'Matching rule code' field</para>
17594                 </listitem>
17595                 <listitem>
17596                   <para>'Description' can be anything you want to make it clear to you what rule
17597                     you're picking</para>
17598                 </listitem>
17599                 <listitem>
17600                   <para>'Match threshold' is the total number of 'points' a biblio must earn to be
17601                     considered a 'match'</para>
17602                 </listitem>
17603                 <listitem>
17604                   <para>'Record type' is the type of import this rule will be used for - either
17605                     authority or bibliographic</para>
17606                 </listitem>
17607                 <listitem>
17608                   <para>Match points are set up to determine what fields to match on</para>
17609                 </listitem>
17610                 <listitem>
17611                   <para>'Search index' can be found by looking at the ccl.properties file on your
17612                     system which tells the zebra indexing what data to search for in the MARC
17613                     data".</para>
17614                 </listitem>
17615                 <listitem>
17616                   <para>'Score' - The number of 'points' a match on this field is worth. If the sum
17617                     of each score is greater than the match threshold, the incoming record is a
17618                     match to the existing record</para>
17619                 </listitem>
17620                 <listitem>
17621                   <para>Enter the MARC tag you want to match on in the 'Tag' field</para>
17622                 </listitem>
17623                 <listitem>
17624                   <para>Enter the MARC tag subfield you want to match on in the 'Subfields'
17625                     field</para>
17626                 </listitem>
17627                 <listitem>
17628                   <para>'Offset' - For use with control fields, 001-009</para>
17629                 </listitem>
17630                 <listitem>
17631                   <para>'Length' - For use with control fields, 001-009</para>
17632                 </listitem>
17633                 <listitem>
17634                   <para>Koha only has one 'Normalization rule' that removes extra characters such as
17635                     commas and semicolons. The value you enter in this field is irrelevant to the
17636                     normalization process.</para>
17637                 </listitem>
17638                 <listitem>
17639                   <para>'Required match checks' - ??</para>
17640                 </listitem>
17641               </itemizedlist>
17642             </listitem>
17643           </itemizedlist>
17644         </section>
17645         <section id="samplerecordmatch">
17646           <title>Sample Bibliographic Record Matching Rule: Control Number</title>
17647
17648           <screenshot>
17649             <screeninfo>LOC Matching Rule</screeninfo>
17650
17651             <mediaobject>
17652               <imageobject>
17653                 <imagedata fileref="images/admin/cataloging/samplematchrule.png"/>
17654               </imageobject>
17655             </mediaobject>
17656           </screenshot>
17657
17658           <itemizedlist>
17659             <listitem>
17660               <para>Match threshold: 100</para>
17661             </listitem>
17662             <listitem>
17663               <para>Record type: Bibliographic<itemizedlist>
17664                   <listitem>
17665                     <note>
17666                       <para>If you'd like a rule to match on the 001 in authority records you will
17667                         need the repeat all of these values and change just the record type to
17668                         'Authority record'</para>
17669                     </note>
17670                   </listitem>
17671                 </itemizedlist></para>
17672             </listitem>
17673
17674             <listitem>
17675               <para>Matchpoints (just the one):</para>
17676             </listitem>
17677
17678             <listitem>
17679               <para>Search index: Control-number</para>
17680             </listitem>
17681
17682             <listitem>
17683               <para>Score: 101</para>
17684             </listitem>
17685
17686             <listitem>
17687               <para>Tag: 001</para>
17688
17689               <itemizedlist>
17690                 <listitem>
17691                   <note>
17692                     <para>this field is for the control number assigned by the
17693                     organization creating, using, or distributing the
17694                     record</para>
17695                   </note>
17696                 </listitem>
17697               </itemizedlist>
17698             </listitem>
17699
17700             <listitem>
17701               <para>Subfields: a</para>
17702             </listitem>
17703
17704             <listitem>
17705               <para>Offset: 0</para>
17706             </listitem>
17707
17708             <listitem>
17709               <para>Length: 0</para>
17710             </listitem>
17711
17712             <listitem>
17713               <para>Normalization rule: Control-number</para>
17714             </listitem>
17715
17716             <listitem>
17717               <para>Required Match checks: none (remove the blank one)</para>
17718
17719               <screenshot>
17720                 <screeninfo>Remove match check</screeninfo>
17721
17722                 <mediaobject>
17723                   <imageobject>
17724                     <imagedata fileref="images/admin/cataloging/removematchcheck.png"/>
17725                   </imageobject>
17726                 </mediaobject>
17727               </screenshot>
17728             </listitem>
17729           </itemizedlist>
17730         </section>
17731       </section>
17732
17733       <section id="oaisetsconfig">
17734         <title>OAI Sets Configuration</title>
17735
17736         <para>On this page you can create, modify and delete OAI-PMH
17737         sets</para>
17738
17739         <section id="oaicreate">
17740           <title>Create a set</title>
17741
17742           <para>To create a set:</para>
17743
17744           <itemizedlist>
17745             <listitem>
17746               <para>Click on the link 'Add a new set'</para>
17747             </listitem>
17748
17749             <listitem>
17750               <para>Fill the mandatory fields 'setSpec' and 'setName'</para>
17751             </listitem>
17752
17753             <listitem>
17754               <para>Then you can add descriptions for this set. To do this
17755               click on 'Add description' and fill the newly created text box.
17756               You can add as many descriptions as you want.</para>
17757             </listitem>
17758
17759             <listitem>
17760               <para>Click on 'Save' button'</para>
17761             </listitem>
17762           </itemizedlist>
17763         </section>
17764
17765         <section id="oaimodify">
17766           <title>Modify/Delete a set</title>
17767
17768           <para>To modify a set, just click on the link 'Modify' on the same
17769           line of the set you want to modify. A form similar to set creation
17770           form will appear and allow you to modify the setSpec, setName and
17771           descriptions.</para>
17772
17773           <para>To delete a set, just click on the link 'Delete' on the same
17774           line of the set you want to delete.</para>
17775         </section>
17776
17777         <section id="oaimapping">
17778           <title>Define mappings</title>
17779
17780           <para>Here you can define how a set will be build (what records will
17781           belong to this set) by defining mappings. Mappings are a list of
17782           conditions on record content. A record only need to match one
17783           condition to belong to the set.</para>
17784
17785           <itemizedlist>
17786             <listitem>
17787               <para>Fill the fields 'Field', 'Subfield' and 'Value'. For
17788               example if you want to include in this set all records that have
17789               a 999$9 equal to 'XXX'. Fill 'Field' with 999, 'Subfield' with 9
17790               and 'Value' with XXX.</para>
17791             </listitem>
17792
17793             <listitem>
17794               <para>If you want to add another condition, click on 'OR' button
17795               and repeat step 1.</para>
17796             </listitem>
17797
17798             <listitem>
17799               <para>Click on 'Save'</para>
17800             </listitem>
17801           </itemizedlist>
17802
17803           <para>To delete a condition, just leave at least one of 'Field',
17804           'Subfield' or 'Value' empty and click on 'Save'.<note>
17805               <para>Actually, a condition is true if value in the
17806               corresponding subfield is strictly equal to what is defined if
17807               'Value'. A record having 999$9 = 'XXX YYY' will not belong to a
17808               set where condition is 999$9 = 'XXX'.</para>
17809             </note></para>
17810
17811           <para>And it is case sensitive : a record having 999$9 = 'xxx' will
17812           not belong to a set where condition is 999$9 = 'XXX'.</para>
17813         </section>
17814
17815         <section id="oaibuild">
17816           <title>Build sets</title>
17817
17818           <para>Once you have configured all your sets, you have to build the
17819           sets. This is done by calling the script
17820           misc/migration_tools/build_oai_sets.pl.</para>
17821         </section>
17822       </section>
17823     </section>
17824
17825     <section id="acqadmin">
17826       <title>Acquisitions</title>
17827
17828       <para>The Koha Acquisitions module provides a way for the library to
17829       record orders placed with vendors and manage purchase budgets.</para>
17830
17831       <para>Before using the <link linkend="acqmodule">Acquisitions
17832       Module</link>, you will want to make sure that you have completed all of
17833       the set up.</para>
17834
17835       <itemizedlist>
17836         <listitem>
17837           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
17838           Acquisitions</para>
17839         </listitem>
17840       </itemizedlist>
17841
17842       <section id="currexchangeadmin">
17843         <title>Currencies and Exchange Rates</title>
17844
17845         <para>If you place orders from more than one country you will want to
17846         input currency exchange rates so that your acquisitions module will
17847         properly calculate totals.</para>
17848
17849         <itemizedlist>
17850           <listitem>
17851             <para><emphasis>Get there:</emphasis> More &gt; Administration
17852             &gt; Acquisitions &gt; Currencies and Exchange Rates</para>
17853           </listitem>
17854         </itemizedlist>
17855
17856         <screenshot>
17857           <screeninfo>Currencies</screeninfo>
17858
17859           <mediaobject>
17860             <imageobject>
17861               <imagedata fileref="images/admin/acquisitions/currencies.png"/>
17862             </imageobject>
17863           </mediaobject>
17864         </screenshot>
17865
17866         <note>
17867           <para>This data is not automatically updated, so be sure to keep it
17868           up to date so that your accounting is kept correct.</para>
17869         </note>
17870         <para>The ISO code you enter will be used when importing MARC files via the staging tools,
17871           the tool will attempt to find and use the price of the currently active currency. </para>
17872
17873         <para>The active currency is the main currency you use in your
17874         library. Your active currency will have a check mark in the 'Active'
17875         column. If you don't have an active currency you will see an error
17876         message telling you to choose an active currency.</para>
17877
17878         <screenshot>
17879           <screeninfo>No active currency warning</screeninfo>
17880
17881           <mediaobject>
17882             <imageobject>
17883               <imagedata fileref="images/admin/acquisitions/nocurrency.png"/>
17884             </imageobject>
17885           </mediaobject>
17886         </screenshot>
17887       </section>
17888
17889       <section id="budgetplanning">
17890         <title>Budgets</title>
17891
17892         <para>Budgets are used for tracking accounting values related to
17893         acquisitions. For example you could create a Budget for the current
17894         year (ex. 2012) and then break that into <link linkend="funds">Funds</link> for different areas of the library (ex.
17895         Books, Audio, etc).</para>
17896
17897         <itemizedlist>
17898           <listitem>
17899             <para><emphasis>Get there:</emphasis> More &gt; Administration
17900             &gt; Acquisitions &gt; Budgets</para>
17901           </listitem>
17902         </itemizedlist>
17903
17904         <para>When visiting the main budget administration you will see two
17905         tabs, one for active and one for inactive budgets.</para>
17906
17907         <screenshot>
17908           <screeninfo>Budgets List</screeninfo>
17909
17910           <mediaobject>
17911             <imageobject>
17912               <imagedata fileref="images/admin/acquisitions/budgetslist.png"/>
17913             </imageobject>
17914           </mediaobject>
17915         </screenshot>
17916
17917         <section id="addbudget">
17918           <title>Add a budget</title>
17919
17920           <para>Budgets can either be created from scratch or by duplicating
17921           the previous year's budget.</para>
17922
17923           <para>To duplicate a budget from a previous year, click on the link
17924           for the budget name from the list of budgets</para>
17925
17926           <screenshot>
17927             <screeninfo>Budgets List</screeninfo>
17928
17929             <mediaobject>
17930               <imageobject>
17931                 <imagedata fileref="images/admin/acquisitions/budgetslist.png"/>
17932               </imageobject>
17933             </mediaobject>
17934           </screenshot>
17935
17936           <para>On the screen listing the budget breakdown click the Edit
17937           button at the top and choose to Duplicate budget</para>
17938
17939           <screenshot>
17940             <screeninfo>Duplicate Budget</screeninfo>
17941
17942             <mediaobject>
17943               <imageobject>
17944                 <imagedata fileref="images/admin/acquisitions/duplicatebudget.png"/>
17945               </imageobject>
17946             </mediaobject>
17947           </screenshot>
17948
17949           <para>You will be presented with a form where you simply need to
17950           enter the new start and end date and save the budget.</para>
17951
17952           <screenshot>
17953             <screeninfo>New Duplicate Budget</screeninfo>
17954
17955             <mediaobject>
17956               <imageobject>
17957                 <imagedata fileref="images/admin/acquisitions/duplicatestartend.png"/>
17958               </imageobject>
17959             </mediaobject>
17960           </screenshot>
17961
17962           <para>This will not only duplicate your budget, but all of the funds
17963           associated with that budget so that you can reuse budgets and funds
17964           from year to year.</para>
17965
17966           <para>If you haven't used Koha before for acquisitions then you'll
17967           need to start fresh with a new budget. To add a new budget click the
17968           'New Budget' button.</para>
17969
17970           <screenshot>
17971             <screeninfo>New Budget Form</screeninfo>
17972
17973             <mediaobject>
17974               <imageobject>
17975                 <imagedata fileref="images/admin/acquisitions/newbudgetform.png"/>
17976               </imageobject>
17977             </mediaobject>
17978           </screenshot>
17979
17980           <itemizedlist>
17981             <listitem>
17982               <para>Choose the time period this budget is for, whether it's an
17983               academic year, a fiscal year, a quarter, etc.</para>
17984             </listitem>
17985
17986             <listitem>
17987               <para>The Description should be something that will help you
17988               identify the budget when ordering</para>
17989             </listitem>
17990
17991             <listitem>
17992               <para>In the amount box do not use any symbols, simply enter the
17993               amount of the budget with numbers and decimals.</para>
17994             </listitem>
17995
17996             <listitem>
17997               <para>Marking a budget active makes it usable when placing
17998               orders in the acquisitions module, even if the order is placed
17999               after the budget end date. This will allow you to record orders
18000               that were places in a previous budget period.</para>
18001             </listitem>
18002
18003             <listitem>
18004               <para>Locking a budget means that Funds will not be able to be
18005               modified by librarians</para>
18006             </listitem>
18007           </itemizedlist>
18008
18009           <para>Once you have made your edits, click the 'Save Changes'
18010           button. You will be brought to a list of your existing
18011           budgets.</para>
18012
18013           <screenshot>
18014             <screeninfo>List of Budgets</screeninfo>
18015
18016             <mediaobject>
18017               <imageobject>
18018                 <imagedata fileref="images/admin/acquisitions/budgetlist.png"/>
18019               </imageobject>
18020             </mediaobject>
18021           </screenshot>
18022         </section>
18023       </section>
18024
18025       <section id="funds">
18026         <title>Funds</title>
18027
18028         <itemizedlist>
18029           <listitem>
18030             <para><emphasis>Get there:</emphasis> More &gt; Administration
18031             &gt; Acquisitions &gt; Funds</para>
18032           </listitem>
18033         </itemizedlist>
18034
18035         <section id="addbudgetfund">
18036           <title>Add a Fund</title>
18037
18038           <para>A fund is added to a budget.</para>
18039
18040           <para><important>
18041               <para>A <link linkend="addbudget">budget</link> must be defined
18042               before a fund can be created.</para>
18043             </important>To add a new fund click the New button and then choose
18044           which Budget you would like to add the fund to.</para>
18045
18046           <screenshot>
18047             <screeninfo>Choose which budget to add a fund to</screeninfo>
18048
18049             <mediaobject>
18050               <imageobject>
18051                 <imagedata fileref="images/admin/acquisitions/newfund.png"/>
18052               </imageobject>
18053             </mediaobject>
18054           </screenshot>
18055
18056           <para>In the form that appears you want to enter the basics about your fund.</para>
18057
18058           <screenshot>
18059             <screeninfo>New Fund Form</screeninfo>
18060
18061             <mediaobject>
18062               <imageobject>
18063                 <imagedata fileref="images/admin/acquisitions/newfundform.png"/>
18064               </imageobject>
18065             </mediaobject>
18066           </screenshot>
18067
18068           <para>The three first fields are required, the rest are
18069           optional</para>
18070
18071           <itemizedlist>
18072             <listitem>
18073               <para>Fund Code is a unique identifier for your fund</para>
18074             </listitem>
18075
18076             <listitem>
18077               <para>The Fund Name should be something that librarians will
18078               understand</para>
18079             </listitem>
18080
18081             <listitem>
18082               <para>Amount should be entered with only numbers and decimals, no other
18083                 characters</para>
18084             </listitem>
18085             <listitem>
18086               <para>Warning at (%) or Warning at (amount) can be filled in to make Koha warn you
18087                 before you spend a certain percentage or amount of your budget. This will prevent
18088                 you from overspending.</para>
18089             </listitem>
18090
18091             <listitem>
18092               <para>You can choose to assign this fund to a librarian. Doing
18093               so will make it so that only that librarian can make changes to
18094               the Fund</para>
18095             </listitem>
18096
18097             <listitem>
18098               <para>Choose which library will be using this fund</para>
18099             </listitem>
18100
18101             <listitem>
18102               <para>You can restrict who can order from this fund by choosing either the 'owner',
18103                 'owner and users' or 'owner, users and library' from the 'Restrict access to'
18104                 menu</para>
18105
18106               <screenshot>
18107                 <screeninfo>Restrict Fund Access</screeninfo>
18108
18109                 <mediaobject>
18110                   <imageobject>
18111                     <imagedata fileref="images/admin/acquisitions/restrictfund.png"/>
18112                   </imageobject>
18113                 </mediaobject>
18114               </screenshot>
18115               <itemizedlist>
18116                 <listitem>
18117                   <important>
18118                     <para>Without an owner, the access restriction will be ignored, be sure to enter
18119                       an owner as well as choose a restriction</para>
18120                   </important>
18121                 </listitem>
18122               </itemizedlist>
18123             </listitem>
18124
18125             <listitem>
18126               <para>Notes are simply for any descriptive notes you might want
18127               to add so that librarians know when to use this fund</para>
18128             </listitem>
18129
18130             <listitem>
18131               <para>Planning categories are used for statistical purposes. To
18132               learn more about planning categories, check out the <link linkend="planningcatfaq">Planning Category FAQ</link>.</para>
18133             </listitem>
18134           </itemizedlist>
18135
18136           <para>When complete, click 'Submit' and you will be brought to a
18137           list of all of the funds for the budget.</para>
18138
18139           <screenshot>
18140             <screeninfo>List of funds</screeninfo>
18141
18142             <mediaobject>
18143               <imageobject>
18144                 <imagedata fileref="images/admin/acquisitions/fundlist.png"/>
18145               </imageobject>
18146             </mediaobject>
18147           </screenshot>
18148
18149           <para>To the right of each fund you will find the 'Edit,' 'Delete,' and 'Add Child Fund'
18150             options. </para>
18151           <para>A child fund simply a sub-fund of the fund listed. An example would be to have a
18152             fund for 'Fiction' and under that have a fund for 'New Releases' and a fund for 'Science
18153             Fiction.' It is an optional way to further organize your finances.</para>
18154           <para>Funds with children will show with a small arrow to the left. Clicking that will
18155             show you the children funds.</para>
18156           <screenshot>
18157               <screeninfo>Chld funds</screeninfo>
18158               <mediaobject>
18159                 <imageobject>
18160                   <imagedata fileref="images/admin/acquisitions/childfunds.png"/>
18161                 </imageobject>
18162               </mediaobject>
18163             </screenshot>
18164         </section>
18165
18166         <section id="fundsplanning">
18167           <title>Budget Planning</title>
18168
18169           <para>When viewing the list of funds click the 'Planning' button and
18170           choose how you would like to plan to spend your budget.</para>
18171
18172           <screenshot>
18173             <screeninfo>Planning pull down menu</screeninfo>
18174
18175             <mediaobject>
18176               <imageobject>
18177                 <imagedata fileref="images/admin/acquisitions/planningpulldown.png"/>
18178               </imageobject>
18179             </mediaobject>
18180           </screenshot>
18181
18182           <para>If you choose 'Plan by MONTHS' you will see the budgeted
18183           amount broken down by months:</para>
18184
18185           <screenshot>
18186             <screeninfo>Budget Planning Formula</screeninfo>
18187
18188             <mediaobject>
18189               <imageobject>
18190                 <imagedata fileref="images/admin/acquisitions/planningbymonths.png"/>
18191               </imageobject>
18192             </mediaobject>
18193           </screenshot>
18194
18195           <para>To hide some of the columns you can click the 'hide' link to the right (or below as
18196             in the screenshot above) the dates. To add more columns you can click the 'Show a
18197             column' link found below the 'Fund Remaining' heading.</para>
18198
18199           <screenshot>
18200             <screeninfo>Choose columns to add</screeninfo>
18201
18202             <mediaobject>
18203               <imageobject>
18204                 <imagedata fileref="images/admin/acquisitions/addplanningcol.png"/>
18205               </imageobject>
18206             </mediaobject>
18207           </screenshot>
18208
18209           <para>From here you can plan your budget spending by manually
18210           entering values or by clicking the 'Auto-fill row' button. If you
18211           choose to auto-fill the form the system will try to divide the
18212           amount accordingly, you may have to make some edits to split things
18213           more accurately.</para>
18214
18215           <screenshot>
18216             <screeninfo>Auto-filled columns</screeninfo>
18217
18218             <mediaobject>
18219               <imageobject>
18220                 <imagedata fileref="images/admin/acquisitions/autofill.png"/>
18221               </imageobject>
18222             </mediaobject>
18223           </screenshot>
18224
18225           <para>Once your changes are made, click the 'Save' button. If you
18226           would like to export your data as a CSV file you can do so by
18227           entering a file name in the 'Output to a file named' field and
18228           clicking the 'Output' button.</para>
18229
18230           <screenshot>
18231             <screeninfo>Export planning as CSV</screeninfo>
18232
18233             <mediaobject>
18234               <imageobject>
18235                 <imagedata fileref="images/admin/acquisitions/planningcsv.png"/>
18236               </imageobject>
18237             </mediaobject>
18238           </screenshot>
18239         </section>
18240       </section>
18241     </section>
18242
18243     <section id="additionaladmin">
18244       <title>Additional Parameters</title>
18245
18246       <itemizedlist>
18247         <listitem>
18248           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
18249           Additional Parameters</para>
18250         </listitem>
18251       </itemizedlist>
18252
18253       <section id="z3950admin">
18254         <title>Z39.50 Servers</title>
18255
18256         <para>Z39.50 is a client–server protocol for searching and retrieving information from
18257           remote computer databases, in short it's a tool used for copy cataloging. Using Koha you
18258           can connect to any Z39.50 target that is publicly available or that you have the log in
18259           information to and copy both bibliographic and/or authority records from that
18260           source.</para>
18261
18262         <itemizedlist>
18263           <listitem>
18264             <para><emphasis>Get there:</emphasis> More &gt; Administration
18265             &gt; Additional Parameters &gt; Z39.50 Servers</para>
18266           </listitem>
18267         </itemizedlist>
18268
18269         <para>Koha comes with a default list of Z39.50 targets set up that you
18270         can add to, edit or delete</para>
18271
18272         <screenshot>
18273           <screeninfo>List of Z39.50 Servers in Koha</screeninfo>
18274
18275           <mediaobject>
18276             <imageobject>
18277               <imagedata fileref="images/admin/additional/z39list.png"/>
18278             </imageobject>
18279           </mediaobject>
18280         </screenshot>
18281
18282         <para>To find additional targets you use IndexData's IRSpy: <ulink
18283             url="http://irspy.indexdata.com/">http://irspy.indexdata.com</ulink> or the Library of
18284           Congress's List of Targets <ulink url="http://www.loc.gov/z3950/"
18285             >http://www.loc.gov/z3950/</ulink>
18286         </para>
18287
18288         <section id="addztarget">
18289           <title>Add a Z39.50 Target</title>
18290
18291           <itemizedlist>
18292             <listitem>
18293               <para>From the main Z39.50 page, click 'New Z39.50
18294               Server'</para>
18295               <screenshot>
18296                 <screeninfo>New Z39.50 Server Form</screeninfo>
18297                 <mediaobject>
18298                   <imageobject>
18299                     <imagedata fileref="images/admin/additional/newz39.png"/>
18300                   </imageobject>
18301                 </mediaobject>
18302               </screenshot>
18303
18304               <itemizedlist>
18305                 <listitem>
18306                   <para>'Z39.50 server' should be populated with a name that will help you identify
18307                     the source (such as the library name).</para>
18308                 </listitem>
18309                 <listitem>
18310                   <para>'Hostname' will be the address to the Z39.50 target.</para>
18311                 </listitem>
18312                 <listitem>
18313                   <para>'Port' tells Koha what port to listen on to get results from this
18314                     target.</para>
18315                 </listitem>
18316                 <listitem>
18317                   <para>'Userid' and 'Password' are only required for servers that are password
18318                     protected.</para>
18319                 </listitem>
18320                 <listitem>
18321                   <para>Check the 'Checked' box if you want this target to always be selected by
18322                     default.</para>
18323                 </listitem>
18324                 <listitem>
18325                   <para>'Rank' lets you enter where in the list you'd like this target to appear.<itemizedlist>
18326                       <listitem>
18327                         <para>If this is left blank the targets will be in alphabetical
18328                           order.</para>
18329                       </listitem>
18330                     </itemizedlist></para>
18331                 </listitem>
18332                 <listitem>
18333                   <para>'Syntax' is the MARC flavor you use.</para>
18334                 </listitem>
18335                 <listitem>
18336                   <para>'Encoding' tells the system how to read special characters.</para>
18337                 </listitem>
18338                 <listitem>
18339                   <para>'Timeout' is helpful for targets that take a long while. You can set the
18340                     timeout so that it doesn't keep trying the target if results aren't found in a
18341                     reasonable amount of time.</para>
18342                 </listitem>
18343                 <listitem>
18344                   <para>'Record type' lets you define if this is a bibliographic or an authority
18345                     target.</para>
18346                 </listitem>
18347               </itemizedlist>
18348             </listitem>
18349           </itemizedlist>
18350         </section>
18351
18352         <section id="suggestztarget">
18353           <title>Suggested Bibliographic Z39.50 Targets</title>
18354           <para>Koha libraries with open Z39.50 targets can share and find connection information on
18355             the Koha wiki: <ulink url="http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources"
18356               >http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources</ulink>. You can also
18357             find open Z39.50 targets by visiting IRSpy: <ulink url="http://irspy.indexdata.com"
18358               >http://irspy.indexdata.com</ulink>.</para>
18359
18360           <para>The following targets have been used successfully by other
18361           Koha libraries (in the Americas):</para>
18362
18363           <itemizedlist>
18364             <listitem>
18365               <para>ACCESS PENNSYLVANIA 205.247.101.11:210 INNOPAC</para>
18366             </listitem>
18367             <listitem>
18368               <para>CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210
18369               INNOPAC</para>
18370             </listitem>
18371
18372             <listitem>
18373               <para>GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC</para>
18374             </listitem>
18375
18376             <listitem>
18377               <para>HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210
18378               horizon</para>
18379             </listitem>
18380
18381             <listitem>
18382               <para>HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton_hills</para>
18383             </listitem>
18384
18385             <listitem>
18386               <para>LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB</para>
18387             </listitem>
18388
18389             <listitem>
18390               <para>LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210
18391               INNOPAC</para>
18392             </listitem>
18393
18394             <listitem>
18395               <para>MANITOBA PUBLIC library.gov.mb.ca:210 horizon</para>
18396             </listitem>
18397
18398             <listitem>
18399               <para>MILTON PL cat.mpl.on.ca:210 horizon</para>
18400             </listitem>
18401
18402             <listitem>
18403               <para>NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default</para>
18404             </listitem>
18405             <listitem>
18406               <para>NHUPAC 199.192.6.130:211 nh_nhupac</para>
18407             </listitem>
18408             <listitem>
18409               <para>OCEAN STATE LIBRARIES (RI) catalog.oslri.net:210 INNOPAC</para>
18410             </listitem>
18411             <listitem>
18412               <para>OHIOLINK olc1.ohiolink.edu:210 INNOPAC</para>
18413             </listitem>
18414             <listitem>
18415               <para>PUBCAT prod890.dol.state.vt.us:2300 unicorn</para>
18416             </listitem>
18417             <listitem>
18418               <para>SAN JOAQUIN VALLEY PUBLIC LIBRARY SYSTEM (CA) hip1.sjvls.org:210 ZSERVER</para>
18419             </listitem>
18420             <listitem>
18421               <para>SEATTLE PUBLIC LIBRARY ZSERVER.SPL.ORG:210 HORIZON</para>
18422             </listitem>
18423
18424             <listitem>
18425               <para>TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200
18426               unicorn</para>
18427             </listitem>
18428
18429             <listitem>
18430               <para>TRI-UNI 129.97.129.194:7090 voyager</para>
18431             </listitem>
18432
18433             <listitem>
18434               <para>VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon</para>
18435             </listitem>
18436           </itemizedlist>
18437         </section>
18438         <section id="suggestauthz39">
18439           <title>Suggested Authority Z39.50 Targets</title>
18440           <para>The following targets have been used successfully by other Koha libraries (in the
18441             Americas):</para>
18442           <itemizedlist>
18443             <listitem>
18444               <para>LIBRARIESAUSTRALIA AUTHORITIES z3950-test.librariesaustralia.nla.gov.au:210
18445                 AuthTraining Userid: ANLEZ / Password: z39.50</para>
18446             </listitem>
18447             <listitem>
18448               <para>LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF </para>
18449             </listitem>
18450             <listitem>
18451               <para>LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF</para>
18452             </listitem>
18453           </itemizedlist>
18454         </section>
18455       </section>
18456       <section id="didyoumean">
18457         <title>Did you mean?</title>
18458         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt; Additional Parameters
18459           &gt; Did you mean?</para>
18460         <para>Koha can offer 'Did you mean?' options on searches based on values in your <link linkend="catauthorities">authorities</link>.  <important>
18461             <para>Did you mean? only works in the OPAC at this time. The Intranet options are here
18462               for future development.</para>
18463           </important></para>
18464         <para>Using this page you can control which options Koha gives patrons on their search results.</para>
18465         <screenshot>
18466             <screeninfo>Did you mean?</screeninfo>
18467             <mediaobject>
18468               <imageobject>
18469                 <imagedata fileref="images/admin/additional/didyoumean.png"/>
18470               </imageobject>
18471             </mediaobject>
18472           </screenshot>
18473         <para>To turn on the 'Did you mean?' bar on your search results you need to check the box
18474           next to each plugin you would like to use. The two plugins you have to choose from are:<itemizedlist>
18475             <listitem>
18476               <para>The ExplodedTerms plugin suggests that the user try searching for
18477                 broader/narrower/related terms for a given search (e.g. a user searching for "New
18478                 York (State)" would click the link for narrower terms if they're also interested in
18479                 "New York (City)"). This is only relevant for libraries with highly hierarchical
18480                 authority data. </para>
18481             </listitem>
18482             <listitem>
18483               <para>The AuthorityFile plugin searches the authority file and suggests the user might
18484                 be interested in bibs linked to the top 5 authorities</para>
18485             </listitem>
18486           </itemizedlist></para>
18487         <para>If you want one plugin to take priority over another you simply drag it above the other.</para>
18488         <screenshot>
18489             <screeninfo>Drag and drop options</screeninfo>
18490             <mediaobject>
18491               <imageobject>
18492                 <imagedata fileref="images/admin/additional/didyoumeandrag.png"/>
18493               </imageobject>
18494             </mediaobject>
18495           </screenshot>
18496         <para>If you choose both plugins you will see several options at the top of your search results</para>
18497         <screenshot>
18498             <screeninfo>Both plugins</screeninfo>
18499             <mediaobject>
18500               <imageobject>
18501                 <imagedata fileref="images/admin/additional/didyoumeanopacexplode.png"/>
18502               </imageobject>
18503             </mediaobject>
18504           </screenshot>
18505         <para>If you choose just the AuthorityFile you'll see just authorities.</para>
18506         <screenshot>
18507             <screeninfo>AuthorityFile</screeninfo>
18508             <mediaobject>
18509               <imageobject>
18510                 <imagedata fileref="images/admin/additional/didyoumeanopacauth.png"/>
18511               </imageobject>
18512             </mediaobject>
18513           </screenshot>
18514       </section>
18515     </section>
18516   </chapter>
18517
18518   <chapter id="tools">
18519     <title>Tools</title>
18520
18521     <para>Tools in Koha all perform some sort of action. Often many of the
18522     items listed under Tools in Koha are referred to as 'Reports' in other
18523     library management systems.</para>
18524
18525     <itemizedlist>
18526       <listitem>
18527         <para><emphasis>Get there:</emphasis> More &gt; Tools</para>
18528       </listitem>
18529     </itemizedlist>
18530
18531     <section id="patrontools">
18532       <title>Patrons and Circulation</title>
18533
18534       <para/>
18535       <section id="patronlists">
18536         <title>Patron lists</title>
18537         <itemizedlist>
18538           <listitem>
18539             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons and Circulation &gt;
18540               Patron lists</para>
18541           </listitem>
18542         </itemizedlist>
18543         <para>Patron lists are a way to store a group of patrons for easy modification via the <link
18544             linkend="batchpatronmod">batch patron modification tool</link> or reporting.</para>
18545         <screenshot>
18546           <screeninfo>Patron lists</screeninfo>
18547           <mediaobject>
18548             <imageobject>
18549               <imagedata fileref="images/tools/patronlists/patronlists.png"/>
18550             </imageobject>
18551           </mediaobject>
18552         </screenshot>
18553         <para>To create a new list of patrons click the 'New patron list' button</para>
18554         <screenshot>
18555             <screeninfo>New patron list</screeninfo>
18556             <mediaobject>
18557               <imageobject>
18558                 <imagedata fileref="images/tools/patronlists/newpatronlist.png"/>
18559               </imageobject>
18560             </mediaobject>
18561           </screenshot>
18562         <para>Enter a list name and save the list.</para>
18563         <screenshot>
18564             <screeninfo>Empty patron list</screeninfo>
18565             <mediaobject>
18566               <imageobject>
18567                 <imagedata fileref="images/tools/patronlists/addtopatronlist.png"/>
18568               </imageobject>
18569             </mediaobject>
18570           </screenshot>
18571         <para>To add patrons to the list click the 'Add patrons' button to the right of the list
18572           name.</para>
18573           <screenshot>
18574             <screeninfo>Add patron to a list</screeninfo>
18575             <mediaobject>
18576               <imageobject>
18577                 <imagedata fileref="images/tools/patronlists/addpatrontolist.png"/>
18578               </imageobject>
18579             </mediaobject>
18580           </screenshot>
18581         <para>Enter the patron's name or cardnumber in the search box and click on the right result
18582           to add the patron.</para>
18583         <screenshot>
18584             <screeninfo>Patrons to add</screeninfo>
18585             <mediaobject>
18586               <imageobject>
18587                 <imagedata fileref="images/tools/patronlists/patronstoadd.png"/>
18588               </imageobject>
18589             </mediaobject>
18590           </screenshot>
18591         <para>Once you have all of the patrons you would like to add you can click the 'Update'
18592           button to save them to the list.</para>
18593           <screenshot>
18594             <screeninfo>List of patrons</screeninfo>
18595             <mediaobject>
18596               <imageobject>
18597                 <imagedata fileref="images/tools/patronlists/patronlist.png"/>
18598               </imageobject>
18599             </mediaobject>
18600           </screenshot>
18601       </section>
18602
18603       <section id="comments">
18604         <title>Comments</title>
18605
18606         <itemizedlist>
18607           <listitem>
18608             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
18609             and Circulation &gt; Comments</para>
18610           </listitem>
18611         </itemizedlist>
18612
18613         <para>All comments added by patrons via the OPAC to bibliographic
18614         records require moderation by the librarians. If there are comments
18615         awaiting moderation they will be listed on the main staff dashboard
18616         under the Tools label:</para>
18617
18618         <screenshot>
18619           <screeninfo>Comments pending approval</screeninfo>
18620
18621           <mediaobject>
18622             <imageobject>
18623               <imagedata fileref="images/tools/comments/commentswaiting.png"/>
18624             </imageobject>
18625           </mediaobject>
18626         </screenshot>
18627
18628         <para>To moderate comments click on the notification on the main
18629         dashboard or go directly to the Comments Tool and click 'Approve' or
18630         'Delete' to the right of the comments awaiting moderation.</para>
18631
18632         <screenshot>
18633           <screeninfo>Comment awaiting moderation</screeninfo>
18634
18635           <mediaobject>
18636             <imageobject>
18637               <imagedata fileref="images/tools/comments/commentmoderation.png"/>
18638             </imageobject>
18639           </mediaobject>
18640         </screenshot>
18641
18642         <para>If there are no comments to moderate you will see a message
18643         saying just that</para>
18644
18645         <screenshot>
18646           <screeninfo>No comments to moderate</screeninfo>
18647
18648           <mediaobject>
18649             <imageobject>
18650               <imagedata fileref="images/tools/comments/nocomments.png"/>
18651             </imageobject>
18652           </mediaobject>
18653         </screenshot>
18654
18655         <para>You can also review and unapprove comments you have approved in
18656         the past by choosing the 'Approved comments' tab</para>
18657
18658         <screenshot>
18659           <screeninfo>Approved comments</screeninfo>
18660
18661           <mediaobject>
18662             <imageobject>
18663               <imagedata fileref="images/tools/comments/commentapproved.png"/>
18664             </imageobject>
18665           </mediaobject>
18666         </screenshot>
18667       </section>
18668
18669       <section id="patronimport">
18670         <title>Patron Import</title>
18671
18672         <itemizedlist>
18673           <listitem>
18674             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
18675             and Circulation &gt; Import Patrons</para>
18676           </listitem>
18677         </itemizedlist>
18678
18679         <para>The patron import tool can be used at any time to add patrons in
18680         bulk. It is commonly used in universities and schools when a new batch
18681         of students registers.</para>
18682
18683         <section id="createpatronfile">
18684           <title>Creating Patron File</title>
18685
18686           <para>Your Koha installation comes with a blank CSV file that you
18687           can use as a template for your patron records. If you would like to
18688           create the file yourself, make sure that your file has the following
18689           fields in this order as the header row:</para>
18690
18691           <para>borrowernumber, cardnumber, surname, firstname, title, othernames, initials,
18692             streetnumber, streettype, address, address2, city, zipcode, country, email, phone,
18693             mobile, fax, emailpro, phonepro, B_streetnumber, B_streettype, B_address, B_address2,
18694             B_city, B_zipcode, B_country, B_email, B_phone, dateofbirth, branchcode, categorycode,
18695             dateenrolled, dateexpiry, gonenoaddress, lost, debarred, contactname, contactfirstname,
18696             contacttitle, guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex,
18697             password, flags, userid, opacnote, contactnote, sort1, sort2, altcontactfirstname,
18698             altcontactsurname, altcontactaddress1, altcontactaddress2, altcontactaddress3,
18699             altcontactzipcode, altcontactcountry, altcontactphone, smsalertnumber, patron_attributes<important>
18700               <para>The borrowernumber column should not be left blank. If you do not have data for
18701                 that column you should delete that column before importing your patrons.</para>
18702             </important></para>
18703
18704           <important>
18705             <para>The 'password' should be stored in plaintext, and will be converted to a Bcrypt
18706               hash.</para>
18707
18708                 <para>If your passwords are already encrypted, talk to your
18709                 systems administrator about options</para>
18710           </important>
18711
18712           <important>
18713             <para>Date formats should match your <link linkend="dateformat">system preference</link>, and must be
18714             zero-padded, e.g. '01/02/2008'.</para>
18715           </important>
18716
18717           <important>
18718             <para>The fields 'branchcode', 'categorycode' and all fields you have defined in the
18719                 <link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link> preference are
18720               required and must match valid entries in your database.</para>
18721           </important>
18722
18723           <note>
18724             <para>If loading <link linkend="patronattributetypes">patron
18725             attributes</link>, the 'patron_attributes' field should contain a
18726             comma-separated list of attribute types and values.</para>
18727
18728             <itemizedlist>
18729               <listitem>
18730                 <para>The attribute type code and a colon should precede each
18731                 value.</para>
18732
18733                 <itemizedlist>
18734                   <listitem>
18735                     <para>For example: <emphasis role="bold">INSTID:12345,LANG:fr</emphasis> or <emphasis role="bold">STARTDATE:January 1
18736                     2010,TRACK:Day</emphasis></para>
18737                   </listitem>
18738
18739                   <listitem>
18740                     <para>If an input record has more than one attribute, the
18741                     fields should either be entered as an unquoted string
18742                     (previous examples), or with each field wrapped in
18743                     separate double quotes and delimited by a comma:</para>
18744
18745                     <itemizedlist>
18746                       <listitem>
18747                         <para><emphasis role="bold">"STARTDATE:January 1,
18748                         2010","TRACK:Day"</emphasis></para>
18749                       </listitem>
18750
18751                       <listitem>
18752                         <para>This syntax would be required if the data might
18753                         have a comma in it, like a date string.</para>
18754                       </listitem>
18755                     </itemizedlist>
18756                   </listitem>
18757                 </itemizedlist>
18758               </listitem>
18759             </itemizedlist>
18760           </note>
18761         </section>
18762
18763         <section id="importpatrons">
18764           <title>Importing Patrons</title>
18765
18766           <para>Once you have created your file, you can use the Patron Import
18767           Tool to bring the data into Koha.</para>
18768
18769           <screenshot>
18770             <screeninfo>Import Patron Form</screeninfo>
18771
18772             <mediaobject>
18773               <imageobject>
18774                 <imagedata fileref="images/tools/importpatrons/importpatrons.png"/>
18775               </imageobject>
18776             </mediaobject>
18777           </screenshot>
18778
18779           <itemizedlist>
18780             <listitem>
18781               <para>Choose your CSV file and choose to match on 'Cardnumber'
18782               to prevent adding of duplicate card numbers to the system</para>
18783             </listitem>
18784
18785             <listitem>
18786               <para>Next you can choose default values to apply to all patrons
18787               you are importing</para>
18788
18789               <itemizedlist>
18790                 <listitem>
18791                   <para>ex. If you're importing patrons specific to one branch
18792                   you can use the field on the Import form to apply the branch
18793                   code to all those you are importing.</para>
18794                 </listitem>
18795               </itemizedlist>
18796             </listitem>
18797
18798             <listitem>
18799               <para>Finally you need to decide on what data you want to
18800               replace if there are duplicates.</para>
18801
18802               <screenshot>
18803                 <screeninfo>Record matching options</screeninfo>
18804
18805                 <mediaobject>
18806                   <imageobject>
18807                     <imagedata fileref="images/tools/importpatrons/patronmatching.png"/>
18808                   </imageobject>
18809                 </mediaobject>
18810               </screenshot>
18811
18812               <itemizedlist>
18813                 <listitem>
18814                   <para>A matching record is found using the field you chose
18815                   for matching criteria to prevent duplication</para>
18816                 </listitem>
18817
18818                 <listitem>
18819                   <para>If you included patron attributes in your file you can
18820                   decide whether to add your values to existing values or
18821                   erase existing values and enter only your new values.</para>
18822                 </listitem>
18823               </itemizedlist>
18824             </listitem>
18825           </itemizedlist>
18826         </section>
18827       </section>
18828
18829       <section id="notices">
18830         <title>Notices &amp; Slips</title>
18831
18832         <itemizedlist>
18833           <listitem>
18834             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
18835             and Circulation &gt; Notices &amp; Slips</para>
18836           </listitem>
18837         </itemizedlist>
18838
18839         <para>All notices and circulation receipts (or slips) generated by
18840         Koha can be customized using the Notices &amp; Slips Tool. The system
18841         comes with several predefined templates that will appear when you
18842         first visit this tool.</para>
18843
18844         <screenshot>
18845           <screeninfo>Notices &amp; Slips Tool</screeninfo>
18846
18847           <mediaobject>
18848             <imageobject>
18849               <imagedata fileref="images/tools/notices/notices.png"/>
18850             </imageobject>
18851           </mediaobject>
18852         </screenshot>
18853
18854         <para>Each notice can be edited, but only a few can be deleted, this
18855         is to prevent system errors should a message try to send without a
18856         template. Each notice and slip can be edited on a per library basis,
18857         by default you will see the notices for all libraries.</para>
18858
18859         <para>If you have a style you'd like applied to all slips you can
18860         point the <link linkend="SlipCSS">SlipCSS</link> preference to a
18861         stylesheet. The same is true for notices, using the <link linkend="NoticeCSS">NoticeCSS</link> preference to define a
18862         stylesheet.</para>
18863         <para>You will also want to review the <link linkend="noticesfieldguide">Notices &amp; Slips
18864             Field Guide</link> for more information on formatting these notices. </para>
18865
18866         <section id="addnotices">
18867           <title>Adding Notices &amp; Slips</title>
18868
18869           <para>To add a new notice or slip</para>
18870
18871           <itemizedlist>
18872             <listitem>
18873               <para>Click 'New Notice'</para>
18874
18875               <screenshot>
18876                 <screeninfo>New Notice Form</screeninfo>
18877
18878                 <mediaobject>
18879                   <imageobject>
18880                     <imagedata fileref="images/tools/notices/newnotice.png"/>
18881                   </imageobject>
18882                 </mediaobject>
18883               </screenshot>
18884             </listitem>
18885
18886             <listitem>
18887               <para>Choose which library this notice or slip is for<itemizedlist>
18888                   <listitem>
18889                     <important>
18890                       <para>Not all notices can be branch specific for more information review the
18891                           <link linkend="noticesfieldguide">Notices &amp; Slips Field Guide</link>
18892                         in this manual. </para>
18893                     </important>
18894                   </listitem>
18895                 </itemizedlist></para>
18896             </listitem>
18897
18898             <listitem>
18899               <para>Choose the module this notice is related to</para>
18900             </listitem>
18901
18902             <listitem>
18903               <para>The Code is limited to 20 characters</para>
18904
18905               <itemizedlist>
18906                 <listitem>
18907                   <important>
18908                     <para>When working with the overdue notices you want each
18909                     notice at each branch to have a unique code. Think about
18910                     using the branch code in front of the notice code for each
18911                     branch.</para>
18912                   </important>
18913                 </listitem>
18914               </itemizedlist>
18915             </listitem>
18916
18917             <listitem>
18918               <para>Use the name field to expand on your Code</para>
18919
18920               <itemizedlist>
18921                 <listitem>
18922                   <note>
18923                     <para>With overdue notices, be sure to put your branch
18924                     name in the description as well so that it will be visible
18925                     when setting up your <link linkend="noticetriggers">triggers</link>.</para>
18926                   </note>
18927                 </listitem>
18928               </itemizedlist>
18929             </listitem>
18930
18931             <listitem>
18932               <para>Next you can customize the notice for every possible delivery method<itemizedlist>
18933                   <listitem>
18934                     <para>Every notice should have an Email template set for it<screenshot>
18935                         <screeninfo>New Email notice</screeninfo>
18936                         <mediaobject>
18937                           <imageobject>
18938                             <imagedata fileref="images/tools/notices/newemail.png"/>
18939                           </imageobject>
18940                         </mediaobject>
18941                       </screenshot></para>
18942                   </listitem>
18943                   <listitem>
18944                     <para>Next, the Feed template is not yet enabled and will do nothing at this time.<screenshot>
18945                         <screeninfo>New Feed notice</screeninfo>
18946                         <mediaobject>
18947                           <imageobject>
18948                             <imagedata fileref="images/tools/notices/newfeed.png"/>
18949                           </imageobject>
18950                         </mediaobject>
18951                       </screenshot></para>
18952                   </listitem>
18953                   <listitem>
18954                     <para>If you're using the <link linkend="TalkingTechItivaPhoneNotification"
18955                         >TalkingTechItivaPhoneNotification</link> service you can set up a Phone notification<screenshot>
18956                         <screeninfo>New Phone notice</screeninfo>
18957                         <mediaobject>
18958                           <imageobject>
18959                             <imagedata fileref="images/tools/notices/newphone.png"/>
18960                           </imageobject>
18961                         </mediaobject>
18962                       </screenshot></para>
18963                   </listitem>
18964                   <listitem>
18965                     <para>If you plan on printing this notice you can set the Print template next<screenshot>
18966                         <screeninfo>New Print notice</screeninfo>
18967                         <mediaobject>
18968                           <imageobject>
18969                             <imagedata fileref="images/tools/notices/newprint.png"/>
18970                           </imageobject>
18971                         </mediaobject>
18972                       </screenshot></para>
18973                   </listitem>
18974                   <listitem>
18975                     <para>If you have enabled SMS notices with the <link linkend="SMSSendDriver"
18976                         >SMSSendDriver</link> preference you can set the text for your SMS notices next<screenshot>
18977                         <screeninfo>New SMS notice</screeninfo>
18978                         <mediaobject>
18979                           <imageobject>
18980                             <imagedata fileref="images/tools/notices/newsms.png"/>
18981                           </imageobject>
18982                         </mediaobject>
18983                       </screenshot></para>
18984                   </listitem>
18985                 </itemizedlist></para>
18986             </listitem>
18987             <listitem>
18988               <para>Each notice offers you the same options<itemizedlist>
18989                 <listitem>
18990                   <para>If you plan on writing the notice or slip in HTML check
18991                     the 'HTML Message' box, otherwise the content will be generated
18992                     as plain text</para>
18993                 </listitem>
18994                 
18995                 <listitem>
18996                   <para>Message Subject is what will appear in the subject line of
18997                     the email</para>
18998                 </listitem>
18999                 
19000                 <listitem>
19001                   <para>In the message body feel free to type whatever message you
19002                     feel is best, use the fields on the left hand side to enter
19003                     individualized data from the from database.</para>
19004                   
19005                   <itemizedlist>
19006                       <listitem>
19007                         <note>
19008                           <para>Review the <link linkend="noticesfieldguide">Notices &amp; Slip
19009                               Field Guide</link> for info on what fields can be used here.</para>
19010                         </note>
19011                       </listitem>
19012                     <listitem>
19013                       <important>
19014                         <para>Overdue notices can use &lt;&lt;items.content&gt;&gt; tags by themselves,
19015                           or use &lt;item&gt;&lt;/item&gt; to span all of the tags. Learn more about the
19016                           <link linkend="noticemarkup">Overdue Notice Markup</link></para>
19017                         <itemizedlist>
19018                           <listitem>
19019                             <para>On overdue notices make sure to use &lt;&lt;items.content&gt;&gt; tags
19020                               to print out the data related to all items that are overdue.</para>
19021                           </listitem>
19022                         </itemizedlist>
19023                         <itemizedlist>
19024                           <listitem>
19025                             <para>The other option, only for overdue notices, is to use the
19026                               &lt;item&gt;&lt;/item&gt; tags to span the line so that it will print out
19027                               multiple lines One example for the &lt;item&gt;&lt;/item&gt; tag option
19028                               is:</para>
19029                             <para>&lt;item&gt;"&lt;&lt;biblio.title&gt;&gt;" by
19030                               &lt;&lt;biblio.author&gt;&gt;, &lt;&lt;items.itemcallnumber&gt;&gt;,
19031                               Barcode: &lt;&lt;items.barcode&gt;&gt; , Checkout date:
19032                               &lt;&lt;issues.issuedate&gt;&gt;, Due date:
19033                               &lt;&lt;issues.date_due&gt;&gt; Fine: &lt;&lt;items.fine>> Due date:
19034                               &lt;&lt;issues.date_due&gt;&gt; &lt;/item&gt;</para>
19035                           </listitem>
19036                         </itemizedlist>
19037                       </important>
19038                     </listitem>
19039                     <listitem>
19040                       <important>
19041                         <para>Only the overdue notices take advantage of the &lt;item&gt;&lt;/item&gt;
19042                           tags, all other notices referencing items need to use
19043                           &lt;&lt;items.content&gt;&gt;</para>
19044                       </important>
19045                     </listitem>
19046                     <listitem>
19047                       <note>
19048                         <para>To add today's date you can use the &lt;&lt;today&gt;&gt; syntax</para>
19049                       </note>
19050                     </listitem>
19051                       <listitem>
19052                         <note>
19053                           <para>If you don't want to print the patron's full name on your slips or
19054                             notice you can enter data in the Other name or Initials field for each
19055                             patron and use that value instead.</para>
19056                         </note>
19057                       </listitem>
19058                   </itemizedlist>
19059                 </listitem>
19060                 </itemizedlist></para>
19061             </listitem>
19062           </itemizedlist>
19063
19064           <section id="noticemarkup">
19065             <title>Overdue Notice Markup</title>
19066
19067             <para>When creating your overdue notices there are two tags in addition to the various
19068               database fields that you can use in your notices. You will also want to review the
19069                 <link linkend="noticesfieldguide">Notices &amp; Slips Field Guide</link> for
19070               information on formatting item information in these notices. <important>
19071                 <para>These new tags only work on the overdue notices, not other circulation related
19072                   notices at this time.</para>
19073               </important>These tags are &lt;item&gt; and &lt;/item&gt; which should enclose all
19074               fields from the biblio, biblioitems, and items tables.</para>
19075
19076             <para>An example of using these tags in a notice template might be like:</para>
19077
19078             <programlisting>   The following item(s) is/are currently overdue:
19079
19080    &lt;item&gt;"&lt;&lt;biblio.title&gt;&gt;" by &lt;&lt;biblio.author&gt;&gt;, &lt;&lt;items.itemcallnumber&gt;&gt;, Barcode: &lt;&lt;items.barcode&gt;&gt; Fine: &lt;&lt;items.fine>>&lt;/item&gt;</programlisting>
19081
19082             <para>Which, assuming two items were overdue, would result in a notice
19083               like:<programlisting>   The following item(s) is/are currently overdue:
19084
19085    "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
19086    "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50</programlisting></para>
19087           </section>
19088         </section>
19089
19090         <section id="existingnotices">
19091           <title>Existing Notices &amp; Slips</title>
19092
19093           <para>Among the default notices are notices for several common actions within Koha. All of
19094             these notices can be customized by altering their text via the Notices &amp; Slips tool
19095             and their style using the <link linkend="NoticeCSS">NoticeCSS</link> preference to
19096             define a stylesheet. You will also want to review the <link linkend="noticesfieldguide"
19097               >Notices &amp; Slips Field Guide</link> for information on formatting item information
19098             in these notices. Here are some of what those notices do:</para>
19099
19100           <itemizedlist>
19101             <listitem>
19102               <para id="ACCTDETAILS">ACCTDETAILS</para>
19103
19104               <itemizedlist>
19105                 <listitem>
19106                   <para>Sent to patrons when their account is set up if the
19107                   <link linkend="AutoEmailOPACUser">AutoEmailOPACUser</link>
19108                   preference is set to 'Send'</para>
19109                 </listitem>
19110               </itemizedlist>
19111             </listitem>
19112
19113             <listitem>
19114               <para id="ACQCLAIM">ACQCLAIM (Acquisition Claim)</para>
19115
19116               <itemizedlist>
19117                 <listitem>
19118                   <para>Used in the claim acquisition module</para>
19119                 </listitem>
19120
19121                 <listitem>
19122                   <para><emphasis>Get there:</emphasis> More &gt; Acquisitions
19123                   &gt; Late issues</para>
19124                 </listitem>
19125               </itemizedlist>
19126             </listitem>
19127             <listitem>
19128               <para>CHECKIN<itemizedlist>
19129                   <listitem>
19130                     <para>This notice is sent as the 'Check in' notice for all items that are
19131                       checked in</para>
19132                   </listitem>
19133                   <listitem>
19134                     <para>This notice is used if two criteria are met:</para>
19135                     <orderedlist>
19136                       <listitem>
19137                         <para>The <link linkend="EnhancedMessagingPreferences"
19138                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19139                       </listitem>
19140                       <listitem>
19141                         <para>The patron has requested to receive this notice</para>
19142                         <itemizedlist>
19143                           <listitem>
19144                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19145                               messaging</para>
19146                           </listitem>
19147                           <listitem>
19148                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19149                               &gt; <link linkend="patnotices">Notices</link></para>
19150                           </listitem>
19151                         </itemizedlist>
19152                       </listitem>
19153                     </orderedlist>
19154                   </listitem>
19155                 </itemizedlist></para>
19156             </listitem>
19157             <listitem>
19158               <para>CHECKOUT<itemizedlist>
19159                   <listitem>
19160                     <para>This notice is sent as the 'Check out' notice for all items that are
19161                       checked out</para>
19162                   </listitem>
19163                   <listitem>
19164                     <para>This notice is used if two criteria are met:</para>
19165                     <orderedlist>
19166                       <listitem>
19167                         <para>The <link linkend="EnhancedMessagingPreferences"
19168                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19169                       </listitem>
19170                       <listitem>
19171                         <para>The patron has requested to receive this notice</para>
19172                         <itemizedlist>
19173                           <listitem>
19174                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19175                               messaging</para>
19176                           </listitem>
19177                           <listitem>
19178                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19179                               &gt; <link linkend="patnotices">Notices</link></para>
19180                           </listitem>
19181                         </itemizedlist>
19182                       </listitem>
19183                     </orderedlist>
19184                   </listitem>
19185                 </itemizedlist></para>
19186             </listitem>
19187             <listitem>
19188               <para>DUE<itemizedlist>
19189                   <listitem>
19190                     <para>This notice is sent as the 'Item due' for an item is due</para>
19191                   </listitem>
19192                   <listitem>
19193                     <para>This notice is used if two criteria are met:</para>
19194                     <orderedlist>
19195                       <listitem>
19196                         <para>The <link linkend="EnhancedMessagingPreferences"
19197                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19198                       </listitem>
19199                       <listitem>
19200                         <para>The patron has requested to receive this notice</para>
19201                         <itemizedlist>
19202                           <listitem>
19203                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19204                               messaging</para>
19205                           </listitem>
19206                           <listitem>
19207                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19208                               &gt; <link linkend="patnotices">Notices</link></para>
19209                           </listitem>
19210                         </itemizedlist>
19211                       </listitem>
19212                     </orderedlist>
19213                   </listitem>
19214                 </itemizedlist></para>
19215             </listitem>
19216             <listitem>
19217               <para>DUEDGST<itemizedlist>
19218                   <listitem>
19219                     <para>This notice is sent as the 'Item due' for all items that are due</para>
19220                   </listitem>
19221                   <listitem>
19222                     <para>This notice is used if two criteria are met:</para>
19223                     <orderedlist>
19224                       <listitem>
19225                         <para>The <link linkend="EnhancedMessagingPreferences"
19226                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19227                       </listitem>
19228                       <listitem>
19229                         <para>The patron has requested to receive this notice as a digest</para>
19230                         <itemizedlist>
19231                           <listitem>
19232                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19233                               messaging</para>
19234                           </listitem>
19235                           <listitem>
19236                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19237                               &gt; <link linkend="patnotices">Notices</link></para>
19238                           </listitem>
19239                         </itemizedlist>
19240                       </listitem>
19241                     </orderedlist>
19242                   </listitem>
19243                 </itemizedlist></para>
19244             </listitem>
19245
19246             <listitem>
19247               <para id="HOLDnotice">HOLD (Hold Available for Pickup)</para>
19248
19249               <itemizedlist>
19250                 <listitem>
19251                   <para>This notice is used if two criteria are met:</para>
19252
19253                   <orderedlist>
19254                     <listitem>
19255                       <para>The <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
19256                       is set to 'Allow'</para>
19257                     </listitem>
19258
19259                     <listitem>
19260                       <para>The patron has requested to receive this
19261                       notice</para>
19262
19263                       <itemizedlist>
19264                         <listitem>
19265                           <para><emphasis>Get there: </emphasis>OPAC &gt;
19266                           Login &gt; my messaging</para>
19267                         </listitem>
19268
19269                         <listitem>
19270                           <para><emphasis>Get there: </emphasis>Staff Client
19271                           &gt; Patron Record &gt; <link linkend="patnotices">Notices</link></para>
19272                         </listitem>
19273                       </itemizedlist>
19274                     </listitem>
19275                   </orderedlist>
19276                 </listitem>
19277
19278                 <listitem>
19279                   <para>When this notice references the branches table it is
19280                   referring to the pickup branch information.</para>
19281                 </listitem>
19282               </itemizedlist>
19283             </listitem>
19284
19285             <listitem>
19286               <para id="HOLDPLACED">HOLDPLACED (a notice to the library staff
19287               that a hold has been placed)</para>
19288
19289               <itemizedlist>
19290                 <listitem>
19291                   <para>This notice requires the <link linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
19292                   system preference to be set to 'Enable'</para>
19293                 </listitem>
19294
19295                 <listitem>
19296                   <para>When this notice references the branches table it is
19297                   referring to the pickup branch information.</para>
19298                 </listitem>
19299               </itemizedlist>
19300             </listitem>
19301
19302             <listitem>
19303               <para id="ODUE">ODUE (Overdue Notice)</para>
19304
19305               <itemizedlist>
19306                 <listitem>
19307                   <para>This notice is used to send Overdue Notices to
19308                   Patrons</para>
19309                 </listitem>
19310
19311                 <listitem>
19312                   <para>See a <link linkend="samplenotice">Sample Overdue
19313                   Notice</link></para>
19314                 </listitem>
19315
19316                 <listitem>
19317                   <para>Requires that you set <link linkend="noticetriggers">Overdue Notice/Status
19318                   Triggers</link></para>
19319                 </listitem>
19320               </itemizedlist>
19321             </listitem>
19322             <listitem>
19323               <para>PREDUE<itemizedlist>
19324                   <listitem>
19325                     <para>This notice is sent as the 'Advanced notice' for an item is due</para>
19326                   </listitem>
19327                   <listitem>
19328                     <para>This notice is used if two criteria are met:</para>
19329                     <orderedlist>
19330                       <listitem>
19331                         <para>The <link linkend="EnhancedMessagingPreferences"
19332                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19333                       </listitem>
19334                       <listitem>
19335                         <para>The patron has requested to receive this notice</para>
19336                         <itemizedlist>
19337                           <listitem>
19338                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19339                               messaging</para>
19340                           </listitem>
19341                           <listitem>
19342                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19343                               &gt; <link linkend="patnotices">Notices</link></para>
19344                           </listitem>
19345                         </itemizedlist>
19346                       </listitem>
19347                     </orderedlist>
19348                   </listitem>
19349                 </itemizedlist></para>
19350             </listitem>
19351             <listitem>
19352               <para>PREDUEDGST<itemizedlist>
19353                   <listitem>
19354                     <para>This notice is sent as the 'Advanced notice' for all items that are
19355                       due</para>
19356                   </listitem>
19357                   <listitem>
19358                     <para>This notice is used if two criteria are met:</para>
19359                     <orderedlist>
19360                       <listitem>
19361                         <para>The <link linkend="EnhancedMessagingPreferences"
19362                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19363                       </listitem>
19364                       <listitem>
19365                         <para>The patron has requested to receive this notice as a digest</para>
19366                         <itemizedlist>
19367                           <listitem>
19368                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19369                               messaging</para>
19370                           </listitem>
19371                           <listitem>
19372                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19373                               &gt; <link linkend="patnotices">Notices</link></para>
19374                           </listitem>
19375                         </itemizedlist>
19376                       </listitem>
19377                     </orderedlist>
19378                   </listitem>
19379                 </itemizedlist></para>
19380             </listitem>
19381             <listitem>
19382               <para>RENEWAL<itemizedlist>
19383                   <listitem>
19384                     <para>This notice is sent as the 'Check out' notice for all items that are
19385                       renewed</para>
19386                   </listitem>
19387                   <listitem>
19388                     <para>This notice is used if three criteria are met:</para>
19389                     <orderedlist>
19390                       <listitem>
19391                         <para>The <link linkend="EnhancedMessagingPreferences"
19392                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19393                       </listitem>
19394                       <listitem>
19395                         <para>The <link linkend="RenewalSendNotice">RenewalSendNotice</link>
19396                           preference is set to 'Send'</para>
19397                       </listitem>
19398                       <listitem>
19399                         <para>The patron has requested to receive the checkout notice</para>
19400                         <itemizedlist>
19401                           <listitem>
19402                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19403                               messaging</para>
19404                           </listitem>
19405                           <listitem>
19406                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19407                               &gt; <link linkend="patnotices">Notices</link></para>
19408                           </listitem>
19409                         </itemizedlist>
19410                       </listitem>
19411                     </orderedlist>
19412                   </listitem>
19413                 </itemizedlist></para>
19414             </listitem>
19415
19416             <listitem>
19417               <para id="RLIST">RLIST (Routing List)</para>
19418
19419               <itemizedlist>
19420                 <listitem>
19421                   <para>Used in the serials module to notify patrons/staff of
19422                   new issues of a serial</para>
19423
19424                   <itemizedlist>
19425                     <listitem>
19426                       <para><emphasis>Get there:</emphasis> More &gt; Serials
19427                       &gt; <link linkend="newsubscription">New
19428                       Subscription</link></para>
19429                     </listitem>
19430                   </itemizedlist>
19431                 </listitem>
19432
19433                 <listitem>
19434                   <para>You have the option to select the 'Routing List'
19435                   notice when creating a new subscription (Choose from the
19436                   'Patron notification' drop down).</para>
19437                 </listitem>
19438
19439                 <listitem>
19440                   <note>
19441                     <para>Notice also that if you'd like to notify patrons of
19442                     new serial issues, you can click on 'define a notice'
19443                     which will take you to the 'Notices' tool</para>
19444                   </note>
19445                 </listitem>
19446               </itemizedlist>
19447             </listitem>
19448             <listitem>
19449               <para>SHARE_ACCEPT<itemizedlist>
19450                   <listitem>
19451                     <para>Used to notify a patron when another patron has accepted their shared
19452                       list.</para>
19453                   </listitem>
19454                   <listitem>
19455                     <para>Requires that you set <link linkend="OpacAllowSharingPrivateLists"
19456                         >OpacAllowSharingPrivateLists</link> to 'Allow'</para>
19457                   </listitem>
19458                 </itemizedlist></para>
19459             </listitem>
19460             <listitem>
19461               <para>SHARE_INVITE <itemizedlist>
19462                   <listitem>
19463                     <para>Used to notify a patron that another patron would like to share a list
19464                       with them.</para>
19465                   </listitem>
19466                   <listitem>
19467                     <para>Requires that you set <link linkend="OpacAllowSharingPrivateLists"
19468                         >OpacAllowSharingPrivateLists</link> to 'Allow'</para>
19469                   </listitem>
19470                 </itemizedlist></para>
19471             </listitem>
19472           </itemizedlist>
19473
19474           <para>There are also a set of predefined slips (or receipts) listed
19475           on this page. All of these slips can be customized by altering their
19476           text via the Notices &amp; Slips tool and their style using the
19477           <link linkend="SlipCSS">SlipCSS</link> preference to define a
19478           stylesheet. Here is what those slips are used for:</para>
19479
19480           <itemizedlist>
19481             <listitem>
19482               <para>ISSUEQSLIP</para>
19483
19484               <itemizedlist>
19485                 <listitem>
19486                   <para>Used to print the quick slip in circulation</para>
19487                 </listitem>
19488
19489                 <listitem>
19490                   <para>The quick slip only includes items that were checked
19491                   out today</para>
19492                 </listitem>
19493               </itemizedlist>
19494             </listitem>
19495
19496             <listitem>
19497               <para>ISSUESLIP</para>
19498
19499               <itemizedlist>
19500                 <listitem>
19501                   <para>Used to print a full slip in circulation</para>
19502                 </listitem>
19503
19504                 <listitem>
19505                   <para>The slip or receipt will show items checked out today
19506                   as well as items that are still checked out</para>
19507                 </listitem>
19508               </itemizedlist>
19509             </listitem>
19510
19511             <listitem>
19512               <para>RESERVESLIP</para>
19513
19514               <itemizedlist>
19515                 <listitem>
19516                   <para>Used to print a holds slip</para>
19517                 </listitem>
19518
19519                 <listitem>
19520                   <para>The holds slip is generated when a hold is
19521                   confirmed</para>
19522                 </listitem>
19523               </itemizedlist>
19524             </listitem>
19525             <listitem>
19526               <para>TRANSFERSLIP</para>
19527               <itemizedlist>
19528                 <listitem>
19529                   <para>Used to print a transfer slip</para>
19530                 </listitem>
19531                 <listitem>
19532                   <para>The transfer slip is printed when you confirm a transfer from one branch to
19533                     another in your system</para>
19534                 </listitem>
19535               </itemizedlist>
19536             </listitem>
19537           </itemizedlist>
19538         </section>
19539       </section>
19540
19541       <section id="noticetriggers">
19542         <title>Overdue Notice/Status Triggers</title>
19543
19544         <itemizedlist>
19545           <listitem>
19546             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
19547             and Circulation &gt; Overdue Notice/Status Triggers</para>
19548           </listitem>
19549         </itemizedlist>
19550
19551         <para>In order to send the overdue notices that you defined using the
19552         <link linkend="notices">Notices</link> tool, you need to first set the
19553         triggers to have these messages.</para>
19554
19555         <important>
19556           <para>In order to have overdue notices sent to your patrons, you
19557           need to <link linkend="addingpatroncat">set that patron
19558           category</link> to require overdue notices.</para>
19559         </important>
19560
19561         <para>The Overdue Notice/Status Triggers tool gives the librarian the
19562         power to send up to three notices to each patron type notifying them
19563         of overdue items</para>
19564
19565         <screenshot>
19566           <screeninfo>Overdue Notice/Status Triggers Tool</screeninfo>
19567
19568           <mediaobject>
19569             <imageobject>
19570               <imagedata fileref="images/tools/triggers.png"/>
19571             </imageobject>
19572           </mediaobject>
19573         </screenshot>
19574
19575         <itemizedlist>
19576           <listitem>
19577             <para>Delay is the number of days after an issue is due before an
19578             action is triggered.</para>
19579
19580             <itemizedlist>
19581               <listitem>
19582                 <important>
19583                   <para>If you want Koha to trigger an action (send a letter
19584                   or restrict member), a delay value is required.</para>
19585                 </important>
19586               </listitem>
19587             </itemizedlist>
19588           </listitem>
19589
19590           <listitem>
19591             <para>To send additional notices, click on the tabs for 'Second'
19592             and 'Third' notice</para>
19593           </listitem>
19594
19595           <listitem>
19596             <para>If you would like to prevent a patron from checking items out because of their
19597               overdue items, check the 'Restrict' box, this will put a notice on the patron's record
19598               at checkout informing the librarian that the patron cannot check out due to overdue items.<itemizedlist>
19599                 <listitem>
19600                   <para>If you choose to restrict a patron in this way you can also have Koha
19601                     automatically remove that restriction with the <link
19602                       linkend="AutoRemoveOverduesRestrictions">AutoRemoveOverduesRestrictions</link>
19603                     preference.</para>
19604                 </listitem>
19605               </itemizedlist></para>
19606           </listitem>
19607
19608           <listitem>
19609             <para>Next you can choose the delivery method for the overdue notice. You can choose
19610               from Email, Phone (if you are using the <link
19611                 linkend="TalkingTechItivaPhoneNotification">iTiva Talking Tech service</link>),
19612               Print and SMS (if you have set your <link linkend="SMSSendDriver"
19613               >SMSSendDriver</link>). <itemizedlist>
19614                 <listitem>
19615                   <note>
19616                     <para>The Feed option is not yet a feature in Koha, it is there for future
19617                       development.</para>
19618                   </note>
19619                 </listitem>
19620               </itemizedlist></para>
19621           </listitem>
19622           <listitem>
19623             <para>See a <link linkend="samplenotice">Sample Overdue Notice</link></para>
19624           </listitem>
19625         </itemizedlist>
19626       </section>
19627
19628       <section id="patroncardcreator">
19629         <title>Patron Card Creator</title>
19630
19631         <itemizedlist>
19632           <listitem>
19633             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
19634             and Circulation &gt; Patron Card Creator</para>
19635           </listitem>
19636         </itemizedlist>
19637
19638         <para>The Patron Card Creator allow you to use layouts and templates
19639         which you design to print a nearly unlimited variety of patron cards
19640         including barcodes. Here are some of the features of the Patron Card
19641         Creator module:</para>
19642
19643         <itemizedlist>
19644           <listitem>
19645             <para>Customize patron card layouts</para>
19646           </listitem>
19647
19648           <listitem>
19649             <para>Design custom card templates for printed patron cards</para>
19650           </listitem>
19651
19652           <listitem>
19653             <para>Build and manage batches of patron cards</para>
19654           </listitem>
19655
19656           <listitem>
19657             <para>Export single or multiple batches</para>
19658           </listitem>
19659
19660           <listitem>
19661             <para>Export single or multiple patron cards from within a
19662             batch</para>
19663           </listitem>
19664
19665           <listitem>
19666             <para>Export card data as a PDF readable by any standard PDF
19667             reader, making patron cards printable directly on a printer</para>
19668           </listitem>
19669         </itemizedlist>
19670
19671         <para>At the top of each screen within the Patron Card Creator, you
19672         will see a toolbar allowing quick access to relevant functions. The
19673         menu to the left of each screen also allows easy access to the
19674         different sections of the Patron Card Creator. The bread crumb trail
19675         near the top of each screen will give specific indication as to where
19676         you are within the Patron Card Creator module and allow quick
19677         navigation to previously traversed sections. And finally, you can find
19678         more detailed information on each section of the Patron Card Creator
19679         by clicking the online help link at the upper left-hand corner of
19680         every page.</para>
19681
19682         <section id="patrontemplate">
19683           <title>Templates</title>
19684
19685           <itemizedlist>
19686             <listitem>
19687               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19688               Patron Card Creator &gt; Templates</para>
19689             </listitem>
19690           </itemizedlist>
19691
19692           <para>A template is the label/card stock you are using. This might
19693           be Avery 5160 for address labels, Gaylord 47-284 for spine labels or
19694           Avery 28371 for your patron cards, just to give a couple of
19695           examples. These labels will include all of the information you will
19696           need for setting up a Koha, this information may be on the
19697           packaging, and if not it can usually be found on the vendor's
19698           website.</para>
19699
19700           <section id="addcardtemplate">
19701             <title>Add a Template</title>
19702
19703             <para>To add a new template, you want to click on the 'Templates'
19704             button at the top of your page and choose 'New Template'</para>
19705
19706             <screenshot>
19707               <screeninfo>New Template Button</screeninfo>
19708
19709               <mediaobject>
19710                 <imageobject>
19711                   <imagedata fileref="images/tools/patroncards/newtemplate.png"/>
19712                 </imageobject>
19713               </mediaobject>
19714             </screenshot>
19715
19716             <para>Using the form that appears you can define the template for
19717             your sheet of labels or cards.</para>
19718
19719             <screenshot>
19720               <screeninfo>Add Patron Card Template</screeninfo>
19721
19722               <mediaobject>
19723                 <imageobject>
19724                   <imagedata fileref="images/tools/patroncards/edittemplate.png"/>
19725                 </imageobject>
19726               </mediaobject>
19727             </screenshot>
19728
19729             <itemizedlist>
19730               <listitem>
19731                 <para>Template ID will be automatically generated after saving
19732                 your template, this is simply a system generated unique
19733                 id</para>
19734               </listitem>
19735
19736               <listitem>
19737                 <para>Template Code should be something you can use to
19738                 identify your template on a list of templates</para>
19739               </listitem>
19740
19741               <listitem>
19742                 <para>You can use the Template Description to add additional
19743                 information about the template</para>
19744               </listitem>
19745
19746               <listitem>
19747                 <para>The Units pull down is used to define what measurement
19748                 scale you're going to be using for the template. This should
19749                 probably match the unit of measurement used on the template
19750                 description provided by the product vendor.</para>
19751
19752                 <screenshot>
19753                   <screeninfo>Measurement Units</screeninfo>
19754
19755                   <mediaobject>
19756                     <imageobject>
19757                       <imagedata fileref="images/tools/patroncards/units.png"/>
19758                     </imageobject>
19759                   </mediaobject>
19760                 </screenshot>
19761               </listitem>
19762
19763               <listitem>
19764                 <para>The measurements can be found on the vendor product
19765                 packaging or website.</para>
19766               </listitem>
19767
19768               <listitem>
19769                 <para>A profile is a set of "adjustments" applied to a given
19770                 template just prior to printing which compensates for
19771                 anomalies unique and peculiar to a given printer (to which the
19772                 profile is assigned).</para>
19773
19774                 <itemizedlist>
19775                   <listitem>
19776                     <para>Before picking a profile try printing some sample
19777                     cards so that you can easily define a profile that is
19778                     right for your printer/template combination.</para>
19779                   </listitem>
19780
19781                   <listitem>
19782                     <para>After finding any anomalies in the printed document,
19783                     <link linkend="addcardprofile">create a profile</link> and
19784                     assign it to the template.</para>
19785                   </listitem>
19786                 </itemizedlist>
19787               </listitem>
19788             </itemizedlist>
19789
19790             <para>After saving, your templates will appear on the 'Manage
19791             Templates' page.</para>
19792
19793             <screenshot>
19794               <screeninfo>Manage Templates</screeninfo>
19795
19796               <mediaobject>
19797                 <imageobject>
19798                   <imagedata fileref="images/tools/patroncards/managetemplates.png"/>
19799                 </imageobject>
19800               </mediaobject>
19801             </screenshot>
19802           </section>
19803         </section>
19804
19805         <section id="patronprofile">
19806           <title>Profiles</title>
19807
19808           <itemizedlist>
19809             <listitem>
19810               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19811               Patron Card Creator &gt; Profiles</para>
19812             </listitem>
19813           </itemizedlist>
19814
19815           <para>A profile is a set of "adjustments" applied to a given <link linkend="patrontemplate">template</link> just prior to printing
19816           which compensates for anomalies unique and peculiar to a given
19817           printer (to which the profile is assigned). This means if you set a
19818           template up and then print a sample set of data and find that the
19819           items are not all aligned the same on each card, you need to set up
19820           a profile for each printer to make up for the differences in
19821           printing styles, such as the shifting of text to the left, right,
19822           top or bottom.</para>
19823
19824           <para>If your cards are printing just the way you want, you will not
19825           need a profile.</para>
19826
19827           <section id="addcardprofile">
19828             <title>Add a Profile</title>
19829
19830             <para>To add a new profile, you want to click on the 'Profiles'
19831             button at the top of your page and choose 'New Profile'</para>
19832
19833             <screenshot>
19834               <screeninfo>New Profile Button</screeninfo>
19835
19836               <mediaobject>
19837                 <imageobject>
19838                   <imagedata fileref="images/tools/patroncards/newprofile.png"/>
19839                 </imageobject>
19840               </mediaobject>
19841             </screenshot>
19842
19843             <para>Using the form that appears you can create a profile to fix
19844             any problems with your template.</para>
19845
19846             <screenshot>
19847               <screeninfo>Add Printer Profile</screeninfo>
19848
19849               <mediaobject>
19850                 <imageobject>
19851                   <imagedata fileref="images/tools/patroncards/addprofile.png"/>
19852                 </imageobject>
19853               </mediaobject>
19854             </screenshot>
19855
19856             <itemizedlist>
19857               <listitem>
19858                 <para>The Printer Name and Paper Bin do not have to match your
19859                 printer exactly, they are for your reference so you can
19860                 remember what printer you have set the profile for. So if you
19861                 want to use the Printer model number in printer name or you
19862                 can call it 'the printer on my desk'</para>
19863               </listitem>
19864
19865               <listitem>
19866                 <para>Template will be filled in once you have chosen which
19867                 template to apply the profile to on the <link linkend="addcardtemplate">template edit form</link></para>
19868               </listitem>
19869
19870               <listitem>
19871                 <para>The Units pull down is used to define what measurement
19872                 scale you're going to be using for your profile.</para>
19873
19874                 <screenshot>
19875                   <screeninfo>Units of Measurement</screeninfo>
19876
19877                   <mediaobject>
19878                     <imageobject>
19879                       <imagedata fileref="images/tools/patroncards/units.png"/>
19880                     </imageobject>
19881                   </mediaobject>
19882                 </screenshot>
19883               </listitem>
19884
19885               <listitem>
19886                 <para>Offset describes what happens when the entire image is
19887                 off center either vertically or horizontally and creep
19888                 describes a condition where the distance between the labels
19889                 changes across the page or up and down the page</para>
19890
19891                 <itemizedlist>
19892                   <listitem>
19893                     <para>For these values, negative numbers move the error up
19894                     and to the left and positive numbers move the error down
19895                     and to the right</para>
19896                   </listitem>
19897
19898                   <listitem>
19899                     <para>Example: the text is .25" from the left edge of the
19900                     first label, .28" from the left edge of the second label
19901                     and .31" from the left edge of the third label. This means
19902                     the horizontal creep should be set to .03" to make up for
19903                     this difference.</para>
19904                   </listitem>
19905                 </itemizedlist>
19906               </listitem>
19907             </itemizedlist>
19908
19909             <para>After saving, your profiles will appear on the 'Manage
19910             Profiles' page.</para>
19911
19912             <screenshot>
19913               <screeninfo>Manage Profiles</screeninfo>
19914
19915               <mediaobject>
19916                 <imageobject>
19917                   <imagedata fileref="images/tools/patroncards/manageprofiles.png"/>
19918                 </imageobject>
19919               </mediaobject>
19920             </screenshot>
19921
19922             <para>Once you have saved your new profile, you can return to the
19923             list of templates and choose to edit the template that this
19924             profile is for.</para>
19925           </section>
19926         </section>
19927
19928         <section id="cardlayouts">
19929           <title>Layouts</title>
19930
19931           <itemizedlist>
19932             <listitem>
19933               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19934               Patron Card Creator &gt; Layouts</para>
19935             </listitem>
19936           </itemizedlist>
19937
19938           <para>A layout defines the text and images that will be printed on
19939           to the card and where it will appear.</para>
19940
19941           <section id="addcardlayout">
19942             <title>Add a Layout</title>
19943
19944             <para>To add a new layout, you want to click on the 'Layouts'
19945             button at the top of your page and choose 'New Layout'</para>
19946
19947             <screenshot>
19948               <screeninfo>New Layout Button</screeninfo>
19949
19950               <mediaobject>
19951                 <imageobject>
19952                   <imagedata fileref="images/tools/patroncards/newlayout.png"/>
19953                 </imageobject>
19954               </mediaobject>
19955             </screenshot>
19956
19957             <para>Using the form that appears you can create a profile to fix
19958             any problems with your template.</para>
19959
19960             <screenshot>
19961               <screeninfo>Add New Layout</screeninfo>
19962
19963               <mediaobject>
19964                 <imageobject>
19965                   <imagedata fileref="images/tools/patroncards/addlayout.png"/>
19966                 </imageobject>
19967               </mediaobject>
19968             </screenshot>
19969
19970             <itemizedlist>
19971               <listitem>
19972                 <para>The name you assign to the layout is for your benefit,
19973                 name it something that will be easy to identify at a later
19974                 date</para>
19975               </listitem>
19976
19977               <listitem>
19978                 <para>The Units pull down is used to define what measurement
19979                 scale you're going to be using for your layout.</para>
19980
19981                 <screenshot>
19982                   <screeninfo>Units of Measurement</screeninfo>
19983
19984                   <mediaobject>
19985                     <imageobject>
19986                       <imagedata fileref="images/tools/patroncards/units.png"/>
19987                     </imageobject>
19988                   </mediaobject>
19989                 </screenshot>
19990               </listitem>
19991
19992               <listitem>
19993                 <para>Next note if this layout is for the front or the back of
19994                 the patron card</para>
19995
19996                 <itemizedlist>
19997                   <listitem>
19998                     <para>You will need a layout for both the front and back
19999                     of your card if you have 2-sided library cards</para>
20000                   </listitem>
20001                 </itemizedlist>
20002               </listitem>
20003
20004               <listitem>
20005                 <para>You have the option of adding up to 3 lines of text to
20006                 your card. Your text can be static text of your choosing
20007                 and/or fields from the patron record. If you want to print
20008                 fields from the patron record you want to put the field names
20009                 in brackets like so - &lt;firstname&gt;</para>
20010               </listitem>
20011
20012               <listitem>
20013                 <para>For each line of text, you can choose your font, font
20014                 size and the location of the text on the card using the lower
20015                 X and Y coordinates</para>
20016               </listitem>
20017
20018               <listitem>
20019                 <para>In order to show the barcode and the patron card number
20020                 you will need to check the 'Print Card Number as Barcode'
20021                 option. This will turn the patron card number into a barcode.
20022                 If you want the number to print in human readable format you
20023                 will need to check the 'Print Card Number as Text Under
20024                 Barcode' option.</para>
20025               </listitem>
20026
20027               <listitem>
20028                 <para>Finally you can choose up to two images to print on the
20029                 card.</para>
20030
20031                 <itemizedlist>
20032                   <listitem>
20033                     <para>One can be the <link linkend="uploadpatronimages">patron image</link> which you
20034                     can resize to meet your needs.</para>
20035                   </listitem>
20036
20037                   <listitem>
20038                     <para>The other image can be something like a library logo
20039                     or symbol that you uploaded using the '<link linkend="managecardimages">Manage Images</link>' module of
20040                     the Patron Card Creator Tool.</para>
20041                   </listitem>
20042                 </itemizedlist>
20043               </listitem>
20044             </itemizedlist>
20045
20046             <para>After saving, your layouts will appear on the 'Manage
20047             Layouts' page.</para>
20048
20049             <screenshot>
20050               <screeninfo>Manage Layouts</screeninfo>
20051
20052               <mediaobject>
20053                 <imageobject>
20054                   <imagedata fileref="images/tools/patroncards/managelayouts.png"/>
20055                 </imageobject>
20056               </mediaobject>
20057             </screenshot>
20058           </section>
20059         </section>
20060
20061         <section id="patroncardbatches">
20062           <title>Batches</title>
20063
20064           <itemizedlist>
20065             <listitem>
20066               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20067               Patron Card Creator &gt; Batches</para>
20068             </listitem>
20069           </itemizedlist>
20070
20071           <para>A batch is a collection of patrons for whom you want to
20072           generate cards.</para>
20073
20074           <section id="addcardbatch">
20075             <title>Add a Batch</title>
20076
20077             <para>To add a new batch, you want to click on the 'Batches'
20078             button at the top of your page and choose 'New Batch'</para>
20079
20080             <screenshot>
20081               <screeninfo>New Batch Button</screeninfo>
20082
20083               <mediaobject>
20084                 <imageobject>
20085                   <imagedata fileref="images/tools/patroncards/newbatch.png"/>
20086                 </imageobject>
20087               </mediaobject>
20088             </screenshot>
20089
20090             <para/>
20091           </section>
20092         </section>
20093
20094         <section id="managecardimages">
20095           <title>Manage Images</title>
20096
20097           <itemizedlist>
20098             <listitem>
20099               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20100               Patron Card Creator &gt; Manage Images</para>
20101             </listitem>
20102           </itemizedlist>
20103
20104           <para>Images uploaded using this tool will appear on the menu when
20105           creating <link linkend="cardlayouts">patron card layouts</link>. You
20106           are limited in how many images you can upload (not counting patron
20107           images) by the <link linkend="ImageLimit">ImageLimit</link> system
20108           preference.</para>
20109
20110           <important>
20111             <para>Images must be under 500k in size.</para>
20112           </important>
20113
20114           <note>
20115             <para>Pictures uploaded with this tool should be at least 300dpi
20116             which is the minimum quality for a printable image.</para>
20117           </note>
20118
20119           <para>In the center of the screen is a simple upload form, simply
20120           browse for the file on your computer and give it a name you'll
20121           recognize later.</para>
20122
20123           <screenshot>
20124             <screeninfo>Upload Images</screeninfo>
20125
20126             <mediaobject>
20127               <imageobject>
20128                 <imagedata fileref="images/tools/patroncards/imageupload.png"/>
20129               </imageobject>
20130             </mediaobject>
20131           </screenshot>
20132
20133           <para>Once the file is uploaded you will be presented with a
20134           confirmation message.</para>
20135
20136           <screenshot>
20137             <screeninfo>Image Uploaded</screeninfo>
20138
20139             <mediaobject>
20140               <imageobject>
20141                 <imagedata fileref="images/tools/patroncards/imageuploaded.png"/>
20142               </imageobject>
20143             </mediaobject>
20144           </screenshot>
20145
20146           <para>And the image will be listed with all of your others on the
20147           right hand side of the page.</para>
20148
20149           <screenshot>
20150             <screeninfo>Images</screeninfo>
20151
20152             <mediaobject>
20153               <imageobject>
20154                 <imagedata fileref="images/tools/patroncards/imagedelete.png"/>
20155               </imageobject>
20156             </mediaobject>
20157           </screenshot>
20158
20159           <para>To delete one or multiple of these images, click the checkbox
20160           to the right of each image you want to delete and click the 'Delete'
20161           button.</para>
20162         </section>
20163       </section>
20164
20165       <section id="anonpatrons">
20166         <title>Patrons (anonymize, bulk-delete)</title>
20167
20168         <itemizedlist>
20169           <listitem>
20170             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20171             and Circulation &gt; Patrons (anonymize, bulk-delete)</para>
20172           </listitem>
20173         </itemizedlist>
20174         <para>This tool allows you to bulk anonymize circulation histories (this means that you keep
20175           records of how many times items were checked out - but not the patrons who checked the
20176           items out) or bulk delete patrons (remove them from the system completely).<important>
20177             <para>Patrons with outstanding fines or items checked out are not saved. They are not
20178               completely removed from the system (they are only moved to the delete_borrowers
20179               table), but this tool does not provide as many checks as one may desire.</para>
20180           </important></para>
20181         <important>
20182           <para>Before using this tool it is recommended that you backup your database. Changes made
20183             here are permanent.</para>
20184         </important>
20185         <important>
20186           <para>The anonymization will fail quietly if <link linkend="AnonymousPatron">AnonymousPatron</link> preference does not contain a valid value.</para>
20187         </important>
20188
20189         <screenshot>
20190           <screeninfo>Patron Anonymize/Bulk Delete Tool</screeninfo>
20191
20192           <mediaobject>
20193             <imageobject>
20194               <imagedata fileref="images/tools/anonymize/patronbulkdelete.png"/>
20195             </imageobject>
20196           </mediaobject>
20197         </screenshot>
20198
20199         <para>To either delete or anonymize patrons</para>
20200
20201         <itemizedlist>
20202           <listitem>
20203             <para>Check the 'Verify' box on the task you would like to complete (Delete or
20204               Anonymize)</para>
20205           </listitem>
20206
20207           <listitem>
20208             <para>Enter a date before which you want to alter the data</para>
20209           </listitem>
20210           <listitem>
20211             <para>If deleting patrons you can also choose to find patrons with a specific expiration
20212               date or category</para>
20213           </listitem>
20214
20215           <listitem>
20216             <para>Click 'Next'</para>
20217           </listitem>
20218
20219           <listitem>
20220             <para>A confirmation will appear asking if you're sure this is
20221             what you want to happen</para>
20222
20223             <screenshot>
20224               <screeninfo>Patron Anonymize/Bulk Delete
20225               Confirmation</screeninfo>
20226
20227               <mediaobject>
20228                 <imageobject>
20229                   <imagedata fileref="images/tools/anonymize/patronanonconfirm.png"/>
20230                 </imageobject>
20231               </mediaobject>
20232             </screenshot>
20233           </listitem>
20234
20235           <listitem>
20236             <para>Clicking 'Finish' will delete or anonymize your data</para>
20237
20238             <screenshot>
20239               <screeninfo>Completed Process</screeninfo>
20240
20241               <mediaobject>
20242                 <imageobject>
20243                   <imagedata fileref="images/tools/anonymize/patronanoncomplete.png"/>
20244                 </imageobject>
20245               </mediaobject>
20246             </screenshot>
20247           </listitem>
20248         </itemizedlist>
20249       </section>
20250
20251       <section id="batchpatronmod">
20252         <title>Batch patron modification</title>
20253
20254         <itemizedlist>
20255           <listitem>
20256             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20257             and Circulation &gt; Batch patron modification</para>
20258           </listitem>
20259         </itemizedlist>
20260
20261         <para>With this tool you can make edits to a batch of patron records. Simply load in a file
20262           of cardnumbers (one per line), choose from a <link linkend="patronlists">list of
20263             patrons</link> or scan patron card numbers in to the box provided.</para>
20264
20265         <screenshot>
20266           <screeninfo>Batch patron modification</screeninfo>
20267
20268           <mediaobject>
20269             <imageobject>
20270               <imagedata fileref="images/tools/batchpatron/batchmodify.png"/>
20271             </imageobject>
20272           </mediaobject>
20273         </screenshot>
20274
20275         <para>Once you have the file loaded or the barcodes scanned click
20276         'Continue.' You will be presented with a list of the patrons and the
20277         changes you can make.</para>
20278
20279         <screenshot>
20280           <screeninfo>Patrons to modify</screeninfo>
20281
20282           <mediaobject>
20283             <imageobject>
20284               <imagedata fileref="images/tools/batchpatron/modifyform.png"/>
20285             </imageobject>
20286           </mediaobject>
20287         </screenshot>
20288
20289         <para>To the left of each text box there is a checkbox. Clicking that
20290         checkbox will clear our the field values. <important>
20291             <para>If the field is mandatory you will not be able to clear the
20292             value in it.</para>
20293           </important></para>
20294
20295         <para>If you have multiple patron attributes you can change them all
20296         by using the plus (+) sign to the right of the text box. This will
20297         allow you to add another attribute value.</para>
20298
20299         <screenshot>
20300           <screeninfo>Editing patron attributes</screeninfo>
20301
20302           <mediaobject>
20303             <imageobject>
20304               <imagedata fileref="images/tools/batchpatron/attributes.png"/>
20305             </imageobject>
20306           </mediaobject>
20307         </screenshot>
20308
20309         <para>Once you have made the changes you want, you can click 'Save'
20310         and Koha will present you with the changed patron records.</para>
20311       </section>
20312
20313       <section id="tagsmoderation">
20314         <title>Tag Moderation</title>
20315
20316         <itemizedlist>
20317           <listitem>
20318             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20319             and Circulation &gt; Tags</para>
20320           </listitem>
20321         </itemizedlist>
20322
20323         <para>Depending on your <link linkend="taggingprefs">tagging system preferences</link>,
20324           librarians may need to approve tags before they are published on the OPAC. This is done
20325           via the Tag Moderation Tool. If there are tags awaiting moderation they will be listed on
20326           the main staff dashboard under the module labels:</para>
20327
20328         <screenshot>
20329           <screeninfo>Tags pending approval</screeninfo>
20330
20331           <mediaobject>
20332             <imageobject>
20333               <imagedata fileref="images/tools/tagging/pendingtags.png"/>
20334             </imageobject>
20335           </mediaobject>
20336         </screenshot>
20337
20338         <para>To moderate the tags visit the Tags tool. When first visiting
20339         the tool, you will be presented with a list of tags that are pending
20340         approval or rejection by a librarian</para>
20341
20342         <screenshot>
20343           <screeninfo>Tags pending moderation</screeninfo>
20344
20345           <mediaobject>
20346             <imageobject>
20347               <imagedata fileref="images/tools/tagging/tagpending.png"/>
20348             </imageobject>
20349           </mediaobject>
20350         </screenshot>
20351
20352         <itemizedlist>
20353           <listitem>
20354             <para>To see all of the titles this tag was added to simply click on the term<screenshot>
20355                 <screeninfo>Titles with a specific tag</screeninfo>
20356                 <mediaobject>
20357                   <imageobject>
20358                     <imagedata fileref="images/tools/tagging/taggedtitles.png"/>
20359                   </imageobject>
20360                 </mediaobject>
20361               </screenshot><itemizedlist>
20362                 <listitem>
20363                   <para>From this list of titles you can remove a tag without outright rejecting it
20364                     from being used in the future by clicking the 'Remove tag' button to the right
20365                     of the title.</para>
20366                 </listitem>
20367               </itemizedlist></para>
20368           </listitem>
20369           <listitem>
20370             <para>To approve a tag, you can either click the 'Approve' button in line with the term,
20371               or check all terms you want to approve and click 'Approve' below the table.</para>
20372           </listitem>
20373
20374           <listitem>
20375             <para>To reject a tag, you can either click the 'Reject' button in
20376             line with the term, or check all terms you want to approve and
20377             click 'Reject' below the table.</para>
20378           </listitem>
20379         </itemizedlist>
20380
20381         <para>Once a tag has been approved or rejected it will be moved to the
20382         appropriate list of tags. A summary of all tags will appear on the
20383         right of the screen.</para>
20384
20385         <screenshot>
20386           <screeninfo>Summary of tags</screeninfo>
20387
20388           <mediaobject>
20389             <imageobject>
20390               <imagedata fileref="images/tools/tagging/tagsummary.png"/>
20391             </imageobject>
20392           </mediaobject>
20393         </screenshot>
20394
20395         <para>Even though a tag is approved or rejected, it can still be moved
20396         to another list. When viewing approved tags each tag has the option to
20397         reject:</para>
20398
20399         <screenshot>
20400           <screeninfo>Approved Tags</screeninfo>
20401
20402           <mediaobject>
20403             <imageobject>
20404               <imagedata fileref="images/tools/tagging/tagapproved.png"/>
20405             </imageobject>
20406           </mediaobject>
20407         </screenshot>
20408
20409         <para>To check terms against the approved and rejected lists (and
20410         possibly against <link linkend="TagsExternalDictionary">the
20411         dictionary</link> you have assigned for tag moderation) simply enter
20412         the term into the search box on the bottom right of the screen to see
20413         the status of the term</para>
20414
20415         <screenshot>
20416           <screeninfo>Sample Check list test search</screeninfo>
20417
20418           <mediaobject>
20419             <imageobject>
20420               <imagedata fileref="images/tools/tagging/tagblacklisttest-neither.png"/>
20421             </imageobject>
20422           </mediaobject>
20423         </screenshot>
20424         <para>Finally you can find tags by using the filters on the left.</para>
20425         <screenshot>
20426           <screeninfo>Tag filters</screeninfo>
20427           <mediaobject>
20428             <imageobject>
20429               <imagedata fileref="images/tools/tagging/tagfilters.png"/>
20430             </imageobject>
20431           </mediaobject>
20432         </screenshot>
20433       </section>
20434
20435       <section id="uploadpatronimages">
20436         <title>Upload Patron Images</title>
20437
20438         <itemizedlist>
20439           <listitem>
20440             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20441             and Circulation &gt; Upload Patron Images</para>
20442           </listitem>
20443         </itemizedlist>
20444
20445         <para>Patron images can be uploaded in bulk if you are <link linkend="patronimages">allowing patron images</link> to be attached to
20446         patron records. These images can also be used when creating <link linkend="patroncardcreator">patron cards</link>.</para>
20447
20448         <itemizedlist>
20449           <listitem>
20450             <para>Create a txt file and title it "DATALINK.TXT" or
20451             "IDLINK.TXT"</para>
20452           </listitem>
20453
20454           <listitem>
20455             <para>On each line in the text file enter the patron's card number
20456             followed by comma (or tab) and then the image file name</para>
20457
20458             <screenshot>
20459               <screeninfo>Sample file and image</screeninfo>
20460
20461               <mediaobject>
20462                 <imageobject>
20463                   <imagedata fileref="images/tools/patronphotos/uploadphotosfile.png"/>
20464                 </imageobject>
20465               </mediaobject>
20466             </screenshot>
20467
20468             <itemizedlist>
20469               <listitem>
20470                 <para>Make sure that your TXT file is a plain text document,
20471                 not RTF.</para>
20472               </listitem>
20473             </itemizedlist>
20474           </listitem>
20475
20476           <listitem>
20477             <para>Zip up the text file and the image files</para>
20478           </listitem>
20479
20480           <listitem>
20481             <para>Go to the Upload Patron Images Tool</para>
20482
20483             <screenshot>
20484               <screeninfo>Upload Image Tool for Single Image</screeninfo>
20485
20486               <mediaobject>
20487                 <imageobject>
20488                   <imagedata fileref="images/tools/patronphotos/uploadimagetool.png"/>
20489                 </imageobject>
20490               </mediaobject>
20491             </screenshot>
20492           </listitem>
20493
20494           <listitem>
20495             <para>For a single image, simply point to the image file and enter
20496             the patron card number</para>
20497           </listitem>
20498
20499           <listitem>
20500             <para>For multiple images, choose to upload a zip file</para>
20501           </listitem>
20502
20503           <listitem>
20504             <para>After uploading you will be presented with a
20505             confirmation</para>
20506
20507             <screenshot>
20508               <screeninfo>Image Upload Confirmation</screeninfo>
20509
20510               <mediaobject>
20511                 <imageobject>
20512                   <imagedata fileref="images/tools/patronphotos/imageuploadconfirm.png"/>
20513                 </imageobject>
20514               </mediaobject>
20515             </screenshot>
20516           </listitem>
20517         </itemizedlist>
20518
20519         <important>
20520           <para>There is a limit of 100K on the size of the picture uploaded and it is recommended
20521             that the image be 200x300 pixels, but smaller images will work as well.</para>
20522         </important>
20523       </section>
20524       <section id="rotatingcollections">
20525         <sectioninfo>
20526           <authorgroup>
20527             <author>
20528               <firstname>Cindy</firstname>
20529               <surname>Murdock Ames</surname>
20530               <affiliation>
20531                 <orgname>Meadville Public Library | CCFLS</orgname>
20532               </affiliation>
20533             </author>
20534             <editor>
20535               <firstname>Nicole C.</firstname>
20536               <surname>Engard</surname>
20537             </editor>
20538           </authorgroup>
20539           <pubdate>2014</pubdate>
20540         </sectioninfo>
20541         <title>Rotating Collections</title>
20542         <itemizedlist>
20543           <listitem>
20544             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog &gt; Rotating
20545               Collections</para>
20546           </listitem>
20547         </itemizedlist>
20548         <para>Rotating Collections is a tool for managing collections of materials that frequently
20549           get shifted from library to library. It adds the ability to store not only an item's home
20550           library and current location but also information about where it is supposed to be
20551           transferred to next to ensure that all items in the collection are sent to the correct
20552           library. When an item in a rotating collection is checked in, library staff is notified
20553           that the item is part of a rotating collection and which branch it should be sent to if it
20554           is not at the correct one.</para>
20555         <important>
20556           <para>The <link linkend="AutomaticItemReturn">AutomaticItemReturn</link> system preference
20557             must be set to "Don't automatically transfer items to their home library when they are
20558             returned" for Rotating Collections to function properly.</para>
20559         </important>
20560         <itemizedlist>
20561           <listitem>
20562             <para>To create a new rotating collection, click the "New Collection" button, fill in
20563               the Title and Description, and click Submit. Once submitted you'll see "Collection
20564               Name added successfully"; click "Return to rotating collections home" to return to the
20565               main Rotating Collections management page (or click Rotating Collections in the
20566               sidebar).</para>
20567           </listitem>
20568           <listitem>
20569             <para>To add items to a collection, click "Add or remove items" next to the collection's
20570               name in the list of collections. Under "Add or remove items" scan or type in the
20571               barcode of the item you wish to add to the collection, and hit Enter or click Submit
20572               if necessary.</para>
20573           </listitem>
20574           <listitem>
20575             <para>To remove an item from a collection, either click Remove next to the item's
20576               barcode in the list of items within the collection or check the "Remove item from
20577               collection" box next to the Barcode text box under "Add or remove items, and scan or
20578               type in the barcode, clicking Submit or hitting Enter if necessary. Note: The "Remove
20579               item from collection" checkbox will remain checked as long as you are on the "Add or
20580               remove items" page, unless you uncheck it, to facilitate quickly removing a number of
20581               items at a time by scanning their barcodes. </para>
20582           </listitem>
20583         </itemizedlist>
20584         <section id="transferrotatingcollection">
20585           <title>Transfer a Rotating Collection</title>
20586           <para>Transferring a collection will:</para>
20587           <itemizedlist>
20588             <listitem>
20589               <para>Change the current location of the items in that collection to the library it is
20590                 to be transferred to</para>
20591             </listitem>
20592             <listitem>
20593               <para>Initiate a transfer from its original current location/holding library to the
20594                 current location/holding library it is to be rotated to. When a library receives a
20595                 collection they will need to check in the items to complete the transfer.</para>
20596             </listitem>
20597           </itemizedlist>
20598           <para>You can transfer a collection in one of two ways:</para>
20599           <itemizedlist>
20600             <listitem>
20601               <para>From the main Rotating Collections page, click on Transfer next to the title of
20602                 the collection you wish to transfer; choose the library you wish to transfer the
20603                 collection to and click "Transfer collection".</para>
20604             </listitem>
20605             <listitem>
20606               <para>Or, from the "add or remove items" page for a collection, you can click the
20607                 Transfer button, choose the library you wish to transfer the collection to and click
20608                 "Transfer Collection".</para>
20609             </listitem>
20610           </itemizedlist>
20611           <important>
20612             <para>In order to complete the transfer process, the library receiving the rotating
20613               collection should check in all items from the collection as they receive them. This
20614               will clear the transfer so that the items are no longer shown as being "in
20615               transit".</para>
20616           </important>
20617           <para>If an item in a rotating collection is checked in at a library other than the one it
20618             is supposed to be transferred to, a notification will appear notifying library staff
20619             that the item is part of a rotating collection, also letting them know where the item
20620             needs to be sent.</para>
20621           <screenshot>
20622             <screeninfo>Rotating Collection Item Notification</screeninfo>
20623             <mediaobject>
20624               <imageobject>
20625                 <imagedata fileref="images/tools/rotatingcollections/rotatingcollectionnotice.png"/>
20626               </imageobject>
20627             </mediaobject>
20628           </screenshot>
20629         </section>
20630       </section>
20631     </section>
20632
20633     <section id="catalogtools">
20634       <title>Catalog</title>
20635
20636       <para/>
20637
20638       <section id="batchmodifyitems">
20639         <title>Batch item modification</title>
20640
20641         <itemizedlist>
20642           <listitem>
20643             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20644             &gt; Batch item modification</para>
20645           </listitem>
20646         </itemizedlist>
20647
20648         <para>This tool will allow you to modify a batch of item records in
20649         Koha.</para>
20650
20651         <screenshot>
20652           <screeninfo>Batch Modification Tool</screeninfo>
20653
20654           <mediaobject>
20655             <imageobject>
20656               <imagedata fileref="images/tools/batchmod/batchmod.png"/>
20657             </imageobject>
20658           </mediaobject>
20659         </screenshot>
20660
20661         <para>From the tool you can choose to upload a file of barcodes or item ids, or you can scan
20662           items one by one into the box below the upload tool. You can also decide the items edited
20663           should be populated with the default values you have defined in your <link
20664             linkend="marcbibframeworks">default framework</link>.</para>
20665         <para>Once you have your file uploaded or the barcodes listed you can click
20666           'Continue.'</para>
20667
20668         <screenshot>
20669           <screeninfo>Batch Modify Summary</screeninfo>
20670
20671           <mediaobject>
20672             <imageobject>
20673               <imagedata fileref="images/tools/batchmod/batchmodsummary.png"/>
20674             </imageobject>
20675           </mediaobject>
20676         </screenshot>
20677
20678         <para>You will be presented with a summary of the items you want to modify. From here you
20679           can uncheck the items you don't want to modify before making changes in the form below.
20680           You can also hide columns you don't need to see to prevent having to scroll from left to
20681           right to see the entire item form.<note>
20682             <para>To uncheck all items thar are currently checked out you can click the 'Clear on
20683               loan' link at the top of the form.</para>
20684           </note></para>
20685
20686         <para>Using the edit form you can choose which fields to make edits
20687         to. By checking the checkbox to the right of each field you can clear
20688         the values in that field for the records you are modifying.</para>
20689
20690         <screenshot>
20691           <screeninfo>Choose fields you want to change in bulk</screeninfo>
20692
20693           <mediaobject>
20694             <imageobject>
20695               <imagedata fileref="images/tools/batchmod/batchmodform.png"/>
20696             </imageobject>
20697           </mediaobject>
20698         </screenshot>
20699
20700         <para>Once you have made you changes you will be presented with the
20701         resulting items.</para>
20702
20703         <screenshot>
20704           <screeninfo>Item results summary</screeninfo>
20705
20706           <mediaobject>
20707             <imageobject>
20708               <imagedata fileref="images/tools/batchmod/batchmodresults.png"/>
20709             </imageobject>
20710           </mediaobject>
20711         </screenshot>
20712
20713         <note>
20714           <para>You can also edit items on one bib record in a batch by going
20715           to the bib record and clicking Edit &gt; Edit items in batch</para>
20716         </note>
20717
20718         <screenshot>
20719           <screeninfo>Edit items in a batch</screeninfo>
20720
20721           <mediaobject>
20722             <imageobject>
20723               <imagedata fileref="images/tools/batchmod/editinbatch.png"/>
20724             </imageobject>
20725           </mediaobject>
20726         </screenshot>
20727       </section>
20728
20729       <section id="batchdeleteitems">
20730         <title>Batch item deletion</title>
20731
20732         <itemizedlist>
20733           <listitem>
20734             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20735             &gt; Batch item deletion</para>
20736           </listitem>
20737         </itemizedlist>
20738
20739         <para>This tool will allow you to delete a batch of item records from
20740         Koha.</para>
20741
20742         <para>From the tool you can choose to upload a file of barcodes or
20743         item ids, or you can scan items one by one into the box below the
20744         upload tool.</para>
20745
20746         <screenshot>
20747           <screeninfo>Batch Deletion Tool</screeninfo>
20748
20749           <mediaobject>
20750             <imageobject>
20751               <imagedata fileref="images/tools/batchdelete/batchdel.png"/>
20752             </imageobject>
20753           </mediaobject>
20754         </screenshot>
20755
20756         <para>Once you have your file uploaded or the barcodes scanned you can
20757         click 'Continue.'</para>
20758
20759         <para>You will be presented with a confirmation screen. From here you can uncheck the items
20760           you don't want to delete and decide if Koha should delete the bib record if the last item
20761           is being deleted before clicking 'Delete selected items.'  If you'd like you can delete
20762           the bibliogrphic record if you're deleting the last item by clicking the checkbox next to
20763           'Delete records if no items remain'.</para>
20764
20765         <screenshot>
20766           <screeninfo>Confirm Deletion</screeninfo>
20767
20768           <mediaobject>
20769             <imageobject>
20770               <imagedata fileref="images/tools/batchdelete/confirmbatchdel.png"/>
20771             </imageobject>
20772           </mediaobject>
20773         </screenshot>
20774
20775         <para>If your file (or list of scanned barcodes) has more than 1000
20776         barcodes, Koha will be unable to present you with a list of the items.
20777         You will still be able to delete them, but not able to choose which
20778         items specifically to delete or delete the biblio records.</para>
20779
20780         <screenshot>
20781           <screeninfo>More than 1000 records in the file</screeninfo>
20782
20783           <mediaobject>
20784             <imageobject>
20785               <imagedata fileref="images/tools/batchdelete/toomanytodelete.png"/>
20786             </imageobject>
20787           </mediaobject>
20788         </screenshot>
20789
20790         <para>If the items are checked out you will be presented with an error
20791         after clicking 'Delete selected items' and the items will not be
20792         deleted.</para>
20793
20794         <screenshot>
20795           <screeninfo>Items not Deleted</screeninfo>
20796
20797           <mediaobject>
20798             <imageobject>
20799               <imagedata fileref="images/tools/batchdelete/nobatchdel.png"/>
20800             </imageobject>
20801           </mediaobject>
20802         </screenshot>
20803
20804         <para>If the items can be deleted they will be and you will be
20805         presented with a confirmation of your deletion.</para>
20806
20807         <screenshot>
20808           <screeninfo>Batch Deletion Confirmation</screeninfo>
20809
20810           <mediaobject>
20811             <imageobject>
20812               <imagedata fileref="images/tools/batchdelete/batchdeldone.png"/>
20813             </imageobject>
20814           </mediaobject>
20815         </screenshot>
20816       </section>
20817
20818       <section id="exportbibs">
20819         <title>Export Data (MARC &amp; Authorities)</title>
20820
20821         <itemizedlist>
20822           <listitem>
20823             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20824             &gt; Export Data</para>
20825           </listitem>
20826         </itemizedlist>
20827
20828         <para>Koha comes with a tool that will allow you to export your
20829         bibliographic, holdings and/or authority data in bulk. This can be
20830         used to send your records to fellow libraries, organizations or
20831         services; or simply for backup purposes.</para>
20832
20833         <section id="exportmarc">
20834           <title>Export Bibliographic Records</title>
20835
20836           <para>At the top of the screen you need to pick what data you're
20837           exporting. If you're exporting bibliographic records with or without
20838           the holdings information you want to click the 'Export bibliographic
20839           records' tab.</para>
20840
20841           <itemizedlist>
20842             <listitem>
20843               <para>Fill in the form in order to limit your export to a
20844               specific range (all fields are optional)</para>
20845
20846               <screenshot>
20847                 <screeninfo>Select Records to Export</screeninfo>
20848
20849                 <mediaobject>
20850                   <imageobject>
20851                     <imagedata fileref="images/tools/exportmarc/marcexport-pt1.png"/>
20852                   </imageobject>
20853                 </mediaobject>
20854               </screenshot>
20855
20856               <itemizedlist>
20857                 <listitem>
20858                   <para>Choose to limit your export by any one or more of the
20859                   following options</para>
20860
20861                   <itemizedlist>
20862                     <listitem>
20863                       <para>Limit to a bib number range</para>
20864                     </listitem>
20865
20866                     <listitem>
20867                       <para>Limit to a specific item type<itemizedlist>
20868                           <listitem>
20869                             <important>
20870                               <para>This limit will use the type you have defined in the <link
20871                                   linkend="item-level_itypes">item-level_itypes</link> preference.
20872                                 If you have the item-level_itypes preference set to 'specific item'
20873                                 and you have no items attached to a bib record it will not be
20874                                 exported.  To get all bib records of a specific type you will need
20875                                 your item-level_itypes preference set to 'biblio record'.</para>
20876                             </important>
20877                           </listitem>
20878                         </itemizedlist></para>
20879                     </listitem>
20880
20881                     <listitem>
20882                       <para>Limit to a specific library</para>
20883                     </listitem>
20884
20885                     <listitem>
20886                       <para>Limit to a call number range</para>
20887                     </listitem>
20888
20889                     <listitem>
20890                       <para>Limit to an acquisition date range</para>
20891                     </listitem>
20892                   </itemizedlist>
20893                 </listitem>
20894
20895                 <listitem>
20896                   <para>Next choose what to skip when exporting</para>
20897
20898                   <screenshot>
20899                     <screeninfo>Export options</screeninfo>
20900
20901                     <mediaobject>
20902                       <imageobject>
20903                         <imagedata fileref="images/tools/exportmarc/marcexport-pt2.png"/>
20904                       </imageobject>
20905                     </mediaobject>
20906                   </screenshot>
20907
20908                   <itemizedlist>
20909                     <listitem>
20910                       <para>By default items will be exported, if you would
20911                       like to only export bibliographic data, check the 'Don't
20912                       export items' box</para>
20913                     </listitem>
20914
20915                     <listitem>
20916                       <para>To limit your export only to items from the
20917                       library you're logged in as (if you leave the 'Library'
20918                       field set to 'All') or to the library you selected above
20919                       check the 'Remove non-local items' box</para>
20920                     </listitem>
20921
20922                     <listitem>
20923                       <para>You can also choose what fields you don't want to
20924                       export. This can be handy if you're sharing your data,
20925                       you can remove all local fields before sending your data
20926                       to another library</para>
20927                     </listitem>
20928                   </itemizedlist>
20929                 </listitem>
20930
20931                 <listitem>
20932                   <para>Finally choose the file type and file name</para>
20933
20934                   <screenshot>
20935                     <screeninfo>File export format</screeninfo>
20936
20937                     <mediaobject>
20938                       <imageobject>
20939                         <imagedata fileref="images/tools/exportmarc/marcexport-pt3.png"/>
20940                       </imageobject>
20941                     </mediaobject>
20942                   </screenshot>
20943
20944                   <itemizedlist>
20945                     <listitem>
20946                       <para>Choose to export your data in marc or marcxml
20947                       format</para>
20948                     </listitem>
20949
20950                     <listitem>
20951                       <para>Choose the name you want your file to save
20952                       as</para>
20953                     </listitem>
20954                   </itemizedlist>
20955                 </listitem>
20956
20957                 <listitem>
20958                   <para>Click 'Export bibliographic records'</para>
20959                 </listitem>
20960               </itemizedlist>
20961             </listitem>
20962           </itemizedlist>
20963         </section>
20964
20965         <section id="exportauthority">
20966           <title>Export Authority Records</title>
20967
20968           <para>At the top of the screen you need to pick what data you're
20969           exporting. If you're exporting authority records you want to click
20970           the 'Export authority records' tab.</para>
20971
20972           <itemizedlist>
20973             <listitem>
20974               <para>Fill in the form in order to limit your export to a
20975               specific range or type of authority record (all fields are
20976               optional)</para>
20977
20978               <screenshot>
20979                 <screeninfo>Export authorities</screeninfo>
20980
20981                 <mediaobject>
20982                   <imageobject>
20983                     <imagedata fileref="images/tools/exportmarc/authexport-pt1.png"/>
20984                   </imageobject>
20985                 </mediaobject>
20986               </screenshot>
20987             </listitem>
20988
20989             <listitem>
20990               <para>Next choose fields that you would like to exclude from the
20991               export separated by a space (no commas)</para>
20992
20993               <screenshot>
20994                 <screeninfo>Authority export options</screeninfo>
20995
20996                 <mediaobject>
20997                   <imageobject>
20998                     <imagedata fileref="images/tools/exportmarc/authexport-pt2.png"/>
20999                   </imageobject>
21000                 </mediaobject>
21001               </screenshot>
21002
21003               <itemizedlist>
21004                 <listitem>
21005                   <para>If you'd like to exclude all subfields of the 200 for
21006                   example just enter 200</para>
21007                 </listitem>
21008
21009                 <listitem>
21010                   <para>If you'd like to exclude a specific subfield enter it
21011                   beside the field value 100a will exclude just the subfield
21012                   'a' of the 100</para>
21013                 </listitem>
21014               </itemizedlist>
21015             </listitem>
21016
21017             <listitem>
21018               <para>Finally choose the file type and file name</para>
21019
21020               <screenshot>
21021                 <screeninfo>Export format</screeninfo>
21022
21023                 <mediaobject>
21024                   <imageobject>
21025                     <imagedata fileref="images/tools/exportmarc/authexport-pt3.png"/>
21026                   </imageobject>
21027                 </mediaobject>
21028               </screenshot>
21029
21030               <itemizedlist>
21031                 <listitem>
21032                   <para>Choose to export your data in marc or marcxml
21033                   format</para>
21034                 </listitem>
21035
21036                 <listitem>
21037                   <para>Choose the name you want your file to save as</para>
21038                 </listitem>
21039               </itemizedlist>
21040             </listitem>
21041
21042             <listitem>
21043               <para>Click 'Export authority records'</para>
21044             </listitem>
21045           </itemizedlist>
21046         </section>
21047       </section>
21048
21049       <section id="inventory">
21050         <title>Inventory/Stocktaking</title>
21051
21052         <itemizedlist>
21053           <listitem>
21054             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21055             &gt; Inventory/Stocktaking</para>
21056           </listitem>
21057         </itemizedlist>
21058
21059         <para>Koha's Inventory Tool can be used in one of two ways, the first
21060         is by printing out a shelf list that you can then mark items off on,
21061         or by uploading a text files of barcodes gathered by a portable
21062         scanner.</para>
21063
21064         <para>If you do not have the ability to use your barcode scanner on
21065         the floor of the library, the first option available to you is to
21066         generate a shelf list based on criteria you enter.</para>
21067
21068         <screenshot>
21069           <screeninfo>Inventory &amp; Stocktaking Tool</screeninfo>
21070
21071           <mediaobject>
21072             <imageobject>
21073               <imagedata fileref="images/tools/inventory/generateshelflist.png"/>
21074             </imageobject>
21075           </mediaobject>
21076         </screenshot>
21077
21078         <para>Choose which library, shelving location, call number range, item
21079         status and when the item was last seen to generate a shelf list that
21080         you can then print to use while walking around the library checking
21081         your collection</para>
21082
21083         <screenshot>
21084           <screeninfo>Shelf List</screeninfo>
21085
21086           <mediaobject>
21087             <imageobject>
21088               <imagedata fileref="images/tools/inventory/shelflist.png"/>
21089             </imageobject>
21090           </mediaobject>
21091         </screenshot>
21092
21093         <para>Alternatively you can export the list to a CSV file for altering
21094         in an application on your desktop. Simply check the box next to
21095         'Export to csv file' to generate this file.</para>
21096
21097         <para>Once you have found the items on your shelves you can return to
21098         this list and check off the items you found to have the system update
21099         the last seen date to today.</para>
21100
21101         <para>If you have a portable scanner (or a laptop and USB scanner) you
21102         can walk through the library with the scanner in hand and scan
21103         barcodes as you come across them. Once finished you can then upload
21104         the text file generated by the scanner to Koha</para>
21105
21106         <screenshot>
21107           <screeninfo>Barcode Import for Inventory Tool</screeninfo>
21108
21109           <mediaobject>
21110             <imageobject>
21111               <imagedata fileref="images/tools/inventory/importbarcodes.png"/>
21112             </imageobject>
21113           </mediaobject>
21114         </screenshot>
21115
21116         <para>Choose the text file and the date you want to mark all items as seen and then scroll
21117           to the very bottom and click 'Submit.'</para>
21118       </section>
21119
21120       <section id="labelcreator">
21121         <title>Label Creator</title>
21122
21123         <itemizedlist>
21124           <listitem>
21125             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21126             &gt; Label Creator</para>
21127           </listitem>
21128         </itemizedlist>
21129
21130         <para>The Label Creator allow you to use layouts and templates which
21131         you design to print a nearly unlimited variety of labels including
21132         barcodes. Here are some of the features of the Label Creator
21133         module:</para>
21134
21135         <itemizedlist>
21136           <listitem>
21137             <para>Customize label layouts</para>
21138           </listitem>
21139
21140           <listitem>
21141             <para>Design custom label templates for printed labels</para>
21142           </listitem>
21143
21144           <listitem>
21145             <para>Build and manage batches of labels</para>
21146           </listitem>
21147
21148           <listitem>
21149             <para>Export single or multiple batches</para>
21150           </listitem>
21151
21152           <listitem>
21153             <para>Export single or multiple labels from within a batch</para>
21154           </listitem>
21155
21156           <listitem>
21157             <para>Export label data in one of three formats:</para>
21158
21159             <itemizedlist>
21160               <listitem>
21161                 <para>PDF - Readable by any standard PDF reader, making labels
21162                 printable directly on a printer</para>
21163               </listitem>
21164
21165               <listitem>
21166                 <para>CSV - Export label data after your chosen layout is
21167                 applied allowing labels to be imported in to a variety of
21168                 applications</para>
21169               </listitem>
21170
21171               <listitem>
21172                 <para>XML - Included as an alternate export format</para>
21173               </listitem>
21174             </itemizedlist>
21175           </listitem>
21176         </itemizedlist>
21177
21178         <para>At the top of each screen within the Label Creator, you will see
21179         a toolbar allowing quick access to relevant functions. The menu to the
21180         left of each screen also allows easy access to the different sections
21181         of the Label Creator. The bread crumb trail near the top of each
21182         screen will give specific indication as to where you are within the
21183         Label Creator module and allow quick navigation to previously
21184         traversed sections. And finally, you can find more detailed
21185         information on each section of the Label Creator by clicking the
21186         online help link at the upper left-hand corner of every page.</para>
21187
21188         <section id="labeltemplates">
21189           <title>Templates</title>
21190
21191           <itemizedlist>
21192             <listitem>
21193               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21194               Creator &gt; Templates</para>
21195             </listitem>
21196           </itemizedlist>
21197
21198           <para>A template is based on the label/card stock you are using.
21199           This might be Avery 5160 for address labels, Gaylord 47-284 for
21200           spine labels or Avery 28371 for your patron cards, just to give a
21201           couple of examples. These labels will include all of the information
21202           you will need for setting up a Koha, this information may be on the
21203           packaging, and if not it can usually be found on the vendor's
21204           website.</para>
21205
21206           <section id="addlabeltemplate">
21207             <title>Add a Template</title>
21208
21209             <para>To add a new template, you want to click on the 'New template' button at the top
21210               of the Label Creator.</para>
21211
21212             <screenshot>
21213               <screeninfo>New Label Template Option</screeninfo>
21214
21215               <mediaobject>
21216                 <imageobject>
21217                   <imagedata fileref="images/tools/labelcreator/newtemplate.png"/>
21218                 </imageobject>
21219               </mediaobject>
21220             </screenshot>
21221
21222             <para>Using the form that appears you can define the template for
21223             your sheet of labels or cards.</para>
21224
21225             <screenshot>
21226               <screeninfo>Label Template Form</screeninfo>
21227
21228               <mediaobject>
21229                 <imageobject>
21230                   <imagedata fileref="images/tools/labelcreator/labelform.png"/>
21231                 </imageobject>
21232               </mediaobject>
21233             </screenshot>
21234
21235             <itemizedlist>
21236               <listitem>
21237                 <para>Template ID will be automatically generated after saving
21238                 your template, this is simply a system generated unique
21239                 id</para>
21240               </listitem>
21241
21242               <listitem>
21243                 <para>Template Code should be something you can use to
21244                 identify your template on a list of templates</para>
21245               </listitem>
21246
21247               <listitem>
21248                 <para>You can use the Template Description to add additional
21249                 information about the template</para>
21250               </listitem>
21251
21252               <listitem>
21253                 <para>The Units pull down is used to define what measurement
21254                 scale you're going to be using for the template. This should
21255                 probably match the unit of measurement used on the template
21256                 description provided by the product vendor.</para>
21257
21258                 <screenshot>
21259                   <screeninfo>Measurement Units</screeninfo>
21260
21261                   <mediaobject>
21262                     <imageobject>
21263                       <imagedata fileref="images/tools/patroncards/units.png"/>
21264                     </imageobject>
21265                   </mediaobject>
21266                 </screenshot>
21267               </listitem>
21268
21269               <listitem>
21270                 <para>The measurements, number of columns and number of rows
21271                 can be found on the vendor product packaging or
21272                 website.</para>
21273
21274                 <itemizedlist>
21275                   <listitem>
21276                     <important>
21277                       <para>If you do not supply a left text margin in the
21278                       template, a 3/16" (13.5 point) left text margin will
21279                       apply by default.</para>
21280                     </important>
21281                   </listitem>
21282                 </itemizedlist>
21283               </listitem>
21284
21285               <listitem>
21286                 <para>A profile is a set of "adjustments" applied to a given
21287                 template just prior to printing which compensates for
21288                 anomalies unique and peculiar to a given printer (to which the
21289                 profile is assigned).</para>
21290
21291                 <itemizedlist>
21292                   <listitem>
21293                     <para>Before picking a profile try printing some sample
21294                     labels so that you can easily define a profile that is
21295                     right for your printer/template combination.</para>
21296                   </listitem>
21297
21298                   <listitem>
21299                     <para>After finding any anomalies in the printed document,
21300                     <link linkend="addlabelprofile">create a profile</link>
21301                     and assign it to the template.</para>
21302                   </listitem>
21303                 </itemizedlist>
21304               </listitem>
21305             </itemizedlist>
21306
21307             <para>After saving, your templates will appear on the 'Manage
21308             Templates' page.</para>
21309
21310             <screenshot>
21311               <screeninfo>List of label templates</screeninfo>
21312
21313               <mediaobject>
21314                 <imageobject>
21315                   <imagedata fileref="images/tools/labelcreator/labeltemplates.png"/>
21316                 </imageobject>
21317               </mediaobject>
21318             </screenshot>
21319           </section>
21320         </section>
21321
21322         <section id="labelprofiles">
21323           <title>Profiles</title>
21324
21325           <itemizedlist>
21326             <listitem>
21327               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21328               Creator &gt; Profiles</para>
21329             </listitem>
21330           </itemizedlist>
21331
21332           <para>A profile is a set of "adjustments" applied to a given <link linkend="addlabeltemplate">template</link> just prior to printing
21333           which compensates for anomalies unique and peculiar to a given
21334           printer (to which the profile is assigned). This means if you set a
21335           template up and then print a sample set of data and find that the
21336           items are not all aligned the same on each label, you need to set up
21337           a profile for each printer to make up for the differences in
21338           printing styles, such as the shifting of text to the left, right,
21339           top or bottom.</para>
21340
21341           <para>If your labels are printing just the way you want, you will
21342           not need a profile.</para>
21343
21344           <section id="addlabelprofile">
21345             <title>Add a Profile</title>
21346
21347             <para>To add a new profile, you want to click on the 'New profile' button at the top of
21348               the Label Creator tool.</para>
21349
21350             <screenshot>
21351               <screeninfo>New Profile Button</screeninfo>
21352
21353               <mediaobject>
21354                 <imageobject>
21355                   <imagedata fileref="images/tools/labelcreator/newprofile.png"/>
21356                 </imageobject>
21357               </mediaobject>
21358             </screenshot>
21359
21360             <para>Using the form that appears you can create a profile to fix
21361             any problems with your template.</para>
21362
21363             <screenshot>
21364               <screeninfo>Create a Printer Profile</screeninfo>
21365
21366               <mediaobject>
21367                 <imageobject>
21368                   <imagedata fileref="images/tools/labelcreator/newprofileform.png"/>
21369                 </imageobject>
21370               </mediaobject>
21371             </screenshot>
21372
21373             <itemizedlist>
21374               <listitem>
21375                 <para>The Printer Name and Paper Bin do not have to match your
21376                 printer exactly, they are for your reference so you can
21377                 remember what printer you have set the profile for. So if you
21378                 want to use the Printer model number in printer name or you
21379                 can call it 'the printer on my desk'</para>
21380               </listitem>
21381
21382               <listitem>
21383                 <para>Template will be filled in once you have chosen which
21384                 template to apply the profile to on the <link linkend="addlabeltemplate">template edit form</link></para>
21385               </listitem>
21386
21387               <listitem>
21388                 <para>The Units pull down is used to define what measurement
21389                 scale you're going to be using for your profile.</para>
21390
21391                 <screenshot>
21392                   <screeninfo>Units of Measurement</screeninfo>
21393
21394                   <mediaobject>
21395                     <imageobject>
21396                       <imagedata fileref="images/tools/patroncards/units.png"/>
21397                     </imageobject>
21398                   </mediaobject>
21399                 </screenshot>
21400               </listitem>
21401
21402               <listitem>
21403                 <para>Offset describes what happens when the entire image is
21404                 off center either vertically or horizontally and creep
21405                 describes a condition where the distance between the labels
21406                 changes across the page or up and down the page</para>
21407
21408                 <itemizedlist>
21409                   <listitem>
21410                     <para>For these values, negative numbers move the error up
21411                     and to the left and positive numbers move the error down
21412                     and to the right</para>
21413                   </listitem>
21414
21415                   <listitem>
21416                     <para>Example: the text is .25" from the left edge of the
21417                     first label, .28" from the left edge of the second label
21418                     and .31" from the left edge of the third label. This means
21419                     the horizontal creep should be set to .03" to make up for
21420                     this difference.</para>
21421                   </listitem>
21422                 </itemizedlist>
21423               </listitem>
21424             </itemizedlist>
21425
21426             <para>After saving, your profiles will appear on the 'Manage
21427             Profiles' page.</para>
21428
21429             <screenshot>
21430               <screeninfo>List of Profiles</screeninfo>
21431
21432               <mediaobject>
21433                 <imageobject>
21434                   <imagedata fileref="images/tools/labelcreator/profiles.png"/>
21435                 </imageobject>
21436               </mediaobject>
21437             </screenshot>
21438
21439             <para>Once you have saved your new profile, you can return to the
21440             list of templates and choose to edit the template that this
21441             profile is for.</para>
21442           </section>
21443         </section>
21444
21445         <section id="labellayouts">
21446           <title>Layouts</title>
21447
21448           <itemizedlist>
21449             <listitem>
21450               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21451               Creator &gt; Layouts</para>
21452             </listitem>
21453           </itemizedlist>
21454
21455           <para>A layout is used to define the fields you want to appear on
21456           your labels.</para>
21457
21458           <section id="addlabellayout">
21459             <title>Add a Layout</title>
21460
21461             <para>To add a new layout, you want to click on the 'New layout' button at the top of
21462               the Label Creator tool.</para>
21463
21464             <screenshot>
21465               <screeninfo>New Layout Button</screeninfo>
21466
21467               <mediaobject>
21468                 <imageobject>
21469                   <imagedata fileref="images/tools/labelcreator/newlayout.png"/>
21470                 </imageobject>
21471               </mediaobject>
21472             </screenshot>
21473
21474             <para>Using the form that appears you can create a profile to fix
21475             any problems with your template.</para>
21476
21477             <screenshot>
21478               <screeninfo>Add New Layout</screeninfo>
21479
21480               <mediaobject>
21481                 <imageobject>
21482                   <imagedata fileref="images/tools/labelcreator/layoutform.png"/>
21483                 </imageobject>
21484               </mediaobject>
21485             </screenshot>
21486
21487             <itemizedlist>
21488               <listitem>
21489                 <para>The name of your layout can be anything you'd like to
21490                 help you identify it later.</para>
21491               </listitem>
21492
21493               <listitem>
21494                 <para>If this is a barcode label you'll want to choose the
21495                 encoding (Code 39 is the most common)</para>
21496               </listitem>
21497
21498               <listitem>
21499                 <para>The layout type can be any combination of bibliographic
21500                 information and/or barcode. For example a spine label would
21501                 just be Biblio whereas a label for your circulation staff to
21502                 use to checkout the book would probably be
21503                 Biblio/Barcode.</para>
21504               </listitem>
21505
21506               <listitem>
21507                 <para>The Bibliographic Data to Print includes any of the data
21508                 fields that may be mapped to your MARC frameworks. You can
21509                 choose from the preset list of fields or you can click on
21510                 'List Fields' and enter your own data. In 'List Fields', you
21511                 can specify MARC subfields as a 4-character tag-subfield
21512                 string: (ie. 254a for the title field), You can also enclose a
21513                 whitespace-separated list of fields to concatenate on one line
21514                 in double quotes. (ie. "099a 099b" or "itemcallnumber
21515                 barcode"). The fields available are from the database tables
21516                 list below. Finally you could add in static text strings in
21517                 single-quote (ie. 'Some static text here.')</para>
21518
21519                 <itemizedlist>
21520                   <listitem>
21521                     <para>You can use the schema viewer (<ulink url="http://schema.koha-community.org">http://schema.koha-community.org</ulink>)
21522                     with the following tables to find field names to
21523                     use:</para>
21524
21525                     <itemizedlist>
21526                       <listitem>
21527                         <para>Currently all fields in the following tables are
21528                         used: items, biblioitems, biblio, branches</para>
21529
21530                         <screenshot>
21531                           <screeninfo>List fields</screeninfo>
21532
21533                           <mediaobject>
21534                             <imageobject>
21535                               <imagedata fileref="images/tools/labelcreator/listlabelfields.png"/>
21536                             </imageobject>
21537                           </mediaobject>
21538                         </screenshot>
21539                       </listitem>
21540                     </itemizedlist>
21541                   </listitem>
21542                 </itemizedlist>
21543               </listitem>
21544
21545               <listitem>
21546                 <para>Choose if the label maker should print out the
21547                 guidelines around each label</para>
21548               </listitem>
21549
21550               <listitem>
21551                 <para>Choose if you'd like Koha to try to split your call
21552                 numbers (usually used on Spine Labels)</para>
21553               </listitem>
21554
21555               <listitem>
21556                 <para>Finally choose your text settings such as alignment,
21557                 font type and size.</para>
21558               </listitem>
21559             </itemizedlist>
21560
21561             <para>After saving, your layouts will appear on the 'Manage
21562             Layouts' page.</para>
21563           </section>
21564         </section>
21565
21566         <section id="labelbatches">
21567           <title>Batches</title>
21568
21569           <itemizedlist>
21570             <listitem>
21571               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21572               Creator &gt; Batches</para>
21573             </listitem>
21574           </itemizedlist>
21575
21576           <para>Batches are made up of the barcodes you would like to print.
21577           Once in this tool you can search for the item records you would like
21578           to print out labels for.</para>
21579
21580           <section id="addlabelbatch">
21581             <title>Add a Batch</title>
21582
21583             <para>Batches can be created in one of two ways. The first is to
21584             click the 'Create Label Batch' link on the '<link linkend="managestaged">Staged MARC Management</link>' page:</para>
21585
21586             <screenshot>
21587               <screeninfo>Create Label Batch Link on Staged Records
21588               List</screeninfo>
21589
21590               <mediaobject>
21591                 <imageobject>
21592                   <imagedata fileref="images/tools/labelcreator/labelfromstaged.png"/>
21593                 </imageobject>
21594               </mediaobject>
21595             </screenshot>
21596
21597             <para>The other is to choose to create a new batch from the label
21598             creator tool</para>
21599
21600             <screenshot>
21601               <screeninfo>Create New Batch</screeninfo>
21602
21603               <mediaobject>
21604                 <imageobject>
21605                   <imagedata fileref="images/tools/labelcreator/newbatch.png"/>
21606                 </imageobject>
21607               </mediaobject>
21608             </screenshot>
21609
21610             <para>You will be brought to an empty batch with an 'Add item(s)'
21611             button at the top of the page and a box to scan barcodes in
21612             to.</para>
21613
21614             <screenshot>
21615               <screeninfo>Add Items</screeninfo>
21616
21617               <mediaobject>
21618                 <imageobject>
21619                   <imagedata fileref="images/tools/labelcreator/addbatchitems.png"/>
21620                 </imageobject>
21621               </mediaobject>
21622             </screenshot>
21623
21624             <para>You can either scan barcodes in to the box provided and
21625             click the 'Add item(s)' button or you can click the 'Add item(s)'
21626             button with the barcodes box empty. Clicking 'Add item(s)' with
21627             nothing in the barcodes box will open a search window for you to
21628             find the items you want to add to the batch.</para>
21629
21630             <screenshot>
21631               <screeninfo>Search for items for a Batch</screeninfo>
21632
21633               <mediaobject>
21634                 <imageobject>
21635                   <imagedata fileref="images/tools/labelcreator/searchforbatch.png"/>
21636                 </imageobject>
21637               </mediaobject>
21638             </screenshot>
21639
21640             <para>From the search results, click the check box next to the
21641             items you want to add to the batch and click the 'Add checked'
21642             button. You can also add items one by one by clicking the 'Add'
21643             link to the left of each item.</para>
21644
21645             <screenshot>
21646               <screeninfo>Batch search results</screeninfo>
21647
21648               <mediaobject>
21649                 <imageobject>
21650                   <imagedata fileref="images/tools/labelcreator/batchsearchresults.png"/>
21651                 </imageobject>
21652               </mediaobject>
21653             </screenshot>
21654
21655             <para>Once you have added all of the items click the 'Done'
21656             button. The resulting page will list the items you have
21657             selected.</para>
21658
21659             <screenshot>
21660               <screeninfo>List of items in the batch</screeninfo>
21661
21662               <mediaobject>
21663                 <imageobject>
21664                   <imagedata fileref="images/tools/labelcreator/itemsinbarch.png"/>
21665                 </imageobject>
21666               </mediaobject>
21667             </screenshot>
21668
21669             <para>To print your labels, click the 'Export Batch' button. To
21670             print only some of the labels, click the 'Export Item(s)' button.
21671             Either way you will be presented with a confirmation screen where
21672             you can choose your template and layout.</para>
21673
21674             <screenshot>
21675               <screeninfo>Start batch export</screeninfo>
21676
21677               <mediaobject>
21678                 <imageobject>
21679                   <imagedata fileref="images/tools/labelcreator/exportbatch.png"/>
21680                 </imageobject>
21681               </mediaobject>
21682             </screenshot>
21683
21684             <para>You will then be presented with three download options: PDF,
21685             Excel, and CSV.</para>
21686
21687             <screenshot>
21688               <screeninfo>Batch save options</screeninfo>
21689
21690               <mediaobject>
21691                 <imageobject>
21692                   <imagedata fileref="images/tools/labelcreator/savebatch.png"/>
21693                 </imageobject>
21694               </mediaobject>
21695             </screenshot>
21696
21697             <para>After saving your file, simply print to the blank labels you
21698             have in your library.</para>
21699           </section>
21700         </section>
21701       </section>
21702
21703       <section id="quicklabelcreator">
21704         <title>Quick Spine Label Creator</title>
21705
21706         <itemizedlist>
21707           <listitem>
21708             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21709             &gt; Quick Spine Label Creator</para>
21710           </listitem>
21711         </itemizedlist>
21712
21713         <note>
21714           <para>This tool does not use the label layouts or templates, it
21715           simply prints a spine label in the first spot on the label
21716           sheet.</para>
21717
21718           <itemizedlist>
21719             <listitem>
21720               <para>Define the fields you want to print on the spine label in
21721               the <link linkend="SpineLabelFormat">SpineLabelFormat</link>
21722               system preference</para>
21723             </listitem>
21724
21725             <listitem>
21726               <para>Format your label printing by editing spinelabel.css found
21727               in koha-tmpl/intranet-tmpl/prog/en/css/</para>
21728             </listitem>
21729           </itemizedlist>
21730         </note>
21731
21732         <para>To use this tool you simply need the barcode for the book you'd
21733         like to print the spine label for.</para>
21734
21735         <screenshot>
21736           <screeninfo>Quick Spine Label Creator</screeninfo>
21737
21738           <mediaobject>
21739             <imageobject>
21740               <imagedata fileref="images/tools/quickspinelable.png"/>
21741             </imageobject>
21742           </mediaobject>
21743         </screenshot>
21744       </section>
21745       <section id="marcmodtemplates">
21746         <title>MARC modification templates</title>
21747         <para>The MARC Modification Templates system gives Koha users the power to make alterations
21748           to MARC records automatically while staging MARC records for import. </para>
21749         <para>This tool is useful for altering MARC records from various venders/sources work with
21750           your MARC framework. The system essentially allows one to create a basic script using
21751           actions to Copy, Move, Add, Update and Delete fields. </para>
21752         <para>Start by adding a new template (a template can be made up of one or more actions) by
21753           entering a name and clicking 'Create template'.</para>
21754         <screenshot>
21755             <screeninfo>Add a new template</screeninfo>
21756             <mediaobject>
21757               <imageobject>
21758                 <imagedata fileref="images/tools/marcmodtemplates/addtemplate.png"/>
21759               </imageobject>
21760             </mediaobject>
21761           </screenshot>
21762         <para>Next you can add actions to the template by filling in the Action box.  For example if
21763           you're loading in a batch of files from your EBook vendor you might want to add the biblio
21764           item type of EBOOK to the 942$c.<screenshot>
21765             <screeninfo>Add action</screeninfo>
21766             <mediaobject>
21767               <imageobject>
21768                 <imagedata fileref="images/tools/marcmodtemplates/addaction.png"/>
21769               </imageobject>
21770             </mediaobject>
21771           </screenshot><itemizedlist>
21772             <listitem>
21773               <para>Choose 'Add/Update'</para>
21774             </listitem>
21775             <listitem>
21776               <para>Enter the field 942 and subfield c</para>
21777             </listitem>
21778             <listitem>
21779               <para>Enter the value of 'EBOOK' (or whatever your ebook item type code is)</para>
21780             </listitem>
21781             <listitem>
21782               <para>Provide a description so you can identify this action later</para>
21783             </listitem>
21784             <listitem>
21785               <para>Click 'Add action'</para>
21786             </listitem>
21787           </itemizedlist></para>
21788         <para>Each action can also have an optional condition to check the value or existance of
21789           another field. For example you might want to add the call number to the item record if
21790           it's not already there.</para>
21791         <screenshot>
21792           <screeninfo>Add conditional action</screeninfo>
21793           <mediaobject>
21794             <imageobject>
21795               <imagedata fileref="images/tools/marcmodtemplates/ifexample.png"/>
21796             </imageobject>
21797           </mediaobject>
21798         </screenshot>
21799         <itemizedlist>
21800           <listitem>
21801             <para>Choose 'Copy'</para>
21802           </listitem>
21803           <listitem>
21804             <para>Decide if you want to copy the first occurance or all occurances of the
21805               field</para>
21806           </listitem>
21807           <listitem>
21808             <para>Enter the field 090 (or other biblio call number field) and subfield a to
21809               copy</para>
21810           </listitem>
21811           <listitem>
21812             <para>Enter the 952 field and o subfield to copy to</para>
21813           </listitem>
21814           <listitem>
21815             <para>Choose 'if'</para>
21816           </listitem>
21817           <listitem>
21818             <para>Enter the 952 field and o subfield</para>
21819           </listitem>
21820           <listitem>
21821             <para>Choose "doesn't exist"</para>
21822           </listitem>
21823           <listitem>
21824             <para>Provide a description so you can identify this action later</para>
21825           </listitem>
21826           <listitem>
21827             <para>Click 'Add action'</para>
21828           </listitem>
21829         </itemizedlist>
21830         <para>The Copy &amp; Move actions also support Regular Expressions, which can be used to
21831           automatically modify field values during the copy/move. An example would be to strip out
21832           the '$' character in field 020$c.</para>
21833         <screenshot>
21834           <screeninfo>Add regex action</screeninfo>
21835           <mediaobject>
21836             <imageobject>
21837               <imagedata fileref="images/tools/marcmodtemplates/regexexample.png"/>
21838             </imageobject>
21839           </mediaobject>
21840         </screenshot>
21841         <itemizedlist>
21842           <listitem>
21843             <para>Choose 'Copy'</para>
21844           </listitem>
21845           <listitem>
21846             <para>Decide if you want to copy the first occurance or all occurances of the
21847               field</para>
21848           </listitem>
21849           <listitem>
21850             <para>Enter the field 020 and subfield c to copy</para>
21851           </listitem>
21852           <listitem>
21853             <para>Enter the 020 field and c subfield to copy to</para>
21854           </listitem>
21855           <listitem>
21856             <para>Check the 'RegEx' box and enter your regular expression (in this case s/\$//
21857               )</para>
21858           </listitem>
21859           <listitem>
21860             <para>Choose 'if'</para>
21861           </listitem>
21862           <listitem>
21863             <para>Enter the 020 field and c subfield</para>
21864           </listitem>
21865           <listitem>
21866             <para>Choose "matches"</para>
21867           </listitem>
21868           <listitem>
21869             <para>Check the 'RegEx' box and enter your regular expression (in this case m/^\$/
21870               )</para>
21871           </listitem>
21872           <listitem>
21873             <para>Provide a description so you can identify this action later</para>
21874           </listitem>
21875           <listitem>
21876             <para>Click 'Add action'</para>
21877           </listitem>
21878         </itemizedlist>
21879         <note>
21880           <para>The value for an update can include variables that change each time the template is
21881             used. Currently, the system supports two variables, __BRANCHCODE__ which is replaced
21882             with the branchcode of the library currently using the template, and __CURRENTDATE__
21883             which is replaced with the current date in ISO format ( YYYY-MM-DD ).</para>
21884         </note>
21885         <para>You could also use regular expressions to add your library's proxy URL in front of
21886           links in your MARC record.<screenshot>
21887             <screeninfo>Add proxy URL</screeninfo>
21888             <mediaobject>
21889               <imageobject>
21890                 <imagedata fileref="images/tools/marcmodtemplates/proxyurl.png"/>
21891               </imageobject>
21892             </mediaobject>
21893           </screenshot><itemizedlist>
21894             <listitem>
21895               <para>Choose 'Copy'</para>
21896             </listitem>
21897             <listitem>
21898               <para>Decide if you want to copy the first occurance or all occurances of the
21899                 field</para>
21900             </listitem>
21901             <listitem>
21902               <para>Enter the field 856 and subfield u to copy</para>
21903             </listitem>
21904             <listitem>
21905               <para>Enter the 856 field and u subfield to copy to</para>
21906             </listitem>
21907             <listitem>
21908               <para>Check the 'RegEx' box and enter your regular expression (in this case
21909                 s/^/PROXY_URL/ )</para>
21910             </listitem>
21911             <listitem>
21912               <para>Provide a description so you can identify this action later</para>
21913             </listitem>
21914             <listitem>
21915               <para>Click 'Add action'</para>
21916             </listitem>
21917           </itemizedlist></para>
21918         <para>Once your actions are saved you can view them at the top of the screen. Actions can be
21919           moved around using the arrows to the left of them. </para>
21920         <screenshot>
21921           <screeninfo>View actions</screeninfo>
21922           <mediaobject>
21923             <imageobject>
21924               <imagedata fileref="images/tools/marcmodtemplates/viewactions.png"/>
21925             </imageobject>
21926           </mediaobject>
21927         </screenshot>
21928         <para>Depending on your actions the order may be very important. For example you don't want
21929           to delete a field before you copy it to another field.</para>
21930         <para>To add another template you can either start fresh or click the 'Duplicate current
21931           template' checkbox to create a copy of an existing template to start with.</para>
21932         <screenshot>
21933           <screeninfo>Duplicate template</screeninfo>
21934           <mediaobject>
21935             <imageobject>
21936               <imagedata fileref="images/tools/marcmodtemplates/duplicate.png"/>
21937             </imageobject>
21938           </mediaobject>
21939         </screenshot>
21940         <para>Once your template is saved you will be able to pick it when using the <link
21941             linkend="stagemarc">Stage MARC Records for Import</link> tool.</para>
21942         <screenshot>
21943           <screeninfo>Choose template</screeninfo>
21944           <mediaobject>
21945             <imageobject>
21946               <imagedata fileref="images/tools/marcmodtemplates/templatechoice.png"/>
21947             </imageobject>
21948           </mediaobject>
21949         </screenshot>
21950       </section>
21951
21952       <section id="stagemarc">
21953         <title>Stage MARC Records for Import</title>
21954
21955         <itemizedlist>
21956           <listitem>
21957             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21958             &gt; Stage MARC records for import</para>
21959           </listitem>
21960         </itemizedlist>
21961
21962         <para>This tool can be used to import both bibliographic and authority
21963         records that are saved in MARC format. Importing records into Koha
21964         includes two steps. The first is to stage records for import.</para>
21965
21966         <itemizedlist>
21967           <listitem>
21968             <para>First find the MARC file on your computer</para>
21969
21970             <screenshot>
21971               <screeninfo>Stage MARC Records for Import</screeninfo>
21972
21973               <mediaobject>
21974                 <imageobject>
21975                   <imagedata fileref="images/tools/marcimport/stagemarc-pt1.png"/>
21976                 </imageobject>
21977               </mediaobject>
21978             </screenshot>
21979           </listitem>
21980
21981           <listitem>
21982             <para>Next you will be presented with options for record matching
21983             and item imports</para>
21984
21985             <screenshot>
21986               <screeninfo>Upload options</screeninfo>
21987
21988               <mediaobject>
21989                 <imageobject>
21990                   <imagedata fileref="images/tools/marcimport/stagemarc-pt2.png"/>
21991                 </imageobject>
21992               </mediaobject>
21993             </screenshot>
21994
21995             <itemizedlist>
21996               <listitem>
21997                 <para>Enter 'Comments about this file' to identify your upload
21998                 when going to the '<link linkend="managestaged">Manage Staged
21999                 MARC Records</link>' tool</para>
22000               </listitem>
22001
22002               <listitem>
22003                 <para>Tell Koha which type of file this is, bibliographic or
22004                 authority</para>
22005
22006                 <screenshot>
22007                   <screeninfo>Record type</screeninfo>
22008
22009                   <mediaobject>
22010                     <imageobject>
22011                       <imagedata fileref="images/tools/marcimport/recordtype.png"/>
22012                     </imageobject>
22013                   </mediaobject>
22014                 </screenshot>
22015               </listitem>
22016
22017               <listitem>
22018                 <para>Choose the character encoding</para>
22019
22020                 <screenshot>
22021                   <screeninfo>Chracter encoding</screeninfo>
22022
22023                   <mediaobject>
22024                     <imageobject>
22025                       <imagedata fileref="images/tools/marcimport/encoding.png"/>
22026                     </imageobject>
22027                   </mediaobject>
22028                 </screenshot>
22029               </listitem>
22030
22031               <listitem>
22032                 <para>Choose if you would like to use a <link linkend="marcmodtemplates">MARC
22033                     Modification Template</link> to alter the data you're about to import</para>
22034                 <screenshot>
22035                   <screeninfo>Choose modification template</screeninfo>
22036                   <mediaobject>
22037                     <imageobject>
22038                       <imagedata fileref="images/tools/marcimport/templatechoice.png"/>
22039                     </imageobject>
22040                   </mediaobject>
22041                 </screenshot>
22042               </listitem>
22043               <listitem>
22044                 <para>Choose whether or not you want to look for matching records</para>
22045                 <screenshot>
22046                   <screeninfo>Look for matches</screeninfo>
22047                   <mediaobject>
22048                     <imageobject>
22049                       <imagedata fileref="images/tools/marcimport/matches.png"/>
22050                     </imageobject>
22051                   </mediaobject>
22052                 </screenshot>
22053                 <itemizedlist>
22054                   <listitem>
22055                     <para>You can set up <link linkend="recordmatchingrules">record matching
22056                         rules</link> through the administration area</para>
22057                     <screenshot>
22058                       <screeninfo>Matching rules</screeninfo>
22059                       <mediaobject>
22060                         <imageobject>
22061                           <imagedata fileref="images/tools/marcimport/matchrule.png"/>
22062                         </imageobject>
22063                       </mediaobject>
22064                     </screenshot>
22065                     <itemizedlist>
22066                       <listitem>
22067                         <para>When using the ISBN matching rule Koha will find only exact matches.
22068                           If you find that the ISBN match is not working to your satisfaction you
22069                           can change the <link linkend="AggressiveMatchOnISBN"
22070                             >AggressiveMatchOnISBN</link> preference to 'Do' and then run your
22071                           import again.</para>
22072                       </listitem>
22073                     </itemizedlist>
22074                   </listitem>
22075                 </itemizedlist>
22076               </listitem>
22077
22078               <listitem>
22079                 <para>Next choose what to do with matching records if they are
22080                 found</para>
22081               </listitem>
22082
22083               <listitem>
22084                 <para>Finally choose what to do with records that are
22085                 unique</para>
22086               </listitem>
22087
22088               <listitem>
22089                 <para>Next you can choose whether or not to import the item
22090                 data found in the MARC records (if the file you're loading is
22091                 a bibliographic file)</para>
22092
22093                 <screenshot>
22094                   <screeninfo>Import items</screeninfo>
22095
22096                   <mediaobject>
22097                     <imageobject>
22098                       <imagedata fileref="images/tools/marcimport/checkitems.png"/>
22099                     </imageobject>
22100                   </mediaobject>
22101                 </screenshot>
22102               
22103               <itemizedlist>
22104                 <listitem><para>From here you can choose to always add items regardless of matching status, add them only if a
22105                       matching bib was found, add items only if there was no matching bib record,
22106                       replace items if a matching bib was found (The match will look at the
22107                       itemnumbers and barcodes to match on for items. Itemnumbers take precendence
22108                       over barcodes), or Ignore items and not add them.</para></listitem>
22109               </itemizedlist>
22110               </listitem>
22111             </itemizedlist>
22112           </listitem>
22113           <listitem>
22114             <para>Click 'Stage for import'</para>
22115           </listitem>
22116
22117           <listitem>
22118             <para>You will be presented with a confirmation of your MARC
22119             import</para>
22120
22121             <screenshot>
22122               <screeninfo>MARC Import Confirmation</screeninfo>
22123
22124               <mediaobject>
22125                 <imageobject>
22126                   <imagedata fileref="images/tools/marcimport/stagemarc-results.png"/>
22127                 </imageobject>
22128               </mediaobject>
22129             </screenshot>
22130           </listitem>
22131
22132           <listitem>
22133             <para>To complete the process continue to the <link linkend="managestaged">Managed Staged MARC Records
22134             Tool</link></para>
22135           </listitem>
22136         </itemizedlist>
22137       </section>
22138
22139       <section id="managestaged">
22140         <title>Staged MARC Record Management</title>
22141
22142         <itemizedlist>
22143           <listitem>
22144             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
22145             &gt; Staged MARC Record Management</para>
22146           </listitem>
22147         </itemizedlist>
22148
22149         <para>Once you have <link linkend="stagemarc">staged</link> your
22150         records for import you can complete the import using this tool.</para>
22151
22152         <screenshot>
22153           <screeninfo>List of Staged MARC Records</screeninfo>
22154
22155           <mediaobject>
22156             <imageobject>
22157               <imagedata fileref="images/tools/marcimport/managestaged.png"/>
22158             </imageobject>
22159           </mediaobject>
22160         </screenshot>
22161
22162         <itemizedlist>
22163           <listitem>
22164             <para>From the list of staged records, click on the file name that
22165             you want to finish importing</para>
22166
22167             <itemizedlist>
22168               <listitem>
22169                 <para>You will note that records that have already been
22170                 imported will say so under 'Status'</para>
22171               </listitem>
22172             </itemizedlist>
22173           </listitem>
22174
22175           <listitem>
22176             <para>A summary of your import will appear along with the option
22177             to change your matching rules</para>
22178
22179             <screenshot>
22180               <screeninfo>Manage Staged Records Batch</screeninfo>
22181
22182               <mediaobject>
22183                 <imageobject>
22184                   <imagedata fileref="images/tools/marcimport/managestagedrecords.png"/>
22185                 </imageobject>
22186               </mediaobject>
22187             </screenshot>
22188           </listitem>
22189
22190           <listitem>
22191             <para>Below the summary is the option to import the batch of bib
22192             records using a specific framework</para>
22193
22194             <screenshot>
22195               <screeninfo>Choose Framework to Import Into</screeninfo>
22196
22197               <mediaobject>
22198                 <imageobject>
22199                   <imagedata fileref="images/tools/marcimport/importframework.png"/>
22200                 </imageobject>
22201               </mediaobject>
22202             </screenshot>
22203
22204             <itemizedlist>
22205               <listitem>
22206                 <para>Choosing a framework other than 'Default' isn't
22207                 necessary, but it's helpful for running reports and having the
22208                 right bib level item type selected on import.</para>
22209               </listitem>
22210             </itemizedlist>
22211           </listitem>
22212
22213           <listitem>
22214             <para>Below the framework selection there will be a list of the
22215             records that will be imported</para>
22216
22217             <screenshot>
22218               <screeninfo>List of Staged Records</screeninfo>
22219
22220               <mediaobject>
22221                 <imageobject>
22222                   <imagedata fileref="images/tools/marcimport/stagedrecords.png"/>
22223                 </imageobject>
22224               </mediaobject>
22225             </screenshot>
22226
22227             <itemizedlist>
22228               <listitem>
22229                 <para>Review your summary before completing your import to
22230                 make sure that your matching rule worked and that the records
22231                 appear as you expect them to</para>
22232               </listitem>
22233             </itemizedlist>
22234           </listitem>
22235
22236           <listitem>
22237             <para>Click 'Import into catalog' to complete the import</para>
22238
22239             <screenshot>
22240               <screeninfo>Import summary</screeninfo>
22241
22242               <mediaobject>
22243                 <imageobject>
22244                   <imagedata fileref="images/tools/marcimport/importedrecords.png"/>
22245                 </imageobject>
22246               </mediaobject>
22247             </screenshot>
22248           </listitem>
22249
22250           <listitem>
22251             <para>Once your import is complete a link to the new bib records
22252             will appear to the right of each title that was imported</para>
22253           </listitem>
22254
22255           <listitem>
22256             <para>You can also undo your import by clicking the 'Undo import
22257             into catalog' button</para>
22258           </listitem>
22259         </itemizedlist>
22260
22261         <para>Records imported using this tool remain in the 'reservoir' until
22262         they are cleaned. These items will appear when searching the catalog
22263         from the <link linkend="cataloging">Cataloging</link> tool:</para>
22264
22265         <screenshot>
22266           <screeninfo>Reservoir Results</screeninfo>
22267
22268           <mediaobject>
22269             <imageobject>
22270               <imagedata fileref="images/tools/marcimport/reservoirresults.png"/>
22271             </imageobject>
22272           </mediaobject>
22273         </screenshot>
22274
22275         <para>To clean items out of the 'reservoir':</para>
22276
22277         <itemizedlist>
22278           <listitem>
22279             <para>Visit the main screen of the Manage Staged MARC Records
22280             tool</para>
22281
22282             <screenshot>
22283               <screeninfo>List of Staged MARC Records</screeninfo>
22284
22285               <mediaobject>
22286                 <imageobject>
22287                   <imagedata fileref="images/tools/marcimport/managestaged.png"/>
22288                 </imageobject>
22289               </mediaobject>
22290             </screenshot>
22291           </listitem>
22292
22293           <listitem>
22294             <para>To clean a batch, click the 'Clean' button to the
22295             right</para>
22296           </listitem>
22297
22298           <listitem>
22299             <para>You will be presented with a confirmation message</para>
22300
22301             <screenshot>
22302               <screeninfo>Clean MARC Records Confirmation</screeninfo>
22303
22304               <mediaobject>
22305                 <imageobject>
22306                   <imagedata fileref="images/tools/marcimport/cleanbatch.png"/>
22307                 </imageobject>
22308               </mediaobject>
22309             </screenshot>
22310
22311             <itemizedlist>
22312               <listitem>
22313                 <para>Accept the deletion and the records will be removed from
22314                 the reservoir and the status will be changed to
22315                 'cleaned'</para>
22316               </listitem>
22317             </itemizedlist>
22318           </listitem>
22319         </itemizedlist>
22320       </section>
22321
22322       <section id="uploadlocalimages">
22323         <title>Upload Local Cover Image</title>
22324
22325         <itemizedlist>
22326           <listitem>
22327             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
22328             &gt; Upload Local Cover Image</para>
22329           </listitem>
22330         </itemizedlist>
22331
22332         <para>This tool will allow you to upload cover images for the materials in your catalog. To
22333           access this tool, staff will need the <link linkend="toolspermissions"
22334             >upload_local_cover_images permission</link>. In order for images to show in the staff
22335           client and/or OPAC you will need to set your <link linkend="LocalCoverImages"
22336             >LocalCoverImages</link> and/or <link linkend="OPACLocalCoverImages"
22337             >OPACLocalCoverImages</link> preferences to 'Display.' Images can be uploaded in batches
22338           or one by one.<note>
22339             <para>Koha does not have a maximum file size limit for this tool, but Apache may limit
22340               the maximum size of uploads (talk to your sys admin).</para>
22341           </note><note>
22342             <para>When you want to upload multiple images onto a bib record, they will display left
22343               to right (then top to bottom, depending on screen real estate) in order of uploading,
22344               and the one on the left (the first one uploaded) will be the one used as a thumbnail
22345               cover in search results and on the detail page. There is no way to reorder cover
22346               images uploaded in this way, so be sure to upload them in the order you'd like them to appear.<screenshot>
22347                 <screeninfo>Multiple cover images on one record</screeninfo>
22348                 <mediaobject>
22349                   <imageobject>
22350                     <imagedata fileref="images/tools/uploadlocalimg/multiplecovers.png"/>
22351                   </imageobject>
22352                 </mediaobject>
22353               </screenshot></para>
22354           </note></para>
22355
22356         <para>If uploading a single image:</para>
22357
22358         <itemizedlist>
22359           <listitem>
22360             <para>Visit the tool and click the 'Browse' button to browse to
22361             the image on your local machine.</para>
22362
22363             <screenshot>
22364               <screeninfo>Upload single cover image</screeninfo>
22365
22366               <mediaobject>
22367                 <imageobject>
22368                   <imagedata fileref="images/tools/uploadlocalimg/uploadsingle.png"/>
22369                 </imageobject>
22370               </mediaobject>
22371             </screenshot>
22372           </listitem>
22373
22374           <listitem>
22375             <para>Click 'Upload file'</para>
22376           </listitem>
22377
22378           <listitem>
22379             <para>Choose 'Image file' under the 'File type' section</para>
22380           </listitem>
22381
22382           <listitem>
22383             <para>Enter the biblionumber for the record you're attaching this
22384             image to. This is not the same as the barcode, this is the system
22385             generated number assigned by Koha.</para>
22386
22387             <itemizedlist>
22388               <listitem>
22389                 <para>Find the biblionumber by looking at the end of the URL
22390                 in the address bar when on the detail page</para>
22391
22392                 <screenshot>
22393                   <screeninfo>Biblionumber in URL</screeninfo>
22394
22395                   <mediaobject>
22396                     <imageobject>
22397                       <imagedata fileref="images/tools/uploadlocalimg/bibnumurl.png"/>
22398                     </imageobject>
22399                   </mediaobject>
22400                 </screenshot>
22401               </listitem>
22402
22403               <listitem>
22404                 <para>or by clicking on the MARC tab on the detail page in the
22405                 staff client</para>
22406
22407                 <screenshot>
22408                   <screeninfo>Biblionumber on MARC Record</screeninfo>
22409
22410                   <mediaobject>
22411                     <imageobject>
22412                       <imagedata fileref="images/tools/uploadlocalimg/bibnummarc.png"/>
22413                     </imageobject>
22414                   </mediaobject>
22415                 </screenshot>
22416               </listitem>
22417             </itemizedlist>
22418           </listitem>
22419
22420           <listitem>
22421             <para>If you would like to replace any other cover images you may
22422             have uploaded in the past, check the 'Replace existing covers' box
22423             under the 'Options' section</para>
22424           </listitem>
22425
22426           <listitem>
22427             <para>Click 'Process images'</para>
22428           </listitem>
22429
22430           <listitem>
22431             <para>You will be presented with a summary of the upload and a
22432             link to the record you have just added the image to</para>
22433           </listitem>
22434         </itemizedlist>
22435
22436         <para>If uploading a batch of images at once you will need to prepare
22437         a ZIP file first.</para>
22438
22439         <itemizedlist>
22440           <listitem>
22441             <para>Enter in to the ZIP file all the images you are
22442             uploading</para>
22443           </listitem>
22444
22445           <listitem>
22446             <para>Also include a text file (*.TXT) named either datalink.txt
22447             or idlink.txt listing the biblionumber followed by the image name
22448             for each image one per line</para>
22449
22450             <itemizedlist>
22451               <listitem>
22452                 <para>ex. 4091,image4091.jpg</para>
22453
22454                 <screenshot>
22455                   <screeninfo>ZIP File Contents</screeninfo>
22456
22457                   <mediaobject>
22458                     <imageobject>
22459                       <imagedata fileref="images/tools/uploadlocalimg/zipfiles.png"/>
22460                     </imageobject>
22461                   </mediaobject>
22462                 </screenshot>
22463               </listitem>
22464             </itemizedlist>
22465           </listitem>
22466
22467           <listitem>
22468             <para>Browse your local computer to the ZIP file</para>
22469           </listitem>
22470
22471           <listitem>
22472             <para>Click 'Upload file'</para>
22473           </listitem>
22474
22475           <listitem>
22476             <para>Choose 'Zip file' under the 'File type' section</para>
22477           </listitem>
22478
22479           <listitem>
22480             <para>If you would like to replace any other cover images you may
22481             have uploaded in the past, check the 'Replace existing covers' box
22482             under the 'Options' section</para>
22483           </listitem>
22484
22485           <listitem>
22486             <para>Click 'Process images'</para>
22487           </listitem>
22488
22489           <listitem>
22490             <para>You will be presented with a summary of the upload</para>
22491
22492             <screenshot>
22493               <screeninfo>Upload Summary</screeninfo>
22494
22495               <mediaobject>
22496                 <imageobject>
22497                   <imagedata fileref="images/tools/uploadlocalimg/uploadsummary.png"/>
22498                 </imageobject>
22499               </mediaobject>
22500             </screenshot>
22501           </listitem>
22502         </itemizedlist>
22503
22504         <important>
22505           <para>The source image is used to generate a 140 x 200 px thumbnail image and a 600 x 800
22506             px full-size image. The original sized image uploaded will not be stored by Koha</para>
22507         </important>
22508
22509         <para>You will be able to see your cover images in the staff client on
22510         the detail page under the 'Image' tab in the holdings table at the
22511         bottom</para>
22512
22513         <screenshot>
22514           <screeninfo>Cover images in the staff client</screeninfo>
22515
22516           <mediaobject>
22517             <imageobject>
22518               <imagedata fileref="images/admin/globalprefs/AllowMultipleCovers.png"/>
22519             </imageobject>
22520           </mediaobject>
22521         </screenshot>
22522
22523         <para>In the OPAC the cover images will also appear in the images tab,
22524         as well as next to the title and on the search results.</para>
22525         <para>If you would like to remove a cover image you can click 'Delete image' below the image
22526           if you have the <link linkend="toolspermissions">upload_local_cover_images
22527             permission</link>.</para>
22528       </section>
22529     </section>
22530
22531     <section id="additionaltools">
22532       <title>Additional Tools</title>
22533
22534       <para/>
22535
22536       <section id="calholidays">
22537         <title>Calendar</title>
22538
22539         <itemizedlist>
22540           <listitem>
22541             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
22542             Additional Tools &gt; Calendar</para>
22543           </listitem>
22544         </itemizedlist>
22545
22546         <para>Libraries can define library closings and holidays to be used
22547         when calculating due dates. You can make use of the Calendar by
22548         turning on the proper system preferences:</para>
22549
22550         <itemizedlist>
22551           <listitem>
22552             <para><emphasis>Get there: </emphasis>More &gt; Administration
22553             &gt; Global System Preferences &gt; Circulation &gt; <link linkend="useDaysMode">useDaysMode</link></para>
22554
22555             <itemizedlist>
22556               <listitem>
22557                 <para>Choose the method for calculating due date - either
22558                 include days the library is closed in the calculation or don't
22559                 include them.</para>
22560               </listitem>
22561             </itemizedlist>
22562           </listitem>
22563
22564           <listitem>
22565             <para><emphasis>Get there:</emphasis> More &gt; Administration
22566             &gt; Global System Preferences &gt; Circulation &gt; <link linkend="finesCalendar">finescalendar</link></para>
22567
22568             <itemizedlist>
22569               <listitem>
22570                 <para>This will check the holiday calendar before charging
22571                 fines</para>
22572               </listitem>
22573             </itemizedlist>
22574           </listitem>
22575         </itemizedlist>
22576
22577         <screenshot>
22578           <screeninfo>Calendar &amp; Holidays Tools</screeninfo>
22579
22580           <mediaobject>
22581             <imageobject>
22582               <imagedata fileref="images/tools/calendar/calendar.png"/>
22583             </imageobject>
22584           </mediaobject>
22585         </screenshot>
22586
22587         <section id="addevents">
22588           <title>Adding Events</title>
22589
22590           <para>Before adding events, choose the library you would like to
22591           apply the closings to. When adding events you will be asked if you
22592           would like to apply the event to one branch or all branches. To add
22593           events, simply</para>
22594
22595           <itemizedlist>
22596             <listitem>
22597               <para>Click on the date on the calendar that you would like to
22598               apply the closing to</para>
22599
22600               <screenshot>
22601                 <screeninfo>Calendar Add Form</screeninfo>
22602
22603                 <mediaobject>
22604                   <imageobject>
22605                     <imagedata fileref="images/tools/calendar/calendaradd.png"/>
22606                   </imageobject>
22607                 </mediaobject>
22608               </screenshot>
22609             </listitem>
22610
22611             <listitem>
22612               <para>In the form that appears above the calendar, enter the
22613               closing information (for more info on each option click the
22614               question mark [?] to the right of the option)</para>
22615
22616               <itemizedlist>
22617                 <listitem>
22618                   <para>Library will be filled in automatically based on the
22619                   library you chose from the pull down at the top of the
22620                   page</para>
22621                 </listitem>
22622
22623                 <listitem>
22624                   <para>The day information will also be filled in
22625                   automatically based on the date you clicked on the
22626                   calendar</para>
22627                 </listitem>
22628
22629                 <listitem>
22630                   <para>In the description enter the reason the library is
22631                   closed</para>
22632                 </listitem>
22633
22634                 <listitem>
22635                   <para>Next you can choose if this event is a one time event
22636                   or if it is repeatable.</para>
22637
22638                   <itemizedlist>
22639                     <listitem>
22640                       <para>If this is a one day holiday choose 'Holiday only
22641                       on this day'</para>
22642                     </listitem>
22643
22644                     <listitem>
22645                       <para>If this is a weekly closing (like a weekend day)
22646                       then you can choose 'Holiday repeated every same day of
22647                       the week'</para>
22648                     </listitem>
22649
22650                     <listitem>
22651                       <para>If this is an annual holiday closing choose
22652                       'Holiday repeated yearly on the same date'</para>
22653                     </listitem>
22654
22655                     <listitem>
22656                       <para>If the library is going to be closed for the week
22657                       or a range of time choose 'Holiday on a range' and enter
22658                       a 'To Date' at the top</para>
22659                     </listitem>
22660
22661                     <listitem>
22662                       <para>If the library is going to be closed for a range
22663                       of time each year (such as summer holidays for schools)
22664                       choose 'Holiday repeated yearly on a range' and enter a
22665                       'To Date' at the top</para>
22666                     </listitem>
22667                   </itemizedlist>
22668                 </listitem>
22669
22670                 <listitem>
22671                   <para>Finally decide if this event should be applied to all
22672                   libraries or just the one you have originally
22673                   selected</para>
22674
22675                   <itemizedlist>
22676                     <listitem>
22677                       <para>If you'd rather enter all the holidays and then
22678                       copy them all to another branch all at once you can use
22679                       the copy menu below the calendar</para>
22680
22681                       <screenshot>
22682                         <screeninfo>Copy holidays</screeninfo>
22683
22684                         <mediaobject>
22685                           <imageobject>
22686                             <imagedata fileref="images/tools/calendar/copyholidays.png"/>
22687                           </imageobject>
22688                         </mediaobject>
22689                       </screenshot>
22690                     </listitem>
22691                   </itemizedlist>
22692                 </listitem>
22693               </itemizedlist>
22694             </listitem>
22695
22696             <listitem>
22697               <para>After saving you will see the event listed in the summary
22698               to the right the calendar</para>
22699
22700               <screenshot>
22701                 <screeninfo>Calendar Summary</screeninfo>
22702
22703                 <mediaobject>
22704                   <imageobject>
22705                     <imagedata fileref="images/tools/calendar/calendarsummary.png"/>
22706                   </imageobject>
22707                 </mediaobject>
22708               </screenshot>
22709             </listitem>
22710           </itemizedlist>
22711         </section>
22712
22713         <section id="editevents">
22714           <title>Editing Events</title>
22715
22716           <para>To edit events</para>
22717
22718           <itemizedlist>
22719             <listitem>
22720               <para>Click on the event on the calendar that you want to change
22721               (do this by clicking on the date on the calendar, not the event
22722               listed in the summary)</para>
22723
22724               <screenshot>
22725                 <screeninfo>Edit holiday form</screeninfo>
22726
22727                 <mediaobject>
22728                   <imageobject>
22729                     <imagedata fileref="images/tools/calendar/calendaredit.png"/>
22730                   </imageobject>
22731                 </mediaobject>
22732               </screenshot>
22733             </listitem>
22734
22735             <listitem>
22736               <para>From this form you can make edits to the holiday or delete the holiday
22737                 completely. <itemizedlist>
22738                   <listitem>
22739                     <para>All actions require that you click 'Save' before the change will be
22740                       made.</para>
22741                   </listitem>
22742                 </itemizedlist></para>
22743             </listitem>
22744
22745             <listitem>
22746               <para>Clicking on repeatable events will offer slightly
22747               different options</para>
22748
22749               <screenshot>
22750                 <screeninfo>Edit repeatable event</screeninfo>
22751
22752                 <mediaobject>
22753                   <imageobject>
22754                     <imagedata fileref="images/tools/calendar/calendarexception.png"/>
22755                   </imageobject>
22756                 </mediaobject>
22757               </screenshot>
22758
22759               <itemizedlist>
22760                 <listitem>
22761                   <para>In the form above you will note that there is now an option to 'Generate an
22762                     exception for this repeated holiday,' choosing this option will allow you to
22763                     make it so that this date is not closed even though the library is usually
22764                     closed on this date.<itemizedlist>
22765                       <listitem>
22766                         <para>All actions require that you click 'Save' before the change will be
22767                           made.</para>
22768                       </listitem>
22769                     </itemizedlist></para>
22770                 </listitem>
22771               </itemizedlist>
22772             </listitem>
22773           </itemizedlist>
22774         </section>
22775
22776         <section id="calendarhelp">
22777           <title>Additional Help</title>
22778
22779           <para>When adding or editing events you can get additional help by
22780           clicking on the question mark next to various different options on
22781           the form</para>
22782
22783           <screenshot>
22784             <screeninfo>Additional Calendar Help Buttons</screeninfo>
22785
22786             <mediaobject>
22787               <imageobject>
22788                 <imagedata fileref="images/tools/calendar/calendarhelp.png"/>
22789               </imageobject>
22790             </mediaobject>
22791           </screenshot>
22792         </section>
22793       </section>
22794
22795       <section id="csvprofiles">
22796         <title>CSV Profiles</title>
22797
22798         <itemizedlist>
22799           <listitem>
22800             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
22801             Additional Tools &gt; CSV Profiles</para>
22802           </listitem>
22803         </itemizedlist>
22804
22805         <para>CSV Profiles are created to define how you would like your cart
22806         or list to export.</para>
22807
22808         <section id="addcsvprofile">
22809           <title>Add CSV Profiles</title>
22810
22811           <para>To add a CSV Profile</para>
22812
22813           <itemizedlist>
22814             <listitem>
22815               <para>Click 'CSV Profiles' from the Tools menu</para>
22816             </listitem>
22817             <listitem>
22818               <para>The 'Profile type' determines what type of fields you plan to use (MARC or SQL)
22819                 to define your profile<itemizedlist>
22820                   <listitem>
22821                     <para>If tyou choose MARC then you will need to enter MARC fields</para>
22822                   </listitem>
22823                 </itemizedlist></para>
22824               <screenshot>
22825                 <screeninfo>MARC CSV Profile</screeninfo>
22826                 <mediaobject>
22827                   <imageobject>
22828                     <imagedata fileref="images/tools/csvprofiles/addcsv.png"/>
22829                   </imageobject>
22830                 </mediaobject>
22831               </screenshot>
22832               <itemizedlist>
22833                 <listitem>
22834                   <para>If tyou choose SQL then you will need to enter SQL database fields</para>
22835                   <screenshot>
22836                       <screeninfo>SQL CSV Profile</screeninfo>
22837                       <mediaobject>
22838                         <imageobject>
22839                           <imagedata fileref="images/tools/csvprofiles/addcsv-sql.png"/>
22840                         </imageobject>
22841                       </mediaobject>
22842                     </screenshot>
22843                 </listitem>
22844               </itemizedlist>
22845               <itemizedlist>
22846                 <listitem>
22847                   <para>The 'Profile name' will appear on the export pull down list when choosing
22848                     'Download' from your cart or list</para>
22849                   <screenshot>
22850                       <screeninfo>Download List</screeninfo>
22851                       <mediaobject>
22852                         <imageobject>
22853                           <imagedata fileref="images/tools/csvprofiles/downloadcsv.png"/>
22854                         </imageobject>
22855                       </mediaobject>
22856                     </screenshot>
22857                 </listitem>
22858                 <listitem>
22859                   <para>The 'Profile description' is for your own benefit, but will also appear in
22860                     the OPAC when patrons download content, so make sure it's clear to your patrons
22861                     as well</para>
22862                 </listitem>
22863                 <listitem>
22864                   <para>The 'CSV separator' is the character used to separate values and value groups<note>
22865                       <para>The most common option here is comma because most spreadsheet
22866                         applications know how to open files split by commas.</para>
22867                     </note></para>
22868                 </listitem>
22869                 <listitem>
22870                   <para>The 'Field separator' is the character used to separate duplicate
22871                     fields</para>
22872                   <itemizedlist>
22873                     <listitem>
22874                       <para>Example: You may have multiple 650 fields and this is the character that
22875                         will appear in between each one in the column</para>
22876                       <screenshot>
22877                           <screeninfo>Field separators in between multiple subjects</screeninfo>
22878                           <mediaobject>
22879                             <imageobject>
22880                               <imagedata fileref="images/tools/csvprofiles/csvfieldsep.png"/>
22881                             </imageobject>
22882                           </mediaobject>
22883                         </screenshot>
22884                     </listitem>
22885                   </itemizedlist>
22886                 </listitem>
22887                 <listitem>
22888                   <para>The 'Subfield separator' is the character used to separate duplicate
22889                     subfields</para>
22890                   <itemizedlist>
22891                     <listitem>
22892                       <para>Example: You may have multiple $a subfields in a field</para>
22893                     </listitem>
22894                   </itemizedlist>
22895                 </listitem>
22896                 <listitem>
22897                   <para>The 'Encoding' field lets you define the encoding used when saving the
22898                     file</para>
22899                 </listitem>
22900                 <listitem>
22901                   <para>Finally format your CSV file using the 'Profile MARC' or 'Profile SQL'
22902                     field</para>
22903                   <itemizedlist>
22904                     <listitem>
22905                       <para>Define which fields or subfields you want to export, separated by pipes.
22906                         Example : 200|210$a|301 for MARC and biblio.title|biblio.author for
22907                         SQL</para>
22908                     </listitem>
22909                     <listitem>
22910                       <note>
22911                         <para>You can also use your own headers (instead of the ones from Koha) by
22912                           prefixing the field number with an header, followed by the equal sign.
22913                           Example : Personal name=100|title=245$a|300</para>
22914                       </note>
22915                     </listitem>
22916                   </itemizedlist>
22917                 </listitem>
22918               </itemizedlist>
22919               <para>When you have entered in all of the information for you profile, simply click
22920                 'Submit' and you will be presented with a confirmation that your profile has been saved.</para>
22921               <screenshot>
22922                   <screeninfo>Confirmation of new CSV profile</screeninfo>
22923                   <mediaobject>
22924                     <imageobject>
22925                       <imagedata fileref="images/tools/csvprofiles/csvadded.png"/>
22926                     </imageobject>
22927                   </mediaobject>
22928                 </screenshot>
22929             </listitem>
22930           </itemizedlist>
22931         </section>
22932
22933         <section id="editcsvprofile">
22934           <title>Modify CSV Profiles</title>
22935
22936           <para>Once you have created at least one CSV Profile an 'Edit
22937           profile' tab will appear next to the 'New profile' button.</para>
22938
22939           <screenshot>
22940             <screeninfo>Modify CSV Profiles</screeninfo>
22941
22942             <mediaobject>
22943               <imageobject>
22944                 <imagedata fileref="images/tools/csvprofiles/modifycsv.png"/>
22945               </imageobject>
22946             </mediaobject>
22947           </screenshot>
22948
22949           <itemizedlist>
22950             <listitem>
22951               <para>Choose the profile you would like to edit and alter the necessary fields.</para>
22952             </listitem>
22953             <listitem>
22954               <para>After submitting your changes you will be presented with a confirmation message
22955                 at the top of the screen</para>
22956               <screenshot>
22957                   <screeninfo>Confirmation of CSV modification</screeninfo>
22958                   <mediaobject>
22959                     <imageobject>
22960                       <imagedata fileref="images/tools/csvprofiles/csvmodified.png"/>
22961                     </imageobject>
22962                   </mediaobject>
22963                 </screenshot>
22964             </listitem>
22965
22966             <listitem>
22967               <para>To delete a profile, check the 'Delete selected profile'
22968               option before clicking 'Submit Query'</para>
22969
22970               <screenshot>
22971                 <screeninfo>Delete an existing CSV Profile</screeninfo>
22972
22973                 <mediaobject>
22974                   <imageobject>
22975                     <imagedata fileref="images/tools/csvprofiles/deletecsv.png"/>
22976                   </imageobject>
22977                 </mediaobject>
22978               </screenshot>
22979             </listitem>
22980           </itemizedlist>
22981         </section>
22982
22983         <section id="usecsvprofiles">
22984           <title>Using CSV Profiles</title>
22985
22986           <para>Your CSV Profiles will appear on the export list or cart menu under the 'Download'
22987             button in both the staff client and the OPAC</para>
22988
22989           <screenshot>
22990             <screeninfo>CSV Profiles on Download Menu in the Staff Client</screeninfo>
22991
22992             <mediaobject>
22993               <imageobject>
22994                 <imagedata fileref="images/tools/csvprofiles/exportlist.png"/>
22995               </imageobject>
22996             </mediaobject>
22997           </screenshot>
22998         </section>
22999       </section>
23000
23001       <section id="logviewer">
23002         <title>Log Viewer</title>
23003
23004         <itemizedlist>
23005           <listitem>
23006             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23007             Additional Tools &gt; Log Viewer</para>
23008           </listitem>
23009         </itemizedlist>
23010
23011         <para>Actions within the Koha system are tracked in log files. Your
23012         <link linkend="logs">system preferences</link> can be changed to
23013         prevent the logging of different actions. These logs can be viewed
23014         using the Log Viewer Tool.</para>
23015
23016         <screenshot>
23017           <screeninfo>Log Viewer</screeninfo>
23018
23019           <mediaobject>
23020             <imageobject>
23021               <imagedata fileref="images/tools/logs/logviewer.png"/>
23022             </imageobject>
23023           </mediaobject>
23024         </screenshot>
23025
23026         <para>Choosing different combinations of menu options will produce the
23027         log file for that query.</para>
23028
23029         <screenshot>
23030           <screeninfo>A query for all logs related to the Circulation module
23031           produces a result like this</screeninfo>
23032
23033           <mediaobject>
23034             <imageobject>
23035               <imagedata fileref="images/tools/logs/logresults.png"/>
23036             </imageobject>
23037           </mediaobject>
23038         </screenshot>
23039
23040         <para>You will note that real names do not appear on the log, only
23041         identifying numbers. You need to use the identifying numbers when
23042         searching the logs as well.</para>
23043       </section>
23044
23045       <section id="newstool">
23046         <title>News</title>
23047
23048         <itemizedlist>
23049           <listitem>
23050             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23051             Additional Tools &gt; News</para>
23052           </listitem>
23053         </itemizedlist>
23054
23055         <para>Koha's news module allows librarians to post news to the OPAC,
23056         staff interface and circulation receipts.</para>
23057
23058         <screenshot>
23059           <screeninfo>Koha News Module</screeninfo>
23060
23061           <mediaobject>
23062             <imageobject>
23063               <imagedata fileref="images/tools/news/news.png"/>
23064             </imageobject>
23065           </mediaobject>
23066         </screenshot>
23067
23068         <para>To add news to either the OPAC, the Staff Client or a
23069         Circulation receipt:</para>
23070
23071         <itemizedlist>
23072           <listitem>
23073             <para>Click 'New Entry'</para>
23074
23075             <screenshot>
23076               <screeninfo>Add Koha News Form</screeninfo>
23077
23078               <mediaobject>
23079                 <imageobject>
23080                   <imagedata fileref="images/tools/news/addnews.png"/>
23081                 </imageobject>
23082               </mediaobject>
23083             </screenshot>
23084
23085             <itemizedlist>
23086               <listitem>
23087                 <para>Under 'Display Location' choose whether to put the news on the OPAC, Slip
23088                   (circulation receipt) or the Librarian (Staff) Interface.<screenshot>
23089                     <screeninfo>Display location</screeninfo>
23090                     <mediaobject>
23091                       <imageobject>
23092                         <imagedata fileref="images/tools/news/displaylocation.png"/>
23093                       </imageobject>
23094                     </mediaobject>
23095                   </screenshot></para>
23096               </listitem>
23097
23098               <listitem>
23099                 <para>Choose the library this news item will show for</para>
23100               </listitem>
23101               <listitem>
23102                 <para>Choose a title for your entry</para>
23103               </listitem>
23104
23105               <listitem>
23106                 <para>Using the publication and expiration date fields you can
23107                 control how long your item appears</para>
23108               </listitem>
23109
23110               <listitem>
23111                 <para>'Appear in position' lets you decide what order your
23112                 news items appear in</para>
23113               </listitem>
23114
23115               <listitem>
23116                 <para>The 'News' box allows for the use of HTML for formatting
23117                 of your news item</para>
23118               </listitem>
23119             </itemizedlist>
23120           </listitem>
23121
23122           <listitem>
23123             <para>After filling in all of the fields, click 'Submit'</para>
23124           </listitem>
23125
23126           <listitem>
23127             <para>News in the OPAC will appear above the <link linkend="OpacMainUserBlock">OpacMainUserBlock</link></para>
23128
23129             <screenshot>
23130               <screeninfo>News in the OPAC</screeninfo>
23131
23132               <mediaobject>
23133                 <imageobject>
23134                   <imagedata fileref="images/tools/news/opacnews.png"/>
23135                 </imageobject>
23136               </mediaobject>
23137             </screenshot>
23138           </listitem>
23139
23140           <listitem>
23141             <para>News in the Staff Client will appear on the far left of the
23142             screen</para>
23143
23144             <screenshot>
23145               <screeninfo>News in the Staff Client</screeninfo>
23146
23147               <mediaobject>
23148                 <imageobject>
23149                   <imagedata fileref="images/tools/news/librariannews.png"/>
23150                 </imageobject>
23151               </mediaobject>
23152             </screenshot>
23153           </listitem>
23154
23155           <listitem>
23156             <para>News on the circulation receipts will appear below the items
23157             that are checked out</para>
23158
23159             <screenshot>
23160               <screeninfo>News at the bottom of the circulation
23161               receipt</screeninfo>
23162
23163               <mediaobject>
23164                 <imageobject>
23165                   <imagedata fileref="images/tools/news/slipnews.png"/>
23166                 </imageobject>
23167               </mediaobject>
23168             </screenshot>
23169           </listitem>
23170         </itemizedlist>
23171       </section>
23172
23173       <section id="taskscheduler">
23174         <title>Task Scheduler</title>
23175
23176         <itemizedlist>
23177           <listitem>
23178             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23179             Additional Tools &gt; Task Scheduler</para>
23180           </listitem>
23181         </itemizedlist>
23182
23183         <para>The task scheduler is a way to schedule reports to run whenever
23184         you want.</para>
23185
23186         <para>To schedule a task, visit the Task Scheduler and fill in the
23187         form</para>
23188
23189         <screenshot>
23190           <screeninfo>Task Scheduler</screeninfo>
23191
23192           <mediaobject>
23193             <imageobject>
23194               <imagedata fileref="images/tools/tasksched/taskscheduler.png"/>
23195             </imageobject>
23196           </mediaobject>
23197         </screenshot>
23198
23199         <itemizedlist>
23200           <listitem>
23201             <para>Current Server Time shows the time on your server (schedule
23202             all of your reports to run based on that time - not on your local
23203             time)</para>
23204           </listitem>
23205
23206           <listitem>
23207             <para>Time should be entered as hh:mm (2 digit hour, 2 digit
23208             minute)</para>
23209           </listitem>
23210
23211           <listitem>
23212             <para>Date should be entered using the calendar pop up</para>
23213           </listitem>
23214
23215           <listitem>
23216             <para>From Report choose the report you want to schedule</para>
23217           </listitem>
23218
23219           <listitem>
23220             <para>Choose whether to receive the text of or a link to the
23221             results</para>
23222           </listitem>
23223
23224           <listitem>
23225             <para>In the Email filed enter the email of the person you want to
23226             receive your report</para>
23227           </listitem>
23228         </itemizedlist>
23229
23230         <para>Below the task scheduler form, there is a list of scheduled
23231         reports</para>
23232
23233         <screenshot>
23234           <screeninfo>Scheduled Tasks</screeninfo>
23235
23236           <mediaobject>
23237             <imageobject>
23238               <imagedata fileref="images/tools/tasksched/scheduledreports.png"/>
23239             </imageobject>
23240           </mediaobject>
23241         </screenshot>
23242
23243         <para>You can also schedule reports directly from the list of saved
23244         reports by clicking the 'Schedule' link</para>
23245
23246         <screenshot>
23247           <screeninfo>Saved Reports List</screeninfo>
23248
23249           <mediaobject>
23250             <imageobject>
23251               <imagedata fileref="images/tools/tasksched/savedreports.png"/>
23252             </imageobject>
23253           </mediaobject>
23254         </screenshot>
23255
23256         <section id="taskscedtroubleshoot">
23257           <title>Troubleshooting</title>
23258
23259           <para>Task scheduler will not work if the user the web server runs
23260           as doesn't have the permission to use it. To find out if the right
23261           user has the permissions necessary, check /etc/at.allow to see what
23262           users are in it. If you don't have that file, check etc/at.deny. If
23263           at.deny exists but is blank, then every user can use it. Talk to
23264           your system admin about adding the user to the right place to make
23265           the task scheduler work.</para>
23266         </section>
23267       </section>
23268
23269       <section id="QOTDEditor">
23270         <title>Quote of the Day (QOTD) Editor</title>
23271         <itemizedlist>
23272           <listitem>
23273             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Additional Tools &gt; Edit
23274               quotes for QOTD feature</para>
23275           </listitem>
23276         </itemizedlist>
23277
23278         <para>This tool will allow you to add and edit quotes to show on the
23279         OPAC if you're using the Quote of the Day (QOTD) feature.</para>
23280
23281         <para>To turn this feature on set the <link linkend="QuoteOfTheDay">QuoteOfTheDay</link> preference to 'Enable and
23282         add at least one quote via the Quote of the Day Editor. Once these
23283         steps are complete you will see your quotes above the <link linkend="OpacMainUserBlock">OpacMainUserBlock</link> in the
23284         OPAC:</para>
23285
23286         <screenshot>
23287           <screeninfo>Quote in the OPAC</screeninfo>
23288
23289           <mediaobject>
23290             <imageobject>
23291               <imagedata fileref="images/tools/qotd/quoteinopac.png"/>
23292             </imageobject>
23293           </mediaobject>
23294         </screenshot>
23295
23296         <section id="addquote">
23297           <title>Add a Quote</title>
23298
23299           <para>To add a quote:</para>
23300
23301           <itemizedlist>
23302             <listitem>
23303               <para>Click the 'Add quote' button in the toolbar and an empty
23304               quote entry will be added to the end of the current quote
23305               list.</para>
23306
23307               <screenshot>
23308                 <screeninfo>Add quote button</screeninfo>
23309
23310                 <mediaobject>
23311                   <imageobject>
23312                     <imagedata fileref="images/tools/qotd/quotebuttons.png"/>
23313                   </imageobject>
23314                 </mediaobject>
23315               </screenshot>
23316
23317               <itemizedlist>
23318                 <listitem>
23319                   <important>
23320                     <para>Both the 'Source' and the 'Text' fields must be
23321                     filled in in order to save the new quote.</para>
23322
23323                     <screenshot>
23324                       <screeninfo>Add quote</screeninfo>
23325
23326                       <mediaobject>
23327                         <imageobject>
23328                           <imagedata fileref="images/tools/qotd/addquote.png"/>
23329                         </imageobject>
23330                       </mediaobject>
23331                     </screenshot>
23332                   </important>
23333                 </listitem>
23334               </itemizedlist>
23335             </listitem>
23336
23337             <listitem>
23338               <para>When finished filling in both fields, press the
23339               &lt;Enter&gt; key on your keyboard to save the new quote.</para>
23340             </listitem>
23341
23342             <listitem>
23343               <para>The list will update and the new quote should now be
23344               visible in the list.</para>
23345             </listitem>
23346           </itemizedlist>
23347
23348           <note>
23349             <para>You may cancel the addition of a new quote any time prior to
23350             saving it simply by pressing the &lt;Esc&gt; key on your
23351             keyboard.</para>
23352           </note>
23353         </section>
23354
23355         <section id="editquote">
23356           <title>Edit/Delete a Quote</title>
23357
23358           <para>Once the current quote pool has been loaded into the editing
23359           table, you may edit the quote source and text.</para>
23360
23361           <itemizedlist>
23362             <listitem>
23363               <para>Edit either the 'Source' or 'Text' fields by clicking on
23364               the desired field.</para>
23365
23366               <screenshot>
23367                 <screeninfo>Edit quote</screeninfo>
23368
23369                 <mediaobject>
23370                   <imageobject>
23371                     <imagedata fileref="images/tools/qotd/editquote.png"/>
23372                   </imageobject>
23373                 </mediaobject>
23374               </screenshot>
23375             </listitem>
23376
23377             <listitem>
23378               <para>When you are finished editing a field, press the
23379               &lt;Enter&gt; key on your keyboard to save the changes.</para>
23380             </listitem>
23381           </itemizedlist>
23382
23383           <para>The list will be updated, the edits saved, and visible.</para>
23384
23385           <para>If you'd like you can also delete quote(s).</para>
23386
23387           <itemizedlist>
23388             <listitem>
23389               <para>Select the quote(s) you desire to delete by clicking on
23390               the corresponding quote id.</para>
23391             </listitem>
23392
23393             <listitem>
23394               <para>Once quote selection is finished, simply click the 'Delete
23395               quote(s)' button.</para>
23396             </listitem>
23397
23398             <listitem>
23399               <para>You will be prompted to confirm the deletion.</para>
23400             </listitem>
23401
23402             <listitem>
23403               <para>After confirming the deletion, the list will update and
23404               the quote(s) will no longer appear.</para>
23405             </listitem>
23406           </itemizedlist>
23407         </section>
23408
23409         <section id="importquote">
23410           <title>Import Quotes</title>
23411
23412           <para>If you'd like you can import a batch of quotes as a CSV file.
23413           Your file must contain two columns in the form: "source","text" with
23414           no header row.</para>
23415
23416           <note>
23417             <para>You will be prompted to confirm upload of files larger than
23418             512KB.</para>
23419           </note>
23420
23421           <itemizedlist>
23422             <listitem>
23423               <para>To start the import process click the 'Import quotes'
23424               button at the top of the screen</para>
23425
23426               <screenshot>
23427                 <screeninfo>Import quotes button</screeninfo>
23428
23429                 <mediaobject>
23430                   <imageobject>
23431                     <imagedata fileref="images/tools/qotd/quotebuttons.png"/>
23432                   </imageobject>
23433                 </mediaobject>
23434               </screenshot>
23435             </listitem>
23436
23437             <listitem>
23438               <para>Once on the import quotes screen you can browse your
23439               computer for the file you would like to import</para>
23440
23441               <screenshot>
23442                 <screeninfo>Import quotes</screeninfo>
23443
23444                 <mediaobject>
23445                   <imageobject>
23446                     <imagedata fileref="images/tools/qotd/importquotes.png"/>
23447                   </imageobject>
23448                 </mediaobject>
23449               </screenshot>
23450             </listitem>
23451
23452             <listitem>
23453               <para>After selecting the CSV file, click the 'Open' button and
23454               the file will be uploaded into a temporary editing table.</para>
23455
23456               <screenshot>
23457                 <screeninfo>Imported quotes</screeninfo>
23458
23459                 <mediaobject>
23460                   <imageobject>
23461                     <imagedata fileref="images/tools/qotd/importedsummary.png"/>
23462                   </imageobject>
23463                 </mediaobject>
23464               </screenshot>
23465             </listitem>
23466
23467             <listitem>
23468               <para>From the listing you can edit either the 'Source' or
23469               'Text' fields by clicking on the desired field. When you are
23470               finished editing a field, press the &lt;Enter&gt; key on your
23471               keyboard to save the changes.</para>
23472
23473               <screenshot>
23474                 <screeninfo>Edit imported quote</screeninfo>
23475
23476                 <mediaobject>
23477                   <imageobject>
23478                     <imagedata fileref="images/tools/qotd/editimported.png"/>
23479                   </imageobject>
23480                 </mediaobject>
23481               </screenshot>
23482             </listitem>
23483
23484             <listitem>
23485               <para>You can also delete quotes from this listing before
23486               completing the import.</para>
23487
23488               <itemizedlist>
23489                 <listitem>
23490                   <para>Select the quote(s) you desire to delete by clicking
23491                   on the corresponding quote id.</para>
23492
23493                   <screenshot>
23494                     <screeninfo>Selected for deletion</screeninfo>
23495
23496                     <mediaobject>
23497                       <imageobject>
23498                         <imagedata fileref="images/tools/qotd/selectfordelete.png"/>
23499                       </imageobject>
23500                     </mediaobject>
23501                   </screenshot>
23502                 </listitem>
23503
23504                 <listitem>
23505                   <para>Once quote selection is finished, simply click the
23506                   'Delete quote(s)' key.</para>
23507
23508                   <screenshot>
23509                     <screeninfo>Delete quote(s)</screeninfo>
23510
23511                     <mediaobject>
23512                       <imageobject>
23513                         <imagedata fileref="images/tools/qotd/importquotebuttons.png"/>
23514                       </imageobject>
23515                     </mediaobject>
23516                   </screenshot>
23517                 </listitem>
23518
23519                 <listitem>
23520                   <para>You will be prompted to confirm the deletion.</para>
23521
23522                   <screenshot>
23523                     <screeninfo>Confirm deletion</screeninfo>
23524
23525                     <mediaobject>
23526                       <imageobject>
23527                         <imagedata fileref="images/tools/qotd/confirmdelete.png"/>
23528                       </imageobject>
23529                     </mediaobject>
23530                   </screenshot>
23531                 </listitem>
23532
23533                 <listitem>
23534                   <para>After confirming the deletion, the list will update
23535                   and the quote(s) will no longer appear.</para>
23536                 </listitem>
23537               </itemizedlist>
23538             </listitem>
23539
23540             <listitem>
23541               <para>Once you are satisfied with the quotes, click the 'Save
23542               quotes' button in the toolbar at the top and the quotes will be
23543               saved.</para>
23544
23545               <screenshot>
23546                 <screeninfo>Save quotes button</screeninfo>
23547
23548                 <mediaobject>
23549                   <imageobject>
23550                     <imagedata fileref="images/tools/qotd/importquotebuttons.png"/>
23551                   </imageobject>
23552                 </mediaobject>
23553               </screenshot>
23554             </listitem>
23555           </itemizedlist>
23556         </section>
23557       </section>
23558     </section>
23559   </chapter>
23560
23561   <chapter id="patrons">
23562     <title>Patrons</title>
23563
23564     <para>Before importing and/or adding patrons be sure to set up your <link linkend="patcats">patron categories</link>.</para>
23565
23566     <section id="addnewpatron">
23567       <title>Add a new patron</title>
23568
23569       <para>Patrons are added by going to the 'Patrons' module.<itemizedlist>
23570           <listitem>
23571             <para><emphasis>Get there:</emphasis> Patrons</para>
23572           </listitem>
23573         </itemizedlist></para>
23574       <para>Once there you can add a new patron.</para>
23575
23576       <itemizedlist>
23577         <listitem>
23578           <para>Click 'New patron'</para>
23579
23580           <screenshot>
23581             <screeninfo>Choose patron type</screeninfo>
23582
23583             <mediaobject>
23584               <imageobject>
23585                 <imagedata fileref="images/patrons/newpatron.png"/>
23586               </imageobject>
23587             </mediaobject>
23588           </screenshot>
23589         </listitem>
23590
23591         <listitem>
23592           <para>The fields that appear on the patron add form can be
23593           controlled by editing the <link linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> system
23594           preference.</para>
23595         </listitem>
23596
23597         <listitem>
23598           <para>First enter the identifying information regarding your
23599           patron</para>
23600
23601           <screenshot>
23602             <screeninfo>Add Patron Form</screeninfo>
23603
23604             <mediaobject>
23605               <imageobject>
23606                 <imagedata fileref="images/patrons/addpatronform.png"/>
23607               </imageobject>
23608             </mediaobject>
23609           </screenshot>
23610
23611           <itemizedlist>
23612             <listitem>
23613               <para>Required fields are defined in the <link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
23614               system preference</para>
23615             </listitem>
23616
23617             <listitem>
23618               <para>Salutation is populated by the <link linkend="BorrowersTitles">BorrowersTitles</link> system
23619               preference</para>
23620             </listitem>
23621             <listitem>
23622               <note>
23623                 <para>If you'd like to prevent full names from printing on <link linkend="notices"
23624                     >slips</link> and you're not using the Initials or Other name fields for
23625                   anything else, you can use them for shortened versions of the name to then be
23626                   printed on the slip.  </para>
23627                 <para>For example:
23628                   <programlisting>Firstname: Nicole C.
23629 Surname: Engard
23630 Initials: NCE</programlisting></para>
23631                 <para>Then on the slip you can have it print the &lt;&lt;borrowers.initials>>
23632                   instead of the full name (NCE).</para>
23633                 <para>Or you could do something like
23634                   this:<programlisting>Firstname: Nicole
23635 Surname: Engard
23636 Initials: E</programlisting></para>
23637                 <para>Then on the slip you can have it print the &lt;&lt;borrowers.initials>>,
23638                   &lt;&lt;borrowers.firstname>> instead of the full name (E, Nicole).</para>
23639               </note>
23640             </listitem>
23641           </itemizedlist>
23642         </listitem>
23643
23644         <listitem>
23645           <para>Next enter the contact information</para>
23646
23647           <screenshot>
23648             <screeninfo>Patron Contact Information</screeninfo>
23649
23650             <mediaobject>
23651               <imageobject>
23652                 <imagedata fileref="images/patrons/addcontact.png"/>
23653               </imageobject>
23654             </mediaobject>
23655           </screenshot>
23656
23657           <itemizedlist>
23658             <listitem>
23659               <para>For contact information, note that the primary phone and
23660               email addresses are the ones that appear on notices and slips
23661               printed during circulation (receipts, transfer slips and hold
23662               slips). The primary email is also the one that overdue notices
23663               and other messages go to.</para>
23664             </listitem>
23665           </itemizedlist>
23666         </listitem>
23667
23668         <listitem>
23669           <para>If this patron is a child, you will be asked to attach the
23670           child patron to an adult patron</para>
23671
23672           <screenshot>
23673             <screeninfo>Guarantor Linking</screeninfo>
23674
23675             <mediaobject>
23676               <imageobject>
23677                 <imagedata fileref="images/patrons/addGuarantor.png"/>
23678               </imageobject>
23679             </mediaobject>
23680           </screenshot>
23681
23682           <itemizedlist>
23683             <listitem>
23684               <para>Click 'Set to Patron' to search your system for an
23685               existing patron</para>
23686             </listitem>
23687
23688             <listitem>
23689               <para>If the Guarantor is not in the system, you can enter the
23690               first and last name in the fields available</para>
23691             </listitem>
23692
23693             <listitem>
23694               <para>The relationships are set using the <link linkend="borrowerRelationship">borrowerRelationship</link>
23695               system preference</para>
23696             </listitem>
23697           </itemizedlist>
23698         </listitem>
23699
23700         <listitem>
23701           <para>If this patron is a professional, you will be asked to attach
23702           the patron to an organizational patron</para>
23703
23704           <screenshot>
23705             <screeninfo>Organization Linking</screeninfo>
23706
23707             <mediaobject>
23708               <imageobject>
23709                 <imagedata fileref="images/patrons/addOrg.png"/>
23710               </imageobject>
23711             </mediaobject>
23712           </screenshot>
23713
23714           <itemizedlist>
23715             <listitem>
23716               <para>Click 'Set to Patron to search your system for an existing
23717               patron</para>
23718             </listitem>
23719           </itemizedlist>
23720         </listitem>
23721
23722         <listitem>
23723           <para>Each patron can have an alternate contact</para>
23724
23725           <screenshot>
23726             <screeninfo>Alternate Contact</screeninfo>
23727
23728             <mediaobject>
23729               <imageobject>
23730                 <imagedata fileref="images/patrons/addaltcontact.png"/>
23731               </imageobject>
23732             </mediaobject>
23733           </screenshot>
23734
23735           <itemizedlist>
23736             <listitem>
23737               <para>An alternate contact could be a parent or guardian. It can
23738               also be used in academic settings to store the patron's home
23739               address.</para>
23740             </listitem>
23741           </itemizedlist>
23742         </listitem>
23743
23744         <listitem>
23745           <para>The library management section includes values that are used
23746           within the library</para>
23747
23748           <screenshot>
23749             <screeninfo>Library Management</screeninfo>
23750
23751             <mediaobject>
23752               <imageobject>
23753                 <imagedata fileref="images/patrons/addlibmanagement.png"/>
23754               </imageobject>
23755             </mediaobject>
23756           </screenshot>
23757
23758           <itemizedlist>
23759             <listitem>
23760               <para>The card number field is automatically calculated if you
23761               have the <link linkend="autoMemberNum">autoMemberNum</link>
23762               system preference set that way</para>
23763
23764               <itemizedlist>
23765                 <listitem>
23766                   <note>
23767                     <para>For a newly installed system this preference will
23768                     start at 1 and increment by 1 each time after. To have it
23769                     start with the starting number of your barcodes, enter the
23770                     first barcode by hand in the patron record and save the
23771                     patron. After that the field will increment that number by
23772                     1.</para>
23773                   </note>
23774                 </listitem>
23775               </itemizedlist>
23776             </listitem>
23777
23778             <listitem>
23779               <para>If you accidentally chose the wrong patron category at the
23780               beginning you can fix that here</para>
23781             </listitem>
23782
23783             <listitem>
23784               <para>Sort 1 and 2 are used for statistical purposes within your
23785               library</para>
23786             </listitem>
23787           </itemizedlist>
23788         </listitem>
23789
23790         <listitem>
23791           <para>Next, the Library Setup section includes additional library
23792           settings</para>
23793
23794           <screenshot>
23795             <screeninfo>Library set-up options</screeninfo>
23796
23797             <mediaobject>
23798               <imageobject>
23799                 <imagedata fileref="images/patrons/addlibsetup.png"/>
23800               </imageobject>
23801             </mediaobject>
23802           </screenshot>
23803
23804           <itemizedlist>
23805             <listitem>
23806               <para>The registration date will automatically be filled in with
23807               today's date</para>
23808             </listitem>
23809
23810             <listitem>
23811               <para>If your patron cards expire (based on your <link linkend="patcats">patron category settings</link>) the Expiry
23812               date will automatically be calculated</para>
23813             </listitem>
23814
23815             <listitem>
23816               <para>The OPAC Note is a note for the patron - it will appear in
23817               the OPAC on the patron's record</para>
23818             </listitem>
23819
23820             <listitem>
23821               <para>The Circulation Note is meant solely for your library
23822               staff and will appear when the circulation staff goes to check
23823               an item out to the patron</para>
23824
23825               <screenshot>
23826                 <screeninfo>Sample Circulation Note</screeninfo>
23827
23828                 <mediaobject>
23829                   <imageobject>
23830                     <imagedata fileref="images/patrons/circnote.png"/>
23831                   </imageobject>
23832                 </mediaobject>
23833               </screenshot>
23834             </listitem>
23835
23836             <listitem>
23837               <para>The Staff/OPAC asks for the username and password to be
23838               used by the patron (and/or staff member) to log into their
23839               account in the OPAC and for staff to log in to the staff
23840               client.</para>
23841
23842               <itemizedlist>
23843                 <listitem>
23844                   <para>Staff will only be able to use this log in info to log
23845                   in to the staff client if they have the <link linkend="patronpermissions">necessary
23846                   permissions</link>.</para>
23847                 </listitem>
23848               </itemizedlist>
23849             </listitem>
23850           </itemizedlist>
23851         </listitem>
23852
23853         <listitem>
23854           <para>If you have set <link linkend="patronattributetypes">additional patron attributes</link>
23855           up, these will appear next</para>
23856
23857           <screenshot>
23858             <screeninfo>Additional Patron Attributes</screeninfo>
23859
23860             <mediaobject>
23861               <imageobject>
23862                 <imagedata fileref="images/patrons/addattributes.png"/>
23863               </imageobject>
23864             </mediaobject>
23865           </screenshot>
23866         </listitem>
23867
23868         <listitem>
23869           <para id="setpatronmessaging">Finally, if you have <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
23870           set to 'allow,' you can choose the messaging preferences for this
23871           patron.</para>
23872
23873           <screenshot>
23874             <screeninfo>Patron Messaging Settings</screeninfo>
23875
23876             <mediaobject>
23877               <imageobject>
23878                 <imagedata fileref="images/patrons/addpatronmsg.png"/>
23879               </imageobject>
23880             </mediaobject>
23881           </screenshot>
23882
23883           <itemizedlist>
23884             <listitem>
23885               <para>These notices are:</para>
23886               <itemizedlist>
23887                 <listitem>
23888                   <para>Advanced notice : A notice in advance of the patron's items being due (The
23889                     patron can choose the number of days in advance)</para>
23890                 </listitem>
23891                 <listitem>
23892                   <para>Item checkout : A notice that lists all the of the items the patron has just
23893                     checked out and/or renewed, this is an electronic form of the checkout
23894                     receipt</para>
23895                 </listitem>
23896                 <listitem>
23897                   <para>Hold filled : A notice when you have confirmed the hold is waiting for the
23898                     patron</para>
23899                 </listitem>
23900                 <listitem>
23901                   <para>Item due : A notice on the day and item is due back at the library</para>
23902                 </listitem>
23903                 <listitem>
23904                   <para>Item check-in : A notice that lists all the of the items the patron has just
23905                     checked in</para>
23906                 </listitem>
23907               </itemizedlist>
23908             </listitem>
23909             <listitem>
23910               <para>Patrons can choose to receive their notices as a digest by checking the 'Digest
23911                 only?' box along with the delivery method. A digest is a combination of all the
23912                 messages of that type (so all items due in 3 days in one email) in to one email
23913                 instead of multiple emails for each alert.</para>
23914             </listitem>
23915             <listitem>
23916               <important>
23917                 <para>These preferences will override any you set via the
23918                 <link linkend="addingpatroncat">patron
23919                 categories</link></para>
23920               </important>
23921             </listitem>
23922
23923             <listitem>
23924               <important>
23925                 <para>These preference can be altered by the patron via the
23926                 OPAC</para>
23927               </important>
23928             </listitem>
23929           </itemizedlist>
23930         </listitem>
23931
23932         <listitem>
23933           <para>Once finished, click 'Save'</para>
23934         </listitem>
23935       </itemizedlist>
23936
23937       <para>If the system suspects this patron is a duplicate of another it
23938       will warn you.</para>
23939
23940       <screenshot>
23941         <screeninfo>Patron Duplicate Suspected</screeninfo>
23942
23943         <mediaobject>
23944           <imageobject>
23945             <imagedata fileref="images/patrons/duplicatewarn.png"/>
23946           </imageobject>
23947         </mediaobject>
23948       </screenshot>
23949       <note>
23950         <para>A duplicate patron is detected if first and last names match and there is no date of
23951           birth populated or if first name, last name and date of birth fields are all populated. If
23952           two patrons have matching names, but one has a date of birth and the other does not they
23953           will not match as duplicates.</para>
23954       </note>
23955
23956       <para>If you have set a minimum or upper age limit on the patron
23957       category and are requiring that the birth date be filled in, Koha will
23958       warn you if the patron you're adding is too old or young for the patron
23959       category you have selected:</para>
23960
23961       <screenshot>
23962         <screeninfo>Patron age warning</screeninfo>
23963
23964         <mediaobject>
23965           <imageobject>
23966             <imagedata fileref="images/patrons/patronagelimit.png"/>
23967           </imageobject>
23968         </mediaobject>
23969       </screenshot>
23970     </section>
23971
23972     <section id="addstaffpatron">
23973       <title>Add a Staff Patron</title>
23974
23975       <para>All staff members must be entered into Koha as patrons of the
23976       'Staff' type. Follow the steps in <link linkend="addnewpatron">Add a
23977       Patron</link> to add a staff member. To give the staff member
23978       permissions to access the staff client, follow the steps in <link linkend="patronpermissions">Patron Permissions</link></para>
23979
23980       <important>
23981         <para>Remember to assign your staff secure usernames and passwords
23982         since these will be used to log into the staff client.</para>
23983       </important>
23984     </section>
23985
23986     <section id="addstatspatron">
23987       <title>Add a Statistical Patron</title>
23988
23989       <para>One way to track use of in house items is to "check out" the
23990       materials to a statistical patron. The "check out" process doesn's check
23991       the book out, but instead tracks an in house use of the item. To use
23992       this method for tracking in house use you first will need a <link linkend="patcats">patron category</link> set up for your Statistical
23993       patron.</para>
23994
23995       <screenshot>
23996         <screeninfo>In House Patron Category</screeninfo>
23997
23998         <mediaobject>
23999           <imageobject>
24000             <imagedata fileref="images/patrons/statspatcat.png"/>
24001           </imageobject>
24002         </mediaobject>
24003       </screenshot>
24004
24005       <para>Next, you will need to create a new patron of the statistical
24006       type</para>
24007
24008       <screenshot>
24009         <screeninfo>New In House Patron</screeninfo>
24010
24011         <mediaobject>
24012           <imageobject>
24013             <imagedata fileref="images/patrons/newinhouse.png"/>
24014           </imageobject>
24015         </mediaobject>
24016       </screenshot>
24017
24018       <para>Next, follow the steps put forth in the '<link linkend="addnewpatron">Add a new Patron</link>' section of this manual.
24019       Since this patron is not a real person, simply fill in the required
24020       fields, the correct library and nothing else.</para>
24021
24022       <para>To learn about other methods of tracking in house use visit the
24023       <link linkend="trackinhouse">Tracking inhouse use</link> section of this
24024       manual.</para>
24025     </section>
24026
24027     <section id="duplicatepatron">
24028       <title>Duplicate a Patron</title>
24029
24030       <para>Sometimes when you're adding a new family to your system you don't
24031       want to type the contact information over and over. Koha allows for you
24032       to duplicate a patron and change only the parts you want to (or need to)
24033       change.</para>
24034
24035       <itemizedlist>
24036         <listitem>
24037           <para>Open the patron you want to use as your base (the patron you
24038           want to duplicate information from)</para>
24039         </listitem>
24040
24041         <listitem>
24042           <para>Click the 'Duplicate' button at the top of their record</para>
24043
24044           <screenshot>
24045             <screeninfo>The Duplicate Button is the 3rd one in</screeninfo>
24046
24047             <mediaobject>
24048               <imageobject>
24049                 <imagedata fileref="images/patrons/patronedit.png"/>
24050               </imageobject>
24051             </mediaobject>
24052           </screenshot>
24053         </listitem>
24054
24055         <listitem>
24056           <para>All of the fields with the exception of first name, card
24057           number, username and password have been duplicated. Fill in the
24058           missing pieces and click 'Save'</para>
24059
24060           <screenshot>
24061             <screeninfo>Duplicating Patron Form</screeninfo>
24062
24063             <mediaobject>
24064               <imageobject>
24065                 <imagedata fileref="images/patrons/duplicatedpatron.png"/>
24066               </imageobject>
24067             </mediaobject>
24068           </screenshot>
24069
24070           <itemizedlist>
24071             <listitem>
24072               <note>
24073                 <para>Clicking in a field that is already populated with data
24074                 will clear that field of all information (making it easier for
24075                 you to type in something different)</para>
24076               </note>
24077             </listitem>
24078           </itemizedlist>
24079         </listitem>
24080
24081         <listitem>
24082           <para>You will be brought to your new patron</para>
24083
24084           <screenshot>
24085             <screeninfo>Newly created patron</screeninfo>
24086
24087             <mediaobject>
24088               <imageobject>
24089                 <imagedata fileref="images/patrons/duplicatedpatronfinal.png"/>
24090               </imageobject>
24091             </mediaobject>
24092           </screenshot>
24093         </listitem>
24094       </itemizedlist>
24095     </section>
24096     <section id="addpatronimages">
24097       <title>Add Patron Images</title>
24098       <para>If you would like you can add patron images to help identify patrons.  To enable this
24099         feature you must first set the <link linkend="patronimages">patronimages</link> preference
24100         to 'Allow'.</para>
24101       <para>If the preference is set to 'Allow' you will see a placeholder image under the patron's
24102         name and box to upload a patron image below the basic contact information.</para>
24103       <screenshot>
24104           <screeninfo>Add patron image</screeninfo>
24105           <mediaobject>
24106             <imageobject>
24107               <imagedata fileref="images/patrons/addpatronimage.png"/>
24108             </imageobject>
24109           </mediaobject>
24110         </screenshot>
24111       <para>In the 'Upload Patron Image' box click 'Browse' to find the image on your computer and
24112         'Upload' to load the image on to the patron record.</para>
24113       <screenshot>
24114           <screeninfo>Patron image</screeninfo>
24115           <mediaobject>
24116             <imageobject>
24117               <imagedata fileref="images/patrons/patronimage.png"/>
24118             </imageobject>
24119           </mediaobject>
24120         </screenshot>
24121       <para>
24122         <important>
24123           <para>There is a limit of 100K on the size of the picture uploaded and it is recommended
24124             that the image be 200x300 pixels, but smaller images will work as well.</para>
24125         </important>
24126       </para>
24127     </section>
24128
24129     <section id="editpatrons">
24130       <title>Editing Patrons</title>
24131
24132       <para>Patrons in Koha can be edited using one of many edit
24133       buttons.</para>
24134
24135       <itemizedlist>
24136         <listitem>
24137           <para>To edit the entire patron record simply click the 'Edit'
24138           button at the top of the patron record.</para>
24139
24140           <screenshot>
24141             <screeninfo>Main Patron Edit Menu</screeninfo>
24142
24143             <mediaobject>
24144               <imageobject>
24145                 <imagedata fileref="images/patrons/patronedit.png"/>
24146               </imageobject>
24147             </mediaobject>
24148           </screenshot>
24149         </listitem>
24150
24151         <listitem>
24152           <para>Patron passwords are not recoverable. The stars show on the
24153           patron detail next to the Password label are always there even if a
24154           password isn't set. If a patron forgets their password the only
24155           option is to reset their password. To change the patron's password,
24156           click the 'Change Password' button</para>
24157
24158           <screenshot>
24159             <screeninfo>Patron Password Change Form</screeninfo>
24160
24161             <mediaobject>
24162               <imageobject>
24163                 <imagedata fileref="images/patrons/patronpassword.png"/>
24164               </imageobject>
24165             </mediaobject>
24166           </screenshot>
24167
24168           <itemizedlist>
24169             <listitem>
24170               <para>Koha cannot display existing passwords. Leave the field
24171               blank to leave password unchanged.</para>
24172             </listitem>
24173
24174             <listitem>
24175               <para>This form can automatically generate a random password if
24176               you click the link labeled "Click to fill with a randomly
24177               generated suggestion. Passwords will be displayed as
24178               text."</para>
24179             </listitem>
24180           </itemizedlist>
24181         </listitem>
24182
24183         <listitem>
24184           <para>To edit a specific section of the patron record (for example
24185           the Library Use section) click the 'Edit' link below the
24186           section</para>
24187
24188           <screenshot>
24189             <screeninfo>Library Use Section of Patron Record</screeninfo>
24190
24191             <mediaobject>
24192               <imageobject>
24193                 <imagedata fileref="images/patrons/patroneditsection.png"/>
24194               </imageobject>
24195             </mediaobject>
24196           </screenshot>
24197         </listitem>
24198
24199         <listitem>
24200           <para>A patron image can be added by browsing for the image on your
24201           machine from the 'Manage Patron Image' section</para>
24202
24203           <screenshot>
24204             <screeninfo>Manage Patron Image Form</screeninfo>
24205
24206             <mediaobject>
24207               <imageobject>
24208                 <imagedata fileref="images/patrons/patronaddimage.png"/>
24209               </imageobject>
24210             </mediaobject>
24211           </screenshot>
24212
24213           <itemizedlist>
24214             <listitem>
24215               <para>This form will not appear if you have the <link linkend="patronimages">patronimages</link> system preference to
24216               not allow patron images</para>
24217             </listitem>
24218
24219             <listitem>
24220               <para>To add patron images in bulk, use the <link linkend="uploadpatronimages">Upload Patron Images</link>
24221               Tool</para>
24222             </listitem>
24223           </itemizedlist>
24224         </listitem>
24225
24226         <listitem>
24227           <para id="patronflags">Patrons can also be blocked from checking
24228           items out by setting Patron Flags</para>
24229
24230           <screenshot>
24231             <screeninfo>Patron Warning Flags</screeninfo>
24232
24233             <mediaobject>
24234               <imageobject>
24235                 <imagedata fileref="images/patrons/patronflags.png"/>
24236               </imageobject>
24237             </mediaobject>
24238           </screenshot>
24239
24240           <itemizedlist>
24241             <listitem>
24242               <para>If you would like your circulation staff to confirm a
24243               patron's address before checking items out to the patron, you
24244               can see the 'Gone no Address' flag</para>
24245
24246               <screenshot>
24247                 <screeninfo>Patron's address in doubt</screeninfo>
24248
24249                 <mediaobject>
24250                   <imageobject>
24251                     <imagedata fileref="images/patrons/patronaddress.png"/>
24252                   </imageobject>
24253                 </mediaobject>
24254               </screenshot>
24255             </listitem>
24256             <listitem>
24257               <para>If the patron reports that they have lost their card you can set the 'Lost Card'
24258                 flag to prevent someone else from using that card to check items out</para>
24259               <screenshot>
24260                 <screeninfo>Patron lost card</screeninfo>
24261                 <mediaobject>
24262                   <imageobject>
24263                     <imagedata fileref="images/patrons/patroncardlost.png"/>
24264                   </imageobject>
24265                 </mediaobject>
24266               </screenshot>
24267             </listitem>
24268
24269             <listitem>
24270               <para>If you would like to bar a patron from the library you can add a manual
24271                 restriction</para>
24272               <screenshot>
24273                 <screeninfo>Add manual restriction</screeninfo>
24274                 <mediaobject>
24275                   <imageobject>
24276                     <imagedata fileref="images/patrons/addpatronrestriction.png"/>
24277                   </imageobject>
24278                 </mediaobject>
24279               </screenshot>
24280
24281               <itemizedlist>
24282                 <listitem>
24283                   <note><para>This flag can automatically be set with the <link linkend="noticetriggers">Overdue/Notice Status
24284                   Triggers</link></para></note>
24285                 </listitem>
24286               </itemizedlist>
24287             </listitem>
24288
24289             <listitem>
24290               <para>If you enter in a date and/or note related to the
24291               restriction you will see that in the restricted message as
24292               well</para>
24293
24294               <screenshot>
24295                 <screeninfo>Restricted until message</screeninfo>
24296
24297                 <mediaobject>
24298                   <imageobject>
24299                     <imagedata fileref="images/patrons/restricteduntil.png"/>
24300                   </imageobject>
24301                 </mediaobject>
24302               </screenshot>
24303             </listitem>
24304           </itemizedlist>
24305         </listitem>
24306
24307         <listitem>
24308           <para>Children patrons do not become adults automatically in Koha unless you have <link linkend="j2acron">Juvenile to Adult cron job</link> running. To upgrade a child patron
24309             to and adult patron category manually go to the 'More' menu and choose 'Update Child to
24310             Adult Patron'</para>
24311
24312           <screenshot>
24313             <screeninfo>Update Child to Adult Patron</screeninfo>
24314
24315             <mediaobject>
24316               <imageobject>
24317                 <imagedata fileref="images/patrons/updatetoadult.png"/>
24318               </imageobject>
24319             </mediaobject>
24320           </screenshot>
24321
24322           <itemizedlist>
24323             <listitem>
24324               <para>You will then be presented with a pop up window asking
24325               which one of your adult patron categories this Child should be
24326               updated to</para>
24327
24328               <screenshot>
24329                 <screeninfo>Choose Adult Category to Update To</screeninfo>
24330
24331                 <mediaobject>
24332                   <imageobject>
24333                     <imagedata fileref="images/patrons/choosadulttype.png"/>
24334                   </imageobject>
24335                 </mediaobject>
24336               </screenshot>
24337             </listitem>
24338           </itemizedlist>
24339         </listitem>
24340       </itemizedlist>
24341     </section>
24342     <section id="mangepatronedits">
24343       <title>Managing Patron Self Edits</title>
24344       <para>If you are allowing patrons to edit their accounts via the OPAC with the <link linkend="OPACPatronDetails">OPACPatronDetails</link> preference then you will need to
24345         approve all changes via the staff client before they're applied. If there are patron edits
24346         awaiting action they will appear on the staff client dashboard below the modules list (along
24347         with other items awaiting action).</para>
24348       <screenshot>
24349           <screeninfo>Patron requests waiting</screeninfo>
24350           <mediaobject>
24351             <imageobject>
24352               <imagedata fileref="images/patrons/pendingpatronrequest.png"/>
24353             </imageobject>
24354           </mediaobject>
24355         </screenshot>
24356       <para>When you click the 'Patrons requesting modifications' link you will be brought to a list
24357         of patrons with requested changes.</para>
24358       <screenshot>
24359           <screeninfo>Manage patron updates</screeninfo>
24360           <mediaobject>
24361             <imageobject>
24362               <imagedata fileref="images/patrons/managepatronupdates.png"/>
24363             </imageobject>
24364           </mediaobject>
24365         </screenshot>
24366       <para>From here you can 'Approve' and apply the changes to the patron record, 'Delete' and
24367         remove the changes or 'Ignore' and keep the changes pending to review later.</para>
24368     </section>
24369
24370     <section id="patronpermissions">
24371       <title>Patron Permissions</title>
24372
24373       <para>Patron Permissions are used to allow staff members access to the
24374       staff client.</para>
24375
24376       <important>
24377         <para>In order for a staff member to log into the staff interface they
24378         must have (at the very least) 'catalogue' permissions which allow them
24379         to view the staff interface.</para>
24380       </important>
24381
24382       <section id="setpatronperms">
24383         <title>Setting Patron Permissions</title>
24384
24385         <para>To set patron permissions, you must first <link linkend="addstaffpatron">have a patron of the 'Staff' type</link>
24386         open</para>
24387
24388         <itemizedlist>
24389           <listitem>
24390             <para>On the patron record click More and choose Set Permissions
24391             to alter patron permissions</para>
24392
24393             <screenshot>
24394               <screeninfo>Set Patron Permissions</screeninfo>
24395
24396               <mediaobject>
24397                 <imageobject>
24398                   <imagedata fileref="images/patrons/editpatronpermissions.png"/>
24399                 </imageobject>
24400               </mediaobject>
24401             </screenshot>
24402           </listitem>
24403
24404           <listitem>
24405             <para>You will be presented with a list of preferences, some of
24406             which can be expanded by clicking the plus sign to the left of the
24407             section title.</para>
24408
24409             <screenshot>
24410               <screeninfo>Patron Permissions</screeninfo>
24411
24412               <mediaobject>
24413                 <imageobject>
24414                   <imagedata fileref="images/patrons/GranularPermissions.png"/>
24415                 </imageobject>
24416               </mediaobject>
24417             </screenshot>
24418           </listitem>
24419         </itemizedlist>
24420       </section>
24421
24422       <section id="patronpermsdefined">
24423         <title>Patron Permissions Defined</title>
24424
24425         <para/>
24426
24427         <itemizedlist>
24428           <listitem>
24429             <para>superlibrarian</para>
24430
24431             <itemizedlist>
24432               <listitem>
24433                 <para>Access to all librarian functions</para>
24434
24435                 <itemizedlist>
24436                   <listitem>
24437                     <note>
24438                       <para>With this selected there is no need to choose any
24439                       other permissions</para>
24440                     </note>
24441                   </listitem>
24442                 </itemizedlist>
24443               </listitem>
24444             </itemizedlist>
24445           </listitem>
24446
24447           <listitem>
24448             <para>circulate</para>
24449
24450             <itemizedlist>
24451               <listitem>
24452                 <para>Check out and check in items</para>
24453               </listitem>
24454
24455               <listitem>
24456                 <para>This section can be expanded (<link linkend="circpermissions">Learn more</link>)</para>
24457               </listitem>
24458             </itemizedlist>
24459           </listitem>
24460
24461           <listitem>
24462             <para>catalogue</para>
24463
24464             <itemizedlist>
24465               <listitem>
24466                 <para><emphasis role="bold">Required for staff login.</emphasis> Staff access,
24467                   allows viewing the catalogue in staff client<itemizedlist>
24468                     <listitem>
24469                       <important>
24470                         <para>Must be given to all staff members to allow them to login to the staff
24471                           client</para>
24472                       </important>
24473                     </listitem>
24474                   </itemizedlist></para>
24475               </listitem>
24476             </itemizedlist>
24477           </listitem>
24478
24479           <listitem>
24480             <para>parameters</para>
24481
24482             <itemizedlist>
24483               <listitem>
24484                 <para>Manage Koha system systems (Administration panel)</para>
24485               </listitem>
24486
24487               <listitem>
24488                 <para>This section can be expanded (<link linkend="parameterpermissions">Learn
24489                     more</link>)</para>
24490               </listitem>
24491             </itemizedlist>
24492           </listitem>
24493
24494           <listitem>
24495             <para>borrowers</para>
24496
24497             <itemizedlist>
24498               <listitem>
24499                 <para>Add or modify patrons</para>
24500               </listitem>
24501             </itemizedlist>
24502           </listitem>
24503
24504           <listitem>
24505             <para>permissions</para>
24506
24507             <itemizedlist>
24508               <listitem>
24509                 <para>Set user permissions</para>
24510               </listitem>
24511             </itemizedlist>
24512           </listitem>
24513
24514           <listitem>
24515             <para>reserveforothers</para>
24516
24517             <itemizedlist>
24518               <listitem>
24519                 <para>Place and modify holds for patrons</para>
24520               </listitem>
24521
24522               <listitem>
24523                 <para>This section can be expanded (<link linkend="reservepermissions">Learn more</link>)</para>
24524               </listitem>
24525             </itemizedlist>
24526           </listitem>
24527
24528           <listitem>
24529             <para>borrow</para>
24530
24531             <itemizedlist>
24532               <listitem>
24533                 <para>Borrow books</para>
24534               </listitem>
24535             </itemizedlist>
24536           </listitem>
24537
24538           <listitem>
24539             <para>editcatalogue</para>
24540
24541             <itemizedlist>
24542               <listitem>
24543                 <para>Edit Catalog (Modify bibliographic/hodings data)</para>
24544               </listitem>
24545
24546               <listitem>
24547                 <para>This section can be expanded (<link linkend="catpermissions">Learn more</link>)</para>
24548               </listitem>
24549             </itemizedlist>
24550           </listitem>
24551
24552           <listitem>
24553             <para>updatecharges</para>
24554
24555             <itemizedlist>
24556               <listitem>
24557                 <para>Manage patrons fines and fees</para>
24558               </listitem>
24559               <listitem>
24560                 <para>This section can be expanded (<link linkend="updatechargespermissions">Learn
24561                     more</link>)</para>
24562               </listitem>
24563             </itemizedlist>
24564           </listitem>
24565
24566           <listitem>
24567             <para>acquisition</para>
24568
24569             <itemizedlist>
24570               <listitem>
24571                 <para>Acquisition and/or suggestion management</para>
24572               </listitem>
24573
24574               <listitem>
24575                 <para>This section can be expanded (<link linkend="acqpermissions">Learn more</link>)</para>
24576               </listitem>
24577             </itemizedlist>
24578           </listitem>
24579
24580           <listitem>
24581             <para>management</para>
24582
24583             <itemizedlist>
24584               <listitem>
24585                 <para>Set library management paraments (deprecated)<itemizedlist>
24586                     <listitem>
24587                       <important>
24588                         <para>This permission level no longer controls anything.</para>
24589                       </important>
24590                     </listitem>
24591                   </itemizedlist></para>
24592               </listitem>
24593             </itemizedlist>
24594           </listitem>
24595
24596           <listitem>
24597             <para>tools</para>
24598
24599             <itemizedlist>
24600               <listitem>
24601                 <para>Use all tools</para>
24602               </listitem>
24603
24604               <listitem>
24605                 <para>This section can be expanded (<link linkend="toolspermissions">Learn more</link>)</para>
24606               </listitem>
24607             </itemizedlist>
24608           </listitem>
24609
24610           <listitem>
24611             <para>editauthorities</para>
24612
24613             <itemizedlist>
24614               <listitem>
24615                 <para>Edit Authorities</para>
24616               </listitem>
24617             </itemizedlist>
24618           </listitem>
24619
24620           <listitem>
24621             <para>serials</para>
24622
24623             <itemizedlist>
24624               <listitem>
24625                 <para>Manage serial subscriptions</para>
24626               </listitem>
24627
24628               <listitem>
24629                 <para>This section can be expanded (<link linkend="serpermissions">Learn more</link>)</para>
24630               </listitem>
24631             </itemizedlist>
24632           </listitem>
24633
24634           <listitem>
24635             <para>reports</para>
24636
24637             <itemizedlist>
24638               <listitem>
24639                 <para>Allow access to the reports module</para>
24640               </listitem>
24641
24642               <listitem>
24643                 <para>Reports found on the Circulation page are not controlled
24644                 by this permission</para>
24645               </listitem>
24646
24647               <listitem>
24648                 <para>This section can be expanded (<link linkend="reportpermissions">Learn more</link>)</para>
24649               </listitem>
24650             </itemizedlist>
24651           </listitem>
24652
24653           <listitem>
24654             <para>staffaccess</para>
24655
24656             <itemizedlist>
24657               <listitem>
24658                 <para>Allow staff members to modify permissions for other staff members</para>
24659               </listitem>
24660
24661               <listitem>
24662                 <important>
24663                   <para>Requires the borrowers permission above</para>
24664                 </important>
24665               </listitem>
24666             </itemizedlist>
24667           </listitem>
24668           <listitem>
24669             <para>plugins<itemizedlist>
24670                 <listitem>
24671                   <para>Koha plugins</para>
24672                 </listitem>
24673                 <listitem>
24674                   <para>This section can be expanded (<link linkend="pluginpermissions">Learn
24675                       more</link>)</para>
24676                 </listitem>
24677               </itemizedlist></para>
24678           </listitem>
24679         </itemizedlist>
24680
24681         <section id="circpermissions">
24682           <title>Granular Circulate Permissions</title>
24683
24684           <para>If the staff member has 'circulate' permissions they have the
24685           ability to perform all of these actions. If you would like to
24686           control circulation permissions on a more granular level choose from
24687           these options:</para>
24688
24689           <itemizedlist>
24690             <listitem>
24691               <para>circulate_remaining_permissions</para>
24692
24693               <itemizedlist>
24694                 <listitem>
24695                   <para>Remaining circulation permissions</para>
24696                 </listitem>
24697                 <listitem>
24698                   <para>All circulation rights except those covered by permissions listed
24699                     below</para>
24700                 </listitem>
24701               </itemizedlist>
24702             </listitem>
24703             <listitem>
24704               <para>force_checkout<itemizedlist>
24705                   <listitem>
24706                     <para>Force checkout if a limitation exists</para>
24707                   </listitem>
24708                   <listitem>
24709                     <para>With this permission a librarian will be allowed to override a check out
24710                       restriction in the following cases: <itemizedlist>
24711                         <listitem>
24712                           <para>age restriction</para>
24713                         </listitem>
24714                         <listitem>
24715                           <para>the item is issued to another patron</para>
24716                         </listitem>
24717                         <listitem>
24718                           <para>the item is not for loan</para>
24719                         </listitem>
24720                         <listitem>
24721                           <para>the patron has overdue items</para>
24722                         </listitem>
24723                         <listitem>
24724                           <para>the item is lost </para>
24725                         </listitem>
24726                         <listitem>
24727                           <para>the item is a high demand item</para>
24728                         </listitem>
24729                         <listitem>
24730                           <para>the item is on hold</para>
24731                         </listitem>
24732                       </itemizedlist></para>
24733                   </listitem>
24734               </itemizedlist></para></listitem>
24735             <listitem><para>manage_restrictions<itemizedlist>
24736                   <listitem>
24737                     <para>Manage restrictions for accounts</para>
24738                   </listitem>
24739                   <listitem>
24740                     <para>Grants permission to the staff member to lift a restriction that might be
24741                       on the patron's record</para>
24742                   </listitem>
24743                 </itemizedlist></para>
24744             </listitem>
24745             <listitem>
24746               <para>overdues_report<itemizedlist>
24747                   <listitem>
24748                     <para> Execute overdue items report </para>
24749                   </listitem>
24750                   <listitem>
24751                     <para>The permission to run the overdues reports found under Circulation</para>
24752                   </listitem>
24753                 </itemizedlist></para>
24754             </listitem>
24755
24756             <listitem>
24757               <para>override_renewals</para>
24758
24759               <itemizedlist>
24760                 <listitem>
24761                   <para>Override blocked renewals</para>
24762                 </listitem>
24763
24764                 <listitem>
24765                   <para>Requires that the staff member also has
24766                   circulate_remaining_permissions</para>
24767                 </listitem>
24768               </itemizedlist>
24769             </listitem>
24770           </itemizedlist>
24771         </section>
24772
24773         <section id="parameterpermissions">
24774           <title>Granular Parameters Permissions</title>
24775
24776           <para>If the staff member has 'parameters' permissions they have the
24777           ability to perform all of these actions. If you would like to
24778           control parameter permissions on a more granular level choose from
24779           these options:</para>
24780
24781           <itemizedlist>
24782             <listitem>
24783               <para>manage_circ_rules</para>
24784
24785               <itemizedlist>
24786                 <listitem>
24787                   <para>Manage circulation rules</para>
24788                 </listitem>
24789                 <listitem>
24790                   <para>The ability to access the <link linkend="circfinerules">Circulation and
24791                       fines rules</link> in the administration area</para>
24792                 </listitem>
24793               </itemizedlist>
24794             </listitem>
24795
24796             <listitem>
24797               <para>parameters_remaining_permissions</para>
24798
24799               <itemizedlist>
24800                 <listitem>
24801                   <para>Remaining system parameters permissions</para>
24802                 </listitem>
24803                 <listitem>
24804                   <para>The ability to access all areas in Administration (other than the
24805                     Circulation and fine rules)</para>
24806                 </listitem>
24807               </itemizedlist>
24808             </listitem>
24809           </itemizedlist>
24810         </section>
24811
24812         <section id="reservepermissions">
24813           <title>Granular Holds Permissions</title>
24814
24815           <para>If the staff member has 'reserveforothers' permissions they
24816           have the ability to perform all of these actions. If you would like
24817           to control holds permissions on a more granular level choose from
24818           these options:</para>
24819
24820           <itemizedlist>
24821             <listitem>
24822               <para>modify_holds_priority</para>
24823
24824               <itemizedlist>
24825                 <listitem>
24826                   <para>Modify holds priority</para>
24827                 </listitem>
24828                 <listitem>
24829                   <para>Allow staff members to alter the holds priority (moving patrons up and down
24830                     the queue)</para>
24831                 </listitem>
24832               </itemizedlist>
24833             </listitem>
24834
24835             <listitem>
24836               <para>place_holds</para>
24837
24838               <itemizedlist>
24839                 <listitem>
24840                   <para>Place holds for patrons</para>
24841                 </listitem>
24842               </itemizedlist>
24843             </listitem>
24844           </itemizedlist>
24845         </section>
24846
24847         <section id="catpermissions">
24848           <title>Granular Cataloging Permissions</title>
24849
24850           <para>If the staff member has 'editcatalogue' permissions they have
24851           the ability to perform all of these actions. If you would like to
24852           control cataloging permissions on a more granular level choose from
24853           these options:</para>
24854
24855           <itemizedlist>
24856             <listitem>
24857               <para>edit_catalogue</para>
24858
24859               <itemizedlist>
24860                 <listitem>
24861                   <para>Edit catalog (Modify bibliographic/holdings data)</para>
24862                 </listitem>
24863                 <listitem>
24864                   <para>Ability to access all cataloging functions via the <link linkend="cataloging">Cataloging</link> page</para>
24865                 </listitem>
24866               </itemizedlist>
24867             </listitem>
24868
24869             <listitem>
24870               <para>edit_items</para>
24871
24872               <itemizedlist>
24873                 <listitem>
24874                   <para>Edit items</para>
24875                 </listitem>
24876                 <listitem>
24877                   <para>Ability to make <link linkend="editingitems">edits to item/holdings
24878                       records</link>, but not bibliographic records</para>
24879                 </listitem>
24880               </itemizedlist>
24881             </listitem>
24882
24883             <listitem>
24884               <para id="fastaddpermissions">fast_cataloging</para>
24885
24886               <itemizedlist>
24887                 <listitem>
24888                   <para>Fast cataloging</para>
24889                 </listitem>
24890                 <listitem>
24891                   <para>The ability to catalog using only the <link linkend="fastaddcat">Fast Add
24892                       Framework</link> found on the <link linkend="circulation">Circulation</link>
24893                     page</para>
24894                 </listitem>
24895               </itemizedlist>
24896             </listitem>
24897           </itemizedlist>
24898         </section>
24899         <section id="updatechargespermissions">
24900           <title>Granular Fines and Charges Permissions</title>
24901           <para>If a staff member has 'updatecharges' permission they have the ability to perform
24902             all of these actions. If you would like to control fines and charges permissions on a
24903             more granular level choose from these options:<itemizedlist>
24904               <listitem>
24905                 <para>remaining_permissions<itemizedlist>
24906                     <listitem>
24907                       <para>Remaining permissions for managing fines and fees other than the ability
24908                         to write off charges</para>
24909                     </listitem>
24910                   </itemizedlist></para>
24911               </listitem>
24912               <listitem>
24913                 <para>writeoff<itemizedlist>
24914                     <listitem>
24915                       <para>Write off fines and fees</para>
24916                     </listitem>
24917                   </itemizedlist></para>
24918               </listitem>
24919             </itemizedlist></para>
24920         </section>
24921
24922         <section id="acqpermissions">
24923           <title>Granular Acquisitions Permissions</title>
24924
24925           <para>If the staff member has 'acquisition' permissions they have
24926           the ability to perform all of these actions. If you would like to
24927           control acquisitions permissions on a more granular level choose
24928           from these options:</para>
24929
24930           <itemizedlist>
24931             <listitem>
24932               <para>budget_add_del</para>
24933
24934               <itemizedlist>
24935                 <listitem>
24936                   <para>Add and delete budgets (but can't modify them)</para>
24937                 </listitem>
24938               </itemizedlist>
24939             </listitem>
24940
24941             <listitem>
24942               <para>budget_manage</para>
24943               <itemizedlist>
24944                 <listitem>
24945                   <para>Manage budgets</para>
24946                 </listitem>
24947               </itemizedlist>
24948             </listitem>
24949
24950             <listitem>
24951               <para>budget_manage_all <itemizedlist>
24952                   <listitem>
24953                     <para>Manage all budgets</para>
24954                   </listitem>
24955                 </itemizedlist></para>
24956               <para>budget_modify</para>
24957               <itemizedlist>
24958                 <listitem>
24959                   <para>Modify budget (can't create lines, but can modify existing ones)</para>
24960                 </listitem>
24961               </itemizedlist>
24962             </listitem>
24963
24964             <listitem>
24965               <para>contracts_manage</para>
24966
24967               <itemizedlist>
24968                 <listitem>
24969                   <para>Manage contracts</para>
24970                 </listitem>
24971               </itemizedlist>
24972             </listitem>
24973
24974             <listitem>
24975               <para>group_manage</para>
24976
24977               <itemizedlist>
24978                 <listitem>
24979                   <para>Manage orders and basket groups</para>
24980                 </listitem>
24981               </itemizedlist>
24982             </listitem>
24983
24984             <listitem>
24985               <para>order_manage</para>
24986
24987               <itemizedlist>
24988                 <listitem>
24989                   <para>Manage orders and baskets</para>
24990                 </listitem>
24991               </itemizedlist>
24992             </listitem>
24993             <listitem>
24994               <para>order_manage_all<itemizedlist>
24995                   <listitem>
24996                     <para>Manage all orders and baskets, regardless of restrictions on them</para>
24997                   </listitem>
24998                 </itemizedlist></para>
24999             </listitem>
25000
25001             <listitem>
25002               <para>order_receive</para>
25003
25004               <itemizedlist>
25005                 <listitem>
25006                   <para>Manage orders and baskets</para>
25007                 </listitem>
25008               </itemizedlist>
25009             </listitem>
25010
25011             <listitem>
25012               <para>period_manage</para>
25013
25014               <itemizedlist>
25015                 <listitem>
25016                   <para>Manage periods</para>
25017                 </listitem>
25018               </itemizedlist>
25019             </listitem>
25020
25021             <listitem>
25022               <para>planning_manage</para>
25023
25024               <itemizedlist>
25025                 <listitem>
25026                   <para>Manage budget planning</para>
25027                 </listitem>
25028               </itemizedlist>
25029             </listitem>
25030
25031             <listitem>
25032               <para>vendors_manage</para>
25033
25034               <itemizedlist>
25035                 <listitem>
25036                   <para>Manage vendors</para>
25037                 </listitem>
25038               </itemizedlist>
25039             </listitem>
25040           </itemizedlist>
25041         </section>
25042
25043         <section id="serpermissions">
25044           <title>Granular Serials Permissions</title>
25045
25046           <para>If the staff member has 'serials' permissions they have the
25047           ability to perform all of these actions. If you would like to
25048           control serials permissions on a more granular level choose from
25049           these options:</para>
25050
25051           <itemizedlist>
25052             <listitem>
25053               <para>check_expiration</para>
25054
25055               <itemizedlist>
25056                 <listitem>
25057                   <para>Check the <link linkend="serialexpiration">expiration of a
25058                     serial</link></para>
25059                 </listitem>
25060               </itemizedlist>
25061             </listitem>
25062
25063             <listitem>
25064               <para>claim_serials</para>
25065
25066               <itemizedlist>
25067                 <listitem>
25068                   <para>Claim missing serials via the <link linkend="serialclaims">Claims
25069                       section</link></para>
25070                 </listitem>
25071               </itemizedlist>
25072             </listitem>
25073
25074             <listitem>
25075               <para>create_subscription</para>
25076
25077               <itemizedlist>
25078                 <listitem>
25079                   <para>Create <link linkend="newsubscription">a new subscription</link></para>
25080                 </listitem>
25081               </itemizedlist>
25082             </listitem>
25083
25084             <listitem>
25085               <para>delete_subscription</para>
25086
25087               <itemizedlist>
25088                 <listitem>
25089                   <para>Delete an existing subscription</para>
25090                 </listitem>
25091               </itemizedlist>
25092             </listitem>
25093
25094             <listitem>
25095               <para>edit_subscription</para>
25096
25097               <itemizedlist>
25098                 <listitem>
25099                   <para>Edit an existing subscription</para>
25100                 </listitem>
25101                 <listitem>
25102                   <para>This permission does not include the ability to delete or create a
25103                     subscription</para>
25104                 </listitem>
25105               </itemizedlist>
25106             </listitem>
25107
25108             <listitem>
25109               <para>receive_serials</para>
25110
25111               <itemizedlist>
25112                 <listitem>
25113                   <para>Serials receiving</para>
25114                 </listitem>
25115                 <listitem>
25116                   <para>Receive serials on existing subscriptions</para>
25117                 </listitem>
25118               </itemizedlist>
25119             </listitem>
25120
25121             <listitem>
25122               <para>renew_subscription</para>
25123
25124               <itemizedlist>
25125                 <listitem>
25126                   <para>Renew a subscription</para>
25127                 </listitem>
25128               </itemizedlist>
25129             </listitem>
25130
25131             <listitem>
25132               <para>routing</para>
25133
25134               <itemizedlist>
25135                 <listitem>
25136                   <para>Routing</para>
25137                 </listitem>
25138                 <listitem>
25139                   <para>Manage <link linkend="routinglist">routing lists</link></para>
25140                 </listitem>
25141               </itemizedlist>
25142             </listitem>
25143             <listitem>
25144               <para>superserials<itemizedlist>
25145                   <listitem>
25146                     <para>Manage subscriptions from any branch (only applies when <link
25147                         linkend="IndependentBranches">IndependantBranches</link> is used)</para>
25148                   </listitem>
25149                 </itemizedlist></para>
25150             </listitem>
25151           </itemizedlist>
25152         </section>
25153
25154         <section id="toolspermissions">
25155           <title>Granular Tools Permissions</title>
25156
25157           <para>If the staff member has 'tools' permissions they have the
25158           ability to access and use all items under the Tools menu. If you
25159           would like to control which tools staff members have access to on a
25160           more granular level choose from these options:</para>
25161
25162           <itemizedlist>
25163             <listitem>
25164               <para>batch_upload_patron_images</para>
25165
25166               <itemizedlist>
25167                 <listitem>
25168                   <para>Upload patron images in batch or one at a time </para>
25169                 </listitem>
25170                 <listitem>
25171                   <para>Access to the <link linkend="uploadpatronimages">Image Upload
25172                     Tool</link></para>
25173                 </listitem>
25174               </itemizedlist>
25175             </listitem>
25176
25177             <listitem>
25178               <para>delete_anonymize_patrons</para>
25179
25180               <itemizedlist>
25181                 <listitem>
25182                   <para>Delete old borrowers and anonymize circulation/reading history (deletes
25183                     borrower reading history)</para>
25184                 </listitem>
25185                 <listitem>
25186                   <para>Access to the <link linkend="anonpatrons">Anonymize Patron
25187                     Tool</link></para>
25188                 </listitem>
25189               </itemizedlist>
25190             </listitem>
25191
25192             <listitem>
25193               <para>edit_calendar</para>
25194
25195               <itemizedlist>
25196                 <listitem>
25197                   <para>Define days when the library is closed </para>
25198                 </listitem>
25199                 <listitem>
25200                   <para>Access to the <link linkend="calholidays">Calendar/Holidays
25201                     Tool</link></para>
25202                 </listitem>
25203               </itemizedlist>
25204             </listitem>
25205
25206             <listitem>
25207               <para>edit_news</para>
25208
25209               <itemizedlist>
25210                 <listitem>
25211                   <para>Write news for the OPAC and staff interfaces </para>
25212                 </listitem>
25213                 <listitem>
25214                   <para>Access to the <link linkend="newstool">News Tool</link></para>
25215                 </listitem>
25216               </itemizedlist>
25217             </listitem>
25218
25219             <listitem>
25220               <para>edit_notice_status_triggers</para>
25221
25222               <itemizedlist>
25223                 <listitem>
25224                   <para>Set notice/status triggers for overdue items </para>
25225                 </listitem>
25226                 <listitem>
25227                   <para>Access to the <link linkend="noticetriggers">Overdue Notice Status/Triggers
25228                       Tool</link></para>
25229                 </listitem>
25230               </itemizedlist>
25231             </listitem>
25232
25233             <listitem>
25234               <para>edit_notices</para>
25235
25236               <itemizedlist>
25237                 <listitem>
25238                   <para>Define notices </para>
25239                 </listitem>
25240                 <listitem>
25241                   <para>Access to the <link linkend="notices">Notices Tool</link></para>
25242                 </listitem>
25243               </itemizedlist>
25244             </listitem>
25245
25246             <listitem>
25247               <para>export_catalog</para>
25248
25249               <itemizedlist>
25250                 <listitem>
25251                   <para>Export bibliographic, authorities and holdings data </para>
25252                 </listitem>
25253                 <listitem>
25254                   <para>Access to the <link linkend="exportbibs">Export Data Tool</link></para>
25255                 </listitem>
25256               </itemizedlist>
25257             </listitem>
25258
25259             <listitem>
25260               <para>import_patrons</para>
25261
25262               <itemizedlist>
25263                 <listitem>
25264                   <para>Import patron data </para>
25265                 </listitem>
25266                 <listitem>
25267                   <para>Access to the <link linkend="patronimport">Import Patrons Tool</link></para>
25268                 </listitem>
25269               </itemizedlist>
25270             </listitem>
25271
25272             <listitem>
25273               <para>inventory</para>
25274
25275               <itemizedlist>
25276                 <listitem>
25277                   <para>Perform inventory (stocktaking) of your catalog </para>
25278                 </listitem>
25279                 <listitem>
25280                   <para>Access to the <link linkend="inventory">Inventory Tool</link></para>
25281                 </listitem>
25282               </itemizedlist>
25283             </listitem>
25284
25285             <listitem>
25286               <para>items_batchdel</para>
25287
25288               <itemizedlist>
25289                 <listitem>
25290                   <para>Perform batch deletion of items </para>
25291                 </listitem>
25292                 <listitem>
25293                   <para>Access to the <link linkend="batchdeleteitems">Batch Item Deletion
25294                       Tool</link></para>
25295                 </listitem>
25296               </itemizedlist>
25297             </listitem>
25298
25299             <listitem>
25300               <para>items_batchmod</para>
25301
25302               <itemizedlist>
25303                 <listitem>
25304                   <para>Perform batch modification of items </para>
25305                 </listitem>
25306                 <listitem>
25307                   <para>Access to the <link linkend="batchmodifyitems">Batch Item Modification
25308                       Tool</link></para>
25309                 </listitem>
25310               </itemizedlist>
25311             </listitem>
25312
25313             <listitem>
25314               <para>label_creator</para>
25315
25316               <itemizedlist>
25317                 <listitem>
25318                   <para>Create printable labels and barcodes from catalog and patron data </para>
25319                 </listitem>
25320                 <listitem>
25321                   <para>Access to the <link linkend="labelcreator">Label Creator</link> and <link linkend="quicklabelcreator">Quick Label Creator</link> Tools</para>
25322                 </listitem>
25323               </itemizedlist>
25324             </listitem>
25325
25326             <listitem>
25327               <para>manage_csv_profiles</para>
25328
25329               <itemizedlist>
25330                 <listitem>
25331                   <para>Manage CSV export profiles</para>
25332                 </listitem>
25333                 <listitem>
25334                   <para>Access to the <link linkend="csvprofiles">CSV Profiles Tool</link></para>
25335                 </listitem>
25336               </itemizedlist>
25337             </listitem>
25338
25339             <listitem>
25340               <para>manage_staged_marc</para>
25341
25342               <itemizedlist>
25343                 <listitem>
25344                   <para>Managed staged MARC records, including completing and reversing imports
25345                   </para>
25346                 </listitem>
25347                 <listitem>
25348                   <para>Access to the <link linkend="managestaged">Manage Staged MARC Records
25349                       Tool</link></para>
25350                 </listitem>
25351               </itemizedlist>
25352             </listitem>
25353
25354             <listitem>
25355               <para>moderate_comments</para>
25356
25357               <itemizedlist>
25358                 <listitem>
25359                   <para>Moderate patron comments </para>
25360                 </listitem>
25361                 <listitem>
25362                   <para>Access to the <link linkend="comments">Comments Tool</link>
25363                   </para>
25364                 </listitem>
25365               </itemizedlist>
25366             </listitem>
25367
25368             <listitem>
25369               <para>moderate_tags<itemizedlist>
25370                   <listitem>
25371                     <para>Moderate patron tags</para>
25372                   </listitem>
25373                   <listitem>
25374                     <para>Access to the <link linkend="tagsmoderation">Tags Tool</link></para>
25375                   </listitem>
25376                 </itemizedlist></para>
25377             </listitem>
25378             <listitem>
25379               <para>schedule_tasks</para>
25380               <itemizedlist>
25381                 <listitem>
25382                   <para>Schedule tasks to run </para>
25383                 </listitem>
25384                 <listitem>
25385                   <para>Access to the <link linkend="taskscheduler">Task Scheduler
25386                     Tool</link></para>
25387                 </listitem>
25388               </itemizedlist>
25389             </listitem>
25390
25391             <listitem>
25392               <para>stage_marc_import</para>
25393
25394               <itemizedlist>
25395                 <listitem>
25396                   <para>Stage MARC records into the reservoir </para>
25397                 </listitem>
25398                 <listitem>
25399                   <para>Access to the <link linkend="stagemarc">Stage MARC Records
25400                     Tool</link></para>
25401                 </listitem>
25402               </itemizedlist>
25403             </listitem>
25404
25405             <listitem>
25406               <para>upload_local_cover_images</para>
25407
25408               <itemizedlist>
25409                 <listitem>
25410                   <para>Upload local cover images </para>
25411                 </listitem>
25412                 <listitem>
25413                   <para>Access to the <link linkend="uploadlocalimages">Upload Local Cover Image
25414                       Tool</link> as well as permission to add and delete local cover images from
25415                     the bib detail page</para>
25416                 </listitem>
25417               </itemizedlist>
25418             </listitem>
25419
25420             <listitem>
25421               <para>view_system_logs</para>
25422
25423               <itemizedlist>
25424                 <listitem>
25425                   <para>Browse the system logs </para>
25426                 </listitem>
25427                 <listitem>
25428                   <para>Access to the <link linkend="logviewer">Log Viewer Tool</link></para>
25429                 </listitem>
25430               </itemizedlist>
25431             </listitem>
25432           </itemizedlist>
25433         </section>
25434
25435         <section id="reportpermissions">
25436           <title>Granular Reports Permissions</title>
25437
25438           <para>If the staff member has 'reports' permissions they have the
25439           ability to perform all of these actions. If you would like to
25440           control reports permissions on a more granular level choose from
25441           these options:</para>
25442
25443           <itemizedlist>
25444             <listitem>
25445               <para>create_reports</para>
25446
25447               <itemizedlist>
25448                 <listitem>
25449                   <para>Create SQL Reports</para>
25450                 </listitem>
25451                 <listitem>
25452                   <para>The ability to create and edit but not run SQL reports</para>
25453                 </listitem>
25454               </itemizedlist>
25455             </listitem>
25456
25457             <listitem>
25458               <para>execute_reports</para>
25459
25460               <itemizedlist>
25461                 <listitem>
25462                   <para>Execute SQL Reports</para>
25463                 </listitem>
25464                 <listitem>
25465                   <para>The ability to run but not create or edit SQL reports </para>
25466                 </listitem>
25467               </itemizedlist>
25468             </listitem>
25469           </itemizedlist>
25470         </section>
25471         <section id="pluginpermissions">
25472           <title>Granular Plugins Permissions</title>
25473           <para>If the staff member has 'plugins' permissions they have the ability to perform all
25474             of these actions. If you would like to control reports permissions on a more granular
25475             level choose from these options:<itemizedlist>
25476               <listitem>
25477                 <para>configure<itemizedlist>
25478                     <listitem>
25479                       <para>Configure plugins</para>
25480                     </listitem>
25481                     <listitem>
25482                       <para>The ability to run the 'configure' section of a plugin if it has
25483                         one</para>
25484                     </listitem>
25485                   </itemizedlist></para>
25486               </listitem>
25487               <listitem>
25488                 <para>manage<itemizedlist>
25489                     <listitem>
25490                       <para>Manage plugins </para>
25491                     </listitem>
25492                     <listitem>
25493                       <para>The ability to install or uninstall plugins</para>
25494                     </listitem>
25495                   </itemizedlist></para>
25496               </listitem>
25497               <listitem>
25498                 <para>report<itemizedlist>
25499                     <listitem>
25500                       <para>Use report plugins</para>
25501                     </listitem>
25502                     <listitem>
25503                       <para>The ability to use report plugins</para>
25504                     </listitem>
25505                   </itemizedlist></para>
25506               </listitem>
25507               <listitem>
25508                 <para>tool<itemizedlist>
25509                     <listitem>
25510                       <para>Use tool plugins</para>
25511                     </listitem>
25512                     <listitem>
25513                       <para>The ability to use tool plugins</para>
25514                     </listitem>
25515                   </itemizedlist></para>
25516               </listitem>
25517             </itemizedlist></para>
25518         </section>
25519       </section>
25520     </section>
25521
25522     <section id="patroninformation">
25523       <title>Patron Information</title>
25524
25525       <para>When viewing a patron record you have the option to view information from one of many
25526         tabs found on the left hand side of the record.<itemizedlist>
25527           <listitem>
25528             <para><emphasis role="italic">Get there:</emphasis> Patrons > Browse or search for
25529               patron > Click patron name</para>
25530           </listitem>
25531         </itemizedlist></para>
25532
25533       <section id="patcheckout">
25534         <title>Check Out</title>
25535
25536         <para>For instruction on checking items out, view the <link linkend="checkingout">Checking Out</link> section of this
25537         manual.</para>
25538       </section>
25539
25540       <section id="patrondetails">
25541         <title>Details</title>
25542
25543         <para>All patron information will appear on the Details tab. This
25544         includes all the contact information, notes, custom patron attributes,
25545         messaging preferences, etc entered when adding the patron.</para>
25546
25547         <para>In the case of patrons who are marked as 'Child' or
25548         'Professional' and their Guarantors additional information will appear
25549         on their record.</para>
25550
25551         <itemizedlist>
25552           <listitem>
25553             <para>A child patron will list their Guarantor</para>
25554
25555             <screenshot>
25556               <screeninfo>Guarantor listed and linked from the child
25557               record</screeninfo>
25558
25559               <mediaobject>
25560                 <imageobject>
25561                   <imagedata fileref="images/patrons/child.png"/>
25562                 </imageobject>
25563               </mediaobject>
25564             </screenshot>
25565           </listitem>
25566
25567           <listitem>
25568             <para>On the Guarantor's record, all children and/or professionals
25569             will be listed</para>
25570
25571             <screenshot>
25572               <screeninfo>Guarantees listed on the Guarantor's
25573               profile</screeninfo>
25574
25575               <mediaobject>
25576                 <imageobject>
25577                   <imagedata fileref="images/patrons/parent.png"/>
25578                 </imageobject>
25579               </mediaobject>
25580             </screenshot>
25581           </listitem>
25582         </itemizedlist>
25583
25584         <section id="patcircsummary">
25585           <title>Circulation Summary</title>
25586
25587           <para>Below the patron's information on the details screen is a
25588           tabbed display of the items they have checked out, overdue, and on
25589           hold.</para>
25590
25591           <screenshot>
25592             <screeninfo>Checkout summary</screeninfo>
25593
25594             <mediaobject>
25595               <imageobject>
25596                 <imagedata fileref="images/patrons/checkoutsummary.png"/>
25597               </imageobject>
25598             </mediaobject>
25599           </screenshot>
25600
25601           <para>If they have family at the library staff can see what the
25602           other family members have checked out.</para>
25603
25604           <screenshot>
25605             <screeninfo>Relative checkouts</screeninfo>
25606
25607             <mediaobject>
25608               <imageobject>
25609                 <imagedata fileref="images/patrons/relativecheckouts.png"/>
25610               </imageobject>
25611             </mediaobject>
25612           </screenshot>
25613           <para>The Restrictions tab will show for all patrons. If the patron has no restrictions
25614             you will see that on the tab.</para>
25615           <screenshot>
25616             <screeninfo>Patron restrictions</screeninfo>
25617             <mediaobject>
25618               <imageobject>
25619                 <imagedata fileref="images/patrons/patronrestrictions-none.png"/>
25620               </imageobject>
25621             </mediaobject>
25622           </screenshot>
25623           <para>If the patron has restrictions on their account the tab will show the number and the
25624             description.</para>
25625           <screenshot>
25626             <screeninfo>Patron restrictions</screeninfo>
25627             <mediaobject>
25628               <imageobject>
25629                 <imagedata fileref="images/patrons/patronrestrictions.png"/>
25630               </imageobject>
25631             </mediaobject>
25632           </screenshot>
25633           <para>Using the 'Add manual restriction' button you can add a restriction to the patron
25634             record from here.</para>
25635           <screenshot>
25636             <screeninfo>Add restriction</screeninfo>
25637             <mediaobject>
25638               <imageobject>
25639                 <imagedata fileref="images/patrons/addrestriction.png"/>
25640               </imageobject>
25641             </mediaobject>
25642           </screenshot>
25643         </section>
25644       </section>
25645
25646       <section id="patronfines">
25647         <title>Fines</title>
25648
25649         <para>The patron's complete accounting history will appear on the
25650         Fines tab. Contrary to its name, the Fines tab does not just show fine
25651         data, it also shows membership fees, rental fees, reserve fees and any
25652         other charge you may have for patrons.</para>
25653
25654         <screenshot>
25655           <screeninfo>Patron Accounting Summary</screeninfo>
25656
25657           <mediaobject>
25658             <imageobject>
25659               <imagedata fileref="images/patrons/patronaccount.png"/>
25660             </imageobject>
25661           </mediaobject>
25662         </screenshot>
25663
25664         <para>The table will show you the following columns:</para>
25665
25666         <itemizedlist>
25667           <listitem>
25668             <para>Date: the date the charge/payment was posted</para>
25669
25670             <itemizedlist>
25671               <listitem>
25672                 <para>In the case of fines this will be the last day that the
25673                 fine was accrued</para>
25674               </listitem>
25675             </itemizedlist>
25676           </listitem>
25677
25678           <listitem>
25679             <para>Description: a description of the charges including the due
25680             date for overdue items and a link to the item record where one is
25681             available</para>
25682           </listitem>
25683
25684           <listitem>
25685             <para>Note: any notes about this charge/payment</para>
25686           </listitem>
25687
25688           <listitem>
25689             <para>Amount: the total amount of the payment or charge</para>
25690           </listitem>
25691
25692           <listitem>
25693             <para>Outstanding: the amount still due on charge</para>
25694           </listitem>
25695         </itemizedlist>
25696
25697         <section id="chargefines">
25698           <title>Charging Fines/Fees</title>
25699
25700           <para>Most fees and fines will be charged automatically if the <link linkend="finescronjob">fines cron job</link> is running:</para>
25701
25702           <itemizedlist>
25703             <listitem>
25704               <para>Fines will be charged based on your <link linkend="circfinerules">Circulation &amp; Fines
25705               Rules</link></para>
25706             </listitem>
25707
25708             <listitem>
25709               <para>Hold fees will be charged based on the rules you set in
25710               the <link linkend="patcats">Patron Types &amp; Categories</link>
25711               administration area</para>
25712             </listitem>
25713
25714             <listitem>
25715               <para>Rental fees will be charged based on the settings in your
25716               <link linkend="itemtypeadmin">Item Types</link> administration
25717               area</para>
25718             </listitem>
25719
25720             <listitem>
25721               <para>Marking an item 'Lost' via the cataloging module will
25722               automatically charge the patron the replacement cost for that
25723               item</para>
25724             </listitem>
25725           </itemizedlist>
25726         </section>
25727
25728         <section id="payfines">
25729           <title>Pay/Reverse Fines</title>
25730
25731           <para>Each line item can be paid in full (or written off) using the
25732           'Pay Fines' tab.</para>
25733
25734           <screenshot>
25735             <screeninfo>Paying Fines</screeninfo>
25736
25737             <mediaobject>
25738               <imageobject>
25739                 <imagedata fileref="images/patrons/makepayment.png"/>
25740               </imageobject>
25741             </mediaobject>
25742           </screenshot>
25743
25744           <itemizedlist>
25745             <listitem>
25746               <para>Each line item can be paid in full, partially paid, or
25747               written off.</para>
25748             </listitem>
25749
25750             <listitem>
25751               <para>Pay a fine in full</para>
25752
25753               <itemizedlist>
25754                 <listitem>
25755                   <para>Click "Pay" next to the fine you want to pay in
25756                   full</para>
25757                 </listitem>
25758
25759                 <listitem>
25760                   <para>The full amount of the fine will be populated for you
25761                   in the "Collect From Patron" box</para>
25762
25763                   <screenshot>
25764                     <screeninfo>Pay fine</screeninfo>
25765
25766                     <mediaobject>
25767                       <imageobject>
25768                         <imagedata fileref="images/patrons/payfine.png"/>
25769                       </imageobject>
25770                     </mediaobject>
25771                   </screenshot>
25772                 </listitem>
25773
25774                 <listitem>
25775                   <para>Click "Confirm"</para>
25776                 </listitem>
25777
25778                 <listitem>
25779                   <para>The fine will be removed from outstanding fines, and
25780                   displayed as fully paid.</para>
25781                 </listitem>
25782               </itemizedlist>
25783             </listitem>
25784
25785             <listitem>
25786               <para>Pay a partial fine</para>
25787
25788               <itemizedlist>
25789                 <listitem>
25790                   <para>Click "Pay" next to the fine you want to partially
25791                   pay</para>
25792                 </listitem>
25793
25794                 <listitem>
25795                   <para>Enter the amount you are collecting from the patron in
25796                   the "Collect From Patron" box</para>
25797
25798                   <screenshot>
25799                     <screeninfo>Pay partial fine</screeninfo>
25800
25801                     <mediaobject>
25802                       <imageobject>
25803                         <imagedata fileref="images/patrons/paypartial.png"/>
25804                       </imageobject>
25805                     </mediaobject>
25806                   </screenshot>
25807                 </listitem>
25808
25809                 <listitem>
25810                   <para>Click "Confirm"</para>
25811                 </listitem>
25812
25813                 <listitem>
25814                   <para>The fine will be updated to show the original Amount,
25815                   and the current Amount Outstanding</para>
25816                 </listitem>
25817               </itemizedlist>
25818             </listitem>
25819
25820             <listitem>
25821               <para>Pay an amount towards all fines</para>
25822
25823               <itemizedlist>
25824                 <listitem>
25825                   <para>Click the "Pay Amount" button</para>
25826                 </listitem>
25827
25828                 <listitem>
25829                   <para>Enter the amount you are collecting from the patron in
25830                   "Collect from Patron." The sum of all fines is shown in
25831                   "Total Amount Outstanding"</para>
25832
25833                   <screenshot>
25834                     <screeninfo>Pay Amount</screeninfo>
25835
25836                     <mediaobject>
25837                       <imageobject>
25838                         <imagedata fileref="images/patrons/payamount.png"/>
25839                       </imageobject>
25840                     </mediaobject>
25841                   </screenshot>
25842                 </listitem>
25843
25844                 <listitem>
25845                   <para>Click "Confirm"</para>
25846                 </listitem>
25847
25848                 <listitem>
25849                   <para>The fine totals will be updated with the payment
25850                   applied to oldest fines first.</para>
25851                 </listitem>
25852               </itemizedlist>
25853             </listitem>
25854
25855             <listitem>
25856               <para>Pay Selected fines</para>
25857
25858               <itemizedlist>
25859                 <listitem>
25860                   <para>Check the selection boxes next to the fines you wish
25861                   to pay, click "Pay Selected"</para>
25862
25863                   <screenshot>
25864                     <screeninfo>Select lines to pay</screeninfo>
25865
25866                     <mediaobject>
25867                       <imageobject>
25868                         <imagedata fileref="images/patrons/payselected-select.png"/>
25869                       </imageobject>
25870                     </mediaobject>
25871                   </screenshot>
25872                 </listitem>
25873
25874                 <listitem>
25875                   <para>Enter an amount to pay towards the fines.</para>
25876
25877                   <screenshot>
25878                     <screeninfo>Pay Selected</screeninfo>
25879
25880                     <mediaobject>
25881                       <imageobject>
25882                         <imagedata fileref="images/patrons/payselected.png"/>
25883                       </imageobject>
25884                     </mediaobject>
25885                   </screenshot>
25886                 </listitem>
25887
25888                 <listitem>
25889                   <para>Click "Confirm"</para>
25890                 </listitem>
25891
25892                 <listitem>
25893                   <para>The fine totals will be updated with the payment
25894                   applied to the oldest selected fines first.</para>
25895                 </listitem>
25896               </itemizedlist>
25897             </listitem>
25898
25899             <listitem>
25900               <para>Writeoff a single fine</para>
25901
25902               <itemizedlist>
25903                 <listitem>
25904                   <para>Click "Writeoff" next to the fine you wish to
25905                   writeoff.</para>
25906                 </listitem>
25907
25908                 <listitem>
25909                   <para>The fine will be removed from outstanding fines, and
25910                   displayed as written off.</para>
25911                 </listitem>
25912               </itemizedlist>
25913             </listitem>
25914
25915             <listitem>
25916               <para>Writeoff All fines</para>
25917
25918               <itemizedlist>
25919                 <listitem>
25920                   <para>Click the "Writeoff All" button</para>
25921                 </listitem>
25922
25923                 <listitem>
25924                   <para>All fines will be removed from outstanding fines, and
25925                   displayed as written off.</para>
25926                 </listitem>
25927               </itemizedlist>
25928             </listitem>
25929
25930             <listitem>
25931               <para>If you accidentally mark and item as paid, you can reverse
25932               that line item by clicking 'Reverse' to the right of the
25933               line</para>
25934
25935               <screenshot>
25936                 <screeninfo>Reverse Link</screeninfo>
25937
25938                 <mediaobject>
25939                   <imageobject>
25940                     <imagedata fileref="images/patrons/reverselink.png"/>
25941                   </imageobject>
25942                 </mediaobject>
25943               </screenshot>
25944
25945               <itemizedlist>
25946                 <listitem>
25947                   <para>Once clicked a new line item will be added to the
25948                   account, showing the payment as reversed</para>
25949
25950                   <screenshot>
25951                     <screeninfo>Reversed Payment</screeninfo>
25952
25953                     <mediaobject>
25954                       <imageobject>
25955                         <imagedata fileref="images/patrons/reversed.png"/>
25956                       </imageobject>
25957                     </mediaobject>
25958                   </screenshot>
25959                 </listitem>
25960               </itemizedlist>
25961             </listitem>
25962           </itemizedlist>
25963         </section>
25964
25965         <section id="manualinvoice">
25966           <title>Creating Manual Invoices</title>
25967
25968           <para>For fees that are not automatically charged, librarians can
25969           create a manual invoice</para>
25970
25971           <screenshot>
25972             <screeninfo>Create Manual Invoice</screeninfo>
25973
25974             <mediaobject>
25975               <imageobject>
25976                 <imagedata fileref="images/patrons/manualinvoice.png"/>
25977               </imageobject>
25978             </mediaobject>
25979           </screenshot>
25980
25981           <itemizedlist>
25982             <listitem>
25983               <para>First choose the type of invoice you would like to
25984               create</para>
25985
25986               <itemizedlist>
25987                 <listitem>
25988                   <para>To add additional values to the manual invoice type pull down menu, add them
25989                     to the <link linkend="manualinvvals">MANUAL_INV</link> Authorized Value</para>
25990                 </listitem>
25991                 <listitem>
25992                   <para>
25993                     <important>
25994                       <para>The value set as the Authorized Value for the MANUAL_INV authorized
25995                         value category will appear as the Description and the Authorized Value
25996                         Description will be used as the amount.</para>
25997                     </important>
25998                   </para>
25999                 </listitem>
26000               </itemizedlist>
26001             </listitem>
26002
26003             <listitem>
26004               <para>If the fee is associated with an item you can enter its
26005               barcode so that the line item shows a link to that item</para>
26006             </listitem>
26007
26008             <listitem>
26009               <para>The description field is where you will enter the
26010               description of the charge</para>
26011             </listitem>
26012
26013             <listitem>
26014               <para>In the amount field, do not enter currency symbols, only
26015               numbers and decimals</para>
26016             </listitem>
26017           </itemizedlist>
26018         </section>
26019
26020         <section id="manualcredit">
26021           <title>Creating Manual Credits</title>
26022
26023           <para>Manual credits can be used to pay off parts of fines, or to
26024           forgive a fine amount.</para>
26025
26026           <screenshot>
26027             <screeninfo>Create Manual Credit</screeninfo>
26028
26029             <mediaobject>
26030               <imageobject>
26031                 <imagedata fileref="images/patrons/manualcredit.png"/>
26032               </imageobject>
26033             </mediaobject>
26034           </screenshot>
26035
26036           <itemizedlist>
26037             <listitem>
26038               <para>First choose the type of credit you'd like to apply</para>
26039             </listitem>
26040
26041             <listitem>
26042               <para>If this credit is associated with an item you can enter
26043               that item's barcode so that the line item links to the right
26044               item</para>
26045             </listitem>
26046
26047             <listitem>
26048               <para>The description field is where you will enter the
26049               description of the credit</para>
26050             </listitem>
26051
26052             <listitem>
26053               <para>In the amount field, do not enter currency symbols, only
26054               numbers and decimals</para>
26055             </listitem>
26056           </itemizedlist>
26057         </section>
26058
26059         <section id="printinglineitems">
26060           <title>Printing Invoices</title>
26061
26062           <para>To the right of each account line there is a print link.
26063           Clicking that link will print an invoice for the line item that
26064           includes the date and description of the line item along with the
26065           total outstanding on the account.</para>
26066
26067           <screenshot>
26068             <screeninfo>Sample Invoice</screeninfo>
26069
26070             <mediaobject>
26071               <imageobject>
26072                 <imagedata fileref="images/patrons/patroninvoice.png"/>
26073               </imageobject>
26074             </mediaobject>
26075           </screenshot>
26076         </section>
26077       </section>
26078
26079       <section id="patronroutingtab">
26080         <title>Routing Lists</title>
26081
26082         <para>A list of all of the serial routing lists the patron belongs to
26083         will be accessible via the 'Routing Lists' tab on the patron
26084         record.</para>
26085
26086         <screenshot>
26087           <screeninfo>Routing Lists</screeninfo>
26088
26089           <mediaobject>
26090             <imageobject>
26091               <imagedata fileref="images/patrons/routinglisttab.png"/>
26092             </imageobject>
26093           </mediaobject>
26094         </screenshot>
26095
26096         <para>On this tab you will be able to see and edit all of the routing
26097         lists that this patron is on.</para>
26098
26099         <screenshot>
26100           <screeninfo>Patron's routing lists</screeninfo>
26101
26102           <mediaobject>
26103             <imageobject>
26104               <imagedata fileref="images/patrons/patronroutinglists.png"/>
26105             </imageobject>
26106           </mediaobject>
26107         </screenshot>
26108       </section>
26109
26110       <section id="circhistory">
26111         <title>Circulation History</title>
26112
26113         <para>The circulation history tab will appear if you have set the
26114         <link linkend="intranetreadinghistory">intranetreadinghistory</link>
26115         preference to allow it to appear. If you have the <link linkend="OPACPrivacy">OPACPrivacy</link> system preference set to
26116         'Allow' and the patron has decided that the library cannot keep this
26117         information this tab will only show currently checked out
26118         items.</para>
26119
26120         <screenshot>
26121           <screeninfo>Patron Circulation History</screeninfo>
26122
26123           <mediaobject>
26124             <imageobject>
26125               <imagedata fileref="images/patrons/readinghistory.png"/>
26126             </imageobject>
26127           </mediaobject>
26128         </screenshot>
26129
26130         <para>If you would like to export a list of barcodes for the items
26131         checked in today you can find that option under the More menu on the
26132         top right of the page.</para>
26133
26134         <screenshot>
26135           <screeninfo>Export today's checkins</screeninfo>
26136
26137           <mediaobject>
26138             <imageobject>
26139               <imagedata fileref="images/patrons/readinghistory-export.png"/>
26140             </imageobject>
26141           </mediaobject>
26142         </screenshot>
26143
26144         <para>This will generate a text file with one barcode per line.</para>
26145       </section>
26146
26147       <section id="patmodlog">
26148         <title>Modification Log</title>
26149
26150         <para>If you have set your <link linkend="BorrowersLog">BorrowersLog</link> to track changes to patron
26151         records, then this tab will appear. The Modification Log will show
26152         when changes were made to the patron record. If you also have turned
26153         on the <link linkend="IssueLog">IssueLog</link> and <link linkend="ReturnLog">ReturnLog</link> you will see checkins and outs on
26154         this screen as well.</para>
26155
26156         <screenshot>
26157           <screeninfo>Changes to Patron</screeninfo>
26158
26159           <mediaobject>
26160             <imageobject>
26161               <imagedata fileref="images/patrons/borrowerlog.png"/>
26162             </imageobject>
26163           </mediaobject>
26164         </screenshot>
26165
26166         <itemizedlist>
26167           <listitem>
26168             <para>The Librarian field shows the patron number for the
26169             librarian who made the changes</para>
26170           </listitem>
26171
26172           <listitem>
26173             <para>The module lists 'MEMBERS' for the patron module</para>
26174           </listitem>
26175
26176           <listitem>
26177             <para>The action will tell you what action was being logged</para>
26178           </listitem>
26179
26180           <listitem>
26181             <para>The Object field lists the borrowernumber that is being
26182             modified (in the example above, it was my changing my own
26183             record)</para>
26184           </listitem>
26185         </itemizedlist>
26186       </section>
26187
26188       <section id="patnotices">
26189         <title>Notices</title>
26190
26191         <para>The <link linkend="setpatronmessaging">patron's messaging
26192         preferences</link> are set when <link linkend="addnewpatron">adding</link> or <link linkend="editpatrons">editing</link> the patron. This tab will show
26193         the messages that have been sent and those that are queued to be
26194         sent:</para>
26195
26196         <screenshot>
26197           <screeninfo>Patron Notices Tab</screeninfo>
26198
26199           <mediaobject>
26200             <imageobject>
26201               <imagedata fileref="images/patrons/patnoticestab.png"/>
26202             </imageobject>
26203           </mediaobject>
26204         </screenshot>
26205
26206         <para>Clicking on the message title will expand the view to show you
26207         the full text of the message that was sent.</para>
26208
26209         <screenshot>
26210           <screeninfo>Full message text</screeninfo>
26211
26212           <mediaobject>
26213             <imageobject>
26214               <imagedata fileref="images/patrons/patnoticestab-full.png"/>
26215             </imageobject>
26216           </mediaobject>
26217         </screenshot>
26218       </section>
26219
26220       <section id="patronstatstab">
26221         <title>Statistics</title>
26222
26223         <para>Depending on what you set for the values of your <link linkend="StatisticsFields">StatisticsFields</link> system preference,
26224         you can see statistics for one patron's circulation actions.</para>
26225
26226         <screenshot>
26227           <screeninfo>Patron's Statistics</screeninfo>
26228
26229           <mediaobject>
26230             <imageobject>
26231               <imagedata fileref="images/patrons/patronstats.png"/>
26232             </imageobject>
26233           </mediaobject>
26234         </screenshot>
26235       </section>
26236
26237       <section id="patronfiles">
26238         <title>Files</title>
26239
26240         <para>If you set the <link linkend="EnableBorrowerFiles">EnableBorrowerFiles</link> preference to
26241         'Do' the Files tab will be visible on the patron information
26242         page.</para>
26243
26244         <screenshot>
26245           <screeninfo>Patron Files Tab</screeninfo>
26246
26247           <mediaobject>
26248             <imageobject>
26249               <imagedata fileref="images/patrons/patronfilestab.png"/>
26250             </imageobject>
26251           </mediaobject>
26252         </screenshot>
26253
26254         <para>From here you can upload files to attach to the patron
26255         record.</para>
26256
26257         <screenshot>
26258           <screeninfo>Upload patron files</screeninfo>
26259
26260           <mediaobject>
26261             <imageobject>
26262               <imagedata fileref="images/patrons/nopatronfiles.png"/>
26263             </imageobject>
26264           </mediaobject>
26265         </screenshot>
26266
26267         <para>All files that are uploaded will appear above a form where
26268         additional files can be uploaded from.</para>
26269
26270         <screenshot>
26271           <screeninfo>List of files on the patron record</screeninfo>
26272
26273           <mediaobject>
26274             <imageobject>
26275               <imagedata fileref="images/patrons/patronfileslist.png"/>
26276             </imageobject>
26277           </mediaobject>
26278         </screenshot>
26279       </section>
26280       <section id="patronsuggestions">
26281         <title>Purchase Suggestions</title>
26282         <para>If the patron has made any purchase suggestions you will see a purchase suggestions
26283           tab on the patron record.<screenshot>
26284             <screeninfo>Patron purchase suggestions</screeninfo>
26285             <mediaobject>
26286               <imageobject>
26287                 <imagedata fileref="images/patrons/purchasesuggestions.png"/>
26288               </imageobject>
26289             </mediaobject>
26290           </screenshot></para>
26291         <para>From here you can see all suggestions made by the patron and their status, you can
26292           also create a purchase suggestion on the patron's behalf by clicking the 'New purchase
26293           suggestion' button at the top.</para>
26294         <para>Learn more about <link linkend="purchasesuggest">Purchase suggestions</link> in the
26295             <link linkend="acqmodule">Acquisitions</link> chapter of this manual.</para>
26296       </section>
26297     </section>
26298
26299     <section id="patronsearch">
26300       <title>Patron Search</title>
26301
26302       <para>Clicking on the link to the Patron module will bring you to a search/browse screen for
26303         patrons. From here you can search for a patron by any part of their name or their card
26304         number.</para>
26305
26306       <screenshot>
26307         <screeninfo>Patron Search</screeninfo>
26308
26309         <mediaobject>
26310           <imageobject>
26311             <imagedata fileref="images/patrons/patronsearch.png"/>
26312           </imageobject>
26313         </mediaobject>
26314       </screenshot>
26315       <para>Clicking the small plus sign [+] to the right of the search box will open up an advanced
26316         patron search with more filters including the ability to limit to a specific category and/or library.</para>
26317       <screenshot>
26318           <screeninfo>Expanded patron search</screeninfo>
26319           <mediaobject>
26320             <imageobject>
26321               <imagedata fileref="images/patrons/patronsearchexpand.png"/>
26322             </imageobject>
26323           </mediaobject>
26324         </screenshot>
26325
26326       <para>Depending on what you have chosen for the 'Search fields' you can
26327       search for patrons in various different ways.</para>
26328
26329       <screenshot>
26330         <screeninfo>Patron Search Fields</screeninfo>
26331
26332         <mediaobject>
26333           <imageobject>
26334             <imagedata fileref="images/patrons/patronfieldsearch.png"/>
26335           </imageobject>
26336         </mediaobject>
26337       </screenshot>
26338
26339       <itemizedlist>
26340         <listitem>
26341           <para>Standard:</para>
26342
26343           <itemizedlist>
26344             <listitem>
26345               <para>Enter any part of their name, username, email address or
26346               barcode</para>
26347             </listitem>
26348           </itemizedlist>
26349         </listitem>
26350
26351         <listitem>
26352           <para>Email:</para>
26353
26354           <itemizedlist>
26355             <listitem>
26356               <para>Enter any part of their email address and choose 'Contains' instead of 'Starts
26357                 with'</para>
26358             </listitem>
26359           </itemizedlist>
26360         </listitem>
26361
26362         <listitem>
26363           <para>Borrower number:</para>
26364
26365           <itemizedlist>
26366             <listitem>
26367               <para>Enter the Koha borrower number</para>
26368             </listitem>
26369           </itemizedlist>
26370         </listitem>
26371
26372         <listitem>
26373           <para>Phone number:</para>
26374
26375           <itemizedlist>
26376             <listitem>
26377               <para>Enter the phone number exactly as it is in the system or
26378               by using spaces between each batch of numbers.</para>
26379             </listitem>
26380
26381             <listitem>
26382               <para>Example: To find (212) 555-1212 you can search for it
26383               exactly as it was entered or by searching for 212 555
26384               1212</para>
26385             </listitem>
26386           </itemizedlist>
26387         </listitem>
26388
26389         <listitem>
26390           <para>Street address:</para>
26391
26392           <itemizedlist>
26393             <listitem>
26394               <para>Enter any part of the patron's address (includes all address fields) and choose
26395                 'Contains' instead of 'Starts with' to find the string anywhere in the
26396                 address</para>
26397             </listitem>
26398           </itemizedlist>
26399         </listitem>
26400         <listitem>
26401           <para>Date of birth<itemizedlist>
26402               <listitem>
26403                 <para>A tooltip will appear telling you how to enter the date of birth, most
26404                   libraries will be entering MM/DD/YYYY for the birthday search</para>
26405                 <screenshot>
26406                     <screeninfo>Birth date search tooltip</screeninfo>
26407                     <mediaobject>
26408                       <imageobject>
26409                         <imagedata fileref="images/patrons/patronsearchbday.png"/>
26410                       </imageobject>
26411                     </mediaobject>
26412                   </screenshot>
26413               </listitem>
26414             </itemizedlist></para>
26415         </listitem>
26416       </itemizedlist>
26417       <para>You can also choose to either search for fields that start with the string you entered
26418         or contain the string.  Choosing 'Contains' will work like a wildcard search.</para>
26419       <screenshot>
26420           <screeninfo>Contains or Starts with Search</screeninfo>
26421           <mediaobject>
26422             <imageobject>
26423               <imagedata fileref="images/patrons/patronsearchcontains.png"/>
26424             </imageobject>
26425           </mediaobject>
26426         </screenshot>
26427
26428       <para>You can also choose how your results will be sorted by using the
26429       'Order by' pull down menu at the end of the form.</para>
26430
26431       <screenshot>
26432         <screeninfo>Patron search sort</screeninfo>
26433
26434         <mediaobject>
26435           <imageobject>
26436             <imagedata fileref="images/patrons/patronsearchsort.png"/>
26437           </imageobject>
26438         </mediaobject>
26439       </screenshot>
26440
26441       <para>You can also browse through the patron records by clicking on the
26442       linked letters across the top.</para>
26443
26444       <screenshot>
26445         <screeninfo>Patron Browse</screeninfo>
26446
26447         <mediaobject>
26448           <imageobject>
26449             <imagedata fileref="images/patrons/patronbrowse.png"/>
26450           </imageobject>
26451         </mediaobject>
26452       </screenshot>
26453     </section>
26454   </chapter>
26455
26456   <chapter id="circulation">
26457     <title>Circulation</title>
26458
26459     <para>Circulation functions can be accessed in several different ways. On
26460     the main page of the staff client there are some quick links in the center
26461     of the page to check items out, in or transfer them. For a complete
26462     listing of Circulation functions you can visit the Circulation page which
26463     is linked from the top left of every page or from the center of the main
26464     page.</para>
26465
26466     <para>Before circulating your collection you will want to set your <link linkend="globalsysprefs">Global System Preferences</link>, <link linkend="basicparams">Basic Parameters</link> and <link linkend="patscirc">Patrons &amp; Circulation Rules</link>.</para>
26467
26468     <para>While in Circulation you can jump between the tabs on the quick
26469     search box at the top of the screen by using the following hot
26470     keys:</para>
26471
26472     <itemizedlist>
26473       <listitem>
26474         <para>jump to the catalog search with Alt+Q</para>
26475       </listitem>
26476
26477       <listitem>
26478         <para>jump to the checkout with Alt+U</para>
26479
26480         <itemizedlist>
26481           <listitem>
26482             <para>this will not work for Mac users</para>
26483           </listitem>
26484         </itemizedlist>
26485       </listitem>
26486
26487       <listitem>
26488         <para>jump to the checkin with Alt+R</para>
26489       </listitem>
26490     </itemizedlist>
26491
26492     <para><note>
26493         <para>Mac users use the OPTION button in place of ALT</para>
26494       </note></para>
26495
26496     <section id="checkingout">
26497       <title>Check Out (Issuing)</title>
26498
26499       <para>To begin the checkout process you must enter the patron barcode or
26500       part of their name. The checkout option appears in three main
26501       places:</para>
26502
26503       <itemizedlist>
26504         <listitem>
26505           <para>Check out option on the top of the main staff client</para>
26506
26507           <screenshot>
26508             <screeninfo>Check out box on main Koha Staff Client
26509             page</screeninfo>
26510
26511             <mediaobject>
26512               <imageobject>
26513                 <imagedata fileref="images/circ/checkoutmain.png"/>
26514               </imageobject>
26515             </mediaobject>
26516           </screenshot>
26517         </listitem>
26518
26519         <listitem>
26520           <para>Check out option on the patron record</para>
26521
26522           <screenshot>
26523             <screeninfo>Check out tab on a patron record</screeninfo>
26524
26525             <mediaobject>
26526               <imageobject>
26527                 <imagedata fileref="images/circ/checkoutpatron.png"/>
26528               </imageobject>
26529             </mediaobject>
26530           </screenshot>
26531         </listitem>
26532
26533         <listitem>
26534           <para>Check out option on the quick search bar on the circulation
26535           page</para>
26536
26537           <screenshot>
26538             <screeninfo>Check out tab on quick search bar</screeninfo>
26539
26540             <mediaobject>
26541               <imageobject>
26542                 <imagedata fileref="images/circ/circquickbox.png"/>
26543               </imageobject>
26544             </mediaobject>
26545           </screenshot>
26546         </listitem>
26547       </itemizedlist>
26548
26549       <section id="checkitemout">
26550         <title>Checking Items Out</title>
26551
26552         <para>To check an item out to a patron, first search for that patron
26553         using one of the many options listed above.</para>
26554
26555         <screenshot>
26556           <screeninfo>Check Out Screen</screeninfo>
26557
26558           <mediaobject>
26559             <imageobject>
26560               <imagedata fileref="images/circ/checkingout.png"/>
26561             </imageobject>
26562           </mediaobject>
26563         </screenshot>
26564
26565         <para>At the top of the Check Out screen is a box for you to type or
26566         scan the item's barcode into.</para>
26567
26568         <itemizedlist>
26569           <listitem>
26570             <important>
26571               <para>Many modern barcode scanners will send a 'return' to the
26572               browser, making it so that the 'Check Out' button is
26573               automatically clicked</para>
26574             </important>
26575           </listitem>
26576
26577           <listitem>
26578             <para>If the barcode is not found you will be prompted to use fast cataloging to add the
26579               item. Learn more about <link linkend="fastaddcat">fast cataloging</link> later in this
26580               manual.</para>
26581           </listitem>
26582           <listitem>
26583             <para>If you have <link linkend="itemBarcodeFallbackSearch"
26584                 >itemBarcodeFallbackSearch</link> set to 'Enable' then you can enter a keyword
26585               search in this box instead of just a barcode (this will make it possible to check out
26586               using title and/or call number).</para>
26587           </listitem>
26588         </itemizedlist>
26589
26590         <para>Below the box for the barcode there may be options for you to
26591         override the default due date for the item.</para>
26592
26593         <itemizedlist>
26594           <listitem>
26595             <para>This option will only appear if you have set the <link linkend="SpecifyDueDate">SpecifyDueDate</link> system preference
26596             to allow staff to override the due date</para>
26597           </listitem>
26598         </itemizedlist>
26599
26600         <para>At the bottom of the page there is a summary of the patron's
26601         current checked out items along with the due date (and time if the
26602         item is an hourly loan), items checked out today will appear at the
26603         top.</para>
26604
26605         <note>
26606           <para>If the checked out time is listed as 00:00 then the item is a
26607           daily loan item. The due time for daily checkouts will show 23:59
26608           which is the last minute of the day.</para>
26609         </note>
26610
26611         <screenshot>
26612           <screeninfo>Patron's checkout summary</screeninfo>
26613
26614           <mediaobject>
26615             <imageobject>
26616               <imagedata fileref="images/circ/checkoutsummary.png"/>
26617             </imageobject>
26618           </mediaobject>
26619         </screenshot>
26620         <para>If you have set your <link linkend="ExportWithCsvProfile">ExportWithCsvProfile</link>
26621           preference, you will also see the option to export the patron's current checkout
26622           information using a CSV Profile or ISO2709 (MARC21) format.</para>
26623         <screenshot>
26624           <screeninfo>Export patron's checkout information</screeninfo>
26625           <mediaobject>
26626             <imageobject>
26627               <imagedata fileref="images/circ/exportcheckouts.png"/>
26628             </imageobject>
26629           </mediaobject>
26630         </screenshot>
26631
26632         <para>Also at the bottom of the page is the list of items the patron
26633         has on hold</para>
26634
26635         <screenshot>
26636           <screeninfo>Holds summary on check out screen</screeninfo>
26637
26638           <mediaobject>
26639             <imageobject>
26640               <imagedata fileref="images/circ/holdssummary.png"/>
26641             </imageobject>
26642           </mediaobject>
26643         </screenshot>
26644
26645         <para>From the holds list you can suspend or resume patrons holds
26646         using the options at the bottom of the list if you have the <link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link> preference
26647         set to 'allow.'</para>
26648
26649         <note>
26650           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
26651           preference set to "Don't allow" then you will not have the option to
26652           put an end date on the hold suspension</para>
26653         </note>
26654
26655         <para>If there are notes on the patron record these will appear to the
26656         right of the checkout box</para>
26657
26658         <screenshot>
26659           <screeninfo>Patron notes on check out screen</screeninfo>
26660
26661           <mediaobject>
26662             <imageobject>
26663               <imagedata fileref="images/circ/patronnotes.png"/>
26664             </imageobject>
26665           </mediaobject>
26666         </screenshot>
26667
26668         <para>If the patron has a hold waiting at the library that too will
26669         appear to the right of the check out box making it easy for the
26670         circulation librarian to see that there is another item to give the
26671         patron</para>
26672
26673         <screenshot>
26674           <screeninfo>Hold waiting message on check out screen</screeninfo>
26675
26676           <mediaobject>
26677             <imageobject>
26678               <imagedata fileref="images/circ/holdwaiting.png"/>
26679             </imageobject>
26680           </mediaobject>
26681         </screenshot>
26682
26683         <section id="printcircreceipt">
26684           <title>Printing Receipts</title>
26685
26686           <para>Once you have checked out all of the items for the patron you
26687           can print them a receipt by choosing one of two methods.</para>
26688
26689           <para>If you have the <link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
26690           preference set to 'open a print quick slip window' you can simply
26691           hit enter on your keyboard or scan a blank piece of paper with your
26692           barcode scanner. The idea being that you're "checking out" a blank
26693           barcode which triggers Koha to print the 'Quick slip.'</para>
26694
26695           <para>You can also click the Print button at the top of the screen
26696           and choose 'Print slip' or 'Print quick slip'.</para>
26697
26698           <screenshot>
26699             <screeninfo>Print receipt to slip printer</screeninfo>
26700
26701             <mediaobject>
26702               <imageobject>
26703                 <imagedata fileref="images/circ/printslip.png"/>
26704               </imageobject>
26705             </mediaobject>
26706           </screenshot>
26707
26708           <para>If you choose 'Print slip' it will print all of the items the
26709           patron has checked out, including those they checked out at an
26710           earlier date. Choosing 'Print quick slip' will print only the items
26711           that were checked out today.</para>
26712
26713           <para>What prints on the slips can be customized by altering the
26714           slip templates under the <link linkend="notices">Notices &amp;
26715           Slips</link> tool.</para>
26716         </section>
26717
26718         <section id="clearpatroninfo">
26719           <title>Clear Patron Information</title>
26720
26721           <para>When you're done checking an item out if you have the <link linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
26722           preference set to 'Show' you can clear the current patron by
26723           clicking the X in the top right of the patron's info to remove the
26724           current patron from the screen and start over.</para>
26725
26726           <screenshot>
26727             <screeninfo>Clear Screen Button</screeninfo>
26728
26729             <mediaobject>
26730               <imageobject>
26731                 <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButton.png"/>
26732               </imageobject>
26733             </mediaobject>
26734           </screenshot>
26735
26736           <para>If you have the <link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
26737           preference set to 'clear the screen' then you simply need to hit
26738           enter or scan a blank barcode and the screen will be cleared of the
26739           current patron.</para>
26740         </section>
26741       </section>
26742
26743       <section id="checkoutmsg">
26744         <title>Check Out Messages</title>
26745
26746         <para>If you check out an item that has multiple pieces and you have
26747         cataloged that information in subfield 3 of the item record (in
26748         MARC21) a message will pop up when you check out that item telling you
26749         how many pieces should be there.</para>
26750
26751         <screenshot>
26752           <screeninfo>Materials in the checked out item</screeninfo>
26753
26754           <mediaobject>
26755             <imageobject>
26756               <imagedata fileref="images/circ/materialspecified.png"/>
26757             </imageobject>
26758           </mediaobject>
26759         </screenshot>
26760
26761         <para>There are times when Koha will prevent the librarian from being
26762         able to check out items to a patron. When this happens a warning will
26763         appear notifying the librarian of why the patron cannot check items
26764         out.</para>
26765
26766         <itemizedlist>
26767           <listitem>
26768             <para>Patron owes too much in fines</para>
26769
26770             <screenshot>
26771               <screeninfo>Patron owes too much in fines</screeninfo>
26772
26773               <mediaobject>
26774                 <imageobject>
26775                   <imagedata fileref="images/circ/fineswarning.png"/>
26776                 </imageobject>
26777               </mediaobject>
26778             </screenshot>
26779
26780             <itemizedlist>
26781               <listitem>
26782                 <para>You can set the amount at which patron checkouts are
26783                 blocked with the <link linkend="noissuescharge">noissuescharge</link> system
26784                 preference</para>
26785               </listitem>
26786             </itemizedlist>
26787           </listitem>
26788
26789           <listitem>
26790             <para>Patron has been barred from the library</para>
26791
26792             <screenshot>
26793               <screeninfo>Patron account barred</screeninfo>
26794
26795               <mediaobject>
26796                 <imageobject>
26797                   <imagedata fileref="images/circ/debarwarning.png"/>
26798                 </imageobject>
26799               </mediaobject>
26800             </screenshot>
26801
26802             <itemizedlist>
26803               <listitem>
26804                 <para>This can be set by the librarian editing a patron record and adding a <link
26805                     linkend="patronflags">restriction</link> or by the <link
26806                     linkend="noticetriggers">Overdue/Notice Status Triggers</link></para>
26807               </listitem>
26808             </itemizedlist>
26809           </listitem>
26810
26811           <listitem>
26812             <para>Patron needs to confirm their address</para>
26813
26814             <screenshot>
26815               <screeninfo>Patron's address warning</screeninfo>
26816
26817               <mediaobject>
26818                 <imageobject>
26819                   <imagedata fileref="images/circ/addresswarning.png"/>
26820                 </imageobject>
26821               </mediaobject>
26822             </screenshot>
26823
26824             <itemizedlist>
26825               <listitem>
26826                 <para>This can be set by the librarian editing a patron record
26827                 and adding a <link linkend="patronflags">flag</link></para>
26828               </listitem>
26829             </itemizedlist>
26830           </listitem>
26831
26832           <listitem>
26833             <para>Patrons has lost their library card</para>
26834
26835             <screenshot>
26836               <screeninfo>Lost patron card warning</screeninfo>
26837
26838               <mediaobject>
26839                 <imageobject>
26840                   <imagedata fileref="images/circ/lostcardwarning.png"/>
26841                 </imageobject>
26842               </mediaobject>
26843             </screenshot>
26844
26845             <itemizedlist>
26846               <listitem>
26847                 <para>This can be set by the librarian editing a patron record
26848                 and adding a <link linkend="patronflags">flag</link></para>
26849               </listitem>
26850             </itemizedlist>
26851           </listitem>
26852         </itemizedlist>
26853       </section>
26854
26855       <section id="checkoutwarn">
26856         <title>Check Out Warnings</title>
26857
26858         <para>Sometimes checkouts will trigger warning messages that will
26859         appear in a yellow box above the check out field. These warnings need
26860         to be acknowledged before you will be able to continue checking items
26861         out.</para>
26862
26863         <itemizedlist>
26864           <listitem>
26865             <para>Patron has outstanding fines</para>
26866
26867             <screenshot>
26868               <screeninfo>Patron has a debt</screeninfo>
26869
26870               <mediaobject>
26871                 <imageobject>
26872                   <imagedata fileref="images/circ/warnings/patrondebt.png"/>
26873                 </imageobject>
26874               </mediaobject>
26875             </screenshot>
26876           </listitem>
26877
26878           <listitem>
26879             <para>Item on hold for someone else</para>
26880
26881             <screenshot>
26882               <screeninfo>Item is on hold for someone else</screeninfo>
26883
26884               <mediaobject>
26885                 <imageobject>
26886                   <imagedata fileref="images/circ/warnings/onhold.png"/>
26887                 </imageobject>
26888               </mediaobject>
26889             </screenshot>
26890           </listitem>
26891
26892           <listitem>
26893             <para>Item should be on the hold shelf waiting for someone
26894             else</para>
26895
26896             <screenshot>
26897               <screeninfo>Item is on hold shelf waiting for someone
26898               else</screeninfo>
26899
26900               <mediaobject>
26901                 <imageobject>
26902                   <imagedata fileref="images/circ/warnings/holdwaiting.png"/>
26903                 </imageobject>
26904               </mediaobject>
26905             </screenshot>
26906           </listitem>
26907
26908           <listitem>
26909             <para>Item already checked out to this patron</para>
26910
26911             <screenshot>
26912               <screeninfo>Item is currently checked out to this
26913               patron</screeninfo>
26914
26915               <mediaobject>
26916                 <imageobject>
26917                   <imagedata fileref="images/circ/warnings/alreadycheckedout.png"/>
26918                 </imageobject>
26919               </mediaobject>
26920             </screenshot>
26921           </listitem>
26922
26923           <listitem>
26924             <para>Item checked out to another patron</para>
26925
26926             <screenshot>
26927               <screeninfo>Item checked out to another patron</screeninfo>
26928
26929               <mediaobject>
26930                 <imageobject>
26931                   <imagedata fileref="images/circ/warnings/checkedoutelse.png"/>
26932                 </imageobject>
26933               </mediaobject>
26934             </screenshot>
26935           </listitem>
26936
26937           <listitem>
26938             <para>Item not for loan</para>
26939
26940             <screenshot>
26941               <screeninfo>Item is not normally for loan</screeninfo>
26942
26943               <mediaobject>
26944                 <imageobject>
26945                   <imagedata fileref="images/circ/warnings/notforloan.png"/>
26946                 </imageobject>
26947               </mediaobject>
26948             </screenshot>
26949           </listitem>
26950
26951           <listitem>
26952             <para>Patron has too many things checked out and <link linkend="AllowTooManyOverride"
26953                 >AllowTooManyOverride</link> is set to 'Allow'</para>
26954
26955             <screenshot>
26956               <screeninfo>Too many checkouts</screeninfo>
26957
26958               <mediaobject>
26959                 <imageobject>
26960                   <imagedata fileref="images/circ/warnings/toomanycheckouts.png"/>
26961                 </imageobject>
26962               </mediaobject>
26963             </screenshot>
26964           </listitem>
26965           <listitem>
26966             <para>Patron has too many things checked out and <link linkend="AllowTooManyOverride"
26967                 >AllowTooManyOverride</link> is set to "Don't allow"</para>
26968             <screenshot>
26969               <screeninfo>Too many checkouts</screeninfo>
26970               <mediaobject>
26971                 <imageobject>
26972                   <imagedata fileref="images/circ/warnings/toomanycheckouts-no.png"/>
26973                 </imageobject>
26974               </mediaobject>
26975             </screenshot>
26976           </listitem>
26977
26978           <listitem>
26979             <para>Item cannot be renewed</para>
26980
26981             <screenshot>
26982               <screeninfo>No more renewals</screeninfo>
26983
26984               <mediaobject>
26985                 <imageobject>
26986                   <imagedata fileref="images/circ/warnings/norenewals.png"/>
26987                 </imageobject>
26988               </mediaobject>
26989             </screenshot>
26990
26991             <itemizedlist>
26992               <listitem>
26993                 <para>This can be overridden with the <link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
26994                 system preference</para>
26995               </listitem>
26996             </itemizedlist>
26997           </listitem>
26998
26999           <listitem>
27000             <para>Barcode not found</para>
27001
27002             <screenshot>
27003               <screeninfo>Barcode not found</screeninfo>
27004
27005               <mediaobject>
27006                 <imageobject>
27007                   <imagedata fileref="images/circ/barcodefastadd.png"/>
27008                 </imageobject>
27009               </mediaobject>
27010             </screenshot>
27011
27012             <itemizedlist>
27013               <listitem>
27014                 <para>Learn more about <link linkend="fastaddcat">fast
27015                 cataloging</link> later in this manual.</para>
27016               </listitem>
27017             </itemizedlist>
27018           </listitem>
27019
27020           <listitem>
27021             <para>Item being checked out is marked as 'lost'</para>
27022
27023             <itemizedlist>
27024               <listitem>
27025                 <para>Depending on the value in your <link linkend="IssueLostItem">IssueLostItem</link> preference, you
27026                 may just see a warning</para>
27027
27028                 <screenshot>
27029                   <screeninfo>Warning that item is lost</screeninfo>
27030
27031                   <mediaobject>
27032                     <imageobject>
27033                       <imagedata fileref="images/circ/lostitemmsg.png"/>
27034                     </imageobject>
27035                   </mediaobject>
27036                 </screenshot>
27037
27038                 <para>or a confirmation box</para>
27039
27040                 <screenshot>
27041                   <screeninfo>Confirm checkout of lost item</screeninfo>
27042
27043                   <mediaobject>
27044                     <imageobject>
27045                       <imagedata fileref="images/circ/lostitemconfirm.png"/>
27046                     </imageobject>
27047                   </mediaobject>
27048                 </screenshot>
27049               </listitem>
27050             </itemizedlist>
27051           </listitem>
27052
27053           <listitem>
27054             <para>Item being checked out is not recommended for a patron of
27055             this age</para>
27056
27057             <screenshot>
27058               <screeninfo>Age warning</screeninfo>
27059
27060               <mediaobject>
27061                 <imageobject>
27062                   <imagedata fileref="images/circ/warnings/agewarning.png"/>
27063                 </imageobject>
27064               </mediaobject>
27065             </screenshot>
27066           </listitem>
27067           <listitem>
27068             <para>Item being checked out meets the <link linkend="decreaseLoanHighHolds">decreaseLoanHighHolds</link> system preference criteria</para>
27069             <screenshot>
27070               <screeninfo>Too many holds</screeninfo>
27071               <mediaobject>
27072                 <imageobject>
27073                   <imagedata fileref="images/circ/warnings/decreaseLoanHighHoldsDuration.png"/>
27074                 </imageobject>
27075               </mediaobject>
27076             </screenshot>
27077           </listitem>
27078         </itemizedlist>
27079       </section>
27080     </section>
27081
27082     <section id="circrenew">
27083       <title>Renewing</title>
27084
27085       <para>Checked out items can be renewed (checked out for another period of time) based on your
27086           <link linkend="circfinerules">circulation rules</link> and <link
27087           linkend="RenewalPeriodBase">renewal preferences</link>. </para>
27088       <para>If <link linkend="OpacRenewalAllowed">you allow it</link>, patrons can renew their own
27089         items via the OPAC, but sometimes you'll need to help them by renewing their items via the
27090         staff client. </para>
27091       <para>To renew items checked out to a patron, you can do one of two things. </para>
27092       <para>The first is to visit their details page or checkout page and review their checkout
27093         summary at the bottom.</para>
27094
27095       <screenshot>
27096         <screeninfo>Circulation Summary</screeninfo>
27097
27098         <mediaobject>
27099           <imageobject>
27100             <imagedata fileref="images/circ/circsummary.png"/>
27101           </imageobject>
27102         </mediaobject>
27103       </screenshot>
27104
27105       <para>In the Renew column you will see how many times each item has been
27106       renewed and a checkbox to renew the item for the patron. Check the boxed
27107       of the items you would like to renew and click the 'Renew or Return
27108       checked items' button, or to renew all items checked out to the patron
27109       simply click the 'Renew all' button.</para>
27110
27111       <screenshot>
27112         <screeninfo>Renew buttons</screeninfo>
27113
27114         <mediaobject>
27115           <imageobject>
27116             <imagedata fileref="images/circ/renewbutton.png"/>
27117           </imageobject>
27118         </mediaobject>
27119       </screenshot>
27120
27121       <para>Sometimes renewals will be blocked based on your circulation
27122       rules, to override this block you must have your <link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
27123       preference set to 'Allow'. If you allow renewal limit overrides, you
27124       will see a checkbox at the bottom left of the circulation summary. Check
27125       that box and then choose the items you would like to renew.</para>
27126
27127       <screenshot>
27128         <screeninfo>Override renewal limit</screeninfo>
27129
27130         <mediaobject>
27131           <imageobject>
27132             <imagedata fileref="images/circ/overriderenew.png"/>
27133           </imageobject>
27134         </mediaobject>
27135       </screenshot>
27136
27137       <para>Checking that box will add checkboxes in the renew column above
27138       where before the item was not renewable.</para>
27139       <para>The second option is to visit the 'Renew' page found under the Circulation menu.</para>
27140       <screenshot>
27141         <screeninfo>Renew</screeninfo>
27142         <mediaobject>
27143           <imageobject>
27144             <imagedata fileref="images/circ/renewcirc.png"/>
27145           </imageobject>
27146         </mediaobject>
27147       </screenshot>
27148       <para>And scan the barcodes of the items you would like to renew.</para>
27149       <screenshot>
27150         <screeninfo>Barcode to renew</screeninfo>
27151         <mediaobject>
27152           <imageobject>
27153             <imagedata fileref="images/circ/renewbarcode.png"/>
27154           </imageobject>
27155         </mediaobject>
27156       </screenshot>
27157       <para>If the item is renewed you will receive a confirmation message.</para>
27158       <screenshot>
27159         <screeninfo>Item renewed</screeninfo>
27160         <mediaobject>
27161           <imageobject>
27162             <imagedata fileref="images/circ/renewed.png"/>
27163           </imageobject>
27164         </mediaobject>
27165       </screenshot>
27166       <para>If the barcode is not found you will be presented with an error.</para>
27167       <screenshot>
27168         <screeninfo>No barcode found</screeninfo>
27169         <mediaobject>
27170           <imageobject>
27171             <imagedata fileref="images/circ/renewnomatch.png"/>
27172           </imageobject>
27173         </mediaobject>
27174       </screenshot>
27175       <para>If the item is not actually checked out you will also receive an error.</para>
27176       <screenshot>
27177         <screeninfo>Item not checked out</screeninfo>
27178         <mediaobject>
27179           <imageobject>
27180             <imagedata fileref="images/circ/renewnotchecked.png"/>
27181           </imageobject>
27182         </mediaobject>
27183       </screenshot>
27184     </section>
27185
27186     <section id="checkingin">
27187       <title>Check In (Returning)</title>
27188
27189       <para>Checking in items can be performed from various different
27190       locations</para>
27191
27192       <itemizedlist>
27193         <listitem>
27194           <para>The check in box on the top of the main staff client</para>
27195
27196           <screenshot>
27197             <screeninfo>Check out box on main Koha Staff Client
27198             page</screeninfo>
27199
27200             <mediaobject>
27201               <imageobject>
27202                 <imagedata fileref="images/circ/checkinmain.png"/>
27203               </imageobject>
27204             </mediaobject>
27205           </screenshot>
27206         </listitem>
27207
27208         <listitem>
27209           <para>The check in option on the quick search bar on the Circulation
27210             page</para>
27211           <screenshot>
27212               <screeninfo>Check in tab on quick search bar</screeninfo>
27213
27214               <mediaobject>
27215                 <imageobject>
27216                   <imagedata fileref="images/circ/checkinquickbox.png"/>
27217                 </imageobject>
27218               </mediaobject>
27219             </screenshot>
27220         </listitem>
27221
27222         <listitem>
27223           <para>The check in link on the patron's checkout summary (and on the
27224           checkout summary page)</para>
27225
27226           <screenshot>
27227             <screeninfo>Patron checkout summary includes 'Check In'
27228             link</screeninfo>
27229
27230             <mediaobject>
27231               <imageobject>
27232                 <imagedata fileref="images/circ/checkinlink.png"/>
27233               </imageobject>
27234             </mediaobject>
27235           </screenshot>
27236         </listitem>
27237
27238         <listitem>
27239           <para>The Check in page under the Circulation menu</para>
27240
27241           <screenshot>
27242             <screeninfo>Check in link on Circulation Module</screeninfo>
27243
27244             <mediaobject>
27245               <imageobject>
27246                 <imagedata fileref="images/circ/checkincirc.png"/>
27247               </imageobject>
27248             </mediaobject>
27249           </screenshot>
27250         </listitem>
27251       </itemizedlist>
27252
27253       <section id="checkitemin">
27254         <title>Checking Items In</title>
27255
27256         <para>To check an item in scan the barcode for the item into the box
27257         provided. A summary of all items checked in will appear below the
27258         checkin box</para>
27259
27260         <screenshot>
27261           <screeninfo>Check In Summary</screeninfo>
27262
27263           <mediaobject>
27264             <imageobject>
27265               <imagedata fileref="images/circ/checkin.png"/>
27266             </imageobject>
27267           </mediaobject>
27268         </screenshot>
27269
27270         <para>If you are checking items in that were put in the book drop while the library was
27271           closed you can check the 'Book drop mode' box before scanning items. This will effectively
27272           roll back the returned date to the last date the library was open.</para>
27273
27274         <itemizedlist>
27275           <listitem>
27276             <para>This requires that you have your closings added to the <link linkend="calholidays">Holidays &amp; Calendar Tool </link></para>
27277           </listitem>
27278         </itemizedlist>
27279
27280         <para>You can also choose to forgive all overdue charges for items you
27281         are checking in by checking the 'Forgive overdue charges' box before
27282         scanning items.</para>
27283         <para>If you have the <link linkend="SpecifyReturnDate">SpecifyReturnDate</link> preference
27284           set to 'Allow' you will be able to arbitrarily set the return date from below the check in box.<screenshot>
27285             <screeninfo>Specify check in date</screeninfo>
27286             <mediaobject>
27287               <imageobject>
27288                 <imagedata fileref="images/circ/SpecifyReturnDate.png"/>
27289               </imageobject>
27290             </mediaobject>
27291           </screenshot></para>
27292       </section>
27293
27294       <section id="checkinmsg">
27295         <title>Check In Messages</title>
27296
27297         <para>There are several messages that can appear when checking items
27298         in:</para>
27299
27300         <itemizedlist>
27301           <listitem>
27302             <para>If you are checking an item in at a library other than the
27303             home branch, a message will appear asking you to transfer the book
27304             to the home library</para>
27305
27306             <screenshot>
27307               <screeninfo>Check in Transfer Message</screeninfo>
27308
27309               <mediaobject>
27310                 <imageobject>
27311                   <imagedata fileref="images/circ/checkintransfer.png"/>
27312                 </imageobject>
27313               </mediaobject>
27314             </screenshot>
27315
27316             <itemizedlist>
27317               <listitem>
27318                 <para>After this item is checked in the status of the item
27319                 will be changed in the catalog to 'in transit'</para>
27320
27321                 <screenshot>
27322                   <screeninfo>In Transit Status</screeninfo>
27323
27324                   <mediaobject>
27325                     <imageobject>
27326                       <imagedata fileref="images/circ/transferstatus.png"/>
27327                     </imageobject>
27328                   </mediaobject>
27329                 </screenshot>
27330               </listitem>
27331
27332               <listitem>
27333                 <para>To mark an item as back at the home branch, check the
27334                 item in at the home branch</para>
27335
27336                 <screenshot>
27337                   <screeninfo>Check In Transferred Item</screeninfo>
27338
27339                   <mediaobject>
27340                     <imageobject>
27341                       <imagedata fileref="images/circ/transfercheckin.png"/>
27342                     </imageobject>
27343                   </mediaobject>
27344                 </screenshot>
27345
27346                 <itemizedlist>
27347                   <listitem>
27348                     <para>A message will appear tell you that the item is not
27349                     checked out, but the status will now say available in the
27350                     catalog. This step is necessary to mark items as received
27351                     by the home branch.</para>
27352                   </listitem>
27353                 </itemizedlist>
27354               </listitem>
27355             </itemizedlist>
27356           </listitem>
27357
27358           <listitem>
27359             <para>If you are checking in an item that should have multiple
27360             parts or pieces a message will appear warning you about the number
27361             of pieces you should have in your hand</para>
27362
27363             <screenshot>
27364               <screeninfo>Materials Specified</screeninfo>
27365
27366               <mediaobject>
27367                 <imageobject>
27368                   <imagedata fileref="images/circ/materialspecified.png"/>
27369                 </imageobject>
27370               </mediaobject>
27371             </screenshot>
27372           </listitem>
27373
27374           <listitem>
27375             <para>If you're checking an item in that has a hold on it, you
27376             will be prompted to confirm the hold</para>
27377
27378             <screenshot>
27379               <screeninfo>Hold Found Check In Message</screeninfo>
27380
27381               <mediaobject>
27382                 <imageobject>
27383                   <imagedata fileref="images/circ/holdfound.png"/>
27384                 </imageobject>
27385               </mediaobject>
27386             </screenshot>
27387
27388             <itemizedlist>
27389               <listitem>
27390                 <para>Clicking the Confirm hold button will mark the item as
27391                 waiting for pickup from the library</para>
27392
27393                 <screenshot>
27394                   <screeninfo>Hold waiting at the library</screeninfo>
27395
27396                   <mediaobject>
27397                     <imageobject>
27398                       <imagedata fileref="images/circ/waitingstatus.png"/>
27399                     </imageobject>
27400                   </mediaobject>
27401                 </screenshot>
27402               </listitem>
27403
27404               <listitem>
27405                 <para>Clicking the Print Slip and Confirm button will mark the
27406                 item as waiting for pickup at the library and present the
27407                 library with a receipt to print and place on the book with the
27408                 patron's information</para>
27409               </listitem>
27410
27411               <listitem>
27412                 <para>Ignoring the hold will leave the item on hold, but leave
27413                 its status as Available (it will not cancel the hold)</para>
27414               </listitem>
27415             </itemizedlist>
27416           </listitem>
27417
27418           <listitem>
27419             <para>If you're checking in an item that has a hold on it at
27420             another branch you will be prompted to confirm and transfer the
27421             item</para>
27422
27423             <screenshot>
27424               <screeninfo>Hold found for another branch</screeninfo>
27425
27426               <mediaobject>
27427                 <imageobject>
27428                   <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
27429                 </imageobject>
27430               </mediaobject>
27431             </screenshot>
27432
27433             <itemizedlist>
27434               <listitem>
27435                 <para>Clicking the Confirm hold and Transfer button will mark
27436                 the item as in transit to the library where the hold was
27437                 placed</para>
27438
27439                 <screenshot>
27440                   <screeninfo>In transit hold status</screeninfo>
27441
27442                   <mediaobject>
27443                     <imageobject>
27444                       <imagedata fileref="images/circ/intransithold.png"/>
27445                     </imageobject>
27446                   </mediaobject>
27447                 </screenshot>
27448               </listitem>
27449
27450               <listitem>
27451                 <para>Clicking the Print Slip, Transfer and Confirm button
27452                 will mark the item as in transit to the library where the hold
27453                 was placed and present the library with a receipt to print and
27454                 place on the book with the patron's information</para>
27455               </listitem>
27456
27457               <listitem>
27458                 <para>Ignoring the hold will leave the item on hold, but leave
27459                 its status as Available (it will not cancel the hold)</para>
27460               </listitem>
27461             </itemizedlist>
27462           </listitem>
27463
27464           <listitem>
27465             <para>If you have the system showing you fines at the time of
27466             checkin (<link linkend="FineNotifyAtCheckin">FineNotifyAtCheckin</link>) you will
27467             see a message telling you about the fine and providing you a link
27468             to the payment page for that patron</para>
27469
27470             <screenshot>
27471               <screeninfo>FineNotifyAtCheckin</screeninfo>
27472
27473               <mediaobject>
27474                 <imageobject>
27475                   <imagedata fileref="images/admin/globalprefs/FineNotifyAtCheckin.png"/>
27476                 </imageobject>
27477               </mediaobject>
27478             </screenshot>
27479           </listitem>
27480         </itemizedlist>
27481       </section>
27482     </section>
27483
27484     <section id="circmessages">
27485       <title>Circulation Messages</title>
27486
27487       <para>Circulation messages are short messages that librarians can leave
27488       for their patrons or their colleagues that will appear at the time of
27489       circulation.</para>
27490
27491       <section id="setcircmsg">
27492         <title>Setting up Messages</title>
27493
27494         <para>Circulation messages are set up as <link linkend="authorizedvalues">Authorized Values</link>. To add or edit
27495         Circulation Messages you want to work with the <link linkend="bornotes">BOR_NOTES</link> value.</para>
27496
27497         <screenshot>
27498           <screeninfo>BOR_NOTES Authorized Values</screeninfo>
27499
27500           <mediaobject>
27501             <imageobject>
27502               <imagedata fileref="images/circ/bor_notes.png"/>
27503             </imageobject>
27504           </mediaobject>
27505         </screenshot>
27506
27507         <para>The 'Description' field can hold a canned message that you would
27508         like to appear on the patron's record. <important>
27509             <para>The 'Description' field is limited to 80 characters, but the
27510             patron message field can hold more than that. Enter 80 characters
27511             in the 'Description' field and then type the rest on the patron
27512             record.</para>
27513           </important></para>
27514       </section>
27515
27516       <section id="addcircmsg">
27517         <title>Adding a Message</title>
27518
27519         <para>When on the patron's check out tab you will see a link to 'Add a
27520         new message' to the right of the check out box.</para>
27521
27522         <screenshot>
27523           <screeninfo>Circulation Message in Staff Client</screeninfo>
27524
27525           <mediaobject>
27526             <imageobject>
27527               <imagedata fileref="images/circ/staffmessages.png"/>
27528             </imageobject>
27529           </mediaobject>
27530         </screenshot>
27531
27532         <para>When you click 'Add a new message' you will be asked to choose
27533         if the message is for the librarians or the patron and the message you
27534         would like to leave.</para>
27535
27536         <screenshot>
27537           <screeninfo>Leave a Circulation Message</screeninfo>
27538
27539           <mediaobject>
27540             <imageobject>
27541               <imagedata fileref="images/circ/leavecircmsg.png"/>
27542             </imageobject>
27543           </mediaobject>
27544         </screenshot>
27545
27546         <note>
27547           <para>A message for the patron will also show to the library
27548           staff.</para>
27549         </note>
27550       </section>
27551
27552       <section id="viewcircmsg">
27553         <title>Viewing Messages</title>
27554
27555         <para>Circulation messages meant for the staff and/or the patron will
27556         appear on the patron's checkout screen to the right of the checkout
27557         box. Messages in bold and red are meant for the library staff only,
27558         whereas messages in regular italics font are meant for the patron and
27559         the librarian.</para>
27560
27561         <screenshot>
27562           <screeninfo>Circulation Message in Staff Client</screeninfo>
27563
27564           <mediaobject>
27565             <imageobject>
27566               <imagedata fileref="images/circ/staffmessages.png"/>
27567             </imageobject>
27568           </mediaobject>
27569         </screenshot>
27570
27571         <para>Circulation messages meant for the patron will also appear when
27572         they log into the OPAC.</para>
27573
27574         <screenshot>
27575           <screeninfo>Circulation Message in OPAC</screeninfo>
27576
27577           <mediaobject>
27578             <imageobject>
27579               <imagedata fileref="images/circ/opacmsg.png"/>
27580             </imageobject>
27581           </mediaobject>
27582         </screenshot>
27583       </section>
27584     </section>
27585
27586     <section id="holds">
27587       <title>Holds</title>
27588
27589       <para>Koha allows patrons to put things on hold.  A 'Hold' is a way to reserve an item.
27590         Depending on your <link linkend="circfinerules">circulation and fine rules</link> and <link linkend="circholdspolicy">hold preference</link> settings patrons will be able to place
27591         items on hold for pickup at the library at a later date/time.</para>
27592
27593       <section id="holdsinstaff">
27594         <title>Placing Holds in Staff Client</title>
27595
27596         <para>There are several ways to place holds from the staff client. The
27597         most obvious is using the 'Place Hold' button at the top of any
27598         bibliographic record.</para>
27599
27600         <screenshot>
27601           <screeninfo>Place Hold Button on Bib Record</screeninfo>
27602
27603           <mediaobject>
27604             <imageobject>
27605               <imagedata fileref="images/circ/placeholdbib.png"/>
27606             </imageobject>
27607           </mediaobject>
27608         </screenshot>
27609
27610         <para>You can also click the smaller 'Place Hold' link found at the
27611         top of your catalog search results, or the 'Holds' link found below
27612         each result.</para>
27613
27614         <screenshot>
27615           <screeninfo>Hold options on search results</screeninfo>
27616
27617           <mediaobject>
27618             <imageobject>
27619               <imagedata fileref="images/circ/placeholdsearch.png"/>
27620             </imageobject>
27621           </mediaobject>
27622         </screenshot>
27623
27624         <para>You will be asked to search for a patron by barcode or any part
27625         of their name to start the hold process.</para>
27626
27627         <screenshot>
27628           <screeninfo>Find Patron For Hold</screeninfo>
27629
27630           <mediaobject>
27631             <imageobject>
27632               <imagedata fileref="images/circ/placeholdfindpatron.png"/>
27633             </imageobject>
27634           </mediaobject>
27635         </screenshot>
27636
27637         <para>If you'd like to search for the patron first and then the bib
27638         record for the hold, you can open the patron record and click on the
27639         'Search to Hold' button at the top of the patron record.</para>
27640
27641         <screenshot>
27642           <screeninfo>Search to Hold on Patron Record</screeninfo>
27643
27644           <mediaobject>
27645             <imageobject>
27646               <imagedata fileref="images/circ/searchtohold.png"/>
27647             </imageobject>
27648           </mediaobject>
27649         </screenshot>
27650
27651         <para>After clicking the button you will be brought to the catalog
27652         search page where you can find the book(s) you want to place a hold
27653         on. Under each title on the results you'll see an option to 'Hold for
27654         Patron Name.'</para>
27655
27656         <screenshot>
27657           <screeninfo>Hold for Patron links on Search Results</screeninfo>
27658
27659           <mediaobject>
27660             <imageobject>
27661               <imagedata fileref="images/circ/holdresults.png"/>
27662             </imageobject>
27663           </mediaobject>
27664         </screenshot>
27665
27666         <para>If you want to place a hold on multiple items, simply check the
27667         boxes to the left of them and click the arrow to the right of the
27668         'Place Hold' button.</para>
27669
27670         <screenshot>
27671           <screeninfo>Hold Multiple Items for Patron</screeninfo>
27672
27673           <mediaobject>
27674             <imageobject>
27675               <imagedata fileref="images/circ/holdmultiresults.png"/>
27676             </imageobject>
27677           </mediaobject>
27678         </screenshot>
27679
27680         <para>Depending on how many items you choose to place a hold on at
27681         once you will see a different place hold form. If you are placing a
27682         hold on one bibliographic record you will see a list of all of the
27683         items you can place a hold on.</para>
27684
27685         <screenshot>
27686           <screeninfo>Place Hold Form</screeninfo>
27687
27688           <mediaobject>
27689             <imageobject>
27690               <imagedata fileref="images/circ/placeholdsingle.png"/>
27691             </imageobject>
27692           </mediaobject>
27693         </screenshot>
27694
27695         <itemizedlist>
27696           <listitem>
27697             <para>Enter any notes that might apply to this hold</para>
27698           </listitem>
27699
27700           <listitem>
27701             <para>Choose the library where the patron will pick up the
27702             item</para>
27703           </listitem>
27704
27705           <listitem>
27706             <para>If the patron wants the hold to start on a date other than
27707             today, enter that in the 'Hold starts on date' field</para>
27708
27709             <itemizedlist>
27710               <listitem>
27711                 <para>This option will only appear if the <link linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link>
27712                 system preference is set to 'Allow'</para>
27713               </listitem>
27714             </itemizedlist>
27715           </listitem>
27716
27717           <listitem>
27718             <para>If the patron has specified that they don't want the item
27719             after a certain date, or if you have limits on hold lengths, you
27720             can enter an expiration date for the hold in the 'Hold expires on
27721             date'</para>
27722
27723             <itemizedlist>
27724               <listitem>
27725                 <para>To have expired holds canceled automatically you will
27726                 need to have the <link linkend="expiredholdscron">Expired
27727                 Holds</link> cron job set to run on a regular basis.</para>
27728               </listitem>
27729             </itemizedlist>
27730           </listitem>
27731
27732           <listitem>
27733             <para>Next choose if you want to place a hold on the next
27734             available item or a specific item by clicking the radio button
27735             next to an individual item.</para>
27736           </listitem>
27737         </itemizedlist>
27738
27739         <para>If you're placing a hold on multiple items you will be presented
27740         with the next available option for all titles. If no items are
27741         available for hold it will say so on the confirmation screen.</para>
27742
27743         <screenshot>
27744           <screeninfo>Place multiple items on hold</screeninfo>
27745
27746           <mediaobject>
27747             <imageobject>
27748               <imagedata fileref="images/circ/placeholdmultiple.png"/>
27749             </imageobject>
27750           </mediaobject>
27751         </screenshot>
27752
27753         <para>Once your hold is placed, if you'd like to have Koha forget that
27754         you used the 'Search to Hold' function, you can choose to have Koha
27755         'forget' the patron's name by clicking the arrow to the right of the
27756         'Place Hold' button on the search results and choosing the 'Forget'
27757         option.</para>
27758
27759         <screenshot>
27760           <screeninfo>Forget Search to Hold Option</screeninfo>
27761
27762           <mediaobject>
27763             <imageobject>
27764               <imagedata fileref="images/circ/forgethold.png"/>
27765             </imageobject>
27766           </mediaobject>
27767         </screenshot>
27768       </section>
27769
27770       <section id="manageholds">
27771         <title>Managing Holds</title>
27772
27773         <para>Holds can be altered and canceled from the Holds tab found on
27774         the left of the bibliographic record.</para>
27775
27776         <screenshot>
27777           <screeninfo>Bibliographic Record Tabs</screeninfo>
27778
27779           <mediaobject>
27780             <imageobject>
27781               <imagedata fileref="images/circ/holdtab.png"/>
27782             </imageobject>
27783           </mediaobject>
27784         </screenshot>
27785
27786         <para>From the list of holds you can change the order of the holds,
27787         the pickup location, suspend and/or cancel the hold.</para>
27788
27789         <screenshot>
27790           <screeninfo>Lists of Holds</screeninfo>
27791
27792           <mediaobject>
27793             <imageobject>
27794               <imagedata fileref="images/circ/holdslist.png"/>
27795             </imageobject>
27796           </mediaobject>
27797         </screenshot>
27798
27799         <note>
27800           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
27801           preference set to "Don't allow" then you will not have the option to
27802           put an end date on the hold suspension</para>
27803         </note>
27804
27805         <note>
27806           <para>Depending on how you have your <link linkend="HidePatronName">HidePatronName</link> system preference set
27807           the list may show card numbers instead of names in the Patron column
27808           like in the image above.</para>
27809         </note>
27810
27811         <para>To rearrange or delete holds, simply make a selection from the
27812         'Priority' pull down or click the arrows to the right of the priority
27813         pull down.</para>
27814
27815         <screenshot>
27816           <screeninfo>Hold Priority Menu</screeninfo>
27817
27818           <mediaobject>
27819             <imageobject>
27820               <imagedata fileref="images/circ/holdpriority.png"/>
27821             </imageobject>
27822           </mediaobject>
27823         </screenshot>
27824
27825         <para>If you use the priority pull down to rearrange or delete holds
27826         you will need to click the 'Update hold(s)' button to save your
27827         changes.</para>
27828
27829         <para>Clicking the down arrow to the right of the hold will stick the
27830         hold at the bottom of the list even if more requests are made.</para>
27831
27832         <para>For example, your library has home-bound patrons that are
27833         allowed to keep books out for months at a time. It would not be fair
27834         to other patrons if a home-bound patron were able to check out a brand
27835         new book and keep it for months. For this reason, the home-bound
27836         patron's hold request would stay at the bottom of the queue until
27837         everyone else who wanted to read that book has already done so.</para>
27838
27839         <screenshot>
27840           <screeninfo>Lowest Priority &amp; Delete Options for
27841           Holds</screeninfo>
27842
27843           <mediaobject>
27844             <imageobject>
27845               <imagedata fileref="images/circ/lowestpriority.png"/>
27846             </imageobject>
27847           </mediaobject>
27848         </screenshot>
27849
27850         <para>If a patron asks to have their hold suspended and you have the
27851         <link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
27852         system preference set to 'allow' you can do so by clicking the Suspend
27853         button to far right. If the patron gives you a date for the items to
27854         become unsuspended you can enter that in the date box and click the
27855         'Update hold(s)' button to save your changes.</para>
27856
27857         <screenshot>
27858           <screeninfo>Hold suspension column</screeninfo>
27859
27860           <mediaobject>
27861             <imageobject>
27862               <imagedata fileref="images/circ/suspendholds.png"/>
27863             </imageobject>
27864           </mediaobject>
27865         </screenshot>
27866
27867         <para>To delete or cancel a hold click the red 'X' to the right of the
27868         hold line. To delete/cancel a bunch of holds you can choose 'del' from
27869         pull down to the left of each line and then click 'Update hold(s)' at
27870         the bottom of the list.</para>
27871
27872         <screenshot>
27873           <screeninfo>Cancel Holds</screeninfo>
27874
27875           <mediaobject>
27876             <imageobject>
27877               <imagedata fileref="images/circ/cancelholds.png"/>
27878             </imageobject>
27879           </mediaobject>
27880         </screenshot>
27881       </section>
27882
27883       <section id="receiveholds">
27884         <title>Receiving Holds</title>
27885
27886         <para>When items that are on hold are <link linkend="checkingin">checked in</link> or <link linkend="checkingout">out</link> the system will remind the circulation librarian that
27887           the item is on hold and offer them options for managing the hold.</para>
27888
27889         <para>When you check in an item that has a hold on it the system will
27890         ask you to either confirm and transfer the item</para>
27891
27892         <screenshot>
27893           <screeninfo>Confirm Hold &amp; Transfer</screeninfo>
27894
27895           <mediaobject>
27896             <imageobject>
27897               <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
27898             </imageobject>
27899           </mediaobject>
27900         </screenshot>
27901
27902         <para>or just confirm the hold</para>
27903
27904         <screenshot>
27905           <screeninfo>Confirm Hold</screeninfo>
27906
27907           <mediaobject>
27908             <imageobject>
27909               <imagedata fileref="images/circ/holdconfirm.png"/>
27910             </imageobject>
27911           </mediaobject>
27912         </screenshot>
27913
27914         <para>Clicking the Confirm button will mark the item as on hold for
27915         the patron. If the item needs to be transferred the item will also be
27916         marked as in transit to the proper branch. Clicking 'Ignore' will
27917         retain the hold, but allow you to check the item out to another
27918         patron. Choosing to confirm and print will present you with a
27919         printable page that you can slip inside the book with the necessary
27920         hold and/or transfer information.</para>
27921
27922         <para>Once confirmed the hold will show on the patron record and on
27923         the checkout screen under the 'Hold' tab.</para>
27924
27925         <screenshot>
27926           <screeninfo>Hold on Patron Record</screeninfo>
27927
27928           <mediaobject>
27929             <imageobject>
27930               <imagedata fileref="images/circ/holdpatronrec.png"/>
27931             </imageobject>
27932           </mediaobject>
27933         </screenshot>
27934
27935         <para>The item record will also show that the item is on hold.</para>
27936
27937         <screenshot>
27938           <screeninfo>Hold on Item Record</screeninfo>
27939
27940           <mediaobject>
27941             <imageobject>
27942               <imagedata fileref="images/circ/holditem.png"/>
27943             </imageobject>
27944           </mediaobject>
27945         </screenshot>
27946
27947         <para>In some cases a patron may come in to pick up a hold for their
27948         partner (or someone else in their household). In this case you want to
27949         make sure that the hold is cancelled when you check the item out to
27950         someone else. When trying to check out an item that is already waiting
27951         for someone else you will be presented with a warning message.</para>
27952
27953         <screenshot>
27954           <screeninfo>Hold waiting for someone else</screeninfo>
27955
27956           <mediaobject>
27957             <imageobject>
27958               <imagedata fileref="images/circ/holdwaitingwarn.png"/>
27959             </imageobject>
27960           </mediaobject>
27961         </screenshot>
27962
27963         <para>From here you can check the item out to the patron at the desk
27964         and cancel the hold for the patron.</para>
27965       </section>
27966     </section>
27967
27968     <section id="transfers">
27969       <title>Transfers</title>
27970
27971       <para>If you work in a multi-branch system you can transfer items from one library to another
27972         by using the Transfer tool.<itemizedlist>
27973           <listitem>
27974             <para><emphasis role="italic">Get there</emphasis>: Circulation > Transfer</para>
27975           </listitem>
27976         </itemizedlist></para>
27977       <para>To transfer an item</para>
27978
27979       <itemizedlist>
27980         <listitem>
27981           <para>Click 'Transfer' on the Circulation page</para>
27982
27983           <screenshot>
27984             <screeninfo>Transfer Tool</screeninfo>
27985
27986             <mediaobject>
27987               <imageobject>
27988                 <imagedata fileref="images/circ/transfer.png"/>
27989               </imageobject>
27990             </mediaobject>
27991           </screenshot>
27992
27993           <itemizedlist>
27994             <listitem>
27995               <para>Enter the library you would like to transfer the item
27996               to</para>
27997             </listitem>
27998
27999             <listitem>
28000               <para>Scan or type the barcode on the item you would like to
28001               transfer</para>
28002             </listitem>
28003           </itemizedlist>
28004         </listitem>
28005
28006         <listitem>
28007           <para>Click 'Submit'</para>
28008
28009           <screenshot>
28010             <screeninfo>Transfer Summary</screeninfo>
28011
28012             <mediaobject>
28013               <imageobject>
28014                 <imagedata fileref="images/circ/itemtransferred.png"/>
28015               </imageobject>
28016             </mediaobject>
28017           </screenshot>
28018         </listitem>
28019
28020         <listitem>
28021           <para>The item will now say that it is in transit</para>
28022
28023           <screenshot>
28024             <screeninfo>Item in Transit</screeninfo>
28025
28026             <mediaobject>
28027               <imageobject>
28028                 <imagedata fileref="images/circ/itemintransit.png"/>
28029               </imageobject>
28030             </mediaobject>
28031           </screenshot>
28032         </listitem>
28033
28034         <listitem>
28035           <para>When the item arrives at the other branch the librarian must
28036           check the item in to acknowledge that it is no longer in
28037           transit</para>
28038         </listitem>
28039
28040         <listitem>
28041           <para>The item will not be permanently moved to the new
28042           library</para>
28043
28044           <screenshot>
28045             <screeninfo>Item record</screeninfo>
28046
28047             <mediaobject>
28048               <imageobject>
28049                 <imagedata fileref="images/circ/itemlocations.png"/>
28050               </imageobject>
28051             </mediaobject>
28052           </screenshot>
28053
28054           <itemizedlist>
28055             <listitem>
28056               <para>The item shows the same 'Home Library' but has updated the
28057               'Current Location' to note where it resides at this time</para>
28058             </listitem>
28059           </itemizedlist>
28060         </listitem>
28061       </itemizedlist>
28062     </section>
28063
28064     <section id="setlibrary">
28065       <title>Set Library</title>
28066
28067       <para>By default you will enter the staff client as if you are at your
28068       home library. This library will appear in the top right of the Staff
28069       Client.</para>
28070
28071       <screenshot>
28072         <screeninfo>My Library</screeninfo>
28073
28074         <mediaobject>
28075           <imageobject>
28076             <imagedata fileref="images/circ/mylibrary.png"/>
28077           </imageobject>
28078         </mediaobject>
28079       </screenshot>
28080
28081       <para>This is the library that all circulation transactions will take
28082       place at. If you are at another library (or on a bookmobile) you will
28083       want to set your library before you start circulating items. To do this
28084       you can click 'Set' at the top right or on the Circulation page.</para>
28085
28086       <screenshot>
28087         <screeninfo>Set Library Form</screeninfo>
28088
28089         <mediaobject>
28090           <imageobject>
28091             <imagedata fileref="images/circ/setlibrary.png"/>
28092           </imageobject>
28093         </mediaobject>
28094       </screenshot>
28095
28096       <para>Once you have saved your changes you new library will appear in
28097       the top right.</para>
28098     </section>
28099
28100     <section id="fastaddcat">
28101       <title>Fast Add Cataloging</title>
28102
28103       <para>Sometimes circulation librarians need to quickly add a record to
28104       the system for an item they are about to check out. This is called 'Fast
28105       Add.' To allow circulation librarians access to the Fast Add Cataloging
28106       tool, simply make sure they have the <link linkend="fastaddpermissions">fast_cataloging</link> permissions. There
28107       are two ways to add titles via fast add. If you know that you're about
28108       to check out an item that isn't in you catalog you can go to the
28109       Circulation module and click 'Fast cataloging.'</para>
28110
28111       <screenshot>
28112         <screeninfo>Circulation Menu</screeninfo>
28113
28114         <mediaobject>
28115           <imageobject>
28116             <imagedata fileref="images/circ/circmenu.png"/>
28117           </imageobject>
28118         </mediaobject>
28119       </screenshot>
28120
28121       <para>The cataloging interface will open up with the short cataloging
28122       record:</para>
28123
28124       <screenshot>
28125         <screeninfo>Fast Add Framework</screeninfo>
28126
28127         <mediaobject>
28128           <imageobject>
28129             <imagedata fileref="images/circ/fastadd.png"/>
28130           </imageobject>
28131         </mediaobject>
28132       </screenshot>
28133
28134       <para>After adding your cataloging data you will be asked to enter item
28135       data. Enter the items barcode, collection code, etc and save the item
28136       before checking it out.</para>
28137
28138       <para>The other way to fast catalog is from the checkout screen. When
28139       you enter a barcode at checkout that Koha can't find, it will prompt you
28140       to use fast cataloging to add the item to Koha and check it out.</para>
28141
28142       <screenshot>
28143         <screeninfo>Barcode not found</screeninfo>
28144
28145         <mediaobject>
28146           <imageobject>
28147             <imagedata fileref="images/circ/barcodefastadd.png"/>
28148           </imageobject>
28149         </mediaobject>
28150       </screenshot>
28151
28152       <para>Clicking 'Fast cataloging' will bring you to the fast cataloging
28153       form where you can enter the title information</para>
28154
28155       <screenshot>
28156         <screeninfo>Fast cataloging</screeninfo>
28157
28158         <mediaobject>
28159           <imageobject>
28160             <imagedata fileref="images/circ/fastaddbarcode.png"/>
28161           </imageobject>
28162         </mediaobject>
28163       </screenshot>
28164
28165       <para>After clicking 'Save' you will be brought to the item record where
28166       the barcode will already be filled in with the barcode you're trying to
28167       check out.</para>
28168
28169       <screenshot>
28170         <screeninfo>Fast cataloging item record</screeninfo>
28171
28172         <mediaobject>
28173           <imageobject>
28174             <imagedata fileref="images/circ/fastadditem.png"/>
28175           </imageobject>
28176         </mediaobject>
28177       </screenshot>
28178
28179       <para>After clicking the 'Add item' button the item will automatically
28180       be checked out the patron you were trying to check the book out to
28181       originally.</para>
28182
28183       <screenshot>
28184         <screeninfo>Checked out item</screeninfo>
28185
28186         <mediaobject>
28187           <imageobject>
28188             <imagedata fileref="images/circ/fastaddcheckedout.png"/>
28189           </imageobject>
28190         </mediaobject>
28191       </screenshot>
28192     </section>
28193
28194     <section id="circreports">
28195       <title>Circulation Reports</title>
28196
28197       <para>Most reports can be found vai the Reports module, but some of the more common
28198         circulation reports are available right from the Circulation module.<itemizedlist>
28199           <listitem>
28200             <para><emphasis role="italic">Get there</emphasis>: Circulation > Circulation
28201               reports</para>
28202           </listitem>
28203         </itemizedlist></para>
28204
28205       <section id="holdsqueue">
28206         <title>Holds Queue</title>
28207
28208         <para>This report will show you all of the holds at your
28209         library.</para>
28210
28211         <screenshot>
28212           <screeninfo>Sample Holds Queue</screeninfo>
28213
28214           <mediaobject>
28215             <imageobject>
28216               <imagedata fileref="images/circ/holdsqueue.png"/>
28217             </imageobject>
28218           </mediaobject>
28219         </screenshot>
28220
28221         <para>To generate this report, you must have the <link linkend="buildholdscron">Build Holds Queue cron job</link> running.
28222         This cron job is a script that should be run periodically if your
28223         library system allows borrowers to place on-shelf holds. This script
28224         decides which library should be responsible for fulfilling a given
28225         hold request.</para>
28226
28227         <para>It's behavior is controlled by the system preferences <link linkend="holdqueueweight">StaticHoldsQueueWeight</link> and <link linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
28228
28229         <para>If you do not want all of your libraries to participate in the
28230         on-shelf holds fulfillment process, you should list the the libraries
28231         that *do* participate in the process here by inputting all the
28232         participating library's branchcodes, separated by commas ( e.g.
28233         "MPL,CPL,SPL,BML" etc. ).</para>
28234
28235         <para>By default, the holds queue will be generated such that the
28236         system will first attempt to hold fulfillment using items already at
28237         the pickup library if possible. If there are no items available at the
28238         pickup library to fill a hold, build_holds_queue.pl will then use the
28239         list of libraries defined in StaticHoldsQueueWeight. If
28240         RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
28241         script will assign fulfillment requests in the order the branches are
28242         placed in the StaticHoldsQueueWeight system preference.</para>
28243
28244         <para>For example, if your system has three libraries, of varying
28245         sizes ( small, medium and large ) and you want the burden of holds
28246         fulfillment to be on larger libraries before smaller libraries, you
28247         would want StaticHoldsQueueWeight to look something like
28248         "LRG,MED,SML".</para>
28249
28250         <para>If you want the burden of holds fulfillment to be spread out
28251         equally throughout your library system, simply enable
28252         RandomizeHoldsQueueWeight. When this system preference is enabled, the
28253         order in which libraries will be requested to fulfill an on-shelf hold
28254         will be randomized each time the list is regenerated.</para>
28255
28256         <para>Leaving StaticHoldsQueueWeight empty is contraindicated at this
28257         time. Doing so will cause the build_holds_queue script to ignore
28258         RandomizeHoldsQueueWeight, causing the script to request hold
28259         fulfillment not randomly, but by alphabetical order.</para>
28260       </section>
28261
28262       <section id="holdspull">
28263         <title>Holds to pull</title>
28264
28265         <para>This report will show you all of the items that have holds on
28266         them that are available at the library for pulling. If the items are
28267         available at multiple branches then all branches with that item
28268         available will see the hold to pull until one library triggers the
28269         hold.</para>
28270
28271         <screenshot>
28272           <screeninfo>Holds to Pull</screeninfo>
28273
28274           <mediaobject>
28275             <imageobject>
28276               <imagedata fileref="images/circ/holdstopull.png"/>
28277             </imageobject>
28278           </mediaobject>
28279         </screenshot>
28280
28281         <para>You can limit the results you see by using the Refine box on the
28282         left side of the page:</para>
28283
28284         <screenshot>
28285           <screeninfo>Refine Holds to Pull Report</screeninfo>
28286
28287           <mediaobject>
28288             <imageobject>
28289               <imagedata fileref="images/circ/refineholdstopull.png"/>
28290             </imageobject>
28291           </mediaobject>
28292         </screenshot>
28293       </section>
28294
28295       <section id="holdspickup">
28296         <title>Holds awaiting pickup</title>
28297
28298         <para>This report will show all of the holds that are waiting for
28299         patrons to pick them up.</para>
28300
28301         <screenshot>
28302           <screeninfo>Holds Awaiting Pickup</screeninfo>
28303
28304           <mediaobject>
28305             <imageobject>
28306               <imagedata fileref="images/circ/holdspickup.png"/>
28307             </imageobject>
28308           </mediaobject>
28309         </screenshot>
28310
28311         <para>Items that have been on the hold shelf longer than you normally
28312         allow (based on the <link linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
28313         preference value) will appear on the 'Holds Over' tab, they will not
28314         automatically be cancelled unless you have set the <link linkend="expiredholdscron">cron job</link> to do that for you, but you
28315         can cancel all holds using the button at the top of the list.</para>
28316
28317         <screenshot>
28318           <screeninfo>Items waiting on the hold shelf too long</screeninfo>
28319
28320           <mediaobject>
28321             <imageobject>
28322               <imagedata fileref="images/circ/holdspickupover.png"/>
28323             </imageobject>
28324           </mediaobject>
28325         </screenshot>
28326       </section>
28327
28328       <section id="holdratios">
28329         <title>Hold ratios</title>
28330
28331         <para>Hold ratios help with collection development. Using this report
28332         you will be able to see how many of your patrons have holds on items
28333         and whether you should buy more. By default it will be set to the
28334         library needing 3 items per hold that has been placed. The report will
28335         tell you how many additional items need to be purchased to meet this
28336         quota.</para>
28337
28338         <screenshot>
28339           <screeninfo>Hold Ratios</screeninfo>
28340
28341           <mediaobject>
28342             <imageobject>
28343               <imagedata fileref="images/circ/holdratio.png"/>
28344             </imageobject>
28345           </mediaobject>
28346         </screenshot>
28347       </section>
28348
28349       <section id="transferstoreceive">
28350         <title>Transfers to receive</title>
28351
28352         <para>This report will list all of the items that Koha thinks are in
28353         transit to your library.</para>
28354
28355         <screenshot>
28356           <screeninfo>Transfers to Receive</screeninfo>
28357
28358           <mediaobject>
28359             <imageobject>
28360               <imagedata fileref="images/circ/transitreceive.png"/>
28361             </imageobject>
28362           </mediaobject>
28363         </screenshot>
28364
28365         <para>If your transfers are late in arriving at your library you will
28366         see a message stating how late your items are.</para>
28367
28368         <screenshot>
28369           <screeninfo>Late transfers include warning messages</screeninfo>
28370
28371           <mediaobject>
28372             <imageobject>
28373               <imagedata fileref="images/circ/transferlate.png"/>
28374             </imageobject>
28375           </mediaobject>
28376         </screenshot>
28377
28378         <important>
28379           <para>An item is considered late based on the number of days you
28380           have entered in the <link linkend="TransfersMaxDaysWarning">TransfersMaxDaysWarning</link>
28381           system preference.</para>
28382         </important>
28383       </section>
28384
28385       <section id="overduesreport">
28386         <title>Overdues</title>
28387
28388         <important>
28389           <para>For libraries with a large patron base, this report may take a
28390           significant amount of time to run.</para>
28391         </important>
28392
28393         <note>
28394           <para>Large libraries can choose to filter the report before it runs
28395           by setting the <link linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
28396           system preference to 'Require'.</para>
28397         </note>
28398
28399         <para>This report will list all items that are overdue at your
28400         library.</para>
28401
28402         <screenshot>
28403           <screeninfo>Overdues List</screeninfo>
28404
28405           <mediaobject>
28406             <imageobject>
28407               <imagedata fileref="images/circ/overdues.png"/>
28408             </imageobject>
28409           </mediaobject>
28410         </screenshot>
28411
28412         <para>The report can be filtered using the menu options found on the left of the report.<note>
28413             <para>The 'Show any items currently checked out' checkbox basically switches this from a
28414               report of overdues to a report of checkouts.  It will show all titles checked out
28415               regardless of due date.</para>
28416           </note></para>
28417       </section>
28418
28419       <section id="overduesfines">
28420         <title>Overdues with fines</title>
28421
28422         <para>This report will show you any overdues at your library that have
28423         accrued fines on them.</para>
28424
28425         <screenshot>
28426           <screeninfo>Overdues with fines</screeninfo>
28427
28428           <mediaobject>
28429             <imageobject>
28430               <imagedata fileref="images/circ/overduewfines.png"/>
28431             </imageobject>
28432           </mediaobject>
28433         </screenshot>
28434
28435         <para>If you would like to limit the report you can use the pull down
28436         menu at the top to limit to a specific shelving location at your
28437         branch. To see overdues with fines at other branches you will have to
28438         <link linkend="setlibrary">change your branch</link> or log in at that
28439         branch.<important>
28440             <para>If you do not charge fines and/or don't have the <link linkend="finescronjob">fines cron job</link> running you will see
28441             no data on this report.</para>
28442           </important></para>
28443       </section>
28444     </section>
28445
28446     <section id="trackinhouse">
28447       <title>Tracking In house Use</title>
28448
28449       <para>Many libraries track the use of items within the library. This can
28450       be done in Koha one of two ways. The first is to create one or more
28451       <link linkend="addstatspatron">Statistical Patrons</link>. When
28452       collecting items that have been used within the library, you will want
28453       to check them out to your statistical patron:</para>
28454
28455       <screenshot>
28456         <screeninfo>Check Out Items to Stats Patron</screeninfo>
28457
28458         <mediaobject>
28459           <imageobject>
28460             <imagedata fileref="images/circ/checkoutinhouse.png"/>
28461           </imageobject>
28462         </mediaobject>
28463       </screenshot>
28464
28465       <para>Instead of marking the item as 'checked out' the system will
28466       record that the item was used in house:</para>
28467
28468       <screenshot>
28469         <screeninfo>Local Use Recorded</screeninfo>
28470
28471         <mediaobject>
28472           <imageobject>
28473             <imagedata fileref="images/circ/localuserecorded.png"/>
28474           </imageobject>
28475         </mediaobject>
28476       </screenshot>
28477
28478       <para>Repeat these steps for all items that have been used within the
28479       library to keep accurate statistics for item use.</para>
28480
28481       <para>The other way to record local use of items is to set your <link linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link>
28482       preference to 'Record.' Then whenever you check an item in that is not
28483       checked out and not on hold a local use will be recorded.</para>
28484
28485       <screenshot>
28486         <screeninfo>Local Use Recorded</screeninfo>
28487
28488         <mediaobject>
28489           <imageobject>
28490             <imagedata fileref="images/circ/localusecheckin.png"/>
28491           </imageobject>
28492         </mediaobject>
28493       </screenshot>
28494
28495       <note>
28496         <para>If you have <link linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link> set to
28497         'Record' you can still use your statistical patrons to record local
28498         use as well.</para>
28499       </note>
28500     </section>
28501
28502     <section id="processinglocations">
28503       <title>In Processing / Book Cart Locations</title>
28504
28505       <para>Koha allows for handling temporary locations like the processing
28506       center and/or book carts throughout the library. For this feature to
28507       work you must first make sure you have <link linkend="authorizedvalues">authorized values</link> set in the <link linkend="shelvelocvals">LOC</link> category for PROC (Processing Center)
28508       and CART (Book Cart).</para>
28509
28510       <screenshot>
28511         <screeninfo>CART &amp; PROC values in LOC</screeninfo>
28512
28513         <mediaobject>
28514           <imageobject>
28515             <imagedata fileref="images/circ/LOCvalues.png"/>
28516           </imageobject>
28517         </mediaobject>
28518       </screenshot>
28519
28520       <para>Next you need to set the <link linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link> system
28521       preference to PROC. This will set the new items to the Processing Center
28522       as their default location.</para>
28523
28524       <para>Create items with their desired final shelving location.</para>
28525
28526       <itemizedlist>
28527         <listitem>
28528           <para>These newly cataloged items will be temporarily set to the
28529           PROC location and will display with whatever description PROC has.
28530           The original location code entered at item creation is stored in the
28531           new items column 'permanent_location', for future use. Items will
28532           stay in the PROC location until they are checked in. To have those
28533           items then move to the shelving cart:</para>
28534
28535           <orderedlist>
28536             <listitem>
28537               <para>Turn on the <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>
28538               system preference</para>
28539             </listitem>
28540
28541             <listitem>
28542               <para>Check in those newly-created items and they will be moved
28543               to the location code of CART and display with whatever
28544               description CART has.</para>
28545             </listitem>
28546
28547             <listitem>
28548               <para>A <link linkend="proccartcron">cron job</link> runs at
28549               specified intervals to age items from CART to the permanent
28550               shelving location. (For example, an hourly cron entry of
28551               cart_to_shelf.pl --hours 3 where --hours is the amount of time
28552               an item should spend on the cart before aging to its permanent
28553               location.)</para>
28554
28555               <itemizedlist>
28556                 <listitem>
28557                   <note>
28558                     <para>If the <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
28559                     system preference is turned on, any newly checked-in item
28560                     is also automatically put into the shelving cart, to be
28561                     covered by the same script run.</para>
28562                   </note>
28563                 </listitem>
28564
28565                 <listitem>
28566                   <important>
28567                     <para>Checkins with confirmed holds will not go into the
28568                     shelving cart. If items on the shelving cart are checked
28569                     out, the cart location will be cleared.</para>
28570                   </important>
28571                 </listitem>
28572               </itemizedlist>
28573             </listitem>
28574           </orderedlist>
28575         </listitem>
28576       </itemizedlist>
28577     </section>
28578
28579     <section id="selfcheckout">
28580       <title>Self Checkout</title>
28581
28582       <para>Koha comes with a very basic self checkout module. To enable this
28583       module you need to set the <link linkend="WebBasedSelfCheck">WebBasedSelfCheck</link> preference to
28584       'Enable.' To use this module you have to log in as a <link linkend="addstaffpatron">staff member</link> with <link linkend="patronpermissions">circulation permissions</link>.</para>
28585
28586       <note>
28587         <para>Create a <link linkend="addstaffpatron">staff patron</link>
28588         specifically for this action so that you don't leave a real staff
28589         client logged into a computer all day</para>
28590       </note>
28591
28592       <para>There is no link to the Self Checkout module, but a simple
28593       addition to the <link linkend="intranetuserjs">intranetuserjs</link>
28594       system preference can add one.</para>
28595
28596       <programlisting>$(document).ready(function(){ $("#login
28597       #submit").parent().after("&lt;p&gt;&lt;a
28598       href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
28599       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
28600
28601       <important>
28602         <para>The code above has line breaks added to make it more readable,
28603         please be sure to enter the above as one line in when putting it in
28604         the system preference.</para>
28605       </important>
28606
28607       <para>The link will then appear at the bottom of the log in page:</para>
28608
28609       <screenshot>
28610         <screeninfo>Self Checkout Link on Staff Login</screeninfo>
28611
28612         <mediaobject>
28613           <imageobject>
28614             <imagedata fileref="images/circ/selfcheckoutlink.png"/>
28615           </imageobject>
28616         </mediaobject>
28617       </screenshot>
28618
28619       <para>You can also access this module by going to :
28620       http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
28621
28622       <para>When on the self checkout page depending on your value in the
28623       <link linkend="SelfCheckoutByLogin">SelfCheckoutByLogin</link>
28624       preference you will be asked to enter you cardnumber</para>
28625
28626       <screenshot>
28627         <screeninfo>Self Checkout Patron Card Number</screeninfo>
28628
28629         <mediaobject>
28630           <imageobject>
28631             <imagedata fileref="images/circ/selfcheckout.png"/>
28632           </imageobject>
28633         </mediaobject>
28634       </screenshot>
28635
28636       <para>or your username and password:</para>
28637
28638       <screenshot>
28639         <screeninfo>Shelf checkout by login</screeninfo>
28640
28641         <mediaobject>
28642           <imageobject>
28643             <imagedata fileref="images/circ/SelfCheckoutByLogin.png"/>
28644           </imageobject>
28645         </mediaobject>
28646       </screenshot>
28647
28648       <para>Once you're logged in to the self check module you will be asked
28649       to scan the items you are checking out</para>
28650
28651       <screenshot>
28652         <screeninfo>Self Checkout</screeninfo>
28653
28654         <mediaobject>
28655           <imageobject>
28656             <imagedata fileref="images/circ/selfcheckoutuser.png"/>
28657           </imageobject>
28658         </mediaobject>
28659       </screenshot>
28660
28661       <para>As you scan items they will appear below the barcode box</para>
28662
28663       <screenshot>
28664         <screeninfo>Self Checkout Summary</screeninfo>
28665
28666         <mediaobject>
28667           <imageobject>
28668             <imagedata fileref="images/circ/selfcheckoutsummary.png"/>
28669           </imageobject>
28670         </mediaobject>
28671       </screenshot>
28672
28673       <para>When you are finished scanning items it is important to click the 'Finish' button. This
28674         will prompt you to print a receipt and log you out of the self check module.</para>
28675       <screenshot>
28676           <screeninfo>Self Checkout Receipt</screeninfo>
28677           <mediaobject>
28678             <imageobject>
28679               <imagedata fileref="images/circ/selfreceiptprint.png"/>
28680             </imageobject>
28681           </mediaobject>
28682         </screenshot>
28683
28684       <para>When attempting to check items out there are some instances where
28685       error messages will appear and the patron will be directed to the
28686       librarian. This will happen even if you are allowing overrides on
28687       circulation functions. Only a librarian can override a circulation block
28688       and so patrons must go to the librarian for help in these
28689       situations.</para>
28690
28691       <screenshot>
28692         <screeninfo>Self Checkout Error Message</screeninfo>
28693
28694         <mediaobject>
28695           <imageobject>
28696             <imagedata fileref="images/circ/selfcheckoutfines.png"/>
28697           </imageobject>
28698         </mediaobject>
28699       </screenshot>
28700     </section>
28701
28702     <section id="offlinecirc">
28703       <title>Offline Circulation Utilities</title>
28704       <para>Koha allows for you to continue circulation actions while offline by using any one of
28705         three utilities.</para>
28706       <section id="kohaofflinecirc">
28707         <title>Offline Circulation in Koha</title>
28708         <para>If the <link linkend="AllowOfflineCirculation">AllowOfflineCirculation</link>
28709           preference is set to 'Enable' the library staff can continue to perform circulation
28710           actions within Koha when the system is offline.  You will want to visit
28711           http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl at least once while online
28712           and bookmark that page. That is the page you will go to when you are offline.</para>
28713         <important>
28714           <para>The offline interface uses HTML LocalStorage, which depending on the browser and
28715             user setting, is limited to 2.5MB or 5MB per domain. This means that larger systems will
28716             not be able to syncronize their data and are recommended to use either the <link
28717               linkend="firefoxofflinecirc">Firefox</link> or <link linkend="windowsofflinecirc"
28718               >Windows</link> application for offline circulation.</para>
28719         </important>
28720         <section id="kohaofflinesetup">
28721           <title id="offlinesetup">Setup</title>
28722           <para>Before the first time the system goes offline go to Circulation and choose 'Built-in
28723             offline circulation interface'</para>
28724           <screenshot>
28725               <screeninfo>Built-in offline circulation interface</screeninfo>
28726               <mediaobject>
28727                 <imageobject>
28728                   <imagedata fileref="images/circ/offlinecirc.png"/>
28729                 </imageobject>
28730               </mediaobject>
28731             </screenshot>
28732           <para>And synchronize your data on every circulation computer by clicking the
28733             'Synchronize' link on the right of the screen.</para>
28734           <screenshot>
28735               <screeninfo>Synchronize data</screeninfo>
28736               <mediaobject>
28737                 <imageobject>
28738                   <imagedata fileref="images/circ/syncoffline.png"/>
28739                 </imageobject>
28740               </mediaobject>
28741             </screenshot>
28742           <important>
28743             <para>The offline interface uses HTML LocalStorage, which depending on the browser and
28744               user setting, is limited to 2.5MB or 5MB per domain. This means that larger systems
28745               will not be able to syncronize their data and are recommended to use either the <link
28746                 linkend="firefoxofflinecirc">Firefox</link> or <link linkend="windowsofflinecirc"
28747                 >Windows</link> application for offline circulation.</para>
28748           </important>
28749           <para>This will allow you download a local copy of your patrons and circulation data.
28750             Click the 'Download records' link at the top of the page to synchronize your data.</para>
28751           <screenshot>
28752               <screeninfo>Download records for offline use</screeninfo>
28753               <mediaobject>
28754                 <imageobject>
28755                   <imagedata fileref="images/circ/downloadoffline.png"/>
28756                 </imageobject>
28757               </mediaobject>
28758             </screenshot>
28759           <para>Once your data is downloaded you will see the dates your data was last synced to the
28760             right of each data set.<screenshot>
28761               <screeninfo>Synced offline data</screeninfo>
28762               <mediaobject>
28763                 <imageobject>
28764                   <imagedata fileref="images/circ/syncedoffline.png"/>
28765                 </imageobject>
28766               </mediaobject>
28767             </screenshot>This should be done regularly in preparation for any unexpected connection
28768             losses.</para>
28769         </section>
28770         <section id="kohaofflinecirculating">
28771           <title id="offlinecirculating">Circulating</title>
28772           <para>When your system goes offline visit the Offline Circulation page
28773             (http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl) in Koha and click
28774             'Check out' or 'Check in' to perform offline actions.</para>
28775           <para>Checking out is done by searching for the patron by barcode or name at the top of
28776             the 'Check out' screen. After selecting a patron you will be presented with the synced
28777             patron info, including fines and check outs.</para>
28778           <screenshot>
28779               <screeninfo>Check out offline</screeninfo>
28780               <mediaobject>
28781                 <imageobject>
28782                   <imagedata fileref="images/circ/offlinecheckout.png"/>
28783                 </imageobject>
28784               </mediaobject>
28785             </screenshot>
28786           <para>Scan the barcode of the item you would like to check out and enter a due date. If
28787             you don't enter a due date Koha will prompt you for one.</para>
28788           <screenshot>
28789               <screeninfo>Offline due date</screeninfo>
28790               <mediaobject>
28791                 <imageobject>
28792                   <imagedata fileref="images/circ/offlineduedate.png"/>
28793                 </imageobject>
28794               </mediaobject>
28795             </screenshot>
28796           <para>Once the item is checked out it will appear below the patron's info.</para>
28797           <screenshot>
28798               <screeninfo>Offline checkouts</screeninfo>
28799               <mediaobject>
28800                 <imageobject>
28801                   <imagedata fileref="images/circ/offlinecheckouts.png"/>
28802                 </imageobject>
28803               </mediaobject>
28804             </screenshot>
28805           <para/>
28806         </section>
28807         <section id="kohaofflineupload">
28808           <title>Koha Offline Uploading</title>
28809           <para>Once the system is back online visit the Synchronize page on the Offline Circulation
28810             module and click 'Upload transactions'</para>
28811           <screenshot>
28812               <screeninfo>Upload transactions</screeninfo>
28813               <mediaobject>
28814                 <imageobject>
28815                   <imagedata fileref="images/circ/offlineupload.png"/>
28816                 </imageobject>
28817               </mediaobject>
28818             </screenshot>
28819           <para>After the files are uploaded you can click 'View pending offline circulation
28820             actions' on the right.</para>
28821           <screenshot>
28822               <screeninfo>View pending offline circulation actions</screeninfo>
28823               <mediaobject>
28824                 <imageobject>
28825                   <imagedata fileref="images/circ/viewkohaoffline.png"/>
28826                 </imageobject>
28827               </mediaobject>
28828             </screenshot>
28829           <para>After clicking 'View pending offline circulation actions' you will be brought to a
28830             summary of all of the actions you loaded in to Koha in your *.koc file.</para>
28831           <screenshot>
28832             <screeninfo>Offline Circulation</screeninfo>
28833             <mediaobject>
28834               <imageobject>
28835                 <imagedata fileref="images/circ/offlinecirclog.png"/>
28836               </imageobject>
28837             </mediaobject>
28838           </screenshot>
28839           <itemizedlist>
28840             <listitem>
28841               <para>Once all of the logs from all of the circulation computers are loaded you will
28842                 be able to check them all or select just those you want to process into Koha.</para>
28843             </listitem>
28844             <listitem>
28845               <para>Click on the Process button and Koha will record every stored transaction one by
28846                 one. For each transaction, the status will change to:<itemizedlist>
28847                   <listitem>
28848                     <para>"Success." if the transaction was processed correctly</para>
28849                   </listitem>
28850                   <listitem>
28851                     <para>"Borrower not found." if the borrower card number is incorrect</para>
28852                   </listitem>
28853                   <listitem>
28854                     <para>"Item not found." if the item barcode is wrong</para>
28855                   </listitem>
28856                   <listitem>
28857                     <para>"Item not issued." if you checked in an available item</para>
28858                   </listitem>
28859                 </itemizedlist></para>
28860             </listitem>
28861           </itemizedlist>
28862           <para>Once finished you will have a summary of all of your transactions</para>
28863           <screenshot>
28864             <screeninfo>Offline Circulation Summary</screeninfo>
28865             <mediaobject>
28866               <imageobject>
28867                 <imagedata fileref="images/circ/offlinecircsuccess.png"/>
28868               </imageobject>
28869             </mediaobject>
28870           </screenshot>
28871         </section>
28872       </section>
28873
28874       <section id="firefoxofflinecirc">
28875         <sectioninfo>
28876           <authorgroup>
28877             <author>
28878               <firstname>Franois</firstname>
28879               <surname>Charbonnier</surname>
28880               <affiliation>
28881                 <orgname>BibLibre</orgname>
28882               </affiliation>
28883             </author>
28884             
28885             <editor>
28886               <firstname>Nicole C.</firstname>
28887               <surname>Engard</surname>
28888               <contrib>Changed/edited content where necessary.</contrib>
28889             </editor>
28890           </authorgroup>
28891           
28892           <pubdate>2012</pubdate>
28893         </sectioninfo>
28894         <title>Firefox Plugin</title>
28895
28896         <para>There is an offline circulation tool that you can add to your Firefox browser as an
28897           addon. To do so, just go to <ulink url="https://addons.mozilla.org/en/firefox/addon/koct/"
28898             >https://addons.mozilla.org/en/firefox/addon/koct/</ulink> page and click on the
28899           "install now" button. You may have to confirm the installation, just click on "install
28900           now" and then restart Firefox to complete the installation.</para>
28901
28902         <para>Once you have installed the plugins and restarted Firefox, you will see the Koha logo
28903           in the download bar at the bottom right of Firefox.</para>
28904
28905         <screenshot>
28906           <screeninfo>Koha Icon on Add-on Bar</screeninfo>
28907
28908           <mediaobject>
28909             <imageobject>
28910               <imagedata fileref="images/circ/koctstatusbar.png"/>
28911             </imageobject>
28912           </mediaobject>
28913         </screenshot>
28914
28915         <para>A click on the logo will open the tool in its own window.</para>
28916
28917         <screenshot>
28918           <screeninfo>Koha Offline Circ Tool</screeninfo>
28919
28920           <mediaobject>
28921             <imageobject>
28922               <imagedata fileref="images/circ/koct.png"/>
28923             </imageobject>
28924           </mediaobject>
28925         </screenshot>
28926
28927         <para>The plugin consists of four tabs:</para>
28928
28929         <itemizedlist>
28930           <listitem>
28931             <para>The Check Out tab is where you check out items</para>
28932           </listitem>
28933
28934           <listitem>
28935             <para>The Check In tab is where you check in items</para>
28936           </listitem>
28937
28938           <listitem>
28939             <para>The Log tab keeps track of every transaction done while in
28940             offline mode</para>
28941
28942             <itemizedlist>
28943               <listitem>
28944                 <para>The log will keep information until you empty it. Each
28945                 time you open the plugin and it contains data in the log it
28946                 will warn you</para>
28947
28948                 <screenshot>
28949                   <screeninfo>Koha Offline Circ Warning</screeninfo>
28950
28951                   <mediaobject>
28952                     <imageobject>
28953                       <imagedata fileref="images/circ/koctwarn.png"/>
28954                     </imageobject>
28955                   </mediaobject>
28956                 </screenshot>
28957
28958                 <para>If you'd like to clear the log, check the 'I want to
28959                 delete rows' box before hitting the 'OK' button. Otherwise
28960                 clicking 'OK' will keep the items in the log and let you
28961                 continue working with the tool.</para>
28962               </listitem>
28963             </itemizedlist>
28964           </listitem>
28965
28966           <listitem>
28967             <para>The Param tab is to set up the plugin</para>
28968           </listitem>
28969         </itemizedlist>
28970
28971         <para>The first thing you want to do then is to set up the plugin. Go
28972         to the Param tab to set up the plugin</para>
28973
28974         <screenshot>
28975           <screeninfo>Koha Offline CIrc Params</screeninfo>
28976
28977           <mediaobject>
28978             <imageobject>
28979               <imagedata fileref="images/circ/koctparam.png"/>
28980             </imageobject>
28981           </mediaobject>
28982         </screenshot>
28983
28984         <para>Answer the 4 questions presented:</para>
28985
28986         <itemizedlist>
28987           <listitem>
28988             <para>Server = the URL of the librarian interface</para>
28989           </listitem>
28990
28991           <listitem>
28992             <para>Branch Code = the code for the branch where you are
28993             located</para>
28994           </listitem>
28995
28996           <listitem>
28997             <para>Username = your staff account login</para>
28998           </listitem>
28999
29000           <listitem>
29001             <para>Password = your staff account password</para>
29002           </listitem>
29003         </itemizedlist>
29004
29005         <para><important>
29006             <para>To save the settings, you will have to close the plugin
29007             window and re-open it by clicking again on the Koha logo in the
29008             add-on bar.</para>
29009           </important><note>
29010             <para>You can create a staff account dedicated to the offline
29011             circulation. So that, no matter who is at the circulation desk,
29012             they can all use the same login. Along those lines, you can use a
29013             group login that you already have in place for circulation as
29014             well.</para>
29015           </note>Once you have everything set up you can start checking items
29016         in and out.</para>
29017
29018         <para>Checking out:</para>
29019
29020         <screenshot>
29021           <screeninfo>Koha Offline Circulation Check Out</screeninfo>
29022
29023           <mediaobject>
29024             <imageobject>
29025               <imagedata fileref="images/circ/koct.png"/>
29026             </imageobject>
29027           </mediaobject>
29028         </screenshot>
29029
29030         <itemizedlist>
29031           <listitem>
29032             <para>Go to the Check Out tab</para>
29033           </listitem>
29034
29035           <listitem>
29036             <para>Scan the patron barcode</para>
29037           </listitem>
29038
29039           <listitem>
29040             <para>Scan the item barcode</para>
29041           </listitem>
29042
29043           <listitem>
29044             <para>Click 'Save'</para>
29045           </listitem>
29046         </itemizedlist>
29047
29048         <para>Checking in:</para>
29049
29050         <screenshot>
29051           <screeninfo>Koha Offline Circulation Check In</screeninfo>
29052
29053           <mediaobject>
29054             <imageobject>
29055               <imagedata fileref="images/circ/koctcheckin.png"/>
29056             </imageobject>
29057           </mediaobject>
29058         </screenshot>
29059
29060         <itemizedlist>
29061           <listitem>
29062             <para>Go to the Check In tab</para>
29063           </listitem>
29064
29065           <listitem>
29066             <para>Scan the item barcode</para>
29067           </listitem>
29068
29069           <listitem>
29070             <para>Click Save</para>
29071           </listitem>
29072         </itemizedlist>
29073
29074         <para>Each time, you check out or check in an item, a new transaction
29075         is recorded in the local plugin database and you will see, at the
29076         bottom of the plugin how many transactions has been made during the
29077         offline circulation. For example, "10 Row(s) Added" means you did 10
29078         transactions.</para>
29079
29080         <screenshot>
29081           <screeninfo>Koha Offline Circulation Tool Count</screeninfo>
29082
29083           <mediaobject>
29084             <imageobject>
29085               <imagedata fileref="images/circ/koctcount.png"/>
29086             </imageobject>
29087           </mediaobject>
29088         </screenshot>
29089
29090         <para>Then, if you want an overview of every transaction, go to the
29091         Log tab. This tab will show you the transactions in the plugin
29092         database</para>
29093
29094         <screenshot>
29095           <screeninfo>Koha Offline Circulation Log</screeninfo>
29096
29097           <mediaobject>
29098             <imageobject>
29099               <imagedata fileref="images/circ/koctlog.png"/>
29100             </imageobject>
29101           </mediaobject>
29102         </screenshot>
29103
29104         <para><note>
29105             <para>The status will be "Local." as long as you are offline and
29106             don't process the transactions into Koha.</para>
29107           </note>When your Internet connection comes back up you will want to
29108         get these transactions in to Koha. Before processing these
29109         transactions you should be aware of a few issues.</para>
29110
29111         <para>Because you are not connected to your Koha database when using
29112         this plugin holds will need additional processing. If an item you
29113         check in while offline has a hold, the hold is kept on the item.
29114         Since, you can't confirm holds found during the processing of every
29115         check in, the holds stay on the item and will need to be managed
29116         later. If you only checked in a few items you can just keep a record
29117         of them all. If you checked in a lot of items you can use the Holds
29118         Queue once it rebuilds to see what holds made it to the shelf
29119         erroneously.</para>
29120
29121         <para>Similarly, if an patron card was expired, the offline
29122         circulation tool won't know about it, so the checkout will be recorded
29123         regardless of the patron's account being blocked normally.</para>
29124
29125         <para>You have two options for adding this data to Koha</para>
29126
29127         <itemizedlist>
29128           <listitem>
29129             <para>Commit to Koha</para>
29130
29131             <itemizedlist>
29132               <listitem>
29133                 <para>If you checked in/out on more than one computer at the
29134                 same time, what you want is to process every transaction
29135                 consistently. Let's say for instance that one patron checked a
29136                 book out on one computer and then checked the same book in on
29137                 another computer. To be consistent, you need to record the
29138                 check out first and then the check in. Not the opposite! To do
29139                 so, you need to group every transaction in one place, sort
29140                 them all and then, process everything. So, you need to use the
29141                 "Commit to Koha" option from every plugin/computer you worked
29142                 with. This way, the log will go to Koha and be accessible from
29143                 the Offline Circulation page.</para>
29144
29145                 <screenshot>
29146                   <screeninfo>Circulation Menu</screeninfo>
29147
29148                   <mediaobject>
29149                     <imageobject>
29150                       <imagedata fileref="images/circ/offlinecirclink.png"/>
29151                     </imageobject>
29152                   </mediaobject>
29153                 </screenshot>
29154               </listitem>
29155
29156               <listitem>
29157                 <para><emphasis>Get there:</emphasis> Circulation &gt; Pending offline circulation
29158                   actions</para>
29159
29160                 <screenshot>
29161                   <screeninfo>Offline Circulation</screeninfo>
29162
29163                   <mediaobject>
29164                     <imageobject>
29165                       <imagedata fileref="images/circ/offlinecirclog.png"/>
29166                     </imageobject>
29167                   </mediaobject>
29168                 </screenshot>
29169               </listitem>
29170
29171               <listitem>
29172                 <para>Once all of the logs from all of the circulation
29173                 computers are loaded you will be able to check them all or
29174                 select just those you want to process into Koha.</para>
29175               </listitem>
29176
29177               <listitem>
29178                 <para>Click on the Process button and Koha will record every stored transaction one
29179                   by one. For each transaction, the status will change to:</para>
29180
29181                 <itemizedlist>
29182                   <listitem>
29183                     <para>"Success." if the transaction was processed
29184                     correctly</para>
29185                   </listitem>
29186
29187                   <listitem>
29188                     <para>"Borrower not found." if the borrower card number is
29189                     incorrect</para>
29190                   </listitem>
29191
29192                   <listitem>
29193                     <para>"Item not found." if the item barcode is
29194                     wrong</para>
29195                   </listitem>
29196
29197                   <listitem>
29198                     <para>"Item not issued." if you checked in an available
29199                     item</para>
29200                   </listitem>
29201                 </itemizedlist>
29202               </listitem>
29203
29204               <listitem>
29205                 <para>Once finished you will have a summary of all of your
29206                 transactions</para>
29207
29208                 <screenshot>
29209                   <screeninfo>Offline Circulation Summary</screeninfo>
29210
29211                   <mediaobject>
29212                     <imageobject>
29213                       <imagedata fileref="images/circ/offlinecircsuccess.png"/>
29214                     </imageobject>
29215                   </mediaobject>
29216                 </screenshot>
29217               </listitem>
29218             </itemizedlist>
29219           </listitem>
29220
29221           <listitem>
29222             <para>Apply directly</para>
29223
29224             <itemizedlist>
29225               <listitem>
29226                 <para>If you performed all of the circulation actions on one
29227                 computer then everything is sorted already so you can choose
29228                 to "Apply directly"</para>
29229               </listitem>
29230
29231               <listitem>
29232                 <para>The status column will be updated to let you know if the
29233                 transactions were applied</para>
29234
29235                 <itemizedlist>
29236                   <listitem>
29237                     <para>"Success." if the transaction was processed
29238                     correctly</para>
29239                   </listitem>
29240
29241                   <listitem>
29242                     <para>"Borrower not found." if the borrower card number is
29243                     incorrect</para>
29244                   </listitem>
29245
29246                   <listitem>
29247                     <para>"Item not found." if the item barcode is
29248                     wrong</para>
29249                   </listitem>
29250
29251                   <listitem>
29252                     <para>"Item not issued." if you checked in an available
29253                     item</para>
29254                   </listitem>
29255                 </itemizedlist>
29256               </listitem>
29257
29258               <listitem>
29259                 <para>Once you're finished you can review all of the items
29260                 right in the Log tab</para>
29261
29262                 <screenshot>
29263                   <screeninfo>Koha Offline Circulation Apply
29264                   Directly</screeninfo>
29265
29266                   <mediaobject>
29267                     <imageobject>
29268                       <imagedata fileref="images/circ/koctdirectly.png"/>
29269                     </imageobject>
29270                   </mediaobject>
29271                 </screenshot>
29272               </listitem>
29273             </itemizedlist>
29274           </listitem>
29275         </itemizedlist>
29276
29277         <para>Once you are done you can clear the log by clicking Clear. If
29278         you don't you will be warned the next time you open the Offline
29279         Circulation tool.</para>
29280
29281         <screenshot>
29282           <screeninfo>Koha Offline Circulation Tool Warning</screeninfo>
29283
29284           <mediaobject>
29285             <imageobject>
29286               <imagedata fileref="images/circ/koctwarn.png"/>
29287             </imageobject>
29288           </mediaobject>
29289         </screenshot>
29290       </section>
29291
29292       <section id="windowsofflinecirc">
29293         <title>Offline Circ Tool for Windows</title>
29294
29295         <para>The Offline Circulation Utility can be downloaded at: <ulink url="http://kylehall.info/index.php/projects/koha/koha-offline-circulation/">http://kylehall.info/index.php/projects/koha/koha-offline-circulation/</ulink></para>
29296         <para>To generate a borrowers.db file for loading in to the Windows tool you will need to
29297           run the <link linkend="offlinecirccron">file generator via a cron job</link>.</para>
29298         <section id="uploadofflinecirc">
29299           <title>Upload Offline Circ File</title>
29300           <para>The <link linkend="windowsofflinecirc">offline circulation tool for Windows</link>
29301             will generate a KOC file that you can upload into Koha once your system comes back
29302             up.</para>
29303           <para>On the Circulation menu click 'Upload offline circulation file (.koc)'</para>
29304           <screenshot>
29305             <screeninfo>Circulation menu</screeninfo>
29306             <mediaobject>
29307               <imageobject>
29308                 <imagedata fileref="images/circ/offlinecirclink.png"/>
29309               </imageobject>
29310             </mediaobject>
29311           </screenshot>
29312           <para>Browse your computer for the *.koc file</para>
29313           <screenshot>
29314             <screeninfo>Upload KOC File</screeninfo>
29315             <mediaobject>
29316               <imageobject>
29317                 <imagedata fileref="images/circ/uploadofflinecirc.png"/>
29318               </imageobject>
29319             </mediaobject>
29320           </screenshot>
29321           <para>Once the file is uploaded, click the process the file</para>
29322           <screenshot>
29323             <screeninfo>Process offline circulation file</screeninfo>
29324             <mediaobject>
29325               <imageobject>
29326                 <imagedata fileref="images/circ/processoffline.png"/>
29327               </imageobject>
29328             </mediaobject>
29329           </screenshot>
29330           <para>When this is complete you'll be able to upload another file or tend to pending
29331             offline circulation actions.</para>
29332           <screenshot>
29333             <screeninfo>Summary of offline actions</screeninfo>
29334             <mediaobject>
29335               <imageobject>
29336                 <imagedata fileref="images/circ/offlinesummary.png"/>
29337               </imageobject>
29338             </mediaobject>
29339           </screenshot>
29340           <para>After clicking 'View pending offline circulation actions' you will be brought to a
29341             summary of all of the actions you loaded in to Koha in your *.koc file.</para>
29342           <screenshot>
29343             <screeninfo>Offline Circulation</screeninfo>
29344             <mediaobject>
29345               <imageobject>
29346                 <imagedata fileref="images/circ/offlinecirclog.png"/>
29347               </imageobject>
29348             </mediaobject>
29349           </screenshot>
29350           <itemizedlist>
29351             <listitem>
29352               <para>Once all of the logs from all of the circulation computers are loaded you will
29353                 be able to check them all or select just those you want to process into Koha.</para>
29354             </listitem>
29355             <listitem>
29356               <para>Click on the Process button and Koha will record every stored transaction one by
29357                 one. For each transaction, the status will change to:<itemizedlist>
29358                   <listitem>
29359                     <para>"Success." if the transaction was processed correctly</para>
29360                   </listitem>
29361                   <listitem>
29362                     <para>"Borrower not found." if the borrower card number is incorrect</para>
29363                   </listitem>
29364                   <listitem>
29365                     <para>"Item not found." if the item barcode is wrong</para>
29366                   </listitem>
29367                   <listitem>
29368                     <para>"Item not issued." if you checked in an available item</para>
29369                   </listitem>
29370                 </itemizedlist></para>
29371             </listitem>
29372           </itemizedlist>
29373           <para>Once finished you will have a summary of all of your transactions</para>
29374           <screenshot>
29375             <screeninfo>Offline Circulation Summary</screeninfo>
29376             <mediaobject>
29377               <imageobject>
29378                 <imagedata fileref="images/circ/offlinecircsuccess.png"/>
29379               </imageobject>
29380             </mediaobject>
29381           </screenshot>
29382         </section>
29383       </section>
29384     </section>
29385   </chapter>
29386
29387   <chapter id="cataloging">
29388     <title>Cataloging</title>
29389
29390     <para>Before you start cataloging in Koha you're going to want to do some
29391     basic setup. Refer to the <link linkend="implementation">Implementation
29392     Checklist</link> for a full list of these things. Most importantly you're
29393     going to want to make sure that your <link linkend="marcbibframeworks">Frameworks</link> are all defined the way you
29394     want. Once in the cataloging module you will not be able to add or remove
29395     fields and subfields so your frameworks must be ready before you start
29396     cataloging.</para>
29397     <para>You can also use OCLC Connexion to send records directly in to Koha.  For more information
29398       on that please review the <link linkend="oclcappendix">OCLC Connexion Setup
29399       appendix</link>.</para>
29400
29401     <itemizedlist>
29402       <listitem>
29403         <para><emphasis>Get there:</emphasis> More &gt; Cataloging</para>
29404       </listitem>
29405     </itemizedlist>
29406
29407     <section id="catbibs">
29408       <title>Bibliographic Records</title>
29409
29410       <para>In Koha the bibliographic record contains the main information
29411       related to the material. This includes things like the title, author,
29412       ISBN, etc. This information is stored in Koha in Marc (different flavors
29413       of Marc are supported in Koha). Once this information is saved, <link linkend="catitems">items or holdings</link> can be attached.</para>
29414
29415       <section id="addbibrec">
29416         <title>Adding Records</title>
29417
29418         <para>Records can be added to Koha via original or copy cataloging. If
29419         you would like to catalog a record using a blank template</para>
29420
29421         <itemizedlist>
29422           <listitem>
29423             <para>Click 'New Record'</para>
29424
29425             <screenshot>
29426               <screeninfo>New Record Menu</screeninfo>
29427
29428               <mediaobject>
29429                 <imageobject>
29430                   <imagedata fileref="images/cataloging/newfromframework.png"/>
29431                 </imageobject>
29432               </mediaobject>
29433             </screenshot>
29434
29435             <itemizedlist>
29436               <listitem>
29437                 <para>Choose the framework you would like to base your record
29438                 off of</para>
29439               </listitem>
29440             </itemizedlist>
29441           </listitem>
29442         </itemizedlist>
29443
29444         <para>If you want to catalog a record based on an existing record at
29445         another library</para>
29446
29447         <itemizedlist>
29448           <listitem>
29449             <para>Click 'Z39.50 Search'</para>
29450
29451             <screenshot>
29452               <screeninfo>Z39.50 Search</screeninfo>
29453
29454               <mediaobject>
29455                 <imageobject>
29456                   <imagedata fileref="images/cataloging/zsearch.png"/>
29457                 </imageobject>
29458               </mediaobject>
29459             </screenshot>
29460
29461             <itemizedlist>
29462               <listitem>
29463                 <para>Search for the item you would like to catalog</para>
29464
29465                 <itemizedlist>
29466                   <listitem>
29467                     <note>
29468                       <para>If no results are found, try searching for fewer
29469                       fields, not all Z39.50 targets can search all of the
29470                       fields above.</para>
29471                     </note>
29472                   </listitem>
29473                 </itemizedlist>
29474               </listitem>
29475
29476               <listitem>
29477                 <para>Search targets can be altered by using the <link linkend="z3950admin">Z39.50 Admin</link> area.</para>
29478               </listitem>
29479
29480               <listitem>
29481                 <para>From the results you can view the MARC or Card view for
29482                 the records or choose to Import them into Koha</para>
29483
29484                 <screenshot>
29485                   <screeninfo>Z39.50 Search Results</screeninfo>
29486
29487                   <mediaobject>
29488                     <imageobject>
29489                       <imagedata fileref="images/cataloging/zsearchresults.png"/>
29490                     </imageobject>
29491                   </mediaobject>
29492                 </screenshot>
29493
29494                 <itemizedlist>
29495                   <listitem>
29496                     <para>In addition to the Import link to the right of each
29497                     title, you can click on the title you're interested in and
29498                     a menu will pop up with links to preview the record and
29499                     import it</para>
29500
29501                     <screenshot>
29502                       <screeninfo>Import Link Popup on Z39.50 Search
29503                       Results</screeninfo>
29504
29505                       <mediaobject>
29506                         <imageobject>
29507                           <imagedata fileref="images/cataloging/importz39.png"/>
29508                         </imageobject>
29509                       </mediaobject>
29510                     </screenshot>
29511                   </listitem>
29512
29513                   <listitem>
29514                     <para>If you don't find the title you need in your Z39.50
29515                     search results you can click the 'Try Another Search'
29516                     button at the bottom left of your results</para>
29517
29518                     <screenshot>
29519                       <screeninfo>Try another search</screeninfo>
29520
29521                       <mediaobject>
29522                         <imageobject>
29523                           <imagedata fileref="images/cataloging/tryanotherzsearch.png"/>
29524                         </imageobject>
29525                       </mediaobject>
29526                     </screenshot>
29527                   </listitem>
29528                 </itemizedlist>
29529               </listitem>
29530             </itemizedlist>
29531           </listitem>
29532         </itemizedlist>
29533
29534         <para>Once you've opened a blank framework or imported a record via
29535         Z39.50 you will be presented with the form to continue
29536         cataloging</para>
29537
29538         <screenshot>
29539           <screeninfo>Add MARC Record</screeninfo>
29540
29541           <mediaobject>
29542             <imageobject>
29543               <imagedata fileref="images/cataloging/addmarc.png"/>
29544             </imageobject>
29545           </mediaobject>
29546         </screenshot>
29547
29548         <itemizedlist>
29549           <listitem>
29550             <para>If you would rather not see the MARC tag numbers you can change the value in your
29551                 <link linkend="hide_marc">hide_marc</link> system preference or each user can check
29552               the box next to 'Show tags' at the top of the editor.</para>
29553           </listitem>
29554           <listitem>
29555             <para>To expand a collapsed tag click on the tag description</para>
29556           </listitem>
29557
29558           <listitem>
29559             <para>To get help from the Library of Congress on a Marc tag click
29560             the question mark (?) to the right of each field number</para>
29561
29562             <itemizedlist>
29563               <listitem>
29564                 <para>If you feel that this clutters the screen you can hide
29565                 the question marks by unchecking the box next to the 'Show
29566                 MARC tag documentation links' note at the top right of the
29567                 editor</para>
29568
29569                 <screenshot>
29570                   <screeninfo>Show MARC tag documentation links
29571                   checkbox</screeninfo>
29572
29573                   <mediaobject>
29574                     <imageobject>
29575                       <imagedata fileref="images/cataloging/marcdoclinks.png"/>
29576                     </imageobject>
29577                   </mediaobject>
29578                 </screenshot>
29579               </listitem>
29580             </itemizedlist>
29581           </listitem>
29582
29583           <listitem>
29584             <para>Sometimes fields may not be editable due to the value in
29585             your <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
29586             system preference. If you have this preference set to not allow
29587             catalogers to type in fields controlled by authorities you may see
29588             a lock symbol to the left of the field.</para>
29589
29590             <screenshot>
29591               <screeninfo>Authority fields locked against editing</screeninfo>
29592
29593               <mediaobject>
29594                 <imageobject>
29595                   <imagedata fileref="images/cataloging/lockedauthority.png"/>
29596                 </imageobject>
29597               </mediaobject>
29598             </screenshot>
29599
29600             <itemizedlist>
29601               <listitem>
29602                 <para>If this icon appears you must click the icon to the
29603                 right of the field to search for an existing authority.</para>
29604
29605                 <screenshot>
29606                   <screeninfo>Search for authority</screeninfo>
29607
29608                   <mediaobject>
29609                     <imageobject>
29610                       <imagedata fileref="images/cataloging/catauthoritysearch.png"/>
29611                     </imageobject>
29612                   </mediaobject>
29613                 </screenshot>
29614               </listitem>
29615
29616               <listitem>
29617                 <para>From the results list click 'Choose authority' to bring
29618                 that into your catalog record</para>
29619
29620                 <screenshot>
29621                   <screeninfo>Authority search results</screeninfo>
29622
29623                   <mediaobject>
29624                     <imageobject>
29625                       <imagedata fileref="images/cataloging/catauthoritysearchresults.png"/>
29626                     </imageobject>
29627                   </mediaobject>
29628                 </screenshot>
29629               </listitem>
29630             </itemizedlist>
29631           </listitem>
29632
29633           <listitem>
29634             <para>To duplicate a field click on the 'repeat this tag' icon to
29635             the right of the tag</para>
29636
29637             <screenshot>
29638               <screeninfo>Duplicate a Field</screeninfo>
29639
29640               <mediaobject>
29641                 <imageobject>
29642                   <imagedata fileref="images/cataloging/dupfield.png"/>
29643                 </imageobject>
29644               </mediaobject>
29645             </screenshot>
29646
29647             <itemizedlist>
29648               <listitem>
29649                 <para>To move subfields in to the right order, click the up
29650                 arrow to the left of the field</para>
29651               </listitem>
29652
29653               <listitem>
29654                 <para>To duplicate a subfield click on the clone icon (to
29655                 remove a copied field, click the delete clone icon) to the
29656                 right of the field</para>
29657
29658                 <screenshot>
29659                   <screeninfo>Clone Subfield</screeninfo>
29660
29661                   <mediaobject>
29662                     <imageobject>
29663                       <imagedata fileref="images/cataloging/clonesubfield.png"/>
29664                     </imageobject>
29665                   </mediaobject>
29666                 </screenshot>
29667               </listitem>
29668
29669               <listitem>
29670                 <para>To remove a subfield (if there is more than one of the
29671                 same type), click the - (minus sign) to the right of the
29672                 field</para>
29673               </listitem>
29674             </itemizedlist>
29675           </listitem>
29676
29677           <listitem>
29678             <para>To use a plugin click on the icon to the right of the
29679             filed</para>
29680
29681             <screenshot>
29682               <screeninfo>Leader Builder Plugin</screeninfo>
29683
29684               <mediaobject>
29685                 <imageobject>
29686                   <imagedata fileref="images/cataloging/leaderbuilder.png"/>
29687                 </imageobject>
29688               </mediaobject>
29689             </screenshot>
29690
29691             <itemizedlist>
29692               <listitem>
29693                 <para>Some fixed fields have editors that will change based on
29694                 the material type you're cataloging (for example the 006 and
29695                 the 008 fields)</para>
29696
29697                 <screenshot>
29698                   <screeninfo>008 Plugin</screeninfo>
29699
29700                   <mediaobject>
29701                     <imageobject>
29702                       <imagedata fileref="images/cataloging/008plugin.png"/>
29703                     </imageobject>
29704                   </mediaobject>
29705                 </screenshot>
29706               </listitem>
29707             </itemizedlist>
29708           </listitem>
29709
29710           <listitem>
29711             <para>Once you've finished, click the 'Save' button at the top and
29712             choose whether you want to save and view the bib record you have
29713             created or continue on to add/edit items attached to the
29714             record</para>
29715
29716             <screenshot>
29717               <screeninfo>Record save options</screeninfo>
29718
29719               <mediaobject>
29720                 <imageobject>
29721                   <imagedata fileref="images/cataloging/savecataloging.png"/>
29722                 </imageobject>
29723               </mediaobject>
29724             </screenshot>
29725             <itemizedlist>
29726               <listitem>
29727                 <para>Choosing 'Save and view record' will bring you right to the record you just
29728                   cataloged</para>
29729               </listitem>
29730               <listitem>
29731                 <para>Choosing 'Save and edit items' will bring you to the add/edit item form after
29732                   saving the bib record so that you can attach holdings</para>
29733               </listitem>
29734               <listitem>
29735                 <para>Choosing 'Save and continute editing' will allow you to save your work so far
29736                   and keep you in the editor to continue working</para>
29737               </listitem>
29738             </itemizedlist>
29739           </listitem>
29740           <listitem>
29741             <para>If you are about to add a duplicate record to the system you will be warned before
29742               saving</para>
29743             <screenshot>
29744               <screeninfo>Duplicate Record Warning</screeninfo>
29745               <mediaobject>
29746                 <imageobject>
29747                   <imagedata fileref="images/cataloging/duprecordwarn.png"/>
29748                 </imageobject>
29749               </mediaobject>
29750             </screenshot>
29751           </listitem>
29752         </itemizedlist>
29753       </section>
29754
29755       <section id="cataloganalytics">
29756         <title>Adding Analytic Records</title>
29757
29758         <para>Libraries sometimes make journal articles and articles within
29759         monographs and serials accessible to library patrons through analytics
29760         cataloging. Analytics cataloging creates separate bibliographic
29761         records for these articles, chapters, sections, etc. found within a
29762         larger resource such as a book, an article within a journal, newspaper
29763         or serial. In analytics cataloging, although a separate bib record is
29764         created for the title, it is not physically separated from the host
29765         item.  Learn more about Analytics in Chapter 13 of AACR2.</para>
29766
29767         <para>If you would like to catalog analytic records there are two options. One is to use the
29768             <link linkend="catalogeasyanalytics">Easy Analytics</link> funtion; the other is the
29769             <link linkend="catalogenhanceanalytics">Analytics Enhanced Workflow</link>.</para>
29770         <section id="catalogeasyanalytics">
29771           <title>Easy Analytics</title>
29772           <para>The Easy Analytics feature makes linking analytic records together easier.  The
29773             first thing you need to do is set the <link linkend="EasyAnalyticalRecords"
29774               >EasyAnalyticalRecords</link> preference to 'Display' and the <link
29775               linkend="UseControlNumber">UseControlNumber</link> preference to 'Don't use.' </para>
29776           <para>After cataloging your analytic record (see <link linkend="addbibrec">Adding
29777               Records</link> for more on creating records) click 'Edit' from the normal view and
29778             choose to 'Link to Host Item'</para>
29779           <screenshot>
29780             <screeninfo>Link to Host Item</screeninfo>
29781             <mediaobject>
29782               <imageobject>
29783                 <imagedata fileref="images/cataloging/analyticslink.png"/>
29784               </imageobject>
29785             </mediaobject>
29786           </screenshot>
29787           <para>This will prompt you to enter the barcode for the item this record should be linked
29788             to.</para>
29789           <screenshot>
29790             <screeninfo>Barcode for Analytic Linking</screeninfo>
29791             <mediaobject>
29792               <imageobject>
29793                 <imagedata fileref="images/cataloging/analyticsbarcode.png"/>
29794               </imageobject>
29795             </mediaobject>
29796           </screenshot>
29797           <para>After entering the item's barcode and clicking 'Select' you will receive a
29798             confirmation message.</para>
29799           <screenshot>
29800             <screeninfo>Analytic Link Success</screeninfo>
29801             <mediaobject>
29802               <imageobject>
29803                 <imagedata fileref="images/cataloging/analyticlinksuccess.png"/>
29804               </imageobject>
29805             </mediaobject>
29806           </screenshot>
29807           <para>The record will now have the 773 field filled in properly to complete the
29808             link.</para>
29809           <screenshot>
29810             <screeninfo>773</screeninfo>
29811             <mediaobject>
29812               <imageobject>
29813                 <imagedata fileref="images/cataloging/analytics773.png"/>
29814               </imageobject>
29815             </mediaobject>
29816           </screenshot>
29817           <para>To view all of the items tied to the host record, do a search for the record, click
29818             the Analytics tab on the left and the analytics tied to each barcode will be shown under
29819             the "Used in" column.</para>
29820           <screenshot>
29821             <screeninfo>Analytics Tab</screeninfo>
29822             <mediaobject>
29823               <imageobject>
29824                 <imagedata fileref="images/cataloging/analyticstab.png"/>
29825               </imageobject>
29826             </mediaobject>
29827           </screenshot>
29828           <note>
29829             <para>It is also possible to create analytic records from this screen by clicking on
29830               "Create Analytics"</para>
29831           </note>
29832           <para>You can also see the analytics attached to this record by clicking the 'Show
29833             Analytic' link towards the top of the record in the normal view.</para>
29834           <screenshot>
29835             <screeninfo>Show Analytics on Bib Record</screeninfo>
29836             <mediaobject>
29837               <imageobject>
29838                 <imagedata fileref="images/cataloging/anayticbib.png"/>
29839               </imageobject>
29840             </mediaobject>
29841           </screenshot>
29842           <para>When looking at the anaytic record you will also see a link to the host item under
29843             the 'Host records' column in the holdings table when viewing the 'Analtyics' tab.</para>
29844           <screenshot>
29845               <screeninfo>Host Record</screeninfo>
29846               <mediaobject>
29847                 <imageobject>
29848                   <imagedata fileref="images/cataloging/hostrecords.png"/>
29849                 </imageobject>
29850               </mediaobject>
29851             </screenshot>
29852         </section>
29853         <section id="catalogenhanceanalytics">
29854           <title>Analytics Enhanced Workflow </title>
29855           <para>To use the Enhanced Workflow method of adding analytics, the first thing you need to
29856             do is set the <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link>
29857             preference to 'Don't display' and the <link linkend="UseControlNumber"
29858               >UseControlNumber</link> preference to 'Use.' </para>
29859           <para>After cataloging your original record (see <link linkend="addbibrec">Adding
29860               Records</link> for more on creating records) click 'New' from the normal view and
29861             choose to 'New child record.'</para>
29862           <screenshot>
29863               <screeninfo>New child record</screeninfo>
29864               <mediaobject>
29865                 <imageobject>
29866                   <imagedata fileref="images/cataloging/analyticschildlink.png"/>
29867                 </imageobject>
29868               </mediaobject>
29869             </screenshot>
29870           <para>This will open a new blank record for cataloging. The blank record will only have
29871             the 773 field filled in properly to complete the link once the record is saved.</para>
29872           <screenshot>
29873             <screeninfo>773</screeninfo>
29874             <mediaobject>
29875               <imageobject>
29876                 <imagedata fileref="images/cataloging/analytics773child.png"/>
29877               </imageobject>
29878             </mediaobject>
29879           </screenshot>
29880           <para>To view all of the items tied to the host record, do a search for the record, click
29881             the Analytics tab on the left and the analytics tied to each barcode will be shown under
29882             the "Used in" column.</para>
29883           <screenshot>
29884             <screeninfo>Analytics Tab</screeninfo>
29885             <mediaobject>
29886               <imageobject>
29887                 <imagedata fileref="images/cataloging/analyticstab.png"/>
29888               </imageobject>
29889             </mediaobject>
29890           </screenshot>
29891           <para>You can also see the analytics attached to this record by clicking the 'Show
29892             Analytic' link towards the top of the record in the normal view.</para>
29893           <screenshot>
29894             <screeninfo>Show Analytics on Bib Record</screeninfo>
29895             <mediaobject>
29896               <imageobject>
29897                 <imagedata fileref="images/cataloging/anayticbib.png"/>
29898               </imageobject>
29899             </mediaobject>
29900           </screenshot>
29901           <para>When looking at the anaytic record you will also see a link to the host item under
29902             the 'Host records' column in the holdings table when viewing the 'Analtyics' tab.</para>
29903           <screenshot>
29904               <screeninfo>Host Record</screeninfo>
29905               <mediaobject>
29906                 <imageobject>
29907                   <imagedata fileref="images/cataloging/hostrecords.png"/>
29908                 </imageobject>
29909               </mediaobject>
29910             </screenshot>
29911         </section>
29912         <section id="analyticediting">
29913           <title>Editing Analytics</title>
29914           <para>If you have linked an analytic record incorrectly you can remove that link by
29915             editing the item on the analytic record (not the host record). To do this, go to the
29916             analytic record and click the 'Edit' button and choose to 'Edit items'. To the left of
29917             each item you will see two options.</para>
29918           <screenshot>
29919             <screeninfo>Edit Analytic Item Record</screeninfo>
29920             <mediaobject>
29921               <imageobject>
29922                 <imagedata fileref="images/cataloging/analyticdelink.png"/>
29923               </imageobject>
29924             </mediaobject>
29925           </screenshot>
29926           <itemizedlist>
29927             <listitem>
29928               <para>Clicking 'Edit in Host' will allow you to edit the item on the host
29929                 record.</para>
29930             </listitem>
29931             <listitem>
29932               <para>Clicking 'Delink' will remove the 773 field and the link between the analytic
29933                 and the host.</para>
29934             </listitem>
29935           </itemizedlist>
29936         </section>
29937       </section>
29938
29939       <section id="editbibrec">
29940         <title>Editing Records</title>
29941
29942         <para>To edit a record you can click 'Edit Biblio' from the search
29943         results on the cataloging page</para>
29944
29945         <screenshot>
29946           <screeninfo>Edit Biblio Option on Search Results</screeninfo>
29947
29948           <mediaobject>
29949             <imageobject>
29950               <imagedata fileref="images/cataloging/catalogsearch.png"/>
29951             </imageobject>
29952           </mediaobject>
29953         </screenshot>
29954
29955         <para>or by clicking the Edit button on the Bibliographic Record and
29956         choosing 'Edit Record'</para>
29957
29958         <screenshot>
29959           <screeninfo>Edit Record Option on Bibliographic Record</screeninfo>
29960
29961           <mediaobject>
29962             <imageobject>
29963               <imagedata fileref="images/cataloging/editrecord.png"/>
29964             </imageobject>
29965           </mediaobject>
29966         </screenshot>
29967
29968         <para>The record will open in the MARC editor</para>
29969
29970         <screenshot>
29971           <screeninfo>Editing MARC Record</screeninfo>
29972
29973           <mediaobject>
29974             <imageobject>
29975               <imagedata fileref="images/cataloging/editingrecord.png"/>
29976             </imageobject>
29977           </mediaobject>
29978         </screenshot>
29979
29980         <para>The alternative is to search via Z39.50 to overlay your record
29981         with a fuller record found at another library. You can do this by
29982         choosing 'Replace Record via Z39.50' from the Edit menu.</para>
29983
29984         <screenshot>
29985           <screeninfo>Replace via Z39.50</screeninfo>
29986
29987           <mediaobject>
29988             <imageobject>
29989               <imagedata fileref="images/cataloging/replaceviaz39.png"/>
29990             </imageobject>
29991           </mediaobject>
29992         </screenshot>
29993
29994         <para>Once you choose that you will be brought to a Z39.50 search
29995         window to search other libraries for the record in question.</para>
29996
29997         <para>Once you have made your edits (via either method) you can click
29998         'Save' at the top left of the editor.</para>
29999
30000         <para>You can also use the edit menu to add your own custom cover
30001         image if you have either <link linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> and/or
30002         <link linkend="LocalCoverImages">LocalCoverImages</link> set to
30003         'Display' by choosing 'Upload Image' from the menu.</para>
30004
30005         <screenshot>
30006           <screeninfo>Upload Image</screeninfo>
30007
30008           <mediaobject>
30009             <imageobject>
30010               <imagedata fileref="images/cataloging/uploadimage.png"/>
30011             </imageobject>
30012           </mediaobject>
30013         </screenshot>
30014
30015         <para>Choosing to 'Upload Image' will take you to the <link linkend="uploadlocalimages">Upload Local Cover Image
30016         Tool</link>.</para>
30017       </section>
30018
30019       <section id="dupbibrec">
30020         <title>Duplicating Records</title>
30021
30022         <para>Sometimes a copy of the record you need to catalog can't be
30023         found via Z39.50. In these cases you can create a duplicate of similar
30024         record and edit the necessary pieces to create a new record. To
30025         duplicate an existing record click 'Edit as New (Duplicate)' from the
30026         Edit menu on the Bibliographic Record</para>
30027
30028         <screenshot>
30029           <screeninfo>Edit as New (Duplicate) Bibliographic
30030           Record</screeninfo>
30031
30032           <mediaobject>
30033             <imageobject>
30034               <imagedata fileref="images/cataloging/createduplicate.png"/>
30035             </imageobject>
30036           </mediaobject>
30037         </screenshot>
30038
30039         <para>This will open a new MARC record with the fields filled in with
30040         the values from the original Bibliographic Record.</para>
30041
30042         <screenshot>
30043           <screeninfo>New Duplicate Record</screeninfo>
30044
30045           <mediaobject>
30046             <imageobject>
30047               <imagedata fileref="images/cataloging/newduprecord.png"/>
30048             </imageobject>
30049           </mediaobject>
30050         </screenshot>
30051       </section>
30052
30053       <section id="mergebibs">
30054         <title>Merging Records</title>
30055
30056         <para>If you would like to merge together multiple records you can do
30057         that via the <link linkend="lists">Lists</link> tool. <link linkend="mergebibrecs">Learn more here</link>.</para>
30058       </section>
30059       <section id="deleterecord">
30060         <title>Deleting Records</title>
30061         <para>To delete a bibliographic record simply choose the 'Edit' button and select 'Delete record'</para>
30062         <screenshot>
30063             <screeninfo>Delete record</screeninfo>
30064             <mediaobject>
30065               <imageobject>
30066                 <imagedata fileref="images/cataloging/deleterecord.png"/>
30067               </imageobject>
30068             </mediaobject>
30069           </screenshot>
30070         <para>Bibliographic records can only be deleted one all items have been deleted. If you try
30071           to delete a bibliographic record with items still attached you will see that the delete
30072           option is grayed out.</para>
30073         <screenshot>
30074             <screeninfo>Record with items still attached</screeninfo>
30075             <mediaobject>
30076               <imageobject>
30077                 <imagedata fileref="images/cataloging/nodeleterecord.png"/>
30078               </imageobject>
30079             </mediaobject>
30080           </screenshot>
30081       </section>
30082     </section>
30083
30084     <section id="catitems">
30085       <title>Item Records</title>
30086
30087       <para>In Koha each bibliographic record can have one or more items
30088       attached. These items are sometimes referred to as holdings. Each item
30089       includes information to the physical copy the library has.</para>
30090
30091       <section id="addingitems">
30092         <title>Adding Items</title>
30093
30094         <para>After saving a new bibliographic record, you will be redirected
30095         to a blank item record so that you can attach an item to the
30096         bibliographic record. You can also click 'Add/Edit Items' from the
30097         cataloging search results</para>
30098
30099         <screenshot>
30100           <screeninfo>Add/Edit Items Option on Search Results</screeninfo>
30101
30102           <mediaobject>
30103             <imageobject>
30104               <imagedata fileref="images/cataloging/catalogsearch.png"/>
30105             </imageobject>
30106           </mediaobject>
30107         </screenshot>
30108
30109         <para>or you can add new item at any time by clicking 'New' on the
30110         bibliographic record and choosing 'New Item'</para>
30111
30112         <screenshot>
30113           <screeninfo>New Item Button</screeninfo>
30114
30115           <mediaobject>
30116             <imageobject>
30117               <imagedata fileref="images/cataloging/newitem.png"/>
30118             </imageobject>
30119           </mediaobject>
30120         </screenshot>
30121
30122         <para>The item edit form will appear:</para>
30123
30124         <screenshot>
30125           <screeninfo>Add item form</screeninfo>
30126
30127           <mediaobject>
30128             <imageobject>
30129               <imagedata fileref="images/cataloging/additem.png"/>
30130             </imageobject>
30131           </mediaobject>
30132         </screenshot>
30133
30134         <para>At the very least, if you plan on circulating the item, the
30135         following fields should be entered for new items:</para>
30136
30137         <itemizedlist>
30138           <listitem>
30139             <para>2 - Source of classification</para>
30140           </listitem>
30141
30142           <listitem>
30143             <para>a - Permanent location</para>
30144           </listitem>
30145
30146           <listitem>
30147             <para>b - Current location</para>
30148           </listitem>
30149
30150           <listitem>
30151             <para>o - Full call number</para>
30152           </listitem>
30153
30154           <listitem>
30155             <para>p - Barcode</para>
30156           </listitem>
30157
30158           <listitem>
30159             <para>v - Cost, replacement price</para>
30160
30161             <itemizedlist>
30162               <listitem>
30163                 <para>This value will be charged to patrons when you mark an
30164                 item they have checked out as 'Lost'</para>
30165               </listitem>
30166             </itemizedlist>
30167           </listitem>
30168
30169           <listitem>
30170             <para>y - Koha item type</para>
30171           </listitem>
30172         </itemizedlist>
30173
30174         <para>To make sure that these values are filled in you can mark them
30175         as mandatory in the <link linkend="marcbibframeworks">framework</link>
30176         you're using and then they will appear in red with a 'required' label.
30177         The item will not save until the required fields are filled in.</para>
30178
30179         <screenshot>
30180           <screeninfo>Required Item Subfield</screeninfo>
30181
30182           <mediaobject>
30183             <imageobject>
30184               <imagedata fileref="images/cataloging/requireditemfields.png"/>
30185             </imageobject>
30186           </mediaobject>
30187         </screenshot>
30188
30189         <itemizedlist>
30190           <listitem>
30191             <note>
30192               <para>To make item subfields required in a framework you'll want
30193               to edit the 952 field in the <link linkend="marcbibframeworks">framework editor</link>.</para>
30194             </note>
30195           </listitem>
30196         </itemizedlist>
30197
30198         <para>Below the add form there are 3 buttons for adding the
30199         item</para>
30200
30201         <screenshot>
30202           <screeninfo>Add Item Buttons</screeninfo>
30203
30204           <mediaobject>
30205             <imageobject>
30206               <imagedata fileref="images/cataloging/additembuttons.png"/>
30207             </imageobject>
30208           </mediaobject>
30209         </screenshot>
30210
30211         <itemizedlist>
30212           <listitem>
30213             <para>Add Item will add just the one item</para>
30214           </listitem>
30215
30216           <listitem>
30217             <para>Add &amp; Duplicate will add the item and fill in a new form
30218             with the same values for your to alter</para>
30219           </listitem>
30220
30221           <listitem>
30222             <para>Add Multiple items will ask how many items and will then add that number of items
30223               adding +1 to the barcode so each barcode is unique</para>
30224           </listitem>
30225         </itemizedlist>
30226
30227         <para>Your added items will appear above the add form once
30228         submitted</para>
30229
30230         <screenshot>
30231           <screeninfo>Items</screeninfo>
30232
30233           <mediaobject>
30234             <imageobject>
30235               <imagedata fileref="images/cataloging/items.png"/>
30236             </imageobject>
30237           </mediaobject>
30238         </screenshot>
30239
30240         <para>Your items will also appear below the bibliographic details on
30241         the bib record display.</para>
30242
30243         <screenshot>
30244           <screeninfo>List of Items on the Bib Record</screeninfo>
30245
30246           <mediaobject>
30247             <imageobject>
30248               <imagedata fileref="images/cataloging/items-withoutlabelprint.png"/>
30249             </imageobject>
30250           </mediaobject>
30251         </screenshot>
30252
30253         <para>If you have <link linkend="SpineLabelShowPrintOnBibDetails">SpineLabelShowPrintOnBibDetails</link>
30254         set to 'Display' then there will also be a link to print a quick spine
30255         label next to each item.</para>
30256
30257         <screenshot>
30258           <screeninfo>List of Items on the Bib Record with a Print Label
30259           link</screeninfo>
30260
30261           <mediaobject>
30262             <imageobject>
30263               <imagedata fileref="images/cataloging/items-withlabelprint.png"/>
30264             </imageobject>
30265           </mediaobject>
30266         </screenshot>
30267         <para>You can also filter the contents of your holdings table by clicking the 'Activate
30268           filters' links.  This will show a row at the top where you can type in any column to
30269           filter the results in the table.</para>
30270         <screenshot>
30271             <screeninfo>Filter holdings</screeninfo>
30272             <mediaobject>
30273               <imageobject>
30274                 <imagedata fileref="images/cataloging/items-activatefilters.png"/>
30275               </imageobject>
30276             </mediaobject>
30277           </screenshot>
30278       </section>
30279
30280       <section id="editingitems">
30281         <title>Editing Items</title>
30282
30283         <para>Items can be edited in several ways.</para>
30284
30285         <itemizedlist>
30286           <listitem>
30287             <para>Clicking 'Edit' and 'Edit Items' from the bibliographic
30288             record</para>
30289
30290             <screenshot>
30291               <screeninfo>Edit Items Menu Option</screeninfo>
30292
30293               <mediaobject>
30294                 <imageobject>
30295                   <imagedata fileref="images/cataloging/edititem.png"/>
30296                 </imageobject>
30297               </mediaobject>
30298             </screenshot>
30299
30300             <para>Which will open up a list of items where you can click
30301             'Edit' to the left of the specific item you would like to
30302             edit.</para>
30303
30304             <screenshot>
30305               <screeninfo>Edit individual items</screeninfo>
30306
30307               <mediaobject>
30308                 <imageobject>
30309                   <imagedata fileref="images/cataloging/edititemlink.png"/>
30310                 </imageobject>
30311               </mediaobject>
30312             </screenshot>
30313           </listitem>
30314
30315           <listitem>
30316             <para>Clicking 'Edit Items' beside the item on the 'Items'
30317             tab</para>
30318
30319             <screenshot>
30320               <screeninfo>Items Tab</screeninfo>
30321
30322               <mediaobject>
30323                 <imageobject>
30324                   <imagedata fileref="images/cataloging/itemstab.png"/>
30325                 </imageobject>
30326               </mediaobject>
30327             </screenshot>
30328
30329             <para>Which will open up the editor on the item you'd like to edit</para>
30330
30331             <screenshot>
30332               <screeninfo>Edit individual items</screeninfo>
30333
30334               <mediaobject>
30335                 <imageobject>
30336                   <imagedata fileref="images/cataloging/edititemlinkfromtab.png"/>
30337                 </imageobject>
30338               </mediaobject>
30339             </screenshot>
30340           </listitem>
30341
30342           <listitem>
30343             <para>Clicking 'Edit' and then 'Edit items in batch'</para>
30344
30345             <screenshot>
30346               <screeninfo>Edit items in a batch</screeninfo>
30347
30348               <mediaobject>
30349                 <imageobject>
30350                   <imagedata fileref="images/cataloging/editinbatch.png"/>
30351                 </imageobject>
30352               </mediaobject>
30353             </screenshot>
30354
30355             <para>This will open up the <link linkend="batchmodifyitems">batch
30356             item modification tool</link> where you can edit all of the items
30357             on this record as a batch.</para></listitem>
30358             <listitem><para>You can also enable <link linkend="StaffDetailItemSelection">StaffDetailItemSelection
30359             </link> to have checkboxes appear to the left of each item
30360               on the detail display. You can then check off the items you would like to edit and
30361               click 'Modify selected items' at the top of the list.</para>
30362               <screenshot>
30363                 <screeninfo>Editing selected items</screeninfo>
30364                 <mediaobject>
30365                   <imageobject>
30366                     <imagedata fileref="images/cataloging/editwithitemchecks.png"/>
30367                   </imageobject>
30368                 </mediaobject>
30369               </screenshot>
30370           </listitem>
30371           <listitem>
30372             <para>You can click 'Edit' to the right of each item in the Holdings tab<screenshot>
30373                 <screeninfo>Edit individual items</screeninfo>
30374                 <mediaobject>
30375                   <imageobject>
30376                     <imagedata fileref="images/cataloging/editindividual.png"/>
30377                   </imageobject>
30378                 </mediaobject>
30379               </screenshot></para>
30380           </listitem>
30381           <listitem>
30382             <para>Finally you can use the <link linkend="batchmodifyitems">Batch Item
30383                 Modification</link> tool</para>
30384           </listitem>
30385         </itemizedlist>
30386
30387         <section id="itemquickedit">
30388           <title>Quick Item Status Updates</title>
30389
30390           <para>Often circulation staff need to change the status of an item
30391           to Lost or Damaged. This doesn't require you to edit the entire item
30392           record. Instead clicking on the item barcode on the checkout summary
30393           or checkin history will bring you to an item summary. You can also
30394           get to the item summary by clicking on the Items tab to the left of
30395           the bib detail page.</para>
30396
30397           <screenshot>
30398             <screeninfo>Item Edit</screeninfo>
30399
30400             <mediaobject>
30401               <imageobject>
30402                 <imagedata fileref="images/cataloging/quickitemedit.png"/>
30403               </imageobject>
30404             </mediaobject>
30405           </screenshot>
30406
30407           <para>From this view you can mark an item lost by choosing a lost
30408           status from the pull down and clicking the 'Set Status'
30409           button.</para>
30410
30411           <screenshot>
30412             <screeninfo>Edit Lost Status</screeninfo>
30413
30414             <mediaobject>
30415               <imageobject>
30416                 <imagedata fileref="images/cataloging/editloststatus.png"/>
30417               </imageobject>
30418             </mediaobject>
30419           </screenshot>
30420
30421           <para>You can also mark an item as damaged by choosing a damaged
30422           status from the pull down and clicking the 'Set Status'
30423           button.</para>
30424
30425           <screenshot>
30426             <screeninfo>Edit Damaged Status</screeninfo>
30427
30428             <mediaobject>
30429               <imageobject>
30430                 <imagedata fileref="images/cataloging/editdamagedstatus.png"/>
30431               </imageobject>
30432             </mediaobject>
30433           </screenshot>
30434         </section>
30435       </section>
30436
30437       <section id="iteminfo">
30438         <title>Item Information</title>
30439
30440         <para>To the left of every bibliographic record there is a tab to view
30441         the items.</para>
30442
30443         <screenshot>
30444           <screeninfo>Items Tab</screeninfo>
30445
30446           <mediaobject>
30447             <imageobject>
30448               <imagedata fileref="images/cataloging/quickitemedit.png"/>
30449             </imageobject>
30450           </mediaobject>
30451         </screenshot>
30452
30453         <para>Clicking that tab will give you basic information about the items. From here you can
30454           see basic information about the item such as the home library, item type, collection code,
30455           call number and replacement price. You can also see and edit the status information.  If
30456           an item is marked lost or withdrawn you will also see the date that status was applied.<screenshot>
30457             <screeninfo/>
30458             <mediaobject>
30459               <imageobject>
30460                 <imagedata fileref="images/cataloging/itemstatuses.png"/>
30461               </imageobject>
30462             </mediaobject>
30463           </screenshot></para>
30464         <para>In the History section you will see infomration about the check out history of the
30465           item and if you ordered the item via the acquisitions module then this section will
30466           include information about the order.</para>
30467
30468         <screenshot>
30469           <screeninfo>History with order info</screeninfo>
30470
30471           <mediaobject>
30472             <imageobject>
30473               <imagedata fileref="images/cataloging/itemorderinfo.png"/>
30474             </imageobject>
30475           </mediaobject>
30476         </screenshot>
30477
30478         <para>If the Order or Accession date is linked, clicking it will bring
30479         you to the acquisitions information for that item.</para>
30480       </section>
30481
30482       <section id="moveitemrec">
30483         <title>Moving Items</title>
30484
30485         <para>Items can be moved from one bibliographic record to another
30486         using the Attach Item option</para>
30487
30488         <screenshot>
30489           <screeninfo>Attach Item Option</screeninfo>
30490
30491           <mediaobject>
30492             <imageobject>
30493               <imagedata fileref="images/cataloging/attachitem.png"/>
30494             </imageobject>
30495           </mediaobject>
30496         </screenshot>
30497
30498         <para>Visit the bibliographic record you want to attach the item to
30499         and choose 'Attach Item' from the 'Edit' menu.</para>
30500
30501         <screenshot>
30502           <screeninfo>Attach Item Form</screeninfo>
30503
30504           <mediaobject>
30505             <imageobject>
30506               <imagedata fileref="images/cataloging/attachitemform.png"/>
30507             </imageobject>
30508           </mediaobject>
30509         </screenshot>
30510
30511         <para>Simply enter the barcode for the item you want to move and click
30512         'Select'</para>
30513
30514         <para>If you want to move all items to a new record creating only one
30515         bibliographic record you can use the <link linkend="mergebibrecs">Merge Records tool</link> instead.</para>
30516       </section>
30517
30518       <section id="deleteitems">
30519         <title>Deleting Items</title>
30520
30521         <para>There are many ways to delete item records. If you only need to
30522         delete one item you can do this by opening up the detail page for the
30523         bib record and clicking the 'Edit' button at the top. From there you
30524         can choose to 'Edit items'.</para>
30525
30526         <screenshot>
30527           <screeninfo>'Edit Items' menu option</screeninfo>
30528
30529           <mediaobject>
30530             <imageobject>
30531               <imagedata fileref="images/cataloging/edititemstodelete.png"/>
30532             </imageobject>
30533           </mediaobject>
30534         </screenshot>
30535
30536         <para>You will be presented with a list of items and next to each one
30537         will be a link labeled 'Delete'. Click that link and if the item is
30538         not checked out it will delete that item.</para>
30539
30540         <screenshot>
30541           <screeninfo>Delete link on the left</screeninfo>
30542
30543           <mediaobject>
30544             <imageobject>
30545               <imagedata fileref="images/cataloging/deleteitemlink.png"/>
30546             </imageobject>
30547           </mediaobject>
30548         </screenshot>
30549
30550         <para>If you know that all of the items attached to your record are
30551         not currently checked out you can use the 'Delete all items' option
30552         under the 'Edit menu' and it will remove all items from the
30553         record.</para>
30554         <para>You can also enable <link linkend="StaffDetailItemSelection">StaffDetailItemSelection</link> 
30555           to have checkboxes appear to the left of each item on
30556           the detail display. You can then check off the items you would like to delete and click
30557           'Delete selected items' at the top of the list.</para>
30558         <screenshot>
30559             <screeninfo>Deleting selected items</screeninfo>
30560             <mediaobject>
30561               <imageobject>
30562                 <imagedata fileref="images/cataloging/editwithitemchecks.png"/>
30563               </imageobject>
30564             </mediaobject>
30565           </screenshot>
30566
30567         <para>Finally you can use the <link linkend="batchdeleteitems">batch
30568         delete tool</link> to delete a batch of items.</para>
30569       </section>
30570
30571       <section id="itemcirchistory">
30572         <title>Item Specific Circulation History</title>
30573
30574         <para>Each bibliographic record keeps a circulation history (with or
30575         without the patron information depending on your settings), but each
30576         item also has its own circulation history page. To see this, click on
30577         the 'Items' tab to the left of the record you are viewing.</para>
30578
30579         <screenshot>
30580           <screeninfo>Items tab</screeninfo>
30581
30582           <mediaobject>
30583             <imageobject>
30584               <imagedata fileref="images/cataloging/itemstab-long.png"/>
30585             </imageobject>
30586           </mediaobject>
30587         </screenshot>
30588
30589         <para>Below the 'History' heading is a link to 'View item's checkout
30590         history,' clicking that will open up the item's history which will
30591         look slightly different from the bibliographic record's history
30592         page.</para>
30593
30594         <screenshot>
30595           <screeninfo>Item Specific Circulation History</screeninfo>
30596
30597           <mediaobject>
30598             <imageobject>
30599               <imagedata fileref="images/cataloging/itemspecifichistory.png"/>
30600             </imageobject>
30601           </mediaobject>
30602         </screenshot>
30603       </section>
30604     </section>
30605
30606     <section id="catauthorities">
30607       <title>Authorities</title>
30608
30609       <para>Authority records are a way of controlling fields in your MARC
30610       records. Using authority records will provide you with control over
30611       subject headings, personal names and places.</para>
30612
30613       <section id="addauthorities">
30614         <title>Adding Authorities</title>
30615
30616         <para>To add a new authority record you can either choose the authority type from the 'New
30617           Authority' button or search another library by clicking the 'New from Z39.50'
30618           button.</para>
30619
30620         <screenshot>
30621           <screeninfo>New Authority Record Options</screeninfo>
30622
30623           <mediaobject>
30624             <imageobject>
30625               <imagedata fileref="images/cataloging/newauthtypes.png"/>
30626             </imageobject>
30627           </mediaobject>
30628         </screenshot>
30629
30630         <para>If you choose to enter a new authority from scratch, the form that appears will allow
30631           you to enter all of the necessary details regarding your authority record.</para>
30632
30633         <screenshot>
30634           <screeninfo>New Authority Record</screeninfo>
30635
30636           <mediaobject>
30637             <imageobject>
30638               <imagedata fileref="images/cataloging/newauthrec.png"/>
30639             </imageobject>
30640           </mediaobject>
30641         </screenshot>
30642
30643         <para>To expand collapsed values simply click on the title and the
30644         subfields will appear. To duplicate a field or subfield just click the
30645         plus sign (+) to the right of the label. To use field helper plugins
30646         simply click the ellipsis (...) to the right of the field.</para>
30647
30648         <para>When linking authorities to other headings, you can use the
30649         authority finder plugin by clicking the ellipsis (...) to the right of
30650         the field.</para>
30651
30652         <screenshot>
30653           <screeninfo>Authority search plugin</screeninfo>
30654
30655           <mediaobject>
30656             <imageobject>
30657               <imagedata fileref="images/cataloging/creatnewauthfromlink.png"/>
30658             </imageobject>
30659           </mediaobject>
30660         </screenshot>
30661
30662         <para>From there you can search your authority file for the authority
30663         to link. If you can't find the authority to link, you can click the
30664         'Create new' button and add the necessary authority for the link. This
30665         plugin also allows for you to choose the link relationship between the
30666         authorities.</para>
30667
30668         <screenshot>
30669           <screeninfo>Authority relationships</screeninfo>
30670
30671           <mediaobject>
30672             <imageobject>
30673               <imagedata fileref="images/cataloging/authrelationships.png"/>
30674             </imageobject>
30675           </mediaobject>
30676         </screenshot>
30677         <para>If you choose to search another library for the authority record you will be presented
30678           with a search box</para>
30679         <screenshot>
30680             <screeninfo>Authority Z39.50 Search</screeninfo>
30681             <mediaobject>
30682               <imageobject>
30683                 <imagedata fileref="images/cataloging/authzsearch.png"/>
30684               </imageobject>
30685             </mediaobject>
30686           </screenshot>
30687         <para>From the results you can choose the 'Import' link to the right of the record you would
30688           like to add to Koha</para>
30689         <screenshot>
30690             <screeninfo>Authority Z39.50 Results</screeninfo>
30691             <mediaobject>
30692               <imageobject>
30693                 <imagedata fileref="images/cataloging/authimport.png"/>
30694               </imageobject>
30695             </mediaobject>
30696           </screenshot>
30697         <para>You will then be presented with the form to edit the authority before saving it to
30698           your system</para>
30699         <screenshot>
30700             <screeninfo>Imported Authority</screeninfo>
30701             <mediaobject>
30702               <imageobject>
30703                 <imagedata fileref="images/cataloging/authorityimported.png"/>
30704               </imageobject>
30705             </mediaobject>
30706           </screenshot>
30707       </section>
30708
30709       <section id="searchauthorities">
30710         <title>Searching Authorities</title>
30711
30712         <para>From the authorities page you can search for existing terms and
30713         the bibliographic records they are attached to.</para>
30714
30715         <screenshot>
30716           <screeninfo>Authority Search</screeninfo>
30717
30718           <mediaobject>
30719             <imageobject>
30720               <imagedata fileref="images/cataloging/authoritysearch.png"/>
30721             </imageobject>
30722           </mediaobject>
30723         </screenshot>
30724
30725         <para>From the results you will see the authority record, how many bibliographic records it
30726           is attached to, an <link linkend="editauthorities">edit</link> link, a <link
30727             linkend="authoritymerge">merge</link> link and a <link linkend="editauthorities"
30728             >delete</link> link (if there are no bibliographic records attached).</para>
30729
30730         <screenshot>
30731           <screeninfo>Authority Search Results</screeninfo>
30732
30733           <mediaobject>
30734             <imageobject>
30735               <imagedata fileref="images/cataloging/authorityresults.png"/>
30736             </imageobject>
30737           </mediaobject>
30738         </screenshot>
30739
30740         <para>Clicking on the Details link to the right of the authority
30741         record summary will open the full record and the option to edit the
30742         record.</para>
30743
30744         <screenshot>
30745           <screeninfo>Authority Record</screeninfo>
30746
30747           <mediaobject>
30748             <imageobject>
30749               <imagedata fileref="images/cataloging/authrecord.png"/>
30750             </imageobject>
30751           </mediaobject>
30752         </screenshot>
30753
30754         <para>If the authority has See Alsos in it you will see those broken
30755         out on the search results, clicking the linked headings will run a
30756         search for that heading instead.</para>
30757
30758         <screenshot>
30759           <screeninfo>See Also in Authorities</screeninfo>
30760
30761           <mediaobject>
30762             <imageobject>
30763               <imagedata fileref="images/cataloging/authoritiesseealso.png"/>
30764             </imageobject>
30765           </mediaobject>
30766         </screenshot>
30767       </section>
30768
30769       <section id="editauthorities">
30770         <title>Editing Authorities</title>
30771
30772         <para>Authorities can be edited by clicking on the authority summary from the search results
30773           and then clicking the 'Edit' button above the record. Or by clicking on the 'Edit' link to
30774           the left of the authority on the search results.</para>
30775
30776         <screenshot>
30777           <screeninfo>Edit Authority Record</screeninfo>
30778
30779           <mediaobject>
30780             <imageobject>
30781               <imagedata fileref="images/cataloging/editauthority.png"/>
30782             </imageobject>
30783           </mediaobject>
30784         </screenshot>
30785
30786         <para>Once you've made the necessary edits, simply click 'Save' and <link
30787             linkend="dontmerge">dontmerge</link> is set to 'Do', Koha will immediately update all of
30788           the bib records linked to the authority with the new authority record's data. If dontmerge
30789           is set to "Don't" then Koha won't edit bib records when changes are made to authorities,
30790           rather, this is done later by the <link linkend="mergeauthcron">merge_authority.pl
30791             cronjob</link>.</para>
30792
30793         <para>To delete an authority record you first must make sure it's not
30794         linked to any bibliographic records. If it is not used by any
30795         bibliographic records a 'Delete' link will appear to the right of the
30796         record on the search results and as a button that appears after
30797         clicking on the summary of the authority record.</para>
30798       </section>
30799       <section id="authoritymerge">
30800         <title>Merging Authorities</title>
30801         <para>If you have duplicate authority records you can merge them together by clicking the
30802           'Merge' link next to two results on an authority search.  After clicking 'Merge' on the
30803           first result you will see that authority listed at the top of the results.</para>
30804         <screenshot>
30805             <screeninfo>Merging authorities results</screeninfo>
30806             <mediaobject>
30807               <imageobject>
30808                 <imagedata fileref="images/cataloging/authmergesearch.png"/>
30809               </imageobject>
30810             </mediaobject>
30811           </screenshot>
30812         <para>You will be asked which of the two records you would like to keep as your primary
30813           record and which will be deleted after the merge.</para>
30814         <screenshot>
30815           <screeninfo>Merging authorities</screeninfo>
30816           <mediaobject>
30817             <imageobject>
30818               <imagedata fileref="images/cataloging/authmergechoice.png"/>
30819             </imageobject>
30820           </mediaobject>
30821         </screenshot>
30822         <para>You will be presented with the MARC for both of the records (each accessible by tabs
30823           labeled with the authority numbers for those records). By default the entire first record
30824           will be selected, uncheck the fields you don't want in the final (destination) record and
30825           then move on to the second tab to choose which fields should be in the final (destination)
30826           record.</para>
30827         <screenshot>
30828           <screeninfo>Authorities to merge</screeninfo>
30829           <mediaobject>
30830             <imageobject>
30831               <imagedata fileref="images/cataloging/authmerging.png"/>
30832             </imageobject>
30833           </mediaobject>
30834         </screenshot>
30835         <para>Once you have completed your selections click the 'Merge' button. The primary record
30836           will now contain the data you chose for it and the second record will be deleted.</para>
30837         <screenshot>
30838           <screeninfo>Merged authority</screeninfo>
30839           <mediaobject>
30840             <imageobject>
30841               <imagedata fileref="images/cataloging/authmerged.png"/>
30842             </imageobject>
30843           </mediaobject>
30844         </screenshot>
30845       </section>
30846     </section>
30847
30848     <section id="catguides">
30849       <title>Cataloging Guides</title>
30850
30851       <para/>
30852
30853       <section id="bibcatcheatsheet">
30854         <sectioninfo>
30855           <authorgroup>
30856             <author>
30857               <firstname>Jared</firstname>
30858               <surname>Camins-Esakov</surname>
30859               <affiliation>
30860                 <orgname>American Numismatic Society</orgname>
30861               </affiliation>
30862             </author>
30863             
30864             <editor>
30865               <firstname>Nicole C.</firstname>
30866               <surname>Engard</surname>
30867               <contrib>Changed/edited content where necessary.</contrib>
30868             </editor>
30869           </authorgroup>
30870           
30871           <pubdate>2010</pubdate>
30872         </sectioninfo>
30873         <title>Bibliographic Record Cataloging Cheat Sheet</title>
30874
30875         <table cellpadding="4" cellspacing="4" frame="all">
30876           <title>Cataloging Guide</title>
30877
30878           <tgroup align="left" cols="4" colsep="1" rowsep="1">
30879             <thead>
30880               <row>
30881                 <entry><para>Tag</para></entry>
30882
30883                 <entry><para>Label</para></entry>
30884
30885                 <entry><para>Description</para></entry>
30886
30887                 <entry><para>Instructions</para></entry>
30888               </row>
30889             </thead>
30890
30891             <tbody>
30892               <row>
30893                 <entry><para>000</para></entry>
30894
30895                 <entry><para>LEADER</para></entry>
30896
30897                 <entry><para>Describes the record(i.e. surrogate) -- is it a
30898                 record for a monograph? A serial?</para></entry>
30899
30900                 <entry><para>Click in this field to fill it in. Then set
30901                 "Bibliographic level" to 'a' for articles or 's' for serials.
30902                 Otherwise, leave everything as is.</para></entry>
30903               </row>
30904
30905               <row>
30906                 <entry><para>001</para></entry>
30907
30908                 <entry><para>CONTROL NUMBER</para></entry>
30909
30910                 <entry><para>Accession number.</para></entry>
30911
30912                 <entry><para>Enter the accession number written inside the
30913                 item here. For articles and items which do not have accession
30914                 numbers, leave blank.</para></entry>
30915               </row>
30916
30917               <row>
30918                 <entry><para>003</para></entry>
30919
30920                 <entry><para>CONTROL NUMBER IDENTIFIER</para></entry>
30921
30922                 <entry><para>Your MARC Organizational Code</para></entry>
30923
30924                 <entry><para>Click in this field to fill it in (will auto fill
30925                 if you have your <link linkend="MARCOrgCode">MARCOrgCode</link> preference
30926                 set).</para></entry>
30927               </row>
30928
30929               <row>
30930                 <entry><para>005</para></entry>
30931
30932                 <entry><para>D &amp; T LATEST TRANSACTION</para></entry>
30933
30934                 <entry><para>Current date and time.</para></entry>
30935
30936                 <entry><para>Click in this field to fill it in.</para></entry>
30937               </row>
30938
30939               <row>
30940                 <entry><para>008</para></entry>
30941
30942                 <entry><para>FIXED-LENGTH DATA ELEMENTS</para></entry>
30943
30944                 <entry><para>Field containing computer-readable
30945                 representations of a number of things.</para></entry>
30946
30947                 <entry><para>Generally you will only use 's' (single) or 'm'
30948                 (multiple) options for position 06- use the former when the
30949                 item was published in a single year, the latter when it was
30950                 published over the course of several. If there is a single
30951                 date, only enter a date in the first date field (positions
30952                 07-10). Enter the three-digit country code in positions 15-17,
30953                 being sure to add spaces if the country code is fewer than
30954                 three characters long. If there is an index, note that fact in
30955                 position 31. Enter the three-letter language code in positions
30956                 35-37.</para></entry>
30957               </row>
30958
30959               <row>
30960                 <entry><para>010</para></entry>
30961
30962                 <entry><para>LCCN</para></entry>
30963
30964                 <entry><para>A number assigned by the Library of Congress to
30965                 uniquely identify the work.</para></entry>
30966
30967                 <entry><para>Check on the copyright page of the book (if it
30968                 was published in the US) or the LC catalog for this number. If
30969                 you can't find it, don't worry about it.</para></entry>
30970               </row>
30971
30972               <row>
30973                 <entry><para>020</para></entry>
30974
30975                 <entry><para>ISBN</para></entry>
30976
30977                 <entry><para>Unique number used by publishers to identify
30978                 books.</para></entry>
30979
30980                 <entry><para>If this number isn't listed on the book, there
30981                 probably isn't one.</para></entry>
30982               </row>
30983
30984               <row>
30985                 <entry><para>022</para></entry>
30986
30987                 <entry><para>ISSN</para></entry>
30988
30989                 <entry><para>Unique number used by publishers to identify
30990                 serials.</para></entry>
30991
30992                 <entry><para>If this number isn't listed on the book, there
30993                 probably isn't one.</para></entry>
30994               </row>
30995
30996               <row>
30997                 <entry><para>033</para></entry>
30998
30999                 <entry><para>DATE/TIME OF EVENT</para></entry>
31000
31001                 <entry><para>Used for auction dates. Required for auction
31002                 catalogs.</para></entry>
31003
31004                 <entry><para>For auctions that took place on only one day,
31005                 enter the date of the auction in the format YYYYMMDD in the
31006                 subfield 'a' and a '0' in the first indicator. For auctions
31007                 that took place over two consecutive days or any number of
31008                 non-consecutive days, create a subfield 'a' for each day with
31009                 the date in the format YYYYMMDD, and put a '1' in the first
31010                 indicator. For auctions that took place over more than two
31011                 consecutive days, create a subfield 'a' (in format YYYYMMDD)
31012                 for the first day and a subfield 'a' (also in format YYYYMMDD)
31013                 for the last day, and put a '2' in the first
31014                 indicator.</para></entry>
31015               </row>
31016
31017               <row>
31018                 <entry><para>040</para></entry>
31019
31020                 <entry><para>CATALOGING SOURCE</para></entry>
31021
31022                 <entry><para>Identifies which libraries created and modified
31023                 the record.</para></entry>
31024
31025                 <entry><para>For imported records, add a subfield 'd' with
31026                 your OCLC code as the value. For new records, make sure that
31027                 the subfield 'c' with your OCLC code as the
31028                 value.</para></entry>
31029               </row>
31030
31031               <row>
31032                 <entry><para>041</para></entry>
31033
31034                 <entry><para>LANGUAGE CODE</para></entry>
31035
31036                 <entry><para>Identifies all the languages used in an item,
31037                 when two or more languages are present.</para></entry>
31038
31039                 <entry><para>For significant portions of a text in a given
31040                 language, there should be a subfield 'a' with that language
31041                 code. If there are only summaries or abstracts in a specific
31042                 language, create a subfield 'b' with that language
31043                 code.</para></entry>
31044               </row>
31045
31046               <row>
31047                 <entry><para>100</para></entry>
31048
31049                 <entry><para>MAIN ENTRY--PERSONAL</para></entry>
31050
31051                 <entry><para>Authorized form of the main author's
31052                 name</para></entry>
31053
31054                 <entry><para>See Authorized headings sheet and AACR2. The
31055                 first indicator should generally be a '1', to indicate that
31056                 the entry is surname first. If the name consists only of a
31057                 forename, however, the first indicator should be
31058                 '0'.</para></entry>
31059               </row>
31060
31061               <row>
31062                 <entry><para>110</para></entry>
31063
31064                 <entry><para>MAIN ENTRY--CORPORATE</para></entry>
31065
31066                 <entry><para>Authorized form of the name of the main corporate
31067                 author. Required for auction catalogs.</para></entry>
31068
31069                 <entry><para>Auction catalogs should use a 110 field rather
31070                 than a 100 field. See Authorized headings sheet and AACR2. Set
31071                 the first indicator to '2'.</para></entry>
31072               </row>
31073
31074               <row>
31075                 <entry><para>111</para></entry>
31076
31077                 <entry><para>MAIN ENTRY--MEETING</para></entry>
31078
31079                 <entry><para>Authorized form of the name of a meeting which
31080                 acted as a main offer (e.g. conference
31081                 proceedings)</para></entry>
31082
31083                 <entry><para>See Authorized headings sheet and AACR2. Set the
31084                 first indicator to '2'.</para></entry>
31085               </row>
31086
31087               <row>
31088                 <entry><para>245</para></entry>
31089
31090                 <entry><para>TITLE STATEMENT</para></entry>
31091
31092                 <entry><para>Transcription of the title statement from the
31093                 title page (or chief source of information)</para></entry>
31094
31095                 <entry><para>Enter the title in subfield 'a', the subtitle in
31096                 subfield 'b', and the statement of responsibility in subfield
31097                 'c'. If you are creating a record for a single volume or part
31098                 of a multi-part item, you should put the part number in
31099                 subfield 'n' and the part title in subfield 'p.' For auction
31100                 catalogs, the date (in 'MM/DD/YYYY' format) should be listed
31101                 in square brackets in subfield 'f'. See ISBD punctuation
31102                 sheet. Set the first indicator to '0' if there is no author,
31103                 otherwise set it to '1'. Set the second indicator to the
31104                 number of non-filing characters (i.e. characters in an initial
31105                 articles plus the space... for "The " set the second indicator
31106                 to '4').</para></entry>
31107               </row>
31108
31109               <row>
31110                 <entry><para>246</para></entry>
31111
31112                 <entry><para>VARYING FORM OF TITLE</para></entry>
31113
31114                 <entry><para>Alternate form of title for searching and filing
31115                 purposes</para></entry>
31116
31117                 <entry><para>If the patron might look for the work under a
31118                 different title, enter it here. Do not include initial
31119                 articles. The first indicator should be '3', unless the title
31120                 is merely a variant spelling, in which case the first
31121                 indicator should be '1'.</para></entry>
31122               </row>
31123
31124               <row>
31125                 <entry><para>250</para></entry>
31126
31127                 <entry><para>EDITION STATEMENT</para></entry>
31128
31129                 <entry><para>Transcription of the edition statement from the
31130                 title page (or chief source of information)</para></entry>
31131
31132                 <entry><para>Transcribe the edition statement exactly as it
31133                 appears on the title-page. You may abbreviate if the edition
31134                 statement is very long.</para></entry>
31135               </row>
31136
31137               <row>
31138                 <entry><para>260</para></entry>
31139
31140                 <entry><para>PUBLICATION (IMPRINT)</para></entry>
31141
31142                 <entry><para>Publication information.</para></entry>
31143
31144                 <entry><para>Put the location of publication in subfield 'a',
31145                 the publisher in subfield 'b', and the year (or probable year)
31146                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
31147               </row>
31148
31149               <row>
31150                 <entry><para>300</para></entry>
31151
31152                 <entry><para>PHYSICAL DESCRIPTION</para></entry>
31153
31154                 <entry><para>Physical description</para></entry>
31155
31156                 <entry><para>Enter the pagination statement in subfield 'a', a
31157                 brief description of "special" contents such as illustrations
31158                 or maps in subfield 'b' (see AACR2), and the size of the item
31159                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
31160               </row>
31161
31162               <row>
31163                 <entry><para>490</para></entry>
31164
31165                 <entry><para>SERIES STATEMENT</para></entry>
31166
31167                 <entry><para>Shows the series statement exactly as it appears
31168                 on the item.</para></entry>
31169
31170                 <entry><para>Transcribe the series statement into subfield 'a'
31171                 with the volume number in subfield 'v'. See ISBD punctuation
31172                 sheet. Set the first indicator to '1' if you are using an 830.
31173                 As a general rule, you should do so.</para></entry>
31174               </row>
31175
31176               <row>
31177                 <entry><para>500</para></entry>
31178
31179                 <entry><para>GENERAL NOTE</para></entry>
31180
31181                 <entry><para>Notes that don't fit anywhere
31182                 else.</para></entry>
31183
31184                 <entry><para>Enter notes as full sentences, with a separate
31185                 500 field for each distinct topic.</para></entry>
31186               </row>
31187
31188               <row>
31189                 <entry><para>501</para></entry>
31190
31191                 <entry><para>WITH NOTE</para></entry>
31192
31193                 <entry><para>Notes whether the work is bound with the works
31194                 described by other records.</para></entry>
31195
31196                 <entry><para>Put description of relationship in subfield
31197                 'a'.</para></entry>
31198               </row>
31199
31200               <row>
31201                 <entry><para>504</para></entry>
31202
31203                 <entry><para>BIBLIOGRAPHY, ETC. NOTE</para></entry>
31204
31205                 <entry><para>Indicates whether the work includes a
31206                 bibliography.</para></entry>
31207
31208                 <entry><para>If the work includes a bibliography and index,
31209                 put the text "Includes bibliographical references (p. XXX-XXX)
31210                 and index." in subfield 'a'. If the work does not include an
31211                 index, remove that part of the sentence. If the references are
31212                 scattered throughout the work and not gathered into a distinct
31213                 sentence, remove the parenthetical statement.</para></entry>
31214               </row>
31215
31216               <row>
31217                 <entry><para>505</para></entry>
31218
31219                 <entry><para>FORMATTED CONTENTS</para></entry>
31220
31221                 <entry><para>List of contents in a standard format.
31222                 Unformatted contents can be listed in a 500 (General Note)
31223                 field.</para></entry>
31224
31225                 <entry><para>See ISBD punctuation sheet. Set the first
31226                 indicator to '0'. If you are separately coding authors and
31227                 titles, set the second indicator to '0'. Otherwise, leave the
31228                 second indicator blank.</para></entry>
31229               </row>
31230
31231               <row>
31232                 <entry><para>518</para></entry>
31233
31234                 <entry><para>DATE/TIME OF EVENT NOTE</para></entry>
31235
31236                 <entry><para>Used for auction dates.</para></entry>
31237
31238                 <entry><para>For auction catalogs, enter the date of the
31239                 auction in the format 'January 2, 1984' in the subfield
31240                 'a'</para></entry>
31241               </row>
31242
31243               <row>
31244                 <entry><para>520</para></entry>
31245
31246                 <entry><para>SUMMARY, ETC.</para></entry>
31247
31248                 <entry><para>A brief summary or abstract of the book or
31249                 article.</para></entry>
31250
31251                 <entry><para>In general you do not need to write a summary. A
31252                 summary might be called for, however, with items that cannot
31253                 be easily reviewed by a patron, such as books with highly
31254                 acidic paper or CD-ROMs.</para></entry>
31255               </row>
31256
31257               <row>
31258                 <entry><para>546</para></entry>
31259
31260                 <entry><para>LANGUAGE NOTE</para></entry>
31261
31262                 <entry><para>Note describing the languages used in the
31263                 work</para></entry>
31264
31265                 <entry><para>Only needed for works in multiple languages. See
31266                 ISBD punctuation sheet.</para></entry>
31267               </row>
31268
31269               <row>
31270                 <entry><para>561</para></entry>
31271
31272                 <entry><para>PROVENANCE INFORMATION</para></entry>
31273
31274                 <entry><para>Describes the previous ownership of the
31275                 item.</para></entry>
31276
31277                 <entry><para>Used only for rare books.</para></entry>
31278               </row>
31279
31280               <row>
31281                 <entry><para>563</para></entry>
31282
31283                 <entry><para>BINDING INFORMATION</para></entry>
31284
31285                 <entry><para>Describes the binding of the item.</para></entry>
31286
31287                 <entry><para>Used only for rare books.</para></entry>
31288               </row>
31289
31290               <row>
31291                 <entry><para>590</para></entry>
31292
31293                 <entry><para>LOCAL NOTE</para></entry>
31294
31295                 <entry><para>Local notes. Required for auction
31296                 catalogs.</para></entry>
31297
31298                 <entry><para>Used for auction catalogs to indicate what types
31299                 of coins are sold in the auction- Roman, Greek,
31300                 etc.</para></entry>
31301               </row>
31302
31303               <row>
31304                 <entry><para>600</para></entry>
31305
31306                 <entry><para>SUBJECT ADDED--PERSONAL</para></entry>
31307
31308                 <entry><para>Authorized form of personal names for people
31309                 discussed in the work</para></entry>
31310
31311                 <entry><para>See Authorized headings sheet and AACR2. The
31312                 first indicator should generally be a '1', to indicate that
31313                 the entry is surname first. If the name consists only of a
31314                 forename, however, the first indicator should be '0'. If you
31315                 found the name in the LC authority file, set the second
31316                 indicator to '0'. Otherwise set the second indicator to
31317                 '4'.</para></entry>
31318               </row>
31319
31320               <row>
31321                 <entry><para>610</para></entry>
31322
31323                 <entry><para>SUBJECT ADDED--CORPORATE</para></entry>
31324
31325                 <entry><para>Authorized form of corporate names for
31326                 organizations discussed in the work</para></entry>
31327
31328                 <entry><para>See Authorized headings sheet and AACR2. Set the
31329                 first indicator to '2'. If you found the name in the LC
31330                 authority file, set the second indicator to '0'. Otherwise set
31331                 the second indicator to '4'.</para></entry>
31332               </row>
31333
31334               <row>
31335                 <entry><para>611</para></entry>
31336
31337                 <entry><para>SUBJECT ADDED--MEETING</para></entry>
31338
31339                 <entry><para>Authorized form of meeting names for meetings
31340                 discussed in the work</para></entry>
31341
31342                 <entry><para>See Authorized headings sheet and AACR2. Set the
31343                 first indicator to '2'. If you found the name in the LC
31344                 authority file, set the second indicator to '0'. Otherwise set
31345                 the second indicator to '4'.</para></entry>
31346               </row>
31347
31348               <row>
31349                 <entry><para>630</para></entry>
31350
31351                 <entry><para>SUBJECT ADDED--UNIFORM TITLE</para></entry>
31352
31353                 <entry><para>Authorized form of titles for other works
31354                 discussed in the work</para></entry>
31355
31356                 <entry><para>See Authorized headings sheet and AACR2. Set the
31357                 first indicator to the number of non-filing characters (i.e.
31358                 characters in an initial articles plus the space... for "The "
31359                 set the first indicator to '4'). If you found the name in the
31360                 LC authority file, set the second indicator to '0'. Otherwise
31361                 set the second indicator to '4'.</para></entry>
31362               </row>
31363
31364               <row>
31365                 <entry><para>650</para></entry>
31366
31367                 <entry><para>SUBJECT ADDED--TOPICAL</para></entry>
31368
31369                 <entry><para>Library of Congress Subject Heading terms
31370                 describing the subject of the work</para></entry>
31371
31372                 <entry><para>See Authorized headings sheet and AACR2. If you
31373                 found the name in the LC authority file, set the second
31374                 indicator to '0'. Otherwise set the second indicator to
31375                 '4'.</para></entry>
31376               </row>
31377
31378               <row>
31379                 <entry><para>651</para></entry>
31380
31381                 <entry><para>SUBJECT ADDED--GEOGRAPHICAL</para></entry>
31382
31383                 <entry><para>Library of Congress Subject Heading geographical
31384                 terms describing the subject of the work</para></entry>
31385
31386                 <entry><para>See Authorized headings sheet and AACR2. If you
31387                 found the name in the LC authority file, set the second
31388                 indicator to '0'. Otherwise set the second indicator to
31389                 '4'.</para></entry>
31390               </row>
31391
31392               <row>
31393                 <entry><para>655</para></entry>
31394
31395                 <entry><para>INDEX TERM--GENRE/FORM</para></entry>
31396
31397                 <entry><para>Describes what an item is as opposed to what the
31398                 item is about.</para></entry>
31399
31400                 <entry><para>Generally used only for auction catalogs, which
31401                 should have the genre heading "Auction catalogs." (make sure
31402                 to find the authorized heading!) If you found the name in the
31403                 LC authority file, set the second indicator to '0'. If you are
31404                 using a term from a specific thesaurus, set the second
31405                 indicator to '7' and put the code for the thesaurus in
31406                 subfield '2'. Otherwise set the second indicator to
31407                 '4'.</para></entry>
31408               </row>
31409
31410               <row>
31411                 <entry><para>690</para></entry>
31412
31413                 <entry><para>LOCAL SUBJECT ADDED--TOPICAL</para></entry>
31414
31415                 <entry><para>Used for headings from any custom subject
31416                 authority file.</para></entry>
31417
31418                 <entry><para>If there is no appropriate LCSH term, you can use
31419                 a 690 with subject headings you find on other items in the
31420                 catalog.</para></entry>
31421               </row>
31422
31423               <row>
31424                 <entry><para>691</para></entry>
31425
31426                 <entry><para>LOCAL SUBJECT ADDED--GEOGRAPHICAL</para></entry>
31427
31428                 <entry><para>Used for headings from any custom subject
31429                 authority file.</para></entry>
31430
31431                 <entry><para>If there is no appropriate LCSH term, you can use
31432                 a 691 with subject headings you find on other items in the
31433                 catalog.</para></entry>
31434               </row>
31435
31436               <row>
31437                 <entry><para>700</para></entry>
31438
31439                 <entry><para>ADDED ENTRY--PERSONAL</para></entry>
31440
31441                 <entry><para>Used for second authors and other persons related
31442                 to the production of the work.</para></entry>
31443
31444                 <entry><para>See Authorized headings sheet and AACR2. The
31445                 first indicator should generally be a '1', to indicate that
31446                 the entry is surname first. If the name consists only of a
31447                 forename, however, the first indicator should be
31448                 '0'.</para></entry>
31449               </row>
31450
31451               <row>
31452                 <entry><para>710</para></entry>
31453
31454                 <entry><para>ADDED ENTRY--CORPORATE</para></entry>
31455
31456                 <entry><para>Used for corporate bodies related to the
31457                 production of the work (e.g. publishers).</para></entry>
31458
31459                 <entry><para>See Authorized headings sheet and AACR2. Set the
31460                 first indicator to '2'.</para></entry>
31461               </row>
31462
31463               <row>
31464                 <entry><para>711</para></entry>
31465
31466                 <entry><para>ADDED ENTRY--MEETING</para></entry>
31467
31468                 <entry><para>Used for meetings related to the production of
31469                 the work (e.g. symposia that contributed to the
31470                 work).</para></entry>
31471
31472                 <entry><para>See Authorized headings sheet and AACR2. Set the
31473                 first indicator to '2'.</para></entry>
31474               </row>
31475
31476               <row>
31477                 <entry><para>730</para></entry>
31478
31479                 <entry><para>ADDED ENTRY--UNIFORM TITLE</para></entry>
31480
31481                 <entry><para>Used for uniform titles related to the production
31482                 of the work (e.g. a work that inspired the present
31483                 work)</para></entry>
31484
31485                 <entry><para>See Authorized headings sheet and AACR2. Set the
31486                 first indicator to the number of non-filing characters (i.e.
31487                 characters in an initial articles plus the space... for "The "
31488                 set the first indicator to '4').</para></entry>
31489               </row>
31490
31491               <row>
31492                 <entry><para>773</para></entry>
31493
31494                 <entry><para>HOST ITEM ENTRY</para></entry>
31495
31496                 <entry><para>Describes the larger bibliographic unit that
31497                 contains the work (e.g. book or journal containing the article
31498                 being described in the current record)</para></entry>
31499
31500                 <entry><para>If the host publication is author main entry,
31501                 enter the authorized form of the author's name in subfield
31502                 'a'. Put the title in subfield 't'. If the host publication is
31503                 an independent work, put publication information in subfield
31504                 'd'. When available, ISSN and ISBN should always be used in,
31505                 in subfields 'x' and 'z' respectively. Relationship
31506                 information (e.g. volume number, page number, etc.) goes in
31507                 subfield 'g'. Subfield 'q' contains an encoded representation
31508                 of the location of the item: volume, issue, and section
31509                 numbers are separated by colons, and the first page is entered
31510                 following a '&lt;' at the end of the subfield. See ISBD
31511                 punctuation sheet. Set the first indicator to '0'. If you want
31512                 the label "In:" to be generated, leave the second indicator
31513                 blank. If you want something else displayed before the 773
31514                 text, set the second indicator to '8' and add a subfield 'i'
31515                 with the label you want at the beginning of the field (e.g.
31516                 "$iOffprint from:").</para></entry>
31517               </row>
31518
31519               <row>
31520                 <entry><para>830</para></entry>
31521
31522                 <entry><para>SERIES ENTRY--UNIFORM TITLE</para></entry>
31523
31524                 <entry><para>Authorized form of the series name transcribed in
31525                 the 490 field. Often this will just be the same as the
31526                 490.</para></entry>
31527
31528                 <entry><para>See Authorized headings sheet and AACR2. Set the
31529                 second indicator to the number of non-filing characters (i.e.
31530                 characters in an initial articles plus the space... for "The "
31531                 set the second indicator to '4').</para></entry>
31532               </row>
31533
31534               <row>
31535                 <entry><para>852</para></entry>
31536
31537                 <entry><para>LOCATION/CALL NUMBER</para></entry>
31538
31539                 <entry><para>Provides the section name for pre-barcode books,
31540                 pamphlets, and some articles and serials.</para></entry>
31541
31542                 <entry><para>Do not put anything in this field if you are
31543                 cataloging a volume which gets only one record and a barcode.
31544                 If the item does not get a barcode, or you are currently
31545                 creating a record for an article in a volume, put the section
31546                 in subfield 'a' (see ANS cataloging documentation), and the
31547                 call number in subfield 'i'. Set the first indicator to
31548                 '8'.</para></entry>
31549               </row>
31550
31551               <row>
31552                 <entry><para>856</para></entry>
31553
31554                 <entry><para>ELECTRONIC ACCESS</para></entry>
31555
31556                 <entry><para>Links to material available
31557                 online.</para></entry>
31558
31559                 <entry><para>Put the URL of any electronic copies or
31560                 summaries, etc. in subfield 'u' and a link title in subfield
31561                 'y'. Set the first indicator to '4'.</para></entry>
31562               </row>
31563
31564               <row>
31565                 <entry><para>942</para></entry>
31566
31567                 <entry><para>ADDED ENTRY ELEMENTS (KOHA)</para></entry>
31568
31569                 <entry><para>Used for Koha-specific data.</para></entry>
31570
31571                 <entry><para>Set the subfield 'c' to the appropriate item
31572                 type.</para></entry>
31573               </row>
31574             </tbody>
31575           </tgroup>
31576         </table>
31577       </section>
31578
31579       <section id="itemcatguide">
31580         <title>Item/Holdings Record Cataloging Guide</title>
31581
31582         <para>This table represents the default embedded holdings data in Koha. This information can
31583           be used for migration or importing data purposes</para>
31584
31585         <table cellpadding="4" cellspacing="4" frame="all">
31586           <title>Koha Embedded Holdings Data</title>
31587
31588           <tgroup align="left" cols="4" colsep="1" rowsep="1">
31589             <colspec colname="tag" colnum="1"/>
31590
31591             <colspec colname="data" colnum="2"/>
31592
31593             <colspec colname="desc" colnum="3"/>
31594
31595             <colspec colname="note" colnum="4"/>
31596
31597             <thead>
31598               <row>
31599                 <entry><para>MARC21 Tag/subfield</para></entry>
31600
31601                 <entry><para>Data Element</para></entry>
31602
31603                 <entry><para>Description</para></entry>
31604
31605                 <entry><para>Notes</para></entry>
31606               </row>
31607             </thead>
31608
31609             <tbody>
31610               <row>
31611                 <entry><para>952$0</para></entry>
31612
31613                 <entry><para>Withdrawn status</para></entry>
31614
31615                 <entry><para>Default values: </para> <itemizedlist>
31616                     <listitem>
31617                       <para>0 = Not withdrawn</para>
31618                     </listitem>
31619
31620                     <listitem>
31621                       <para>1 = Withdrawn</para>
31622                     </listitem>
31623                   </itemizedlist></entry>
31624
31625                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31626                 ('WITHDRAWN' in default installation)</para></entry>
31627               </row>
31628
31629               <row>
31630                 <entry><para>952$1</para></entry>
31631
31632                 <entry><para>Lost status</para></entry>
31633
31634                 <entry><para>Default values:</para> <itemizedlist>
31635                     <listitem>
31636                       <para>0 = Available</para>
31637                     </listitem>
31638
31639                     <listitem>
31640                       <para>1 = Lost</para>
31641                     </listitem>
31642
31643                     <listitem>
31644                       <para>2 = Long Overdue (Lost)</para>
31645                     </listitem>
31646
31647                     <listitem>
31648                       <para>3 = Lost and Paid For</para>
31649                     </listitem>
31650
31651                     <listitem>
31652                       <para>4 = Missing in Inventory</para>
31653                     </listitem>
31654
31655                     <listitem>
31656                       <para>5 = Missing in Hold Queue</para>
31657                     </listitem>
31658                   </itemizedlist></entry>
31659
31660                 <entry><para>It's possible to configure OPAC so that lost
31661                 items don't display with the <link linkend="hidelostitems">hidelostitems</link> system
31662                 preference. </para> <para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31663                 ('LOST' in default installation)</para></entry>
31664               </row>
31665
31666               <row>
31667                 <entry><para>952$2</para></entry>
31668
31669                 <entry><para>Classification</para></entry>
31670
31671                 <entry><para>Classification scheme that defines filing rules
31672                 used for sorting call numbers.</para></entry>
31673
31674                 <entry><para>A choice of <link linkend="classificationsources">classification sources</link>
31675                 as they are defined in administration. If no classification
31676                 scheme is entered, the system will use the value entered in
31677                 the <link linkend="DefaultClassificationSource">DefaultClassificationSource</link>
31678                 preference.</para></entry>
31679               </row>
31680
31681               <row>
31682                 <entry><para>952$3</para></entry>
31683
31684                 <entry><para>Materials specified</para></entry>
31685
31686                 <entry><para>Specific issues of serials or multi-part
31687                 items.</para></entry>
31688
31689                 <entry><para>Displayed when items are checked out and in to
31690                 tell the staff how many pieces the item has. Copy/volume data
31691                 is stored in 952$h and $t for display in Normal
31692                 views.</para></entry>
31693               </row>
31694
31695               <row>
31696                 <entry><para>952$4</para></entry>
31697
31698                 <entry><para>Damaged status</para></entry>
31699
31700                 <entry><para>Default values: </para> <itemizedlist>
31701                     <listitem>
31702                       <para>0 = Not damaged</para>
31703                     </listitem>
31704
31705                     <listitem>
31706                       <para>1 = Damaged</para>
31707                     </listitem>
31708                   </itemizedlist></entry>
31709
31710                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31711                 ('DAMAGE' in default installation)</para></entry>
31712               </row>
31713
31714               <row>
31715                 <entry><para>952$5</para></entry>
31716
31717                 <entry><para>Use restrictions</para></entry>
31718
31719                 <entry><para>Default values:</para> <itemizedlist>
31720                     <listitem>
31721                       <para>0 = No use restrictions</para>
31722                     </listitem>
31723
31724                     <listitem>
31725                       <para>1 = Restricted Access</para>
31726                     </listitem>
31727                   </itemizedlist></entry>
31728
31729                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31730                 ('RESTRICT' in default installation). This value has no effect
31731                 on circulation.</para></entry>
31732               </row>
31733
31734               <row>
31735                 <entry><para>952$7</para></entry>
31736
31737                 <entry><para>Not for loan</para></entry>
31738
31739                 <entry><para>Default values:</para> <itemizedlist>
31740                     <listitem>
31741                       <para>-1 = Ordered</para>
31742                     </listitem>
31743
31744                     <listitem>
31745                       <para>0 = Available for loans</para>
31746                     </listitem>
31747
31748                     <listitem>
31749                       <para>1 = Not for Loan</para>
31750                     </listitem>
31751
31752                     <listitem>
31753                       <para>2 = Staff Collection</para>
31754                     </listitem>
31755                   </itemizedlist></entry>
31756
31757                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31758                 ('NOT_LOAN' in default installation). Negative number values
31759                 can still be placed on hold.</para></entry>
31760               </row>
31761
31762               <row>
31763                 <entry><para>952$8</para></entry>
31764
31765                 <entry><para>Collection code</para></entry>
31766
31767                 <entry><para>Coded value</para></entry>
31768
31769                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31770                 ('CCODE' in default installation)</para></entry>
31771               </row>
31772
31773               <row>
31774                 <entry><para>952$9</para></entry>
31775
31776                 <entry><para>Item number</para></entry>
31777
31778                 <entry><para>System-generated item number.</para></entry>
31779
31780                 <entry><para>Does not display in the item
31781                 record.</para></entry>
31782               </row>
31783
31784               <row>
31785                 <entry><para>952$a</para></entry>
31786
31787                 <entry><para>Owning Library **</para></entry>
31788
31789                 <entry><para>Branch code</para></entry>
31790
31791                 <entry><para><emphasis role="bold">Required</emphasis>. Code
31792                 must be defined in <link linkend="libsgroups">Libraries,
31793                 Branches and Groups</link></para></entry>
31794               </row>
31795
31796               <row>
31797                 <entry><para>952$b</para></entry>
31798
31799                 <entry><para>Holding library ** (usually the same as 952$a
31800                 )</para></entry>
31801
31802                 <entry><para>Branch code</para></entry>
31803
31804                 <entry><para><emphasis role="bold">Required</emphasis>. Code
31805                 must be defined in <link linkend="libsgroups">Libraries,
31806                 Branches and Groups</link></para></entry>
31807               </row>
31808
31809               <row>
31810                 <entry><para>952$c</para></entry>
31811
31812                 <entry><para>Shelving location code</para></entry>
31813
31814                 <entry><para/></entry>
31815
31816                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31817                 ('LOC' in default installation)</para></entry>
31818               </row>
31819
31820               <row>
31821                 <entry><para>952$d</para></entry>
31822
31823                 <entry><para>Date acquired</para></entry>
31824
31825                 <entry><para>YYYY-MM-DD</para></entry>
31826
31827                 <entry><para>Date formats in the 952 subfields are required to
31828                 be in the system internal format for data loading and
31829                 subsequent item editing: YYYY-MM-DD</para></entry>
31830               </row>
31831
31832               <row>
31833                 <entry><para>952$e</para></entry>
31834
31835                 <entry><para>Source of acquisition</para></entry>
31836
31837                 <entry><para>Coded value or vendor string</para></entry>
31838
31839                 <entry><para>Filled in automatically with the Koha assigned
31840                 vendor id by Acquisitions when an item is
31841                 received.</para></entry>
31842               </row>
31843
31844               <row>
31845                 <entry><para>952$g</para></entry>
31846
31847                 <entry><para>Purchase price</para></entry>
31848
31849                 <entry><para>Decimal number, no currency symbol (ex.
31850                 10.00)</para></entry>
31851
31852                 <entry><para>Filled in automatically by Acquisitions when an
31853                 item is received.</para></entry>
31854               </row>
31855
31856               <row>
31857                 <entry><para>952$h</para></entry>
31858
31859                 <entry><para>Serial enumeration</para></entry>
31860
31861                 <entry><para/></entry>
31862
31863                 <entry><para>Filled in automatically by Serials if the issue
31864                 is received there.</para></entry>
31865               </row>
31866
31867               <row>
31868                 <entry><para>952$o</para></entry>
31869
31870                 <entry><para>Koha full call number</para></entry>
31871
31872                 <entry><para/></entry>
31873
31874                 <entry><para>Can be filled in automatically based on the <link linkend="itemcallnumber">itemcallnumber</link> system
31875                 preference.</para></entry>
31876               </row>
31877
31878               <row>
31879                 <entry><para>952$p</para></entry>
31880
31881                 <entry><para>Barcode *</para></entry>
31882
31883                 <entry><para>Max 20 characters</para></entry>
31884
31885                 <entry><para/></entry>
31886               </row>
31887
31888               <row>
31889                 <entry><para>952$t</para></entry>
31890
31891                 <entry><para>Copy number</para></entry>
31892
31893                 <entry><para>Max 32 characters</para></entry>
31894
31895                 <entry><para/></entry>
31896               </row>
31897               <row>
31898                 <entry>
31899                   <para>952$u</para>
31900                 </entry>
31901                 <entry>
31902                   <para>Uniform Resource Identifier </para>
31903                 </entry>
31904                 <entry>
31905                   <para>Item specific URL</para>
31906                 </entry>
31907                 <entry>
31908                   <para>Full URL starting with http:// Only needed if your item has its own URL, not
31909                     necessary if the bib record has a 856$u that applies to all items on the record.
31910                   </para>
31911                 </entry>
31912               </row>
31913               <row>
31914                 <entry>
31915                   <para>952$v</para>
31916                 </entry>
31917                 <entry>
31918                   <para>Replacement price</para>
31919                 </entry>
31920                 <entry>
31921                   <para>Decimal number, no currency symbol (ex. 10.00)</para>
31922                 </entry>
31923                 <entry>
31924                   <para>Filled in automatically by Acquisitions when an item is received.</para>
31925                 </entry>
31926               </row>
31927
31928               <row>
31929                 <entry><para>952$w</para></entry>
31930
31931                 <entry><para>Price effective from</para></entry>
31932
31933                 <entry><para>YYYY-MM-DD</para></entry>
31934
31935                 <entry>Date formats in the 952 subfields are required to be in
31936                 the system internal format for data loading and subsequent
31937                 item editing: YYYY-MM-DD. Filled in automatically by
31938                 Acquisitions when an item is received.</entry>
31939               </row>
31940               <row>
31941                 <entry>
31942                   <para>952$x</para>
31943                 </entry>
31944                 <entry>
31945                   <para>Nonpublic note</para>
31946                 </entry>
31947                 <entry>
31948                   <para/>
31949                 </entry>
31950                 <entry>This is a note field for notes that will not appear in the OPAC. Right now
31951                   this note does not appear anywhere but in the item edit screen in the staff
31952                   client.</entry>
31953               </row>
31954
31955               <row>
31956                 <entry><para>952$y</para></entry>
31957
31958                 <entry><para>Koha item type **</para></entry>
31959
31960                 <entry><para>Coded value, required field for
31961                 circulation</para></entry>
31962
31963                 <entry><para><emphasis role="bold">Required</emphasis>. Coded
31964                 value, must be defined in <link linkend="itemtypeadmin">Item
31965                 types</link></para></entry>
31966               </row>
31967
31968               <row>
31969                 <entry><para>952$z</para></entry>
31970
31971                 <entry><para>Public note</para></entry>
31972
31973                 <entry><para/></entry>
31974
31975                 <entry><para/></entry>
31976               </row>
31977             </tbody>
31978           </tgroup>
31979         </table>
31980
31981         <para>* - required for circulation</para>
31982
31983         <para>** - required by Koha</para>
31984       </section>
31985
31986       <section id="onorderitemholds">
31987         <sectioninfo>
31988           <corpauthor>VOKAL</corpauthor>
31989
31990           <editor>
31991             <firstname>Nicole C.</firstname>
31992
31993             <surname>Engard</surname>
31994           </editor>
31995
31996           <pubdate>2010</pubdate>
31997
31998           <bibliosource><ulink url="http://docs.google.com/View?id=dcccx9zm_3htvhwzgc#Handling_On_Order_items_and_ho">http://docs.google.com/View?id=dcccx9zm_3htvhwzgc#Handling_On_Order_items_and_ho</ulink></bibliosource>
31999         </sectioninfo>
32000
32001         <title>Handling On Order Items and Holds</title>
32002
32003         <para>If you tend to import your MARC records when you have ordered
32004         the book (as opposed to when you receive the books), and allow patrons
32005         to place holds on those books, you may need to add item records to the
32006         *.mrc file before importing.</para>
32007
32008         <para>The easiest way to import your latest order is to first run your records through
32009             <ulink url="http://marcedit.reeset.net/">MARCEdit</ulink>. Download your MARC records,
32010           saving them to your desktop or some other location you use/will remember. If you have
32011           MARCEdit already installed you should simply have to double click on your MARC records,
32012           and they will automatically open in MARCEdit.<important>
32013             <para>This tutorial was written with MARCEdit version 5.2.3769.41641 on Windows XP,
32014               instructions may be different if your version or operating system is different.</para>
32015           </important></para>
32016
32017         <itemizedlist>
32018           <listitem>
32019             <para>Your original file will automatically be in the input;
32020             ensure MarcBreaker is chosen, and then click "Execute"</para>
32021
32022             <screenshot>
32023               <screeninfo>MarcBreaker</screeninfo>
32024
32025               <mediaobject>
32026                 <imageobject>
32027                   <imagedata fileref="images/appendix-onorder/marcbreaker.png"/>
32028                 </imageobject>
32029               </mediaobject>
32030             </screenshot>
32031           </listitem>
32032
32033           <listitem>
32034             <para>You will be presented with a summary of the records
32035             processed at the bottom of the screen</para>
32036
32037             <screenshot>
32038               <screeninfo>MarcBreaker Summary</screeninfo>
32039
32040               <mediaobject>
32041                 <imageobject>
32042                   <imagedata fileref="images/appendix-onorder/marcbreaker-summary.png"/>
32043                 </imageobject>
32044               </mediaobject>
32045             </screenshot>
32046           </listitem>
32047
32048           <listitem>
32049             <para>Click 'Edit Records' to continue on to adding item
32050             records</para>
32051           </listitem>
32052
32053           <listitem>
32054             <para>Your screen will be replaced with a larger screen containing
32055             the MARC records</para>
32056
32057             <screenshot>
32058               <screeninfo>MARC file for editing</screeninfo>
32059
32060               <mediaobject>
32061                 <imageobject>
32062                   <imagedata fileref="images/appendix-onorder/editrecords.png"/>
32063                 </imageobject>
32064               </mediaobject>
32065             </screenshot>
32066           </listitem>
32067
32068           <listitem>
32069             <para>Click on Tools &gt; Add/Edit Field</para>
32070
32071             <screenshot>
32072               <screeninfo>Add/Delete Field</screeninfo>
32073
32074               <mediaobject>
32075                 <imageobject>
32076                   <imagedata fileref="images/appendix-onorder/addfield.png"/>
32077                 </imageobject>
32078               </mediaobject>
32079             </screenshot>
32080           </listitem>
32081
32082           <listitem>
32083             <para>Enter in the Koha specific item info</para>
32084
32085             <screenshot>
32086               <screeninfo>Add 942 Field</screeninfo>
32087
32088               <mediaobject>
32089                 <imageobject>
32090                   <imagedata fileref="images/appendix-onorder/add942.png"/>
32091                 </imageobject>
32092               </mediaobject>
32093             </screenshot>
32094
32095             <itemizedlist>
32096               <listitem>
32097                 <para>In the Field box, type 942</para>
32098               </listitem>
32099
32100               <listitem>
32101                 <para>In the Field Data box, type \\$c and the item type code
32102                 (\\$cBOOK in this example)</para>
32103               </listitem>
32104
32105               <listitem>
32106                 <para>Check the 'Insert last' option</para>
32107               </listitem>
32108
32109               <listitem>
32110                 <para>Click 'Add Field'</para>
32111               </listitem>
32112             </itemizedlist>
32113           </listitem>
32114
32115           <listitem>
32116             <para>Enter in the item record data</para>
32117
32118             <screenshot>
32119               <screeninfo>Add 952 Field</screeninfo>
32120
32121               <mediaobject>
32122                 <imageobject>
32123                   <imagedata fileref="images/appendix-onorder/add952.png"/>
32124                 </imageobject>
32125               </mediaobject>
32126             </screenshot>
32127
32128             <itemizedlist>
32129               <listitem>
32130                 <para>In the Field box, type 952</para>
32131               </listitem>
32132
32133               <listitem>
32134                 <para>In the Field Data box, type
32135                 $7ORDERED_STATUS$aPERM_LOC$bCURR_LOC$cSHELVING_LOCATION$eSOURCE_OF_ACQ$yITEM_TYPE</para>
32136
32137                 <itemizedlist>
32138                   <listitem>
32139                     <para>ex. $7-1$aCPL$bCPL$cNEW$eBrodart$yBOOK</para>
32140
32141                     <itemizedlist>
32142                       <listitem>
32143                         <para>In a default install of Koha -1 is the value for
32144                         the Ordered status</para>
32145                       </listitem>
32146                     </itemizedlist>
32147                   </listitem>
32148
32149                   <listitem>
32150                     <para>You may want to look at other subfields you would
32151                     like data in -- for example, changing the collection code
32152                     to put all the items in the same collection (8),
32153                     automatically fill in the acquisition date (d), or put in
32154                     a public note (z).</para>
32155                   </listitem>
32156
32157                   <listitem>
32158                     <para>Be sure you use the $ to separate subfields; adding
32159                     each subfield on a separate line will cause that many
32160                     items to be imported with your MARC record (in the example
32161                     above, four items, each with one of those subfields
32162                     corrected)</para>
32163                   </listitem>
32164
32165                   <listitem>
32166                     <para>Make sure you look at the Administration &gt;
32167                     Authorized Values in Koha to put the correct code into the
32168                     field</para>
32169                   </listitem>
32170                 </itemizedlist>
32171               </listitem>
32172
32173               <listitem>
32174                 <para>Check the 'Insert last' option</para>
32175               </listitem>
32176
32177               <listitem>
32178                 <para>Click 'Add Field'</para>
32179               </listitem>
32180             </itemizedlist>
32181           </listitem>
32182
32183           <listitem>
32184             <para>Close the field editor window</para>
32185           </listitem>
32186
32187           <listitem>
32188             <para>Click on File &gt; Compile into MARC</para>
32189
32190             <screenshot>
32191               <screeninfo>Compile into MARC</screeninfo>
32192
32193               <mediaobject>
32194                 <imageobject>
32195                   <imagedata fileref="images/appendix-onorder/compile.png"/>
32196                 </imageobject>
32197               </mediaobject>
32198             </screenshot>
32199           </listitem>
32200
32201           <listitem>
32202             <para>Choose where to save your file</para>
32203           </listitem>
32204         </itemizedlist>
32205
32206         <para>Now you want to go into your Koha system and follow the
32207         instructions for <link linkend="stagemarc">importing MARC
32208         records</link>.</para>
32209
32210         <para>Once the item has come in, you will need to go to the item
32211         record and individually change the item to have the correct barcode,
32212         and manually change the status from Ordered to the blank line in the
32213         Not for Loan field.</para>
32214
32215         <note>
32216           <para>If you purchase your cataloged item records, you may want to
32217           request your vendor put in the information you need into the MARC
32218           records for you; that way, you could import the edited-by-the-vendor
32219           file, overwriting the current record, automatically replacing the
32220           data with what you need.</para>
32221         </note>
32222       </section>
32223     </section>
32224   </chapter>
32225   <chapter id="coursereserves">
32226     <title>Course Reserves</title>
32227     <para>The course reserves module in Koha allows you to temporarily move items to 'reserve' and
32228       assign different circulation rules to these items while they are being used for a specific
32229       course.</para>
32230     <section id="coursesetup">
32231       <title>Course Reserves Setup</title>
32232       <para>Before using Course Reserves you will need to do some set up.  </para>
32233       <para>First you will need to enable course reserves by setting the <link
32234           linkend="UseCourseReserves">UseCourseReserves</link> preference to 'Use'.</para>
32235       <para>Next you will need to have all of your course instructors <link linkend="addnewpatron"
32236           >added as patrons</link>.</para>
32237       <para>Next you will want to add a couple of new <link linkend="newauthval">authorized
32238           values</link> for Departments and Terms. </para>
32239       <para>You may also want to create new <link linkend="additemtype">item types</link>, <link
32240           linkend="ccode">collection codes</link> and/or <link linkend="shelvelocvals">shelving
32241           locations</link> to make it clear that the items are on reserve to your patrons. You will
32242         also want to be sure to confirm that your <link linkend="circfinerules">circulation and fine
32243           rules</link> are right for your new item types (whether they be hourly or daily
32244         loans).</para>
32245     </section>
32246     <section id="addingcourses">
32247       <title>Adding Courses</title>
32248       <para>Once you have completed your set up for Course Reserves you can start creating courses
32249         and adding titles to the reserve list.</para>
32250       <screenshot>
32251           <screeninfo>Course Reserves Admin</screeninfo>
32252           <mediaobject>
32253             <imageobject>
32254               <imagedata fileref="images/coursereserves/coursesblank.png"/>
32255             </imageobject>
32256           </mediaobject>
32257         </screenshot>
32258       <para>From the main course reserves page you can add a new course by clicking the 'New course'
32259         button at the top left.</para>
32260       <screenshot>
32261           <screeninfo>Add a new course</screeninfo>
32262           <mediaobject>
32263             <imageobject>
32264               <imagedata fileref="images/coursereserves/newcourse.png"/>
32265             </imageobject>
32266           </mediaobject>
32267         </screenshot>
32268       <para>Your new course will need a Department, Number and Name at the bare minimum. You can
32269         also add in additional details like course section number and term. To link an instructor to
32270         this course simply start typing their name and Koha will search your patron database to find
32271         you the right person.</para>
32272       <screenshot>
32273           <screeninfo>Instrcutor search</screeninfo>
32274           <mediaobject>
32275             <imageobject>
32276               <imagedata fileref="images/coursereserves/instructorsearch.png"/>
32277             </imageobject>
32278           </mediaobject>
32279         </screenshot>
32280       <para>Once the instructor you want appears just click their name and they will be added. You
32281         can repeat this for all instructors on this course. Each instructor will appear above the
32282         search box and can be removed by clicking the 'Remove' link to the right of their name.</para>
32283       <screenshot>
32284           <screeninfo>Instructors</screeninfo>
32285           <mediaobject>
32286             <imageobject>
32287               <imagedata fileref="images/coursereserves/instructorremove.png"/>
32288             </imageobject>
32289           </mediaobject>
32290         </screenshot>
32291       <para>If you would like your course to show publicly you'll want to be sure to check the
32292         'Enabled?' box before saving your new course.</para>
32293       <para>Once your course is saved it will show on the main course reserves page and be
32294         searchable by any field in the course.</para>
32295       <screenshot>
32296           <screeninfo>Courses</screeninfo>
32297           <mediaobject>
32298             <imageobject>
32299               <imagedata fileref="images/coursereserves/courses.png"/>
32300             </imageobject>
32301           </mediaobject>
32302         </screenshot>
32303     </section>
32304     <section id="addreserves">
32305       <title>Adding Reserve Materials </title>
32306       <para>Before adding reserve materials you will need at least one course to add them to.  To
32307         add materials visit the Course Reserves module.</para>
32308       <screenshot>
32309         <screeninfo>Courses</screeninfo>
32310         <mediaobject>
32311           <imageobject>
32312             <imagedata fileref="images/coursereserves/courses.png"/>
32313           </imageobject>
32314         </mediaobject>
32315       </screenshot>
32316       <para>Click on the title of the course you would like to add materials to.</para>
32317       <screenshot>
32318           <screeninfo>Course administration</screeninfo>
32319           <mediaobject>
32320             <imageobject>
32321               <imagedata fileref="images/coursereserves/courseadmin.png"/>
32322             </imageobject>
32323           </mediaobject>
32324         </screenshot>
32325       <para>At the top of the course description click the 'Add reserves' button to add titles to
32326         this reserve list. You will be asked to enter the barcode for the reserve item.</para>
32327       <screenshot>
32328         <screeninfo>Add item to reserve</screeninfo>
32329         <mediaobject>
32330           <imageobject>
32331             <imagedata fileref="images/coursereserves/addbarcode.png"/>
32332           </imageobject>
32333         </mediaobject>
32334       </screenshot>
32335       <para>After you are done scanning the barcodes to add to the course you can see them on the
32336         course page</para>
32337       <screenshot>
32338         <screeninfo>Course with reserves</screeninfo>
32339         <mediaobject>
32340           <imageobject>
32341             <imagedata fileref="images/coursereserves/coursewithreserves.png"/>
32342           </imageobject>
32343         </mediaobject>
32344       </screenshot>
32345     </section>
32346     <section id="opaccoursereserves">
32347       <title>Course Reserves in the OPAC</title>
32348       <para>Once you have enabled Course Reserves and added courses you will see a link to Course
32349         Reserves below your search box in the OPAC.</para>
32350       <screenshot>
32351           <screeninfo>Course Reserves Link</screeninfo>
32352           <mediaobject>
32353             <imageobject>
32354               <imagedata fileref="images/coursereserves/courselinkopac.png"/>
32355             </imageobject>
32356           </mediaobject>
32357         </screenshot>
32358       <para>Clicking that link will show you your list of enabled courses (if you have only one
32359         course you will just see the contents of that one course).</para>
32360       <screenshot>
32361           <screeninfo>Course list in the OPAC</screeninfo>
32362           <mediaobject>
32363             <imageobject>
32364               <imagedata fileref="images/coursereserves/coursesopac.png"/>
32365             </imageobject>
32366           </mediaobject>
32367         </screenshot>
32368       <para>You can search course reserves by any field (course number, course name, instructor
32369         name, department) that is visbile in the list of courses. Clicking a course name will show
32370         you the details and reserve items.</para>
32371       <screenshot>
32372           <screeninfo>Course listing</screeninfo>
32373           <mediaobject>
32374             <imageobject>
32375               <imagedata fileref="images/coursereserves/courseopac.png"/>
32376             </imageobject>
32377           </mediaobject>
32378         </screenshot>
32379     </section>
32380   </chapter>
32381
32382   <chapter id="serials">
32383     <title>Serials</title>
32384
32385     <para>Serials actions can be accessed by going to the More menu at the top
32386     of your screen and choosing Serials or by clicking Serials on the main
32387     Koha staff client page. The Serials module in Koha is used for keeping
32388     track of journals, newspapers and other items that come on a regular
32389     schedule. As with all modules, make sure you go through the related <link linkend="impserials">Implementation Checklist</link> before using the
32390     Serials module.</para>
32391
32392     <itemizedlist>
32393       <listitem>
32394         <para><emphasis>Get there:</emphasis> More &gt; Serials</para>
32395       </listitem>
32396     </itemizedlist>
32397     <section id="serialfreq">
32398       <title>Manage Serial Frequencies</title>
32399       <para>Koha keeps a record of publication frequencies for easy management and
32400         duplication.</para>
32401       <itemizedlist>
32402         <listitem>
32403           <para><emphasis>Get there:</emphasis> More &gt; Serials > Manage frequencies</para>
32404         </listitem>
32405       </itemizedlist>
32406       <para>From this page you can view all of the existing frequencies in your system</para>
32407       <screenshot>
32408         <screeninfo>Frequencies</screeninfo>
32409         <mediaobject>
32410           <imageobject>
32411             <imagedata fileref="images/serials/frequencies.png"/>
32412           </imageobject>
32413         </mediaobject>
32414       </screenshot>
32415       <para>and create new ones.</para>
32416       <screenshot>
32417         <screeninfo>New frequency</screeninfo>
32418         <mediaobject>
32419           <imageobject>
32420             <imagedata fileref="images/serials/newfrequency.png"/>
32421           </imageobject>
32422         </mediaobject>
32423       </screenshot>
32424     </section>
32425     <section id="serialpatterns">
32426       <title>Manage Serial Numbering Patterns</title>
32427       <para>Everytime you create a new numbering pattern in serials you can save it for later use.
32428         These patters are accessible via the Manage numbering patterns page.</para>
32429       <itemizedlist>
32430         <listitem>
32431           <para><emphasis>Get there:</emphasis> More &gt; Serials > Manage numbering patterns</para>
32432         </listitem>
32433       </itemizedlist>
32434       <para>This page will list for you the numbering patterns you have saved in the past as well as
32435         a few canned patterns.</para>
32436       <screenshot>
32437         <screeninfo>Number patterns</screeninfo>
32438         <mediaobject>
32439           <imageobject>
32440             <imagedata fileref="images/serials/numpatterns.png"/>
32441           </imageobject>
32442         </mediaobject>
32443       </screenshot>
32444       <para><note>
32445           <para>If you have upgraded from a previous version of Koha you will see 'Backup patterns'
32446             listed for patterns used in version before Koha 3.14. This is how Koha saved your old
32447             numbering patterns. You can edit these to give them more meaningful names from
32448             here.</para>
32449         </note>It will also allow you to create a new numbering pattern without first adding a
32450         subscription. To add new new pattern click 'New numbering pattern' at the top of the list of
32451         patterns.</para>
32452       <screenshot>
32453         <screeninfo>New number pattern</screeninfo>
32454         <mediaobject>
32455           <imageobject>
32456             <imagedata fileref="images/serials/newnumpattern.png"/>
32457           </imageobject>
32458         </mediaobject>
32459       </screenshot>
32460     </section>
32461
32462     <section id="newsubscription">
32463       <title>Add a subscription</title>
32464
32465       <para>Subscriptions can be added by clicking the 'New' button on any
32466       bibliographic record</para>
32467
32468       <screenshot>
32469         <screeninfo>New Subscription Button</screeninfo>
32470
32471         <mediaobject>
32472           <imageobject>
32473             <imagedata fileref="images/serials/newsubfrombib.png"/>
32474           </imageobject>
32475         </mediaobject>
32476       </screenshot>
32477
32478       <para>Or by visiting the Serials module and clicking 'New
32479       Subscription'</para>
32480
32481       <screenshot>
32482         <screeninfo>New Subscription Button</screeninfo>
32483
32484         <mediaobject>
32485           <imageobject>
32486             <imagedata fileref="images/serials/newsubbutton.png"/>
32487           </imageobject>
32488         </mediaobject>
32489       </screenshot>
32490
32491       <para>If you are entering a new subscription from the Serials module you
32492       will be presented with a blank form (if creating new from a
32493       bibliographic record the form will include the bib info).</para>
32494
32495       <screenshot>
32496         <screeninfo>Add a new subscription (1/2)</screeninfo>
32497
32498         <mediaobject>
32499           <imageobject>
32500             <imagedata fileref="images/serials/addsub.png"/>
32501           </imageobject>
32502         </mediaobject>
32503       </screenshot>
32504
32505       <itemizedlist>
32506         <listitem>
32507           <para>'Librarian' field will show the logged in librarian's
32508           username</para>
32509         </listitem>
32510
32511         <listitem>
32512           <para>'Vendor' can be found by either searching vendors entered via
32513           the <link linkend="acqmodule">Acquisitions module</link> or entering
32514           the vendor ID number</para>
32515
32516           <itemizedlist>
32517             <listitem>
32518               <para>Vendor information is not required</para>
32519             </listitem>
32520
32521             <listitem>
32522               <para>In order to claim missing and late issues you need to
32523               enter vendor information</para>
32524
32525               <screenshot>
32526                 <screeninfo>Vendor Missing Warning</screeninfo>
32527
32528                 <mediaobject>
32529                   <imageobject>
32530                     <imagedata fileref="images/serials/vendorwarning.png"/>
32531                   </imageobject>
32532                 </mediaobject>
32533               </screenshot>
32534             </listitem>
32535           </itemizedlist>
32536         </listitem>
32537
32538         <listitem>
32539           <para>'Biblio' is the MARC record you'd like to link this
32540           subscription to</para>
32541
32542           <itemizedlist>
32543             <listitem>
32544               <para>This can be done by searching for an existing record by
32545               clicking on the 'Search for Biblio' link below the boxes or by
32546               entering the bib number for a record in the first box. Only if
32547               you search with the field between the parenthesis.</para>
32548             </listitem>
32549           </itemizedlist>
32550         </listitem>
32551
32552         <listitem>
32553           <para>Next you can choose whether a new item is created when receiving an issue (if you
32554             barcode issues you'll want to create an item at this time)</para>
32555         </listitem>
32556         <listitem>
32557           <para>In order to determine how to handle irregularities in your subscription answer 'When
32558             there is an irregular issue', if the numbers are always sequential you'll want to pick
32559             'Keep issue number'</para>
32560         </listitem>
32561         <listitem>
32562           <para>Checking the 'Manual history' box will allow you to enter serials outside the
32563             prediction pattern once the subscription is saved by going to the 'Planning' tab on the
32564             subscription detail page.<screenshot>
32565               <screeninfo>Manual History</screeninfo>
32566               <mediaobject>
32567                 <imageobject>
32568                   <imagedata fileref="images/serials/manualhistory.png"/>
32569                 </imageobject>
32570               </mediaobject>
32571             </screenshot></para>
32572         </listitem>
32573         <listitem>
32574           <para>'Call Number' is for your item's call number or call number prefix</para>
32575         </listitem>
32576         <listitem>
32577           <para>'Library' is the branch that owns this subscription.</para>
32578           <itemizedlist>
32579             <listitem>
32580               <para>If more than one library subscribes to this serial you will need to create a
32581                 subscription for each library</para>
32582             </listitem>
32583             <listitem>
32584               <para>This can be done easily by using the 'Edit as New (Duplicate)' option found on
32585                 the subscription information page and changing only the 'Library' field</para>
32586               <screenshot>
32587                 <screeninfo>New Duplicate Subscription</screeninfo>
32588                 <mediaobject>
32589                   <imageobject>
32590                     <imagedata fileref="images/serials/newasdup.png"/>
32591                   </imageobject>
32592                 </mediaobject>
32593               </screenshot>
32594             </listitem>
32595           </itemizedlist>
32596         </listitem>
32597         <listitem>
32598           <para>Use the 'Public Note' for any notes you would like to appear in the OPAC for the
32599             patrons</para>
32600         </listitem>
32601         <listitem>
32602           <para>'Nonpublic Note' should be used for notes that are only visible to the librarians
32603             via the staff client</para>
32604         </listitem>
32605         <listitem>
32606           <para>The 'Patron notification' option lets you pick a notice to send to patrons who
32607             subscribe to updates on this serial via the OPAC.</para>
32608           <itemizedlist>
32609             <listitem>
32610               <para>For this option to appear you need to make sure that you have a Routing List
32611                 notice set up in the <link linkend="notices">Notices Tool</link></para>
32612             </listitem>
32613           </itemizedlist>
32614         </listitem>
32615
32616         <listitem>
32617           <para>'Location' is for the shelving location</para>
32618         </listitem>
32619
32620         <listitem>
32621           <para>The 'Grace period' is the number of days before an issue is automatically moved from
32622             'Expected' status to 'Waiting' and how many days before an issue is automatically moved
32623             from 'Waiting' status to 'Late'</para>
32624         </listitem>
32625
32626         <listitem>
32627           <para>The Staff and OPAC Display options allow you to control how
32628           many issues appear by default on bibliographic records in the Staff
32629           Client and the OPAC</para>
32630
32631           <itemizedlist>
32632             <listitem>
32633               <para>If no values are entered in these fields, they will use
32634               the <link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
32635               and <link linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
32636               system preference values</para>
32637             </listitem>
32638           </itemizedlist>
32639         </listitem>
32640         </itemizedlist>
32641       <para>Once that data is filled in you can click 'Next' to enter the prediction pattern information.</para>
32642       <screenshot>
32643           <screeninfo>Add a new subscription (2/2)</screeninfo>
32644           <mediaobject>
32645             <imageobject>
32646               <imagedata fileref="images/serials/addsub2.png"/>
32647             </imageobject>
32648           </mediaobject>
32649         </screenshot>
32650 <itemizedlist>
32651         <listitem>
32652           <para>In 'First issue publication date' you want to enter the date
32653           of the issue you have in your hand, the date from which the
32654           prediction pattern will start</para>
32655         </listitem>
32656
32657         <listitem>
32658           <para>There are several pre-defined options for the 'Frequency' of publication all of
32659             which are visible alongside your own custom frequencies by visiting '<link
32660               linkend="serialfreq">Manage frequencies</link>'</para>
32661
32662           <itemizedlist>
32663             <listitem>
32664               <para>Without periodicy: some very specific (usually high level
32665               science journals) don't have a true periodicity. When you
32666               subscribe to the title, you subscribe for 6 issues, which can
32667               arrive in 1 year... or 2... There is no regularity or known
32668               schedule.</para>
32669             </listitem>
32670
32671             <listitem>
32672               <para>Unknown select this if none of the other choices are
32673               relevant</para>
32674             </listitem>
32675
32676             <listitem>
32677               <para>Irregular: The journal is not "regular" but has a
32678               periodicity. You know that it comes out on January, then in
32679               October and December, it is irregular, but you know when it's
32680               going to arrive.</para>
32681             </listitem>
32682
32683             <listitem>
32684               <para>2/day: Twice daily</para>
32685             </listitem>
32686
32687             <listitem>
32688               <para>1/day: Daily</para>
32689             </listitem>
32690
32691             <listitem>
32692               <para>3/week: Three times a week</para>
32693             </listitem>
32694
32695             <listitem>
32696               <para>1/week: Weekly</para>
32697             </listitem>
32698
32699             <listitem>
32700               <para>1/ 2 weeks: Twice monthly (fortnightly)</para>
32701             </listitem>
32702
32703             <listitem>
32704               <para>1/ 3 weeks: Tri-weekly</para>
32705             </listitem>
32706
32707             <listitem>
32708               <para>1/month: Monthly</para>
32709             </listitem>
32710
32711             <listitem>
32712               <para>1/ 2 months (6/year): Bi-monthly</para>
32713             </listitem>
32714
32715             <listitem>
32716               <para>1/ 3 months (1/quarter): Quarterly</para>
32717             </listitem>
32718
32719             <listitem>
32720               <para>1/quarter (seasonal) : Quarterly related to seasons (ie.
32721               Summer, Autumn, Winter, Spring)</para>
32722             </listitem>
32723
32724             <listitem>
32725               <para>2/year: Half yearly</para>
32726             </listitem>
32727
32728             <listitem>
32729               <para>1/year: Annual</para>
32730             </listitem>
32731
32732             <listitem>
32733               <para>1/ 2 years: Bi-annual</para>
32734             </listitem>
32735           </itemizedlist>
32736         </listitem>
32737         <listitem>
32738           <para>'Subscription length' is the number of issues or months in the subscription. This is
32739             also used for setting up renewal alerts</para>
32740         </listitem>
32741         <listitem>
32742           <para>'Subscription start date' is the date at which the subscription begins. This is used
32743             for setting up renewal alerts</para>
32744         </listitem>
32745         <listitem>
32746           <para>'Subscription end date' should only be entered for subscriptions that have ended (if
32747             you're entering in a backlog of serials)</para>
32748         </listitem>
32749
32750         <listitem>
32751           <para>'Numbering pattern' will help you determine how the numbers are printed for each
32752             issue. Patterns entered here are saved and editable at any time by visiting '<link
32753               linkend="serialpatterns">Manage numbering patterns</link>'</para>
32754
32755           <itemizedlist>
32756             <listitem>
32757               <para>Start with the numbering on the issue you have in hand,
32758               the numbering that matches the date you entered in the 'First
32759               issue publication' field</para>
32760             </listitem>
32761
32762             <listitem>
32763               <para>You can choose to create your own numbering pattern by choosing 'None of the
32764                 above' and clicking the 'Show/Hide Advanced Pattern' button at the bottom of the form</para>
32765               <screenshot>
32766                   <screeninfo>Advanced prediction pattern</screeninfo>
32767                   <mediaobject>
32768                     <imageobject>
32769                       <imagedata fileref="images/serials/advancedpattern.png"/>
32770                     </imageobject>
32771                   </mediaobject>
32772                 </screenshot>
32773             </listitem>
32774           </itemizedlist>
32775         </listitem>
32776         <listitem>
32777           <para>The 'Locale' option is useful when you want to display days, month or season. For
32778             example, if you have a German serial, you can use the German locale option to display
32779             days, etc. in German.</para>
32780         </listitem>
32781
32782         <listitem>
32783           <para>Once a 'Numbering pattern' is chosen the number formula will appear.<screenshot>
32784               <screeninfo>Numbering Forumla</screeninfo>
32785               <mediaobject>
32786                 <imageobject>
32787                   <imagedata fileref="images/serials/numberonly.png"/>
32788                 </imageobject>
32789               </mediaobject>
32790             </screenshot><itemizedlist>
32791               <listitem>
32792                 <para>The 'Begins with' number is the number of the issue you're holding in your
32793                   hand.</para>
32794               </listitem>
32795               <listitem>
32796                 <para>The 'Inner counter' is used to tell Koha where the "receiving cycle" starts<itemizedlist>
32797                     <listitem>
32798                       <para>For example: If the first issue to receive is "vol. 4, no. 1, iss. 796",
32799                         you need to set up "inner counter = 0" But if it's "vol. 4, no. 2, iss.
32800                         797", the inner counter should be "1".</para>
32801                     </listitem>
32802                   </itemizedlist></para>
32803               </listitem>
32804               <listitem>
32805                 <para>After filling in this data click the 'Test prediction pattern' button to see
32806                   what issues the system will generate, if there are irregularities you can choose
32807                   which issues don't exist from the list presented.</para>
32808                 <screenshot>
32809                     <screeninfo>Prediction pattern</screeninfo>
32810                     <mediaobject>
32811                       <imageobject>
32812                         <imagedata fileref="images/serials/predictionpattern.png"/>
32813                       </imageobject>
32814                     </mediaobject>
32815                   </screenshot>
32816               </listitem>
32817             </itemizedlist></para>
32818         </listitem>
32819       </itemizedlist>
32820
32821       <para>Click 'Save Subscription' to save the information you have
32822       entered. <link linkend="sampleserialsapp">Find sample serial examples in
32823       the appendix</link>.</para>
32824     </section>
32825
32826     <section id="receiveissues">
32827       <title>Receive Issues</title>
32828
32829       <para>Issues can be marked as received from several locations. To find a
32830       subscription, use the search box at the top of the Serials page to
32831       search for the serial you'd like to receive issues for:</para>
32832
32833       <screenshot>
32834         <screeninfo>Subscription Search</screeninfo>
32835
32836         <mediaobject>
32837           <imageobject>
32838             <imagedata fileref="images/serials/subsearch.png"/>
32839           </imageobject>
32840         </mediaobject>
32841       </screenshot>
32842
32843       <para>From the search results you can click the 'Serial Receive' link or
32844       you can click on the subscription title and then click the 'Receive'
32845       button.</para>
32846
32847       <screenshot>
32848         <screeninfo>Subscription Buttons</screeninfo>
32849
32850         <mediaobject>
32851           <imageobject>
32852             <imagedata fileref="images/serials/subbuttons.png"/>
32853           </imageobject>
32854         </mediaobject>
32855       </screenshot>
32856
32857       <para>The final way to receive serials is from the 'Serial Collection'
32858       page. To the left of the Subscription summary page there is a menu with
32859       a link to 'Serial Collection'</para>
32860
32861       <screenshot>
32862         <screeninfo>Serial Subscription Menu</screeninfo>
32863
32864         <mediaobject>
32865           <imageobject>
32866             <imagedata fileref="images/serials/serialcolllink.png"/>
32867           </imageobject>
32868         </mediaobject>
32869       </screenshot>
32870
32871       <para>From the page that opens up you can click 'Edit Serial' with the
32872       issue you want to receive checked.</para>
32873
32874       <screenshot>
32875         <screeninfo>Edit Issues</screeninfo>
32876
32877         <mediaobject>
32878           <imageobject>
32879             <imagedata fileref="images/serials/editissue.png"/>
32880           </imageobject>
32881         </mediaobject>
32882       </screenshot>
32883
32884       <para>All three of these options will open up the issue receive
32885       form:</para>
32886
32887       <screenshot>
32888         <screeninfo>Receive Serials</screeninfo>
32889
32890         <mediaobject>
32891           <imageobject>
32892             <imagedata fileref="images/serials/receiveissue.png"/>
32893           </imageobject>
32894         </mediaobject>
32895       </screenshot>
32896
32897       <itemizedlist>
32898         <listitem>
32899           <para>Choose 'Arrived' from the status pull down to mark a serial as
32900           received.</para>
32901         </listitem>
32902
32903         <listitem>
32904           <para>If you have decided to have an item record created for each issue an <link linkend="addingitems">item add form</link> 
32905             will appear after choosing 'Arrived'</para>
32906           <screenshot>
32907               <screeninfo>Serial item record</screeninfo>
32908               <mediaobject>
32909                 <imageobject>
32910                   <imagedata fileref="images/serials/serialitem.png"/>
32911                 </imageobject>
32912               </mediaobject>
32913             </screenshot>
32914         </listitem>
32915
32916         <listitem>
32917           <para>If your issue has a supplemental issue with it, fill in the Supplemental Issue information.<itemizedlist>
32918               <listitem>
32919                 <para>Key the entire numbering in the box after "Supplemental issue" no numbering
32920                   will be inherited/auto-filled from the main issue, and exactly what you key in the
32921                   box after "Supplemental issue" will be auto-filled in the item record's Serial
32922                   enumeration/chronology [MARC21 952$h] (if you create item records). <itemizedlist>
32923                     <listitem>
32924                       <para>E.g., key this in its entirety if it's what you would like displayed:
32925                         "v.69 no.3 (Mar. 2015) suppl." </para>
32926                     </listitem>
32927                   </itemizedlist></para>
32928               </listitem>
32929             </itemizedlist></para>
32930         </listitem>
32931
32932         <listitem>
32933           <para>If you have decided to have an item record created for each
32934           issue an <link linkend="addingitems">item add form</link> will
32935           appear for your supplement and for the issue itself</para>
32936         </listitem>
32937
32938         <listitem>
32939           <para>Once you have entered your info you can click 'Save'</para>
32940         </listitem>
32941       </itemizedlist>
32942
32943       <para>If you are receiving multiple issues at once, or have marked an
32944       issue as 'Late' or 'Missing' there you can click the 'Generate Next'
32945       button below the list of issues.</para>
32946
32947       <screenshot>
32948         <screeninfo>Generate Next Button</screeninfo>
32949
32950         <mediaobject>
32951           <imageobject>
32952             <imagedata fileref="images/serials/editissue.png"/>
32953           </imageobject>
32954         </mediaobject>
32955       </screenshot>
32956
32957       <para>Clicking this button will generate the next issue for you and mark
32958       the previously expected issue as 'Late' automatically. You can then
32959       check the 'Edit' box to the right of each issue and edit the status on
32960       multiple issues at once.</para>
32961     </section>
32962
32963     <section id="routinglist">
32964       <title>Create a Routing List</title>
32965
32966       <para>A routing list is a list of people who receive the serial before it goes to the shelf.
32967         To enable routing lists you want to set your <link linkend="RoutingSerials"
32968           >RoutingSerials</link> preference to 'Add'.</para>
32969
32970       <para>When on the subscription page you will see a link to the left that
32971       reads 'Create Routing List' or 'Edit Routing List'</para>
32972
32973       <screenshot>
32974         <screeninfo>Subscription Routing List Link</screeninfo>
32975
32976         <mediaobject>
32977           <imageobject>
32978             <imagedata fileref="images/serials/createroutinglink.png"/>
32979           </imageobject>
32980         </mediaobject>
32981       </screenshot>
32982
32983       <para>Clicking that link will bring you to the menu to add a new routing
32984       list.</para>
32985
32986       <screenshot>
32987         <screeninfo>Routing List Creation</screeninfo>
32988
32989         <mediaobject>
32990           <imageobject>
32991             <imagedata fileref="images/serials/createroutinglist.png"/>
32992           </imageobject>
32993         </mediaobject>
32994       </screenshot>
32995
32996       <para>From here you want to click 'Add recipients' in order to add
32997       people to the routing list. In the menu that appears you can filter
32998       patrons by part of their name, their library and/or patron
32999       category.</para>
33000
33001       <screenshot>
33002         <screeninfo>Add Members to Routing List</screeninfo>
33003
33004         <mediaobject>
33005           <imageobject>
33006             <imagedata fileref="images/serials/addtorouting.png"/>
33007           </imageobject>
33008         </mediaobject>
33009       </screenshot>
33010
33011       <para>Clicking 'Add' to the right of each name will add them to the
33012       routing list. When you have chosen all of the people for the list, click
33013       the 'Close' link to be redirected to the routing list.</para>
33014
33015       <screenshot>
33016         <screeninfo>Routing List</screeninfo>
33017
33018         <mediaobject>
33019           <imageobject>
33020             <imagedata fileref="images/serials/editroutinglist.png"/>
33021           </imageobject>
33022         </mediaobject>
33023       </screenshot>
33024
33025       <para>If the list looks the way you expect it to, then click 'Save'.
33026       Next you will be brought to a preview of the routing list. To print the
33027       list click 'Save and preview routing slip.' This will open a printable
33028       version of the list.</para>
33029
33030       <screenshot>
33031         <screeninfo>Preview Routing List</screeninfo>
33032
33033         <mediaobject>
33034           <imageobject>
33035             <imagedata fileref="images/serials/previewroutinglist.png"/>
33036           </imageobject>
33037         </mediaobject>
33038       </screenshot>
33039
33040       <para>If <link linkend="RoutingListAddReserves">RoutingListAddReserves</link> is set to
33041       on then patrons listed in the routing list will automatically be added
33042       to the holds list for the issue.</para>
33043
33044       <para>To see a list of all of the routing lists a specific patron is on visit the <link
33045           linkend="patronroutingtab">Routing Lists tab</link> on their patron record.</para>
33046     </section>
33047
33048     <section id="serialsubinstaff">
33049       <title>Subscriptions in Staff Client</title>
33050
33051       <para>Subscription information will appear on bibliographic records
33052       under the 'Subscriptions' tab</para>
33053
33054       <screenshot>
33055         <screeninfo>Subscription Tab on Bibliographic Record</screeninfo>
33056
33057         <mediaobject>
33058           <imageobject>
33059             <imagedata fileref="images/serials/subinfoonbib.png"/>
33060           </imageobject>
33061         </mediaobject>
33062       </screenshot>
33063
33064       <para>Clicking the 'Subscription Details' link will take you to the
33065       Subscription summary page in the staff client.</para>
33066
33067       <screenshot>
33068         <screeninfo>Subscription Detail</screeninfo>
33069
33070         <mediaobject>
33071           <imageobject>
33072             <imagedata fileref="images/serials/subscriptiondetail.png"/>
33073           </imageobject>
33074         </mediaobject>
33075       </screenshot>
33076       <para>If you are using the <link linkend="acqmodule">Acquisitions</link> module to keep <link
33077           linkend="ordersubscription">track of serial subscriptions</link> you will see that info
33078         before your subscription details.</para>
33079       <screenshot>
33080           <screeninfo>Acquisitions information for subscription</screeninfo>
33081           <mediaobject>
33082             <imageobject>
33083               <imagedata fileref="images/acquisitions/subdetails.png"/>
33084             </imageobject>
33085           </mediaobject>
33086         </screenshot>
33087     </section>
33088
33089     <section id="serialsubinopac">
33090       <title>Subscriptions in OPAC</title>
33091
33092       <para>When viewing the subscription in the OPAC there will be several
33093       options.</para>
33094
33095       <para>Like in the staff client, there will be a Subscriptions tab on the
33096       bibliographic record.</para>
33097
33098       <screenshot>
33099         <screeninfo>Subscriptions Tab in OPAC</screeninfo>
33100
33101         <mediaobject>
33102           <imageobject>
33103             <imagedata fileref="images/serials/subopac.png"/>
33104           </imageobject>
33105         </mediaobject>
33106       </screenshot>
33107
33108       <para>Under this tab will appear the number of issues you chose when
33109       setting up the subscription or in your <link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
33110       system preference. Clicking the 'More details' link will provide you
33111       with additional information about the serial history. You can set the
33112       default view of a serial in the OPAC with the <link linkend="SubscriptionHistory">SubscriptionHistory</link> system
33113       preference.</para>
33114
33115       <para>There are two views, compact and full. The compact serial
33116       subscription will show basic information regarding the
33117       subscription</para>
33118
33119       <screenshot>
33120         <screeninfo>Compact Serial View</screeninfo>
33121
33122         <mediaobject>
33123           <imageobject>
33124             <imagedata fileref="images/serials/compactopac.png"/>
33125           </imageobject>
33126         </mediaobject>
33127       </screenshot>
33128
33129       <para>From this compact display patrons can subscribe to be notified of new issues as they are
33130         released by clicking the 'Subscribe to email notifications of new issues' button. For this
33131         link to appear you will want to have chosen to notify patrons <link
33132           linkend="newsubscription">on the subscription</link> itself.</para>
33133
33134       <screenshot>
33135         <screeninfo>Subscribe link in the OPAC</screeninfo>
33136
33137         <mediaobject>
33138           <imageobject>
33139             <imagedata fileref="images/serials/opacroutingsubscribe.png"/>
33140           </imageobject>
33141         </mediaobject>
33142       </screenshot>
33143       <para>You can see thos who subscribe to new issue alerts by going to the subscription page in
33144         the staff client and looking on the right of the 'Information' tab.<screenshot>
33145           <screeninfo>Serial notification subscribers</screeninfo>
33146           <mediaobject>
33147             <imageobject>
33148               <imagedata fileref="images/serials/subscribers.png"/>
33149             </imageobject>
33150           </mediaobject>
33151         </screenshot></para>
33152
33153       <para>Whereas the full view shows extensive details, broken out by year,
33154       regarding the subscription</para>
33155
33156       <screenshot>
33157         <screeninfo>Full Serial View</screeninfo>
33158
33159         <mediaobject>
33160           <imageobject>
33161             <imagedata fileref="images/serials/fullopac.png"/>
33162           </imageobject>
33163         </mediaobject>
33164       </screenshot>
33165     </section>
33166
33167     <section id="serialclaims">
33168       <title>Claim Late Serials</title>
33169
33170       <para>Koha can send email messages to your serial vendors if you have
33171       late issues. To the left of the main serials page there is a link to
33172       'Claims'</para>
33173
33174       <screenshot>
33175         <screeninfo>Link to Claims on Serials Menu</screeninfo>
33176
33177         <mediaobject>
33178           <imageobject>
33179             <imagedata fileref="images/serials/serialclaimmenu.png"/>
33180           </imageobject>
33181         </mediaobject>
33182       </screenshot>
33183
33184       <para>The links to claims also appears to the left of the subscription
33185       detail page</para>
33186
33187       <screenshot>
33188         <screeninfo>Link to Claims on the Serials Menu</screeninfo>
33189
33190         <mediaobject>
33191           <imageobject>
33192             <imagedata fileref="images/serials/serialclaimmenu1.png"/>
33193           </imageobject>
33194         </mediaobject>
33195       </screenshot>
33196
33197       <para>If you don't have a claim notice defined yet you will see a
33198       warning message that you need to first define a notice.</para>
33199
33200       <screenshot>
33201         <screeninfo>Missing Claims Notice Warning</screeninfo>
33202
33203         <mediaobject>
33204           <imageobject>
33205             <imagedata fileref="images/serials/noserialclaim.png"/>
33206           </imageobject>
33207         </mediaobject>
33208       </screenshot>
33209
33210       <para>Clicking 'Claims' will open a report that will ask you to choose
33211       from your various serial vendors to generate claims for late
33212       issues.</para>
33213
33214       <screenshot>
33215         <screeninfo>Serial Claims</screeninfo>
33216
33217         <mediaobject>
33218           <imageobject>
33219             <imagedata fileref="images/serials/serialclaims.png"/>
33220           </imageobject>
33221         </mediaobject>
33222       </screenshot>
33223
33224       <para>From the list of late issues you can choose which ones you want to
33225       send a claim email to by clicking the checkbox to the left of late
33226       issue, choosing the notice template to use and clicking the 'Send
33227       notification' button.</para>
33228     </section>
33229
33230     <section id="serialexpiration">
33231       <title>Check Serial Expiration</title>
33232
33233       <para>When adding serials you enter a subscription length, using the
33234       check expiration tool you can see when your subscriptions are about to
33235       expire. To use the tool click the link to 'Check expiration' on the
33236       serials menu.</para>
33237
33238       <screenshot>
33239         <screeninfo>Check Serial Expiration</screeninfo>
33240
33241         <mediaobject>
33242           <imageobject>
33243             <imagedata fileref="images/serials/serialexpiresearch.png"/>
33244           </imageobject>
33245         </mediaobject>
33246       </screenshot>
33247
33248       <para>In the form that appears you need to enter at least a date to
33249       search by.</para>
33250
33251       <para>In your results you will see all subscriptions that will expire
33252       before the date you entered. From there you can choose to view the
33253       subscription further or renew it in one click.</para>
33254
33255       <screenshot>
33256         <screeninfo>Serial Expiration Search Results</screeninfo>
33257
33258         <mediaobject>
33259           <imageobject>
33260             <imagedata fileref="images/serials/serialexpire.png"/>
33261           </imageobject>
33262         </mediaobject>
33263       </screenshot>
33264     </section>
33265
33266     <section id="serialrenew">
33267       <title>Renewing Serials</title>
33268
33269       <para>If your serial subscription has expired you won't be able to
33270       receive issues. To renew your subscription you can click the 'Renew'
33271       button at the top of your subscription detail page.</para>
33272
33273       <screenshot>
33274         <screeninfo>Renew option on subscription detail</screeninfo>
33275
33276         <mediaobject>
33277           <imageobject>
33278             <imagedata fileref="images/serials/renewsubscription.png"/>
33279           </imageobject>
33280         </mediaobject>
33281       </screenshot>
33282
33283       <para>Another option is to click the 'Renew' link to the right of the
33284       subscription on the Serial Collection page.</para>
33285
33286       <screenshot>
33287         <screeninfo>Renew option on serial collection</screeninfo>
33288
33289         <mediaobject>
33290           <imageobject>
33291             <imagedata fileref="images/serials/collectionrenew.png"/>
33292           </imageobject>
33293         </mediaobject>
33294       </screenshot>
33295
33296       <para>Once you click the 'Renew' link or button you will be presenting
33297       with renewal options.</para>
33298
33299       <screenshot>
33300         <screeninfo>Subscription renewal form</screeninfo>
33301
33302         <mediaobject>
33303           <imageobject>
33304             <imagedata fileref="images/serials/serialrenew.png"/>
33305           </imageobject>
33306         </mediaobject>
33307       </screenshot>
33308
33309       <itemizedlist>
33310         <listitem>
33311           <para>The start date should be the date your subscription period
33312           starts.</para>
33313         </listitem>
33314
33315         <listitem>
33316           <para>For the subscription length you'll want to fill in one of the
33317           three fields presented: Number of num (issues), Number of months or
33318           Number of weeks.</para>
33319         </listitem>
33320
33321         <listitem>
33322           <para>Finally enter any notes you might have about this
33323           renewal.</para>
33324         </listitem>
33325       </itemizedlist>
33326     </section>
33327
33328     <section id="serialsearch">
33329       <title>Searching Serials</title>
33330
33331       <para>Once in the Serials module there is basic search box at the top
33332       that you can use to find subscriptions using any part of the ISSN and/or
33333       title.</para>
33334
33335       <screenshot>
33336         <screeninfo>Basic Serials Search</screeninfo>
33337
33338         <mediaobject>
33339           <imageobject>
33340             <imagedata fileref="images/serials/serialsearch.png"/>
33341           </imageobject>
33342         </mediaobject>
33343       </screenshot>
33344
33345       <para>You can also click the 'Advanced Search' link to the right of the
33346       'Submit' button to do a more thorough search of your serials.</para>
33347
33348       <screenshot>
33349         <screeninfo>Advanced Serials Search</screeninfo>
33350
33351         <mediaobject>
33352           <imageobject>
33353             <imagedata fileref="images/serials/advanceserialsearch.png"/>
33354           </imageobject>
33355         </mediaobject>
33356       </screenshot>
33357
33358       <para>From your results you can filter by using the search boxes at the
33359       bottom of each column and adjust the number of resutls using the toolbar
33360       at the top of the results set.</para>
33361
33362       <screenshot>
33363         <screeninfo>Serial Search Results</screeninfo>
33364
33365         <mediaobject>
33366           <imageobject>
33367             <imagedata fileref="images/serials/serialsearchresults.png"/>
33368           </imageobject>
33369         </mediaobject>
33370       </screenshot>
33371     </section>
33372   </chapter>
33373
33374   <chapter id="acqmodule">
33375     <title>Acquisitions</title>
33376
33377     <para>The Koha Acquisitions module provides a way for the library to
33378     record orders placed with vendors and manage purchase budgets.</para>
33379
33380     <itemizedlist>
33381       <listitem>
33382         <para><emphasis>Get there:</emphasis> More &gt; Acquisitions</para>
33383       </listitem>
33384     </itemizedlist>
33385
33386     <section id="acqsetup">
33387       <title>Setup</title>
33388
33389       <para>Before using the Acquisitions Module you will want to make sure
33390       that you have completed all of the set up.</para>
33391
33392       <para>First, set your <link linkend="acqprefs">Acquisitions System
33393       Preferences</link> and <link linkend="acqadmin">Acquisitions
33394       Administration</link> to match your library's workflow.</para>
33395
33396       <para>On the main acquisitions page you will see your library's funds
33397       listed.</para>
33398
33399       <screenshot>
33400         <screeninfo>Acquisitions Funds Summary</screeninfo>
33401
33402         <mediaobject>
33403           <imageobject>
33404             <imagedata fileref="images/acquisitions/acqfunds.png"/>
33405           </imageobject>
33406         </mediaobject>
33407       </screenshot>
33408
33409       <para><note>
33410           <para>If the total line is confusing for the funds you have set up
33411           you can hide it by adding <programlisting>#funds_total {display:none;}</programlisting></para>
33412
33413           <para>to the <link linkend="IntranetUserCSS">IntranetUserCSS</link>
33414           preference.</para>
33415         </note></para>
33416
33417       <para>To see all active funds you can click the checkbox next to 'Show active and inactive'
33418         above the funds table.</para>
33419
33420       <para>To see a history of all orders in a fund you can click on the
33421       linked amount and it will run a search for you.</para>
33422
33423       <screenshot>
33424         <screeninfo>Breakdown of orders against the FIC Fund</screeninfo>
33425
33426         <mediaobject>
33427           <imageobject>
33428             <imagedata fileref="images/acquisitions/fundbreakdown.png"/>
33429           </imageobject>
33430         </mediaobject>
33431       </screenshot>
33432
33433       <para>Learn more in the <link linkend="fundtracking">Budget/Fund
33434       Tracking</link> section of this manual.</para>
33435     </section>
33436
33437     <section id="acqvendors">
33438       <title>Vendors</title>
33439
33440       <para>Before any orders can be places you must first enter at least one
33441       vendor.</para>
33442
33443       <section id="addacqvendor">
33444         <title>Add a Vendor</title>
33445
33446         <para>To add a vendor click the 'New Vendor' button on the
33447         Acquisitions page</para>
33448
33449         <screenshot>
33450           <screeninfo>New Vendor Button on Acquisitions</screeninfo>
33451
33452           <mediaobject>
33453             <imageobject>
33454               <imagedata fileref="images/acquisitions/newvendbutton.png"/>
33455             </imageobject>
33456           </mediaobject>
33457         </screenshot>
33458
33459         <para>The vendor add form is broken into three pieces</para>
33460
33461         <itemizedlist>
33462           <listitem>
33463             <para>The first section is for basic information about the
33464             Vendor</para>
33465
33466             <screenshot>
33467               <screeninfo>Basic Vendor Information</screeninfo>
33468
33469               <mediaobject>
33470                 <imageobject>
33471                   <imagedata fileref="images/acquisitions/newvendor1.png"/>
33472                 </imageobject>
33473               </mediaobject>
33474             </screenshot>
33475
33476             <itemizedlist>
33477               <listitem>
33478                 <para>Of these fields, only the Vendor name is required, the
33479                 rest of the information should be added to help with
33480                 generating claim letters and invoices</para>
33481               </listitem>
33482             </itemizedlist>
33483           </listitem>
33484
33485           <listitem>
33486             <para>The second section is for information regarding your contact
33487             at the Vendor's office</para>
33488
33489             <screenshot>
33490               <screeninfo>Vendor Contact Details</screeninfo>
33491
33492               <mediaobject>
33493                 <imageobject>
33494                   <imagedata fileref="images/acquisitions/newvendor2.png"/>
33495                 </imageobject>
33496               </mediaobject>
33497             </screenshot>
33498
33499             <itemizedlist>
33500               <listitem>
33501                 <para>None of these fields are required, they should only be
33502                 entered if you want to keep track of your contact's
33503                 information within Koha</para>
33504               </listitem>
33505             </itemizedlist>
33506           </listitem>
33507
33508           <listitem>
33509             <para>The final section is for billing information</para>
33510
33511             <screenshot>
33512               <screeninfo>Vendor Ordering/Billing Information</screeninfo>
33513
33514               <mediaobject>
33515                 <imageobject>
33516                   <imagedata fileref="images/acquisitions/newvendor3.png"/>
33517                 </imageobject>
33518               </mediaobject>
33519             </screenshot>
33520
33521             <itemizedlist>
33522               <listitem>
33523                 <para>To be able to order from a vendor you must make them
33524                 'Active'</para>
33525               </listitem>
33526
33527               <listitem>
33528                 <para>For List Prices and Invoice Prices choose the
33529                 currency</para>
33530
33531                 <itemizedlist>
33532                   <listitem>
33533                     <para>Currencies are assigned in the <link linkend="currexchangeadmin">Currencies &amp; Exchange
33534                     Rates</link> admin area</para>
33535                   </listitem>
33536                 </itemizedlist>
33537               </listitem>
33538
33539               <listitem>
33540                 <para>If your library is charged tax mark your Tax Number as
33541                 registered</para>
33542               </listitem>
33543
33544               <listitem>
33545                 <para>Note if you list prices and/or invoice prices include
33546                 tax</para>
33547               </listitem>
33548
33549               <listitem>
33550                 <para>If the vendor offers a consistent blank discount, enter
33551                 that in the 'Discount' field</para>
33552
33553                 <itemizedlist>
33554                   <listitem>
33555                     <para>You can enter item specific discounts when placing
33556                     an order</para>
33557                   </listitem>
33558                 </itemizedlist>
33559               </listitem>
33560
33561               <listitem>
33562                 <para>Enter your tax rate if your library is charged taxes on
33563                 orders</para>
33564               </listitem>
33565
33566               <listitem>
33567                 <para>If you know about how long it usually takes orders to
33568                 arrive from this vendor you can enter a delivery time. This
33569                 will allow Koha to estimate when orders will arrive at your
33570                 library on the late orders report.</para>
33571               </listitem>
33572
33573               <listitem>
33574                 <para>Notes are for internal use</para>
33575               </listitem>
33576             </itemizedlist>
33577           </listitem>
33578         </itemizedlist>
33579       </section>
33580
33581       <section id="editacqvendor">
33582         <title>View/Edit a Vendor</title>
33583
33584         <para>To view a vendor's information page you must search for the
33585         vendor from the Acquisitions home page. Your search can be for any
33586         part of the Vendor's name:</para>
33587
33588         <screenshot>
33589           <screeninfo>Vendor Search Results</screeninfo>
33590
33591           <mediaobject>
33592             <imageobject>
33593               <imagedata fileref="images/acquisitions/vendorsearch.png"/>
33594             </imageobject>
33595           </mediaobject>
33596         </screenshot>
33597
33598         <para>From the results, click on the name of the vendor you want to
33599         view or edit</para>
33600
33601         <screenshot>
33602           <screeninfo>Vendor Information Page</screeninfo>
33603
33604           <mediaobject>
33605             <imageobject>
33606               <imagedata fileref="images/acquisitions/vendorpage.png"/>
33607             </imageobject>
33608           </mediaobject>
33609         </screenshot>
33610
33611         <para>To make changes to the vendor, simply click the 'Edit vendor' button.</para>
33612
33613         <para>If the vendor has no baskets attached to it then a 'Delete vendor' button will also be
33614           visible and the vendor can be deleted. Otherwise you will see a 'Receive shipment'
33615           button.</para>
33616
33617         <screenshot>
33618           <screeninfo>Receive shipment button</screeninfo>
33619
33620           <mediaobject>
33621             <imageobject>
33622               <imagedata fileref="images/acquisitions/receivebutton.png"/>
33623             </imageobject>
33624           </mediaobject>
33625         </screenshot>
33626       </section>
33627
33628       <section id="vendorcontracts">
33629         <title>Vendor Contracts</title>
33630
33631         <para>You can define contracts (with a start and end date) and attach
33632         them to a vendor. This is used so that at the end of the year you can
33633         see how much you spent on a specific contract with a vendor. In some
33634         places, contracts are set up with a minimum and maximum yearly
33635         amount.</para>
33636
33637         <section id="addvendorcontract">
33638           <title>Add a Contract</title>
33639
33640           <para>At the top of a Vendor Information Page, you will see a 'New
33641           Contract' button.</para>
33642
33643           <screenshot>
33644             <screeninfo>New Contract Button</screeninfo>
33645
33646             <mediaobject>
33647               <imageobject>
33648                 <imagedata fileref="images/acquisitions/newcontract.png"/>
33649               </imageobject>
33650             </mediaobject>
33651           </screenshot>
33652
33653           <para>The contract form will ask for some very basic information
33654           about the contract</para>
33655
33656           <screenshot>
33657             <screeninfo>New Contract Form</screeninfo>
33658
33659             <mediaobject>
33660               <imageobject>
33661                 <imagedata fileref="images/acquisitions/newcontractform.png"/>
33662               </imageobject>
33663             </mediaobject>
33664           </screenshot>
33665
33666           <important>
33667             <para>You cannot enter a contract retrospectively. The end date
33668             must not be before today's date.</para>
33669           </important>
33670
33671           <para>Once the contract is saved it will appear below the vendor
33672           information.</para>
33673
33674           <screenshot>
33675             <screeninfo>Vendor with contracts</screeninfo>
33676
33677             <mediaobject>
33678               <imageobject>
33679                 <imagedata fileref="images/acquisitions/contractdisplay.png"/>
33680               </imageobject>
33681             </mediaobject>
33682           </screenshot>
33683
33684           <para>It will also be an option when creating a basket</para>
33685
33686           <screenshot>
33687             <screeninfo>Contract Pull Down on New Basket Form</screeninfo>
33688
33689             <mediaobject>
33690               <imageobject>
33691                 <imagedata fileref="images/acquisitions/contractonbasket.png"/>
33692               </imageobject>
33693             </mediaobject>
33694           </screenshot>
33695         </section>
33696       </section>
33697     </section>
33698
33699     <section id="managesuggest">
33700       <title>Managing Suggestions</title>
33701
33702       <para>Purchase suggestions can be generated in one of two ways. You can create suggestions via
33703         the staff client either for the library or <link linkend="patronsuggestions">on the patron's
33704           behalf</link> from their record. Depending on your settings in the <link
33705           linkend="suggestionspref">suggestion</link> system preference, patrons may also be able to
33706         make purchase suggestions via the OPAC. When a suggestion is waiting for library review, it
33707         will appear on the Acquisitions home page under the vendor search.</para>
33708
33709       <screenshot>
33710         <screeninfo>Pending suggestions on Acquisitions</screeninfo>
33711
33712         <mediaobject>
33713           <imageobject>
33714             <imagedata fileref="images/acquisitions/suggestonacq.png"/>
33715           </imageobject>
33716         </mediaobject>
33717       </screenshot>
33718
33719       <para>It will also appear on the main staff dashboard under the module
33720       labels:</para>
33721
33722       <screenshot>
33723         <screeninfo>Pending suggestions on main page</screeninfo>
33724
33725         <mediaobject>
33726           <imageobject>
33727             <imagedata fileref="images/acquisitions/pendingsuggestions.png"/>
33728           </imageobject>
33729         </mediaobject>
33730       </screenshot>
33731
33732       <para>Clicking 'Manage suggestions' will take you to the suggestion
33733       management tool. If there are no pending suggestions you can access the
33734       suggestion management tool by clicking the 'Manage suggestions' link on
33735       the menu on the left of the Acquisitions page.</para>
33736
33737       <screenshot>
33738         <screeninfo>Suggestion Management</screeninfo>
33739
33740         <mediaobject>
33741           <imageobject>
33742             <imagedata fileref="images/acquisitions/suggestmanage.png"/>
33743           </imageobject>
33744         </mediaobject>
33745       </screenshot>
33746
33747       <para>Your suggestions will be sorted into several tabs: Accepted,
33748       Pending, Checked, Ordered and/or Rejected. Each accepted or rejected
33749       suggestion will show the name of the librarian who managed the
33750       suggestion and the reason they gave for accepting or rejecting it (found
33751       under 'Status').</para>
33752       <para>An 'Accepted' suggestion is one that you have marked as 'Accepted' using the form below
33753         the suggestions.  A 'Pending' suggestion is one that is awaiting action from the library.  A
33754         'Checked' suggestion is one that has been marked as 'Checked' using the form before the
33755         suggestions.  An 'Ordered' suggestion is on that has been ordered using the '<link linkend="orderfromsuggestion">From a purchase suggestion</link>' link in your basket. A
33756         'Rejected' suggestion is one that you have marked at 'Rejected' using the form below the
33757         list of suggestions.</para>
33758
33759       <para>For libraries with lots of suggestions, there are filters on the
33760       left hand side of the Manage Suggestions page to assist in limiting the
33761       number of titles displayed on the screen.</para>
33762
33763       <screenshot>
33764         <screeninfo>Suggestion Filtering</screeninfo>
33765
33766         <mediaobject>
33767           <imageobject>
33768             <imagedata fileref="images/acquisitions/suggestionsfilters.png"/>
33769           </imageobject>
33770         </mediaobject>
33771       </screenshot>
33772
33773       <para>Clicking on the blue headings will expand the filtering options
33774       and clicking '[clear]' will clear all filters and show all
33775       suggestions.<note>
33776           <para>The suggestions page will automatically be limited to
33777           suggestions for your library. To see information for all (or any
33778           other) libraries click on the 'Acquisition information' filter and
33779           change the library.</para>
33780
33781           <screenshot>
33782             <screeninfo>Branch filter</screeninfo>
33783
33784             <mediaobject>
33785               <imageobject>
33786                 <imagedata fileref="images/acquisitions/suggestbranchfilter.png"/>
33787               </imageobject>
33788             </mediaobject>
33789           </screenshot>
33790         </note></para>
33791
33792       <para>When reviewing 'Pending' suggestions you can choose to check the
33793       box next to the item(s) you want to approve/reject and then choose the
33794       status and reason for your selection. You can also choose to completely
33795       delete the suggestion by checking the 'Delete selected' box.</para>
33796
33797       <screenshot>
33798         <screeninfo>Pending Suggestions</screeninfo>
33799
33800         <mediaobject>
33801           <imageobject>
33802             <imagedata fileref="images/acquisitions/suggestpending.png"/>
33803           </imageobject>
33804         </mediaobject>
33805       </screenshot>
33806
33807       <para>Another option for libraries with long lists of suggestions is to
33808       approve or reject suggestions one by one by clicking on the title of the
33809       suggestion to open a summary of the suggestion, including information if
33810       the item was purchased.</para>
33811
33812       <screenshot>
33813         <screeninfo>Suggestion Information</screeninfo>
33814
33815         <mediaobject>
33816           <imageobject>
33817             <imagedata fileref="images/acquisitions/suggestiondetails.png"/>
33818           </imageobject>
33819         </mediaobject>
33820       </screenshot>
33821
33822       <para>Clicking 'edit' to the right of the suggested title or at the to pof the suggestion
33823         detail page will open a suggestion editing page.</para>
33824
33825       <screenshot>
33826         <screeninfo>Edit Purchase Suggestion</screeninfo>
33827
33828         <mediaobject>
33829           <imageobject>
33830             <imagedata fileref="images/acquisitions/editsuggestion.png"/>
33831           </imageobject>
33832         </mediaobject>
33833       </screenshot>
33834
33835       <para>From this form you can make edits to the suggestion (adding more
33836       details or updating incorrect information provided by the patron). You
33837       can also choose to accept or reject the suggestion on an individual
33838       basis.</para>
33839
33840       <itemizedlist>
33841         <listitem>
33842           <para>Choosing to mark a request as 'Pending' will move the request
33843           back to the 'Pending' tab.</para>
33844         </listitem>
33845       </itemizedlist>
33846
33847       <para>Reasons for accepting and rejecting suggestions are defined by the
33848       <link linkend="suggestauthorized">SUGGEST</link> authorized
33849       value.</para>
33850
33851       <screenshot>
33852         <screeninfo>Reasons for approving or rejecting
33853         suggestions</screeninfo>
33854
33855         <mediaobject>
33856           <imageobject>
33857             <imagedata fileref="images/acquisitions/suggestreasons.png"/>
33858           </imageobject>
33859         </mediaobject>
33860       </screenshot>
33861
33862       <para>If you choose 'Others...' as your reason you will be prompted to
33863       enter your reason in a text box. Clicking 'Cancel' to the right of the
33864       box will bring back the pull down menu with authorized reasons.</para>
33865
33866       <screenshot>
33867         <screeninfo>Enter reason for 'Others...'</screeninfo>
33868
33869         <mediaobject>
33870           <imageobject>
33871             <imagedata fileref="images/acquisitions/suggestothers.png"/>
33872           </imageobject>
33873         </mediaobject>
33874       </screenshot>
33875
33876       <para>Once you have clicked 'Submit' the suggestion will be moved to the
33877       matching tab. The status will also be updated on the patron's account in
33878       the OPAC and an <link linkend="notices">email notice</link> will be sent
33879       to the patron using the template that matches the status you have
33880       chosen.</para>
33881
33882       <screenshot>
33883         <screeninfo>Purchase suggestions in the OPAC</screeninfo>
33884
33885         <mediaobject>
33886           <imageobject>
33887             <imagedata fileref="images/acquisitions/mysuggestions.png"/>
33888           </imageobject>
33889         </mediaobject>
33890       </screenshot>
33891     </section>
33892
33893     <section id="placingacqorder">
33894       <title>Placing Orders</title>
33895
33896       <para>To place an order you must first search for the vendor or
33897       bookseller you want to send the order to.</para>
33898
33899       <section id="createacqbasket">
33900         <title>Create a basket</title>
33901
33902         <para>To create a basket you must first search for the vendor you're
33903         ordering from:</para>
33904
33905         <screenshot>
33906           <screeninfo>New Basket / Add Basket Options</screeninfo>
33907
33908           <mediaobject>
33909             <imageobject>
33910               <imagedata fileref="images/acquisitions/addbasketbutton.png"/>
33911             </imageobject>
33912           </mediaobject>
33913         </screenshot>
33914
33915         <para>And click the 'New basket' button to the right of the vendor name.<note>
33916             <para>You can also add to an existing basket by clicking the 'Add to basket' link to the
33917               far right of each basket's information in the results table. </para>
33918           </note></para>
33919         <para>After clicking 'New basket' you will be asked to enter some information about the
33920           order:</para>
33921
33922         <screenshot>
33923           <screeninfo>Add Basket Form</screeninfo>
33924
33925           <mediaobject>
33926             <imageobject>
33927               <imagedata fileref="images/acquisitions/addbasket.png"/>
33928             </imageobject>
33929           </mediaobject>
33930         </screenshot>
33931
33932         <itemizedlist>
33933           <listitem>
33934             <para>When adding a basket you want to give it a name that will
33935             help you identify it later</para>
33936           </listitem>
33937
33938           <listitem>
33939             <para>Enter in the Billing Place and Delivery Place (this will
33940             default the library you're logged in at)</para>
33941           </listitem>
33942
33943           <listitem>
33944             <para>If you would like to change the vendor you're ordering from
33945             you can use the Vendor pull down menu</para>
33946           </listitem>
33947
33948           <listitem>
33949             <para>The notes fields are optional and can contain any type of
33950             information</para>
33951           </listitem>
33952         </itemizedlist>
33953
33954         <para>If you have <link linkend="addvendorcontract">added
33955         contracts</link> to the vendor you're ordering from, you will also
33956         have an option to choose which contract you're ordering these items
33957         under.</para>
33958
33959         <screenshot>
33960           <screeninfo>Basket with contract options</screeninfo>
33961
33962           <mediaobject>
33963             <imageobject>
33964               <imagedata fileref="images/acquisitions/basketwithcontracts.png"/>
33965             </imageobject>
33966           </mediaobject>
33967         </screenshot>
33968
33969         <para>When finished, click 'Save'</para>
33970
33971         <screenshot>
33972           <screeninfo>New Empty Basket</screeninfo>
33973
33974           <mediaobject>
33975             <imageobject>
33976               <imagedata fileref="images/acquisitions/basket.png"/>
33977             </imageobject>
33978           </mediaobject>
33979         </screenshot>
33980
33981         <para>Once your basket is created you are presented with several
33982         options for adding items to the order.</para>
33983
33984         <itemizedlist>
33985           <listitem>
33986             <para>If you are ordering another copy of an existing item, you
33987             can simply search for the record in your system.</para>
33988
33989             <screenshot>
33990               <screeninfo>Search for existing records</screeninfo>
33991
33992               <mediaobject>
33993                 <imageobject>
33994                   <imagedata fileref="images/acquisitions/orderfromexisting.png"/>
33995                 </imageobject>
33996               </mediaobject>
33997             </screenshot>
33998
33999             <itemizedlist>
34000               <listitem>
34001                 <para>From the results, simply click 'Order' to be brought to
34002                 the order form.</para>
34003
34004                 <screenshot>
34005                   <screeninfo>Order form</screeninfo>
34006
34007                   <mediaobject>
34008                     <imageobject>
34009                       <imagedata fileref="images/acquisitions/existingitemorder.png"/>
34010                     </imageobject>
34011                   </mediaobject>
34012                 </screenshot>
34013
34014                 <itemizedlist>
34015                   <listitem>
34016                     <para>All of the details associated with the item will
34017                     already be listed under 'Catalog details.'</para>
34018                   </listitem>
34019                 </itemizedlist>
34020               </listitem>
34021             </itemizedlist>
34022           </listitem>
34023
34024           <listitem id="orderfromsuggestion">
34025             <para>If you allow patrons to make purchase suggestions (learn more in the <link linkend="managesuggest">Managing Suggestions</link> section of this manual), then
34026               you can place orders from those suggestions. In order to keep track of suggestions
34027               that have been ordered and received you must place the order using this link.  </para>
34028             <screenshot>
34029               <screeninfo>Approved Suggestions to Order From</screeninfo>
34030               <mediaobject>
34031                 <imageobject>
34032                   <imagedata fileref="images/acquisitions/orderfromsuggest.png"/>
34033                 </imageobject>
34034               </mediaobject>
34035             </screenshot>
34036             <itemizedlist>
34037               <listitem>
34038                 <para>From the results, click 'Order' next to the item you want to order and you
34039                   will be presented with the order form including a link to the suggestion</para>
34040                 <screenshot>
34041                   <screeninfo>Order from a Suggestion</screeninfo>
34042                   <mediaobject>
34043                     <imageobject>
34044                       <imagedata fileref="images/acquisitions/orderfromsuggestform.png"/>
34045                     </imageobject>
34046                   </mediaobject>
34047                 </screenshot>
34048                 <itemizedlist>
34049                   <listitem>
34050                     <para>From this form you can make changes to the Catalog Details if
34051                       necessary.</para>
34052                   </listitem>
34053                   <listitem>
34054                     <para>When the item appears in your basket it will include a link to the
34055                       suggestion.</para>
34056                     <screenshot>
34057                       <screeninfo>Suggestion Link in basket</screeninfo>
34058                       <mediaobject>
34059                         <imageobject>
34060                           <imagedata fileref="images/acquisitions/ordersuggestlink.png"/>
34061                         </imageobject>
34062                       </mediaobject>
34063                     </screenshot>
34064                   </listitem>
34065                 </itemizedlist>
34066               </listitem>
34067               <listitem>
34068                 <para>Orders added to the basket in this way will notify the patron via email that
34069                   their suggestion has been ordered and will update the patron's '<link linkend="opacmysuggestions">My purchase suggestions</link>' page in the
34070                   OPAC.</para>
34071               </listitem>
34072             </itemizedlist>
34073           </listitem>
34074           <listitem id="ordersubscription">
34075             <para>If you're using the <link linkend="serials">Serials</link> module you can link
34076               your subscription order information to acquisitions by choosing to order 'From a susbscription'<itemizedlist>
34077                 <listitem>
34078                   <para>After clicking the order link you will be brought to a search page that will
34079                     help you find your subscription</para>
34080                   <screenshot>
34081                       <screeninfo>Subscription order search</screeninfo>
34082                       <mediaobject>
34083                         <imageobject>
34084                           <imagedata fileref="images/acquisitions/subordersearch.png"/>
34085                         </imageobject>
34086                       </mediaobject>
34087                     </screenshot>
34088                 </listitem>
34089                 <listitem>
34090                   <para>Your results will appear to the right of the form and each subscription will
34091                     have an 'Order' link to the right</para>
34092                   <screenshot>
34093                       <screeninfo>Subscription results</screeninfo>
34094                       <mediaobject>
34095                         <imageobject>
34096                           <imagedata fileref="images/acquisitions/suborderresults.png"/>
34097                         </imageobject>
34098                       </mediaobject>
34099                     </screenshot>
34100                 </listitem>
34101                 <listitem>
34102                   <para>Clicking 'Order' will bring the subscription info in to the order form
34103                     without an 'Add item' section since you are just ordering a subscription and an
34104                     item isn't needed</para>
34105                   <screenshot>
34106                       <screeninfo>Order from subscription</screeninfo>
34107                       <mediaobject>
34108                         <imageobject>
34109                           <imagedata fileref="images/acquisitions/suborder.png"/>
34110                         </imageobject>
34111                       </mediaobject>
34112                     </screenshot>
34113                 </listitem>
34114               </itemizedlist></para>
34115           </listitem>
34116
34117           <listitem>
34118             <para>To order from a record that can't be found anywhere else,
34119             choose the 'From a new (empty) record.'</para>
34120
34121             <screenshot>
34122               <screeninfo>Order a new record</screeninfo>
34123
34124               <mediaobject>
34125                 <imageobject>
34126                   <imagedata fileref="images/acquisitions/fromnewemptyrecord.png"/>
34127                 </imageobject>
34128               </mediaobject>
34129             </screenshot>
34130
34131             <itemizedlist>
34132               <listitem>
34133                 <para>You will be presented with an empty form to fill in all
34134                 of the necessary details about the item you are
34135                 ordering.</para>
34136               </listitem>
34137             </itemizedlist>
34138           </listitem>
34139
34140           <listitem>
34141             <para>If you want to search other libraries for an item to
34142             purchase, you can use the 'From an external source' option that
34143             will allow you to order from a MARC record found via a Z39.50
34144             search.</para>
34145
34146             <screenshot>
34147               <screeninfo>Search for record to add</screeninfo>
34148
34149               <mediaobject>
34150                 <imageobject>
34151                   <imagedata fileref="images/acquisitions/orderz39.png"/>
34152                 </imageobject>
34153               </mediaobject>
34154             </screenshot>
34155
34156             <itemizedlist>
34157               <listitem>
34158                 <para>From the results, click the Order link next to the item
34159                 you want to purchase.</para>
34160
34161                 <screenshot>
34162                   <screeninfo>Search Results to Order From</screeninfo>
34163
34164                   <mediaobject>
34165                     <imageobject>
34166                       <imagedata fileref="images/acquisitions/orderz39results.png"/>
34167                     </imageobject>
34168                   </mediaobject>
34169                 </screenshot>
34170               </listitem>
34171
34172               <listitem>
34173                 <para>If the item you're ordering from an external source
34174                 looks like it might be a duplicate, Koha will warn you and
34175                 give you options on how to proceed.</para>
34176
34177                 <screenshot>
34178                   <screeninfo>Duplicate order warning</screeninfo>
34179
34180                   <mediaobject>
34181                     <imageobject>
34182                       <imagedata fileref="images/acquisitions/dupwarning.png"/>
34183                     </imageobject>
34184                   </mediaobject>
34185                 </screenshot>
34186
34187                 <itemizedlist>
34188                   <listitem>
34189                     <para>From the warning, you can choose to order another
34190                     copy on the existing bib record, create a new bib record,
34191                     or cancel your order of this item.</para>
34192                   </listitem>
34193                 </itemizedlist>
34194               </listitem>
34195
34196               <listitem>
34197                 <para>In the order form that pops up, you will not be able to
34198                 edit the catalog details.</para>
34199
34200                 <screenshot>
34201                   <screeninfo>New order from Z39.50 Search</screeninfo>
34202
34203                   <mediaobject>
34204                     <imageobject>
34205                       <imagedata fileref="images/acquisitions/orderz39form.png"/>
34206                     </imageobject>
34207                   </mediaobject>
34208                 </screenshot>
34209               </listitem>
34210             </itemizedlist>
34211           </listitem>
34212
34213           <listitem id="orderfromstagedfile">
34214             <para>The next option for ordering is to order from a staged record (<link
34215                 linkend="stagemarc">learn more about staging records</link>).</para>
34216             <screenshot>
34217               <screeninfo>Staged Files to Order From</screeninfo>
34218               <mediaobject>
34219                 <imageobject>
34220                   <imagedata fileref="images/acquisitions/stagedfiles.png"/>
34221                 </imageobject>
34222               </mediaobject>
34223             </screenshot>
34224             <itemizedlist>
34225               <listitem>
34226                 <para>From the list of files you are presented with, choose the 'Add orders' link to
34227                   add the records in the staged file to your order. <screenshot>
34228                     <screeninfo>Staged records</screeninfo>
34229                     <mediaobject>
34230                       <imageobject>
34231                         <imagedata fileref="images/acquisitions/importallstaged.png"/>
34232                       </imageobject>
34233                     </mediaobject>
34234                   </screenshot></para>
34235               </listitem>
34236               <listitem>
34237                 <para>Next to each title is a checkbox, check the items you would like to order, or
34238                   choose 'Check all' at the top. Depending on your settings in the <link
34239                     linkend="MarcFieldsToOrder">MarcFieldsToOrder</link> preference Koha will
34240                   populate the next screen with with the relevant Quantity, Price, Fund, Statistic
34241                   1, and Statistic 2 found within the staged file.<screenshot>
34242                     <screeninfo>Add orders from staged file</screeninfo>
34243                     <mediaobject>
34244                       <imageobject>
34245                         <imagedata fileref="images/acquisitions/selecttoimport.png"/>
34246                       </imageobject>
34247                     </mediaobject>
34248                   </screenshot></para>
34249               </listitem>
34250               <listitem>
34251                 <para>In the 'Item Information' tab you can enter information that will be added to
34252                   every ordered item such as item type, collection code and not for loan status.<screenshot>
34253                     <screeninfo>Item information</screeninfo>
34254                     <mediaobject>
34255                       <imageobject>
34256                         <imagedata fileref="images/acquisitions/itemfromstaged.png"/>
34257                       </imageobject>
34258                     </mediaobject>
34259                   </screenshot></para>
34260               </listitem>
34261               <listitem>
34262                 <para>If no information is imported from the MARC record regarding fund information
34263                   the 'Default accounting details' tab can be used to apply values related to the accounting.<screenshot>
34264                     <screeninfo>Accounting details</screeninfo>
34265                     <mediaobject>
34266                       <imageobject>
34267                         <imagedata fileref="images/acquisitions/stagedaccounting.png"/>
34268                       </imageobject>
34269                     </mediaobject>
34270                   </screenshot></para>
34271               </listitem>
34272             </itemizedlist>
34273           </listitem>
34274           <listitem>
34275             <para>The final option for ordering is to order from a list of titles with the highest
34276               hold ratios<itemizedlist>
34277                 <listitem>
34278                   <para>This option will take you to the Holds Ratio report where you can find items
34279                     with a high hold ratio and order additional copies.  Next to each title will be
34280                     a link with the number of items to order, click that and it will add the item to
34281                     your basket.<screenshot>
34282                       <screeninfo>Holds Ratio Order</screeninfo>
34283                       <mediaobject>
34284                         <imageobject>
34285                           <imagedata fileref="images/acquisitions/highestholdratio.png"/>
34286                         </imageobject>
34287                       </mediaobject>
34288                     </screenshot></para>
34289                 </listitem>
34290               </itemizedlist></para>
34291           </listitem>
34292         </itemizedlist>
34293
34294         <para>After bringing in the bib information (for all import methods except for the staged
34295           file), if your <link linkend="AcqCreateItem">AcqCreateItem</link> system preference is set
34296           to add an item when ordering you will enter the item info next. You need to fill out at
34297           least one item record and then click the 'Add' button at the bottom left of the item
34298           form.</para>
34299
34300         <screenshot>
34301           <screeninfo>Item order</screeninfo>
34302
34303           <mediaobject>
34304             <imageobject>
34305               <imagedata fileref="images/acquisitions/itemonorder.png"/>
34306             </imageobject>
34307           </mediaobject>
34308         </screenshot>
34309
34310         <para>After clicking the 'Add item' button below the item record the item will appear above
34311           the form and then you can enter your next item the same way (if ordering more than one
34312           item).</para>
34313
34314         <screenshot>
34315           <screeninfo>Item ordered</screeninfo>
34316
34317           <mediaobject>
34318             <imageobject>
34319               <imagedata fileref="images/acquisitions/itemonorderadded.png"/>
34320             </imageobject>
34321           </mediaobject>
34322         </screenshot>
34323
34324         <para>Once you have entered the info about the item, you need to enter
34325         the Accounting information.</para>
34326
34327         <screenshot>
34328           <screeninfo>Accounting Details</screeninfo>
34329
34330           <mediaobject>
34331             <imageobject>
34332               <imagedata fileref="images/acquisitions/accounting.png"/>
34333             </imageobject>
34334           </mediaobject>
34335         </screenshot>
34336
34337         <itemizedlist>
34338           <listitem>
34339             <para>Quantity is populated by the number of items you've added to the order above.<itemizedlist>
34340                 <listitem>
34341                   <important>
34342                     <para>You cannot edit the quantity manually, you must click 'Add' below the item
34343                       form to add as many items as you're ordering.</para>
34344                   </important>
34345                 </listitem>
34346               </itemizedlist></para>
34347           </listitem>
34348
34349           <listitem>
34350             <para>The list of funds is populated by the <link linkend="funds">funds</link> you have assigned in the Acquisitions
34351             Administration area.</para>
34352           </listitem>
34353
34354           <listitem>
34355             <para>The currency pull down will have the <link linkend="currexchangeadmin">currencies</link> you set up in the
34356             <link linkend="acqadmin">Acquisitions Administration</link>
34357             area.</para>
34358           </listitem>
34359
34360           <listitem>
34361             <para>The vendor price is the price before any taxes or discounts
34362             are applied.</para>
34363           </listitem>
34364
34365           <listitem>
34366             <para>If the price is uncertain, check the uncertain price
34367             box.</para>
34368
34369             <itemizedlist>
34370               <listitem>
34371                 <para>A basket with at least one uncertain price can't be
34372                 closed.</para>
34373               </listitem>
34374             </itemizedlist>
34375           </listitem>
34376
34377           <listitem>
34378             <para>If you are charged sales tax, choose that from the gstrate
34379             field</para>
34380           </listitem>
34381
34382           <listitem>
34383             <para>Enter the percentage discount you're receiving on this
34384             order, once you enter this, hit tab and Koha will populate the
34385             rest of the cost fields below.</para>
34386           </listitem>
34387
34388           <listitem>
34389             <para>If you added Planning Values when <link linkend="addbudgetfund">creating the Fund</link>, those values
34390             will appear in the two Planning Value fields.</para>
34391           </listitem>
34392         </itemizedlist>
34393         <para>Once you have filled in all of the fields click 'Save' to add the item to your basket.
34394           If your price goes over the amount availalbe in the fund you will be presented with a
34395           confirmation.</para>
34396         <screenshot>
34397           <screeninfo>Fund warning</screeninfo>
34398           <mediaobject>
34399             <imageobject>
34400               <imagedata fileref="images/acquisitions/fundconfirmation.png"/>
34401             </imageobject>
34402           </mediaobject>
34403         </screenshot>
34404         <para>The confirmation warning will allow you order past your fund amount if you so
34405           choose.</para>
34406
34407         <para>After an item is added to the basket you will be presented with a basket
34408           summary.</para>
34409
34410         <screenshot>
34411           <screeninfo>Basket with item info</screeninfo>
34412
34413           <mediaobject>
34414             <imageobject>
34415               <imagedata fileref="images/acquisitions/finalbasket.png"/>
34416             </imageobject>
34417           </mediaobject>
34418         </screenshot>
34419
34420         <para>If you would like to see more details you can check the 'Show
34421         all details' checkbox</para>
34422
34423         <screenshot>
34424           <screeninfo>Show all details</screeninfo>
34425
34426           <mediaobject>
34427             <imageobject>
34428               <imagedata fileref="images/acquisitions/showalldetails.png"/>
34429             </imageobject>
34430           </mediaobject>
34431         </screenshot>
34432
34433         <para>From here, you can edit or remove the items that you have
34434         added.</para>
34435
34436         <itemizedlist>
34437           <listitem>
34438             <para>Choosing to 'Delete the order' will delete the order line
34439             but leave the record in the catalog.</para>
34440           </listitem>
34441
34442           <listitem>
34443             <para>Choosing to 'Delete order and catalog record' removes both
34444             the order line and the record in the catalog.</para>
34445
34446             <itemizedlist>
34447               <listitem>
34448                 <para>The catalog record cannot always be deleted. You might
34449                 see notes explaining why.</para>
34450
34451                 <screenshot>
34452                   <screeninfo>Can't delete order line</screeninfo>
34453
34454                   <mediaobject>
34455                     <imageobject>
34456                       <imagedata fileref="images/acquisitions/cantdeleteorderline.png"/>
34457                     </imageobject>
34458                   </mediaobject>
34459                 </screenshot>
34460               </listitem>
34461             </itemizedlist>
34462           </listitem>
34463         </itemizedlist>
34464
34465         <para>On the summary page, you also have the option to edit the
34466         information that you entered about the basket by clicking the 'Edit
34467         basket header information' button, to delete the basket altogether by
34468         clicking the 'Delete this basket' button, or to export your basket as
34469         a CSV file by clicking the 'Export this basket as CSV' button.</para>
34470
34471         <screenshot>
34472           <screeninfo>Basket Buttons</screeninfo>
34473
34474           <mediaobject>
34475             <imageobject>
34476               <imagedata fileref="images/acquisitions/basketbuttons.png"/>
34477             </imageobject>
34478           </mediaobject>
34479         </screenshot>
34480
34481         <para>Once you're sure your basket is complete, you can click 'Close this basket' button to
34482           indicate that this basket is complete and has been sent to the vendor. </para>
34483         <important>
34484           <para>You must close the basket to be able to <link linkend="receiveacqorder">receive
34485               items</link> when they arrive.  Only items in closed baskets will show as ready to
34486             receive.</para>
34487         </important>
34488         <para>If you have your <link linkend="BasketConfirmations">BasketConfirmations</link>
34489           preference set to show a confirmation, you will be asked if you are sure about closing the
34490           basket.</para>
34491
34492         <screenshot>
34493           <screeninfo>Basket Closure Confirmation</screeninfo>
34494
34495           <mediaobject>
34496             <imageobject>
34497               <imagedata fileref="images/acquisitions/BasketConfirmations.png"/>
34498             </imageobject>
34499           </mediaobject>
34500         </screenshot>
34501
34502         <para>When closing the basket you can choose to add the basket to a group for easy printing
34503           and retrieval. If you check the box to 'Attach this basket to a new basket group' you will
34504           be brought to the group list where you can print a PDF of the order.</para>
34505
34506         <screenshot>
34507           <screeninfo>Closed Baskets</screeninfo>
34508
34509           <mediaobject>
34510             <imageobject>
34511               <imagedata fileref="images/acquisitions/basketgroup.png"/>
34512             </imageobject>
34513           </mediaobject>
34514         </screenshot>
34515
34516         <para><important>
34517             <para>A basket with at least one item marked as 'uncertain price'
34518             will not be able to be closed.</para>
34519
34520             <screenshot>
34521               <screeninfo>A basket with items where the price is
34522               uncertain</screeninfo>
34523
34524               <mediaobject>
34525                 <imageobject>
34526                   <imagedata fileref="images/acquisitions/basketuncertain.png"/>
34527                 </imageobject>
34528               </mediaobject>
34529             </screenshot>
34530           </important></para>
34531
34532         <para>Clicking the 'Uncertain Prices' button will call up a list of
34533         items with uncertain prices to quick editing. From that list, you can
34534         quickly edit the items by entering new prices and quantities.</para>
34535
34536         <screenshot>
34537           <screeninfo>Uncertain Prices</screeninfo>
34538
34539           <mediaobject>
34540             <imageobject>
34541               <imagedata fileref="images/acquisitions/uncertainprices.png"/>
34542             </imageobject>
34543           </mediaobject>
34544         </screenshot>
34545
34546         <important>
34547           <para>The Uncertain Prices page is independent of the basket. It is
34548           linked to the vendor so you will see all items on order with
34549           uncertain prices for that vendor.</para>
34550         </important>
34551         <para>Once your order is entered you can search for it through acquisitions or view the
34552           information on the biblio detail page in the staff client (if the <link
34553             linkend="AcquisitionDetails">AcquisitionDetails</link> preference is set to 'Display).<screenshot>
34554             <screeninfo>Acquisitions details</screeninfo>
34555             <mediaobject>
34556               <imageobject>
34557                 <imagedata fileref="images/acquisitions/AcquisitionDetails.png"/>
34558               </imageobject>
34559             </mediaobject>
34560           </screenshot></para>
34561       </section>
34562
34563       <section id="acqbasketgroup">
34564         <title>Create a basket group</title>
34565
34566         <para>A basket group is simply a group of baskets. In some libraries,
34567         you have several staff members that create baskets, and, at the end of
34568         a period of time, someone then groups them together to send to the
34569         vendor in bulk. That said, it is possible to have one basket in a
34570         basket group if that's the workflow used in your library.</para>
34571       </section>
34572
34573       <section id="printacqbasket">
34574         <title>Printing baskets</title>
34575
34576         <para>When you are finished adding items to your basket, click 'Close
34577         this Basket.'</para>
34578
34579         <screenshot>
34580           <screeninfo>Close Basket</screeninfo>
34581
34582           <mediaobject>
34583             <imageobject>
34584               <imagedata fileref="images/acquisitions/closebasket.png"/>
34585             </imageobject>
34586           </mediaobject>
34587         </screenshot>
34588
34589         <para>You will be asked if you want to 'Attach this basket to a new basket group with the
34590           same name'. A basket group is necessary if you want to be able to print PDFs of your
34591           orders.</para>
34592
34593         <screenshot>
34594           <screeninfo>Create Purchase Order</screeninfo>
34595
34596           <mediaobject>
34597             <imageobject>
34598               <imagedata fileref="images/acquisitions/createpurchaseorder.png"/>
34599             </imageobject>
34600           </mediaobject>
34601         </screenshot>
34602
34603         <para>Your completed order will be listed on the Basket Grouping page
34604         for printing or further modification.</para>
34605
34606         <screenshot>
34607           <screeninfo>Basket Grouping</screeninfo>
34608
34609           <mediaobject>
34610             <imageobject>
34611               <imagedata fileref="images/acquisitions/basketgroup.png"/>
34612             </imageobject>
34613           </mediaobject>
34614         </screenshot>
34615
34616         <para>Clicking the 'Print' button next to your order will generate a PDF for printing, which
34617           will have all of your library information followed by the items in your order.</para>
34618
34619         <screenshot>
34620           <screeninfo>Order found on PDF</screeninfo>
34621
34622           <mediaobject>
34623             <imageobject>
34624               <imagedata fileref="images/acquisitions/pdforder.png"/>
34625             </imageobject>
34626           </mediaobject>
34627         </screenshot>
34628       </section>
34629     </section>
34630
34631     <section id="receiveacqorder">
34632       <title>Receiving Orders</title>
34633       <important>
34634         <para>You must close the basket to be able to <link linkend="receiveacqorder">receive
34635             items</link> when they arrive.  Only items in closed baskets will show as ready to
34636           receive.</para>
34637       </important>
34638
34639       <para>Orders can be received from the vendor information page</para>
34640
34641       <screenshot>
34642         <screeninfo>Receive from Vendor Information</screeninfo>
34643
34644         <mediaobject>
34645           <imageobject>
34646             <imagedata fileref="images/acquisitions/receivebutton.png"/>
34647           </imageobject>
34648         </mediaobject>
34649       </screenshot>
34650
34651       <para>or the vendor search results page</para>
34652
34653       <screenshot>
34654         <screeninfo>Vendor Search Results</screeninfo>
34655
34656         <mediaobject>
34657           <imageobject>
34658             <imagedata fileref="images/acquisitions/receivefromsearch.png"/>
34659           </imageobject>
34660         </mediaobject>
34661       </screenshot>
34662
34663       <para>After clicking 'Receive shipment' you will be asked to enter a vendor invoice number, a
34664         shipment received date, a shipping cost and a budget to subtract that shipping amount
34665         from.</para>
34666
34667       <screenshot>
34668         <screeninfo>Receive Shipment</screeninfo>
34669
34670         <mediaobject>
34671           <imageobject>
34672             <imagedata fileref="images/acquisitions/receive.png"/>
34673           </imageobject>
34674         </mediaobject>
34675       </screenshot>
34676
34677       <para>The receive page will list all items still on order with the
34678       vendor regardless of the basket the item is from.</para>
34679
34680       <screenshot>
34681         <screeninfo>Receipt Summary</screeninfo>
34682
34683         <mediaobject>
34684           <imageobject>
34685             <imagedata fileref="images/acquisitions/receiptsummary.png"/>
34686           </imageobject>
34687         </mediaobject>
34688       </screenshot>
34689
34690       <para>To receive a specific item, click the 'Receive' link to the right
34691       of the item.</para>
34692
34693       <screenshot>
34694         <screeninfo>Receive Item Form</screeninfo>
34695
34696         <mediaobject>
34697           <imageobject>
34698             <imagedata fileref="images/acquisitions/receiveitem.png"/>
34699           </imageobject>
34700         </mediaobject>
34701       </screenshot>
34702
34703       <para>From this form you can alter the cost information. You can also
34704       choose to mark only part of the order as received if the vendor didn't
34705       send your entire order by checking only the boxes next to the items on
34706       the left that you want to receive. The values you enter in the
34707       'Replacement cost' and 'Actual cost' will automatically populate the
34708       item record by filling in subfield v (Cost, replacement price) and
34709       subfield g (Cost, normal purchase price) on the item record after
34710       saving.</para>
34711
34712       <screenshot>
34713         <screeninfo>Item record after receipt</screeninfo>
34714
34715         <mediaobject>
34716           <imageobject>
34717             <imagedata fileref="images/acquisitions/receiveditem.png"/>
34718           </imageobject>
34719         </mediaobject>
34720       </screenshot>
34721
34722       <para>You can also make edits to the item record from this form by clicking the 'Edit' link
34723         next to each item. This will allow you to enter in accurate call numbers and barcodes if
34724         you'd like to do that at the point of receipt. Once you have made any changes necessary (to
34725         the order and/or items, click 'Save' to mark the item(s) as received.<note>
34726           <para>If you have your <link linkend="AcqItemSetSubfieldsWhenReceived"
34727               >AcqItemSetSubfieldsWhenReceived</link> preference set to add or change values on
34728             received items those changes will take place after you hit 'Save'. </para>
34729         </note></para>
34730
34731       <screenshot>
34732         <screeninfo>Already Received Items</screeninfo>
34733
34734         <mediaobject>
34735           <imageobject>
34736             <imagedata fileref="images/acquisitions/received.png"/>
34737           </imageobject>
34738         </mediaobject>
34739       </screenshot>
34740       <para>If the item is no longer available from this vendor you can transfer the order to
34741         another vendor's basket by clicking the 'Transfer' link to the right of the title. This will
34742         pop up a vendor search box.</para>
34743       <screenshot>
34744         <screeninfo>Transfer search</screeninfo>
34745         <mediaobject>
34746           <imageobject>
34747             <imagedata fileref="images/acquisitions/transfersearch.png"/>
34748           </imageobject>
34749         </mediaobject>
34750       </screenshot>
34751       <para>From the results you can click 'Choose' to the right of the vendor you would like to
34752         reorder this item from.</para>
34753       <screenshot>
34754         <screeninfo>Transfer vendor</screeninfo>
34755         <mediaobject>
34756           <imageobject>
34757             <imagedata fileref="images/acquisitions/transfervendor.png"/>
34758           </imageobject>
34759         </mediaobject>
34760       </screenshot>
34761       <para>You will then be presented with the open baskets for that vendor to choose from. To move
34762         the item simply click 'Choose' to the right of the basket you would like to add the item
34763         to.</para>
34764       <screenshot>
34765         <screeninfo>Basket choice</screeninfo>
34766         <mediaobject>
34767           <imageobject>
34768             <imagedata fileref="images/acquisitions/transferbasket.png"/>
34769           </imageobject>
34770         </mediaobject>
34771       </screenshot>
34772       <para>Once you have chosen you will be presented with a confirmation message.</para>
34773       <screenshot>
34774         <screeninfo>Confirm transfer</screeninfo>
34775         <mediaobject>
34776           <imageobject>
34777             <imagedata fileref="images/acquisitions/transferconfirm.png"/>
34778           </imageobject>
34779         </mediaobject>
34780       </screenshot>
34781
34782       <para>When you're finished receiving items you can navigate away from
34783       this page or click the 'Finish receiving' button at the bottom of the
34784       screen.</para>
34785
34786       <para>You will also see that the item is received and/or cancelled if
34787       you view the basket.</para>
34788
34789       <screenshot>
34790         <screeninfo>One item marked (rcvd) in basket</screeninfo>
34791
34792         <mediaobject>
34793           <imageobject>
34794             <imagedata fileref="images/acquisitions/basketwithreceived.png"/>
34795           </imageobject>
34796         </mediaobject>
34797       </screenshot>
34798     </section>
34799     <section id="acqinvoices">
34800       <title>Invoices</title>
34801       <para>When orders are received invoices are generated.  Invoices can be searched by clicking
34802         on 'Invoices' in the left of the Acquisitions page.</para>
34803       <screenshot>
34804           <screeninfo>Invoices page</screeninfo>
34805           <mediaobject>
34806             <imageobject>
34807               <imagedata fileref="images/acquisitions/invoicesearch.png"/>
34808             </imageobject>
34809           </mediaobject>
34810         </screenshot>
34811       <para>After searching, your results will appear to the right of the search options.</para>
34812       <screenshot>
34813         <screeninfo>Invoice search results</screeninfo>
34814         <mediaobject>
34815           <imageobject>
34816             <imagedata fileref="images/acquisitions/invoices.png"/>
34817           </imageobject>
34818         </mediaobject>
34819       </screenshot>
34820       <para>From the results you can click the 'Details' link to see the full invoice or 'Close' to
34821         note that the invoice is closed/paid for.</para>
34822       <screenshot>
34823         <screeninfo>Invoice details</screeninfo>
34824         <mediaobject>
34825           <imageobject>
34826             <imagedata fileref="images/acquisitions/invoice.png"/>
34827           </imageobject>
34828         </mediaobject>
34829       </screenshot>
34830       <para>From the results you can also merge together two invoices should you need to.  Simply
34831         click the checkbox to the left of the invoices you would like to merge and click the 'Merge
34832         selected invoices' button at the bottom of the page. You will be presented with a
34833         confirmation screen:</para>
34834       <screenshot>
34835         <screeninfo>Merge invoices</screeninfo>
34836         <mediaobject>
34837           <imageobject>
34838             <imagedata fileref="images/acquisitions/mergeinvoices.png"/>
34839           </imageobject>
34840         </mediaobject>
34841       </screenshot>
34842       <para>Click on the row of the invoice number you would like to keep and it will be highlighted
34843         in yellow.  Enter any different billing information in the fields provided and click
34844         'Merge'. The two invoices will become one.</para>
34845     </section>
34846
34847     <section id="acqclaims">
34848       <title>Claims &amp; Late Orders</title>
34849
34850       <para>If you have entered in an email address for the vendors in your
34851       system you can send them claim emails when an order is late. Before you
34852       can send claims you will need to set up an <link linkend="ACQCLAIM">acquisitions claim notice</link>.</para>
34853
34854       <para>Upon clicking on the link to 'Late Orders' from the Acquisitions
34855       page you will be presented with a series of filter options on the left
34856       hand side. These filters will be applied only closed baskets.</para>
34857
34858       <screenshot>
34859         <screeninfo>Acquisitions Late Order Filters</screeninfo>
34860
34861         <mediaobject>
34862           <imageobject>
34863             <imagedata fileref="images/acquisitions/acqclaimfilter.png"/>
34864           </imageobject>
34865         </mediaobject>
34866       </screenshot>
34867
34868       <note>
34869         <para>The vendor pull down only shows vendors with closed baskets that
34870         are late.</para>
34871       </note>
34872
34873       <para>Once you filter your orders to show you the things you consider to
34874       be late you will be presented with a list of these items.</para>
34875
34876       <screenshot>
34877         <screeninfo>Late Orders</screeninfo>
34878
34879         <mediaobject>
34880           <imageobject>
34881             <imagedata fileref="images/acquisitions/lateorders.png"/>
34882           </imageobject>
34883         </mediaobject>
34884       </screenshot>
34885
34886       <para>To the right of each late title you will be see a checkbox. Check
34887       off the ones you want a claim letter sent to and click 'Claim Order' at
34888       the bottom right of the list. This will automatically send an email to
34889       the vendor at the email address you have on file.<note>
34890           <para>The Estimated Delivery Date is based on the Delivery time
34891           value entered on the vendor record.</para>
34892         </note></para>
34893
34894       <para>If you would rather use a different acquisition claim letter
34895       (other than the default) you can <link linkend="addnotices">create that
34896       in the notices module</link> and choose it from the menu above the list
34897       of late items.</para>
34898
34899       <screenshot>
34900         <screeninfo>Choose a Claim Letter</screeninfo>
34901
34902         <mediaobject>
34903           <imageobject>
34904             <imagedata fileref="images/acquisitions/claimletter.png"/>
34905           </imageobject>
34906         </mediaobject>
34907       </screenshot>
34908     </section>
34909
34910     <section id="acqsearch">
34911       <title>Acquisition Searches</title>
34912
34913       <para>At the top of the various Acquisition pages there is a quick
34914       search box where you can perform either a Vendor Search or an Order
34915       Search.</para>
34916
34917       <screenshot>
34918         <screeninfo>Acquisition Searches</screeninfo>
34919
34920         <mediaobject>
34921           <imageobject>
34922             <imagedata fileref="images/acquisitions/acqsearches.png"/>
34923           </imageobject>
34924         </mediaobject>
34925       </screenshot>
34926
34927       <para>In the Vendor Search you can enter any part of the vendor name to
34928       get results.</para>
34929
34930       <screenshot>
34931         <screeninfo>Vendor Search Results</screeninfo>
34932
34933         <mediaobject>
34934           <imageobject>
34935             <imagedata fileref="images/acquisitions/vendorquicksearch.png"/>
34936           </imageobject>
34937         </mediaobject>
34938       </screenshot>
34939
34940       <para>Using the Orders Search you can search for items that have been
34941       ordered with or without the vendor.</para>
34942
34943       <screenshot>
34944         <screeninfo>Order Search Box</screeninfo>
34945
34946         <mediaobject>
34947           <imageobject>
34948             <imagedata fileref="images/acquisitions/ordersearch.png"/>
34949           </imageobject>
34950         </mediaobject>
34951       </screenshot>
34952
34953       <para>You can enter info in one or both fields and you can enter any
34954       part of the title and/or vendor name.</para>
34955
34956       <screenshot>
34957         <screeninfo>Order Search Results</screeninfo>
34958
34959         <mediaobject>
34960           <imageobject>
34961             <imagedata fileref="images/acquisitions/ordersearchresults.png"/>
34962           </imageobject>
34963         </mediaobject>
34964       </screenshot>
34965
34966       <para>Clicking the plus sign to the right of the Vendor search box will
34967       expand the search and allow you to search for additional fields.</para>
34968
34969       <screenshot>
34970         <screeninfo>Expanded Orders Search</screeninfo>
34971
34972         <mediaobject>
34973           <imageobject>
34974             <imagedata fileref="images/acquisitions/ordersearchexpand.png"/>
34975           </imageobject>
34976         </mediaobject>
34977       </screenshot>
34978
34979       <para>Clicking Advanced Search to the right of the search button will
34980       give you all of the order search options available.</para>
34981
34982       <screenshot>
34983         <screeninfo>Full Order Search</screeninfo>
34984
34985         <mediaobject>
34986           <imageobject>
34987             <imagedata fileref="images/acquisitions/ordersearchfull.png"/>
34988           </imageobject>
34989         </mediaobject>
34990       </screenshot>
34991     </section>
34992
34993     <section id="fundtracking">
34994       <title>Budget/Fund Tracking</title>
34995
34996       <para>On the main acquisitions page there will be a table showing you all of your active funds
34997         and a breakdown of what has been ordered or spent against them.</para>
34998
34999       <screenshot>
35000         <screeninfo>Fund Table</screeninfo>
35001
35002         <mediaobject>
35003           <imageobject>
35004             <imagedata fileref="images/acquisitions/acqfunds.png"/>
35005           </imageobject>
35006         </mediaobject>
35007       </screenshot>
35008
35009       <para>Clicking on the linked amounts under spent or ordered will show you a summary of the
35010         titles ordered/received on that budget.</para>
35011
35012       <screenshot>
35013         <screeninfo>Titles Spent</screeninfo>
35014
35015         <mediaobject>
35016           <imageobject>
35017             <imagedata fileref="images/acquisitions/spent.png"/>
35018           </imageobject>
35019         </mediaobject>
35020       </screenshot>
35021     </section>
35022   </chapter>
35023
35024   <chapter id="stafflists">
35025     <title>Lists &amp; Cart</title>
35026
35027     <para>Lists are a way to save a collection of content on a specific topic
35028     or for a specific purpose. The Cart is a session specific storage
35029     space.</para>
35030
35031     <itemizedlist>
35032       <listitem>
35033         <para><emphasis>Get there:</emphasis> More &gt; Lists</para>
35034       </listitem>
35035     </itemizedlist>
35036
35037     <section id="lists">
35038       <title>Lists</title>
35039
35040       <para/>
35041
35042       <section id="createlist">
35043         <title>Create a List</title>
35044
35045         <para>A list can be created by visiting the Lists page and clicking
35046         'New List'</para>
35047
35048         <screenshot>
35049           <screeninfo>New List Button</screeninfo>
35050
35051           <mediaobject>
35052             <imageobject>
35053               <imagedata fileref="images/lists/newlistbutton.png"/>
35054             </imageobject>
35055           </mediaobject>
35056         </screenshot>
35057
35058         <para>The new list form offers several options for creating your
35059         list:</para>
35060
35061         <screenshot>
35062           <screeninfo>New List Form</screeninfo>
35063
35064           <mediaobject>
35065             <imageobject>
35066               <imagedata fileref="images/lists/newlistform.png"/>
35067             </imageobject>
35068           </mediaobject>
35069         </screenshot>
35070
35071         <itemizedlist>
35072           <listitem>
35073             <para>The name is what will appear on the list of Lists</para>
35074           </listitem>
35075
35076           <listitem>
35077             <para>You can also choose how to sort the list</para>
35078           </listitem>
35079           <listitem>
35080             <para>Next decide if your list is going to be private or public</para>
35081             <itemizedlist>
35082               <listitem>
35083                 <para>A Private List is managed by you and can be seen only by you (depending on
35084                   your permissions settings below)</para>
35085               </listitem>
35086               <listitem>
35087                 <para>A Public List can be seen by everybody, but managed only by you (depending on
35088                   your permissions settings below)</para>
35089               </listitem>
35090             </itemizedlist>
35091           </listitem>
35092           <listitem>
35093             <para>Finally decide what your permissions will be on the list. You can all or disallow:<itemizedlist>
35094                 <listitem>
35095                   <para>anyone else to add entries</para>
35096                 </listitem>
35097                 <listitem>
35098                   <para>anyone to remove his own contributed entries<itemizedlist>
35099                       <listitem>
35100                         <note>
35101                           <para>The owner of a list is always allowed to add entries, but needs
35102                             permission to remove.</para>
35103                         </note>
35104                       </listitem>
35105                     </itemizedlist></para>
35106                 </listitem>
35107                 <listitem>
35108                   <para>anyone to remove other contributed entries     </para>
35109                 </listitem>
35110               </itemizedlist></para>
35111           </listitem>
35112         </itemizedlist>
35113
35114         <para>A list can also be created from the catalog search
35115         results</para>
35116
35117         <screenshot>
35118           <screeninfo>New list from catalog search</screeninfo>
35119
35120           <mediaobject>
35121             <imageobject>
35122               <imagedata fileref="images/lists/newlistsearch.png"/>
35123             </imageobject>
35124           </mediaobject>
35125         </screenshot>
35126
35127         <itemizedlist>
35128           <listitem>
35129             <para>Check the box to the left of the titles you want to add to
35130             the new list</para>
35131           </listitem>
35132
35133           <listitem>
35134             <para>Choose [New List] from the 'Add to:' pull down menu</para>
35135
35136             <screenshot>
35137               <screeninfo>New List from Search Results</screeninfo>
35138
35139               <mediaobject>
35140                 <imageobject>
35141                   <imagedata fileref="images/lists/newlistfromsearch.png"/>
35142                 </imageobject>
35143               </mediaobject>
35144             </screenshot>
35145
35146             <itemizedlist>
35147               <listitem>
35148                 <para>Name the list and choose what type of list this
35149                 is</para>
35150
35151                 <itemizedlist>
35152                   <listitem>
35153                     <para>A Private List is managed by you and can be seen
35154                     only by you</para>
35155                   </listitem>
35156
35157                   <listitem>
35158                     <para>A Public List can be seen by everybody, but managed
35159                     only by you</para>
35160                   </listitem>
35161                 </itemizedlist>
35162               </listitem>
35163             </itemizedlist>
35164           </listitem>
35165         </itemizedlist>
35166
35167         <para>Once the list is saved it will accessible from the Lists page
35168         and from the 'Add to' menu at the top of the search results.</para>
35169       </section>
35170
35171       <section id="addtolist">
35172         <title>Add to a List</title>
35173
35174         <para>To add titles to an existing list click on the list name from
35175         the page of lists</para>
35176
35177         <screenshot>
35178           <screeninfo>List of Lists</screeninfo>
35179
35180           <mediaobject>
35181             <imageobject>
35182               <imagedata fileref="images/lists/listslist.png"/>
35183             </imageobject>
35184           </mediaobject>
35185         </screenshot>
35186
35187         <para>From the List page you can add titles by scanning barcodes into
35188         the box at the bottom of the page</para>
35189
35190         <screenshot>
35191           <screeninfo>Content of a List</screeninfo>
35192
35193           <mediaobject>
35194             <imageobject>
35195               <imagedata fileref="images/lists/listcontents.png"/>
35196             </imageobject>
35197           </mediaobject>
35198         </screenshot>
35199
35200         <para>A title can also be added to a list by selecting titles on the
35201         search results page and choosing the list from the 'Add to'
35202         menu</para>
35203
35204         <screenshot>
35205           <screeninfo>Add to List</screeninfo>
35206
35207           <mediaobject>
35208             <imageobject>
35209               <imagedata fileref="images/lists/addtolist.png"/>
35210             </imageobject>
35211           </mediaobject>
35212         </screenshot>
35213       </section>
35214
35215       <section id="viewlist">
35216         <title>Viewing Lists</title>
35217
35218         <para>To see the contents of a list, visit the Lists page on the staff
35219         client</para>
35220
35221         <screenshot>
35222           <screeninfo>List of Lists</screeninfo>
35223
35224           <mediaobject>
35225             <imageobject>
35226               <imagedata fileref="images/lists/listslist.png"/>
35227             </imageobject>
35228           </mediaobject>
35229         </screenshot>
35230
35231         <para>Clicking on the 'List Name' will show the contents of the
35232         list</para>
35233
35234         <screenshot>
35235           <screeninfo>Content of a List</screeninfo>
35236
35237           <mediaobject>
35238             <imageobject>
35239               <imagedata fileref="images/lists/listcontents.png"/>
35240             </imageobject>
35241           </mediaobject>
35242         </screenshot>
35243         <para>From this list of items you can perform several actions</para>
35244         <itemizedlist>
35245           <listitem>
35246             <para>'New list' will allow you to create another list</para>
35247           </listitem>
35248           <listitem>
35249             <para>'Edit' will allow you to edit the description and permissions for this list</para>
35250           </listitem>
35251           <listitem>
35252             <para>'Send list' will send the list to the email address you enter (<link
35253                 linkend="examplelistemail">view sample List email</link>)</para>
35254           </listitem>
35255           <listitem>
35256             <para>'Download list' will allow you to download the cart using one of 3 default formats
35257               or your <link linkend="csvprofiles">CSV Profiles</link></para>
35258           </listitem>
35259           <listitem>
35260             <para>'Print list' will present you with a printable version of the list</para>
35261           </listitem>
35262         </itemizedlist>
35263       </section>
35264
35265       <section id="mergebibrecs">
35266         <title>Merging Bibliographic Records Via Lists</title>
35267
35268         <para>The easiest way to merge together duplicate bibliographic
35269         records is to add them to a list and use the Merge Tool from
35270         there.</para>
35271
35272         <screenshot>
35273           <screeninfo>List of Duplicate Records</screeninfo>
35274
35275           <mediaobject>
35276             <imageobject>
35277               <imagedata fileref="images/lists/listofdups.png"/>
35278             </imageobject>
35279           </mediaobject>
35280         </screenshot>
35281
35282         <para>From the list, check the two items you want to merge. If you
35283         choose more than or fewer than 2, you will be presented with an
35284         error:</para>
35285
35286         <screenshot>
35287           <screeninfo>Merge Items Error</screeninfo>
35288
35289           <mediaobject>
35290             <imageobject>
35291               <imagedata fileref="images/lists/merge2rec.png"/>
35292             </imageobject>
35293           </mediaobject>
35294         </screenshot>
35295
35296         <para>Once you have selected the records you want to merge, click the 'Merge selected'
35297           button at the top of the list. You will be asked which of the two records you would like
35298           to keep as your primary record and which will be deleted after the merge. If the records
35299           were created using different frameworks, Koha will also ask you what Framework you would
35300           like the newly merged record to use.</para>
35301
35302         <screenshot>
35303           <screeninfo>Choose Primary Record for Merge</screeninfo>
35304
35305           <mediaobject>
35306             <imageobject>
35307               <imagedata fileref="images/lists/mergeprimary.png"/>
35308             </imageobject>
35309           </mediaobject>
35310         </screenshot>
35311
35312         <para>You will be presented with the MARC for both of the records
35313         (each accessible by tabs labeled with the bib numbers for those
35314         records). By default the entire first record will be selected, uncheck
35315         the fields you don't want in the final (destination) record and then
35316         move on to the second tab to choose which fields should be in the
35317         final (destination) record.</para>
35318
35319         <screenshot>
35320           <screeninfo>Merging Records</screeninfo>
35321
35322           <mediaobject>
35323             <imageobject>
35324               <imagedata fileref="images/lists/mergerecs.png"/>
35325             </imageobject>
35326           </mediaobject>
35327         </screenshot>
35328
35329         <para>Should you try to add a field that is not repeatable two times
35330         (like choosing the 245 field from both record #1 and #2) you will be
35331         presented with an error</para>
35332
35333         <screenshot>
35334           <screeninfo>Non-repeatable Error</screeninfo>
35335
35336           <mediaobject>
35337             <imageobject>
35338               <imagedata fileref="images/lists/nondupfield.png"/>
35339             </imageobject>
35340           </mediaobject>
35341         </screenshot>
35342
35343         <para>Once you have completed your selections click the 'merge'
35344         button. The primary record will now CONTAIN the data you chose for it
35345         as well as all of the items/holdings from both bib records, and the
35346         second record will be deleted.<important>
35347             <para>It is important to rebuild your zebra index immediately
35348             after merging records. If a search is performed for a record which
35349             has been deleted Koha will present the patrons with an error in
35350             the OPAC.</para>
35351           </important></para>
35352       </section>
35353     </section>
35354
35355     <section id="cart">
35356       <title>Cart</title>
35357
35358       <para>The cart is a temporary holding place for items in the OPAC and/or
35359       staff client. The cart will be emptied once the session is ended (by
35360       closing the browser or logging out). The cart is best used for
35361       performing batch operations (holds, printing, emailing) or for getting a
35362       list of items to be printed or emailed to yourself or a patron.</para>
35363
35364       <para>If you would like to enable the cart in the staff client, you need
35365       to set the <link linkend="intranetbookbag">intranetbookbag</link> system
35366       preference to 'Show.' To add things to the cart, search the catalog and
35367       select the items you would like added to your cart and choose 'Cart'
35368       from the 'Add to' menu</para>
35369
35370       <screenshot>
35371         <screeninfo>Add to Cart</screeninfo>
35372
35373         <mediaobject>
35374           <imageobject>
35375             <imagedata fileref="images/lists/addtocart.png"/>
35376           </imageobject>
35377         </mediaobject>
35378       </screenshot>
35379
35380       <para>A confirmation will appear below the cart button at the top of the
35381       staff client</para>
35382
35383       <screenshot>
35384         <screeninfo>Items added to Cart</screeninfo>
35385
35386         <mediaobject>
35387           <imageobject>
35388             <imagedata fileref="images/lists/itemsaddedcart.png"/>
35389           </imageobject>
35390         </mediaobject>
35391       </screenshot>
35392
35393       <para>Clicking on the Cart icon will provide you with the contents of
35394       the cart</para>
35395
35396       <screenshot>
35397         <screeninfo>Cart Contents</screeninfo>
35398
35399         <mediaobject>
35400           <imageobject>
35401             <imagedata fileref="images/lists/cart.png"/>
35402           </imageobject>
35403         </mediaobject>
35404       </screenshot>
35405       <para>From this list of items you can perform several actions</para>
35406
35407       <itemizedlist>
35408         <listitem>
35409           <para>'More details' will show more information about the items in the cart</para>
35410         </listitem>
35411
35412         <listitem>
35413           <para>'Send' will send the list to the email address you enter (<link
35414               linkend="examplecartemail">view sample Cart email</link>)</para>
35415         </listitem>
35416
35417         <listitem>
35418           <para>'Download' will allow you to download the cart using one of 3
35419           default formats or your <link linkend="csvprofiles">CSV
35420           Profiles</link></para>
35421         </listitem>
35422
35423         <listitem>
35424           <para>'Print' will present you with a printable version of the
35425           cart</para>
35426         </listitem>
35427
35428         <listitem>
35429           <para>'Empty and Close' will empty the list and close the
35430           window</para>
35431         </listitem>
35432
35433         <listitem>
35434           <para>'Hide Window' will close the window</para>
35435         </listitem>
35436       </itemizedlist>
35437     </section>
35438   </chapter>
35439
35440   <chapter id="reports">
35441     <title>Reports</title>
35442
35443     <para>Reports in Koha are a way to gather data. Reports are used to
35444     generate statistics, member lists, shelving lists, or any list of data in
35445     your database.</para>
35446
35447     <itemizedlist>
35448       <listitem>
35449         <para><emphasis>Get there:</emphasis> More &gt; Reports</para>
35450       </listitem>
35451     </itemizedlist>
35452
35453     <section id="customreports">
35454       <title>Custom Reports</title>
35455
35456       <para>Koha's data is stored in a MySQL database which means that
35457       librarians can generate nearly any report they would like by either
35458       using the <link linkend="quidedreportwizard">Guided Reports
35459       Wizard</link> or writing their own <link linkend="reportfromsql">SQL
35460       query</link>.</para>
35461
35462       <section id="customreport">
35463         <title>Add Custom Report</title>
35464
35465         <para/>
35466
35467         <section id="quidedreportwizard">
35468           <title>Guided Report Wizard</title>
35469
35470           <para>The guided report wizard will walk you through a six step
35471           process to generate a report.</para>
35472
35473           <para>Step 1: Choose the module you want to report on. This will
35474           determine what tables and fields are available for you to
35475           query.</para>
35476
35477           <para>'Report is public' should be left to the default of 'No' in
35478           most cases. A report can be made public if you intend to allow
35479           access to it through the JSON webservice interface. This is a system
35480           that can be used by developers to make custom presentations of the
35481           data from the report, for example displaying it using a graphing
35482           API. To learn more speak to your local developer.</para>
35483
35484           <itemizedlist>
35485             <listitem>
35486               <para>A public report is accessible via a URL that looks like
35487               this: http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID</para>
35488             </listitem>
35489           </itemizedlist>
35490
35491           <screenshot>
35492             <screeninfo>Chose Module for Report</screeninfo>
35493
35494             <mediaobject>
35495               <imageobject>
35496                 <imagedata fileref="images/reports/report1.png"/>
35497               </imageobject>
35498             </mediaobject>
35499           </screenshot>
35500           <note>
35501             <para>If your system administrator has set up memcache on your server you might see one
35502               more option for the Cache expiry. This is related to your public reports. If you make
35503               the report public then  it's constantly running and will cause a large load on your
35504               system. Setting this value prevents that.<screenshot>
35505                 <screeninfo>Cache expiry</screeninfo>
35506                 <mediaobject>
35507                   <imageobject>
35508                     <imagedata fileref="images/reports/cacheexiprywizard.png"/>
35509                   </imageobject>
35510                 </mediaobject>
35511               </screenshot></para>
35512           </note>
35513           <para>Step 2: Choose a report type. For now, Tabular is the only option available.</para>
35514
35515           <screenshot>
35516             <screeninfo>Report Type</screeninfo>
35517
35518             <mediaobject>
35519               <imageobject>
35520                 <imagedata fileref="images/reports/report2.png"/>
35521               </imageobject>
35522             </mediaobject>
35523           </screenshot>
35524
35525           <para>Step 3: Choose the fields you want in your report. You can
35526           select multiple fields and add them all at once by using CTRL+Click
35527           on each item you want to add before clicking the Add button.</para>
35528
35529           <screenshot>
35530             <screeninfo>Select database fields to query</screeninfo>
35531
35532             <mediaobject>
35533               <imageobject>
35534                 <imagedata fileref="images/reports/report3.png"/>
35535               </imageobject>
35536             </mediaobject>
35537           </screenshot>
35538
35539           <para>Step 4: Choose any limits you might want to apply to your
35540           report (such as item types or branches). If you don't want to apply
35541           any limits, simply click Next instead of making an option.</para>
35542
35543           <screenshot>
35544             <screeninfo>Choose limits</screeninfo>
35545
35546             <mediaobject>
35547               <imageobject>
35548                 <imagedata fileref="images/reports/report4.png"/>
35549               </imageobject>
35550             </mediaobject>
35551           </screenshot>
35552
35553           <para>Step 5: Perform math functions. If you don't want to do any
35554           calculations, simply click Next instead of making an option.</para>
35555
35556           <screenshot>
35557             <screeninfo>Choose math functions</screeninfo>
35558
35559             <mediaobject>
35560               <imageobject>
35561                 <imagedata fileref="images/reports/report5.png"/>
35562               </imageobject>
35563             </mediaobject>
35564           </screenshot>
35565
35566           <para>Step 6: Choose data order. If you want the data to print out
35567           in the order it's found in the database, simply click Finish.</para>
35568
35569           <screenshot>
35570             <screeninfo>Choose ordering</screeninfo>
35571
35572             <mediaobject>
35573               <imageobject>
35574                 <imagedata fileref="images/reports/report6.png"/>
35575               </imageobject>
35576             </mediaobject>
35577           </screenshot>
35578
35579           <para>When you are finished you will be presented with the SQL
35580           generated by the report wizard. From here you can choose to save the
35581           report by clicking 'Save' or copy the SQL and make edits to it by
35582           hand.</para>
35583
35584           <screenshot>
35585             <screeninfo>Custom Report Confirmation</screeninfo>
35586
35587             <mediaobject>
35588               <imageobject>
35589                 <imagedata fileref="images/reports/reportconfirm.png"/>
35590               </imageobject>
35591             </mediaobject>
35592           </screenshot>
35593
35594           <para>If you choose to save the report you will be asked to name your report, sort it in
35595             to groups and subgroups and enter any notes regarding it.</para>
35596
35597           <screenshot>
35598             <screeninfo>Save custom report</screeninfo>
35599
35600             <mediaobject>
35601               <imageobject>
35602                 <imagedata fileref="images/reports/reportsave.png"/>
35603               </imageobject>
35604             </mediaobject>
35605           </screenshot>
35606
35607           <para>Once your report is saved it will appear on the 'Use Saved'
35608           page with all other saved reports.</para>
35609
35610           <screenshot>
35611             <screeninfo>Saved Reports list</screeninfo>
35612
35613             <mediaobject>
35614               <imageobject>
35615                 <imagedata fileref="images/reports/savedreports.png"/>
35616               </imageobject>
35617             </mediaobject>
35618           </screenshot>
35619
35620           <para>From here you can make edits, run the report, or schedule a time to have the report
35621             run. To find the report you created you can sort by any of the columns by clicking the
35622             on the column header (creation date is the best bet for finding the report you just
35623             added). You can also filter your results using the filter menu on the left or use the
35624             tabs to find reports based on your custom groups.</para>
35625         </section>
35626
35627         <section id="reportfromsql">
35628           <title>Report from SQL</title>
35629
35630           <para>In addition to the report wizard, you have the option to write
35631           your own queries using SQL. To find reports written by other Koha
35632           users, visit the Koha Wiki: <ulink url="http://wiki.koha-community.org/wiki/SQL_Reports_Library">http://wiki.koha-community.org/wiki/SQL_Reports_Library</ulink>.
35633           You can also find your database structure in
35634           /installer/data/mysql/kohastructure.sql or online at: <ulink url="http://schema.koha-community.org/">http://schema.koha-community.org</ulink>.</para>
35635
35636           <para>To add your query, click the link to 'Create from SQL' on the main reports module or
35637             the 'New report' button at the top of the 'Saved reports' page.</para>
35638
35639           <screenshot>
35640             <screeninfo>New SQL Report</screeninfo>
35641
35642             <mediaobject>
35643               <imageobject>
35644                 <imagedata fileref="images/reports/newsql.png"/>
35645               </imageobject>
35646             </mediaobject>
35647           </screenshot>
35648
35649           <para>Fill in the form presented</para>
35650
35651           <screenshot>
35652             <screeninfo>Create Report from SQL</screeninfo>
35653
35654             <mediaobject>
35655               <imageobject>
35656                 <imagedata fileref="images/reports/reportfromsql.png"/>
35657               </imageobject>
35658             </mediaobject>
35659           </screenshot>
35660
35661           <itemizedlist>
35662             <listitem>
35663               <para>The 'Name' is what will appear on the Saved Reports page
35664               to help you identify the report later. It will also be
35665               searchable using the filters found the left of the Saved Reports
35666               page.</para>
35667             </listitem>
35668
35669             <listitem>
35670               <para>You can use the 'Report group' to organize your reports so that you can easily
35671                 filter reports by groups. Report groups are set in the <link linkend="reportgroup">REPORT_GROUP</link> authorized value category or can be added on the fly when
35672                 creating the report by choosing the 'or create' radio button.<screenshot>
35673                   <screeninfo>Report group</screeninfo>
35674                   <mediaobject>
35675                     <imageobject>
35676                       <imagedata fileref="images/reports/reportgroup.png"/>
35677                     </imageobject>
35678                   </mediaobject>
35679                 </screenshot><itemizedlist>
35680                   <listitem>
35681                     <para>
35682                       <note>
35683                         <para>If you're adding a report group on the fly, remember that you code
35684                           should be fewer than 10 characters and should not include special
35685                           characters or spaces.</para>
35686                       </note>
35687                     </para>
35688                   </listitem>
35689                 </itemizedlist></para>
35690             </listitem>
35691
35692             <listitem>
35693               <para>You can use 'Report subgroup' to further organize your reports so that you can
35694                 easily filter reports by groups and subgroups. Report subgroups are set in the <link linkend="reportsubgroup">REPORT_SUBGROUP</link> authorized value category or can
35695                 be added on the fly when creating the report by choosing the 'or create' radio
35696                 button.</para>
35697               <screenshot>
35698                 <screeninfo>Report subgroup</screeninfo>
35699                 <mediaobject>
35700                   <imageobject>
35701                     <imagedata fileref="images/reports/reportsubgroup.png"/>
35702                   </imageobject>
35703                 </mediaobject>
35704               </screenshot>
35705               <itemizedlist>
35706                 <listitem>
35707                   <para>
35708                     <note>
35709                       <para>If you're adding a report subgroup on the fly, remember that you code
35710                         should be fewer than 10 characters and should not include special characters
35711                         or spaces.</para>
35712                     </note>
35713                   </para>
35714                 </listitem>
35715               </itemizedlist>
35716             </listitem>
35717
35718             <listitem id="publicreport">
35719               <para>'Report is public' should be left to the default of 'No' in most cases. A report
35720                 can be made public if you intend to allow access to it through the JSON webservice
35721                 interface. This is a system that can be used by developers to make custom
35722                 presentations of the data from the report, for example displaying it using a
35723                 graphing API. To learn more speak to your local developer.</para>
35724               <itemizedlist>
35725                 <listitem>
35726                   <para>A public report is accessible via a URL that looks like this:
35727                     http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID</para>
35728                 </listitem>
35729               </itemizedlist>
35730             </listitem>
35731
35732             <listitem>
35733               <para>'Notes' will also appear on the Saved Reports page, this
35734               can be used to provide more details about the report or tips on
35735               how to enter values when it runs</para>
35736             </listitem>
35737
35738             <listitem>
35739               <para>The type should always be 'Tabular' at this time since the
35740               other formats have not been implemented</para>
35741             </listitem>
35742
35743             <listitem>
35744               <para>In the 'SQL' box you will type or paste the SQL for the
35745               report</para>
35746             </listitem>
35747
35748             <listitem>
35749               <para>If you feel that your report might be too resource
35750               intensive you might want to consider using runtime parameters to
35751               your query. Runtime parameters basically make a filter appear
35752               before the report is run to save your system resources.</para>
35753
35754               <para>There is a specific syntax that Koha will understand as
35755               'ask for values when running the report'. The syntax is
35756               &lt;&lt;Question to ask|authorized_value&gt;&gt;.</para>
35757
35758               <itemizedlist>
35759                 <listitem>
35760                   <para>The &lt;&lt; and &gt;&gt; are just delimiters. You
35761                   must put &lt;&lt; at the beginning and &gt;&gt; at the end
35762                   of your parameter</para>
35763                 </listitem>
35764
35765                 <listitem>
35766                   <para>The 'Question to ask' will be displayed on the left of
35767                   the string to enter.</para>
35768                 </listitem>
35769
35770                 <listitem>
35771                   <para>The authorized_value can be omitted if not applicable.
35772                   If it contains an authorized value category, or branches or
35773                   itemtype or categorycode, a list with the Koha authorized
35774                   values will be displayed instead of a free field Note that
35775                   you can have more than one parameter in a given SQL Note
35776                   that entering nothing at run time won't probably work as you
35777                   expect. It will be considered as "value empty" not as
35778                   "ignore this parameter". For example entering nothing for :
35779                   "title=&lt;&lt;Enter title&gt;&gt;" will display results
35780                   with title='' (no title). If you want to have to have
35781                   something not mandatory, use "title like &lt;&lt;Enter
35782                   title&gt;&gt;" and enter a % at run time instead of
35783                   nothing</para>
35784                 </listitem>
35785               </itemizedlist>
35786
35787               <para>Examples:</para>
35788
35789               <itemizedlist>
35790                 <listitem>
35791                   <para>SELECT surname,firstname FROM borrowers WHERE
35792                   branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt;
35793                   AND surname like &lt;&lt;Enter filter for patron surname (%
35794                   if none)&gt;&gt;</para>
35795                 </listitem>
35796
35797                 <listitem>
35798                   <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick
35799                   your branch|branches&gt;&gt; and barcode like
35800                   &lt;&lt;Partial barcode value here&gt;&gt;</para>
35801                 </listitem>
35802               </itemizedlist>
35803
35804               <note>
35805                 <para>To generate a date picker calendar to the right of the
35806                 field when running a report you can use the 'date' keyword
35807                 like this: &lt;&lt;Enter Date|date&gt;&gt;</para>
35808
35809                 <screenshot>
35810                   <screeninfo>Date Picker</screeninfo>
35811
35812                   <mediaobject>
35813                     <imageobject>
35814                       <imagedata fileref="images/reports/datepicker.png"/>
35815                     </imageobject>
35816                   </mediaobject>
35817                 </screenshot>
35818               </note>
35819
35820               <note>
35821                 <para>You have to put "%" in a text box to 'leave it blank'.
35822                 Otherwise, it literally looks for "" (empty string) as the
35823                 value for the field.</para>
35824               </note>
35825
35826               <para><important>
35827                   <para>In addition to using any authorized value code to
35828                   generate a dropdown, you can use the following values as
35829                   well: Branches (branches), Item Types (itemtypes) and Patron
35830                   Categories (categorycode). For example a branch pull down
35831                   would be generated like this
35832                   &lt;&lt;Branch|branches&gt;&gt;</para>
35833
35834                   <screenshot>
35835                     <screeninfo>Branch pull down</screeninfo>
35836
35837                     <mediaobject>
35838                       <imageobject>
35839                         <imagedata fileref="images/reports/branchpulldown.png"/>
35840                       </imageobject>
35841                     </mediaobject>
35842                   </screenshot>
35843                 </important></para>
35844             </listitem>
35845           </itemizedlist>
35846
35847           <note>
35848             <para>There is a limit of 10,000 records put on SQL statements entered in Koha. To get
35849               around this you want to add 'LIMIT 100000' to the end of your SQL statement (or any
35850               other number above 10,000).</para>
35851           </note>
35852           <note>
35853             <para>If your system administrator has set up memcache on your server you might see one
35854               more option for the Cache expiry. This is related to your public reports. If you make
35855               the report public then  it's constantly running and will cause a large load on your
35856               system. Setting this value prevents that.<screenshot>
35857                 <screeninfo>Cache expiry</screeninfo>
35858                 <mediaobject>
35859                   <imageobject>
35860                     <imagedata fileref="images/reports/cacheexpiry.png"/>
35861                   </imageobject>
35862                 </mediaobject>
35863               </screenshot></para>
35864           </note>
35865
35866           <para>Once everything is entered click the 'Save Report' button and
35867           you'll be presented with options to run it. Once a report is saved
35868           you do not have to recreate it you can simply find it on the Saved
35869           Reports page and <link linkend="runcustomreport">run</link> or <link linkend="editcustomreports">edit</link> it.</para>
35870         </section>
35871         <section id="duplicatereport">
35872           <title>Duplicate Report</title>
35873           <para>Reports can also be added by duplicating an existing report.  Visit the 'Saved
35874             reports' page to see all of the reports listed on your system already.</para>
35875           <screenshot>
35876             <screeninfo>Saved Reports</screeninfo>
35877             <mediaobject>
35878               <imageobject>
35879                 <imagedata fileref="images/reports/duplicatereport.png"/>
35880               </imageobject>
35881             </mediaobject>
35882           </screenshot>
35883           <para>To the right of every report there is an 'Actions' pull down. Clickin that and
35884             choose 'Duplicate' to use an existing report as the basis for your new report. That will
35885             populate the new report form with the existing SQL for easy editing and resaving.</para>
35886         </section>
35887       </section>
35888
35889       <section id="editcustomreports">
35890         <title>Edit Custom Reports</title>
35891
35892         <para>Every report can be edited from the reports lists. To see the
35893         list of reports already stored in Koha, click 'Use Saved.'</para>
35894
35895         <screenshot>
35896           <screeninfo>Saved Reports</screeninfo>
35897
35898           <mediaobject>
35899             <imageobject>
35900               <imagedata fileref="images/reports/savedreports.png"/>
35901             </imageobject>
35902           </mediaobject>
35903         </screenshot>
35904
35905         <para>To find the report you'd like to edit you can sort by any of the columns by clicking
35906           the on the column header. You can also filter your results using the filter menu on the
35907           left or use the tabs to find reports based on your custom groups.</para>
35908
35909         <para>From this list you can edit any custom report by clicking 'Actions' to the right of
35910           the report and choosing 'Edit' from the menu that appears.</para>
35911         <screenshot>
35912           <screeninfo>Edit Report Option</screeninfo>
35913           <mediaobject>
35914             <imageobject>
35915               <imagedata fileref="images/reports/editreportoption.png"/>
35916             </imageobject>
35917           </mediaobject>
35918         </screenshot>
35919         <para>The form to edit the report will appear.</para>
35920
35921         <screenshot>
35922           <screeninfo>Edit SQL Form</screeninfo>
35923
35924           <mediaobject>
35925             <imageobject>
35926               <imagedata fileref="images/reports/editreport.png"/>
35927             </imageobject>
35928           </mediaobject>
35929         </screenshot>
35930       </section>
35931
35932       <section id="runcustomreport">
35933         <title>Running Custom Reports</title>
35934
35935         <para>Once custom reports are saved to Koha, you can run them by going to the Saved Reports
35936           page and clicking the 'Actions' button to the right of the report and choosing
35937           'Run'.</para>
35938
35939         <screenshot>
35940           <screeninfo>Run Report</screeninfo>
35941
35942           <mediaobject>
35943             <imageobject>
35944               <imagedata fileref="images/reports/runreport.png"/>
35945             </imageobject>
35946           </mediaobject>
35947         </screenshot>
35948
35949         <para>When you report runs you will either be asked for some
35950         values</para>
35951
35952         <screenshot>
35953           <screeninfo>Enter report parameters</screeninfo>
35954
35955           <mediaobject>
35956             <imageobject>
35957               <imagedata fileref="images/reports/reportparameters.png"/>
35958             </imageobject>
35959           </mediaobject>
35960         </screenshot>
35961
35962         <para>or you will see the results right away</para>
35963
35964         <screenshot>
35965           <screeninfo>Report results</screeninfo>
35966
35967           <mediaobject>
35968             <imageobject>
35969               <imagedata fileref="images/reports/reportresults.png"/>
35970             </imageobject>
35971           </mediaobject>
35972         </screenshot>
35973
35974         <para>From the results you can choose to rerun the report by clicking
35975         'Run report' at the top, edit the report by clicking the 'Edit' button
35976         or starting over and creating a new report by using the 'New' button.
35977         You can also download your results by choosing a file type at the
35978         bottom of the results next to the 'Download the report' label and
35979         clicking 'Download.'<note>
35980             <para>A Comma Separated Text file is a CSV file and it can be
35981             opened by any spreadsheet application.</para>
35982           </note></para>
35983       </section>
35984     </section>
35985
35986     <section id="statsreports">
35987       <title>Statistics Reports</title>
35988
35989       <para>Statistic reports will show you counts and sums. These reports are
35990       all about numbers and statistics, for reports that return more detailed
35991       data, use the <link linkend="quidedreportwizard">Guided Report
35992       Wizard</link>. These reports are limited in what data they can look at,
35993       so it's often recommended to use <link linkend="customreports">custom
35994       reports</link> for official end of the year statistics.</para>
35995
35996       <section id="acqstats">
35997         <title>Acquisitions Statistics</title>
35998
35999         <note>
36000           <para>These reports are limited in what data they can look at, so
36001           it's often recommended to use <link linkend="customreports">custom
36002           reports</link> for official end of the year statistics.</para>
36003         </note>
36004
36005         <para>Using the form provided, choose which value you would like to
36006         appear in the Column and which will appear in the Row.</para>
36007
36008         <screenshot>
36009           <screeninfo>Acquisitions Statistics</screeninfo>
36010
36011           <mediaobject>
36012             <imageobject>
36013               <imagedata fileref="images/reports/acqform.png"/>
36014             </imageobject>
36015           </mediaobject>
36016         </screenshot>
36017
36018         <para>If you choose to output to the browser your results will print
36019         to the screen.</para>
36020
36021         <screenshot>
36022           <screeninfo>Acquisitions Statistics Results</screeninfo>
36023
36024           <mediaobject>
36025             <imageobject>
36026               <imagedata fileref="images/reports/acqnumbers.png"/>
36027             </imageobject>
36028           </mediaobject>
36029         </screenshot>
36030
36031         <para>You can also choose to export to a file that you can manipulate
36032         to your needs.</para>
36033
36034         <para>When generating your report, note that you get to choose between
36035         counting or summing the values.</para>
36036
36037         <screenshot>
36038           <screeninfo>Acquisitions Stats Options</screeninfo>
36039
36040           <mediaobject>
36041             <imageobject>
36042               <imagedata fileref="images/reports/acqtotal.png"/>
36043             </imageobject>
36044           </mediaobject>
36045         </screenshot>
36046
36047         <para>Choosing amount will change your results to appear as the sum of
36048         the amounts spent.</para>
36049
36050         <screenshot>
36051           <screeninfo>Acquisitions statistics with totals</screeninfo>
36052
36053           <mediaobject>
36054             <imageobject>
36055               <imagedata fileref="images/reports/acqamounts.png"/>
36056             </imageobject>
36057           </mediaobject>
36058         </screenshot>
36059       </section>
36060
36061       <section id="patstats">
36062         <title>Patron Statistics</title>
36063
36064         <note>
36065           <para>These reports are limited in what data they can look at, so
36066           it's often recommended to use <link linkend="customreports">custom
36067           reports</link> for official end of the year statistics.</para>
36068         </note>
36069
36070         <para>Using the form provided, choose which value you would like to
36071         appear in the Column and which will appear in the Row.</para>
36072
36073         <screenshot>
36074           <screeninfo>Patron Statistics Options</screeninfo>
36075
36076           <mediaobject>
36077             <imageobject>
36078               <imagedata fileref="images/reports/patronform.png"/>
36079             </imageobject>
36080           </mediaobject>
36081         </screenshot>
36082
36083         <para>If you choose to output to the browser your results will print
36084         to the screen.</para>
36085
36086         <screenshot>
36087           <screeninfo>Patron Statistics Results</screeninfo>
36088
36089           <mediaobject>
36090             <imageobject>
36091               <imagedata fileref="images/reports/patronresults.png"/>
36092             </imageobject>
36093           </mediaobject>
36094         </screenshot>
36095
36096         <para>Based on your selections, you may see some query information
36097         above your results table. You can also choose to export to a file that
36098         you can manipulate to your needs.</para>
36099       </section>
36100
36101       <section id="catstats">
36102         <title>Catalog Statistics</title>
36103
36104         <note>
36105           <para>These reports are limited in what data they can look at, so
36106           it's often recommended to use <link linkend="customreports">custom
36107           reports</link> for official end of the year statistics.</para>
36108         </note>
36109
36110         <para>Using the form provided, choose which value you would like to
36111         appear in the Column and which will appear in the Row.</para>
36112
36113         <screenshot>
36114           <screeninfo>Catalog Statistics Form</screeninfo>
36115
36116           <mediaobject>
36117             <imageobject>
36118               <imagedata fileref="images/reports/catalogform.png"/>
36119             </imageobject>
36120           </mediaobject>
36121         </screenshot>
36122
36123         <para>If you choose to output to the browser your results will print
36124         to the screen.</para>
36125
36126         <screenshot>
36127           <screeninfo>Catalog Statistic Results</screeninfo>
36128
36129           <mediaobject>
36130             <imageobject>
36131               <imagedata fileref="images/reports/catalogresults.png"/>
36132             </imageobject>
36133           </mediaobject>
36134         </screenshot>
36135
36136         <para>You can also choose to export to a file that you can manipulate
36137         to your needs.</para>
36138       </section>
36139
36140       <section id="circstats">
36141         <title>Circulation Statistics</title>
36142
36143         <note>
36144           <para>These reports are limited in what data they can look at, so
36145           it's often recommended to use <link linkend="customreports">custom
36146           reports</link> for official end of the year statistics.</para>
36147         </note>
36148
36149         <para>Using the form provided, choose which value you would like to
36150         appear in the Column and which will appear in the Row.</para>
36151
36152         <screenshot>
36153           <screeninfo>Circulation Statistics</screeninfo>
36154
36155           <mediaobject>
36156             <imageobject>
36157               <imagedata fileref="images/reports/circform.png"/>
36158             </imageobject>
36159           </mediaobject>
36160         </screenshot>
36161
36162         <para>If you choose to output to the browser your results will print
36163         to the screen.</para>
36164
36165         <screenshot>
36166           <screeninfo>Circulation Statistic Results</screeninfo>
36167
36168           <mediaobject>
36169             <imageobject>
36170               <imagedata fileref="images/reports/circresults.png"/>
36171             </imageobject>
36172           </mediaobject>
36173         </screenshot>
36174
36175         <para>You can also choose to export to a file that you can manipulate
36176         to your needs.<note>
36177             <para>To get a complete picture of your monthly or daily
36178             circulation, you can run the report twice, once for 'Type' of
36179             'Checkout' and again for 'Renewal.'</para>
36180
36181             <para>This report uses 'Period,' or date, filtering that allows
36182             you to limit to a month by simply selecting the first day of the
36183             first month through the first day of the next month. For example,
36184             10/1 to 11/1 to find statistics for the month of October.</para>
36185
36186             <itemizedlist>
36187               <listitem>
36188                 <para>To find daily statistics, set your date
36189                 range.&lt;/br&gt; Example: "I want circulation data starting
36190                 with date XXX up to, but not including, date XXX."</para>
36191               </listitem>
36192
36193               <listitem>
36194                 <para>For a whole month, an example range would be: 11/01/2009
36195                 to 12/01/2009</para>
36196               </listitem>
36197
36198               <listitem>
36199                 <para>For a whole year, an example range would be: 01/01/2009
36200                 to 01/01/2010</para>
36201               </listitem>
36202
36203               <listitem>
36204                 <para>For a single day, an example would be: 11/15/2009 to
36205                 11/16/2009 to find what circulated on the 15th</para>
36206               </listitem>
36207             </itemizedlist>
36208           </note></para>
36209
36210         <section id="inhouseuse">
36211           <title>Tracking in house use</title>
36212
36213           <para>Using the Circulation statistics reporting wizard you can run
36214           reports on in house usage of items simply by choosing 'Local Use'
36215           from the 'Type' pull down:</para>
36216
36217           <screenshot>
36218             <screeninfo>In House Use Stats</screeninfo>
36219
36220             <mediaobject>
36221               <imageobject>
36222                 <imagedata fileref="images/reports/inhouse.png"/>
36223               </imageobject>
36224             </mediaobject>
36225           </screenshot>
36226         </section>
36227       </section>
36228
36229       <section id="serialstats">
36230         <title>Serials Statistics</title>
36231
36232         <note>
36233           <para>These reports are limited in what data they can look at, so
36234           it's often recommended to use <link linkend="customreports">custom
36235           reports</link> for official end of the year statistics.</para>
36236         </note>
36237
36238         <para>Using the form provided, choose how you would like to list the
36239         serials in your system.</para>
36240
36241         <screenshot>
36242           <screeninfo>Serials Statistics</screeninfo>
36243
36244           <mediaobject>
36245             <imageobject>
36246               <imagedata fileref="images/reports/serialsform.png"/>
36247             </imageobject>
36248           </mediaobject>
36249         </screenshot>
36250
36251         <para>If you choose to output to the browser your results will print
36252         to the screen.</para>
36253
36254         <screenshot>
36255           <screeninfo>Serials Results</screeninfo>
36256
36257           <mediaobject>
36258             <imageobject>
36259               <imagedata fileref="images/reports/serialsresults.png"/>
36260             </imageobject>
36261           </mediaobject>
36262         </screenshot>
36263
36264         <para>You can also choose to export to a file that you can manipulate
36265         to your needs.</para>
36266       </section>
36267
36268       <section id="holdstats">
36269         <title>Holds Statistics</title>
36270
36271         <note>
36272           <para>These reports are limited in what data they can look at, so
36273           it's often recommended to use <link linkend="customreports">custom
36274           reports</link> for official end of the year statistics.</para>
36275         </note>
36276
36277         <para>Using the form provided you can see statistics for holds placed,
36278         filled, cancelled and more at your library. From the form choose what
36279         value you want to display in the column and what value to show in the
36280         row. You can also choose from the filters on the far right of the
36281         form.</para>
36282
36283         <screenshot>
36284           <screeninfo>Hold Statistics Form</screeninfo>
36285
36286           <mediaobject>
36287             <imageobject>
36288               <imagedata fileref="images/reports/holdstatsform.png"/>
36289             </imageobject>
36290           </mediaobject>
36291         </screenshot>
36292
36293         <para>If you choose to output to the browser your results will print
36294         to the screen.</para>
36295
36296         <screenshot>
36297           <screeninfo>Hold Stats Results</screeninfo>
36298
36299           <mediaobject>
36300             <imageobject>
36301               <imagedata fileref="images/reports/holdstatsresults.png"/>
36302             </imageobject>
36303           </mediaobject>
36304         </screenshot>
36305
36306         <para>You can also choose to export to a file that you can manipulate
36307         to your needs.</para>
36308       </section>
36309
36310       <section id="mostcheckouts">
36311         <title>Patrons with the most checkouts</title>
36312
36313         <para>This report will simply list the patrons who have the most
36314         checkouts.</para>
36315
36316         <screenshot>
36317           <screeninfo>Patrons with the most checkouts form</screeninfo>
36318
36319           <mediaobject>
36320             <imageobject>
36321               <imagedata fileref="images/reports/topcheckoutsform.png"/>
36322             </imageobject>
36323           </mediaobject>
36324         </screenshot>
36325
36326         <para>If you choose to output to the browser your results will print
36327         to the screen.</para>
36328
36329         <screenshot>
36330           <screeninfo>Top checkouts results</screeninfo>
36331
36332           <mediaobject>
36333             <imageobject>
36334               <imagedata fileref="images/reports/topcheckoutsresult.png"/>
36335             </imageobject>
36336           </mediaobject>
36337         </screenshot>
36338
36339         <para>You can also choose to export to a file that you can manipulate
36340         to your needs.</para>
36341       </section>
36342
36343       <section id="mostcirculated">
36344         <title>Most Circulated Items</title>
36345
36346         <para>This report will simply list the items that have the been
36347         checked out the most.</para>
36348
36349         <screenshot>
36350           <screeninfo>Most Circulation Items Form</screeninfo>
36351
36352           <mediaobject>
36353             <imageobject>
36354               <imagedata fileref="images/reports/topcircform.png"/>
36355             </imageobject>
36356           </mediaobject>
36357         </screenshot>
36358
36359         <para>If you choose to output to the browser your results will print
36360         to the screen.</para>
36361
36362         <screenshot>
36363           <screeninfo>Top Circulation Items Results</screeninfo>
36364
36365           <mediaobject>
36366             <imageobject>
36367               <imagedata fileref="images/reports/topcircresults.png"/>
36368             </imageobject>
36369           </mediaobject>
36370         </screenshot>
36371
36372         <para>You can also choose to export to a file that you can manipulate
36373         to your needs.</para>
36374       </section>
36375
36376       <section id="patnocheckouts">
36377         <title>Patrons with no checkouts</title>
36378
36379         <para>This report will list for you the patrons in your system who
36380         haven't checked any items out.</para>
36381
36382         <screenshot>
36383           <screeninfo>Patrons with no Checkouts</screeninfo>
36384
36385           <mediaobject>
36386             <imageobject>
36387               <imagedata fileref="images/reports/patnocheckout.png"/>
36388             </imageobject>
36389           </mediaobject>
36390         </screenshot>
36391
36392         <para>If you choose to output to the browser your results will print
36393         to the screen.</para>
36394
36395         <screenshot>
36396           <screeninfo>Results for Patrons with no Checkouts</screeninfo>
36397
36398           <mediaobject>
36399             <imageobject>
36400               <imagedata fileref="images/reports/patnocheckout-results.png"/>
36401             </imageobject>
36402           </mediaobject>
36403         </screenshot>
36404
36405         <para>You can also choose to export to a file that you can manipulate
36406         to your needs.</para>
36407       </section>
36408
36409       <section id="itemnocheckouts">
36410         <title>Items with no checkouts</title>
36411
36412         <para>This report will list items in your collection that have never
36413         been checked out.</para>
36414
36415         <screenshot>
36416           <screeninfo>Items with No Checkouts</screeninfo>
36417
36418           <mediaobject>
36419             <imageobject>
36420               <imagedata fileref="images/reports/nocheckoutsform.png"/>
36421             </imageobject>
36422           </mediaobject>
36423         </screenshot>
36424
36425         <para>If you choose to output to the browser your results will print
36426         to the screen.</para>
36427
36428         <screenshot>
36429           <screeninfo>Items with no checkouts results</screeninfo>
36430
36431           <mediaobject>
36432             <imageobject>
36433               <imagedata fileref="images/reports/nocheckoutsresults.png"/>
36434             </imageobject>
36435           </mediaobject>
36436         </screenshot>
36437
36438         <para>You can also choose to export to a file that you can manipulate
36439         to your needs.</para>
36440       </section>
36441
36442       <section id="catbyitem">
36443         <title>Catalog by Item Type</title>
36444
36445         <para>This report will list the total number of items of each item
36446         type per branch.</para>
36447
36448         <screenshot>
36449           <screeninfo>Catalog by Item Type</screeninfo>
36450
36451           <mediaobject>
36452             <imageobject>
36453               <imagedata fileref="images/reports/itemtotals.png"/>
36454             </imageobject>
36455           </mediaobject>
36456         </screenshot>
36457
36458         <para>If you choose to output to the browser your results will print
36459         to the screen.</para>
36460
36461         <screenshot>
36462           <screeninfo>Total of Items by Type and Branch</screeninfo>
36463
36464           <mediaobject>
36465             <imageobject>
36466               <imagedata fileref="images/reports/itemtotalsresults.png"/>
36467             </imageobject>
36468           </mediaobject>
36469         </screenshot>
36470
36471         <para>You can also choose to export to a file that you can manipulate
36472         to your needs.</para>
36473       </section>
36474
36475       <section id="lostreport">
36476         <title>Lost Items</title>
36477
36478         <para>This report will allow you to generate a list of items that have
36479         been marked as Lost within the system</para>
36480
36481         <screenshot>
36482           <screeninfo>Lost Items Report</screeninfo>
36483
36484           <mediaobject>
36485             <imageobject>
36486               <imagedata fileref="images/reports/lostitems.png"/>
36487             </imageobject>
36488           </mediaobject>
36489         </screenshot>
36490       </section>
36491
36492       <section id="avloantime">
36493         <title>Average Loan Time</title>
36494
36495         <para>This report will list the average time items are out on loan
36496         based on the criteria you enter:</para>
36497
36498         <screenshot>
36499           <screeninfo>Average Checkout Period Form</screeninfo>
36500
36501           <mediaobject>
36502             <imageobject>
36503               <imagedata fileref="images/reports/averloanform.png"/>
36504             </imageobject>
36505           </mediaobject>
36506         </screenshot>
36507
36508         <para>If you choose to output to the browser your results will print
36509         to the screen.</para>
36510
36511         <screenshot>
36512           <screeninfo>Average Checkout Period Results</screeninfo>
36513
36514           <mediaobject>
36515             <imageobject>
36516               <imagedata fileref="images/reports/avercheckout.png"/>
36517             </imageobject>
36518           </mediaobject>
36519         </screenshot>
36520
36521         <para>You can also choose to export to a file that you can manipulate
36522         to your needs.</para>
36523       </section>
36524     </section>
36525
36526     <section id="reportdic">
36527       <title>Report Dictionary</title>
36528
36529       <para>The report dictionary is a way to pre-define common filters you'd
36530       like to apply to your reports. This is a good way to add in filters that
36531       the report wizard doesn't include by default. To add a new definition,
36532       or filter, click 'New Definition' on the Reports Dictionary page and
36533       follow the 4 step process.</para>
36534
36535       <para>Step 1: Name the definition and provide a description if
36536       necessary</para>
36537
36538       <screenshot>
36539         <screeninfo>Create a Definition</screeninfo>
36540
36541         <mediaobject>
36542           <imageobject>
36543             <imagedata fileref="images/reports/dict1.png"/>
36544           </imageobject>
36545         </mediaobject>
36546       </screenshot>
36547
36548       <para>Step 2: Choose the module that the will be queried.</para>
36549
36550       <screenshot>
36551         <screeninfo>Select Koha Module</screeninfo>
36552
36553         <mediaobject>
36554           <imageobject>
36555             <imagedata fileref="images/reports/dict2.png"/>
36556           </imageobject>
36557         </mediaobject>
36558       </screenshot>
36559
36560       <para>Step 3: Choose columns to query from the tables presented.</para>
36561
36562       <screenshot>
36563         <screeninfo>Choose columns</screeninfo>
36564
36565         <mediaobject>
36566           <imageobject>
36567             <imagedata fileref="images/reports/dict3.png"/>
36568           </imageobject>
36569         </mediaobject>
36570       </screenshot>
36571
36572       <para>Step 4: Choose the value(s) from the field(s). These will be
36573       automatically populated with options available in your database.</para>
36574
36575       <screenshot>
36576         <screeninfo>Choose fields and values</screeninfo>
36577
36578         <mediaobject>
36579           <imageobject>
36580             <imagedata fileref="images/reports/dict4.png"/>
36581           </imageobject>
36582         </mediaobject>
36583       </screenshot>
36584
36585       <para>Confirm your selections to save the definition.</para>
36586
36587       <screenshot>
36588         <screeninfo>Confirm Definition</screeninfo>
36589
36590         <mediaobject>
36591           <imageobject>
36592             <imagedata fileref="images/reports/dictconfirm.png"/>
36593           </imageobject>
36594         </mediaobject>
36595       </screenshot>
36596
36597       <para>Your definitions will all appear on the Reports Dictionary
36598       page</para>
36599
36600       <screenshot>
36601         <screeninfo>Reports Dictionary Listing</screeninfo>
36602
36603         <mediaobject>
36604           <imageobject>
36605             <imagedata fileref="images/reports/dictlist.png"/>
36606           </imageobject>
36607         </mediaobject>
36608       </screenshot>
36609
36610       <para>Then when generating reports on the module you created the value
36611       for you will see an option to limit by the definition at the bottom of
36612       the usual filters.</para>
36613
36614       <screenshot>
36615         <screeninfo>Dictionary Limit Option</screeninfo>
36616
36617         <mediaobject>
36618           <imageobject>
36619             <imagedata fileref="images/reports/dictionarylimit.png"/>
36620           </imageobject>
36621         </mediaobject>
36622       </screenshot>
36623     </section>
36624   </chapter>
36625
36626   <chapter id="opac">
36627     <title>OPAC</title>
36628
36629     <para>This chapter assumes that you have the following preferences set as
36630     follows:</para>
36631
36632     <itemizedlist>
36633       <listitem>
36634         <para><link linkend="opacthemes">opacthemes</link> = bootstrap</para>
36635       </listitem>
36636       <listitem>
36637         <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> = default</para>
36638       </listitem>
36639
36640       <listitem>
36641         <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
36642         default</para>
36643       </listitem>
36644
36645       <listitem>
36646         <para><link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link>
36647         = show</para>
36648       </listitem>
36649
36650       <listitem>
36651         <para><link linkend="TagsEnabled">TagsEnabled</link> = Allow</para>
36652       </listitem>
36653
36654       <listitem>
36655         <para><link linkend="TagsInputOnDetail">TagsInputOnDetail</link>
36656         =Allow</para>
36657       </listitem>
36658
36659       <listitem>
36660         <para><link linkend="TagsInputOnList">TagsInputOnList</link> =
36661         Allow</para>
36662       </listitem>
36663
36664       <listitem>
36665         <para><link linkend="reviewson">reviewson</link> = Allow</para>
36666       </listitem>
36667
36668       <listitem>
36669         <para><link linkend="ShowReviewer">ShowReviewer</link> = Allow</para>
36670       </listitem>
36671
36672       <listitem>
36673         <para><link linkend="ShowReviewerPhoto">ShowReviewerPhoto</link>
36674         =Allow</para>
36675       </listitem>
36676
36677       <listitem>
36678         <para><link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> =
36679         Show</para>
36680       </listitem>
36681
36682       <listitem>
36683         <para><link linkend="OPACAmazonCoverImages">OPACAmazonCoverImages</link> =
36684         Show</para>
36685       </listitem>
36686
36687       <listitem>
36688         <para><link linkend="XISBN">XISBN</link> = Use</para>
36689       </listitem>
36690
36691       <listitem>
36692         <para><link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
36693         = Default set of links</para>
36694       </listitem>
36695
36696       <listitem>
36697         <para><link linkend="OPACShowCheckoutName">OPACShowCheckoutName</link>
36698         = Don't show</para>
36699       </listitem>
36700
36701       <listitem>
36702         <para><link linkend="RequestOnOpac">RequestOnOpac</link> =
36703         Allow</para>
36704       </listitem>
36705
36706       <listitem>
36707         <para><link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link> =
36708         Allow</para>
36709       </listitem>
36710
36711       <listitem>
36712         <para><link linkend="OpacBrowseResults">OpacBrowseResults</link> =
36713         Enable</para>
36714       </listitem>
36715
36716       <listitem>
36717         <para><link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> =
36718         Allow</para>
36719       </listitem>
36720
36721       <listitem>
36722         <para><link linkend="OPACShowBarcode">OPACShowBarcode</link> = Don't show</para>
36723       </listitem>
36724       <listitem>
36725         <para><link linkend="OpacSeparateHoldings">OpacSeparateHoldings</link> = Don't
36726           separate</para>
36727       </listitem>
36728       <listitem>
36729         <para><link linkend="OpacSeparateHoldings">OpacSeparateHoldingsBranch</link> = home
36730           library</para>
36731       </listitem>
36732       <listitem>
36733         <para><link linkend="DisplayLibraryFacets">DisplayLibraryFacets</link> = holding
36734           library</para>
36735       </listitem>
36736     </itemizedlist>
36737
36738     <para>If your system preferences are set differently your displays may
36739     differ.</para>
36740
36741     <section id="opacsearchresults">
36742       <title>Search Results</title>
36743
36744       <para>To search the OPAC you can either choose to enter your search
36745       words in the box at the top of the OPAC or click on the 'Advanced
36746       Search' link to perform a more detailed search.</para>
36747
36748       <screenshot>
36749         <screeninfo>OPAC Search Box</screeninfo>
36750
36751         <mediaobject>
36752           <imageobject>
36753             <imagedata fileref="images/opac/searchbox.png"/>
36754           </imageobject>
36755         </mediaobject>
36756       </screenshot>
36757
36758       <para>For more on searching check the '<link linkend="searching">Searching</link>' chapter in this manual.</para>
36759
36760       <section id="opacresultsoverview">
36761         <title>Results Overview</title>
36762
36763         <para>After performing a search the number of results found for your
36764         search will appear above the results</para>
36765
36766         <screenshot>
36767           <screeninfo>Total Results</screeninfo>
36768
36769           <mediaobject>
36770             <imageobject>
36771               <imagedata fileref="images/opac/totalresults-rss.png"/>
36772             </imageobject>
36773           </mediaobject>
36774         </screenshot>
36775
36776         <para>By default your search results will be sorted based on your
36777         <link linkend="opacdefaultsort">OPACdefaultSortField and
36778         OPACdefaultSortOrder</link> system preference values. To change this
36779         you can choose another sorting method from the pull down on the
36780         right.</para>
36781
36782         <screenshot>
36783           <screeninfo>Results Sorting Options</screeninfo>
36784
36785           <mediaobject>
36786             <imageobject>
36787               <imagedata fileref="images/opac/sortingresults.png"/>
36788             </imageobject>
36789           </mediaobject>
36790         </screenshot>
36791
36792         <para>Under each title on your results list a series of values from your leader will appear.
36793           It is important to note that this has nothing to do with the item types or collection
36794           codes you have applied to your records, this data is all pulled from your fixed fields.
36795           This can be turned on or off with the <link linkend="DisplayOPACiconsXSLT"
36796             >DisplayOPACiconsXSLT</link> system preference.</para>
36797
36798         <screenshot>
36799           <screeninfo>Leader Visualization</screeninfo>
36800
36801           <mediaobject>
36802             <imageobject>
36803               <imagedata fileref="images/opac/leader.png"/>
36804             </imageobject>
36805           </mediaobject>
36806         </screenshot>
36807
36808         <para>Below each title you will see the availability for the items attached to the record. <note>
36809             <para>Even if you filtered on one library location all locations that hold the item will
36810               appear on the search results.</para>
36811           </note><important>
36812             <para>An item's hold status doesn't not affect whether or not the item is 'available'
36813               until the item is in 'waiting' status. Items with on-shelf holds will show as
36814               available until a librarian has pulled them from the shelf and checked the item in
36815               make it show 'waiting'.</para>
36816           </important></para>
36817
36818         <screenshot>
36819           <screeninfo>Holdings Information</screeninfo>
36820
36821           <mediaobject>
36822             <imageobject>
36823               <imagedata fileref="images/opac/holdings-results.png"/>
36824             </imageobject>
36825           </mediaobject>
36826         </screenshot>
36827
36828         <para>If you have turned on <link linkend="enhancedcontent">Enhanced
36829         Content</link> preferences you may have book jackets on your search
36830         results.</para>
36831
36832         <screenshot>
36833           <screeninfo>Book Jacket on Results</screeninfo>
36834
36835           <mediaobject>
36836             <imageobject>
36837               <imagedata fileref="images/opac/coverresults.png"/>
36838             </imageobject>
36839           </mediaobject>
36840         </screenshot>
36841         <para>If you have set your <link linkend="didyoumean">Did you mean?</link> options you will
36842           see a yellow bar across the top of your results will other related searches.</para>
36843         <screenshot>
36844             <screeninfo>Did you mean?</screeninfo>
36845             <mediaobject>
36846               <imageobject>
36847                 <imagedata fileref="images/opac/didyoumeanopac.png"/>
36848               </imageobject>
36849             </mediaobject>
36850           </screenshot>
36851       </section>
36852
36853       <section id="opacfilter">
36854         <title>Filters</title>
36855
36856         <para>To filter your results click on the links below the 'Refine Your
36857         Search' menu on the left of your screen</para>
36858
36859         <screenshot>
36860           <screeninfo>Refine Your Results</screeninfo>
36861
36862           <mediaobject>
36863             <imageobject>
36864               <imagedata fileref="images/opac/refineresults.png"/>
36865             </imageobject>
36866           </mediaobject>
36867         </screenshot>
36868         <para>Depending on your setting for the <link linkend="DisplayLibraryFacets"
36869             >DisplayLibraryFacets</link> system preference you will see filters for your home,
36870           holding or both libraries.<screenshot>
36871             <screeninfo>Library Facet</screeninfo>
36872             <mediaobject>
36873               <imageobject>
36874                 <imagedata fileref="images/opac/locationfacet.png"/>
36875               </imageobject>
36876             </mediaobject>
36877           </screenshot></para>
36878         <para>After clicking a facet you can remove that filter from your results by clicking the
36879           small 'x' that appears to the right of the facet.<screenshot>
36880             <screeninfo>Remove library facet</screeninfo>
36881             <mediaobject>
36882               <imageobject>
36883                 <imagedata fileref="images/opac/removefilter.png"/>
36884               </imageobject>
36885             </mediaobject>
36886           </screenshot></para>
36887       </section>
36888
36889       <section id="searchrss">
36890         <title>Search RSS Feeds</title>
36891
36892         <para>You will be able to subscribe to your search results as an RSS
36893         feed by clicking the RSS icon in your address bar or next to the
36894         number of results. To learn more about what RSS feeds are check out
36895         <ulink url="http://www.youtube.com/watch?v=0klgLsSxGsU">this tutorial
36896         video</ulink>.</para>
36897
36898         <screenshot>
36899           <screeninfo>RSS Feed Icon</screeninfo>
36900
36901           <mediaobject>
36902             <imageobject>
36903               <imagedata fileref="images/opac/totalresults-rss.png"/>
36904             </imageobject>
36905           </mediaobject>
36906         </screenshot>
36907
36908         <para>Subscribing to search results as RSS feeds will allow you to see
36909         when a new item is added to the catalog in your area of
36910         interest.</para>
36911       </section>
36912     </section>
36913
36914     <section id="opacbibrec">
36915       <title>Bibliographic Record</title>
36916
36917       <para>When you click on a title from the search results, you're brought
36918       to the bibliographic detail of the record. This page is broken down in
36919       several different areas.</para>
36920
36921       <para>At the top of your screen will be the title and the GMD:</para>
36922
36923       <screenshot>
36924         <screeninfo>Title</screeninfo>
36925
36926         <mediaobject>
36927           <imageobject>
36928             <imagedata fileref="images/opac/bibdetail/bibtitle.png"/>
36929           </imageobject>
36930         </mediaobject>
36931       </screenshot>
36932
36933       <para>Below the title the authors will be listed. These come from your
36934       1xx and 7xx fields. Clicking the author will run a search for other
36935       titles with that author.</para>
36936
36937       <screenshot>
36938         <screeninfo>Author Display</screeninfo>
36939
36940         <mediaobject>
36941           <imageobject>
36942             <imagedata fileref="images/opac/bibdetail/bibauthor.png"/>
36943           </imageobject>
36944         </mediaobject>
36945       </screenshot>
36946
36947       <para>If you have an authority file you will see a magnifying glass to
36948       the right of author (and other) authorities. Clicking that magnifying
36949       glass will take you directly to the authority record.</para>
36950
36951       <screenshot>
36952         <screeninfo>Authority link</screeninfo>
36953
36954         <mediaobject>
36955           <imageobject>
36956             <imagedata fileref="images/opac/bibdetail/authoritylink.png"/>
36957           </imageobject>
36958         </mediaobject>
36959       </screenshot>
36960
36961       <para>If you have your <link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> preference
36962       set to 'show' you will see a material type that is determined by values
36963       in your fixed fields (learn more in the <link linkend="XSLTiTypes">XSLT
36964       Item Types</link> Appendix).</para>
36965
36966       <screenshot>
36967         <screeninfo>XSLT Item Type</screeninfo>
36968
36969         <mediaobject>
36970           <imageobject>
36971             <imagedata fileref="images/opac/bibdetail/bibleader.png"/>
36972           </imageobject>
36973         </mediaobject>
36974       </screenshot>
36975
36976       <para>Next you'll see the description of the record you're
36977       viewing:</para>
36978
36979       <screenshot>
36980         <screeninfo>Basic Details</screeninfo>
36981
36982         <mediaobject>
36983           <imageobject>
36984             <imagedata fileref="images/opac/bibdetail/bibdetails.png"/>
36985           </imageobject>
36986         </mediaobject>
36987       </screenshot>
36988
36989       <para>Following that information you'll find the subject headings which
36990       can be clicked to search for other titles on similar topics</para>
36991
36992       <screenshot>
36993         <screeninfo>Bibliographic Subjects</screeninfo>
36994
36995         <mediaobject>
36996           <imageobject>
36997             <imagedata fileref="images/opac/bibdetail/bibsubjects.png"/>
36998           </imageobject>
36999         </mediaobject>
37000       </screenshot>
37001
37002       <para>If your record has a table of contents or summary it will appear
37003       next to the 'Summary' or 'Table of Contents' label</para>
37004
37005       <screenshot>
37006         <screeninfo>Summary</screeninfo>
37007
37008         <mediaobject>
37009           <imageobject>
37010             <imagedata fileref="images/opac/bibdetail/bibsummary.png"/>
37011           </imageobject>
37012         </mediaobject>
37013       </screenshot>
37014
37015       <para>If your record has data in the 856 fields you'll see the links to
37016       the right of the 'Online Resources' label</para>
37017
37018       <screenshot>
37019         <screeninfo>Online Resources</screeninfo>
37020
37021         <mediaobject>
37022           <imageobject>
37023             <imagedata fileref="images/opac/bibdetail/biblinks.png"/>
37024           </imageobject>
37025         </mediaobject>
37026       </screenshot>
37027
37028       <para>If the title you're viewing is in a public list then you'll see a
37029       list of those to the right of the 'List(s) this item appears in' label
37030       and if it has tags they will appear below the 'Tags from this library'
37031       label</para>
37032
37033       <screenshot>
37034         <screeninfo>Tags</screeninfo>
37035
37036         <mediaobject>
37037           <imageobject>
37038             <imagedata fileref="images/opac/bibdetail/bibtags.png"/>
37039           </imageobject>
37040         </mediaobject>
37041       </screenshot>
37042
37043       <para>In the tabs below the details you will find your holdings
37044       data</para>
37045
37046       <screenshot>
37047         <screeninfo/>
37048
37049         <mediaobject>
37050           <imageobject>
37051             <imagedata fileref="images/opac/bibdetail/bibholdings.png"/>
37052           </imageobject>
37053         </mediaobject>
37054       </screenshot>
37055
37056       <para>Any notes (5xx fields) that have been cataloged will appear under
37057       'Title Notes'</para>
37058
37059       <screenshot>
37060         <screeninfo>Title notes</screeninfo>
37061
37062         <mediaobject>
37063           <imageobject>
37064             <imagedata fileref="images/opac/bibdetail/bibtitlenotes.png"/>
37065           </imageobject>
37066         </mediaobject>
37067       </screenshot>
37068
37069       <para>If you're allowing comments they will appear in the next
37070       tab</para>
37071
37072       <screenshot>
37073         <screeninfo>Comments</screeninfo>
37074
37075         <mediaobject>
37076           <imageobject>
37077             <imagedata fileref="images/opac/bibdetail/bibcomments.png"/>
37078           </imageobject>
37079         </mediaobject>
37080       </screenshot>
37081
37082       <para>And finally if you have enabled FRBR and you have other editions
37083       of the title in your collection you will see the 'Editions' tab.</para>
37084
37085       <screenshot>
37086         <screeninfo>Editions</screeninfo>
37087
37088         <mediaobject>
37089           <imageobject>
37090             <imagedata fileref="images/opac/bibdetail/bibeditions.png"/>
37091           </imageobject>
37092         </mediaobject>
37093       </screenshot>
37094
37095       <para>To the right of the details you'll find a series of boxes. The
37096       first box is a list of buttons to help navigate the search results. From
37097       there you can see the next or previous result from your search or return
37098       to the results.</para>
37099
37100       <screenshot>
37101         <screeninfo>Search Options</screeninfo>
37102
37103         <mediaobject>
37104           <imageobject>
37105             <imagedata fileref="images/opac/bibdetail/bibsearch.png"/>
37106           </imageobject>
37107         </mediaobject>
37108       </screenshot>
37109
37110       <para>Clicking Browse Results at the top of the right column will open
37111       up your search results on the detail page</para>
37112
37113       <screenshot>
37114         <screeninfo>Search Results</screeninfo>
37115
37116         <mediaobject>
37117           <imageobject>
37118             <imagedata fileref="images/opac/bibdetail/bibbrowseresults.png"/>
37119           </imageobject>
37120         </mediaobject>
37121       </screenshot>
37122
37123       <para>Below the search buttons you'll find the links to place a hold,
37124       print the record, save the record to your lists, or add it to your
37125       cart</para>
37126
37127       <screenshot>
37128         <screeninfo>More options</screeninfo>
37129
37130         <mediaobject>
37131           <imageobject>
37132             <imagedata fileref="images/opac/bibdetail/biboptions.png"/>
37133           </imageobject>
37134         </mediaobject>
37135       </screenshot>
37136
37137       <para>Clicking 'More Searches' will show the list of libraries you
37138       entered in your <link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
37139       preference</para>
37140
37141       <screenshot>
37142         <screeninfo>More Searches</screeninfo>
37143
37144         <mediaobject>
37145           <imageobject>
37146             <imagedata fileref="images/opac/bibdetail/bibmoresearch.png"/>
37147           </imageobject>
37148         </mediaobject>
37149       </screenshot>
37150
37151       <para>Under the 'Save Record' label you will find a series of file
37152       formats you can save the record as. This list can be customized by
37153       altering the <link linkend="OpacExportOptions">OpacExportOptions</link>
37154       system preference.</para>
37155
37156       <screenshot>
37157         <screeninfo>Save Record</screeninfo>
37158
37159         <mediaobject>
37160           <imageobject>
37161             <imagedata fileref="images/opac/bibdetail/bibsave.png"/>
37162           </imageobject>
37163         </mediaobject>
37164       </screenshot>
37165
37166       <para>If at any time you want to change the view from the 'Normal' view
37167       to see the Marc or the ISBD you can click the tabs across the top of the
37168       record</para>
37169
37170       <screenshot>
37171         <screeninfo>Record Views</screeninfo>
37172
37173         <mediaobject>
37174           <imageobject>
37175             <imagedata fileref="images/opac/bibdetail/bibviews.png"/>
37176           </imageobject>
37177         </mediaobject>
37178       </screenshot>
37179     </section>
37180
37181     <section id="opaclistscart">
37182       <title>Lists &amp; Cart</title>
37183
37184       <para>A cart is a temporary holding place for records you're interested
37185       in finding during this session. That means that once you log out of the
37186       OPAC or close the browser you lose the items in your cart. A list is a
37187       more permanent location for saving items. To learn more about lists,
37188       check the <link linkend="stafflists">Lists in the Staff Client</link>
37189       chapter of this manual.</para>
37190
37191       <section id="opaclists">
37192         <title>Lists</title>
37193
37194         <para>Patrons can manage their own private lists by visiting the 'my
37195         lists' section of their account.</para>
37196
37197         <screenshot>
37198           <screeninfo>Lists Management</screeninfo>
37199
37200           <mediaobject>
37201             <imageobject>
37202               <imagedata fileref="images/opac/nolists.png"/>
37203             </imageobject>
37204           </mediaobject>
37205         </screenshot>
37206
37207         <section id="opacaddlists">
37208           <title>Creating Lists</title>
37209
37210           <para>Lists can also be created by choosing the 'New List' option in
37211           the 'Add to' menu on the search results</para>
37212
37213           <screenshot>
37214             <screeninfo>Add to New List</screeninfo>
37215
37216             <mediaobject>
37217               <imageobject>
37218                 <imagedata fileref="images/opac/addtonewlist.png"/>
37219               </imageobject>
37220             </mediaobject>
37221           </screenshot>
37222
37223           <para>To create a list the patron simply needs to click the 'New
37224           List' link and populate the form that appears</para>
37225
37226           <screenshot>
37227             <screeninfo>Create a new list</screeninfo>
37228
37229             <mediaobject>
37230               <imageobject>
37231                 <imagedata fileref="images/opac/publiclistpermissions.png"/>
37232               </imageobject>
37233             </mediaobject>
37234           </screenshot>
37235
37236           <para>The only field required is the 'List Name,' but the patron can also choose how they
37237             want the list sorted and if the list is public or private.<itemizedlist>
37238               <listitem>
37239                 <para>A Private List is managed by you and can be seen only by you (depending on
37240                   your permissions settings below)</para>
37241               </listitem>
37242               <listitem>
37243                 <para>A Public List can be seen by everybody, but managed only by you (depending on
37244                   your permissions settings below)</para>
37245               </listitem>
37246             </itemizedlist><important>
37247               <para>If you aren't allowing patrons to create public lists with the <link linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
37248                 preference then patrons will only be able to create private lists.</para>
37249               <screenshot>
37250                 <screeninfo>Create a new private list</screeninfo>
37251                 <mediaobject>
37252                   <imageobject>
37253                     <imagedata fileref="images/opac/newlist.png"/>
37254                   </imageobject>
37255                 </mediaobject>
37256               </screenshot>
37257             </important></para>
37258           <itemizedlist>
37259             <listitem>
37260               <para>Finally decide what your permissions will be on the list. You can all or disallow:<itemizedlist>
37261                   <listitem>
37262                     <para>anyone else to add entries</para>
37263                   </listitem>
37264                   <listitem>
37265                     <para>anyone to remove his own contributed entries<itemizedlist>
37266                         <listitem>
37267                           <note>
37268                             <para>The owner of a list is always allowed to add entries, but needs
37269                               permission to remove.</para>
37270                           </note>
37271                         </listitem>
37272                       </itemizedlist></para>
37273                   </listitem>
37274                   <listitem>
37275                     <para>anyone to remove other contributed entries     </para>
37276                   </listitem>
37277                 </itemizedlist></para>
37278             </listitem>
37279           </itemizedlist>
37280         </section>
37281
37282         <section id="opacaddtolists">
37283           <title>Adding titles to Lists</title>
37284
37285           <para>Titles can be added to lists from the search results and/or
37286           from the bibliographic record. On the search results options to add
37287           items to the list appear below each result and across the top of the
37288           results page</para>
37289
37290           <screenshot>
37291             <screeninfo>Add to Lists from Results</screeninfo>
37292
37293             <mediaobject>
37294               <imageobject>
37295                 <imagedata fileref="images/opac/addtolistcart.png"/>
37296               </imageobject>
37297             </mediaobject>
37298           </screenshot>
37299
37300           <para>To add a single title to a list, click the 'Save to Lists'
37301           option and then choose the list you'd like to add the title to. To
37302           add multiple titles to a list check the boxes on the left of the
37303           titles you want to add and then choose the list you want to add the
37304           titles to from the 'Add too' pull down at the top of the
37305           screen.</para>
37306         </section>
37307
37308         <section id="listscontent">
37309           <title>Viewing Lists Contents</title>
37310
37311           <para>To view the contents of a list, click on the list name under
37312           the Lists button.</para>
37313
37314           <screenshot>
37315             <screeninfo>Lists</screeninfo>
37316
37317             <mediaobject>
37318               <imageobject>
37319                 <imagedata fileref="images/opac/chooselist.png"/>
37320               </imageobject>
37321             </mediaobject>
37322           </screenshot>
37323
37324           <para>The contents of the list will look similar to your search
37325           results pages except that there will be different menu options
37326           across the top of the list.</para>
37327
37328           <screenshot>
37329             <screeninfo>List View</screeninfo>
37330
37331             <mediaobject>
37332               <imageobject>
37333                 <imagedata fileref="images/opac/listview.png"/>
37334               </imageobject>
37335             </mediaobject>
37336           </screenshot>
37337
37338           <para>Using the menu options above the list you can place multiple
37339           items on hold, download the list contents, email the list or print
37340           the list out.</para>
37341
37342           <itemizedlist>
37343             <listitem>
37344               <para>To place a hold on one or more list items check the box to
37345               the left of the item and click the 'Place Hold' link at the
37346               top</para>
37347             </listitem>
37348
37349             <listitem>
37350               <para>To download the list contents click the 'Download List'
37351               link and choose the format you'd like to download the list
37352               in</para>
37353
37354               <itemizedlist>
37355                 <listitem>
37356                   <note>
37357                     <para>iso2079 is MARC format</para>
37358                   </note>
37359                 </listitem>
37360               </itemizedlist>
37361             </listitem>
37362
37363             <listitem>
37364               <para>To email the list contents to someone, click the 'Send List' link and enter in
37365                 your email details in the form that pops up (<link linkend="examplelistemail">view a
37366                   sample Lists email</link>)</para>
37367
37368               <screenshot>
37369                 <screeninfo>Email List Contents</screeninfo>
37370
37371                 <mediaobject>
37372                   <imageobject>
37373                     <imagedata fileref="images/opac/emailist.png"/>
37374                   </imageobject>
37375                 </mediaobject>
37376               </screenshot>
37377             </listitem>
37378
37379             <listitem>
37380               <para>To print the contents of your list out click the 'Print List' link</para>
37381             </listitem>
37382           </itemizedlist>
37383         </section>
37384
37385         <section id="opacmanagelists">
37386           <title>Managing Lists</title>
37387
37388           <para>Once the list is saved patrons can begin adding items to it.
37389           From the 'my lists' tab on the patron record the patron can edit and
37390           delete the lists they have created by clicking the appropriate link
37391           to the right of the list name.</para>
37392
37393           <screenshot>
37394             <screeninfo>My Lists</screeninfo>
37395
37396             <mediaobject>
37397               <imageobject>
37398                 <imagedata fileref="images/opac/mylists.png"/>
37399               </imageobject>
37400             </mediaobject>
37401           </screenshot>
37402
37403           <para>To edit the list's title or sorting patrons click the 'Edit'
37404           link to the right of the list description.</para>
37405
37406           <screenshot>
37407             <screeninfo>Editing List</screeninfo>
37408
37409             <mediaobject>
37410               <imageobject>
37411                 <imagedata fileref="images/opac/editlist.png"/>
37412               </imageobject>
37413             </mediaobject>
37414           </screenshot>
37415
37416           <para>When clicking 'Delete' next to a list you will be asked to
37417           confirm that you want to delete the list.</para>
37418
37419           <screenshot>
37420             <screeninfo>Delete list confirmation</screeninfo>
37421
37422             <mediaobject>
37423               <imageobject>
37424                 <imagedata fileref="images/opac/deletelist.png"/>
37425               </imageobject>
37426             </mediaobject>
37427           </screenshot>
37428
37429           <para>The list will not be deleted until the 'Confirm' button is
37430           clicked to the right of the list you'd like to delete.</para>
37431
37432           <para>If the library is allowing you to share private lists with the <link
37433               linkend="OpacAllowSharingPrivateLists">OpacAllowSharingPrivateLists</link> preference
37434             then you will see the 'Share' link on your list of lists and the 'Share list' link at
37435             the top of each individual list. Clicking this will ask you to enter the email address
37436             of a patron.<screenshot>
37437               <screeninfo>Share list</screeninfo>
37438               <mediaobject>
37439                 <imageobject>
37440                   <imagedata fileref="images/opac/sharelist.png"/>
37441                 </imageobject>
37442               </mediaobject>
37443             </screenshot></para>
37444           <para>Once the email address is entered Koha will present you with a confirmation message </para>
37445           <screenshot>
37446             <screeninfo>Share list confirmation</screeninfo>
37447             <mediaobject>
37448               <imageobject>
37449                 <imagedata fileref="images/opac/shareconfirmation.png"/>
37450               </imageobject>
37451             </mediaobject>
37452           </screenshot>
37453           <para>and will send a message to that patron.</para>
37454         </section>
37455       </section>
37456
37457       <section id="opaccart">
37458         <title>Cart</title>
37459
37460         <para/>
37461
37462         <section id="opacaddtocart">
37463           <title>Adding titles to the Cart</title>
37464
37465           <para>Titles can be added to the cart from the search results and/or
37466           from the bibliographic record. On the search results options to add
37467           items to the cart appear below each result and across the top of the
37468           results page</para>
37469
37470           <screenshot>
37471             <screeninfo>Add to Cart on Search Results</screeninfo>
37472
37473             <mediaobject>
37474               <imageobject>
37475                 <imagedata fileref="images/opac/addtolistcart.png"/>
37476               </imageobject>
37477             </mediaobject>
37478           </screenshot>
37479
37480           <para>Clicking the 'Add to Cart' button will add the one title to
37481           your cart. To add multiple titles at once, check the box to the left
37482           of each result and then choose 'Cart' from the 'Add to' pull down at
37483           the top of the screen. Once titles are added to the cart you will be
37484           presented with a confirmation</para>
37485
37486           <screenshot>
37487             <screeninfo>Items added to Cart</screeninfo>
37488
37489             <mediaobject>
37490               <imageobject>
37491                 <imagedata fileref="images/opac/addedtocart.png"/>
37492               </imageobject>
37493             </mediaobject>
37494           </screenshot>
37495           <para>From the results you will see which items are in your cart and will be able to
37496             remove those items by clicking '(remove)'.<screenshot>
37497               <screeninfo>Item in your cart</screeninfo>
37498               <mediaobject>
37499                 <imageobject>
37500                   <imagedata fileref="images/opac/iteminyourcart.png"/>
37501                 </imageobject>
37502               </mediaobject>
37503             </screenshot></para>
37504         </section>
37505
37506         <section id="manageopaccart">
37507           <title>Managing the Cart</title>
37508
37509           <para>Once you have titles in your cart you can manage the contents by clicking on the
37510             'Cart' button usually found at the top of the screen. Your cart will open in a new
37511             window.</para>
37512
37513           <screenshot>
37514             <screeninfo>Contents of your cart</screeninfo>
37515
37516             <mediaobject>
37517               <imageobject>
37518                 <imagedata fileref="images/opac/cartcontents.png"/>
37519               </imageobject>
37520             </mediaobject>
37521           </screenshot>
37522
37523           <para>From this window you are presented with several options.
37524           Across the top of the cart are several buttons.</para>
37525
37526           <para>First is the 'More details' button. Clicking this will show you additional
37527             information about the titles in your cart (ISBNs, Subjects, Publisher Info, Notes and more).<screenshot>
37528               <screeninfo>More details in the cart</screeninfo>
37529               <mediaobject>
37530                 <imageobject>
37531                   <imagedata fileref="images/opac/cartmoredetails.png"/>
37532                 </imageobject>
37533               </mediaobject>
37534             </screenshot></para>
37535
37536           <para>Next is the option to send the contents of your cart to an email address. This is
37537             handy if you want to send the resources you found at the library to your home email
37538             account to refer to later or to send to a patron researching a specific topic. Clicking
37539             this link will open up a new window that asks for the email address and message to send.
37540               <link linkend="examplecartemail">View a sample Cart email</link>.</para>
37541
37542           <screenshot>
37543             <screeninfo>Email Cart</screeninfo>
37544
37545             <mediaobject>
37546               <imageobject>
37547                 <imagedata fileref="images/opac/emailcart.png"/>
37548               </imageobject>
37549             </mediaobject>
37550           </screenshot>
37551           <important>
37552             <para>The cart can only be emailed by logged in users. This will prevent your cart email
37553               function from being used for spamming.</para>
37554           </important>
37555
37556           <para>In addition to sending your cart you can download the contents
37557           of your cart in several pre-defined formats or using a <link linkend="csvprofiles">CSV Profile</link> that you defined in the
37558           Tools module.</para>
37559
37560           <screenshot>
37561             <screeninfo>Download Cart</screeninfo>
37562
37563             <mediaobject>
37564               <imageobject>
37565                 <imagedata fileref="images/opac/downloadcart.png"/>
37566               </imageobject>
37567             </mediaobject>
37568           </screenshot>
37569
37570           <para>Finally you can print out the contents of your cart by
37571           choosing the 'Print' link.</para>
37572
37573           <para>In addition to the various different ways to save the contents
37574           of your cart, there are ways to add value to the data in your cart.
37575           By selecting one or more titles from the cart you can add them to a
37576           list (click 'Add to a List'), place hold(s) (click 'Place hold'), or
37577           tag them (click 'Tag'). All of these operations follow the same
37578           procedure as they do when performing them in the OPAC.</para>
37579         </section>
37580       </section>
37581     </section>
37582
37583     <section id="opacplacehold">
37584       <title>Placing Holds</title>
37585
37586       <para>Patrons can place holds on items via the OPAC if they're logged in
37587       and you have the <link linkend="RequestOnOpac">RequestOnOpac</link>
37588       preference set to 'Allow'. If the item can be placed on hold the option
37589       to place it on hold will appear in several different places.</para>
37590
37591       <itemizedlist>
37592         <listitem>
37593           <para>When viewing a list or search results page you'll see the
37594           option to place hold on multiple items by checking the boxes to the
37595           left of the results and clicking 'Place Hold' at the top</para>
37596
37597           <screenshot>
37598             <screeninfo>Place Hold from Results</screeninfo>
37599
37600             <mediaobject>
37601               <imageobject>
37602                 <imagedata fileref="images/opac/opacplaceholdresults.png"/>
37603               </imageobject>
37604             </mediaobject>
37605           </screenshot>
37606         </listitem>
37607
37608         <listitem>
37609           <para>When viewing a list or search results page you'll see the
37610           option to place the item on hold below the basic information about
37611           the title</para>
37612
37613           <screenshot>
37614             <screeninfo>Place Hold</screeninfo>
37615
37616             <mediaobject>
37617               <imageobject>
37618                 <imagedata fileref="images/opac/opacplaceholdsindiv.png"/>
37619               </imageobject>
37620             </mediaobject>
37621           </screenshot>
37622         </listitem>
37623
37624         <listitem>
37625           <para>When viewing an individual title you'll see the option to
37626           place a hold in the box on the right side of the screen</para>
37627
37628           <screenshot>
37629             <screeninfo>Place Hold</screeninfo>
37630
37631             <mediaobject>
37632               <imageobject>
37633                 <imagedata fileref="images/opac/opacplaceholdsdetail.png"/>
37634               </imageobject>
37635             </mediaobject>
37636           </screenshot>
37637         </listitem>
37638       </itemizedlist>
37639
37640       <para>No matter which of the above links you click to place your hold
37641       you'll be brought to the same hold screen.</para>
37642
37643       <screenshot>
37644         <screeninfo>Place Hold Form</screeninfo>
37645
37646         <mediaobject>
37647           <imageobject>
37648             <imagedata fileref="images/opac/opacplacehold.png"/>
37649           </imageobject>
37650         </mediaobject>
37651       </screenshot>
37652
37653       <itemizedlist>
37654         <listitem>
37655           <para>Check the box to the left of the items you'd like to place on
37656           hold</para>
37657         </listitem>
37658
37659         <listitem>
37660           <para>The title includes a link back to the detail page for the
37661           record</para>
37662         </listitem>
37663
37664         <listitem>
37665           <para>The priority shows where in the holds queue this hold will
37666           fall</para>
37667         </listitem>
37668         <listitem>
37669           <para>If allowed by your <link linkend="OPACAllowUserToChooseBranch"
37670               >OPACAllowUserToChooseBranch</link> preference the patron can choose where they'd like
37671             to pick up their hold</para>
37672         </listitem>
37673         <listitem>
37674           <para>If you would like to see more options you can click 'Show more options'</para>
37675
37676
37677           <para>
37678             <screenshot>
37679               <screeninfo>Place Hold Form with More Options</screeninfo>
37680               <mediaobject>
37681                 <imageobject>
37682                   <imagedata fileref="images/opac/opacplaceholdmore.png"/>
37683                 </imageobject>
37684               </mediaobject>
37685             </screenshot>
37686           </para>
37687         </listitem>
37688         <listitem>
37689           <para>If allowed by your <link linkend="OPACAllowHoldDateInFuture"
37690               >OPACAllowHoldDateInFuture</link> preference, the 'Hold Starts on Date' column will
37691             show. This field allows the patron to have their hold start on a future date.</para>
37692         </listitem>
37693
37694         <listitem>
37695           <para>By default holds placed in the system remain until canceled,
37696           but if the patron fills in a 'Hold Not Needed After' date then the
37697           hold has an expiration date.</para>
37698
37699           <itemizedlist>
37700             <listitem>
37701               <important>
37702                 <para>Expired holds are removed by the <link linkend="expiredholdscron">Expired Holds Cron Job</link>, this
37703                 is not an automatic process and must be set up by your system
37704                 administrator</para>
37705               </important>
37706             </listitem>
37707           </itemizedlist>
37708         </listitem>
37709
37710         <listitem>
37711           <para>If allowed by the <link linkend="OpacHoldNotes">OpacHoldNotes</link> preference then
37712             patrons can leave notes about their holds for the library by clicking the 'Edit notes' button</para>
37713           <screenshot>
37714               <screeninfo>Hold notes</screeninfo>
37715               <mediaobject>
37716                 <imageobject>
37717                   <imagedata fileref="images/opac/holdnote.png"/>
37718                 </imageobject>
37719               </mediaobject>
37720             </screenshot>
37721         </listitem>
37722         <listitem>
37723           <para>If allowed by your <link linkend="OPACItemHolds">OPACItemHolds</link> preference the
37724             patron will be allowed to choose whether to place the hold on the next available copy or
37725             a specific copy</para>
37726           <screenshot>
37727             <screeninfo>Specific Copy Hold</screeninfo>
37728             <mediaobject>
37729               <imageobject>
37730                 <imagedata fileref="images/opac/opacplaceholdspecific.png"/>
37731               </imageobject>
37732             </mediaobject>
37733           </screenshot>
37734         </listitem>
37735       </itemizedlist>
37736
37737       <para>After clicking the Place Hold button the patron will be brought to
37738       their account page where they'll see all of the items they have on
37739       hold.</para>
37740     </section>
37741
37742     <section id="opacenhancedcontent">
37743       <title>Enhanced Content</title>
37744
37745       <para/>
37746
37747       <section id="opactagging">
37748         <title>Tagging</title>
37749
37750         <para>Depending on your settings for the <link linkend="TagsEnabled">TagsEnabled</link>, <link linkend="TagsInputOnList">TagsInputOnList</link> and <link linkend="TagsInputOnDetail">TagsInputOnDetail</link> preferences you
37751         may be able to add tags to bibliographic records from the search
37752         results and/or bibliographic records. If you are allowing patrons to
37753         add tags from the search results screen you will see an input box
37754         below each result and a 'Tag' option at the top of the screen.</para>
37755
37756         <screenshot>
37757           <screeninfo>Tagging Options on Results</screeninfo>
37758
37759           <mediaobject>
37760             <imageobject>
37761               <imagedata fileref="images/opac/tags-results.png"/>
37762             </imageobject>
37763           </mediaobject>
37764         </screenshot>
37765
37766         <para>To add a tag to one item, type the tabs (separated by commas) in
37767         the 'New tag' box and click 'Add'. You will be presented with a
37768         confirmation of your tags being added.</para>
37769
37770         <screenshot>
37771           <screeninfo>Tags Added on Results</screeninfo>
37772
37773           <mediaobject>
37774             <imageobject>
37775               <imagedata fileref="images/opac/tagsadded-results.png"/>
37776             </imageobject>
37777           </mediaobject>
37778         </screenshot>
37779
37780         <para>From the results you can also tag items in bulk by clicking the
37781         checkboxes on the left and then clicking the 'Tag' button at the top.
37782         After clicking the button it will change into an input box for you to
37783         add tags to all of the items you have selected.</para>
37784
37785         <screenshot>
37786           <screeninfo>Add Tags to Multiple Items</screeninfo>
37787
37788           <mediaobject>
37789             <imageobject>
37790               <imagedata fileref="images/opac/tagaddmultiple-results.png"/>
37791             </imageobject>
37792           </mediaobject>
37793         </screenshot>
37794       </section>
37795
37796       <section id="opaccomments">
37797         <title>Comments</title>
37798
37799         <para>Patrons can leave comments in the OPAC if you have the <link linkend="reviewson">reviewson</link> preference set to allow this.
37800         Each bibliographic record has a comments tab below the bibliographic
37801         information.</para>
37802
37803         <screenshot>
37804           <screeninfo>Comments Tab</screeninfo>
37805
37806           <mediaobject>
37807             <imageobject>
37808               <imagedata fileref="images/opac/commentstab.png"/>
37809             </imageobject>
37810           </mediaobject>
37811         </screenshot>
37812
37813         <para>If the patron is logged in they will see a link to add a comment
37814         to the item. Clicking this link will open a pop up window with a box
37815         for their comments.</para>
37816
37817         <screenshot>
37818           <screeninfo>Add a Comment</screeninfo>
37819
37820           <mediaobject>
37821             <imageobject>
37822               <imagedata fileref="images/opac/addcomment.png"/>
37823             </imageobject>
37824           </mediaobject>
37825         </screenshot>
37826
37827         <para>Once the comment has been typed and the 'Submit' button clicked,
37828         the patron will see their comment as pending and other patrons will
37829         simply see that there are no comments on the item.</para>
37830
37831         <screenshot>
37832           <screeninfo>Pending Comment</screeninfo>
37833
37834           <mediaobject>
37835             <imageobject>
37836               <imagedata fileref="images/opac/commentpending.png"/>
37837             </imageobject>
37838           </mediaobject>
37839         </screenshot>
37840
37841         <para>Once the comment is approved the patron will see the number of comments on the
37842           'Comments' tab and their comment labeled amongst the other comments. If you have set your
37843             <link linkend="ShowReviewerPhoto">ShowReviewerPhoto</link> preference to 'Show' then
37844           you'll see the patron's photo pulled from the <ulink url="https://www.libravatar.org"
37845             >Libravatar</ulink> library.</para>
37846
37847         <screenshot>
37848           <screeninfo>Your Comments</screeninfo>
37849
37850           <mediaobject>
37851             <imageobject>
37852               <imagedata fileref="images/opac/yourcomment.png"/>
37853             </imageobject>
37854           </mediaobject>
37855         </screenshot>
37856
37857         <para>Other patrons will see the comment with the name of the patron
37858         who left the comment (unless you have set the <link linkend="ShowReviewer">ShowReviewer</link> preference to not show
37859         patron names).</para>
37860
37861         <screenshot>
37862           <screeninfo>Comment by other patron</screeninfo>
37863
37864           <mediaobject>
37865             <imageobject>
37866               <imagedata fileref="images/opac/commentby.png"/>
37867             </imageobject>
37868           </mediaobject>
37869         </screenshot>
37870
37871         <para>If you have your <link linkend="OpacShowRecentComments">OpacShowRecentComments</link>
37872           set to show then you'll see the approved comments on that page.</para>
37873
37874         <screenshot>
37875           <screeninfo>Recent Comments List</screeninfo>
37876
37877           <mediaobject>
37878             <imageobject>
37879               <imagedata fileref="images/opac/recentcomments.png"/>
37880             </imageobject>
37881           </mediaobject>
37882         </screenshot>
37883       </section>
37884
37885       <section id="zotero">
37886         <title>Zotero</title>
37887
37888         <para>Zotero is a Firefox add on that allows for the saving and
37889         generating of a bibliography. Learn more about and download Zotero at
37890         <ulink url="http://zotero.org">http://zotero.org</ulink>.</para>
37891
37892         <para>When on the search results in the Koha OPAC, if you have Zotero
37893         installed, you will see a folder icon in the address bar to the right
37894         of the URL. Clicking that folder will open up a list of titles on the
37895         page for you to pick from to add to Zotero.</para>
37896
37897         <screenshot>
37898           <screeninfo>Zotero pop up</screeninfo>
37899
37900           <mediaobject>
37901             <imageobject>
37902               <imagedata fileref="images/opac/zoteroaddressbar.png"/>
37903             </imageobject>
37904           </mediaobject>
37905         </screenshot>
37906
37907         <para>Select the titles you want to add to Zotero and then click the
37908         'OK' button. This will add the title to Zotero. You can see the title
37909         by opening your Zotero library.</para>
37910
37911         <screenshot>
37912           <screeninfo>Title in the Zotero Library</screeninfo>
37913
37914           <mediaobject>
37915             <imageobject>
37916               <imagedata fileref="images/opac/zoterotitle.png"/>
37917             </imageobject>
37918           </mediaobject>
37919         </screenshot>
37920       </section>
37921
37922       <section id="customrss">
37923         <title>Custom RSS Feeds</title>
37924
37925         <para>Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for
37926         any SQL query (for example a new acquisitions RSS feed). rss.pl is run
37927         on the command line to produce an RSS XML document.</para>
37928
37929         <para>The output should be placed in a directory accessible to the
37930         OPAC (or staff) web interface so that users can download the RSS
37931         feed.</para>
37932
37933         <para>An example of usage can be found at: misc/cronjobs/rss.pl
37934         lastAcquired.conf</para>
37935
37936         <para>Normally rss.pl should be run periodically (e.g., daily) to keep
37937         the feed up-to-date.</para>
37938
37939         <para>The configuration file (e.g., lastAcquired.conf) lists</para>
37940
37941         <itemizedlist>
37942           <listitem>
37943             <para>name of the template file to use</para>
37944           </listitem>
37945
37946           <listitem>
37947             <para>path of output file</para>
37948           </listitem>
37949
37950           <listitem>
37951             <para>SQL query</para>
37952           </listitem>
37953         </itemizedlist>
37954
37955         <para>rss.pl runs the SQL query, then feeds the output of the query
37956         through the template to produce the output file.</para>
37957
37958         <para><important>
37959             <para>To use custom RSS feeds you need to turn on the rss.pl cron job.</para>
37960           </important></para>
37961       </section>
37962     </section>
37963     <section id="selfregistration">
37964       <title>OPAC Self Registration</title>
37965       <para>If you allow it, patrons can register for their own accounts via the OPAC.  If you have
37966         the <link linkend="PatronSelfRegistration">PatronSelfRegistration</link> preference set to
37967         'Allow' then patrons will see a link to register below the log in box on the right of the
37968         main OPAC page.</para>
37969       <screenshot>
37970           <screeninfo>Registration link in OPAC</screeninfo>
37971           <mediaobject>
37972             <imageobject>
37973               <imagedata fileref="images/opac/PatronSelfRegistration.png"/>
37974             </imageobject>
37975           </mediaobject>
37976         </screenshot>
37977       <para>When the patron clicks the 'Register here' link they will be brough to a registration
37978         page. The options on the registration page can be conrolled by editing the <link
37979           linkend="PatronSelfRegistrationBorrowerMandatoryField"
37980           >PatronSelfRegistrationBorrowerMandatoryField</link> and the <link
37981           linkend="PatronSelfRegistrationBorrowerUnwantedField"
37982           >PatronSelfRegistrationBorrowerUnwantedField</link> preferences.</para>
37983       <screenshot>
37984           <screeninfo>Registration form</screeninfo>
37985           <mediaobject>
37986             <imageobject>
37987               <imagedata fileref="images/opac/patronregistration.png"/>
37988             </imageobject>
37989           </mediaobject>
37990         </screenshot>
37991       <para>Once the patron has confirmed submitted their registration they will either be sent an
37992         email to confirm their account (if you have the <link linkend="PatronSelfRegistrationVerifyByEmail">PatronSelfRegistrationVerifyByEmail</link>
37993         preference to require this) or presented with their new username and password.</para>
37994       <screenshot>
37995           <screeninfo>New account confirmation</screeninfo>
37996           <mediaobject>
37997             <imageobject>
37998               <imagedata fileref="images/opac/patronregistrationcomplete.png"/>
37999             </imageobject>
38000           </mediaobject>
38001         </screenshot>
38002       <para>Patrons registered in this way will not have a cardnumber until assigned one by the
38003         library, but will have access to all OPAC functionality immediately. For this reason it is
38004         recommended that you:<itemizedlist>
38005           <listitem>
38006             <para>set up a provisional <link linkend="addingpatroncat">patron category</link> for
38007               self registered patrons (such as 'Self Registered) instead of using an existing patron
38008               category and set that value in the <link
38009                 linkend="PatronSelfRegistrationDefaultCategory"
38010                 >PatronSelfRegistrationDefaultCategory</link> preference</para>
38011           </listitem>
38012           <listitem>
38013             <para>give this patron category minimal circulation privileges in the <link
38014                 linkend="circfinerules">Circulation and Fine Rules</link> (such as allowing a couple
38015               holds, but no check outs)</para>
38016           </listitem>
38017         </itemizedlist>That way patrons will either have to come in to the library to verify their
38018         identity before given a cardnumber and the ability to check items out or the library will
38019         have to come up with internal policy on generating cardnumbers before providing them to self
38020         registered patrons. Once this is done the library can change the category to one that is
38021         more appropriate (be it an adult, resident, non resident, student, etc) and add a
38022         cardnumber/barcode.</para>
38023     </section>
38024
38025     <section id="opacmyaccount">
38026       <title>My Account</title>
38027
38028       <para>From the OPAC patrons can log in and access their account if you
38029       have set the <link linkend="opacuserlogin">opacuserlogin</link>
38030       preference to 'Allow'. Once logged in patrons are brought to their
38031       account summary. If you would like to get to your account in the OPAC,
38032       you can click on your name in the top right of any page in the
38033       OPAC.</para>
38034
38035       <section id="opacmysummary">
38036         <title>My Summary</title>
38037
38038         <screenshot>
38039           <screeninfo>My Summary</screeninfo>
38040
38041           <mediaobject>
38042             <imageobject>
38043               <imagedata fileref="images/opac/myaccount.png"/>
38044             </imageobject>
38045           </mediaobject>
38046         </screenshot>
38047
38048         <para>From the 'my summary' tab, patrons will see all of the items
38049         they have checked out with the overdue items highlighted in red. If
38050         you have <link linkend="OpacRenewalAllowed">OpacRenewalAllowed</link>
38051         set to 'Allow' then your patrons will be able to renew their books
38052         right from the OPAC. If you have HTML entered in the <link linkend="OPACMySummaryHTML">OPACMySummaryHTML</link> preference then
38053         you will see that to the right of the 'Fines' column.</para>
38054
38055         <screenshot>
38056           <screeninfo>Checked out tab with OPACMySummaryHTML set</screeninfo>
38057
38058           <mediaobject>
38059             <imageobject>
38060               <imagedata fileref="images/opac/opacsummary-wlinks.png"/>
38061             </imageobject>
38062           </mediaobject>
38063         </screenshot>
38064
38065         <para id="barcodeattribute">If your patrons would like to see the items barcodes on their
38066           list of checked out items you can set up a <link linkend="patronattributetypes">patron
38067             attribute</link> with the value of SHOW_BCODE and <link linkend="authorizedvalues"
38068             >authorized value</link> of YES_NO.</para>
38069
38070         <screenshot>
38071           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
38072
38073           <mediaobject>
38074             <imageobject>
38075               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
38076             </imageobject>
38077           </mediaobject>
38078         </screenshot>
38079
38080         <para>Then on the <link linkend="editpatrons">patron's record set the
38081         value</link> for SHOW_BCODE to yes.</para>
38082
38083         <screenshot>
38084           <screeninfo>Setting value for SHOW_BCODE on patron
38085           record</screeninfo>
38086
38087           <mediaobject>
38088             <imageobject>
38089               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
38090             </imageobject>
38091           </mediaobject>
38092         </screenshot>
38093
38094         <para>This will add a column to the check out summary in the OPAC that
38095         shows the patrons the barcodes of the items they have checked
38096         out.</para>
38097
38098         <screenshot>
38099           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
38100
38101           <mediaobject>
38102             <imageobject>
38103               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
38104             </imageobject>
38105           </mediaobject>
38106         </screenshot>
38107
38108         <para>Clicking on the 'Overdue' tab will show only the items that are
38109         overdue.</para>
38110
38111         <screenshot>
38112           <screeninfo>Overdue Items</screeninfo>
38113
38114           <mediaobject>
38115             <imageobject>
38116               <imagedata fileref="images/opac/myoverdues.png"/>
38117             </imageobject>
38118           </mediaobject>
38119         </screenshot>
38120
38121         <para>The 'Fines' tab will show just a total of what the patron owes.
38122         Clicking on the total will take them to the 'my fines' tab where they
38123         will see a complete breakdown of their fines and bills. If you don't
38124         charge fines at your library you can turn the display of these tabs
38125         off by setting the <link linkend="OPACFinesTab">OPACFinesTab</link>
38126         preference to 'Don't Allow.'</para>
38127
38128         <screenshot>
38129           <screeninfo>Patron Fines</screeninfo>
38130
38131           <mediaobject>
38132             <imageobject>
38133               <imagedata fileref="images/opac/myfines.png"/>
38134             </imageobject>
38135           </mediaobject>
38136         </screenshot>
38137
38138         <para>Finally, clicking on the 'Holds' tab will show the patron the status of all of the
38139           items they have on hold. </para>
38140
38141         <screenshot>
38142           <screeninfo>Patron holds status</screeninfo>
38143
38144           <mediaobject>
38145             <imageobject>
38146               <imagedata fileref="images/opac/myholds.png"/>
38147             </imageobject>
38148           </mediaobject>
38149         </screenshot>
38150
38151         <para>Patrons can cancel or suspend (depending on the value of your <link
38152             linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> system preference) their own holds if
38153           they are not in transit or already waiting for them. When they click 'Suspend' they will
38154           be presented with the option to choose a date for their hold to resume.<screenshot>
38155             <screeninfo>Suspend until</screeninfo>
38156             <mediaobject>
38157               <imageobject>
38158                 <imagedata fileref="images/opac/suspenduntil.png"/>
38159               </imageobject>
38160             </mediaobject>
38161           </screenshot></para>
38162         <para>They can also suspend all of their holds indefinitely or until a specific date if they
38163           choose by filling in the suspend options at the bottom of the page.</para>
38164
38165         <note>
38166           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
38167           preference set to "Don't allow" then you will not have the option to
38168           put an end date on the hold suspension</para>
38169         </note>
38170       </section>
38171
38172       <section id="opacmyaccount-flags">
38173         <title>Patron Flags</title>
38174
38175         <para>If you have <link linkend="patronflags">flagged your patron's
38176         account</link> they may see one of the following error messages at the
38177         top of their account.</para>
38178
38179         <itemizedlist>
38180           <listitem>
38181             <para>Card marked as lost</para>
38182
38183             <screenshot>
38184               <screeninfo>Library card lost</screeninfo>
38185
38186               <mediaobject>
38187                 <imageobject>
38188                   <imagedata fileref="images/opac/nocard.png"/>
38189                 </imageobject>
38190               </mediaobject>
38191             </screenshot>
38192           </listitem>
38193
38194           <listitem>
38195             <para>Patron address in question</para>
38196
38197             <screenshot>
38198               <screeninfo>Patron address in question</screeninfo>
38199
38200               <mediaobject>
38201                 <imageobject>
38202                   <imagedata fileref="images/opac/noaddress.png"/>
38203                 </imageobject>
38204               </mediaobject>
38205             </screenshot>
38206
38207             <itemizedlist>
38208               <listitem>
38209                 <note>
38210                   <para>this error message will not include a link to the
38211                   update form if you have <link linkend="OPACPatronDetails">OPACPatronDetails</link> set to
38212                   'Don't allow'</para>
38213                 </note>
38214               </listitem>
38215             </itemizedlist>
38216           </listitem>
38217
38218           <listitem>
38219             <para>Patron marked restricted</para>
38220
38221             <screenshot>
38222               <screeninfo>Patron restricted</screeninfo>
38223
38224               <mediaobject>
38225                 <imageobject>
38226                   <imagedata fileref="images/opac/debarred.png"/>
38227                 </imageobject>
38228               </mediaobject>
38229             </screenshot>
38230           </listitem>
38231         </itemizedlist>
38232       </section>
38233
38234       <section id="opacmyfines">
38235         <title>My Fines</title>
38236
38237         <para>If your library charges fines the next tab on the left is 'my
38238         fines.' Opening this tab will show the patron an entire history of
38239         their accounting at the library.</para>
38240
38241         <screenshot>
38242           <screeninfo>Library Fines &amp; Charges</screeninfo>
38243
38244           <mediaobject>
38245             <imageobject>
38246               <imagedata fileref="images/opac/mybilling.png"/>
38247             </imageobject>
38248           </mediaobject>
38249         </screenshot>
38250       </section>
38251
38252       <section id="opacmydetails">
38253         <title>My Details</title>
38254
38255         <para>If you have your <link linkend="OPACPatronDetails">OPACPatronDetails</link> preference
38256           set to 'Allow', your patrons will see a form filled in with their contacting information
38257           by clicking on the 'my personal details' tab. You can control what fields patrons see and
38258           can modify via the OPAC by setting the <link linkend="PatronSelfRegistrationBorrowerMandatoryField">PatronSelfRegistrationBorrowerMandatoryField</link>
38259           <link linkend="PatronSelfRegistrationBorrowerUnwantedField">PatronSelfRegistrationBorrowerUnwantedField</link> preferences.</para>
38260
38261         <screenshot>
38262           <screeninfo>Patron's personal details</screeninfo>
38263
38264           <mediaobject>
38265             <imageobject>
38266               <imagedata fileref="images/opac/myprofile.png"/>
38267             </imageobject>
38268           </mediaobject>
38269         </screenshot>
38270
38271         <para>Patrons can edit their details in this form and click 'Submit Changes' to have their
38272           edits sent to the library for review before their record is updated. Staff will see all
38273           patrons requesting modification to their record listed below the modules on the main
38274           dashboard along with anything else awaiting library attention.</para>
38275         <screenshot>
38276             <screeninfo>Patron requests waiting review</screeninfo>
38277             <mediaobject>
38278               <imageobject>
38279                 <imagedata fileref="images/opac/patronrequestwaiting.png"/>
38280               </imageobject>
38281             </mediaobject>
38282           </screenshot>
38283
38284         <para>If the <link linkend="OPACPatronDetails">OPACPatronDetails</link> preference is set to
38285           'Don't allow' then patrons will simply see their details and a message stating that they
38286           should contact the library for changes.</para>
38287
38288         <screenshot>
38289           <screeninfo>Patron's personal details with no edits</screeninfo>
38290
38291           <mediaobject>
38292             <imageobject>
38293               <imagedata fileref="images/opac/myprofile-noedit.png"/>
38294             </imageobject>
38295           </mediaobject>
38296         </screenshot>
38297       </section>
38298
38299       <section id="opacmytags">
38300         <title>My Tags</title>
38301
38302         <para>If your library has <link linkend="TagsEnabled">TagsEnabled</link> set to 'Allowed' then the
38303         next tab on the left will be 'my tags.' This tab will show patrons all
38304         of the tags in the system as a cloud and then all of the tags they
38305         have applied in a list format. From here patrons have the ability to
38306         remove tags that they have added if they want.</para>
38307
38308         <screenshot>
38309           <screeninfo>Patron's tags</screeninfo>
38310
38311           <mediaobject>
38312             <imageobject>
38313               <imagedata fileref="images/opac/mytags.png"/>
38314             </imageobject>
38315           </mediaobject>
38316         </screenshot>
38317       </section>
38318
38319       <section id="opacmypassword">
38320         <title>Change My Password</title>
38321
38322         <para>Next, if you have <link linkend="OpacPasswordChange">OpacPasswordChange</link> set to 'Allow'
38323         the next tab will be 'change my password,' where patrons can change
38324         their password for logging into the OPAC. Patrons will be presented
38325         with a standard form asking them to enter their old password and then
38326         their new password twice.</para>
38327
38328         <screenshot>
38329           <screeninfo>Change my password</screeninfo>
38330
38331           <mediaobject>
38332             <imageobject>
38333               <imagedata fileref="images/opac/mypassword.png"/>
38334             </imageobject>
38335           </mediaobject>
38336         </screenshot>
38337       </section>
38338
38339       <section id="opacmysearchistory">
38340         <title>My Search History</title>
38341
38342         <para>If you have your <link linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
38343         preference set to 'Allow' then your patrons can access their search
38344         history via the 'my search history' tab.</para>
38345
38346         <screenshot>
38347           <screeninfo>my search history tab</screeninfo>
38348
38349           <mediaobject>
38350             <imageobject>
38351               <imagedata fileref="images/opac/mysearchhistory.png"/>
38352             </imageobject>
38353           </mediaobject>
38354         </screenshot>
38355
38356         <para>The search history is a record of all searches run by the
38357         patron. Clicking on any of the search phrases will re-run the search
38358         for the patron. The search history can be deleted by the patron at any
38359         time by clicking the 'Delete your search history' link found at the
38360         top of this tab or by clicking the little red 'x' next to the 'Search
38361         history' link at the top right of the OPAC.</para>
38362
38363         <screenshot>
38364           <screeninfo>Search history link at the top right of the
38365           OPAC</screeninfo>
38366
38367           <mediaobject>
38368             <imageobject>
38369               <imagedata fileref="images/opac/searchistory.png"/>
38370             </imageobject>
38371           </mediaobject>
38372         </screenshot>
38373       </section>
38374
38375       <section id="opacmyhistory">
38376         <title>My Reading History</title>
38377
38378         <para>Depending on your library's setting for <link linkend="opacreadinghistory">opacreadinghistory</link> your patrons
38379         may see the 'my reading history' tab next. This will show the patron
38380         their entire reading history unless they have asked the library to not
38381         keep that information via the 'my privacy' tab which will appear if
38382         you have the <link linkend="OPACPrivacy">OPACPrivacy</link> preference
38383         set to 'Allow.'</para>
38384
38385         <screenshot>
38386           <screeninfo>Patron reading history</screeninfo>
38387
38388           <mediaobject>
38389             <imageobject>
38390               <imagedata fileref="images/opac/myhistory.png"/>
38391             </imageobject>
38392           </mediaobject>
38393         </screenshot>
38394         <para>If you have HTML entered in the <link linkend="OPACMySummaryHTML"
38395             >OPACMySummaryHTML</link> preference then you will see that to the right of the 'Date'
38396           column.</para>
38397       </section>
38398
38399       <section id="opacmyprivacy">
38400         <title>My Privacy</title>
38401
38402         <para>The 'my privacy' tab will appear if you have both the <link linkend="opacreadinghistory">opacreadinghistory</link> and the <link linkend="OPACPrivacy">OPACPrivacy</link> preferences set to 'Allow.'
38403         This tab will allow the patrons to decide how the library keeps their
38404         circulation history data.</para>
38405
38406         <screenshot>
38407           <screeninfo>my privacy tab</screeninfo>
38408
38409           <mediaobject>
38410             <imageobject>
38411               <imagedata fileref="images/opac/myprivacy.png"/>
38412             </imageobject>
38413           </mediaobject>
38414         </screenshot>
38415
38416         <para>The patron can choose from three options:</para>
38417
38418         <itemizedlist>
38419           <listitem>
38420             <para>Forever: keep my reading history without limit. This is the
38421             option for users who want to keep track of what they are
38422             reading.</para>
38423           </listitem>
38424
38425           <listitem>
38426             <para>Default: keep my reading history according to local laws.
38427             This is the default option : the library will keep your reading
38428             history for the duration permitted by local laws.</para>
38429           </listitem>
38430
38431           <listitem>
38432             <para>Never: Delete my reading history immediately. This will
38433             delete all record of the item that was checked-out upon
38434             check-in.</para>
38435           </listitem>
38436         </itemizedlist>
38437
38438         <para>Depending on the patron's suggestions the contents of the '<link linkend="opacmyhistory">my reading history</link>' tab and the '<link linkend="circhistory">Circulation History</link>' tab in the staff
38439         client may change.</para>
38440
38441         <para>Regardless of the patron's choice they can delete their reading
38442         history in bulk at any time by clicking the 'Immediate deletion'
38443         button.</para>
38444
38445         <screenshot>
38446           <screeninfo>Delete Circulation History</screeninfo>
38447
38448           <mediaobject>
38449             <imageobject>
38450               <imagedata fileref="images/opac/deletecirchistory.png"/>
38451             </imageobject>
38452           </mediaobject>
38453         </screenshot>
38454
38455         <para>Clicking this button will not delete items that are currently checked out, but will
38456           clear the patron's past reading history.<important>
38457             <para>In order for the patron to be able to delete their reading history you must have
38458               the <link linkend="AnonymousPatron">AnonymousPatron</link> preference set.</para>
38459           </important></para>
38460       </section>
38461
38462       <section id="opacmysuggestions">
38463         <title>My Purchase Suggestions</title>
38464
38465         <para>If your library allows patrons to make purchase suggestions the
38466         next tab will show all suggestions that the patron made to the library
38467         and their statuses. To disable this tab and the suggestion
38468         functionality set the <link linkend="suggestionspref">suggestion</link> preference to 'Don't
38469         allow.'</para>
38470
38471         <screenshot>
38472           <screeninfo>Patron purchase suggestions</screeninfo>
38473
38474           <mediaobject>
38475             <imageobject>
38476               <imagedata fileref="images/opac/mysuggestions.png"/>
38477             </imageobject>
38478           </mediaobject>
38479         </screenshot>
38480         <para>If you have <link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link>
38481           set to 'Show' then patrons will be able to search suggestions from the top of this
38482           list.</para>
38483       </section>
38484
38485       <section id="opacmymsgs">
38486         <title>My Messaging</title>
38487
38488         <para>If your library has the <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
38489         preference set to 'Allow' then your patrons will be able to choose
38490         which messages they receive from the library (with the exception of
38491         overdue notices which the library controls).</para>
38492
38493         <screenshot>
38494           <screeninfo>Patron messaging preferences</screeninfo>
38495
38496           <mediaobject>
38497             <imageobject>
38498               <imagedata fileref="images/opac/mymessages.png"/>
38499             </imageobject>
38500           </mediaobject>
38501         </screenshot>
38502
38503         <para>If you also allow SMS messages with the <link linkend="SMSSendDriver">SMSSendDriver</link> preference, you will see
38504         an additional column to receive these messages as SMS (or text
38505         messages) and a field for a cell (or SMS) number.</para>
38506
38507         <screenshot>
38508           <screeninfo>SMSSendDriver in the OPAC</screeninfo>
38509
38510           <mediaobject>
38511             <imageobject>
38512               <imagedata fileref="images/opac/OPACSMSSendDriver.png"/>
38513             </imageobject>
38514           </mediaobject>
38515         </screenshot>
38516         <para>If you are using the <link linkend="TalkingTechItivaPhoneNotification">Itiva Talking
38517             Tech</link> service you will see an additional column to receive these messages via Phone.<screenshot>
38518             <screeninfo>Phone messaging preferences in the OPAC</screeninfo>
38519             <mediaobject>
38520               <imageobject>
38521                 <imagedata fileref="images/opac/opacphonemsg.png"/>
38522               </imageobject>
38523             </mediaobject>
38524           </screenshot></para>
38525         <itemizedlist>
38526           <listitem>
38527             <para>These notices are:</para>
38528             <itemizedlist>
38529               <listitem>
38530                 <para>Advanced notice : A notice in advance of the patron's items being due (The
38531                   patron can choose the number of days in advance)</para>
38532               </listitem>
38533               <listitem>
38534                 <para>Item checkout : A notice that lists all the of the items the patron has just
38535                   checked out and/or renewed, this is an electronic form of the checkout
38536                   receipt</para>
38537               </listitem>
38538               <listitem>
38539                 <para>Hold filled : A notice when you have confirmed the hold is waiting for the
38540                   patron</para>
38541               </listitem>
38542               <listitem>
38543                 <para>Item due : A notice on the day and item is due back at the library</para>
38544               </listitem>
38545               <listitem>
38546                 <para>Item check-in : A notice that lists all the of the items the patron has just
38547                   checked in</para>
38548               </listitem>
38549             </itemizedlist>
38550           </listitem>
38551         </itemizedlist>
38552         <para>Patrons can choose to receive their notices as a digest by checking the 'Digest only?'
38553           box along with the delivery method.  A digest is a combination of all the messages of that
38554           type (so all items due in 3 days in one email) in to one email instead of multiple emails
38555           for each alert.</para>
38556         <important>
38557           <para>You must choose a delivery method (SMS or Email or Phone) along with 'Digest only?'
38558             if you would like to receive a digest of the messages.</para>
38559         </important>
38560       </section>
38561
38562       <section id="opacmylists">
38563         <title>My Lists</title>
38564
38565         <para>Finally, if your library has the <link linkend="virtualshelves">virtualshelves</link> set to 'Allow' then the
38566         last tab will by 'my lists.' From here your patrons can review public
38567         lists and create or edit their own private lists.</para>
38568
38569         <screenshot>
38570           <screeninfo>Patron lists</screeninfo>
38571
38572           <mediaobject>
38573             <imageobject>
38574               <imagedata fileref="images/opac/mylists.png"/>
38575             </imageobject>
38576           </mediaobject>
38577         </screenshot>
38578       </section>
38579     </section>
38580
38581     <section id="purchasesuggest">
38582       <title>Purchase Suggestions</title>
38583
38584       <para>If your library has the <link linkend="suggestionspref">suggestion</link> preference set to 'Allow'
38585       then patrons will have the option to make purchase suggestions in
38586       several areas in the OPAC.</para>
38587
38588       <para>If you are allowing everyone to see the purchase suggestions made by others with the
38589           <link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link> preference,
38590         then there will be a link at the top of your OPAC under the search box.</para>
38591
38592       <screenshot>
38593         <screeninfo>Purchase Suggestions Link on Search Box</screeninfo>
38594
38595         <mediaobject>
38596           <imageobject>
38597             <imagedata fileref="images/opac/suggestfromsearch.png"/>
38598           </imageobject>
38599         </mediaobject>
38600       </screenshot>
38601
38602       <para>There will be a link when the patron finds nothing for their
38603       search.</para>
38604
38605       <screenshot>
38606         <screeninfo>Purchase Suggestion Link from Search Results</screeninfo>
38607
38608         <mediaobject>
38609           <imageobject>
38610             <imagedata fileref="images/opac/suggestfromnoresults.png"/>
38611           </imageobject>
38612         </mediaobject>
38613       </screenshot>
38614
38615       <para>And there will be a link on the patron's <link linkend="opacmysuggestions">My Purchase Suggestions</link> tab.</para>
38616
38617       <screenshot>
38618         <screeninfo>Purchase Suggestion from My Purchase Suggestions
38619         Tab</screeninfo>
38620
38621         <mediaobject>
38622           <imageobject>
38623             <imagedata fileref="images/opac/suggestfrommyaccount.png"/>
38624           </imageobject>
38625         </mediaobject>
38626       </screenshot>
38627
38628       <para>Clicking any one of these links will open the purchase suggestion
38629       form.</para>
38630
38631       <screenshot>
38632         <screeninfo>New Purchase Suggestion</screeninfo>
38633
38634         <mediaobject>
38635           <imageobject>
38636             <imagedata fileref="images/opac/newsuggestion.png"/>
38637           </imageobject>
38638         </mediaobject>
38639       </screenshot>
38640
38641       <itemizedlist>
38642         <listitem>
38643           <para>From the form on the 'Title' is required by the
38644           library.</para>
38645         </listitem>
38646
38647         <listitem>
38648           <para>If you would like the 'Reason for suggestion' menu shown in
38649           the screenshot above to appear on your suggestions list you need to
38650           add an <link linkend="authorizedvalues">authorized value</link>
38651           category titled 'OPAC_SUG' and include reasons as values in that
38652           list.</para>
38653         </listitem>
38654
38655         <listitem>
38656           <para>If you would like the patron to be able to choose which branch
38657           they are making a suggestion for you need to set the <link linkend="AllowPurchaseSuggestionBranchChoice">AllowPurchaseSuggestionBranchChoice</link>
38658           preference to 'Allow'</para>
38659         </listitem>
38660       </itemizedlist>
38661
38662       <para>Once the form is submitted the data will be saved to the <link linkend="managesuggest">Acquisitions</link> module for the librarians to
38663       manage.</para>
38664     </section>
38665     <section id="mobileopac">
38666       <title>Mobile OPAC</title>
38667       <para>If you have chosen to use the CCSR theme (set in the <link linkend="opacthemes">opacthemes</link> preference) then you also have a mobile specific view for your OPAC.  </para>
38668       <para>The main page of your OPAC will be customized per your <link linkend="opacprefs">OPAC
38669           system preferences</link> (always be sure to test in customizations on the desktop in
38670         multiple browsers and on as many mobile devices as possible.  Your main page will look
38671         something like this:</para>
38672       <para>
38673         <screenshot>
38674           <screeninfo>Mobile OPAC</screeninfo>
38675           <mediaobject>
38676             <imageobject>
38677               <imagedata fileref="images/opac/mobile/mobileccsr.png"/>
38678             </imageobject>
38679           </mediaobject>
38680         </screenshot>
38681       </para>
38682       <para>Your search results will look something like this:</para>
38683       <para>
38684         <screenshot>
38685           <screeninfo>Mobile search results</screeninfo>
38686           <mediaobject>
38687             <imageobject>
38688               <imagedata fileref="images/opac/mobile/mobilesearchccsr.png"/>
38689             </imageobject>
38690           </mediaobject>
38691         </screenshot>
38692       </para>
38693       <para>A detail page will show more info along with the place hold link in the top right</para>
38694       <screenshot>
38695           <screeninfo/>
38696           <mediaobject>
38697             <imageobject>
38698               <imagedata fileref="images/opac/mobile/mobiledetail.png"/>
38699             </imageobject>
38700           </mediaobject>
38701         </screenshot>
38702       <para>Clicking the place hold link on the search results or detail page will open up the holds
38703         screen for placing holds</para>
38704       <screenshot>
38705           <screeninfo/>
38706           <mediaobject>
38707             <imageobject>
38708               <imagedata fileref="images/opac/mobile/mobilehold.png"/>
38709             </imageobject>
38710           </mediaobject>
38711         </screenshot>
38712       <para>Patrons will be able to log in to their account and see what they have checked out</para>
38713       <screenshot>
38714           <screeninfo/>
38715           <mediaobject>
38716             <imageobject>
38717               <imagedata fileref="images/opac/mobile/mobilemyaccount.png"/>
38718             </imageobject>
38719           </mediaobject>
38720         </screenshot>
38721       <para>Once logged in they can click the menu button in the top left to see the usualy patron
38722         account menu</para>
38723       <screenshot>
38724           <screeninfo/>
38725           <mediaobject>
38726             <imageobject>
38727               <imagedata fileref="images/opac/mobile/mobilemenu.png"/>
38728             </imageobject>
38729           </mediaobject>
38730         </screenshot>
38731       <para>They will be able to renew items (if you allow renewals via the OPAC)</para>
38732       <screenshot>
38733           <screeninfo/>
38734           <mediaobject>
38735             <imageobject>
38736               <imagedata fileref="images/opac/mobile/mobilerenew.png"/>
38737             </imageobject>
38738           </mediaobject>
38739         </screenshot>
38740     </section>
38741   </chapter>
38742
38743   <chapter id="searching">
38744     <title>Searching</title>
38745
38746     <para/>
38747
38748     <section id="searchprefixes">
38749       <title>Advanced Search Prefixes</title>
38750
38751       <para>The following prefixes can be added to search terms in the keyword
38752       search box to limit items returned</para>
38753
38754       <itemizedlist>
38755         <listitem>
38756           <para>ti: title search</para>
38757
38758           <itemizedlist>
38759             <listitem>
38760               <para>ex. ti:hamlet</para>
38761             </listitem>
38762           </itemizedlist>
38763         </listitem>
38764
38765         <listitem>
38766           <para>su: subject search</para>
38767
38768           <itemizedlist>
38769             <listitem>
38770               <para>ex. su:cooking</para>
38771             </listitem>
38772           </itemizedlist>
38773         </listitem>
38774
38775         <listitem>
38776           <para>pb: publisher search</para>
38777
38778           <itemizedlist>
38779             <listitem>
38780               <para>ex. pb:penguin</para>
38781             </listitem>
38782           </itemizedlist>
38783         </listitem>
38784
38785         <listitem>
38786           <para>au: author search</para>
38787
38788           <itemizedlist>
38789             <listitem>
38790               <para>ex. au:rowling</para>
38791             </listitem>
38792           </itemizedlist>
38793         </listitem>
38794
38795         <listitem>
38796           <para>su-geo: geographic subjects</para>
38797
38798           <itemizedlist>
38799             <listitem>
38800               <para>ex. su-geo:wales and kw:description and kw:travel</para>
38801             </listitem>
38802           </itemizedlist>
38803         </listitem>
38804
38805         <listitem>
38806           <para>bc: barcode</para>
38807
38808           <itemizedlist>
38809             <listitem>
38810               <para>ex. bc:502326000912</para>
38811             </listitem>
38812           </itemizedlist>
38813         </listitem>
38814
38815         <listitem>
38816           <para>lex: lexile</para>
38817
38818           <itemizedlist>
38819             <listitem>
38820               <para>levels lex:510</para>
38821             </listitem>
38822           </itemizedlist>
38823         </listitem>
38824       </itemizedlist>
38825
38826       <para/>
38827     </section>
38828
38829     <section id="searchguide">
38830       <sectioninfo>
38831         <authorgroup>
38832           <author>
38833             <firstname>Becky</firstname>
38834             <surname>Bell</surname>
38835             <affiliation>
38836               <orgname>WALDO</orgname>
38837             </affiliation>
38838           </author>
38839           
38840           <editor>
38841             <firstname>Nicole C.</firstname>
38842             <surname>Engard</surname>
38843             <contrib>Fixed typos, changed content where necessary and added new
38844               screenshots.</contrib>
38845           </editor>
38846         </authorgroup>
38847         
38848         <pubdate>October 2008</pubdate>
38849       </sectioninfo>
38850       <title>Guide to Searching</title>
38851
38852       <para>This brief guide will explain a chart that shows a sample of how a
38853       MARC21 database can be configured, as well as a brief introductory
38854       searching guide. The indexing fields described in this document relate
38855       to the bibliographic data and does not address authority database
38856       indexing.</para>
38857
38858       <section id="searchguide-indexing">
38859         <title>Indexing and Searching Description</title>
38860
38861         <para>Koha's databases are indexed by the Zebra open-source software.
38862         The overview to the documentation describes Zebra as:</para>
38863
38864         <blockquote>
38865           <para>"...Zebra is a high-performance, general-purpose structured
38866           text indexing and retrieval engine. It reads records in a variety of
38867           input formats (eg. email, XML, MARC) and provides access to them
38868           through a powerful combination of Boolean search expressions and
38869           relevance-ranked free-text queries.</para>
38870
38871           <para>Zebra supports large databases (tens of millions of records,
38872           tens of gigabytes of data). It allows safe, incremental database
38873           updates on live systems. Because Zebra supports the
38874           industry-standard information retrieval protocol, Z39.50, you can
38875           search Zebra databases using an enormous variety of programs and
38876           toolkits, both commercial and free, which understands this
38877           protocol..." Zebra - User's Guide and Reference, p. 1, <ulink url="http://www.indexdata.dk/zebra/doc/zebra.pdf">http://www.indexdata.dk/zebra/doc/zebra.pdf</ulink></para>
38878         </blockquote>
38879
38880         <para>This brief guide will explain a chart that shows a sample of how
38881         a MARC21 database can be configured, as well as a brief introductory
38882         searching guide. The indexing fields described in this document relate
38883         to the bibliographic data and does not address authority database
38884         indexing.</para>
38885
38886         <note>
38887           <para>The indexing described in this document is the set used by
38888           SouthEastern University. Your local indexing may vary.</para>
38889         </note>
38890       </section>
38891
38892       <section id="searchguide-indexconfig">
38893         <title>Indexing Configuration</title>
38894
38895         <para>There are three configuration files that Koha uses while
38896         indexing.</para>
38897
38898         <para>The first configuration file (etc/zebradb/biblios/etc/bib1.att)
38899         contains the Z39.50 bib-1 attribute list, plus the Koha local use
38900         attributes for Biblio Indexes, Items Index, and Fixed Fields and other
38901         special indexes. The Z39.50 Bib-1 profile is made up of several
38902         different types of attributes: Use, Relation, Position, Structure,
38903         Truncation, and Completeness. The bib-1 'Use' attribute is represented
38904         on the chart; the other attributes are used primarily when doing
38905         searches. While there are over 150+ use attributes that could be used
38906         to define your indexing set, it's unlikely that you will choose to use
38907         them all. The attributes you elect to use are those that become the
38908         indexing rules for your database. The other five attribute sets define
38909         the various ways that a search can be further defined, and will not
38910         specifically be addressed in this document. For a complete list of the
38911         standard Bib-1 attributes, go to <ulink url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink>.</para>
38912
38913         <para>The second file
38914         (etc/zebradb/marc_defs/[marc21|unimarc]/biblios/record.abs) contains
38915         the abstract syntax which maps the MARC21 tags to the set of Use
38916         Attributes you choose to use. The rules established in this file
38917         provides a passable Bath level 0 and 1 service, which includes author,
38918         title, subject, keyword and exact services such as standard
38919         identifiers (LCCN, ISBN, ISSN, etc.)</para>
38920
38921         <para>The third file (etc/zebradb/ccl.properties) is the Common
38922         Command Language (CCL) field mappings. This file combines the bib-1
38923         attribute set file and the abstract file and adds the qualifiers,
38924         usually known as index names. The qualifiers, or indexes, for this
38925         database are: pn, cpn, cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su,
38926         su-to, su-geo, su-ut, yr,pubdate, acqdate, ln, pl, ab, nt, rtype,
38927         mc-rtype, mus, au, su-na, kw, pb, ctype, and an.</para>
38928
38929         <para>The <link linkend="kohasearchindexes">Koha Indexing Chart</link> summarizes the
38930           contents of all three of these files in a more readable format. The first two columns
38931           labeled Z39.50 attribute and Z39.50 name matches the Z39.50 bib-1 attributes file. The
38932           third column labeled MARC tags indexed is where you find which MARC tags are mapped to an
38933           attribute. The fourth column labeled Qualifiers identifies the search abbreviations used
38934           in the internal CCL query. The following description provides a definition for the word
38935           'qualifiers'.</para>
38936
38937         <para><emphasis>Qualifiers are used to direct the search to a
38938         particular searchable index, such as title (ti) and author indexes
38939         (au). The CCL standard itself doesn't specify a particular set of
38940         qualifiers, but it does suggest a few shorthand notations. You can
38941         customize the CCL parser to support a particular set of qualifiers to
38942         reflect the current target profile. Traditionally, a qualifier would
38943         map to a particular use-attribute within the BIB-1attribute set. It is
38944         also possible to set other attributes, such as the structure
38945         attribute.</emphasis></para>
38946
38947         <para>In the MARC tags indexed column, there are some conventions used
38948         that have specific meanings. They are:</para>
38949
38950         <itemizedlist>
38951           <listitem>
38952             <para>A three digit tag (100) means that all subfields in the tag
38953             can be used in a search query. So, if you enter a search for
38954             'Jackson' as an author, you will retrieve records where Jackson
38955             could be the last name or the first name.</para>
38956           </listitem>
38957
38958           <listitem>
38959             <para>A three digit tag that has a '$' followed by a letter
38960             (600$a) means that a search query will only search the 'a'
38961             subfield.</para>
38962           </listitem>
38963
38964           <listitem>
38965             <para>A three digit tag that is followed by a ':' and a letter
38966             (240:w) means that a search query can be further qualified. The
38967             letter following the ':' identifies how to conduct the search. The
38968             most common values you'll see are 'w' (word), 'p' (phrase), 's'
38969             (sort), and 'n' (numeric).</para>
38970           </listitem>
38971         </itemizedlist>
38972
38973         <para>The contents of the MARC tags, subfields, and/or fixed field
38974         elements that are listed in this chart are all indexed. You'll see
38975         that every attribute line is not mapped to a specific qualifier
38976         (index)-LC card number, line 9 is one example. However, every indexed
38977         word (a string of characters preceded and succeeded by a space) can be
38978         searched using a keyword (kw) search. So, although an LC card number
38979         specific index doesn't exist, you can still search by the LCCN since
38980         tag 010 is assigned to the LC-card-number attribute. To verify this,
38981         enter 72180055 in the persistent search box. You should retrieve The
38982         gods themselves, by Isaac Asimov.</para>
38983
38984         <para>Examples of fixed field elements indexing can be seen on the
38985         chart between Attribute 8822 and Attribute 8703. These attributes are
38986         most commonly used for limiting. The fixed field attributes currently
38987         represent the BK codes. Other format codes, if needed, could be
38988         defined.</para>
38989       </section>
38990
38991       <section id="searchguide-basics">
38992         <title>Basic Searching</title>
38993
38994         <para>The search box that library staff and library patrons will see
38995         most often is the persistent search box at the top of the page. Koha
38996         interprets the searches as keyword searches.</para>
38997
38998         <screenshot>
38999           <screeninfo>Koha search box</screeninfo>
39000
39001           <mediaobject>
39002             <imageobject>
39003               <imagedata fileref="images/searching/searchbox.png"/>
39004             </imageobject>
39005           </mediaobject>
39006         </screenshot>
39007
39008         <para>To start a search, you enter a word or multiple words in the
39009         search box. When a single word is entered, a keyword search is
39010         performed. You can check this out by typing one word into the form and
39011         note the number of results located. Then, repeat the search with a
39012         minor change. In front of the search word, type 'kw=' followed by the
39013         same search term. The results will be identical.</para>
39014
39015         <para>When you have more than one word in the search box, Koha will
39016         still do a keyword search, but a bit differently. Each word will be
39017         searched on its own, then the Boolean connector 'and' will narrow your
39018         search to those items with all words contained in matching
39019         records.</para>
39020
39021         <para>Suppose you want to find material about how libraries are using
39022         mashups. You'll select the major words and enter them into the
39023         persistent search box.</para>
39024
39025         <screenshot>
39026           <screeninfo>Keyword Search</screeninfo>
39027
39028           <mediaobject>
39029             <imageobject>
39030               <imagedata fileref="images/searching/searchterms.png"/>
39031             </imageobject>
39032           </mediaobject>
39033         </screenshot>
39034
39035         <para>The response to this search is:</para>
39036
39037         <screenshot>
39038           <screeninfo>Results</screeninfo>
39039
39040           <mediaobject>
39041             <imageobject>
39042               <imagedata fileref="images/searching/resultssummary.png"/>
39043             </imageobject>
39044           </mediaobject>
39045         </screenshot>
39046
39047         <para>The order of the words does not affect the retrieval results, so
39048         you could also enter the search as "mashups library". The response to
39049         this search is results</para>
39050
39051         <screenshot>
39052           <screeninfo>Results</screeninfo>
39053
39054           <mediaobject>
39055             <imageobject>
39056               <imagedata fileref="images/searching/resultssummary2.png"/>
39057             </imageobject>
39058           </mediaobject>
39059         </screenshot>
39060
39061         <para>Too many words in the search box will find very few matches, as
39062         the following example illustrates:</para>
39063
39064         <screenshot>
39065           <screeninfo>No results found</screeninfo>
39066
39067           <mediaobject>
39068             <imageobject>
39069               <imagedata fileref="images/searching/noresults.png"/>
39070             </imageobject>
39071           </mediaobject>
39072         </screenshot>
39073       </section>
39074
39075       <section id="searchguide-advanced">
39076         <title>Advanced Searching</title>
39077
39078         <para>When you can't find the most appropriate material with a general
39079         search, you can move to the Advanced Search page by clicking on the
39080         Search option on the persistent toolbar.</para>
39081
39082         <screenshot>
39083           <screeninfo>Koha Menu</screeninfo>
39084
39085           <mediaobject>
39086             <imageobject>
39087               <imagedata fileref="images/searching/menubar.png"/>
39088             </imageobject>
39089           </mediaobject>
39090         </screenshot>
39091
39092         <para>The Advanced Search page offers many ways to limit the results
39093         of your search. You can search using the Boolean operators AND, OR,
39094         and NOT; limit by item type; limit by year and language; limit by
39095         subtypes audience, content, format, or additional content types; by
39096         location and by availability.</para>
39097
39098         <para>The first limiting section on the Advanced Search page provides
39099         a quick and simple way to use the Boolean operators in your search.
39100         Note that this display depends on a system preference setting. This
39101         option can be found on the Administration &gt; System Preferences &gt;
39102         Searching page. The option called <link linkend="expandedSearchOption">expandedSearchOption</link> must be set
39103         to 'show' to see the following display.</para>
39104
39105         <screenshot>
39106           <screeninfo>Advanced Search Options</screeninfo>
39107
39108           <mediaobject>
39109             <imageobject>
39110               <imagedata fileref="images/searching/searchoptions.png"/>
39111             </imageobject>
39112           </mediaobject>
39113         </screenshot>
39114
39115         <para>In this section you can choose among the many indexes by
39116         clicking on the arrow in the first box. The blank box that follows is
39117         where you enter your first search term or terms. On the second line,
39118         you can choose the Boolean operator you want to use in your search.
39119         The options are 'and', 'or', and 'not'. Then, you would again choose
39120         the index to search, followed by the second term or terms. If you have
39121         more concepts you want to include in your search, you can click the
39122         [+] to add another line for your search.</para>
39123
39124         <para>A sample search is shown next, followed by its results:</para>
39125
39126         <screenshot>
39127           <screeninfo>Advanced Search</screeninfo>
39128
39129           <mediaobject>
39130             <imageobject>
39131               <imagedata fileref="images/searching/advsearch.png"/>
39132             </imageobject>
39133           </mediaobject>
39134         </screenshot>
39135
39136         <screenshot>
39137           <screeninfo>Results from Advanced Search</screeninfo>
39138
39139           <mediaobject>
39140             <imageobject>
39141               <imagedata fileref="images/searching/numresults.png"/>
39142             </imageobject>
39143           </mediaobject>
39144         </screenshot>
39145
39146         <para>When you use the Boolean operators to broaden or narrow a
39147         search, remember the action of each operator. The 'and' operator
39148         narrows the results you'll retrieve because the search will retrieve
39149         the records that include all your search terms. The 'or' operator
39150         expands the results because the search will look for occurrences of
39151         all of your search terms. The 'not' operator excludes records with the
39152         term that follows the operator.</para>
39153
39154         <para>Note: If you leave this <link linkend="expandedSearchOption">expandedSearchOption</link> set to
39155         'don't show', this is the display you will see:</para>
39156
39157         <screenshot>
39158           <screeninfo>Fewer Search Options</screeninfo>
39159
39160           <mediaobject>
39161             <imageobject>
39162               <imagedata fileref="images/searching/feweropts.png"/>
39163             </imageobject>
39164           </mediaobject>
39165         </screenshot>
39166
39167         <para>The Advanced Search page then shows the multiple kinds of limits
39168         that can be applied to your search results. Either check a box or
39169         select from the drop down menus to narrow your search. You will type
39170         the year, year range, or a 'greater than (&gt;)' or 'less than (&lt;)'
39171         year.</para>
39172
39173         <screenshot>
39174           <screeninfo>Other Advanced Search Options</screeninfo>
39175
39176           <mediaobject>
39177             <imageobject>
39178               <imagedata fileref="images/searching/advoptions.png"/>
39179             </imageobject>
39180           </mediaobject>
39181         </screenshot>
39182
39183         <para>Finally, you can choose how the results will be sorted. The
39184         pre-defined sort options are in the final area of the Advanced Search
39185         screen.</para>
39186
39187         <screenshot>
39188           <screeninfo>Sort Results By</screeninfo>
39189
39190           <mediaobject>
39191             <imageobject>
39192               <imagedata fileref="images/searching/advsortby.png"/>
39193             </imageobject>
39194           </mediaobject>
39195         </screenshot>
39196
39197         <para>The default sort is by relevance, although you can choose to sort by author, by title,
39198           by call number, by dates, or by popularity (which uses the information on total issues
39199           found in the items table). If you would prefer a different default sort, you can set <link
39200             linkend="defaultSortField">defaultSortField</link> to one of the other choices in
39201           Administration &gt; System Preferences &gt; Searching.</para>
39202       </section>
39203
39204       <section id="searchguide-ccl">
39205         <title>Common Command Language Searching</title>
39206
39207         <para>Koha uses the Common Command Language (CCL) (ISO 8777) as its
39208         internal search protocol. Searches initiated in the graphical
39209         interface use this protocol as well, although the searcher doesn't
39210         know which indexes, operators and limiters are available and being
39211         used to conduct their search. The searcher can use the Advanced Search
39212         when more precise results set are desired and where the search indexes
39213         are somewhat known. However, some library users and many library staff
39214         prefer using a command based structure. This part of the document will
39215         present and explain the use of the Koha command based structure. The
39216         indexes, operators, and limiters used are identical to those used in
39217         the graphical interface.</para>
39218
39219         <section id="searchguide-indexes">
39220           <title>Indexes</title>
39221
39222           <para>The CCL standard itself doesn't specify a particular set of
39223           qualifiers (indexes), but it does suggest a few short-hand notations
39224           such as 'ti', 'au', and 'su'. Koha has a default set of indexes;
39225           it's possible to customize that set by adding needed indexes based
39226           on local requirements. A qualifier (index) maps to a particular
39227           use-attribute within the Z39.50 BIB-1 attribute set. The complete
39228           Z39.50 Bib-1 Attribute can be viewed at <ulink url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink>.</para>
39229
39230           <para>The standard Koha set of indexes is a fairly common example of
39231           MARC21 indexing rules. The indexes that are defined in Koha are
39232           indexes typically used by other integrated library systems. The
39233           defined Z39.50 Bib-1 Attribute mapped to the indexes include:</para>
39234
39235           <table cellpadding="4" cellspacing="4" frame="all">
39236             <title>Attributes</title>
39237
39238             <tgroup align="left" cols="2" colsep="1" rowsep="1">
39239               <thead>
39240                 <row>
39241                   <entry>Bib-1 Attribute</entry>
39242
39243                   <entry>Qualifier (index)</entry>
39244                 </row>
39245               </thead>
39246
39247               <tbody>
39248                 <row>
39249                   <entry>Personal-name</entry>
39250
39251                   <entry>pn</entry>
39252                 </row>
39253
39254                 <row>
39255                   <entry>Corporate-name</entry>
39256
39257                   <entry>cpn</entry>
39258                 </row>
39259
39260                 <row>
39261                   <entry>Conference-name</entry>
39262
39263                   <entry>cfn</entry>
39264                 </row>
39265
39266                 <row>
39267                   <entry>Title</entry>
39268
39269                   <entry>ti</entry>
39270                 </row>
39271
39272                 <row>
39273                   <entry>Title-series</entry>
39274
39275                   <entry>se</entry>
39276                 </row>
39277
39278                 <row>
39279                   <entry>Title-uniform</entry>
39280
39281                   <entry>ut</entry>
39282                 </row>
39283
39284                 <row>
39285                   <entry>ISBN</entry>
39286
39287                   <entry>nb</entry>
39288                 </row>
39289
39290                 <row>
39291                   <entry>ISSN</entry>
39292
39293                   <entry>ns</entry>
39294                 </row>
39295
39296                 <row>
39297                   <entry>Local number</entry>
39298
39299                   <entry>sn</entry>
39300                 </row>
39301
39302                 <row>
39303                   <entry>Local-classification</entry>
39304
39305                   <entry>lcn and callnum</entry>
39306                 </row>
39307
39308                 <row>
39309                   <entry>Subject</entry>
39310
39311                   <entry>su, su-to, su-geo, su-ut</entry>
39312                 </row>
39313
39314                 <row>
39315                   <entry>Pubdate</entry>
39316
39317                   <entry>yr,pubdate</entry>
39318                 </row>
39319
39320                 <row>
39321                   <entry>Date-of-Acquisition</entry>
39322
39323                   <entry>acqdate</entry>
39324                 </row>
39325
39326                 <row>
39327                   <entry>Language</entry>
39328
39329                   <entry>ln</entry>
39330                 </row>
39331
39332                 <row>
39333                   <entry>Place-of-publication</entry>
39334
39335                   <entry>pl</entry>
39336                 </row>
39337
39338                 <row>
39339                   <entry>Abstract</entry>
39340
39341                   <entry>ab</entry>
39342                 </row>
39343
39344                 <row>
39345                   <entry>Notes</entry>
39346
39347                   <entry>nt</entry>
39348                 </row>
39349
39350                 <row>
39351                   <entry>Record-type</entry>
39352
39353                   <entry>rtype, mc-rtype, mus</entry>
39354                 </row>
39355
39356                 <row>
39357                   <entry>Author</entry>
39358
39359                   <entry>au, aut</entry>
39360                 </row>
39361
39362                 <row>
39363                   <entry>Subject-person-name</entry>
39364
39365                   <entry>su-na</entry>
39366                 </row>
39367
39368                 <row>
39369                   <entry>Any (keyword)</entry>
39370
39371                   <entry>kw</entry>
39372                 </row>
39373
39374                 <row>
39375                   <entry>Publisher</entry>
39376
39377                   <entry>pb</entry>
39378                 </row>
39379
39380                 <row>
39381                   <entry>Content-type</entry>
39382
39383                   <entry>ctype</entry>
39384                 </row>
39385
39386                 <row>
39387                   <entry>Koha-Auth-Number</entry>
39388
39389                   <entry>an</entry>
39390                 </row>
39391
39392                 <row>
39393                   <entry>Author-personal-bibliography</entry>
39394
39395                   <entry>aub</entry>
39396                 </row>
39397
39398                 <row>
39399                   <entry>Author-in-order</entry>
39400
39401                   <entry>auo</entry>
39402                 </row>
39403               </tbody>
39404             </tgroup>
39405           </table>
39406
39407           <para>Refer to the <link linkend="kohasearchindexes">Koha Indexing Chart</link> for the
39408             MARC21 tags mapped to each Bib-1 Attribute and index combination.</para>
39409
39410           <section id="search-audexamp">
39411             <title>Audience Examples</title>
39412
39413             <itemizedlist>
39414               <listitem>
39415                 <para>aud:a Preschool</para>
39416               </listitem>
39417               <listitem>
39418                 <para>aud:b Primary</para>
39419               </listitem>
39420               <listitem>
39421                 <para>aud:c Pre-Adolescent</para>
39422               </listitem>
39423               <listitem>
39424                 <para>aud:d Adolescent</para>
39425               </listitem>
39426
39427               <listitem>
39428                 <para>aud:e Adult</para>
39429               </listitem>
39430               <listitem>
39431                 <para>aud:f Specialized</para>
39432               </listitem>
39433               <listitem>
39434                 <para>aud:g General</para>
39435               </listitem>
39436               <listitem>
39437                 <para>aud:j Juvenile</para>
39438               </listitem>
39439             </itemizedlist>
39440           </section>
39441
39442           <section id="search-contentsexamp">
39443             <title>Contents Examples</title>
39444
39445             <itemizedlist>
39446               <listitem>
39447                 <para>fic:1 Fiction</para>
39448               </listitem>
39449
39450               <listitem>
39451                 <para>fic:0 Non Fiction</para>
39452               </listitem>
39453
39454               <listitem>
39455                 <para>bio:b Biography</para>
39456               </listitem>
39457
39458               <listitem>
39459                 <para>mus:j Musical recording</para>
39460               </listitem>
39461
39462               <listitem>
39463                 <para>mus:I Non musical record</para>
39464               </listitem>
39465             </itemizedlist>
39466           </section>
39467         </section>
39468
39469         <section id="searchguide-syntax">
39470           <title>Search Syntax</title>
39471
39472           <para>In the persistent search box, single words generally retrieve
39473           large sets. To narrow a search, you can use multiple words. Koha
39474           automatically uses the 'and' Boolean operator to create a set of
39475           records matching your input. When you want to narrow the search to
39476           an author or a title or a subject or some other specific field or
39477           use a Boolean operator, there isn't an obvious way to accomplish
39478           that specificity. The library user can, of course, go to the
39479           Advanced Search page; however, if you know how to construct a CCL
39480           search, you can achieve more specificity while using the persistent
39481           search box on any page.</para>
39482
39483           <para>There is a specific order to the CCL search syntax. Although
39484           it can be used for simple searches, it is an especially effective
39485           way to perform complex searches, as it affords you a great deal of
39486           control over your search results. To construct a CCL search, first
39487           enter a desired index code, then an equal sign, followed by your
39488           search word(s). Following are examples of simple CCL
39489           searches.</para>
39490
39491           <itemizedlist>
39492             <listitem>
39493               <para>ti=principles of accounting</para>
39494             </listitem>
39495
39496             <listitem>
39497               <para>au=brown joseph</para>
39498             </listitem>
39499
39500             <listitem>
39501               <para>su=poetry</para>
39502             </listitem>
39503
39504             <listitem>
39505               <para>su-na=Shakespeare</para>
39506             </listitem>
39507
39508             <listitem>
39509               <para>kw=marlin</para>
39510             </listitem>
39511           </itemizedlist>
39512
39513           <para>You can refine your search by combining search terms with
39514           Boolean operators 'and', 'or', or 'not'. Following are examples of
39515           searches using Boolean operators.</para>
39516
39517           <itemizedlist>
39518             <listitem>
39519               <para>ti=principles of accounting and au=brown joseph</para>
39520             </listitem>
39521
39522             <listitem>
39523               <para>su=poetry not su-na=Shakespeare</para>
39524             </listitem>
39525
39526             <listitem>
39527               <para>kw=communication and su=debate</para>
39528             </listitem>
39529           </itemizedlist>
39530
39531           <para>You can also choose to search for things that start with a
39532           character or series of characters</para>
39533
39534           <itemizedlist>
39535             <listitem>
39536               <para>ti,first-in-subfield=C (will show you all titles that
39537               start with the letter 'C')</para>
39538             </listitem>
39539           </itemizedlist>
39540
39541           <para>Other string location searches can be performed with the
39542           following keywords:</para>
39543
39544           <itemizedlist>
39545             <listitem>
39546               <para>rtrn : right truncation</para>
39547             </listitem>
39548
39549             <listitem>
39550               <para>ltrn : left truncation</para>
39551             </listitem>
39552
39553             <listitem>
39554               <para>lrtrn : left and right truncation</para>
39555             </listitem>
39556
39557             <listitem>
39558               <para>st-date : type date</para>
39559             </listitem>
39560
39561             <listitem>
39562               <para>st-numeric : type number (integer)</para>
39563             </listitem>
39564
39565             <listitem>
39566               <para>ext : exact search on whole subfield (does not work with
39567               icu)</para>
39568             </listitem>
39569
39570             <listitem>
39571               <para>phr : search on phrase anywhere in the subfield</para>
39572             </listitem>
39573
39574             <listitem>
39575               <para>startswithnt : subfield starts with</para>
39576             </listitem>
39577           </itemizedlist>
39578
39579           <para>Using specific indexes and Boolean operators are not the only
39580           way a search can be refined. You can also refine your search as a
39581           phrase when looking for a title, author, or subject. The syntax for
39582           this search is <emphasis>index,phr=search words</emphasis>.</para>
39583
39584           <para>To illustrate the results of various search types, a search
39585           was done for the words 'supreme court'. The results illustrate that
39586           the search index and the word order make a difference in search
39587           results. Only the results count and the search itself is in these
39588           examples. The search executed will always be between the single
39589           quotes.</para>
39590
39591           <screenshot>
39592             <screeninfo>Sample Search 1</screeninfo>
39593
39594             <mediaobject>
39595               <imageobject>
39596                 <imagedata fileref="images/searching/ex1.png"/>
39597               </imageobject>
39598             </mediaobject>
39599           </screenshot>
39600
39601           <screenshot>
39602             <screeninfo>Sample Search 2</screeninfo>
39603
39604             <mediaobject>
39605               <imageobject>
39606                 <imagedata fileref="images/searching/ex2.png"/>
39607               </imageobject>
39608             </mediaobject>
39609           </screenshot>
39610
39611           <screenshot>
39612             <screeninfo>Sample Search 3</screeninfo>
39613
39614             <mediaobject>
39615               <imageobject>
39616                 <imagedata fileref="images/searching/ex3.png"/>
39617               </imageobject>
39618             </mediaobject>
39619           </screenshot>
39620
39621           <screenshot>
39622             <screeninfo>Sample Search 4</screeninfo>
39623
39624             <mediaobject>
39625               <imageobject>
39626                 <imagedata fileref="images/searching/ex4.png"/>
39627               </imageobject>
39628             </mediaobject>
39629           </screenshot>
39630
39631           <screenshot>
39632             <screeninfo>Sample Search 5</screeninfo>
39633
39634             <mediaobject>
39635               <imageobject>
39636                 <imagedata fileref="images/searching/ex5.png"/>
39637               </imageobject>
39638             </mediaobject>
39639           </screenshot>
39640
39641           <screenshot>
39642             <screeninfo>Sample Search 6</screeninfo>
39643
39644             <mediaobject>
39645               <imageobject>
39646                 <imagedata fileref="images/searching/ex6.png"/>
39647               </imageobject>
39648             </mediaobject>
39649           </screenshot>
39650
39651           <screenshot>
39652             <screeninfo>Sample Search 7</screeninfo>
39653
39654             <mediaobject>
39655               <imageobject>
39656                 <imagedata fileref="images/searching/ex7.png"/>
39657               </imageobject>
39658             </mediaobject>
39659           </screenshot>
39660
39661           <screenshot>
39662             <screeninfo>Sample Search 8</screeninfo>
39663
39664             <mediaobject>
39665               <imageobject>
39666                 <imagedata fileref="images/searching/ex8.png"/>
39667               </imageobject>
39668             </mediaobject>
39669           </screenshot>
39670
39671           <screenshot>
39672             <screeninfo>Sample Search 9</screeninfo>
39673
39674             <mediaobject>
39675               <imageobject>
39676                 <imagedata fileref="images/searching/ex9.png"/>
39677               </imageobject>
39678             </mediaobject>
39679           </screenshot>
39680
39681           <para>You can also choose to use limiters in your search query. Some
39682           common limiters include dates, languages, record types, and item
39683           types. In the Advance Search, you can either click a box or key in
39684           data to limit your search. You can also apply the same limits with
39685           CCL by using the syntax in the following examples. In all</para>
39686
39687           <para><emphasis>By Date: su=supreme court and
39688           yr,st-numeric=&gt;2000</emphasis></para>
39689
39690           <screenshot>
39691             <screeninfo>Sample Search 10</screeninfo>
39692
39693             <mediaobject>
39694               <imageobject>
39695                 <imagedata fileref="images/searching/ex10.png"/>
39696               </imageobject>
39697             </mediaobject>
39698           </screenshot>
39699
39700           <para>When you limit by date, you can use the '&gt;' (greater than),
39701           '&lt;' (less than), '=' (equal), or 'yyyy-yyyy' (range)
39702           symbols.</para>
39703
39704           <para><emphasis>By Item Type: su=nursing and
39705           itype:BK</emphasis></para>
39706
39707           <screenshot>
39708             <screeninfo>Sample Search 11</screeninfo>
39709
39710             <mediaobject>
39711               <imageobject>
39712                 <imagedata fileref="images/searching/ex11.png"/>
39713               </imageobject>
39714             </mediaobject>
39715           </screenshot>
39716
39717           <para>Each library will have a different set of item types defined
39718           in their circulation configuration. When you set up item types, you
39719           define a code and a name for each one. The name will appear on the
39720           Advance Search page. The code you assigned is used as a CCL search
39721           limit, formatted as 'itype:x', where 'x' is the assigned code. The
39722           initial set of item types in Koha will usually be edited to reflect
39723           your collections, so your item type limiters may be different than
39724           the initial ones. The initial item type limiters follow.</para>
39725
39726           <itemizedlist>
39727             <listitem>
39728               <para>itype:BKS Books, Booklets, Workbooks</para>
39729             </listitem>
39730
39731             <listitem>
39732               <para>itype:SR Audio Cassettes, CDs</para>
39733             </listitem>
39734
39735             <listitem>
39736               <para>itype:IR Binders</para>
39737             </listitem>
39738
39739             <listitem>
39740               <para>itype:CF CD-ROMs, DVD-ROMs, General Online
39741               Resources</para>
39742             </listitem>
39743
39744             <listitem>
39745               <para>itype:VR DVDs, VHS</para>
39746             </listitem>
39747
39748             <listitem>
39749               <para>itype:KT Kit</para>
39750             </listitem>
39751
39752             <listitem>
39753               <para>itype:AR Models</para>
39754             </listitem>
39755
39756             <listitem>
39757               <para>itype:SER Serials</para>
39758             </listitem>
39759           </itemizedlist>
39760
39761           <para><emphasis>By format: su=supreme court not
39762           l-format:sr</emphasis></para>
39763
39764           <screenshot>
39765             <screeninfo>Sample Search 12</screeninfo>
39766
39767             <mediaobject>
39768               <imageobject>
39769                 <imagedata fileref="images/searching/ex12.png"/>
39770               </imageobject>
39771             </mediaobject>
39772           </screenshot>
39773
39774           <para>The format limiters are derived from a combination of LDR, 006
39775           and 007 positions. The formats that are currently defined are the
39776           following.</para>
39777
39778           <itemizedlist>
39779             <listitem>
39780               <para>l-format:ta Regular print</para>
39781             </listitem>
39782
39783             <listitem>
39784               <para>l-format:tb Large print</para>
39785             </listitem>
39786
39787             <listitem>
39788               <para>l-format:fk Braille</para>
39789             </listitem>
39790
39791             <listitem>
39792               <para>l-format:sd CD audio</para>
39793             </listitem>
39794
39795             <listitem>
39796               <para>l-format:ss Cassette recording</para>
39797             </listitem>
39798
39799             <listitem>
39800               <para>l-format:vf VHS tape</para>
39801             </listitem>
39802
39803             <listitem>
39804               <para>l-format:vd DVD video</para>
39805             </listitem>
39806
39807             <listitem>
39808               <para>l-format:co CD software</para>
39809             </listitem>
39810
39811             <listitem>
39812               <para>l-format:cr Website</para>
39813             </listitem>
39814           </itemizedlist>
39815
39816           <para><emphasis>By content type: su=supreme court not
39817           ctype:l</emphasis></para>
39818
39819           <screenshot>
39820             <screeninfo>Sample Search 13</screeninfo>
39821
39822             <mediaobject>
39823               <imageobject>
39824                 <imagedata fileref="images/searching/ex13.png"/>
39825               </imageobject>
39826             </mediaobject>
39827           </screenshot>
39828
39829           <para>The content types are taken from the 008 MARC tag, positions
39830           24-27.</para>
39831
39832           <para>There are two other limiter types that are not described in
39833           this document. They are: Audience and Content. The only difference
39834           in the syntax of the CCL is the actual limiter. They are reproduced
39835           here just in case you would like to use these limiters.</para>
39836         </section>
39837       </section>
39838     </section>
39839
39840     <section id="kohasearchindexes">
39841       <title>Koha Search Indexes</title>
39842
39843       <para>By default, not all fields are indexed in the Zebra search engine,
39844       but many are. Below are the MARC21 fields that are indexed in
39845       Zebra.</para>
39846
39847       <table cellpadding="4" cellspacing="4" frame="all">
39848         <title>Indexes</title>
39849
39850         <tgroup align="left" cols="2" colsep="1" rowsep="1">
39851           <thead>
39852             <row>
39853               <entry><para>Field</para></entry>
39854
39855               <entry><para>Description</para></entry>
39856             </row>
39857           </thead>
39858
39859           <tbody>
39860             <row>
39861               <entry><para>001</para></entry>
39862
39863               <entry><para>Control-number</para></entry>
39864             </row>
39865
39866             <row>
39867               <entry><para>005</para></entry>
39868
39869               <entry><para>Date/time-last-modified</para></entry>
39870             </row>
39871
39872             <row>
39873               <entry><para>007</para></entry>
39874
39875               <entry><para>Microform-generation:n:range(data,11,1),
39876               Material-type,ff7-00:w:range(data,0,1),
39877               ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1),
39878               ff7-01-02:w:range(data,0,2)</para></entry>
39879             </row>
39880
39881             <row>
39882               <entry><para>008</para></entry>
39883
39884               <entry><para>date-entered-on-file:n:range(data,0,5),
39885               date-entered-on-file:s:range(data,0,5),
39886               pubdate:w:range(data,7,4), pubdate:n:range(data,7,4),
39887               pubdate:y:range(data,7,4), pubdate:s:range(data,7,4),
39888               pl:w:range(data,15,3), ta:w:range(data,22,1),
39889               ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1),
39890               lf:w:range(data,33,1), bio:w:range(data,34,1),
39891               ln:n:range(data,35,3), ctype:w:range(data,24,4),
39892               Record-source:w:range(data,39,0)</para></entry>
39893             </row>
39894
39895             <row>
39896               <entry><para>010</para></entry>
39897
39898               <entry><para>LC-card-number, Identifier-standard</para></entry>
39899             </row>
39900
39901             <row>
39902               <entry><para>011</para></entry>
39903
39904               <entry><para>LC-card-number, Identifier-standard</para></entry>
39905             </row>
39906
39907             <row>
39908               <entry><para>015</para></entry>
39909
39910               <entry><para>BNB-card-number, BGF-number, Number-db,
39911               Number-natl-biblio, Identifier-standard</para></entry>
39912             </row>
39913
39914             <row>
39915               <entry><para>017</para></entry>
39916
39917               <entry><para>Number-legal-deposit,
39918               Identifier-standard</para></entry>
39919             </row>
39920
39921             <row>
39922               <entry><para>018</para></entry>
39923
39924               <entry><para>Identifier-standard</para></entry>
39925             </row>
39926
39927             <row>
39928               <entry><para>020$a</para></entry>
39929
39930               <entry><para>ISBN:w, Identifier-standard:w</para></entry>
39931             </row>
39932
39933             <row>
39934               <entry><para>020</para></entry>
39935
39936               <entry><para>Identifier-standard</para></entry>
39937             </row>
39938
39939             <row>
39940               <entry><para>022$a</para></entry>
39941
39942               <entry><para>ISSN:w, Identifier-standard:w</para></entry>
39943             </row>
39944
39945             <row>
39946               <entry><para>022</para></entry>
39947
39948               <entry><para>Identifier-standard</para></entry>
39949             </row>
39950
39951             <row>
39952               <entry><para>023</para></entry>
39953
39954               <entry><para>Identifier-standard</para></entry>
39955             </row>
39956
39957             <row>
39958               <entry><para>024$a</para></entry>
39959
39960               <entry><para>Identifier-other</para></entry>
39961             </row>
39962
39963             <row>
39964               <entry><para>024</para></entry>
39965
39966               <entry><para>Identifier-standard</para></entry>
39967             </row>
39968
39969             <row>
39970               <entry><para>025</para></entry>
39971
39972               <entry><para>Identifier-standard</para></entry>
39973             </row>
39974
39975             <row>
39976               <entry><para>027</para></entry>
39977
39978               <entry><para>Report-number, Identifier-standard</para></entry>
39979             </row>
39980
39981             <row>
39982               <entry><para>028</para></entry>
39983
39984               <entry><para>Number-music-publisher,
39985               Identifier-standard</para></entry>
39986             </row>
39987
39988             <row>
39989               <entry><para>030</para></entry>
39990
39991               <entry><para>CODEN, Identifier-standard</para></entry>
39992             </row>
39993
39994             <row>
39995               <entry><para>034</para></entry>
39996
39997               <entry><para>Map-scale</para></entry>
39998             </row>
39999
40000             <row>
40001               <entry><para>037</para></entry>
40002
40003               <entry><para>Identifier-standard, Stock-number</para></entry>
40004             </row>
40005
40006             <row>
40007               <entry><para>040</para></entry>
40008
40009               <entry><para>Code-institution, Record-source</para></entry>
40010             </row>
40011
40012             <row>
40013               <entry><para>041</para></entry>
40014
40015               <entry><para>ln</para></entry>
40016             </row>
40017
40018             <row>
40019               <entry><para>043</para></entry>
40020
40021               <entry><para>Code-geographic</para></entry>
40022             </row>
40023
40024             <row>
40025               <entry><para>050$b</para></entry>
40026
40027               <entry><para>LC-call-number:w, LC-call-number:p,
40028               LC-call-number:s</para></entry>
40029             </row>
40030
40031             <row>
40032               <entry><para>050</para></entry>
40033
40034               <entry><para>LC-call-number:w, LC-call-number:p,
40035               LC-call-number:s</para></entry>
40036             </row>
40037
40038             <row>
40039               <entry><para>052</para></entry>
40040
40041               <entry><para>Geographic-class</para></entry>
40042             </row>
40043
40044             <row>
40045               <entry><para>060</para></entry>
40046
40047               <entry><para>NLM-call-number</para></entry>
40048             </row>
40049
40050             <row>
40051               <entry><para>070</para></entry>
40052
40053               <entry><para>NAL-call-number</para></entry>
40054             </row>
40055
40056             <row>
40057               <entry><para>080</para></entry>
40058
40059               <entry><para>UDC-classification</para></entry>
40060             </row>
40061
40062             <row>
40063               <entry><para>082</para></entry>
40064
40065               <entry><para>Dewey-classification:w,
40066               Dewey-classification:s</para></entry>
40067             </row>
40068
40069             <row>
40070               <entry><para>086</para></entry>
40071
40072               <entry><para>Number-govt-pub</para></entry>
40073             </row>
40074
40075             <row>
40076               <entry><para>100$9</para></entry>
40077
40078               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
40079             </row>
40080
40081             <row>
40082               <entry><para>100$a</para></entry>
40083
40084               <entry><para>Author,Author:p, Author:s, Editor,
40085               Author-personal-bibliography, Author-personal-bibliography:p,
40086               Author-personal-bibliography:s</para></entry>
40087             </row>
40088
40089             <row>
40090               <entry><para>100</para></entry>
40091
40092               <entry><para>Author, Author-title, Author-name-personal, Name,
40093               Name-and-title, Personal-name</para></entry>
40094             </row>
40095
40096             <row>
40097               <entry><para>110$9</para></entry>
40098
40099               <entry><para>Koha-Auth-Number</para></entry>
40100             </row>
40101
40102             <row>
40103               <entry><para>110</para></entry>
40104
40105               <entry><para>Author, Author-title, Author-name-corporate, Name,
40106               Name-and-title, Corporate-name</para></entry>
40107             </row>
40108
40109             <row>
40110               <entry><para>111$9</para></entry>
40111
40112               <entry><para>Koha-Auth-Number</para></entry>
40113             </row>
40114
40115             <row>
40116               <entry><para>111</para></entry>
40117
40118               <entry><para>Author, Author-title, Author-name-corporate, Name,
40119               Name-and-title, Conference-name</para></entry>
40120             </row>
40121
40122             <row>
40123               <entry><para>130$n</para></entry>
40124
40125               <entry><para>Thematic-number</para></entry>
40126             </row>
40127
40128             <row>
40129               <entry><para>130$r</para></entry>
40130
40131               <entry><para>Music-key</para></entry>
40132             </row>
40133
40134             <row>
40135               <entry><para>130$9</para></entry>
40136
40137               <entry><para>Koha-Auth-Number</para></entry>
40138             </row>
40139
40140             <row>
40141               <entry><para>130</para></entry>
40142
40143               <entry><para>Title, Title-uniform</para></entry>
40144             </row>
40145
40146             <row>
40147               <entry><para>210</para></entry>
40148
40149               <entry><para>Title, Title-abbreviated</para></entry>
40150             </row>
40151
40152             <row>
40153               <entry><para>211</para></entry>
40154
40155               <entry><para>Title, Title-abbreviated</para></entry>
40156             </row>
40157
40158             <row>
40159               <entry><para>212</para></entry>
40160
40161               <entry><para>Title, Title-other-variant</para></entry>
40162             </row>
40163
40164             <row>
40165               <entry><para>214</para></entry>
40166
40167               <entry><para>Title, Title-expanded</para></entry>
40168             </row>
40169
40170             <row>
40171               <entry><para>222</para></entry>
40172
40173               <entry><para>Title, Title-key</para></entry>
40174             </row>
40175
40176             <row>
40177               <entry><para>240$r</para></entry>
40178
40179               <entry><para>Music-key</para></entry>
40180             </row>
40181
40182             <row>
40183               <entry><para>240$n</para></entry>
40184
40185               <entry><para>Thematic-number</para></entry>
40186             </row>
40187
40188             <row>
40189               <entry><para>240</para></entry>
40190
40191               <entry><para>Title:w, Title:p, Title-uniform</para></entry>
40192             </row>
40193
40194             <row>
40195               <entry><para>243$n</para></entry>
40196
40197               <entry><para>Thematic-number</para></entry>
40198             </row>
40199
40200             <row>
40201               <entry><para>243$r</para></entry>
40202
40203               <entry><para>Music-key</para></entry>
40204             </row>
40205
40206             <row>
40207               <entry><para>243</para></entry>
40208
40209               <entry><para>Title:w, Title:p, Title-collective</para></entry>
40210             </row>
40211
40212             <row>
40213               <entry><para>245$a</para></entry>
40214
40215               <entry><para>Title-cover:w, Title-cover:p, Title-cover:s,
40216               Title:w, Title:p, Title:s</para></entry>
40217             </row>
40218
40219             <row>
40220               <entry><para>245$c</para></entry>
40221
40222               <entry><para>Author, Author-in-order:w, Author-in-order:p,
40223               Author-in-order:s</para></entry>
40224             </row>
40225
40226             <row>
40227               <entry><para>245$9</para></entry>
40228
40229               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
40230             </row>
40231
40232             <row>
40233               <entry><para>245</para></entry>
40234
40235               <entry><para>Title:w, Title:p</para></entry>
40236             </row>
40237
40238             <row>
40239               <entry><para>246</para></entry>
40240
40241               <entry><para>Title, Title:p, Title-abbreviated, Title-expanded,
40242               Title-former</para></entry>
40243             </row>
40244
40245             <row>
40246               <entry><para>247</para></entry>
40247
40248               <entry><para>Title, Title:p, Title-former, Title-other-variant,
40249               Related-periodical</para></entry>
40250             </row>
40251
40252             <row>
40253               <entry><para>260$a</para></entry>
40254
40255               <entry><para>pl:w, pl:p</para></entry>
40256             </row>
40257
40258             <row>
40259               <entry><para>260$b</para></entry>
40260
40261               <entry><para>Publisher:w, Publisher:p</para></entry>
40262             </row>
40263
40264             <row>
40265               <entry><para>260$c</para></entry>
40266
40267               <entry><para>copydate, copydate:s</para></entry>
40268             </row>
40269
40270             <row>
40271               <entry><para>260</para></entry>
40272
40273               <entry><para>pl</para></entry>
40274             </row>
40275
40276             <row>
40277               <entry><para>300</para></entry>
40278
40279               <entry><para>Extent:w, Extent:p</para></entry>
40280             </row>
40281
40282             <row>
40283               <entry><para>400$a</para></entry>
40284
40285               <entry><para>Name-and-title</para></entry>
40286             </row>
40287
40288             <row>
40289               <entry><para>400$t</para></entry>
40290
40291               <entry><para>Author-title, Name-and-title, Title,
40292               Title-series</para></entry>
40293             </row>
40294
40295             <row>
40296               <entry><para>400$9</para></entry>
40297
40298               <entry><para>Koha-Auth-Number</para></entry>
40299             </row>
40300
40301             <row>
40302               <entry><para>400</para></entry>
40303
40304               <entry><para>Author, Author-name-personal, Name,
40305               Personal-name</para></entry>
40306             </row>
40307
40308             <row>
40309               <entry><para>410</para></entry>
40310
40311               <entry><para>Author, Corporate-name</para></entry>
40312             </row>
40313
40314             <row>
40315               <entry><para>410$a</para></entry>
40316
40317               <entry><para>Name-and-title</para></entry>
40318             </row>
40319
40320             <row>
40321               <entry><para>410$t</para></entry>
40322
40323               <entry><para>Author-title, Title, Title-series</para></entry>
40324             </row>
40325
40326             <row>
40327               <entry><para>410$9</para></entry>
40328
40329               <entry><para>Koha-Auth-Number</para></entry>
40330             </row>
40331
40332             <row>
40333               <entry><para>410</para></entry>
40334
40335               <entry><para>Author-name-corporate, Name</para></entry>
40336             </row>
40337
40338             <row>
40339               <entry><para>411</para></entry>
40340
40341               <entry><para>Author, Conference-name</para></entry>
40342             </row>
40343
40344             <row>
40345               <entry><para>411$a</para></entry>
40346
40347               <entry><para>Name-and-title</para></entry>
40348             </row>
40349
40350             <row>
40351               <entry><para>411$t</para></entry>
40352
40353               <entry><para>Author-title, Title-series</para></entry>
40354             </row>
40355
40356             <row>
40357               <entry><para>411</para></entry>
40358
40359               <entry><para>Author-name-corporate, Name</para></entry>
40360             </row>
40361
40362             <row>
40363               <entry><para>440$a</para></entry>
40364
40365               <entry><para>Title-series:w, Title-series:p</para></entry>
40366             </row>
40367
40368             <row>
40369               <entry><para>440$9</para></entry>
40370
40371               <entry><para>Koha-Auth-Number</para></entry>
40372             </row>
40373
40374             <row>
40375               <entry><para>440</para></entry>
40376
40377               <entry><para>Title-series:w, Title-series:p, Title,
40378               Title-series</para></entry>
40379             </row>
40380
40381             <row>
40382               <entry><para>490$a</para></entry>
40383
40384               <entry><para>Title-series:w, Title-series:p</para></entry>
40385             </row>
40386
40387             <row>
40388               <entry><para>490</para></entry>
40389
40390               <entry><para>Title, Title-series</para></entry>
40391             </row>
40392
40393             <row>
40394               <entry><para>490$9</para></entry>
40395
40396               <entry><para>Koha-Auth-Number</para></entry>
40397             </row>
40398
40399             <row>
40400               <entry><para>500</para></entry>
40401
40402               <entry><para>Note:w, Note:p</para></entry>
40403             </row>
40404
40405             <row>
40406               <entry><para>502</para></entry>
40407
40408               <entry><para>Material-type</para></entry>
40409             </row>
40410
40411             <row>
40412               <entry><para>505$r</para></entry>
40413
40414               <entry><para>Author</para></entry>
40415             </row>
40416
40417             <row>
40418               <entry><para>505$t</para></entry>
40419
40420               <entry><para>Title</para></entry>
40421             </row>
40422
40423             <row>
40424               <entry><para>505</para></entry>
40425
40426               <entry><para>Note:w, Note:p</para></entry>
40427             </row>
40428
40429             <row>
40430               <entry><para>510</para></entry>
40431
40432               <entry><para>Indexed-by</para></entry>
40433             </row>
40434
40435             <row>
40436               <entry><para>520</para></entry>
40437
40438               <entry><para>Abstract:w, Abstract:p</para></entry>
40439             </row>
40440
40441             <row>
40442               <entry><para>521$a</para></entry>
40443
40444               <entry><para>lex:n</para></entry>
40445             </row>
40446
40447             <row>
40448               <entry><para>526$c</para></entry>
40449
40450               <entry><para>arl, arl:n</para></entry>
40451             </row>
40452
40453             <row>
40454               <entry><para>526$d</para></entry>
40455
40456               <entry><para>arp, arp:n</para></entry>
40457             </row>
40458
40459             <row>
40460               <entry><para>590</para></entry>
40461
40462               <entry><para>Note:w, Note:p</para></entry>
40463             </row>
40464
40465             <row>
40466               <entry><para>600$a</para></entry>
40467
40468               <entry><para>Name-and-title, Name, Personal-name,
40469               Subject-name-personal, Subject</para></entry>
40470             </row>
40471
40472             <row>
40473               <entry><para>600$t</para></entry>
40474
40475               <entry><para>Name-and-title, Title, Subject</para></entry>
40476             </row>
40477
40478             <row>
40479               <entry><para>600$9</para></entry>
40480
40481               <entry><para>Koha-Auth-Number</para></entry>
40482             </row>
40483
40484             <row>
40485               <entry><para>600</para></entry>
40486
40487               <entry><para>Name, Personal-name, Subject-name-personal,
40488               Subject</para></entry>
40489             </row>
40490
40491             <row>
40492               <entry><para>610$a</para></entry>
40493
40494               <entry><para>Name-and-title</para></entry>
40495             </row>
40496
40497             <row>
40498               <entry><para>610$t</para></entry>
40499
40500               <entry><para>Name-and-title, Title</para></entry>
40501             </row>
40502
40503             <row>
40504               <entry><para>610$9</para></entry>
40505
40506               <entry><para>Koha-Auth-Number</para></entry>
40507             </row>
40508
40509             <row>
40510               <entry><para>610</para></entry>
40511
40512               <entry><para>Name, Subject, Corporate-name</para></entry>
40513             </row>
40514
40515             <row>
40516               <entry><para>611</para></entry>
40517
40518               <entry><para>Conference-name</para></entry>
40519             </row>
40520
40521             <row>
40522               <entry><para>611$a</para></entry>
40523
40524               <entry><para>Name-and-title</para></entry>
40525             </row>
40526
40527             <row>
40528               <entry><para>611$t</para></entry>
40529
40530               <entry><para>Name-and-title, Title</para></entry>
40531             </row>
40532
40533             <row>
40534               <entry><para>611$9</para></entry>
40535
40536               <entry><para>Koha-Auth-Number</para></entry>
40537             </row>
40538
40539             <row>
40540               <entry><para>611</para></entry>
40541
40542               <entry><para>Name, Subject</para></entry>
40543             </row>
40544
40545             <row>
40546               <entry><para>630$n</para></entry>
40547
40548               <entry><para>Thematic-number</para></entry>
40549             </row>
40550
40551             <row>
40552               <entry><para>630$r</para></entry>
40553
40554               <entry><para>Music-key</para></entry>
40555             </row>
40556
40557             <row>
40558               <entry><para>630$9</para></entry>
40559
40560               <entry><para>Koha-Auth-Number</para></entry>
40561             </row>
40562
40563             <row>
40564               <entry><para>630</para></entry>
40565
40566               <entry><para>Subject</para></entry>
40567             </row>
40568
40569             <row>
40570               <entry><para>650$9</para></entry>
40571
40572               <entry><para>Koha-Auth-Number</para></entry>
40573             </row>
40574
40575             <row>
40576               <entry><para>650</para></entry>
40577
40578               <entry><para>Subject, Subject:p</para></entry>
40579             </row>
40580
40581             <row>
40582               <entry><para>651$9</para></entry>
40583
40584               <entry><para>Koha-Auth-Number</para></entry>
40585             </row>
40586
40587             <row>
40588               <entry><para>651</para></entry>
40589
40590               <entry><para>Name-geographic, Subject,Subject:p</para></entry>
40591             </row>
40592
40593             <row>
40594               <entry><para>652$9</para></entry>
40595
40596               <entry><para>Koha-Auth-Number</para></entry>
40597             </row>
40598
40599             <row>
40600               <entry><para>653$9</para></entry>
40601
40602               <entry><para>Koha-Auth-Number</para></entry>
40603             </row>
40604
40605             <row>
40606               <entry><para>653</para></entry>
40607
40608               <entry><para>Subject, Subject:p</para></entry>
40609             </row>
40610
40611             <row>
40612               <entry><para>654$9</para></entry>
40613
40614               <entry><para>Koha-Auth-Number</para></entry>
40615             </row>
40616
40617             <row>
40618               <entry><para>654</para></entry>
40619
40620               <entry><para>Subject</para></entry>
40621             </row>
40622
40623             <row>
40624               <entry><para>655$9</para></entry>
40625
40626               <entry><para>Koha-Auth-Number</para></entry>
40627             </row>
40628
40629             <row>
40630               <entry><para>655</para></entry>
40631
40632               <entry><para>Subject</para></entry>
40633             </row>
40634
40635             <row>
40636               <entry><para>656$9</para></entry>
40637
40638               <entry><para>Koha-Auth-Number</para></entry>
40639             </row>
40640
40641             <row>
40642               <entry><para>656</para></entry>
40643
40644               <entry><para>Subject</para></entry>
40645             </row>
40646
40647             <row>
40648               <entry><para>657$9</para></entry>
40649
40650               <entry><para>Koha-Auth-Number</para></entry>
40651             </row>
40652
40653             <row>
40654               <entry><para>657</para></entry>
40655
40656               <entry><para>Subject</para></entry>
40657             </row>
40658
40659             <row>
40660               <entry><para>690$9</para></entry>
40661
40662               <entry><para>Koha-Auth-Number</para></entry>
40663             </row>
40664
40665             <row>
40666               <entry><para>690</para></entry>
40667
40668               <entry><para>Subject, Subject:p</para></entry>
40669             </row>
40670
40671             <row>
40672               <entry><para>700$9</para></entry>
40673
40674               <entry><para>Cross-Reference, Koha-Auth-Number</para></entry>
40675             </row>
40676
40677             <row>
40678               <entry><para>700$a</para></entry>
40679
40680               <entry><para>Author, Author:p</para></entry>
40681             </row>
40682
40683             <row>
40684               <entry><para>700$n</para></entry>
40685
40686               <entry><para>Thematic-number</para></entry>
40687             </row>
40688
40689             <row>
40690               <entry><para>700$r</para></entry>
40691
40692               <entry><para>Music-key</para></entry>
40693             </row>
40694
40695             <row>
40696               <entry><para>700$t</para></entry>
40697
40698               <entry><para>Author-title, Name-and-title, Title,
40699               Title-uniform</para></entry>
40700             </row>
40701
40702             <row>
40703               <entry><para>700</para></entry>
40704
40705               <entry><para>Author, Author-name-corporate,
40706               Author-name-personal, Name, Editor, Personal-name</para></entry>
40707             </row>
40708
40709             <row>
40710               <entry><para>710</para></entry>
40711
40712               <entry><para>Author, Corporate-name</para></entry>
40713             </row>
40714
40715             <row>
40716               <entry><para>710$t</para></entry>
40717
40718               <entry><para>Author-title, Name-and-title, Title,
40719               Title-uniform</para></entry>
40720             </row>
40721
40722             <row>
40723               <entry><para>710$a</para></entry>
40724
40725               <entry><para>Name-and-title</para></entry>
40726             </row>
40727
40728             <row>
40729               <entry><para>710$9</para></entry>
40730
40731               <entry><para>Koha-Auth-Number</para></entry>
40732             </row>
40733
40734             <row>
40735               <entry><para>710</para></entry>
40736
40737               <entry><para>Author, Name</para></entry>
40738             </row>
40739
40740             <row>
40741               <entry><para>711$a</para></entry>
40742
40743               <entry><para>Name-and-title</para></entry>
40744             </row>
40745
40746             <row>
40747               <entry><para>711$t</para></entry>
40748
40749               <entry><para>Author-title, Title, Title-uniform</para></entry>
40750             </row>
40751
40752             <row>
40753               <entry><para>711$9</para></entry>
40754
40755               <entry><para>Koha-Auth-Number</para></entry>
40756             </row>
40757
40758             <row>
40759               <entry><para>711</para></entry>
40760
40761               <entry><para>Author-name-corporate, Name,
40762               Conference-name</para></entry>
40763             </row>
40764
40765             <row>
40766               <entry><para>730$n</para></entry>
40767
40768               <entry><para>Thematic-number</para></entry>
40769             </row>
40770
40771             <row>
40772               <entry><para>730$r</para></entry>
40773
40774               <entry><para>Music-key</para></entry>
40775             </row>
40776
40777             <row>
40778               <entry><para>730$9</para></entry>
40779
40780               <entry><para>Koha-Auth-Number</para></entry>
40781             </row>
40782
40783             <row>
40784               <entry><para>730</para></entry>
40785
40786               <entry><para>Title, Title-uniform</para></entry>
40787             </row>
40788
40789             <row>
40790               <entry><para>740</para></entry>
40791
40792               <entry><para>Title, Title-other-variant</para></entry>
40793             </row>
40794
40795             <row>
40796               <entry><para>773$t</para></entry>
40797
40798               <entry><para>Host-item</para></entry>
40799             </row>
40800
40801             <row>
40802               <entry><para>780$t</para></entry>
40803
40804               <entry><para>Title</para></entry>
40805             </row>
40806
40807             <row>
40808               <entry><para>780</para></entry>
40809
40810               <entry><para>Title, Title-former,
40811               Related-periodical</para></entry>
40812             </row>
40813
40814             <row>
40815               <entry><para>785</para></entry>
40816
40817               <entry><para>Related-periodical</para></entry>
40818             </row>
40819
40820             <row>
40821               <entry><para>800$a</para></entry>
40822
40823               <entry><para>Name-and-title</para></entry>
40824             </row>
40825
40826             <row>
40827               <entry><para>800$t</para></entry>
40828
40829               <entry><para>Author-title, Name-and-title, Title,
40830               Title-series</para></entry>
40831             </row>
40832
40833             <row>
40834               <entry><para>800$9</para></entry>
40835
40836               <entry><para>Koha-Auth-Number</para></entry>
40837             </row>
40838
40839             <row>
40840               <entry><para>800</para></entry>
40841
40842               <entry><para>Author, Author-name-personal, Name,
40843               Personal-name</para></entry>
40844             </row>
40845
40846             <row>
40847               <entry><para>810$a</para></entry>
40848
40849               <entry><para>Name-and-title</para></entry>
40850             </row>
40851
40852             <row>
40853               <entry><para>810$t</para></entry>
40854
40855               <entry><para>Author-title, Name-and-title, Title,
40856               Title-series</para></entry>
40857             </row>
40858
40859             <row>
40860               <entry><para>810$9</para></entry>
40861
40862               <entry><para>Koha-Auth-Number</para></entry>
40863             </row>
40864
40865             <row>
40866               <entry><para>810</para></entry>
40867
40868               <entry><para>Author, Corporate-name, Author-name-corporate,
40869               Name</para></entry>
40870             </row>
40871
40872             <row>
40873               <entry><para>811$a</para></entry>
40874
40875               <entry><para>Name-and-title</para></entry>
40876             </row>
40877
40878             <row>
40879               <entry><para>811$9</para></entry>
40880
40881               <entry><para>Koha-Auth-Number</para></entry>
40882             </row>
40883
40884             <row>
40885               <entry><para>811$t</para></entry>
40886
40887               <entry><para>Author-title, Name-and-title, Title,
40888               Title-series</para></entry>
40889             </row>
40890
40891             <row>
40892               <entry><para>811</para></entry>
40893
40894               <entry><para>Author, Author-name-corporate, Name,
40895               Conference-name</para></entry>
40896             </row>
40897
40898             <row>
40899               <entry><para>830$9</para></entry>
40900
40901               <entry><para>Koha-Auth-Number</para></entry>
40902             </row>
40903
40904             <row>
40905               <entry><para>830</para></entry>
40906
40907               <entry><para>Title, Title-series</para></entry>
40908             </row>
40909
40910             <row>
40911               <entry><para>840</para></entry>
40912
40913               <entry><para>Title, Title-series</para></entry>
40914             </row>
40915
40916             <row>
40917               <entry><para>999$c</para></entry>
40918
40919               <entry><para>Local-Number:n, Local-Number:w,
40920               Local-Number:s</para></entry>
40921             </row>
40922
40923             <row>
40924               <entry><para>999$d</para></entry>
40925
40926               <entry><para>biblioitemnumber:n, biblioitemnumber:w,
40927               biblioitemnumber:s</para></entry>
40928             </row>
40929
40930             <row>
40931               <entry><para>942$0</para></entry>
40932
40933               <entry><para>totalissues:n, totalissues:s</para></entry>
40934             </row>
40935
40936             <row>
40937               <entry><para>942$2</para></entry>
40938
40939               <entry><para>cn-bib-source</para></entry>
40940             </row>
40941
40942             <row>
40943               <entry><para>942$6</para></entry>
40944
40945               <entry><para>cn-bib-sort:n, cn-bib-sort:s</para></entry>
40946             </row>
40947
40948             <row>
40949               <entry><para>942$c</para></entry>
40950
40951               <entry><para>itemtype:w</para></entry>
40952             </row>
40953
40954             <row>
40955               <entry><para>942$n</para></entry>
40956
40957               <entry><para>Suppress:w, Suppress:n</para></entry>
40958             </row>
40959
40960             <row>
40961               <entry><para>942$h</para></entry>
40962
40963               <entry><para>cn-class</para></entry>
40964             </row>
40965
40966             <row>
40967               <entry><para>942$i</para></entry>
40968
40969               <entry><para>cn-item</para></entry>
40970             </row>
40971
40972             <row>
40973               <entry><para>942$k</para></entry>
40974
40975               <entry><para>cn-prefix</para></entry>
40976             </row>
40977
40978             <row>
40979               <entry><para>942$m</para></entry>
40980
40981               <entry><para>cn-suffix</para></entry>
40982             </row>
40983
40984             <row>
40985               <entry><para>952$0</para></entry>
40986
40987               <entry><para>withdrawn:n, withdrawn:w</para></entry>
40988             </row>
40989
40990             <row>
40991               <entry><para>952$1</para></entry>
40992
40993               <entry><para>lost, lost:n</para></entry>
40994             </row>
40995
40996             <row>
40997               <entry><para>952$2</para></entry>
40998
40999               <entry><para>classification-source</para></entry>
41000             </row>
41001
41002             <row>
41003               <entry><para>952$3</para></entry>
41004
41005               <entry><para>materials-specified</para></entry>
41006             </row>
41007
41008             <row>
41009               <entry><para>952$4</para></entry>
41010
41011               <entry><para>damaged:n, damaged:w</para></entry>
41012             </row>
41013
41014             <row>
41015               <entry><para>952$5</para></entry>
41016
41017               <entry><para>restricted:n, restricted:w</para></entry>
41018             </row>
41019
41020             <row>
41021               <entry><para>952$6</para></entry>
41022
41023               <entry><para>cn-sort:n, cn-sort:s</para></entry>
41024             </row>
41025
41026             <row>
41027               <entry><para>952$7</para></entry>
41028
41029               <entry><para>notforloan:n, notforloan:w</para></entry>
41030             </row>
41031
41032             <row>
41033               <entry><para>952$8</para></entry>
41034
41035               <entry><para>ccode</para></entry>
41036             </row>
41037
41038             <row>
41039               <entry><para>952$9</para></entry>
41040
41041               <entry><para>itemnumber:n, itemnumber:s</para></entry>
41042             </row>
41043
41044             <row>
41045               <entry><para>952$a</para></entry>
41046
41047               <entry><para>homebranch</para></entry>
41048             </row>
41049
41050             <row>
41051               <entry><para>952$b</para></entry>
41052
41053               <entry><para>holdingbranch</para></entry>
41054             </row>
41055
41056             <row>
41057               <entry><para>952$c</para></entry>
41058
41059               <entry><para>location</para></entry>
41060             </row>
41061
41062             <row>
41063               <entry><para>952$d</para></entry>
41064
41065               <entry><para>Date-of-acquisition, Date-of-acquisition:d,
41066               Date-of-acquisition:s</para></entry>
41067             </row>
41068
41069             <row>
41070               <entry><para>952$e</para></entry>
41071
41072               <entry><para>acqsource</para></entry>
41073             </row>
41074
41075             <row>
41076               <entry><para>952$f</para></entry>
41077
41078               <entry><para>coded-location-qualifier</para></entry>
41079             </row>
41080
41081             <row>
41082               <entry><para>952$g</para></entry>
41083
41084               <entry><para>price</para></entry>
41085             </row>
41086
41087             <row>
41088               <entry><para>952$j</para></entry>
41089
41090               <entry><para>stack:n, stack:w</para></entry>
41091             </row>
41092
41093             <row>
41094               <entry><para>952$l</para></entry>
41095
41096               <entry><para>issues:n, issues:w, issues:s</para></entry>
41097             </row>
41098
41099             <row>
41100               <entry><para>952$m</para></entry>
41101
41102               <entry><para>renewals:n, renewals:w</para></entry>
41103             </row>
41104
41105             <row>
41106               <entry><para>952$n</para></entry>
41107
41108               <entry><para>reserves:n, reserves:w</para></entry>
41109             </row>
41110
41111             <row>
41112               <entry><para>952$o</para></entry>
41113
41114               <entry><para>Local-classification:w, Local-classification:p,
41115               Local-classification:s</para></entry>
41116             </row>
41117
41118             <row>
41119               <entry><para>952$p</para></entry>
41120
41121               <entry><para>barcode, barcode:n</para></entry>
41122             </row>
41123
41124             <row>
41125               <entry><para>952$q</para></entry>
41126
41127               <entry><para>onloan:n, onloan:w</para></entry>
41128             </row>
41129
41130             <row>
41131               <entry><para>952$r</para></entry>
41132
41133               <entry><para>datelastseen</para></entry>
41134             </row>
41135
41136             <row>
41137               <entry><para>952$s</para></entry>
41138
41139               <entry><para>datelastborrowed</para></entry>
41140             </row>
41141
41142             <row>
41143               <entry><para>952$t</para></entry>
41144
41145               <entry><para>copynumber</para></entry>
41146             </row>
41147
41148             <row>
41149               <entry><para>952$u</para></entry>
41150
41151               <entry><para>uri:u</para></entry>
41152             </row>
41153
41154             <row>
41155               <entry><para>952$v</para></entry>
41156
41157               <entry><para>replacementprice</para></entry>
41158             </row>
41159
41160             <row>
41161               <entry><para>952$w</para></entry>
41162
41163               <entry><para>replacementpricedate</para></entry>
41164             </row>
41165
41166             <row>
41167               <entry><para>952$y</para></entry>
41168
41169               <entry><para>itype:w</para></entry>
41170             </row>
41171
41172             <row>
41173               <entry><para>952$z</para></entry>
41174
41175               <entry><para>Note:w, Note:p</para></entry>
41176             </row>
41177           </tbody>
41178         </tgroup>
41179       </table>
41180     </section>
41181   </chapter>
41182   <chapter id="pluginsystem">
41183     <title>Plugin System</title>
41184     <para>Koha's Plugin System allows for you to add additional tools and reports to Koha that are
41185       specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages.
41186       A KPZ file is just a zip file containing the perl files, template files, and any other files
41187       necessary to make the plugin work.</para>
41188     <para>The plugin system needs to be turned on by a system administrator. </para>
41189     <section id="pluginsetup">
41190       <title>Set up</title>
41191       <para>To set up the Koha plugin system you must first make some changes to your install.<itemizedlist>
41192           <listitem>
41193             <para>Create the directory /var/lib/koha/plugins</para>
41194           </listitem>
41195           <listitem>
41196             <para>Add the lines &lt;pluginsdir>/var/lib/koha/plugins&lt;/pluginsdir>
41197               &lt;enable_plugins>1&lt;/enable_plugins>" to your koha-conf.xml file</para>
41198           </listitem>
41199           <listitem>
41200             <para>Add the line Alias /plugin/ "/var/lib/koha/plugins/" to your koha-httpd.conf
41201               file</para>
41202           </listitem>
41203           <listitem>
41204             <para>Restart your webserver</para>
41205           </listitem>
41206         </itemizedlist>Once set up is complete you will need to alter your <link linkend="UseKohaPlugins">UseKohaPlugins</link> system preference to be able to see a
41207         Plugins option under the More menu on your toolbar.  On the Tools page you will see the
41208         Tools Plugins and on the Reports page you will see the Reports Plugins.</para>
41209     </section>
41210   </chapter>
41211   <chapter id="staffsearchhistory">
41212     <title>Search History</title>
41213     <para>If you have your <link linkend="EnableSearchHistory">EnableSearchHistory</link> preference
41214       set to keep your search history then you can access this information by clicking on your
41215       username in the top right of the staff client and choosing 'Search history'.</para>
41216     <screenshot>
41217       <screeninfo>Search history</screeninfo>
41218       <mediaobject>
41219         <imageobject>
41220           <imagedata fileref="images/searchhistory/searchhistory.png"/>
41221         </imageobject>
41222       </mediaobject>
41223     </screenshot>
41224     <para>From this page you will see your bibliographic search history </para>
41225     <screenshot>
41226       <screeninfo>Bibliographic search history</screeninfo>
41227       <mediaobject>
41228         <imageobject>
41229           <imagedata fileref="images/searchhistory/bibsearch.png"/>
41230         </imageobject>
41231       </mediaobject>
41232     </screenshot>
41233     <para>And your authority search history.</para>
41234     <screenshot>
41235       <screeninfo>Authority search  history</screeninfo>
41236       <mediaobject>
41237         <imageobject>
41238           <imagedata fileref="images/searchhistory/authsearch.png"/>
41239         </imageobject>
41240       </mediaobject>
41241     </screenshot>
41242   </chapter>
41243
41244   <chapter id="aboutkoha">
41245     <title>About Koha</title>
41246
41247     <para>The 'About Koha' area will give you important server information as
41248     well as general information about Koha.</para>
41249
41250     <itemizedlist>
41251       <listitem>
41252         <para><emphasis>Get there:</emphasis> More &gt; About Koha</para>
41253       </listitem>
41254     </itemizedlist>
41255
41256     <section id="aboutserver">
41257       <title>Server Information</title>
41258
41259       <para>Under the 'Server Information' tab you will find information about
41260       the Koha version and the machine you have installed Koha on. This
41261       information is very important for debugging problems. When reporting
41262       issues to your support provider or to the various other support avenues
41263       (mailing lists, chat room, etc), it's always good to give the
41264       information from this screen.</para>
41265
41266       <screenshot>
41267         <screeninfo>Server Information on Koha</screeninfo>
41268
41269         <mediaobject>
41270           <imageobject>
41271             <imagedata fileref="images/about/aboutserver.png"/>
41272           </imageobject>
41273         </mediaobject>
41274       </screenshot>
41275     </section>
41276
41277     <section id="aboutserverperl">
41278       <title>Perl Modules</title>
41279
41280       <para>In order to take advantage of all of the functionalities of Koha,
41281       you will need to keep your Perl modules up to date. The 'Perl Modules'
41282       tab will show you all of the modules required by Koha, the version you
41283       have installed and whether you need to upgrade certain modules.</para>
41284
41285       <screenshot>
41286         <screeninfo>Perl Modules</screeninfo>
41287
41288         <mediaobject>
41289           <imageobject>
41290             <imagedata fileref="images/about/aboutperlmodules.png"/>
41291           </imageobject>
41292         </mediaobject>
41293       </screenshot>
41294
41295       <para>Items listed in bold are required by Koha, items highlighed in red
41296       are missing completely and items highlighted in yellow simply need to be
41297       upgraded.</para>
41298     </section>
41299
41300     <section id="aboutsystem">
41301       <title>System Information</title>
41302
41303       <para>This tab will provide you with warnings if you are using system
41304       preferences that have since been deprecated or system preferences that
41305       you have set without other required preferences</para>
41306
41307       <screenshot>
41308         <screeninfo>System Information</screeninfo>
41309
41310         <mediaobject>
41311           <imageobject>
41312             <imagedata fileref="images/about/systeminfo.jpg"/>
41313           </imageobject>
41314         </mediaobject>
41315       </screenshot>
41316     </section>
41317   </chapter>
41318
41319   <chapter id="implementation">
41320     <title>Implementation Checklist</title>
41321
41322     <para>The following guide will walk you through the areas of Koha you need
41323     to look at in order to prepare to start using the system.</para>
41324
41325     <section id="imp-migration">
41326       <title>Data Migration</title>
41327
41328       <para>Before you can start using Koha you'll need to have some data.
41329       This can be done by entering it all by hand, but most people already
41330       have their data in electronic format of some sort and just need to
41331       reformat it a bit for importing into Koha.</para>
41332
41333       <itemizedlist>
41334         <listitem>
41335           <para>Create a list of libraries and enter their info and codes into
41336           <link linkend="libsgroups">Libraries &amp; Groups</link></para>
41337         </listitem>
41338
41339         <listitem>
41340           <para>Define your list of <link linkend="itemtypeadmin">Item
41341           Types</link></para>
41342         </listitem>
41343
41344         <listitem>
41345           <para>Define your patron categories and enter the categories and their codes into <link
41346               linkend="patcats">Patron Categories</link></para>
41347         </listitem>
41348
41349         <listitem>
41350           <para>Enter any additional patron information fields you use in your
41351           library in the <link linkend="patronattributetypes">Patron
41352           Attributes</link></para>
41353
41354           <itemizedlist>
41355             <listitem>
41356               <para>Requires that you first set the <link linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
41357               system preference if you have custom fields</para>
41358             </listitem>
41359           </itemizedlist>
41360         </listitem>
41361
41362         <listitem>
41363           <para>Define all of your <link linkend="authorizedvalues">Authorized
41364           Values</link></para>
41365
41366           <itemizedlist>
41367             <listitem>
41368               <para><link linkend="ccode">Collection codes</link></para>
41369             </listitem>
41370
41371             <listitem>
41372               <para><link linkend="shelvelocvals">Shelving
41373               locations</link></para>
41374             </listitem>
41375
41376             <listitem>
41377               <para>Item statuses (<link linkend="lost">lost</link>, <link linkend="notforloan">not
41378                   for loan</link>, <link linkend="damageauth">damaged</link>, <link linkend="withdrawnauth">withdrawn</link>)</para>
41379             </listitem>
41380
41381             <listitem>
41382               <para>Plus any others that are needed in your library</para>
41383             </listitem>
41384           </itemizedlist>
41385         </listitem>
41386
41387         <listitem>
41388           <para>Optionally define <link linkend="citytowns">City/State/Postal Code</link> combos </para>
41389         </listitem>
41390
41391         <listitem>
41392           <para><link linkend="kohamarcmapping">Map your bibliographic
41393           data</link> from your legacy system to Koha fields and migrate
41394           (remembering to use the collection, shelving, item type and library
41395           codes you entered in the above setting areas)</para>
41396         </listitem>
41397
41398         <listitem>
41399           <para><link linkend="patronimport">Map your patron data</link> from
41400           your legacy system to the Koha fields and migrate (remembering to
41401           use the patron and library codes you defined above)</para>
41402         </listitem>
41403
41404         <listitem>
41405           <para>Test your migrated data to be sure that everything is as you
41406           expect it to be, some things to test include:</para>
41407
41408           <itemizedlist>
41409             <listitem>
41410               <para>Check some of your titles with diacritics and make sure
41411               that they migrated properly.</para>
41412             </listitem>
41413
41414             <listitem>
41415               <para>Check titles in a series and make sure that series
41416               information migrated properly.</para>
41417             </listitem>
41418
41419             <listitem>
41420               <para>Make sure that your patrons have their contact information
41421               in the right fields.</para>
41422             </listitem>
41423
41424             <listitem>
41425               <para>If your serials data was migrated search for these records
41426               in the catalog and confirm that they look right.</para>
41427             </listitem>
41428
41429             <listitem>
41430               <para>If your serials data was migrated search for these records
41431               in the serials module and confirm that they look right.</para>
41432             </listitem>
41433
41434             <listitem>
41435               <para>Check marc records to verify a variety of items are
41436               cataloged correctly</para>
41437             </listitem>
41438
41439             <listitem>
41440               <para>Check cataloging process to see if all necessary fields
41441               are available</para>
41442             </listitem>
41443
41444             <listitem>
41445               <para>If fines are migrated, check to see that they are applied
41446               correctly</para>
41447             </listitem>
41448
41449             <listitem>
41450               <para>If holds are migrated, check to see they are accurate in
41451               catalog and patron record</para>
41452             </listitem>
41453           </itemizedlist>
41454         </listitem>
41455       </itemizedlist>
41456     </section>
41457
41458     <section id="impadmin">
41459       <title>Admin Configuration</title>
41460
41461       <para>Most of these preferences won't need to be changed to use your
41462       Koha system, but there are a few that you might want to
41463       customize.</para>
41464
41465       <itemizedlist>
41466         <listitem>
41467           <para>If your library uses CAS Authentication, you'll want to set
41468           the various <link linkend="casauthentication">CAS system
41469           preferences</link></para>
41470         </listitem>
41471
41472         <listitem>
41473           <para>Administration System Preferences</para>
41474
41475           <itemizedlist>
41476             <listitem>
41477               <para><link linkend="KohaAdminEmailAddress">KohaAdminEmailAddress</link> :
41478               This is the email address that will be used by the system in
41479               'from' lines and to send errors to if there is no email set for
41480               the branch</para>
41481             </listitem>
41482
41483             <listitem>
41484               <para><link linkend="noItemTypeImages">noItemTypeImages</link> :
41485               Decide if you want to show item type icons in the staff client
41486               and opac</para>
41487             </listitem>
41488
41489             <listitem>
41490               <para><link linkend="delimiter">delimiter</link> : This value
41491               will be put in between fields when exporting data from
41492               Koha</para>
41493             </listitem>
41494
41495             <listitem>
41496               <para><link linkend="virtualshelves">virtualshelves</link> :
41497               Decide if you want the staff and/or patrons to use lists in
41498               Koha</para>
41499             </listitem>
41500
41501             <listitem>
41502               <para><link linkend="AutoLocation">AutoLocation</link> : Require
41503               staff to log in to the staff client from a specific IP
41504               range</para>
41505             </listitem>
41506
41507             <listitem>
41508               <para><link linkend="IndependentBranches">IndependentBranches</link> : Prevent
41509                 librarians from editing content that belongs to other branches</para>
41510             </listitem>
41511           </itemizedlist>
41512         </listitem>
41513
41514         <listitem>
41515           <para>Go through the <link linkend="logs">Log System
41516           Preferences</link> and decide which actions you want to keep track
41517           of in the logs</para>
41518         </listitem>
41519       </itemizedlist>
41520     </section>
41521
41522     <section id="implocal">
41523       <title>Localization Configuration</title>
41524
41525       <para>Koha is used worldwide and so you need to make sure you set your
41526       localization preferences so that options throughout Koha appear properly
41527       for your location/language.</para>
41528
41529       <itemizedlist>
41530         <listitem>
41531           <para>Localization/Internationalization System Preferences</para>
41532
41533           <itemizedlist>
41534             <listitem>
41535               <para><link linkend="dateformat">dateformat</link> : Decide how
41536               dates are displayed throughout Koha</para>
41537             </listitem>
41538
41539             <listitem>
41540               <para><link linkend="opaclanguagesdisplay">opaclanguagesdisplay</link> :
41541               Decide if patrons can choose what language the OPAC appears
41542               in</para>
41543
41544               <itemizedlist>
41545                 <listitem>
41546                   <para><link linkend="opaclanguages">opaclanguages</link> :
41547                   Decide which languages the patrons can choose from</para>
41548                 </listitem>
41549               </itemizedlist>
41550             </listitem>
41551
41552             <listitem>
41553               <para><link linkend="languagepref">language</link> : Decide
41554               which languages appear in the staff client</para>
41555             </listitem>
41556
41557             <listitem>
41558               <para><link linkend="CalendarFirstDayOfWeek">CalendarFirstDayOfWeek</link> :
41559               Define your first day of the week</para>
41560             </listitem>
41561           </itemizedlist>
41562         </listitem>
41563       </itemizedlist>
41564     </section>
41565
41566     <section id="impcirc">
41567       <title>Circulation Configuration</title>
41568
41569       <para>Before you start circulating your collection you'll need to set up
41570       your rules and preferences for circulation.</para>
41571
41572       <itemizedlist>
41573         <listitem>
41574           <para>Define your <link linkend="circfinerules">Circulation/Fine rules</link></para>
41575         </listitem>
41576
41577         <listitem>
41578           <para>Enter the <link linkend="calholidays">days your library is
41579           closed</link> for fines and due date calculations</para>
41580         </listitem>
41581
41582         <listitem>
41583           <para>Circulation System Preferences</para>
41584
41585           <itemizedlist>
41586             <listitem>
41587               <para><link linkend="CircControl">CircControl</link> : Define
41588               whether circ rules are based on item's location, patron's
41589               location or transaction location</para>
41590             </listitem>
41591
41592             <listitem>
41593               <para><link linkend="useDaysMode">useDaysMode</link> : Define
41594               how due dates are calculated</para>
41595             </listitem>
41596
41597             <listitem>
41598               <para><link linkend="finesCalendar">finesCalendar</link> :
41599               Define how fines are calculated (for every late date or only for
41600               days the library is open)</para>
41601             </listitem>
41602
41603             <listitem>
41604               <para><link linkend="SpecifyDueDate">SpecifyDueDate</link> : Decide if staff are
41605                 allowed to override due dates on checkout</para>
41606             </listitem>
41607             <listitem>
41608               <para><link linkend="itemBarcodeFallbackSearch">itemBarcodeFallbackSearch</link> :
41609                 Decide if you want staff to be able to checkout using a keyword search (title, call
41610                 number, etc)</para>
41611             </listitem>
41612
41613             <listitem>
41614               <para><link linkend="AutomaticItemReturn">AutomaticItemReturn</link> :
41615               Decide if items are sent back to the owning branch when checked
41616               in</para>
41617             </listitem>
41618
41619             <listitem>
41620               <para><link linkend="todaysIssuesDefaultSortOrder">todaysIssuesDefaultSortOrder</link>
41621               : Decide how items checked out today display on the patron
41622               record</para>
41623             </listitem>
41624
41625             <listitem>
41626               <para><link linkend="previousIssuesDefaultSortOrder">previousIssuesDefaultSortOrder</link>
41627               : Decide how items checked out prior to today display on the
41628               patron record</para>
41629             </listitem>
41630
41631             <listitem>
41632               <para><link linkend="noissuescharge">noissuescharge</link> :
41633               Define the maximum amount a patron can owe before checkouts are
41634               blocked</para>
41635             </listitem>
41636
41637             <listitem>
41638               <para><link linkend="ReturnBeforeExpiry">ReturnBeforeExpiry</link> : Decide
41639               if patrons need to return items before their accounts
41640               expire</para>
41641             </listitem>
41642
41643             <listitem>
41644               <para><link linkend="AllowOnShelfHolds">AllowOnShelfHolds</link>
41645               : Decide if patrons can place holds on items that are marked as
41646               being available</para>
41647
41648               <itemizedlist>
41649                 <listitem>
41650                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41651                   : Decide if you want the staff to be able to override the
41652                   setting for the above at checkout</para>
41653                 </listitem>
41654               </itemizedlist>
41655             </listitem>
41656
41657             <listitem>
41658               <para><link linkend="AllowHoldsOnDamagedItems">AllowHoldsOnDamagedItems</link>
41659               : Decide if patrons can place holds on items that are marked as
41660               damaged</para>
41661
41662               <itemizedlist>
41663                 <listitem>
41664                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41665                   : Decide if you want the staff to be able to override the
41666                   setting for the above at checkout</para>
41667                 </listitem>
41668               </itemizedlist>
41669             </listitem>
41670
41671             <listitem>
41672               <para><link linkend="maxreserves">maxreserves</link> : Decide
41673               how many items a patron can have on hold at once</para>
41674
41675               <itemizedlist>
41676                 <listitem>
41677                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41678                   : Decide if you want the staff to be able to override the
41679                   setting for the above at checkout</para>
41680                 </listitem>
41681               </itemizedlist>
41682             </listitem>
41683
41684             <listitem>
41685               <para><link linkend="maxoutstanding">maxoutstanding</link> :
41686               Define the maximum amount a patron can owe before holds are
41687               blocked</para>
41688
41689               <itemizedlist>
41690                 <listitem>
41691                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41692                   : Decide if you want the staff to be able to override the
41693                   setting for the above at checkout</para>
41694                 </listitem>
41695               </itemizedlist>
41696             </listitem>
41697
41698             <listitem>
41699               <para><link linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link> :
41700               Define the number of days before a hold expires</para>
41701             </listitem>
41702
41703             <listitem>
41704               <para><link linkend="WebBasedSelfCheck">WebBasedSelfCheck</link>
41705               : Decide if you want to use the built in web-based self-checkout
41706               system</para>
41707
41708               <itemizedlist>
41709                 <listitem>
41710                   <para><link linkend="AutoSelfCheckAllowed">AutoSelfCheckAllowed</link> :
41711                   Decide if the self-checkout system requires login</para>
41712                 </listitem>
41713
41714                 <listitem>
41715                   <para><link linkend="ShowPatronImageInWebBasedSelfCheck">ShowPatronImageInWebBasedSelfCheck</link>
41716                   : Decide if you want patron images to show on the self
41717                   checkout screen</para>
41718                 </listitem>
41719               </itemizedlist>
41720             </listitem>
41721
41722             <listitem>
41723               <para><link linkend="AllowNotForLoanOverride">AllowNotForLoanOverride</link>
41724               : Decide if you want the staff to be able to checkout items
41725               marked as 'not for loan'</para>
41726             </listitem>
41727
41728             <listitem>
41729               <para><link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
41730               : Decide if you want staff to override the limit put on
41731               renewals</para>
41732             </listitem>
41733
41734             <listitem>
41735               <para><link linkend="AllowFineOverride">AllowFineOverride</link> : Decide if you want
41736                 staff to be able to override fine limits</para>
41737             </listitem>
41738             <listitem>
41739               <para><link linkend="AllowTooManyOverride">AllowTooManyOverride</link> : Descide if
41740                 you want staff to be able to check out more than the limit to a patron</para>
41741             </listitem>
41742
41743             <listitem>
41744               <para><link linkend="RenewalPeriodBase">RenewalPeriodBase</link>
41745               : Decide what date renewals are based on</para>
41746             </listitem>
41747
41748             <listitem>
41749               <para><link linkend="finesMode">finesMode</link> : Switch to
41750               'Calculate and Charge' before go live if you charge fines</para>
41751             </listitem>
41752
41753             <listitem>
41754               <para><link linkend="OverdueNoticeBcc">OverdueNoticeBcc</link> :
41755               If you want to receive a copy of every overdue notice sent out,
41756               enter your email address here</para>
41757             </listitem>
41758
41759             <listitem>
41760               <para><link linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
41761               : Decide if you want an email every time a hold is placed</para>
41762             </listitem>
41763
41764             <listitem>
41765               <para><link linkend="ReservesControlBranch">ReservesControlBranch</link> :
41766               Decide which branch's hold rules are considered first</para>
41767             </listitem>
41768
41769             <listitem>
41770               <para><link linkend="soundon">soundon</link> : Decide if you
41771               want to have sounds on for circulation actions</para>
41772             </listitem>
41773
41774             <listitem>
41775               <para><link linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
41776               : If you have a large amount of overdues, you might want to turn
41777               this preference on so as to allow you to filter before results
41778               appear</para>
41779             </listitem>
41780
41781             <listitem>
41782               <para><link linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
41783               : If you have a lot of staff members sharing one circ computer
41784               you might want to enable this so that staff can clear the screen
41785               in between checkouts to protect patron's privacy</para>
41786             </listitem>
41787
41788             <listitem>
41789               <para><link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link> :
41790               Decide how you want Koha to react if you scan in a blank barcode
41791               on the checkout screen</para>
41792             </listitem>
41793
41794             <listitem>
41795               <para><link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
41796               and/or <link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link>
41797               : Decide if you want patrons and/or staff to be able to suspend
41798               holds</para>
41799
41800               <itemizedlist>
41801                 <listitem>
41802                   <para><link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
41803                   : If you allow holds to be suspended decide if you want them
41804                   to automatically resume on the date entered by the staff
41805                   and/or patron</para>
41806                 </listitem>
41807               </itemizedlist>
41808             </listitem>
41809           </itemizedlist>
41810         </listitem>
41811
41812         <listitem>
41813           <para>Customize your <link linkend="notices">Notices &amp;
41814           Slips</link></para>
41815         </listitem>
41816
41817         <listitem>
41818           <para>Define your <link linkend="noticetriggers">Overdue Notice
41819           Triggers</link></para>
41820         </listitem>
41821
41822         <listitem>
41823           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
41824
41825           <itemizedlist>
41826             <listitem>
41827               <para>Populate <link linkend="buildholdscron">your holds
41828               queue</link> (every 1-4 hours)</para>
41829             </listitem>
41830
41831             <listitem>
41832               <para>Decide <link linkend="expiredholdscron">when holds
41833               expire</link> (daily)</para>
41834             </listitem>
41835
41836             <listitem>
41837               <para><link linkend="finescronjob">Calculate fines due</link>
41838               (daily)</para>
41839
41840               <itemizedlist>
41841                 <listitem>
41842                   <para>Fines on hourly loans will calculate when you check
41843                   the items in</para>
41844                 </listitem>
41845               </itemizedlist>
41846             </listitem>
41847
41848             <listitem>
41849               <para><link linkend="longoverduecron">Mark long overdue items as
41850               lost</link> (daily)</para>
41851             </listitem>
41852
41853             <listitem>
41854               <para>Decide when the system <link linkend="msgqueuecron">sends
41855               out messages</link> (1-4 hours)</para>
41856             </listitem>
41857
41858             <listitem>
41859               <para>Decide when the system <link linkend="overduenoticecron">queues overdue notices</link>
41860               (daily)</para>
41861             </listitem>
41862
41863             <listitem>
41864               <para>Set up <link linkend="printholdcron">hold notices that
41865               didn't send for printing</link> (daily after overdues and
41866               message queue)</para>
41867             </listitem>
41868
41869             <listitem>
41870               <para>Decide when the system <link linkend="advnoticecron">queues the advanced notice of items
41871               due</link> (daily)</para>
41872             </listitem>
41873
41874             <listitem>
41875               <para>Find holds that need to be <link linkend="unsuspendholdcron">resumed and remove suspension</link>
41876               (daily)</para>
41877             </listitem>
41878           </itemizedlist>
41879         </listitem>
41880       </itemizedlist>
41881     </section>
41882
41883     <section id="imppratrons">
41884       <title>Patron Configuration</title>
41885
41886       <para>You have already imported patron data from your old system, but
41887       there are plenty of options available to you regarding patrons and their
41888       accounts.</para>
41889
41890       <itemizedlist>
41891         <listitem>
41892           <para>Enter your <link linkend="addstaffpatron">staff members as
41893           patrons</link></para>
41894
41895           <itemizedlist>
41896             <listitem>
41897               <para>Define <link linkend="patronpermissions">staff members
41898               access permissions</link></para>
41899             </listitem>
41900           </itemizedlist>
41901         </listitem>
41902
41903         <listitem>
41904           <para>Patron System Preferences</para>
41905
41906           <itemizedlist>
41907             <listitem>
41908               <para><link linkend="AddPatronLists">AddPatronLists</link> :
41909               Decide how patron categories appear when creating a new
41910               patron</para>
41911             </listitem>
41912
41913             <listitem>
41914               <para><link linkend="autoMemberNum">autoMemberNum</link> :
41915               Decide if the patrons barcodes are auto-generated or if you
41916               enter them yourself</para>
41917             </listitem>
41918
41919             <listitem>
41920               <para><link linkend="MaxFine">MaxFine</link> : Determine the
41921               maximum amount that people can owe in fines</para>
41922             </listitem>
41923
41924             <listitem>
41925               <para><link linkend="NotifyBorrowerDeparture">NotifyBorrowerDeparture</link>
41926               : Decide when to warn staff that the patron account is about to
41927               expire</para>
41928             </listitem>
41929
41930             <listitem>
41931               <para><link linkend="intranetreadinghistory">intranetreadinghistory</link> :
41932               Decide if the staff can see the patron's reading/checkout
41933               history</para>
41934             </listitem>
41935
41936             <listitem>
41937               <para><link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link> :
41938               List fields that you want to appear as mandatory on the patron
41939               add/edit form</para>
41940             </listitem>
41941
41942             <listitem>
41943               <para><link linkend="BorrowersTitles">BorrowersTitles</link> :
41944               Add or change the titles for your patrons</para>
41945             </listitem>
41946
41947             <listitem>
41948               <para><link linkend="borrowerRelationship">borrowerRelationship</link> : Add
41949               or change borrower relationships (child to adult and
41950               professional to organization)</para>
41951             </listitem>
41952
41953             <listitem>
41954               <para><link linkend="AutoEmailPrimaryAddress">AutoEmailPrimaryAddress</link>
41955               : Determine if the patrons get an email confirming the creation
41956               of their account</para>
41957             </listitem>
41958
41959             <listitem>
41960               <para><link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
41961               : Decide if patrons can choose from a series of notices (other
41962               than overdues)</para>
41963             </listitem>
41964
41965             <listitem>
41966               <para><link linkend="patronimages">patronimages</link> : Decide
41967               if you want to save patron images in your system</para>
41968             </listitem>
41969
41970             <listitem>
41971               <para><link linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
41972               : Decide if you want to enable custom patron fields</para>
41973             </listitem>
41974
41975             <listitem>
41976               <para><link linkend="minPasswordLength">minPasswordLength</link>
41977               : Enter the minimum number of characters you want passwords to
41978               have</para>
41979             </listitem>
41980
41981             <listitem>
41982               <para><link linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> :
41983               Decide what fields your library doesn't need to see on the
41984               patron entry form</para>
41985             </listitem>
41986           </itemizedlist>
41987         </listitem>
41988       </itemizedlist>
41989     </section>
41990
41991     <section id="impcatalog">
41992       <title>Cataloging Configuration</title>
41993
41994       <para>Before you start cataloging in Koha you'll want to set up your
41995       preferences and other rules.</para>
41996
41997       <itemizedlist>
41998         <listitem>
41999           <para>Define your cataloging templates aka <link linkend="marcbibframeworks">MARC Bibliographic
42000           Frameworks</link></para>
42001
42002           <itemizedlist>
42003             <listitem>
42004               <para>Run the <link linkend="marcbibframeworkstest">MARC
42005               Bibliographic Framework Test</link> to be sure your changes are
42006               valid</para>
42007             </listitem>
42008           </itemizedlist>
42009         </listitem>
42010
42011         <listitem>
42012           <para>Define any <link linkend="authorizedvalues">authorized
42013           values</link> you might want to use in cataloging</para>
42014         </listitem>
42015
42016         <listitem>
42017           <para>Set up <link linkend="classificationsources">custom
42018           classification sources</link> (if you use something other than the
42019           defaults)</para>
42020         </listitem>
42021
42022         <listitem>
42023           <para>Set up <link linkend="recordmatchingrules">MARC matching rules</link> for importing
42024             records from mrc files or Z39.50</para>
42025         </listitem>
42026
42027         <listitem>
42028           <para>Set up <link linkend="keywordmapping">Koha to Keyword
42029           mapping</link> for deciding how to display marc fields to the screen
42030           (still in beta - only one field)</para>
42031         </listitem>
42032
42033         <listitem>
42034           <para>Set up the <link linkend="z3950admin">Z39.50 targets</link> you want to search for
42035             cataloging (and acquisitions)</para>
42036         </listitem>
42037
42038         <listitem>
42039           <para>Cataloging System Preferences</para>
42040
42041           <itemizedlist>
42042             <listitem>
42043               <para><link linkend="URLLinkText">URLLinkText</link> : Enter
42044               text to display when 856 fields do not have pre-defined
42045               labels</para>
42046             </listitem>
42047
42048             <listitem>
42049               <para><link linkend="hide_marc">hide_marc</link> : If you are
42050               unfamiliar with MARC you can have the MARC fields number
42051               hidden</para>
42052             </listitem>
42053
42054             <listitem>
42055               <para><link linkend="LabelMARCView">LabelMARCView</link> :
42056               Choose how you want duplicate fields to appear on the
42057               editor</para>
42058             </listitem>
42059
42060             <listitem>
42061               <para><link linkend="DefaultClassificationSource">DefaultClassificationSource</link>
42062               : Choose which classification source is the default in your
42063               library</para>
42064             </listitem>
42065
42066             <listitem>
42067               <para><link linkend="advancedMARCeditor">advancedMARCeditor</link> : Decide
42068               if you need labels to appear on your MARC editor</para>
42069             </listitem>
42070
42071             <listitem>
42072               <para><link linkend="marcflavour">marcflavour</link> : Choose
42073               your MARC format</para>
42074             </listitem>
42075
42076             <listitem>
42077               <para><link linkend="itemcallnumber">itemcallnumber</link> :
42078               Enter which field and subfields to look into for the call
42079               number</para>
42080             </listitem>
42081
42082             <listitem>
42083               <para><link linkend="MARCOrgCode">MARCOrgCode</link> : Enter
42084               your MARC Organizational Code (not the same as your OCLC
42085               number)</para>
42086             </listitem>
42087
42088             <listitem>
42089               <para><link linkend="autoBarcode">autoBarcode</link> : Decide if
42090               Koha generates item barcodes for you</para>
42091             </listitem>
42092
42093             <listitem>
42094               <para><link linkend="OpacSuppression">OpacSuppression</link> :
42095               Decide if you want to hide items marked as suppressed from the
42096               OPAC search results</para>
42097             </listitem>
42098           </itemizedlist>
42099         </listitem>
42100
42101         <listitem>
42102           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42103
42104           <itemizedlist>
42105             <listitem>
42106               <para>Decide when the system <link linkend="checkurlcron">checks
42107               URLs in catalog records</link> to see if they are still
42108               valid</para>
42109             </listitem>
42110           </itemizedlist>
42111         </listitem>
42112       </itemizedlist>
42113     </section>
42114
42115     <section id="impauthorities">
42116       <title>Authorities Configuration</title>
42117
42118       <para>Koha has the ability to keep track of your authority records and
42119       how they're linked to your bibliographic records. Before using
42120       authorities you should configure several preferences.</para>
42121
42122       <itemizedlist>
42123         <listitem>
42124           <para>Set <link linkend="authoritiesadmin">Authority
42125           Frameworks</link> aka templates</para>
42126         </listitem>
42127
42128         <listitem>
42129           <para>Authority System Preferences</para>
42130
42131           <itemizedlist>
42132             <listitem>
42133               <para><link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> :
42134               Decide if Koha creates authorities when cataloging</para>
42135             </listitem>
42136
42137             <listitem>
42138               <para><link linkend="dontmerge">dontmerge</link> : Decide if
42139               updates to authorities trigger updates to the bibliographic
42140               records that link to them</para>
42141             </listitem>
42142
42143             <listitem>
42144               <para><link linkend="AutoCreateAuthorities">AutoCreateAuthorities</link> :
42145               Decide when authorities are created</para>
42146             </listitem>
42147
42148             <listitem>
42149               <para><link linkend="LinkerModule">LinkerModule</link> : Decide
42150               which match the authority linker should use</para>
42151             </listitem>
42152
42153             <listitem>
42154               <para><link linkend="LinkerOptions">LinkerOptions</link> :
42155               Decide if you want authority linking to be broader or more
42156               specific</para>
42157             </listitem>
42158
42159             <listitem>
42160               <para><link linkend="CatalogModuleRelink">CatalogModuleRelink</link> :
42161               Decide if you want to enable authority linking while
42162               cataloging</para>
42163             </listitem>
42164           </itemizedlist>
42165         </listitem>
42166
42167         <listitem>
42168           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42169
42170           <itemizedlist>
42171             <listitem>
42172               <para>Choose when the system looks for authorities updates to
42173               <link linkend="mergeauthcron">merge changes into bibliographic
42174               records</link></para>
42175             </listitem>
42176           </itemizedlist>
42177         </listitem>
42178       </itemizedlist>
42179     </section>
42180
42181     <section id="impsearching">
42182       <title>Searching Configuration</title>
42183
42184       <para>There are several system preferences related to searching, it is
42185       not always recommended to make too many changes to these preferences
42186       since they are set to get you the most relevant results. If you would
42187       like to change the default way that Koha handles searching, view the
42188       <link linkend="searchingprefs">Searching system preferences</link>
42189       tab.</para>
42190
42191       <itemizedlist>
42192         <listitem>
42193           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42194
42195           <itemizedlist>
42196             <listitem>
42197               <para>Decide how often your <link linkend="rebuildsearchcron">system rebuilds the search
42198               index</link> (4-10 min)</para>
42199             </listitem>
42200           </itemizedlist>
42201         </listitem>
42202
42203         <listitem>
42204           <para>Searching System Preferences</para>
42205
42206           <itemizedlist>
42207             <listitem>
42208               <para><link linkend="AdvancedSearchTypes">AdvancedSearchTypes</link> : Decide which
42209                 authorized value fields you want patrons and staff to be able to limit their
42210                 advanced searches by</para>
42211             </listitem>
42212             <listitem>
42213               <para><link linkend="AdvancedSearchLanguages">AdvancedSearchLanguages</link> : Decide
42214                 which languages you want people to be able to limit to via the search engine</para>
42215             </listitem>
42216
42217             <listitem>
42218               <para><link linkend="UseAuthoritiesForTracings">UseAuthoritiesForTracings</link>
42219               : Decide how you want Koha to handle subject searches in the
42220               OPAC</para>
42221
42222               <itemizedlist>
42223                 <listitem>
42224                   <para><link linkend="TraceCompleteSubfields">TraceCompleteSubfields</link>
42225                   : Decide how you want Koha to handle subject searches in the
42226                   OPAC</para>
42227                 </listitem>
42228
42229                 <listitem>
42230                   <para><link linkend="TraceSubjectSubdivisions">TraceSubjectSubdivisions</link>
42231                   : Decide how you want Koha to handle subject searches in the
42232                   OPAC</para>
42233                 </listitem>
42234               </itemizedlist>
42235             </listitem>
42236
42237             <listitem>
42238               <para><link linkend="displayFacetCount">displayFacetCount</link>
42239               : Decide whether to show facet counts on search results</para>
42240             </listitem>
42241           </itemizedlist>
42242         </listitem>
42243       </itemizedlist>
42244     </section>
42245
42246     <section id="impopac">
42247       <title>OPAC Configuration</title>
42248
42249       <para>There are a lot of ways you can customize your OPAC in
42250       Koha.</para>
42251
42252       <itemizedlist>
42253         <listitem>
42254           <para>Decide how you want your OPAC to look &amp; what content you
42255           want on the main page</para>
42256         </listitem>
42257
42258         <listitem>
42259           <para>Create a library branded stylesheet using CSS</para>
42260
42261           <itemizedlist>
42262             <listitem>
42263               <important>
42264                 <para>Do not edit the default CSS files, instead create a new
42265                 one, that way the system can always fall back on the original
42266                 CSS.</para>
42267               </important>
42268             </listitem>
42269           </itemizedlist>
42270         </listitem>
42271
42272         <listitem>
42273           <para>Create a custom XSLT stylesheet to change the way search
42274           results and bib records appear in the OPAC</para>
42275         </listitem>
42276
42277         <listitem>
42278           <para>OPAC System preferences</para>
42279
42280           <itemizedlist>
42281             <listitem>
42282               <para><link linkend="opacuserlogin">opacuserlogin</link> :
42283               Decide if you want to allow patrons to login to the OPAC to
42284               access customized functionality (searching will be allowed
42285               without logging in)</para>
42286
42287               <itemizedlist>
42288                 <listitem>
42289                   <para><link linkend="RequestOnOpac">RequestOnOpac</link> :
42290                   Decide if patrons can place holds via the OPAC</para>
42291                 </listitem>
42292
42293                 <listitem>
42294                   <para><link linkend="OPACItemHolds">OPACItemHolds</link> :
42295                   Decide if patrons can place holds on specific items (instead
42296                   of just the next available item)</para>
42297                 </listitem>
42298
42299                 <listitem>
42300                   <para><link linkend="OpacPasswordChange">OpacPasswordChange</link> :
42301                   Decide if patrons can change their password (don't allow
42302                   this if you're using LDAP)</para>
42303                 </listitem>
42304
42305                 <listitem>
42306                   <para><link linkend="OpacRenewalAllowed">OpacRenewalAllowed</link> :
42307                   Decide if patrons can renew their checked out items via the
42308                   OPAC</para>
42309                 </listitem>
42310
42311                 <listitem>
42312                   <para><link linkend="opacreadinghistory">opacreadinghistory</link> :
42313                   Decide if patrons can view their reading/checkout history
42314                   via the OPAC</para>
42315                 </listitem>
42316
42317                 <listitem>
42318                   <para><link linkend="reviewson">reviewson</link> : Decide if
42319                   you want to allow patrons to comment on bib records via the
42320                   OPAC</para>
42321                 </listitem>
42322
42323                 <listitem>
42324                   <para><link linkend="OpacStarRatings">OpacStarRatings</link>
42325                   : Decide if patrons can leave star ratings</para>
42326                 </listitem>
42327
42328                 <listitem>
42329                   <para><link linkend="virtualshelves">virtualshelves</link> :
42330                   Decide if you want patrons to be able to create Lists</para>
42331                 </listitem>
42332
42333                 <listitem>
42334                   <para><link linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
42335                   : If patrons can create lists then decide if they are
42336                   allowed to create public lists</para>
42337                 </listitem>
42338
42339                 <listitem>
42340                   <para><link linkend="suggestionspref">suggestion</link> :
42341                   Decide if you want patrons to be able to submit purchase
42342                   suggestions</para>
42343                 </listitem>
42344
42345                 <listitem>
42346                   <para><link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link>
42347                   : Decide if you want patrons to be able to see purchase
42348                   suggestions made by other patrons</para>
42349                 </listitem>
42350               </itemizedlist>
42351             </listitem>
42352
42353             <listitem>
42354               <para><link linkend="opacbookbag">opacbookbag</link> : Decide if
42355               patrons can save items into their cart</para>
42356             </listitem>
42357
42358             <listitem>
42359               <para><link linkend="AnonSuggestions">AnonSuggestions</link> :
42360               Decide if you want non logged in users to be able to make
42361               purchase suggestions</para>
42362             </listitem>
42363
42364             <listitem>
42365               <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> :
42366               Decide if you want to use the XSLT stylesheets on the OPAC
42367               search results</para>
42368             </listitem>
42369
42370             <listitem>
42371               <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> :
42372               Decide if you want to use the XSLT stylesheets on the bib
42373               records in the OPAC</para>
42374             </listitem>
42375
42376             <listitem>
42377               <para><link linkend="LibraryName">LibraryName</link> : Enter
42378               your library name for display in the &lt;title&gt; tag and on
42379               the top of the OPAC</para>
42380             </listitem>
42381
42382             <listitem>
42383               <para><link linkend="opacsmallimage">opacsmallimage</link> :
42384               Choose a logo to replace the Koha logo</para>
42385             </listitem>
42386
42387             <listitem>
42388               <para><link linkend="opaccredits">opaccredits</link> : Enter
42389               HTML to appear at the bottom of every page in the OPAC</para>
42390             </listitem>
42391
42392             <listitem>
42393               <para><link linkend="OpacMainUserBlock">OpacMainUserBlock</link>
42394               : Enter HTML that will appear in the center of the main OPAC
42395               page</para>
42396             </listitem>
42397
42398             <listitem>
42399               <para><link linkend="OpacNav">OpacNav</link> : Enter HTML that
42400               will appear to the left on the main OPAC page</para>
42401             </listitem>
42402
42403             <listitem>
42404               <para><link linkend="OpacNavBottom">OpacNavBottom</link> : Enter
42405               HTML that will appear below OpacNav</para>
42406             </listitem>
42407
42408             <listitem>
42409               <para><link linkend="OpacNavRight">OpacNavRight</link> : Enter
42410               HTML that will appear below the login box on the right</para>
42411             </listitem>
42412
42413             <listitem>
42414               <para><link linkend="opacheader">opacheader</link> : Enter the
42415               HTML that will appear above the search box on the OPAC</para>
42416             </listitem>
42417
42418             <listitem>
42419               <para><link linkend="OPACNoResultsFound">OPACNoResultsFound</link> : Enter
42420               the HTML that will appear when no results are found</para>
42421             </listitem>
42422
42423             <listitem>
42424               <para><link linkend="OPACResultsSidebar">OPACResultsSidebar</link> : Enter
42425               the HTML that will appear below the facets on your search
42426               results</para>
42427             </listitem>
42428
42429             <listitem>
42430               <para><link linkend="OPACMySummaryHTML">OPACMySummaryHTML</link>
42431               : Enter the HTML that will appear in the far right of the
42432               circulation summary in the OPAC</para>
42433             </listitem>
42434
42435             <listitem>
42436               <para>Customize your stylesheets:</para>
42437
42438               <itemizedlist>
42439                 <listitem>
42440                   <para><link linkend="OPACUserCSS">OPACUserCSS</link> : Enter
42441                   any additional fields you want to define styles for</para>
42442                 </listitem>
42443
42444                 <listitem>
42445                   <para><link linkend="opaclayoutstylesheet">opaclayoutstylesheet</link> :
42446                   Point to a CSS file on your Koha server</para>
42447                 </listitem>
42448
42449                 <listitem>
42450                   <para><link linkend="opaccolorstylesheet">opaccolorstylesheet</link> :
42451                   Point to a CSS file on your Koha server</para>
42452                 </listitem>
42453               </itemizedlist>
42454             </listitem>
42455
42456             <listitem>
42457               <para><link linkend="OpacHighlightedWords">OpacHighlightedWords</link> :
42458               Decide if you want search terms to be highlighted on the search
42459               results</para>
42460             </listitem>
42461
42462             <listitem>
42463               <para><link linkend="hidelostitems">hidelostitems</link> :
42464               Decide if you want to show patrons items you have marked as
42465               lost</para>
42466             </listitem>
42467
42468             <listitem>
42469               <para><link linkend="BiblioDefaultView">BiblioDefaultView</link>
42470               : Decide what view is the default for bib records on the
42471               OPAC</para>
42472             </listitem>
42473
42474             <listitem>
42475               <para><link linkend="OPACShelfBrowser">OPACShelfBrowser</link> : Decide if you want to
42476                 enable the shelf browse functionality</para>
42477             </listitem>
42478             <listitem>
42479               <para><link linkend="opacthemes">opacthemes</link> : Choose which theme you would like
42480                 to use. If you would like a responsive theme pick 'bootstrap'.</para>
42481             </listitem>
42482
42483             <listitem>
42484               <para><link linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link> :
42485               Decide if URLs clicked in the OPAC are opened in a new
42486               window</para>
42487             </listitem>
42488
42489             <listitem>
42490               <para><link linkend="SearchMyLibraryFirst">SearchMyLibraryFirst</link> : If
42491               you have a multi-branch system decide if you want patrons to
42492               search their library first</para>
42493             </listitem>
42494
42495             <listitem>
42496               <para><link linkend="OpacAuthorities">OpacAuthorities</link> :
42497               Decide if you want patrons to be able to search your authority
42498               file</para>
42499             </listitem>
42500
42501             <listitem>
42502               <para><link linkend="OpacBrowser">OpacBrowser</link> : Decide if
42503               you want patrons to browse your authority file</para>
42504             </listitem>
42505
42506             <listitem>
42507               <para><link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link> :
42508               Choose which libraries you want patrons to be able to re-run
42509               their search in</para>
42510             </listitem>
42511
42512             <listitem>
42513               <para><link linkend="OpacAddMastheadLibraryPulldown">OpacAddMastheadLibraryPulldown</link>
42514               : If you're a multi-branch system you can add a pull down to the
42515               search bar for patrons to search which library to search</para>
42516             </listitem>
42517
42518             <listitem>
42519               <para><link linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
42520               : Decide if you want the system to keep a search history</para>
42521             </listitem>
42522           </itemizedlist>
42523         </listitem>
42524
42525         <listitem>
42526           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42527
42528           <itemizedlist>
42529             <listitem>
42530               <para>If you have the <link linkend="OpacBrowser">OpacBrowser</link> preference set decide
42531               <link linkend="authbrowsercron">when you want the contents to
42532               rebuild</link></para>
42533             </listitem>
42534
42535             <listitem>
42536               <para>If you have <link linkend="customrss">custom RSS
42537               feeds</link>, decide when you want the <link linkend="customrssfeedcron">feed to be populated</link></para>
42538             </listitem>
42539           </itemizedlist>
42540         </listitem>
42541       </itemizedlist>
42542
42543       <section id="editableopac">
42544         <title>Editable OPAC Regions</title>
42545
42546         <para>Using the OPAC system preferences you can customize various regions, the following
42547           graphic will define what preferences update each of the regions in the Bootstrap
42548           theme.</para>
42549
42550         <screenshot>
42551           <screeninfo>OPAC Editable Regions</screeninfo>
42552
42553           <mediaobject>
42554             <imageobject>
42555               <imagedata fileref="images/appendix-opac/opaccustomregions.jpg"/>
42556             </imageobject>
42557           </mediaobject>
42558         </screenshot>
42559       </section>
42560     </section>
42561
42562     <section id="impenhanced">
42563       <title>Enhanced Content Configuration</title>
42564
42565       <para>Koha allows you to pull in content from outside sources to enhance
42566       your bib records. All of this content can be toggled on and off using
42567       the enhanced content system preferences.</para>
42568
42569       <itemizedlist>
42570         <listitem>
42571           <para><link linkend="frbrenhancedprefs">FRBR/Editions</link></para>
42572
42573           <itemizedlist>
42574             <listitem>
42575               <para>If you would like to have your OPAC and/or staff client
42576               show an 'Editions' tab on the bib record, you want to enable one
42577               or the other FRBR preferences and then either one or both of the
42578               ISBN services (XISBN and ThingISBN).</para>
42579             </listitem>
42580           </itemizedlist>
42581         </listitem>
42582
42583         <listitem>
42584           <para><link linkend="amazonprefs">Amazon</link> : This service is
42585           free and just requires that you visit <ulink url="http://aws.amazon.com">http://aws.amazon.com</ulink> to sign
42586           up</para>
42587
42588           <itemizedlist>
42589             <listitem>
42590               <para>Using the Amazon preferences you can choose to show cover
42591               images from Amazon.</para>
42592             </listitem>
42593           </itemizedlist>
42594         </listitem>
42595
42596         <listitem>
42597           <para><link linkend="Babelthequeprefs">Babelthèque</link></para>
42598
42599           <itemizedlist>
42600             <listitem>
42601               <para>This is a pay service. Contact Babelthèque to learn how to
42602               enable this content in the OPAC.</para>
42603             </listitem>
42604           </itemizedlist>
42605         </listitem>
42606
42607         <listitem>
42608           <para><link linkend="btcontentprefs">Baker and Taylor</link></para>
42609
42610           <itemizedlist>
42611             <listitem>
42612               <para>This is a pay service from Baker &amp; Taylor. Contact
42613               Baker &amp; Taylor for the information to enter into these
42614               preferences.</para>
42615             </listitem>
42616           </itemizedlist>
42617         </listitem>
42618
42619         <listitem>
42620           <para><link linkend="googleprefs">Google</link></para>
42621
42622           <itemizedlist>
42623             <listitem>
42624               <para>This service is free and does not require registration,
42625               simply enable GoogleJackets and you're set to go.</para>
42626             </listitem>
42627           </itemizedlist>
42628         </listitem>
42629
42630         <listitem>
42631           <para><link linkend="IDreamLibraries">I Deam Books</link><itemizedlist>
42632               <listitem>
42633                 <para>This is a free service that compiles reviews for popular titles from many
42634                   different sources.</para>
42635               </listitem>
42636             </itemizedlist></para>
42637         </listitem>
42638         <listitem>
42639           <para><link linkend="librarythingprefs">LibraryThing</link></para>
42640           <itemizedlist>
42641             <listitem>
42642               <para>With the exception of ThingISBN, you will need to contact LibraryThing for the
42643                 information to enter into these preferences</para>
42644             </listitem>
42645             <listitem>
42646               <para>Enabling ThingISBN will help to populate the editions tab on the bib record
42647                 display if you have enabled FRBR.</para>
42648             </listitem>
42649           </itemizedlist>
42650         </listitem>
42651
42652         <listitem>
42653           <para><link linkend="novelistselect">Novelist</link></para>
42654
42655           <itemizedlist>
42656             <listitem>
42657               <para>This is a pay service from Ebsco. Contact Ebsco for the
42658               information to enter into these preferences</para>
42659             </listitem>
42660           </itemizedlist>
42661         </listitem>
42662
42663         <listitem>
42664           <para><link linkend="oclcprefs">OCLC</link></para>
42665           <itemizedlist>
42666             <listitem>
42667               <para>XISBN is used to populate the editions tab on the bib record display if you have
42668                 enabled FRBR. This service is free for up to 999 queries a day.</para>
42669             </listitem>
42670           </itemizedlist>
42671         </listitem>
42672         <listitem>
42673           <para><link linkend="OpenLibraryPrefs">Open Library</link><itemizedlist>
42674               <listitem>
42675                 <para>Open Library project is an open system that you can pull cover images (and in
42676                   the future additional content) from</para>
42677               </listitem>
42678             </itemizedlist></para>
42679         </listitem>
42680
42681         <listitem>
42682           <para><link linkend="Syndeticsprefs">Syndetics</link></para>
42683
42684           <itemizedlist>
42685             <listitem>
42686               <para>This is a pay service from Syndetics to add content for
42687               your bib records. Contact Syndetics for the information to enter
42688               into these preferences.</para>
42689             </listitem>
42690           </itemizedlist>
42691         </listitem>
42692
42693         <listitem>
42694           <para><link linkend="taggingprefs">Tagging</link></para>
42695
42696           <itemizedlist>
42697             <listitem>
42698               <para>Choose whether or not you want to allow patrons to add
42699               tags to records in Koha.</para>
42700             </listitem>
42701           </itemizedlist>
42702         </listitem>
42703       </itemizedlist>
42704     </section>
42705
42706     <section id="impacq">
42707       <title>Acquisitions Configuration</title>
42708
42709       <para>When using acquisitions in Koha you first need to define some
42710       defaults.</para>
42711
42712       <itemizedlist>
42713         <listitem>
42714           <para>Set up your <link linkend="budgetplanning">funds &amp;
42715           budgets</link></para>
42716         </listitem>
42717
42718         <listitem>
42719           <para>Choose your <link linkend="currexchangeadmin">default
42720           currency</link> and enter others if you order from multiple
42721           countries</para>
42722         </listitem>
42723
42724         <listitem>
42725           <para>Enter in your <link linkend="acqvendors">vendor
42726           information</link></para>
42727         </listitem>
42728
42729         <listitem>
42730           <para>Create an <link linkend="marcbibframeworks">Framework with the
42731           code ACQ</link> (if you're going to enter item records at the time
42732           of ordering or receiving)</para>
42733         </listitem>
42734
42735         <listitem>
42736           <para>Acquisitions System preferences</para>
42737
42738           <itemizedlist>
42739             <listitem>
42740               <para><link linkend="AcqCreateItem">AcqCreateItem</link> :
42741               Decide if an item record is created during acquisition</para>
42742             </listitem>
42743
42744             <listitem>
42745               <para><link linkend="CurrencyFormat">CurrencyFormat</link> :
42746               Decide how you want monetary amounts to display</para>
42747             </listitem>
42748
42749             <listitem>
42750               <para><link linkend="gist">gist</link> : Enter your sales tax
42751               (if you are billed for tax)</para>
42752             </listitem>
42753
42754             <listitem>
42755               <para><link linkend="OrderPdfFormat">OrderPdfFormat</link> :
42756               Decide what format you want your print orders to use</para>
42757             </listitem>
42758           </itemizedlist>
42759         </listitem>
42760       </itemizedlist>
42761     </section>
42762
42763     <section id="impserials">
42764       <title>Serials Configuration</title>
42765
42766       <para>When you use serials there are a few options you can set before
42767       hand.</para>
42768
42769       <itemizedlist>
42770         <listitem>
42771           <para>Serials System Preferences</para>
42772
42773           <itemizedlist>
42774             <listitem>
42775               <para><link linkend="RenewSerialAddsSuggestion">RenewSerialAddsSuggestion</link>
42776               : Decide if you want renewing serials to add a suggestion for
42777               easy purchasing</para>
42778             </listitem>
42779
42780             <listitem>
42781               <para><link linkend="RoutingSerials">RoutingSerials</link> :
42782               Decide if you want to route serials around your library</para>
42783             </listitem>
42784
42785             <listitem>
42786               <para><link linkend="RoutingListAddReserves">RoutingListAddReserves</link> :
42787               Decide if holds are placed on serials when there is a routing
42788               list in place</para>
42789             </listitem>
42790           </itemizedlist>
42791         </listitem>
42792
42793         <listitem>
42794           <para>Cataloging System Preferences</para>
42795
42796           <itemizedlist>
42797             <listitem>
42798               <para><link linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
42799               : Decide how many of the most recent issues to display in the
42800               staff client</para>
42801             </listitem>
42802
42803             <listitem>
42804               <para><link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
42805               : Decide how many of the most recent issues to display in the
42806               OPAC</para>
42807             </listitem>
42808
42809             <listitem>
42810               <para><link linkend="SubscriptionHistory">SubscriptionHistory</link> :
42811               Decide how you want the subscription information to display in
42812               the OPAC</para>
42813             </listitem>
42814           </itemizedlist>
42815         </listitem>
42816       </itemizedlist>
42817     </section>
42818
42819     <section id="impgolive">
42820       <title>Planning for Go-Live</title>
42821
42822       <para>Once you have all of your settings ready, you need to prepare for
42823       making your system live:</para>
42824
42825       <itemizedlist>
42826         <listitem>
42827           <para>Decide if you need training by an outside service or if your
42828           staff can do the training themselves.</para>
42829         </listitem>
42830
42831         <listitem>
42832           <para>Make sure that there is time for your staff to play with your
42833           test system and get comfortable with it</para>
42834         </listitem>
42835
42836         <listitem>
42837           <para>If this is a migration, work with your previous company to
42838           extract data right before you go live</para>
42839         </listitem>
42840
42841         <listitem>
42842           <para>Come up with URLs for your new Koha OPAC &amp; Staff
42843           Client</para>
42844         </listitem>
42845
42846         <listitem>
42847           <para>Make sure that if you're hosting your own system you have a
42848           backup plan</para>
42849         </listitem>
42850       </itemizedlist>
42851     </section>
42852   </chapter>
42853
42854   <chapter id="sopac">
42855     <title>SOPAC2 Installation</title>
42856
42857     <section id="sopacintro">
42858       <sectioninfo>
42859         <authorgroup>
42860           <author>
42861             <firstname>Jean-André</firstname>
42862             <surname>Santoni</surname>
42863             <affiliation>
42864               <orgname>BibLibre</orgname>
42865             </affiliation>
42866           </author>
42867           
42868           <editor>
42869             <firstname>Nicole C.</firstname>
42870             <surname>Engard</surname>
42871             <contrib>Translation and minor edits.</contrib>
42872           </editor>
42873         </authorgroup>
42874         
42875         <pubdate>August 2009</pubdate>
42876       </sectioninfo>
42877       <title>Introduction</title>
42878
42879       <para>This is an installation guide for SOPAC2 and its Koha connector. It
42880       has been tested on Debian Lenny and Ubuntu Jaunty with Drupal 6.12 and Koha
42881       3.0.x. It does not cover the installation of Koha and Drupal, only
42882       SOPAC, its dependencies and the connector.</para>
42883     </section>
42884
42885     <section id="sopacinstall">
42886       <title>Installation of Locum and Insurge</title>
42887
42888       <para>Locum and Insurge are the two libraries used primarily by SOPAC.
42889       They serve as a layer of abstraction to the data. Insurge manages the
42890       social aspect (tags, reviews, ratings), while Locum manages the
42891       connection to the ILS via the connector. Both libraries use a different
42892       database from that of Drupal.</para>
42893
42894       <section id="sopacdepend">
42895         <title>Dependencies</title>
42896
42897         <para>There are no packages for Debian MDB2 yet, you can install it
42898         via pear:</para>
42899
42900         <programlisting># apt-get install php-pear
42901 # pear install MDB2
42902 # pear install MDB2#mysql</programlisting>
42903       </section>
42904
42905       <section id="sopacdownload">
42906         <title>Download</title>
42907
42908         <para>Download the Locum and Insurge libraries from SVN:</para>
42909
42910         <programlisting># cd /usr/local/lib
42911 # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
42912 # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge</programlisting>
42913       </section>
42914
42915       <section id="sopaccreatedb">
42916         <title>Creation of the Database</title>
42917
42918         <programlisting>$ mysql -u root
42919 mysql&gt; create database scas;
42920 mysql&gt; grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
42921 mysql&gt; flush privileges;
42922 mysql&gt; exit</programlisting>
42923       </section>
42924
42925       <section id="sopacdsn">
42926         <title>Sync DSN</title>
42927
42928         <para>This file will provide the connection information to a DB
42929         libraries:</para>
42930
42931         <programlisting># nano /usr/local/etc/locum_insurge_dsn.php</programlisting>
42932
42933         <para>It should contain:</para>
42934
42935         <programlisting>&lt;?php
42936 $dsn = 'mysql://scas_user:scas_pass@localhost/scas';</programlisting>
42937       </section>
42938
42939       <section id="sopacinstallinsurge">
42940         <title>Installation of Insurge</title>
42941
42942         <para>If you customize the name of the database, remember to edit the
42943         sql file:</para>
42944
42945         <programlisting># nano /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
42946
42947         <para>Import Insurge:</para>
42948
42949         <programlisting>$ mysql -u root -p &lt; /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
42950
42951         <para>Configure Insurge:</para>
42952
42953         <programlisting># nano /usr/local/lib/insurge/config/insurge.ini</programlisting>
42954
42955         <para>The variables in insurge.ini are empty. The default values are
42956         too long and cause MySQL errors.</para>
42957
42958         <para>Here is a sample of insurge.ini</para>
42959
42960         <programlisting>; This is the Locum configuration file
42961 ; General configuration options for your installation of Insurge.
42962 [insurge_config]
42963 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
42964 ; This is where you configure your repository membership information.
42965 ;
42966 ; parent_server is the server name of the repository parent server you have been
42967 ; told to use.
42968 ; group_id = The group ID you have been given by your repository admin.
42969 ; These configuration points are OPTIONAL and are only necessary if you are
42970 ; participating in a repository relationship.
42971 [repository_info]
42972 parent_server = ""
42973 group_id = ""
42974 group_key = ""</programlisting>
42975       </section>
42976
42977       <section id="sopacinstallocum">
42978         <title>Installation of Locum</title>
42979
42980         <para>The same procedure applies to Locum</para>
42981
42982         <programlisting># nano /usr/local/lib/locum/sql/scas_locum.sql
42983 # mysql &lt; /usr/local/lib/locum/sql/scas_locum.sql
42984 # nano /usr/local/lib/locum/sql/locum_init.sql
42985 # mysql &lt; /usr/local/lib/locum/sql/locum_init.sql
42986 # nano /usr/local/lib/locum/config/locum.ini
42987 # mkdir /usr/local/var
42988 # mkdir /usr/local/var/log</programlisting>
42989
42990         <para>Configure the DSN:</para>
42991
42992         <programlisting>[locum_config]
42993 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"</programlisting>
42994
42995         <para>And the information for your Koha installation:</para>
42996
42997         <programlisting>[ils_config]
42998 ils = "koha";
42999 ils_version = "30x"
43000 ils_server = "localhost"
43001 ils_harvest_port = "80"</programlisting>
43002
43003         <para>The rest depends on your Koha configuration.</para>
43004       </section>
43005     </section>
43006
43007     <section id="sopackoha">
43008       <title>Installation of Koha Connector</title>
43009
43010       <para>Download the Koha connector using SVN:</para>
43011
43012       <programlisting># cd /usr/local/lib/locum/connectors/
43013 # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x</programlisting>
43014     </section>
43015
43016     <section id="sopacharvest">
43017       <title>Harvest Records</title>
43018
43019       <para>Now that the connector is in place, we will be able to launch
43020       harvest.php, a tool that will reap Locum DB Koha and fill the
43021       locum.</para>
43022
43023       <para>Start by configuring harvest.php:</para>
43024
43025       <programlisting># nano /usr/local/lib/locum/tools/harvest.php</programlisting>
43026
43027       <para>Here are the variables you must change:</para>
43028
43029       <programlisting>$first_record = 1;
43030 $last_record = 30;</programlisting>
43031
43032       <para>These are the minimum and maximum biblionumbers from your Koha
43033       install.</para>
43034
43035       <para>Then start the harvest:</para>
43036
43037       <programlisting># chmod +x /usr/local/lib/locum/tools/harvest.php
43038 $ /usr/local/lib/locum/tools/harvest.php</programlisting>
43039     </section>
43040
43041     <section id="sopacphinx">
43042       <title>Installation of Sphinx</title>
43043
43044       <para>Sphinx is the indexer for the database used by Locum and
43045       Insurge.</para>
43046
43047       <section id="sphinxdepend">
43048         <title>Dependencies</title>
43049
43050         <para>There is no Debian package for Sphinx so you'll have to compile
43051         the source directly:</para>
43052
43053         <programlisting># apt-get install g++ make libmysql++-dev</programlisting>
43054       </section>
43055
43056       <section id="sphinxdownload">
43057         <title>Download and Compile</title>
43058
43059         <programlisting>$ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
43060 $ tar zxvf sphinx-0.9.8.tar.gz
43061 $ cd sphinx-0.9.8
43062 $ ./configure --prefix=/usr/local/sphinx
43063 $ make
43064 # make install
43065 # mkdir /usr/local/sphinx
43066 # mkdir /usr/local/sphinx/lib
43067 # cp api/sphinxapi.php /usr/local/sphinx/lib/
43068 $ rm -R sphinx-0.9.8*</programlisting>
43069       </section>
43070
43071       <section id="sphinxuser">
43072         <title>Creation of User and Group</title>
43073
43074         <para>Creating a Sphinx user and change the owner:</para>
43075
43076         <programlisting># adduser sphinx
43077 # addgroup sphinx
43078 # usermod -G sphinx sphinx
43079 # mkdir /usr/local/sphinx/var/run
43080 # chown -R sphinx.sphinx /usr/local/sphinx/var</programlisting>
43081       </section>
43082
43083       <section id="demonsphinx">
43084         <title>The Sphinx daemon</title>
43085
43086         <para>Download:</para>
43087
43088         <programlisting># cd /etc/init.d
43089 # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
43090 # chmod +x /etc/init.d/sphinx</programlisting>
43091
43092         <para>Add Sphinx to the default boot services:</para>
43093
43094         <programlisting># update-rc.d sphinx defaults</programlisting>
43095       </section>
43096
43097       <section id="sphinxconfig">
43098         <title>Configuration</title>
43099
43100         <para>Copy the configuration file supplied with the source of Sphinx
43101         before the change:</para>
43102
43103         <programlisting># cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
43104 # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile;
43105 mv tmpfile /usr/local/sphinx/etc/sphinx.conf
43106 # sed 's/locum_db_pass/scas_pass/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf</programlisting>
43107
43108         <para>And if you personalize the name of the database:</para>
43109
43110         <programlisting># sed 's/scas/MY_DB/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf</programlisting>
43111       </section>
43112
43113       <section id="sphinxindexing">
43114         <title>Indexing documents</title>
43115
43116         <para>Indexing is necessary if you want to use the search features of
43117         SOPAC.</para>
43118
43119         <para>You must first complete the Insurge table index</para>
43120
43121         <programlisting># chmod +x /usr/local/lib/insurge/tools/update-index.php
43122 $ /usr/local/lib/insurge/tools/update-index.php</programlisting>
43123
43124         <para>Then start indexing Sphinx</para>
43125
43126         <programlisting>$ /usr/local/sphinx/bin/indexer --all</programlisting>
43127
43128         <para>Finally, we must start the daemon:</para>
43129
43130         <programlisting># /etc/init.d/sphinx start</programlisting>
43131
43132         <para>When the daemon is running, you can update the index with:</para>
43133
43134         <programlisting>$ /usr/local/sphinx/bin/indexer --all --rotate</programlisting>
43135       </section>
43136     </section>
43137
43138     <section id="installsopac">
43139       <title>Installation of SOPAC2</title>
43140
43141       <para>Now to the SOPAC software itself:</para>
43142
43143       <section id="downloadsopac">
43144         <title>Download</title>
43145
43146         <para>Download from SVN:</para>
43147
43148         <programlisting>$ cd /chemin/vers/drupal/sites/all/
43149 $ mkdir modules
43150 $ cd modules/
43151 $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac</programlisting>
43152       </section>
43153
43154       <section id="sopacinstallation">
43155         <title>Installation</title>
43156
43157         <para>In Drupal's administration settings, activate the module.
43158         Also, enable the dependencies:</para>
43159
43160         <itemizedlist>
43161           <listitem>
43162             <para>Profile</para>
43163           </listitem>
43164
43165           <listitem>
43166             <para>PHP Filter</para>
43167           </listitem>
43168
43169           <listitem>
43170             <para>Path</para>
43171           </listitem>
43172         </itemizedlist>
43173
43174         <para>The Drupal menu should now list these entries.</para>
43175       </section>
43176
43177       <section id="configsopac">
43178         <title>Configuration</title>
43179
43180         <para>Then go into the settings of SOPAC.</para>
43181
43182         <itemizedlist>
43183           <listitem>
43184             <para>Configure the paths to the Locum and Insurge
43185             libraries</para>
43186           </listitem>
43187
43188           <listitem>
43189             <para>Choose a URL prefix SOPAC, in my "catalog". Create a node
43190             with content like:</para>
43191           </listitem>
43192         </itemizedlist>
43193
43194         <programlisting>&lt;?php
43195 print sopac_search_form('both');
43196 print theme('pages_catalog');</programlisting>
43197
43198         <itemizedlist>
43199           <listitem>
43200             <para>Check the Input Format "PHP Code"</para>
43201           </listitem>
43202
43203           <listitem>
43204             <para>Check Move to front page</para>
43205           </listitem>
43206
43207           <listitem>
43208             <para>In URL path settings, set the SOPAC URL prefix you have
43209             chosen.</para>
43210           </listitem>
43211         </itemizedlist>
43212
43213         <para>Go to the root of Drupal, a search form will appear.</para>
43214
43215         <para>Remember to empty Drupal's cache when something does not
43216         work.</para>
43217
43218         <para>Drupal offers a few blocks, which are not configured by default. 
43219         You must specify on which page they should appear.</para>
43220       </section>
43221     </section>
43222   </chapter>
43223
43224   <chapter id="cronjobsch">
43225     <title>Cron Jobs</title>
43226
43227     <para>A cron job is a Linux command for scheduling a command or script on your server to
43228       complete repetitive tasks automatically. Scripts executed as a cron job are typically used to
43229       modify files or databases; however, they can perform other tasks that do not modify data on
43230       the server, like sending out email notifications. Koha has many cron jobs in place that you
43231       can enable (search engine indexing, overdue notice generation, data cleanup and more), this
43232       chapter will explain those for you.</para>
43233
43234     <section id="cronjobs">
43235       <title>Cron Jobs</title>
43236
43237       <para>The locations below assume a dev install which puts the crons in
43238       misc/, if you have a standard install you may want to look in bin/ for
43239       these files if you cannot find them in misc/</para>
43240
43241       <section id="searchcron">
43242         <title>Search</title>
43243
43244         <para/>
43245
43246         <section id="rebuildsearchcron">
43247           <title>Rebuild Index</title>
43248
43249           <para>Script path: misc/migration_tools/rebuild_zebra.pl</para>
43250
43251           <para>Does: Updates Zebra indexes with recently changed data.</para>
43252
43253           <para>Required by: Zebra</para>
43254
43255           <para>Frequency suggestion: every x minutes, (between 5-15 minutes)
43256           depending on performance needs</para>
43257         </section>
43258       </section>
43259
43260       <section id="circcron">
43261         <title>Circulation</title>
43262
43263         <section id="buildholdscron">
43264           <title>Holds Queue</title>
43265
43266           <para>Script path: misc/cronjobs/holds/build_holds_queue.pl</para>
43267
43268           <para>Does: Updates holds queue report</para>
43269
43270           <para>Required by: <link linkend="holdsqueue">Holds Queue
43271           Report</link></para>
43272
43273           <para>Frequency suggestion: every 1-4 hours</para>
43274
43275           <para>Description:</para>
43276
43277           <itemizedlist>
43278             <listitem>
43279               <para>A script that should be run periodically if your library
43280               system allows borrowers to place on-shelf holds. This script
43281               decides which library should be responsible for fulfilling a
43282               given hold request.</para>
43283
43284               <para>It's behavior is controlled by the system preferences
43285               <link linkend="holdqueueweight">StaticHoldsQueueWeight</link>
43286               and <link linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
43287
43288               <para>If you do not want all of your libraries to participate in
43289               the on-shelf holds fulfillment process, you should list the the
43290               libraries that *do* participate in the process here by inputting
43291               all the participating library's branchcodes, separated by commas
43292               ( e.g. "MPL,CPL,SPL,BML" etc. ).</para>
43293
43294               <para>By default, the holds queue will be generated such that
43295               the system will first attempt to hold fulfillment using items
43296               already at the pickup library if possible. If there are no items
43297               available at the pickup library to fill a hold,
43298               build_holds_queue.pl will then use the list of libraries defined
43299               in StaticHoldsQueueWeight. If RandomizeHoldsQueueWeight is
43300               disabled ( which it is by default ), the script will assign
43301               fulfillment requests in the order the branches are placed in the
43302               StaticHoldsQueueWeight system preference.</para>
43303
43304               <para>For example, if your system has three libraries, of
43305               varying sizes ( small, medium and large ) and you want the
43306               burden of holds fulfillment to be on larger libraries before
43307               smaller libraries, you would want StaticHoldsQueueWeight to look
43308               something like "LRG,MED,SML".</para>
43309
43310               <para>If you want the burden of holds fulfillment to be spread
43311               out equally throughout your library system, simply enable
43312               RandomizeHoldsQueueWeight. When this system preference is
43313               enabled, the order in which libraries will be requested to
43314               fulfill an on-shelf hold will be randomized each time the list
43315               is regenerated.</para>
43316
43317               <para>Leaving StaticHoldsQueueWeight empty is contraindicated at
43318               this time. Doing so will cause the build_holds_queue script to
43319               ignore RandomizeHoldsQueueWeight, causing the script to request
43320               hold fulfillment not randomly, but by alphabetical order.</para>
43321             </listitem>
43322           </itemizedlist>
43323
43324           <section id="buildholdscronperl">
43325             <title>Perl Documentation</title>
43326
43327             <para><emphasis role="bold">GetBibsWithPendingHoldRequests</emphasis></para>
43328
43329             <para>my $biblionumber_aref =
43330             GetBibsWithPendingHoldRequests();</para>
43331
43332             <para>Return an arrayref of the biblionumbers of all bibs that
43333             have one or more unfilled hold requests.</para>
43334
43335             <para><emphasis role="bold">GetPendingHoldRequestsForBib</emphasis></para>
43336
43337             <para>my $requests =
43338             GetPendingHoldRequestsForBib($biblionumber);</para>
43339
43340             <para>Returns an arrayref of hashrefs to pending, unfilled hold
43341             requests on</para>
43342
43343             <para>the bib identified by $biblionumber. The following keys are
43344             present in each hashref:</para>
43345
43346             <itemizedlist>
43347               <listitem>
43348                 <para>biblionumber</para>
43349               </listitem>
43350
43351               <listitem>
43352                 <para>borrowernumber</para>
43353               </listitem>
43354
43355               <listitem>
43356                 <para>itemnumber</para>
43357               </listitem>
43358
43359               <listitem>
43360                 <para>priority</para>
43361               </listitem>
43362
43363               <listitem>
43364                 <para>branchcode</para>
43365               </listitem>
43366
43367               <listitem>
43368                 <para>reservedate</para>
43369               </listitem>
43370
43371               <listitem>
43372                 <para>reservenotes</para>
43373               </listitem>
43374
43375               <listitem>
43376                 <para>borrowerbranch</para>
43377               </listitem>
43378             </itemizedlist>
43379
43380             <para>The arrayref is sorted in order of increasing
43381             priority.</para>
43382
43383             <para><emphasis role="bold">GetItemsAvailableToFillHoldRequestsForBib</emphasis></para>
43384
43385             <para>my $available_items =</para>
43386
43387             <para>GetItemsAvailableToFillHoldRequestsForBib($biblionumber);</para>
43388
43389             <para>Returns an arrayref of items available to fill hold requests
43390             for the bib identified by $biblionumber. An item is available to
43391             fill a hold</para>
43392
43393             <para>request if and only if:</para>
43394
43395             <itemizedlist>
43396               <listitem>
43397                 <para>it is not on loan</para>
43398               </listitem>
43399
43400               <listitem>
43401                 <para>it is not withdrawn</para>
43402               </listitem>
43403
43404               <listitem>
43405                 <para>it is not marked notforloan</para>
43406               </listitem>
43407
43408               <listitem>
43409                 <para>it is not currently in transit</para>
43410               </listitem>
43411
43412               <listitem>
43413                 <para>it is not lost</para>
43414               </listitem>
43415
43416               <listitem>
43417                 <para>it is not sitting on the hold shelf</para>
43418               </listitem>
43419             </itemizedlist>
43420
43421             <para><emphasis role="bold">MapItemsToHoldRequests</emphasis></para>
43422
43423             <para>MapItemsToHoldRequests($hold_requests,
43424             $available_items);</para>
43425
43426             <para><emphasis role="bold">CreatePickListFromItemMap</emphasis></para>
43427
43428             <para><emphasis role="bold">AddToHoldTargetMap</emphasis></para>
43429
43430             <para><emphasis role="bold">_get_branches_to_pull_from</emphasis></para>
43431
43432             <para>Query system preferences to get ordered list of branches to
43433             use to fill hold requests.</para>
43434           </section>
43435         </section>
43436
43437         <section id="expiredholdscron">
43438           <title>Expired Holds</title>
43439
43440           <para>Script path:
43441           misc/cronjobs/holds/cancel_expired_holds.pl</para>
43442
43443           <para>Does: By default, this cron job will only automatically cancel
43444           holds where the user has set an expiration date. If the library is
43445           using the <link linkend="ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</link>
43446           and <link linkend="ExpireReservesMaxPickUpDelayCharge">ExpireReservesMaxPickUpDelayCharge</link>
43447           preferences then this script will also cancel holds that have been
43448           sitting on the hold shelf for too long and will (if the library
43449           does) charge the patron for not picking up the hold.</para>
43450
43451           <para>Frequency suggestion: daily</para>
43452         </section>
43453
43454         <section id="unsuspendholdcron">
43455           <title>Unsuspend Holds</title>
43456
43457           <para>Script path:
43458           misc/cronjobs/holds/auto_unsuspend_holds.pl</para>
43459
43460           <para>Does: This script checks to find holds that should no longer
43461           be suspended and removes the suspension if the <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
43462           preference is set to 'allow'. This puts the patron back in to the
43463           queue where they were when the hold was suspended.</para>
43464
43465           <para>Frequency suggestion: daily</para>
43466         </section>
43467
43468         <section id="finescronjob">
43469           <title>Fines</title>
43470
43471           <para>Script path: misc/cronjobs/fines.pl</para>
43472           <para>Does: Calculates and posts fines to patron accounts.</para>
43473
43474           <para>Required by: <link linkend="finesMode">finesMode</link> system
43475           preference</para>
43476
43477           <para>Frequency suggestion: nightly</para>
43478         </section>
43479
43480         <section id="longoverduecron">
43481           <title>Long Overdues</title>
43482
43483           <para>Script path: misc/cronjobs/longoverdue.pl</para>
43484
43485           <para>Does: allows one to specify delays for changing items to
43486           different lost statuses, and optionally charge for them using the
43487           replacement price listed on the item record.</para>
43488
43489           <para>Frequency suggestion: nightly</para>
43490
43491           <section id="longoverduecronperl">
43492             <title>Perl Documentation</title>
43493
43494             <para><emphasis role="bold">NAME</emphasis></para>
43495
43496             <para>longoverdue.pl cron script to set lost statuses on overdue
43497             materials. Execute without options for help.</para>
43498             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43499             <para> --lost | -l </para>
43500             <para>This option takes the form of n=lv, where n is num days overdue, and lv is the
43501               lost value. See warning below.</para>
43502             <para> --charge | -c </para>
43503             <para>This specifies what lost value triggers Koha to charge the account for the lost
43504               item. Replacement costs are not charged if this is not specified. </para>
43505             <para>--verbose | v </para>
43506             <para>verbose. </para>
43507             <para>--confirm </para>
43508             <para>confirm. without this option, the script will report the number of affected items
43509               and return without modifying any records. </para>
43510             <para>--quiet </para>
43511             <para>suppress summary output. </para>
43512             <para>--maxdays </para>
43513             <para>Specifies the end of the range of overdue days to deal with (defaults to 366).
43514               This value is universal to all lost num days overdue passed. </para>
43515             <para>--mark-returned </para>
43516             <para>When an item is marked lost, remove it from the borrowers issued items.</para>
43517           </section>
43518         </section>
43519
43520         <section id="updateissuescron">
43521           <title>Track total checkouts</title>
43522
43523           <para>Script path: misc/cronjobs/update_totalissues.pl</para>
43524
43525           <para>Does: updates the biblioitems.totalissues field in the
43526           database with the latest tally of checkouts.</para>
43527
43528           <para>Frequency suggestion: nightly</para>
43529           <section id="updateissuesperldoc">
43530             <title>Perl Documentation</title>
43531             <para><emphasis role="bold">NAME</emphasis>
43532             </para>
43533             <para>update_totalissues.pl </para>
43534             <para><emphasis role="bold">SYNOPSIS</emphasis>
43535             </para>
43536             <para>update_totalissues.pl --use-stats </para>
43537             <para>update_totalissues.pl --use-items </para>
43538             <para>update_totalissues.pl --commit=1000 </para>
43539             <para>update_totalissues.pl --since='2012-01-01' </para>
43540             <para>update_totalissues.pl --interval=30d </para>
43541             <para><emphasis role="bold">DESCRIPTION</emphasis>
43542             </para>
43543             <para>This batch job populates bibliographic records' total issues count based on
43544               historical issue statistics. </para>
43545             <para>--help Prints this help </para>
43546             <para>-v|--verbose </para>
43547             <para>Provide verbose log information (list every bib modified). </para>
43548             <para>--use-stats </para>
43549             <para>Use the data in the statistics table for populating total issues. </para>
43550             <para>--use-items </para>
43551             <para>Use items.issues data for populating total issues. Note that issues data from the
43552               items table does not respect the --since or --interval options, by definition. Also
43553               note that if both --use-stats and --use-items are specified, the count of biblios
43554               processed will be misleading. </para>
43555             <para>-s|--since=DATE </para>
43556             <para>Only process issues recorded in the statistics table since DATE. </para>
43557             <para>-i|--interval=S </para>
43558             <para>Only process issues recorded in the statistics table in the last N units of time.
43559               The interval should consist of a number with a one- letter unit suffix. The valid
43560               suffixes are h (hours), d (days), w (weeks), m (months), and y (years). The default
43561               unit is days. </para>
43562             <para>--incremental </para>
43563             <para>Add the number of issues found in the statistics table to the existing total
43564               issues count. Intended so that this script can be used as a cron job to update
43565               popularity information during low-usage periods. If neither --since or --interval are
43566               specified, incremental mode will default to processing the last twenty-four hours. </para>
43567             <para>--commit=N </para>
43568             <para>Commit the results to the database after every N records are processed. </para>
43569             <para>--test </para>
43570             <para>Only test the popularity population script. </para>
43571             <para><emphasis role="bold">WARNING</emphasis>
43572             </para>
43573             <para>If the time on your database server does not match the time on your Koha server
43574               you will need to take that into account, and probably use the --since argument instead
43575               of the --interval argument for incremental updating. </para>
43576             <para><emphasis role="bold">CREDITS</emphasis>
43577             </para>
43578             <para>This patch to Koha was sponsored by the Arcadia Public Library and the Arcadia
43579               Public Library Foundation in honor of Jackie Faust-Moreno, late director of the
43580               Arcadia Public Library. </para>
43581             <para><emphasis role="bold">AUTHOR</emphasis>
43582             </para>
43583             <para>Jared Camins-Esakov &lt;jcamins AT cpbibliography DOT com></para>
43584           </section>
43585         </section>
43586         <section id="offlinecirccron">
43587           <title>Generate Patron File for Offline Circulation</title>
43588           <para>Script path: misc/cronjobs/create_koc_db.pl</para>
43589           <para>Does: Generates the borrowers.db file for use with the <link
43590               linkend="windowsofflinecirc">Koha Offline Circulation</link> tool</para>
43591           <para>Frequency suggestion: weekly</para>
43592         </section>
43593       </section>
43594       <section id="patroncrons">
43595         <title>Patrons</title>
43596         <para/>
43597         <section id="deleteexpiredregistrationcron">
43598           <title>Unverified Registrations</title>
43599           <para>Script path: misc/cronjobs/delete_expired_opac_registrations.pl</para>
43600           <para>Does: Deletes patron registrations that were submitted via the OPAC but not reviewed
43601             by the library within the number of days entered in the <link linkend="PatronSelfRegistrationExpireTemporaryAccountsDelay">PatronSelfRegistrationExpireTemporaryAccountsDelay</link> preference.</para>
43602           <para>Frequency suggestion: nightly</para>
43603         </section>
43604         <section id="deleteunverifiedcron">
43605           <title>Unconfirmed Registrations</title>
43606           <para>Script path: misc/cronjobs/delete_unverified_opac_registrations.pl </para>
43607           <para>Does: Deletes patron self registrations that were submitted via the OPAC but not
43608             confirmed via email within 24 hours. This is only necessary if you are requiring patrons
43609             to confirm their registrations via email with the <link linkend="PatronSelfRegistrationVerifyByEmail">PatronSelfRegistrationVerifyByEmail</link> preference.</para>
43610           <para>Frequency suggestion: hourly</para>
43611         </section>
43612         <section id="anonymizecron">
43613           <title>Anonymize Patron Data</title>
43614           <para>Script path: misc/cronjobs/batch_anonymise.pl</para>
43615           <para>Does: Used to anonymize patron data.  This will remove borrowernumbers from
43616             circulation history so that the stats are kept, but the patron information is removed
43617             for privacy reasons.</para>
43618         </section>
43619         <section id="j2acron">
43620           <title>Update Child to Adult Patron Type</title>
43621           <para>Script path: misc/cronjobs/j2a.pl</para>
43622           <para>Does: Convert juvenile/child patrons from juvenile patron category and category code
43623             to corresponding adult patron category and category code when they reach the upper age
43624             limit defined in the Patron Categories. </para>
43625           <para>Frequency suggestion: nightly</para>
43626           <section id="j2aperldoc">
43627             <title>Perl Documentation</title>
43628             <para><emphasis role="bold">NAME</emphasis>
43629             </para>
43630             <para>juv2adult.pl - convert juvenile/child patrons from juvenile patron category and
43631               category code to corresponding adult patron category and category code when they reach
43632               the upper age limit defined in the Patron Categories. </para>
43633             <para><emphasis role="bold">SYNOPSIS</emphasis>
43634             </para>
43635             <para>juv2adult.pl [ -b=&lt;branchcode> -f=&lt;categorycode> -t=&lt;categorycode> ] </para>
43636             <para>Options: </para>
43637             <para>--help brief help message </para>
43638             <para>--man full documentation </para>
43639             <para>-v verbose mode </para>
43640             <para>-n take no action, display only </para>
43641             <para>-b &lt;branchname> only deal with patrons from this library/branch </para>
43642             <para>-f &lt;categorycode> change patron category from this category </para>
43643             <para>-t &lt;categorycode> change patron category to this category </para>
43644             <para>=head1 OPTIONS </para>
43645             <para>--help Print a brief help message and exits. </para>
43646             <para>--man Prints the manual page and exits. </para>
43647             <para>-v Verbose. Without this flag set, only fatal errors are reported. </para>
43648             <para>-n No Action. With this flag set, script will report changes but not actually
43649               execute them on the database. </para>
43650             <para>-b changes patrons for one specific branch. Use the value in the
43651               branches.branchcode table.</para>
43652             <para> -f *required* defines the juvenile category to update. Expects the code from
43653               categories.categorycode. </para>
43654             <para>-t *required* defines the category juvenile patrons will be converted to. Expects
43655               the code from categories.categorycode. </para>
43656             <para><emphasis role="bold">DESCRIPTION</emphasis>
43657             </para>
43658             <para>This script is designed to update patrons from juvenile to adult patron types,
43659               remove the guarantor, and update their category codes appropriately when they reach
43660               the upper age limit defined in the Patron Categories. </para>
43661             <para><emphasis role="bold">USAGE EXAMPLES</emphasis>
43662             </para>
43663             <para>"juv2adult.pl" - Suggests that you read this help. :) </para>
43664             <para>"juv2adult.pl" -b=&lt;branchcode> -f=&lt;categorycode> -t=&lt;categorycode> -
43665               Processes a single branch, and updates the patron categories from fromcat to tocat. </para>
43666             <para>"juv2adult.pl" -f=&lt;categorycode> -t=&lt;categorycode> -v -n - Processes all
43667               branches, shows all messages, and reports the patrons who would be affected. Takes no
43668               action on the database.</para>
43669           </section>
43670         </section>
43671       </section>
43672
43673       <section id="noticescron">
43674         <title>Notices</title>
43675
43676         <para/>
43677
43678         <section id="msgqueuecron">
43679           <title>Message Queue</title>
43680
43681           <para>Script path: misc/cronjobs/process_message_queue.pl</para>
43682
43683           <para>Does: processes the message queue to send the check out, check in and hold filled
43684             emails and SMS message to users and sends outgoing emails to patrons. requires <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link> to be
43685             on</para>
43686
43687           <para>Frequency suggestion: 1-4 hours<important>
43688               <para>Item due and Advanced due notices are controlled by the <link linkend="advnoticecron">advance_notices cron</link>.</para>
43689             </important></para>
43690         </section>
43691
43692         <section id="advnoticecron">
43693           <title>Advanced Notice</title>
43694
43695           <para>Script path: misc/cronjobs/advance_notices.pl</para>
43696
43697           <para>Does: prepares "pre-due" notices and "item due" notices for
43698           patrons who request them prepares notices for patrons for items just
43699           due or coming due soon. requires <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
43700           to be on</para>
43701
43702           <para>Frequency suggestion: nightly</para>
43703
43704           <note>
43705             <para>This script does not actually send the notices. It queues
43706             them in the <link linkend="msgqueuecron">message queue</link> for
43707             later</para>
43708           </note>
43709
43710           <section id="advnoticecronperl">
43711             <title>Perl Documentation</title>
43712
43713             <para><emphasis role="bold">NAME</emphasis></para>
43714
43715             <para>advance_notices.pl - cron script to put item due reminders
43716             into message queue</para>
43717
43718             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
43719
43720             <para>./advance_notices.pl -c</para>
43721
43722             <para>or, in crontab: 0 1 * * * advance_notices.pl -c</para>
43723
43724             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43725
43726             <para>This script prepares pre-due and item due reminders to be
43727             sent to patrons. It queues them in the message queue, which is
43728             processed by the process_message_queue.pl cronjob. The type and
43729             timing of the messages can be configured by the patrons in their
43730             "My Alerts" tab in the OPAC.</para>
43731
43732             <para><emphasis role="bold">METHODS</emphasis></para>
43733
43734             <para>parse_letter</para>
43735           </section>
43736         </section>
43737
43738         <section id="overduenoticecron">
43739           <title>Overdue Notice</title>
43740
43741           <para>Script path: misc/cronjobs/overdue_notices.pl</para>
43742
43743           <para>Does: prepares messages to alert patrons of overdue messages
43744           (both via email and print)</para>
43745
43746           <para>Frequency suggestion: nightly</para>
43747
43748           <note>
43749             <para>This script does not actually send the notices. It queues
43750             them in the <link linkend="msgqueuecron">message queue</link> for
43751             later or generates the HTML for later printing</para>
43752           </note>
43753
43754           <section id="overduenoticecronperl">
43755             <title>Perl Documentation</title>
43756
43757             <para><emphasis role="bold">NAME</emphasis></para>
43758
43759             <para>overdue_notices.pl - prepare messages to be sent to patrons
43760             for overdue items</para>
43761
43762             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
43763
43764             <para>overdue_notices.pl [ -n ] [ -library &lt;branchcode&gt; ] [
43765             -library &lt;branchcode&gt;...] [ -max &lt;number of days&gt; ] [
43766             -csv [ &lt;filename&gt; ] ] [-itemscontent &lt;field list&gt;
43767             ]</para>
43768
43769             <para>Options:</para>
43770
43771             <para>-help brief help message</para>
43772
43773             <para>-man full documentation</para>
43774
43775             <para>-n No email will be sent</para>
43776
43777             <para>-max &lt;days&gt; maximum days overdue to deal with</para>
43778
43779             <para>-library &lt;branchname&gt; only deal with overdues from
43780             this library (repeatable : several libraries can be given)</para>
43781
43782             <para>-csv &lt;filename&gt; populate CSV file</para>
43783
43784             <para>-html &lt;filename&gt; Output html to file</para>
43785
43786             <para>-itemscontent &lt;list of fields&gt; item information in
43787             templates</para>
43788
43789             <para>-borcat &lt;categorycode&gt; category code that must be
43790             included</para>
43791
43792             <para>-borcatout &lt;categorycode&gt; category code that must be
43793             excluded</para>
43794
43795             <para><emphasis role="bold">OPTIONS</emphasis></para>
43796
43797             <para>-help Print a brief help message and exits.</para>
43798
43799             <para>-man Prints the manual page and exits.</para>
43800
43801             <para>-v Verbose. Without this flag set, only fatal errors are
43802             reported.</para>
43803
43804             <para>-n Do not send any email. Overdue notices that would have
43805             been sent to the patrons or to the admin are printed to standard
43806             out. CSV data (if the -csv flag is set) is written to standard out
43807             or to any csv filename given.</para>
43808
43809             <para>-max Items older than max days are assumed to be handled
43810             somewhere else, probably the longoverdues.pl script. They are
43811             therefore ignored by this program. No notices are sent for them,
43812             and they are not added to any CSV files. Defaults to 90 to match
43813             longoverdues.pl.</para>
43814
43815             <para>-library</para>
43816
43817             <para>select overdues for one specific library. Use the value in
43818             the branches.branchcode table. This option can be repeated in
43819             order to select overdues for a group of libraries.</para>
43820
43821             <para>-csv Produces CSV data. if -n (no mail) flag is set, then
43822             this CSV data is sent to standard out or to a filename if
43823             provided. Otherwise, only overdues that could not be emailed are
43824             sent in CSV format to the admin.</para>
43825
43826             <para>-itemscontent</para>
43827
43828             <para>comma separated list of fields that get substituted into
43829             templates in places of the &lt;&lt;items.content&gt;&gt;
43830             placeholder. This defaults to
43831             issuedate,title,barcode,author</para>
43832
43833             <para>Other possible values come from fields in the biblios,
43834             items, and issues tables.</para>
43835
43836             <para>-borcat Repetable field, that permit to select only few of
43837             patrons categories.</para>
43838
43839             <para>-borcatout</para>
43840
43841             <para>Repetable field, permis to exclude some patrons
43842             categories.</para>
43843
43844             <para>-t | --triggered</para>
43845
43846             <para>This option causes a notice to be generated if and only if
43847             an item is overdue by the number of days defined in a notice
43848             trigger.</para>
43849
43850             <para>By default, a notice is sent each time the script runs,
43851             which is suitable for less frequent run cron script, but requires
43852             syncing notice triggers with the cron schedule to ensure proper
43853             behavior. Add the --triggered option for daily cron, at the risk
43854             of no notice being generated if the cron fails to run on
43855             time.</para>
43856
43857             <para>-list-all</para>
43858
43859             <para>Default items.content lists only those items that fall in
43860             the range of the currently processing notice. Choose list-all to
43861             include all overdue items in the list (limited by -max
43862             setting).</para>
43863
43864             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43865
43866             <para>This script is designed to alert patrons and administrators
43867             of overdue items.</para>
43868
43869             <para>Configuration</para>
43870
43871             <para>This script pays attention to the overdue notice
43872             configuration performed in the "Overdue notice/status triggers"
43873             section of the "Tools" area of the staff interface to Koha. There,
43874             you can choose which letter templates are sent out after a
43875             configurable number of days to patrons of each library. More
43876             information about the use of this section of Koha is available in
43877             the Koha manual.</para>
43878
43879             <para>The templates used to craft the emails are defined in the
43880             "Tools: Notices" section of the staff interface to Koha.</para>
43881
43882             <para>Outgoing emails</para>
43883
43884             <para>Typically, messages are prepared for each patron with
43885             overdue items. Messages for whom there is no email address on file
43886             are collected and sent as attachments in a single email to each
43887             library administrator, or if that is not set, then to the email
43888             address in the "KohaAdminEmailAddress" system preference.</para>
43889
43890             <para>These emails are staged in the outgoing message queue, as
43891             are messages produced by other features of Koha. This message
43892             queue must be processed regularly by the
43893             misc/cronjobs/process_message_queue.pl program.</para>
43894
43895             <para>In the event that the "-n" flag is passed to this program,
43896             no emails are sent. Instead, messages are sent on standard output
43897             from this program. They may be redirected to a file if
43898             desired.</para>
43899
43900             <para>Templates</para>
43901
43902             <para>Templates can contain variables enclosed in double angle
43903             brackets like &lt;&lt;this&gt;&gt;. Those variables will be
43904             replaced with values specific to the overdue items or relevant
43905             patron. Available variables are:</para>
43906
43907             <para>&lt;&lt;bib&gt;&gt;</para>
43908
43909             <para>the name of the library</para>
43910
43911             <para>&lt;&lt;items.content&gt;&gt;</para>
43912
43913             <para>one line for each item, each line containing a tab separated
43914             list of title, author, barcode, issuedate</para>
43915
43916             <para>&lt;&lt;borrowers.*&gt;&gt;</para>
43917
43918             <para>any field from the borrowers table</para>
43919
43920             <para>&lt;&lt;branches.*&gt;&gt;</para>
43921
43922             <para>any field from the branches table</para>
43923
43924             <para>CSV output</para>
43925
43926             <para>The "-csv" command line option lets you specify a file to
43927             which overdues data should be output in CSV format.</para>
43928
43929             <para>With the "-n" flag set, data about all overdues is written
43930             to the file. Without that flag, only information about overdues
43931             that were unable to be sent directly to the patrons will be
43932             written. In other words, this CSV file replaces the data that is
43933             typically sent to the administrator email address.</para>
43934
43935             <para><emphasis role="bold">USAGE EXAMPLES</emphasis></para>
43936
43937             <para>"overdue_notices.pl" - In this most basic usage, with no
43938             command line arguments, all libraries are processed individually,
43939             and notices are prepared for all patrons with overdue items for
43940             whom we have email addresses. Messages for those patrons for whom
43941             we have no email address are sent in a single attachment to the
43942             library administrator's email address, or to the address in the
43943             KohaAdminEmailAddress system preference.</para>
43944
43945             <para>"overdue_notices.pl -n -csv /tmp/overdues.csv" - sends no
43946             email and populates /tmp/overdues.csv with information about all
43947             overdue items.</para>
43948
43949             <para>"overdue_notices.pl -library MAIN max 14" - prepare notices
43950             of overdues in the last 2 weeks for the MAIN library.</para>
43951
43952             <para><emphasis role="bold">SEE ALSO</emphasis></para>
43953
43954             <para>The misc/cronjobs/advance_notices.pl program allows you to
43955             send messages to patrons in advance of their items becoming due,
43956             or to alert them of items that have just become due.</para>
43957
43958             <para><emphasis role="bold">INTERNAL METHODS</emphasis></para>
43959
43960             <para>These methods are internal to the operation of
43961             overdue_notices.pl.</para>
43962
43963             <para>parse_letter</para>
43964
43965             <para>parses the letter template, replacing the placeholders with
43966             data specific to this patron, biblio, or item</para>
43967
43968             <para>named parameters:</para>
43969
43970             <para>letter - required hashref</para>
43971
43972             <para>borrowernumber - required integer</para>
43973
43974             <para>substitute - optional hashref of other key/value pairs that
43975             should be substituted in the letter content</para>
43976
43977             <para>returns the "letter" hashref, with the content updated to
43978             reflect the substituted keys and values.</para>
43979
43980             <para>prepare_letter_for_printing</para>
43981
43982             <para>returns a string of text appropriate for printing in the
43983             event that an overdue notice will not be sent to the patron's
43984             email address. Depending on the desired output format, this may be
43985             a CSV string, or a human-readable representation of the
43986             notice.</para>
43987
43988             <para>required parameters:</para>
43989
43990             <para>letter</para>
43991
43992             <para>borrowernumber</para>
43993
43994             <para>optional parameters:</para>
43995
43996             <para>outputformat</para>
43997           </section>
43998         </section>
43999
44000         <section id="printholdcron">
44001           <title>Print Hold Notices</title>
44002
44003           <para>Script path: misc/cronjobs/gather_print_notices.pl</para>
44004
44005           <para>Does: looks through the message queue for hold notices that
44006           didn't go through because the patron didn't have an email address
44007           and generates a print notice</para>
44008
44009           <para>Frequency suggestion: nightly</para>
44010         </section>
44011
44012         <section id="talkingtechcrons">
44013           <title>Talking Tech</title>
44014
44015           <para>To learn more about setting up this third party product view
44016           the <link linkend="talkingtechappendix">Talking Tech
44017           Appendix</link>.</para>
44018
44019           <section id="talkingtechsendcron">
44020             <title>Sending Notices File</title>
44021
44022             <para>Script path:
44023             misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl</para>
44024
44025             <para>Does: Script to generate Spec C outbound notifications file
44026             for Talking Tech i-tiva phone notification system.</para>
44027
44028             <para>Required by: <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
44029
44030             <para>Frequency suggestion: nightly</para>
44031
44032             <section id="talkingsendcronperl">
44033               <title>Perl Documentation</title>
44034
44035               <para><emphasis role="bold">USAGE</emphasis></para>
44036
44037               <para>TalkingTech_itiva_outbound.pl</para>
44038
44039               <para>TalkingTech_itiva_outbound.pl --type=OVERDUE -w 0 -w 2 -w
44040               6 --output=/tmp/talkingtech/outbound.csv</para>
44041
44042               <para>TalkingTech_itiva_outbound.pl --type=RESERVE
44043               --type=PREOVERDUE --lang=FR</para>
44044
44045               <para>Script to generate Spec C outbound notifications file for
44046               Talking Tech i-tiva phone notification system.</para>
44047
44048               <para>--help -h</para>
44049
44050               <para>Prints this help</para>
44051
44052               <para>-v Provide verbose log information.</para>
44053
44054               <para>--output -o</para>
44055
44056               <para>Destination for outbound notifications file (CSV format).
44057               If no value is specified, output is dumped to screen.</para>
44058
44059               <para>--lang</para>
44060
44061               <para>Sets the language for all outbound messages. Currently
44062               supported values are EN, FR and ES. If no value is specified, EN
44063               will be used by default.</para>
44064
44065               <para>--type</para>
44066
44067               <para>REQUIRED. Sets which messaging types are to be used. Can
44068               be given multiple times, to specify multiple types in a single
44069               output file. Currently supported values are RESERVE, PREOVERDUE
44070               and OVERDUE. If no value is given, this script will not produce
44071               any outbound notifications.</para>
44072
44073               <para>--waiting-hold-day -w</para>
44074
44075               <para>OPTIONAL for --type=RESERVE. Sets the days after a hold
44076               has been set to waiting on which to call. Use switch as many
44077               times as desired. For example, passing "-w 0 -w 2 -w 6" will
44078               cause calls to be placed on the day the hold was set to waiting,
44079               2 days after the waiting date, and 6 days after. See example
44080               above. If this switch is not used with --type=RESERVE, calls
44081               will be placed every day until the waiting reserve is picked up
44082               or canceled.</para>
44083
44084               <para>--library-code --code -c</para>
44085
44086               <para>OPTIONAL The code of the source library of the message.
44087               The library code is used to group notices together for
44088               consortium purposes and apply library specific settings, such as
44089               prompts, to those notices. This field can be blank if all
44090               messages are from a single library.</para>
44091             </section>
44092           </section>
44093
44094           <section id="talkingtechreceivecron">
44095             <title>Receiving Notices File</title>
44096
44097             <para>Script path:
44098             misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl</para>
44099
44100             <para>Does: Script to process received Results files for Talking
44101             Tech i-tiva phone notification system.</para>
44102
44103             <para>Required by: <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
44104
44105             <para>Frequency suggestion: nightly</para>
44106
44107             <section id="talkingreceivecronperl">
44108               <title>Perl Documentation</title>
44109
44110               <para><emphasis role="bold">USAGE</emphasis></para>
44111
44112               <para>TalkingTech_itiva_inbound.pl</para>
44113
44114               <para>TalkingTech_itiva_inbound.pl -v
44115               --input=/tmp/talkingtech/results.csv</para>
44116
44117               <para>Script to process received Results files for Talking Tech
44118               i-tiva phone notification system.</para>
44119
44120               <para>--help -h</para>
44121
44122               <para>Prints this help</para>
44123
44124               <para>-v Provide verbose log information.</para>
44125
44126               <para>--input -i</para>
44127
44128               <para>REQUIRED. Path to incoming results file.</para>
44129             </section>
44130           </section>
44131         </section>
44132       </section>
44133
44134       <section id="proccartcron">
44135         <title>In Processing/Book Cart</title>
44136
44137         <para>Script path: misc/cronjobs/cart_to_shelf.pl</para>
44138
44139         <para>Does: Updates all items with a location of CART to the item's
44140         permanent location.</para>
44141
44142         <para>Required by: <link linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link>,
44143         <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>,
44144         &amp; <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
44145         system preferences</para>
44146
44147         <para>Frequency suggestion: hourly</para>
44148
44149         <section id="proccartcronperl">
44150           <title>Perl Documentation</title>
44151
44152           <para><emphasis role="bold">NAME</emphasis></para>
44153
44154           <para>cart_to_shelf.pl cron script to set items with location of
44155           CART to original shelving location after X hours. Execute without
44156           options for help.</para>
44157         </section>
44158       </section>
44159
44160       <section id="catalogcron">
44161         <title>Catalog</title>
44162
44163         <para/>
44164
44165         <section id="checkurlcron">
44166           <title>Check URLs</title>
44167
44168           <para>Script path: misc/cronjobs/check-url.pl</para>
44169
44170           <para>Does: checks URLs in 856$u field. Script output can now be
44171           formatted in CSV or HTML. The HTML version links directly to MARC
44172           biblio record editor.</para>
44173
44174           <para>Frequency suggestion: monthly</para>
44175
44176           <para>Learn more: <ulink url="http://wiki.koha-community.org/wiki/Check-url_enhancements">http://wiki.koha-community.org/wiki/Check-url_enhancements</ulink></para>
44177
44178           <section id="checkurlcronperl">
44179             <title>Perl Documentation</title>
44180
44181             <para><emphasis role="bold">NAME</emphasis></para>
44182
44183             <para>C4::URL::Checker - base object for checking URL stored in
44184             Koha DB</para>
44185
44186             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
44187
44188             <programlisting>use C4::URL::Checker;
44189
44190         my $checker = C4::URL::Checker-&gt;new( );
44191         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com';
44192         my $checked_urls = $checker-&gt;check_biblio( 123 );
44193         foreach my $url ( @$checked_urls ) {
44194             print "url:        ", $url-&gt;{ url       A }, "\n",
44195                   "is_success: ", $url-&gt;{ is_success }, "\n",
44196                   "status:     ", $url-&gt;{ status     }, "\n";
44197         } </programlisting>
44198
44199             <para><emphasis role="bold">FUNCTIONS</emphasis></para>
44200
44201             <para>new</para>
44202
44203             <para>Create a URL Checker. The returned object can be used to set
44204             default host variable :</para>
44205
44206             <programlisting>my $checker = C4::URL::Checker-&gt;new( );
44207         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com'; </programlisting>
44208
44209             <para>check_biblio</para>
44210
44211             <para>Check all URL from a biblio record. Returns a pointer to an
44212             array containing all URLs with checking for each of them.</para>
44213
44214             <programlisting> my $checked_urls = $checker-&gt;check_biblio( 123 ); </programlisting>
44215
44216             <para>With 2 URLs, the returned array will look like that:</para>
44217
44218             <programlisting>     [
44219            {
44220              'url' =&gt; 'http://mylib.tamil.fr/img/62265_0055B.JPG',
44221              'is_success' =&gt; 1,
44222              'status' =&gt; 'ok'
44223            },
44224            {
44225              'url' =&gt; 'http://mylib.tamil.fr//img/62265_0055C.JPG',
44226              'is_success' =&gt; 0,
44227              'status' =&gt; '404 - Page not found'
44228            }
44229          ], </programlisting>
44230
44231             <para><emphasis role="bold">NAME</emphasis></para>
44232
44233             <para>check-url.pl - Check URLs from 856$u field.</para>
44234
44235             <para><emphasis role="bold">USAGE</emphasis></para>
44236
44237             <para>check-url.pl [--verbose|--help]
44238             [--host=http://default.tld]</para>
44239
44240             <para>Scan all URLs found in 856$u of bib records and display if
44241             resources are available or not.</para>
44242
44243             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44244
44245             <para>--host=http://default.tld</para>
44246
44247             <para>Server host used when URL doesn't have one, ie doesn't begin
44248             with 'http:'. For example, if --host=http://www.mylib.com, then
44249             when 856$u contains 'img/image.jpg', the url checked is:
44250             http://www.mylib.com/image.jpg'.</para>
44251
44252             <para>--verbose|-v</para>
44253
44254             <para>Outputs both successful and failed URLs.</para>
44255
44256             <para>--html</para>
44257
44258             <para>Formats output in HTML. The result can be redirected to a
44259             file accessible by http. This way, it's possible to link directly
44260             to biblio record in edit mode. With this parameter --host-pro is
44261             required.</para>
44262
44263             <para>--host-pro=http://koha-pro.tld</para>
44264
44265             <para>Server host used to link to biblio record editing
44266             page.</para>
44267
44268             <para>--help|-h</para>
44269
44270             <para>Print this help page.</para>
44271           </section>
44272         </section>
44273
44274         <section id="mergeauthcron">
44275           <title>Update Authorities</title>
44276
44277           <para>Script path: misc/migration_tools/merge_authority.pl</para>
44278
44279           <para>Does: Updates biblio data with changes to authorities records<note>
44280               <para>The name of this script is misleading.  This script does not merge authorities
44281                 together it instead merges authority data with linked bib records. Edits to
44282                 authority records will be applied to bibliographic records that use that authority
44283                 when this script is run.</para>
44284             </note></para>
44285
44286           <para>Required by: <link linkend="dontmerge">dontmerge</link> system
44287           preference</para>
44288
44289           <para>Frequency suggestion: nightly</para>
44290         </section>
44291
44292         <section id="serialscron">
44293           <title>Serials Update</title>
44294
44295           <para>Script path: misc/cronjobs/serialsUpdate.pl</para>
44296
44297           <para>Does: checks if there is a "late" issue on active
44298           subscriptions, and if there is, the script will set it as late, and
44299           add the next one as expected.</para>
44300
44301           <para>Frequency suggestion: nightly</para>
44302         </section>
44303       </section>
44304
44305       <section id="opaccrons">
44306         <title>OPAC</title>
44307
44308         <para/>
44309
44310         <section id="customrssfeedcron">
44311           <title>RSS Feeds</title>
44312
44313           <para>Script path: misc/cronjobs/rss/rss.pl</para>
44314
44315           <para>Does: Produces an RSS XML document for any SQL query (not used
44316           for search results RSS feed). <link linkend="customrss">Learn
44317           more</link>.</para>
44318
44319           <para>Frequency suggestion: hourly</para>
44320         </section>
44321
44322         <section id="authbrowsercron">
44323           <title>Authorities Browser</title>
44324
44325           <para>Script path: misc/cronjobs/build_browser_and_cloud.pl</para>
44326
44327           <para>Does: Generate content for authorities browse in OPAC</para>
44328
44329           <para>Required by: <link linkend="OpacBrowser">OpacBrowser</link> system preference<important>
44330               <para>This preference and cron job should only be used on French systems.</para>
44331             </important></para>
44332         </section>
44333
44334         <section id="keywordclouds">
44335           <title>Subject/Author Clouds</title>
44336
44337           <para>Script path: misc/cronjobs/cloud-kw.pl</para>
44338
44339           <para>Does: Generates HTML keywords clouds from Koha Zebra indexes.
44340           misc/cronjobs/cloud-sample.conf has a sample of how this script
44341           operates.</para>
44342
44343           <para>Frequency: This is the type of script you can run once a month
44344           or so, the content generated isn't going to change very much over
44345           time.</para>
44346
44347           <section id="keywordcloudsperl">
44348             <title>Perl Documentation</title>
44349
44350             <para><emphasis role="bold">NAME</emphasis></para>
44351
44352             <para>cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra
44353             Indexes</para>
44354
44355             <para><emphasis role="bold">USAGE</emphasis></para>
44356
44357             <para>cloud-kw.pl [--verbose|--help] --conf=cloud.conf</para>
44358
44359             <para>Creates multiple HTML files containing keywords cloud with
44360             top terms sorted by their logarithmic weight. cloud.conf is a YAML
44361             configuration file driving cloud generation process.</para>
44362
44363             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44364
44365             <para>--conf=configuration file</para>
44366
44367             <para>Specify configuration file name</para>
44368
44369             <para>--verbose|-v</para>
44370
44371             <para>Enable script verbose mode.</para>
44372
44373             <para>--help|-h</para>
44374
44375             <para>Print this help page.</para>
44376
44377             <para><emphasis role="bold">CONFIGURATION</emphasis></para>
44378
44379             <para>Configuration file looks like that:</para>
44380
44381             <para><programlisting>  ---
44382          # Koha configuration file for a specific installation
44383          # If not present, defaults to KOHA_CONF
44384          KohaConf: /home/koha/mylibray/etc/koha-conf.xml
44385          # Zebra index to scan
44386          ZebraIndex: Author
44387          # Koha index used to link found kewords with an opac search URL
44388          KohaIndex: au
44389          # Number of top keyword to use for the cloud
44390          Count: 50
44391          # Include CSS style directives with the cloud
44392          # This could be used as a model and then CSS directives are
44393          # put in the appropriate CSS file directly.
44394          Withcss: Yes
44395          # HTML file where to output the cloud
44396          Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
44397         ---
44398          KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
44399          ZebraIndex: Subject
44400          KohaIndex: su
44401          Count: 200
44402          Withcss: no
44403          Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</programlisting><emphasis role="bold">IMPROVEMENTS</emphasis></para>
44404
44405             <para>Generated top terms have more informations than those
44406             outputted from the time being. Some parameters could be easily
44407             added to improve this script:</para>
44408
44409             <para>WithCount</para>
44410
44411             <para>In order to output terms with the number of occurrences they
44412             have been found in Koha Catalogue by Zebra.</para>
44413
44414             <para>CloudLevels</para>
44415
44416             <para>Number of levels in the cloud. Now 24 levels are
44417             hardcoded.</para>
44418
44419             <para>Weighting</para>
44420
44421             <para>Weighting method used to distribute terms in the cloud. We
44422             could have two values: Logarithmic and Linear. Now it's
44423             Logarithmic by default.</para>
44424
44425             <para>Order</para>
44426
44427             <para>Now terms are outputted in the lexical order. They could be
44428             sorted by their weight.</para>
44429           </section>
44430         </section>
44431       </section>
44432
44433       <section id="systemcron">
44434         <title>System Administration</title>
44435
44436         <para/>
44437
44438         <section id="cleandbcron">
44439           <title>Clean up Database</title>
44440
44441           <para>Script path: misc/cronjobs/cleanup_database.pl</para>
44442
44443           <para>Does: Truncates the sessions table, cleans out old zebraqueue entries, action logs
44444             and staged MARC files.</para>
44445           <section>
44446             <title>Perl Documentation</title>
44447             <para><emphasis role="bold">USAGE</emphasis></para>
44448             <para>kohaclone/misc/cronjobs/cleanup_database.pl [-h|--help] [--sessions] [--sessdays
44449               DAYS] [-v|--verbose] [--zebraqueue DAYS] [-m|--mail] [--merged] [--import DAYS]
44450               [--logs DAYS] [--searchhistory DAYS]</para>
44451             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44452             <para>-h --help </para>
44453             <para>prints this help message, and exits, ignoring all other options</para>
44454             <para>--sessions </para>
44455             <para>purge the sessions table. If you use this while users are logged into Koha, they
44456               will have to reconnect.</para>
44457             <para>--sessdays DAYS </para>
44458             <para>purge only sessions older than DAYS days</para>
44459             <para>-v --verbose </para>
44460             <para>will cause the script to give you a bit more information about the run.</para>
44461             <para>--zebraqueue DAYS </para>
44462             <para>purge completed zebraqueue entries older than DAYS days. Defaults to 30 days if no
44463               days specified.</para>
44464             <para>-m --mail DAYS </para>
44465             <para>purge items from the mail queue that are older than DAYS days. Defaults to 30 days
44466               if no days specified.</para>
44467             <para>--merged </para>
44468             <para>purged completed entries from need_merge_authorities.</para>
44469             <para>--import DAYS </para>
44470             <para>purge records from import tables older than DAYS days. Defaults to 60 days if no
44471               days specified</para>
44472             <para>--z3950 </para>
44473             <para>purge records from import tables that are the result of Z39.50 searches</para>
44474             <para>--logs DAYS </para>
44475             <para>purge entries from action_logs older than DAYS days. Defaults to 180 days if no
44476               days specified</para>
44477             <para>--searchhistory DAYS </para>
44478             <para>purge entries from search_history older than DAYS days. Defaults to 30 days if no
44479               days specified</para>
44480             <para>--list-invites DAYS </para>
44481             <para>purge (unaccepted) list share invites older than DAYS days. Defaults to 14 days if
44482               no days specified.</para>
44483           </section>
44484         </section>
44485       </section>
44486
44487       <section id="acqcrons">
44488         <title>Acquisitions</title>
44489
44490         <section id="cleansuggcron">
44491           <title>Clean up old suggestions</title>
44492
44493           <para>Script path: misc/cronjobs/purge_suggestions.pl</para>
44494
44495           <para>Does: Removes old (defined by you) suggestions from the
44496           suggestion management area.</para>
44497         </section>
44498       </section>
44499
44500       <section id="deprecatedcrons">
44501         <title>Deprecated scripts</title>
44502
44503         <para>These should not be run without modification:</para>
44504
44505         <para>Script path: misc/cronjobs/update_items.pl</para>
44506
44507         <para>Script path:misc/cronjobs/smsoverdues.pl</para>
44508
44509         <para>Script path:misc/cronjobs/notifyMailsOp.pl</para>
44510
44511         <para>Script path:misc/cronjobs/reservefix.pl</para>
44512
44513         <para>Script path:misc/cronjobs/zebraqueue_start.pl</para>
44514       </section>
44515     </section>
44516   </chapter>
44517
44518   <chapter id="webservices">
44519     <title>Web Services</title>
44520
44521     <para/>
44522
44523     <section id="OAI-PMHservice">
44524       <title>OAI-PMH</title>
44525
44526       <para/>
44527
44528       <section id="oaiconfsample">
44529         <title>Sample OAI Conf File</title>
44530
44531         <para><programlisting>       format:
44532          vs:
44533            metadataPrefix: vs
44534            metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
44535            schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
44536            xsl_file: /usr/local/koha/xslt/vs.xsl
44537          marcxml:
44538            metadataPrefix: marxml
44539            metadataNamespace: http://www.loc.gov/MARC21/slim
44540 http://www.loc.gov/standards/marcxml/schema/MARC21slim
44541            schema: http://www.loc.gov/MARC21/slim
44542 http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
44543          oai_dc:
44544            metadataPrefix: oai_dc
44545            metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
44546            schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
44547            xsl_file:
44548 /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl</programlisting></para>
44549       </section>
44550     </section>
44551     <section id="Rest-services">
44552       <title>REST services</title>
44553
44554       <para>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.</para>
44555       <para>Services provided in 1.4 version are:
44556       <programlisting>
44557            GET branches
44558            GET user/byid/:borrowernumber/holds
44559            GET user/:user_name/holds
44560            GET user/byid/:borrowernumber/issues
44561            GET user/:user_name/issues
44562            GET user/:user_name/issues_history
44563            GET user/byid/:borrowernumber/issues_history
44564            GET user/today
44565            GET user/all
44566            POST user
44567            PUT user/:user_name
44568            GET biblio/:biblionumber/items
44569            GET biblio/:biblionumber/holdable
44570            GET biblio/:biblionumber/items_holdable_status
44571            GET item/:itemnumber/holdable
44572            PUT auth/change_password
44573            GET /suggestions
44574            GET /suggestions/:suggestionid
44575            POST /suggestions
44576            PUT /suggestions/:suggestionid
44577            DELETE /suggestions/:suggestionid
44578       </programlisting>
44579       </para>
44580     </section>
44581   </chapter>
44582
44583   <chapter id="sru">
44584     <title>Using the SRU server</title>
44585
44586     <section id="usingsru">
44587       <sectioninfo>
44588         <authorgroup>
44589           <author>
44590             <firstname>Nicolas</firstname>
44591             <surname>Morin</surname>
44592             <affiliation>
44593               <orgname>BibLibre</orgname>
44594             </affiliation>
44595           </author>
44596           
44597           <editor>
44598             <firstname>Nicole C.</firstname>
44599             <surname>Engard</surname>
44600             <contrib>Edits where necessary.</contrib>
44601           </editor>
44602         </authorgroup>
44603         
44604         <pubdate>December 2009</pubdate>
44605       </sectioninfo>
44606       <title>Using the SRU server</title>
44607
44608       <para>Koha implements the Search/Retrieve via URL (SRU) protocol. More
44609       information about the protocol itself can be found at <ulink url="http://www.loc.gov/standards/sru/">http://www.loc.gov/standards/sru/</ulink>.
44610       The version implemented is version 1.1.</para>
44611
44612       <section id="sru_explain">
44613         <title>Explain</title>
44614
44615         <para>If you want to have information about the implementation of SRU
44616         on a given server, you should have access to the Explain file using a
44617         request to the server without any parameter. Like
44618         &lt;http://myserver.com:9999/biblios/&gt;. The response from the
44619         server is an XML file that should look like the following and will
44620         give you information about the default settings of the SRU
44621         server.</para>
44622
44623         <programlisting>
44624                &lt;zs:explainResponse&gt;
44625                     &lt;zs:version&gt;1.1&lt;/zs:version&gt;
44626                     &lt;zs:record&gt;
44627                          &lt;zs:recordSchema&gt;http://explain.z3950.org/dtd/2.0/&lt;/zs:recordSchema&gt;
44628                          &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
44629                          &lt;zs:recordData&gt;
44630                          &lt;explain xml:base="zebradb/explain-biblios.xml"&gt;
44631                          &lt;!--
44632                          try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
44633                          --&gt;
44634                     &lt;serverInfo protocol="SRW/SRU/Z39.50"&gt;
44635                          &lt;host&gt;biblibre&lt;/host&gt;
44636                          &lt;port&gt;9999&lt;/port&gt;
44637                          &lt;database&gt;biblios&lt;/database&gt;
44638                     &lt;/serverInfo&gt;
44639                     &lt;databaseInfo&gt;
44640                          &lt;title lang="en" primary="true"&gt;Koha 3 Bibliographic SRU/SRW/Z39.50 server&lt;/title&gt;
44641                          &lt;description lang="en" primary="true"&gt;Koha 3 Bibliographic Server&lt;/description&gt;
44642                          &lt;links&gt;
44643                               &lt;sru&gt;http://biblibre:9999&lt;/sru&gt;
44644                          &lt;/links&gt;
44645                     &lt;/databaseInfo&gt;
44646                     &lt;indexInfo&gt;
44647                          &lt;set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1"&gt;
44648                               &lt;title&gt;CQL Standard Set&lt;/title&gt;
44649                          &lt;/set&gt;
44650                          &lt;index search="true" scan="true" sort="false"&gt;
44651                          &lt;title lang="en"&gt;CQL Server Choice&lt;/title&gt;
44652                          &lt;map&gt;
44653                               &lt;name set="cql"&gt;serverChoice&lt;/name&gt;
44654                          &lt;/map&gt;
44655                     &lt;map&gt;
44656                        &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
44657                        &lt;/map&gt;
44658                   &lt;/index&gt;
44659               &lt;index search="true" scan="true" sort="false"&gt;
44660                  &lt;title lang="en"&gt;CQL All&lt;/title&gt;
44661                      &lt;map&gt;
44662         &lt;name set="cql"&gt;all&lt;/name&gt;
44663         &lt;/map&gt;
44664         &lt;map&gt;
44665         &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
44666         &lt;/map&gt;
44667         &lt;/index&gt;
44668         &lt;!-- Record ID index --&gt;
44669         &lt;index search="true" scan="true" sort="false"&gt;
44670         &lt;title lang="en"&gt;Record ID&lt;/title&gt;
44671         &lt;map&gt;
44672         &lt;name set="rec"&gt;id&lt;/name&gt;
44673         &lt;/map&gt;
44674         &lt;map&gt;
44675         &lt;attr type="1" set="bib1"&gt;rec:id&lt;/attr&gt;
44676         &lt;attr type="4" set="bib1"&gt;3&lt;/attr&gt;
44677         &lt;/map&gt;
44678         &lt;/index&gt;
44679           </programlisting>
44680       </section>
44681
44682       <section id="sru_search">
44683         <title>Search</title>
44684
44685         <para>This url :
44686         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs
44687         is composed of the following elements:</para>
44688
44689         <itemizedlist>
44690           <listitem>
44691             <para>base url of the SRU server :
44692             http://myserver.com:9999/biblios?</para>
44693           </listitem>
44694
44695           <listitem>
44696             <para>search part with the 3 required parameters : version,
44697             operation and query. The parameters within the search part should
44698             be of the key=value form, and can be combined with the &amp;
44699             character.</para>
44700           </listitem>
44701         </itemizedlist>
44702
44703         <para>One can add optional parameters to the query, for instance
44704         maximumRecords indicating the maximum number of records to be returned
44705         by the server. So
44706         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs&amp;maximumRecords=5
44707         will only get the first 5 results results from the server.</para>
44708
44709         <para><ulink url="http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation.html">http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation.html</ulink>
44710         gives more details about the search operations and in particular the
44711         list of optional parameters for searching.</para>
44712
44713         <section id="sru_search_more_details">
44714           <title>More details about Search</title>
44715
44716           <para>The "operation" key can take two values: scan or
44717           searchRetrieve.</para>
44718
44719           <para>If operation=searchRetrieve, then the search key should be
44720           query. As in : operation=searchRetrieve&amp;query=reefs</para>
44721
44722           <para>If operation=scan, then the search key should be scanClause.
44723           As in : operation=scan&amp;scanClause=reefs</para>
44724
44725           <para>etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes
44726           that exist on your system. For instance you'll see that we have
44727           indexes for Subject and for Title: att 21 Subject and att 4 Title
44728           respectively.</para>
44729
44730           <para>In the pqf.properties file located under
44731           etc/zebradb/pqf.properties I see that an access point already uses
44732           my Subject index (index.dc.subject = 1=21) while another uses my
44733           Title index (index.dc.title = 1=4) I know this is my Subject index
44734           because as I've seen just before in my bib1.att file, it's called
44735           with =1=21 in Z3950: so index.dc.subject = 1=21 correctly points to
44736           my Subject index. And Title was called with 1=4 so index.dc.title =
44737           1=4 correctly points to my Title index. I can now construct my query
44738           just like I would in a search box, just preceding it with the
44739           "query" key: query=Subject=reefs and Title=coral searches "reefs" in
44740           the subject and "coral" in the title. The full url would be
44741           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
44742           and Title=coral If I want to limit the result set to just 5 records,
44743           I can do
44744           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
44745           and Title=coral&amp;maximumRecords=5</para>
44746
44747           <para>I can also play with truncate, relations, etc. Those are also
44748           defined in my pqf.properties file. I can see for instance the
44749           position properties defined as:</para>
44750
44751           <programlisting>
44752                position.first              = 3=1 6=1
44753               # "first in field"
44754                position.any                = 3=3 6=1
44755                  # "any position in field"
44756                </programlisting>
44757
44758           <para>So as an example if I want "coral" to be at the beginning of
44759           the title, I can do this query :
44760           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Title=coral
44761           first</para>
44762         </section>
44763       </section>
44764
44765       <section id="sru_retrieve">
44766         <title>Retrieve</title>
44767
44768         <para>My search for
44769         http://univ_lyon3.biblibre.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=coral
44770         reefs&amp;maximumRecords=1 retrieves just on record. The response
44771         looks like this:</para>
44772
44773         <programlisting>
44774           &lt;zs:searchRetrieveResponse&gt;
44775 &lt;zs:version&gt;1.1&lt;/zs:version&gt;
44776 &lt;zs:numberOfRecords&gt;1&lt;/zs:numberOfRecords&gt;
44777 &lt;zs:records&gt;
44778 &lt;zs:record&gt;
44779 &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
44780 &lt;zs:recordData&gt;
44781 &lt;record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"&gt;
44782 &lt;leader&gt; cam a22 4500&lt;/leader&gt;
44783 &lt;datafield tag="010" ind1=" " ind2=" "&gt;
44784 &lt;subfield code="a"&gt;2-603-01193-6&lt;/subfield&gt;
44785 &lt;subfield code="b"&gt;rel.&lt;/subfield&gt;
44786 &lt;subfield code="d"&gt;159 F&lt;/subfield&gt;
44787 &lt;/datafield&gt;
44788 &lt;datafield tag="020" ind1=" " ind2=" "&gt;
44789 &lt;subfield code="a"&gt;FR&lt;/subfield&gt;
44790 &lt;subfield code="b"&gt;00065351&lt;/subfield&gt;
44791 &lt;/datafield&gt;
44792 &lt;datafield tag="101" ind1="1" ind2=" "&gt;
44793 &lt;subfield code="c"&gt;ita&lt;/subfield&gt;
44794 &lt;/datafield&gt;
44795 &lt;datafield tag="105" ind1=" " ind2=" "&gt;
44796 &lt;subfield code="a"&gt;a z 00|y|&lt;/subfield&gt;
44797 &lt;/datafield&gt;
44798 &lt;datafield tag="106" ind1=" " ind2=" "&gt;
44799 &lt;subfield code="a"&gt;r&lt;/subfield&gt;
44800 &lt;/datafield&gt;
44801 &lt;datafield tag="100" ind1=" " ind2=" "&gt;
44802 &lt;subfield code="a"&gt;20091130 frey50 &lt;/subfield&gt;
44803 &lt;/datafield&gt;
44804 &lt;datafield tag="200" ind1="1" ind2=" "&gt;
44805 &lt;subfield code="a"&gt;Guide des récifs coralliens / A Guide to Coral Reefs&lt;/subfield&gt;
44806 &lt;subfield code="b"&gt;Texte imprimé&lt;/subfield&gt;
44807 &lt;subfield code="e"&gt;la faune sous-marine des coraux&lt;/subfield&gt;
44808 &lt;subfield code="f"&gt;A. et A. Ferrari&lt;/subfield&gt;
44809 &lt;/datafield&gt;
44810 &lt;datafield tag="210" ind1=" " ind2=" "&gt;
44811 &lt;subfield code="a"&gt;Lausanne&lt;/subfield&gt;
44812 &lt;subfield code="a"&gt;Paris&lt;/subfield&gt;
44813 &lt;subfield code="c"&gt;Delachaux et Niestlé&lt;/subfield&gt;
44814 &lt;subfield code="d"&gt;cop. 2000&lt;/subfield&gt;
44815 &lt;subfield code="e"&gt;impr. en Espagne&lt;/subfield&gt;
44816 &lt;/datafield&gt;
44817 &lt;datafield tag="215" ind1=" " ind2=" "&gt;
44818 &lt;subfield code="a"&gt;287 p.&lt;/subfield&gt;
44819 &lt;subfield code="c"&gt;ill. en coul., couv. ill. en coul.&lt;/subfield&gt;
44820 &lt;subfield code="d"&gt;20 cm&lt;/subfield&gt;
44821 &lt;/datafield&gt;
44822 ......
44823 &lt;idzebra&gt;
44824 &lt;size&gt;4725&lt;/size&gt;
44825 &lt;localnumber&gt;2&lt;/localnumber&gt;
44826 &lt;filename&gt;/tmp/nw10BJv9Pk/upd_biblio/exported_records&lt;/filename&gt;
44827 &lt;/idzebra&gt;
44828 &lt;/record&gt;
44829 &lt;/zs:recordData&gt;
44830 &lt;zs:recordPosition&gt;1&lt;/zs:recordPosition&gt;
44831 &lt;/zs:record&gt;
44832 &lt;/zs:records&gt;
44833 &lt;/zs:searchRetrieveResponse&gt;
44834
44835           </programlisting>
44836       </section>
44837     </section>
44838   </chapter>
44839
44840   <appendix id="sysprefdefaults">
44841     <title>System Preference Defaults</title>
44842
44843     <para/>
44844
44845     <section id="isbddefaults">
44846       <title>ISBD Defaults</title>
44847
44848       <para/>
44849
44850       <section id="isbddefault">
44851         <title>MARC Default</title>
44852
44853         <para>#100||{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{
44854         110d }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h
44855         }{ 130k }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{
44856         130t }|&lt;br/&gt;&lt;br/&gt;</para>
44857
44858         <para>#245||{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{
44859         245s }{ 245h }|</para>
44860
44861         <para>#246||{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p
44862         }{ 246h }|</para>
44863
44864         <para>#242||{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }|</para>
44865
44866         <para>#245||{ 245c }|</para>
44867
44868         <para>#242||{ = 242c }|</para>
44869
44870         <para>#250| - |{ 250a }{ 250b }|</para>
44871
44872         <para>#254|, |{ 254a }|</para>
44873
44874         <para>#255|, |{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g
44875         }|</para>
44876
44877         <para>#256|, |{ 256a }|</para>
44878
44879         <para>#257|, |{ 257a }|</para>
44880
44881         <para>#258|, |{ 258a }{ 258b }|</para>
44882
44883         <para>#260| - |{ 260a }{ 260b }{ 260c }|</para>
44884
44885         <para>#300| - |{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g
44886         }|</para>
44887
44888         <para>#306| - |{ 306a }|</para>
44889
44890         <para>#307| - |{ 307a }{ 307b }|</para>
44891
44892         <para>#310| - |{ 310a }{ 310b }|</para>
44893
44894         <para>#321| - |{ 321a }{ 321b }|</para>
44895
44896         <para>#340| - |{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f
44897         }{ 340h }{ 340i }|</para>
44898
44899         <para>#342| - |{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g
44900         }{ 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{
44901         342p }{ 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }|</para>
44902
44903         <para>#343| - |{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g
44904         }{ 343h }{ 343i }|</para>
44905
44906         <para>#351| - |{ 3513 }{ 351a }{ 351b }{ 351c }|</para>
44907
44908         <para>#352| - |{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g
44909         }{ 352i }{ 352q }|</para>
44910
44911         <para>#362| - |{ 362a }{ 351z }|</para>
44912
44913         <para>#440| - |{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }|.</para>
44914
44915         <para>#490| - |{ 490a }{ 490v }{ 490x }|.</para>
44916
44917         <para>#800| - |{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g
44918         }{ 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{
44919         800q }{ 800r }{ 800s }{ 800t }{ 800u }{ 800v }|.</para>
44920
44921         <para>#810| - |{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g
44922         }{ 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{
44923         810s }{ 810t }{ 810u }{ 810v }|.</para>
44924
44925         <para>#811| - |{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h
44926         }{ 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{
44927         811v }|.</para>
44928
44929         <para>#830| - |{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l
44930         }{ 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v
44931         }|.</para>
44932
44933         <para>#500|&lt;br/&gt;&lt;br/&gt;|{ 5003 }{ 500a }|</para>
44934
44935         <para>#501|&lt;br/&gt;&lt;br/&gt;|{ 501a }|</para>
44936
44937         <para>#502|&lt;br/&gt;&lt;br/&gt;|{ 502a }|</para>
44938
44939         <para>#504|&lt;br/&gt;&lt;br/&gt;|{ 504a }|</para>
44940
44941         <para>#505|&lt;br/&gt;&lt;br/&gt;|{ 505a }{ 505t }{ 505r }{ 505g }{
44942         505u }|</para>
44943
44944         <para>#506|&lt;br/&gt;&lt;br/&gt;|{ 5063 }{ 506a }{ 506b }{ 506c }{
44945         506d }{ 506u }|</para>
44946
44947         <para>#507|&lt;br/&gt;&lt;br/&gt;|{ 507a }{ 507b }|</para>
44948
44949         <para>#508|&lt;br/&gt;&lt;br/&gt;|{ 508a }{ 508a }|</para>
44950
44951         <para>#510|&lt;br/&gt;&lt;br/&gt;|{ 5103 }{ 510a }{ 510x }{ 510c }{
44952         510b }|</para>
44953
44954         <para>#511|&lt;br/&gt;&lt;br/&gt;|{ 511a }|</para>
44955
44956         <para>#513|&lt;br/&gt;&lt;br/&gt;|{ 513a }{513b }|</para>
44957
44958         <para>#514|&lt;br/&gt;&lt;br/&gt;|{ 514z }{ 514a }{ 514b }{ 514c }{
44959         514d }{ 514e }{ 514f }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m
44960         }{ 514u }|</para>
44961
44962         <para>#515|&lt;br/&gt;&lt;br/&gt;|{ 515a }|</para>
44963
44964         <para>#516|&lt;br/&gt;&lt;br/&gt;|{ 516a }|</para>
44965
44966         <para>#518|&lt;br/&gt;&lt;br/&gt;|{ 5183 }{ 518a }|</para>
44967
44968         <para>#520|&lt;br/&gt;&lt;br/&gt;|{ 5203 }{ 520a }{ 520b }{ 520u
44969         }|</para>
44970
44971         <para>#521|&lt;br/&gt;&lt;br/&gt;|{ 5213 }{ 521a }{ 521b }|</para>
44972
44973         <para>#522|&lt;br/&gt;&lt;br/&gt;|{ 522a }|</para>
44974
44975         <para>#524|&lt;br/&gt;&lt;br/&gt;|{ 524a }|</para>
44976
44977         <para>#525|&lt;br/&gt;&lt;br/&gt;|{ 525a }|</para>
44978
44979         <para>#526|&lt;br/&gt;&lt;br/&gt;|{\n510i }{\n510a }{ 510b }{ 510c }{
44980         510d }{\n510x }|</para>
44981
44982         <para>#530|&lt;br/&gt;&lt;br/&gt;|{\n5063 }{\n506a }{ 506b }{ 506c }{
44983         506d }{\n506u }|</para>
44984
44985         <para>#533|&lt;br/&gt;&lt;br/&gt;|{\n5333 }{\n533a }{\n533b }{\n533c
44986         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }|</para>
44987
44988         <para>#534|&lt;br/&gt;&lt;br/&gt;|{\n533p }{\n533a }{\n533b }{\n533c
44989         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }{\n533t }{\n533x
44990         }{\n533z }|</para>
44991
44992         <para>#535|&lt;br/&gt;&lt;br/&gt;|{\n5353 }{\n535a }{\n535b }{\n535c
44993         }{\n535d }|</para>
44994
44995         <para>#538|&lt;br/&gt;&lt;br/&gt;|{\n5383 }{\n538a }{\n538i }{\n538u
44996         }|</para>
44997
44998         <para>#540|&lt;br/&gt;&lt;br/&gt;|{\n5403 }{\n540a }{ 540b }{ 540c }{
44999         540d }{\n520u }|</para>
45000
45001         <para>#544|&lt;br/&gt;&lt;br/&gt;|{\n5443 }{\n544a }{\n544b }{\n544c
45002         }{\n544d }{\n544e }{\n544n }|</para>
45003
45004         <para>#545|&lt;br/&gt;&lt;br/&gt;|{\n545a }{ 545b }{\n545u }|</para>
45005
45006         <para>#546|&lt;br/&gt;&lt;br/&gt;|{\n5463 }{\n546a }{ 546b }|</para>
45007
45008         <para>#547|&lt;br/&gt;&lt;br/&gt;|{\n547a }|</para>
45009
45010         <para>#550|&lt;br/&gt;&lt;br/&gt;|{ 550a }|</para>
45011
45012         <para>#552|&lt;br/&gt;&lt;br/&gt;|{ 552z }{ 552a }{ 552b }{ 552c }{
45013         552d }{ 552e }{ 552f }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l
45014         }{ 552m }{ 552n }{ 562o }{ 552p }{ 552u }|</para>
45015
45016         <para>#555|&lt;br/&gt;&lt;br/&gt;|{ 5553 }{ 555a }{ 555b }{ 555c }{
45017         555d }{ 555u }|</para>
45018
45019         <para>#556|&lt;br/&gt;&lt;br/&gt;|{ 556a }{ 506z }|</para>
45020
45021         <para>#563|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 563a }{ 563u }|</para>
45022
45023         <para>#565|&lt;br/&gt;&lt;br/&gt;|{ 5653 }{ 565a }{ 565b }{ 565c }{
45024         565d }{ 565e }|</para>
45025
45026         <para>#567|&lt;br/&gt;&lt;br/&gt;|{ 567a }|</para>
45027
45028         <para>#580|&lt;br/&gt;&lt;br/&gt;|{ 580a }|</para>
45029
45030         <para>#581|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 581a }{ 581z }|</para>
45031
45032         <para>#584|&lt;br/&gt;&lt;br/&gt;|{ 5843 }{ 584a }{ 584b }|</para>
45033
45034         <para>#585|&lt;br/&gt;&lt;br/&gt;|{ 5853 }{ 585a }|</para>
45035
45036         <para>#586|&lt;br/&gt;&lt;br/&gt;|{ 5863 }{ 586a }|</para>
45037
45038         <para>#020|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISBN: &lt;/label&gt;|{
45039         020a }{ 020c }|</para>
45040
45041         <para>#022|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISSN: &lt;/label&gt;|{
45042         022a }|</para>
45043
45044         <para>#222| = |{ 222a }{ 222b }|</para>
45045
45046         <para>#210| = |{ 210a }{ 210b }|</para>
45047
45048         <para>#024|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard No.:
45049         &lt;/label&gt;|{ 024a }{ 024c }{ 024d }{ 0242 }|</para>
45050
45051         <para>#027|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard Tech. Report.
45052         No.: &lt;/label&gt;|{ 027a }|</para>
45053
45054         <para>#028|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Publisher. No.:
45055         &lt;/label&gt;|{ 028a }{ 028b }|</para>
45056
45057         <para>#013|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Patent No.:
45058         &lt;/label&gt;|{ 013a }{ 013b }{ 013c }{ 013d }{ 013e }{ 013f
45059         }|</para>
45060
45061         <para>#030|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;CODEN: &lt;/label&gt;|{
45062         030a }|</para>
45063
45064         <para>#037|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Source: &lt;/label&gt;|{
45065         037a }{ 037b }{ 037c }{ 037f }{ 037g }{ 037n }|</para>
45066
45067         <para>#010|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LCCN: &lt;/label&gt;|{
45068         010a }|</para>
45069
45070         <para>#015|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. No.:
45071         &lt;/label&gt;|{ 015a }{ 0152 }|</para>
45072
45073         <para>#016|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. Agency Control
45074         No.: &lt;/label&gt;|{ 016a }{ 0162 }|</para>
45075
45076         <para>#600|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Personal
45077         Names: &lt;/label&gt;|{\n6003 }{\n600a}{ 600b }{ 600c }{ 600d }{ 600e
45078         }{ 600f }{ 600g }{ 600h }{--600k}{ 600l }{ 600m }{ 600n }{ 600o
45079         }{--600p}{ 600r }{ 600s }{ 600t }{ 600u
45080         }{--600x}{--600z}{--600y}{--600v}|</para>
45081
45082         <para>#610|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Corporate
45083         Names: &lt;/label&gt;|{\n6103 }{\n610a}{ 610b }{ 610c }{ 610d }{ 610e
45084         }{ 610f }{ 610g }{ 610h }{--610k}{ 610l }{ 610m }{ 610n }{ 610o
45085         }{--610p}{ 610r }{ 610s }{ 610t }{ 610u
45086         }{--610x}{--610z}{--610y}{--610v}|</para>
45087
45088         <para>#611|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Meeting Names:
45089         &lt;/label&gt;|{\n6113 }{\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f
45090         }{ 611g }{ 611h }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{
45091         611r }{ 611s }{ 611t }{ 611u }{--611x}{--611z}{--611y}{--611v}|</para>
45092
45093         <para>#630|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Uniform
45094         Titles: &lt;/label&gt;|{\n630a}{ 630b }{ 630c }{ 630d }{ 630e }{ 630f
45095         }{ 630g }{ 630h }{--630k }{ 630l }{ 630m }{ 630n }{ 630o }{--630p}{
45096         630r }{ 630s }{ 630t }{--630x}{--630z}{--630y}{--630v}|</para>
45097
45098         <para>#648|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Chronological
45099         Terms: &lt;/label&gt;|{\n6483 }{\n648a
45100         }{--648x}{--648z}{--648y}{--648v}|</para>
45101
45102         <para>#650|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Topical Terms:
45103         &lt;/label&gt;|{\n6503 }{\n650a}{ 650b }{ 650c }{ 650d }{ 650e
45104         }{--650x}{--650z}{--650y}{--650v}|</para>
45105
45106         <para>#651|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Geographic
45107         Terms: &lt;/label&gt;|{\n6513 }{\n651a}{ 651b }{ 651c }{ 651d }{ 651e
45108         }{--651x}{--651z}{--651y}{--651v}|</para>
45109
45110         <para>#653|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Index Terms:
45111         &lt;/label&gt;|{ 653a }|</para>
45112
45113         <para>#654|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Facted Index
45114         Terms: &lt;/label&gt;|{\n6543
45115         }{\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}|</para>
45116
45117         <para>#655|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Genre/Form:
45118         &lt;/label&gt;|{\n6553 }{\n655a}{--655b}{--655x
45119         }{--655z}{--655y}{--655v}|</para>
45120
45121         <para>#656|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Occupation:
45122         &lt;/label&gt;|{\n6563
45123         }{\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}|</para>
45124
45125         <para>#657|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Function:
45126         &lt;/label&gt;|{\n6573
45127         }{\n657a}{--657x}{--657z}{--657y}{--657v}|</para>
45128
45129         <para>#658|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Curriculum
45130         Objective:
45131         &lt;/label&gt;|{\n658a}{--658b}{--658c}{--658d}{--658v}|</para>
45132
45133         <para>#050|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LC Class. No.:
45134         &lt;/label&gt;|{ 050a }{ / 050b }|</para>
45135
45136         <para>#082|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Dewey Class. No.:
45137         &lt;/label&gt;|{ 082a }{ / 082b }|</para>
45138
45139         <para>#080|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Universal Decimal Class.
45140         No.: &lt;/label&gt;|{ 080a }{ 080x }{ / 080b }|</para>
45141
45142         <para>#070|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Agricultural
45143         Library Call No.: &lt;/label&gt;|{ 070a }{ / 070b }|</para>
45144
45145         <para>#060|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Library of
45146         Medicine Call No.: &lt;/label&gt;|{ 060a }{ / 060b }|</para>
45147
45148         <para>#074|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;GPO Item No.:
45149         &lt;/label&gt;|{ 074a }|</para>
45150
45151         <para>#086|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Gov. Doc. Class. No.:
45152         &lt;/label&gt;|{ 086a }|</para>
45153
45154         <para>#088|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Report. No.:
45155         &lt;/label&gt;|{ 088a }|</para>
45156       </section>
45157
45158       <section id="unimarcdefault">
45159         <title>UNIMARC Default</title>
45160
45161         <para>#200|&lt;h2&gt;Title : |{200a}{. 200c}{ : 200e}{200d}{. 200h}{.
45162         200i}|&lt;/h2&gt;</para>
45163
45164         <para>#461|&lt;label class="ipt"&gt;A part of : &lt;/label&gt;|&lt;a
45165         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=461t&amp;idx=ti}"&gt;{461t}&lt;/a&gt;{N∞
45166         461h} {v. 461v}{(461d)}&lt;br/&gt;|</para>
45167
45168         <para>#200b|&lt;label class="ipt"&gt;Material Designation :
45169         &lt;/label&gt;| {200b }|&lt;br/&gt;</para>
45170
45171         <para>#101a|&lt;label class="ipt"&gt;Language(s): &lt;/label&gt;|&lt;a
45172         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=101a&amp;idx=ln}"&gt;{101a}&lt;/a&gt;|&lt;br/&gt;</para>
45173
45174         <para>#200f|&lt;label class="ipt"&gt;Authors : &lt;/label&gt;|&lt;a
45175         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200f&amp;idx=au}"&gt;{200f
45176         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45177
45178         <para>#200g|&lt;label class="ipt"&gt;Co-authors : &lt;/label&gt;|&lt;a
45179         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200g&amp;idx=au}"&gt;{200g
45180         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45181
45182         <para>#210a|&lt;br/&gt;&lt;label class="ipt"&gt;Place of pubblication
45183         : &lt;/label&gt;|&lt;a
45184         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=pl&amp;q={210a}"&gt;{210a}&lt;/a&gt;|&lt;br/&gt;</para>
45185
45186         <para>#210c|&lt;label class="ipt"&gt;Publisher : &lt;/label&gt;|&lt;a
45187         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=pb&amp;q={210c}"&gt;{210c
45188         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45189
45190         <para>#210d|&lt;label class="ipt"&gt;Date of pubblication :
45191         &lt;/label&gt;|{ 210d}|&lt;br/&gt;</para>
45192
45193         <para>#215|&lt;label class="ipt"&gt;Description :
45194         &lt;/label&gt;|{215a}{ : 215c}{ ; 215d}{ + 215e}|&lt;br/&gt;</para>
45195
45196         <para>#225a|&lt;label class="ipt"&gt;Series :&lt;/label&gt;|&lt;a
45197         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=225a&amp;idx=se}"&gt;{225a
45198         ;}&lt;/a&gt; |</para>
45199
45200         <para>#225||{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
45201         225v}|&lt;br/&gt;</para>
45202
45203         <para>#686|&lt;label&gt;Classification : &lt;/label&gt;|{ 686a
45204         }|&lt;br/&gt;</para>
45205
45206         <para>#608|&lt;label&gt;Form, Genre : &lt;/label&gt;|&lt;a
45207         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={608a}"&gt;&lt;img
45208         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45209         title="Search on {608a}"&gt;{
45210         608a}&lt;/a&gt;|&lt;br/&gt;&lt;br/&gt;</para>
45211
45212         <para>#200||&lt;label class="ipt"&gt;Subjects :
45213         &lt;/label&gt;&lt;br/&gt;|&lt;ul&gt;</para>
45214
45215         <para>#600|&lt;label class="ipt"&gt;Person(s)
45216         &lt;/label&gt;&lt;br/&gt; |&lt;li&gt;&lt;a
45217         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={600a}"&gt;&lt;img
45218         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45219         title="Search on {600a}"&gt;{
45220         600a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45221
45222         <para>#601|&lt;label class="ipt"&gt;Organisation(s)
45223         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45224         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={601a}"&gt;&lt;img
45225         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45226         title="Search on {601a}"&gt;{
45227         601a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45228
45229         <para>#606|&lt;label class="ipt"&gt;Term(s)
45230         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45231         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={606a}"&gt;&lt;img
45232         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45233         title="Search on {606a}"&gt;{
45234         606a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45235
45236         <para>#607|&lt;label class="ipt"&gt;Place(s)
45237         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45238         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={607a}"&gt;&lt;img
45239         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45240         title="Search on {607a}"&gt;{
45241         607a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45242
45243         <para>#610|&lt;label&gt;Keywords&lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45244         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={610a}"&gt;&lt;img
45245         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45246         title="Search on {610a}"&gt;{ 610a}&lt;/a&gt;&lt;/li&gt;|</para>
45247
45248         <para>#200||&lt;/ul&gt;|</para>
45249
45250         <para>#856|&lt;label class="ipt"&gt;Electronic resource :
45251         &lt;/label&gt;|&lt;a href="{856u}"&gt;click here&lt;/a&gt; to go to
45252         the external resource&lt;br/&gt;</para>
45253
45254         <para>#010|&lt;label class="ipt"&gt;ISBN : &lt;/label&gt;|{010a
45255         ;}|&lt;br/&gt;</para>
45256
45257         <para>#011|&lt;label class="ipt"&gt;ISSN : &lt;/label&gt;|{011a
45258         ;}|&lt;br/&gt;</para>
45259
45260         <para>#200||&lt;label class="ipt"&gt;Notes :
45261         &lt;/label&gt;|&lt;br/&gt;&lt;ul&gt;</para>
45262
45263         <para>#300||&lt;li&gt;{300a}&lt;/li&gt;|</para>
45264
45265         <para>#307||&lt;li&gt;{307a}&lt;/li&gt;|</para>
45266
45267         <para>#310||&lt;li&gt;{310a}&lt;/li&gt;|</para>
45268
45269         <para>#326||&lt;li&gt;{326a}&lt;/li&gt;|</para>
45270
45271         <para>#327||&lt;li&gt;{327a}&lt;/li&gt;|</para>
45272
45273         <para>#333|&lt;li&gt;Public : |{333a}&lt;/li&gt;|</para>
45274
45275         <para>#200||&lt;/ul&gt;|</para>
45276
45277         <para>#330||&lt;label class="ipt"&gt;Abstract :
45278         &lt;/label&gt;|&lt;br/&gt;</para>
45279
45280         <para>#330||{330a}|&lt;br/&gt;</para>
45281
45282         <para>#200||&lt;br/&gt;&lt;h2&gt;Items&lt;/h2&gt;|</para>
45283
45284         <para>#200|&lt;table&gt;|&lt;th&gt;Call
45285         number&lt;/th&gt;&lt;th&gt;Copy
45286         note&lt;/th&gt;&lt;th&gt;Fonds&lt;/th&gt;&lt;th&gt;Genre
45287         detail&lt;/th&gt;&lt;th&gt;Circulation
45288         type&lt;/th&gt;&lt;th&gt;Barcode&lt;/th&gt;|</para>
45289
45290         <para>#995||&lt;tr&gt;&lt;td&gt; {995k}&lt;/td&gt;&lt;td&gt;
45291         {995u}&lt;/td&gt;&lt;td&gt;
45292         {995y}&lt;/td&gt;&lt;td&gt;{995e}  &lt;/td&gt;&lt;td&gt;
45293         {995o}&lt;/td&gt;&lt;td&gt;{995f}&lt;/td&gt;&lt;/tr&gt;|&lt;/table&gt;</para>
45294       </section>
45295     </section>
45296   </appendix>
45297
45298   <appendix id="receiptprint">
45299     <title>Configuring Receipt Printers</title>
45300
45301     <para>The following instructions are for specific receipt printers, but
45302     can probably be used to help with setup of other brands as well.</para>
45303
45304     <section id="epsonprinters">
45305       <sectioninfo>
45306         <corpauthor>NEKLS</corpauthor>
45307
45308         <pubdate>2008</pubdate>
45309
45310         <bibliosource><ulink url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></bibliosource>
45311       </sectioninfo>
45312
45313       <title>For Epson TM-T88III (3) &amp; TM-T88IV (4) Printers</title>
45314
45315       <para/>
45316
45317       <section id="epsonprintdriver">
45318         <title>In the Print Driver</title>
45319
45320         <para>For these instructions, we are using version 5,0,3,0 of the
45321         Epson TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
45322         Register at the <ulink url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
45323         Center website</ulink> to gain access to the drivers; go to Technical
45324         Resources, then choose the printer model from the Printers drop-down
45325         list.</para>
45326
45327         <para>Click Start &gt; Printers and Faxes &gt; Right click the receipt
45328         printer &gt; Properties:</para>
45329
45330         <itemizedlist>
45331           <listitem>
45332             <para>Advanced Tab, click Printing Defaults button</para>
45333           </listitem>
45334
45335           <listitem>
45336             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
45337           </listitem>
45338
45339           <listitem>
45340             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
45341             Printable Width</para>
45342           </listitem>
45343
45344           <listitem>
45345             <para>TM-T88IV: Check Reduced Size Print; Click OK on the popup
45346             window that appears. Fit to Printable Width should be
45347             automatically selected.</para>
45348           </listitem>
45349
45350           <listitem>
45351             <para>OK your way out of there.</para>
45352           </listitem>
45353         </itemizedlist>
45354       </section>
45355
45356       <section id="epsonfirefox">
45357         <title>In Firefox</title>
45358
45359         <para>Under File &gt; Page Setup:</para>
45360
45361         <itemizedlist>
45362           <listitem>
45363             <para>Shrink to fit page on Format &amp; Options tab</para>
45364           </listitem>
45365
45366           <listitem>
45367             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
45368             makes the receipts use all available space on the paper
45369             roll.</para>
45370           </listitem>
45371
45372           <listitem>
45373             <para>Set all Headers/Footers to -blank-. This removes all of the
45374             gunk you might normally find on a print from Firefox, such as the
45375             URL, number of pages, etc.</para>
45376           </listitem>
45377
45378           <listitem>
45379             <para>Click OK</para>
45380           </listitem>
45381         </itemizedlist>
45382
45383         <para>Set the default printer settings in Firefox so you don't see a
45384         "Print" dialog:</para>
45385
45386         <itemizedlist>
45387           <listitem>
45388             <para>Go to File &gt; Print</para>
45389           </listitem>
45390
45391           <listitem>
45392             <para>Set the Printer to the receipt printer.</para>
45393           </listitem>
45394
45395           <listitem>
45396             <para>Click the Advanced (or Properties) button</para>
45397           </listitem>
45398
45399           <listitem>
45400             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
45401           </listitem>
45402
45403           <listitem>
45404             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
45405             Printable Width</para>
45406           </listitem>
45407
45408           <listitem>
45409             <para>TM-T88IV: Check Reduced Size Print; click OK on the popup
45410             window that appears. Fit to Printable Width should be
45411             automatically selected.</para>
45412           </listitem>
45413
45414           <listitem>
45415             <para>OK your way out, go ahead and print whatever page you are
45416             on.</para>
45417           </listitem>
45418
45419           <listitem>
45420             <para>Type about:config, in the address bar. Click "I'll be
45421             careful, I promise!" on the warning message.</para>
45422           </listitem>
45423
45424           <listitem>
45425             <para>Type, print.always in Filter.</para>
45426           </listitem>
45427
45428           <listitem>
45429             <para>Look for print.always_print_silent.</para>
45430
45431             <itemizedlist>
45432               <listitem>
45433                 <para>If the preference is there then set the value to
45434                 true.</para>
45435               </listitem>
45436             </itemizedlist>
45437           </listitem>
45438
45439           <listitem>
45440             <para>If the preference is not there (and it shouldn't be in most
45441             browsers) you have to add the preference.</para>
45442
45443             <itemizedlist>
45444               <listitem>
45445                 <para>Right click the preference area and select New &gt;
45446                 Boolean</para>
45447               </listitem>
45448
45449               <listitem>
45450                 <para>Type print.always_print_silent in the dialog box and set
45451                 the value to True. This sets the print settings in Firefox to
45452                 always use the same settings and print without showing a
45453                 dialog box.</para>
45454               </listitem>
45455             </itemizedlist>
45456           </listitem>
45457         </itemizedlist>
45458
45459         <warning>
45460           <para>Setting the print.always_print_silent setting in about:config
45461           DISABLES the ability to choose a printer in Firefox.</para>
45462         </warning>
45463       </section>
45464     </section>
45465
45466     <section id="epson2">
45467       <sectioninfo>
45468         <corpauthor>NEKLS</corpauthor>
45469
45470         <pubdate>2008</pubdate>
45471
45472         <bibliosource><ulink url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></bibliosource>
45473       </sectioninfo>
45474
45475       <title>For Epson TM-T88II (2) Printers</title>
45476
45477       <para>Register at the <ulink url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
45478       Center website</ulink> to gain access to the drivers; go to Technical
45479       Resources, then choose the printer model from the Printers drop-down
45480       list.</para>
45481
45482       <section id="epson2firefox">
45483         <title>In Firefox</title>
45484
45485         <para>Under File &gt; Page Setup:</para>
45486
45487         <itemizedlist>
45488           <listitem>
45489             <para>Shrink to fit page on Format &amp; Options tab</para>
45490           </listitem>
45491
45492           <listitem>
45493             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
45494             makes the receipts use all available space on the paper
45495             roll.</para>
45496           </listitem>
45497
45498           <listitem>
45499             <para>Set all Headers/Footers to -blank-. This removes all of the
45500             gunk you might normally find on a print from Firefox, such as the
45501             URL, number of pages, etc.</para>
45502           </listitem>
45503
45504           <listitem>
45505             <para>Click OK</para>
45506           </listitem>
45507         </itemizedlist>
45508
45509         <para>Set the default printer settings in Firefox so you don't see a
45510         "Print" dialog:</para>
45511
45512         <itemizedlist>
45513           <listitem>
45514             <para>Go to File &gt; Print</para>
45515           </listitem>
45516
45517           <listitem>
45518             <para>Set the Printer to the receipt printer.</para>
45519           </listitem>
45520
45521           <listitem>
45522             <para>Print whatever page you are on.</para>
45523           </listitem>
45524
45525           <listitem>
45526             <para>Type about:config, in the address bar. Click "I'll be
45527             careful, I promise!" on the warning message.</para>
45528           </listitem>
45529
45530           <listitem>
45531             <para>Type, print.always in Filter.</para>
45532           </listitem>
45533
45534           <listitem>
45535             <para>Look for, print.always_print_silent.</para>
45536
45537             <itemizedlist>
45538               <listitem>
45539                 <para>If the preference is there then set the value to
45540                 true.</para>
45541               </listitem>
45542             </itemizedlist>
45543           </listitem>
45544
45545           <listitem>
45546             <para>If the preference is not there (and it shouldn't be in most
45547             browsers) you have to add the preference.</para>
45548
45549             <itemizedlist>
45550               <listitem>
45551                 <para>Right click the preference area and select New &gt;
45552                 Boolean</para>
45553               </listitem>
45554
45555               <listitem>
45556                 <para>Type, print.always_print_silent in the dialog box and
45557                 set the value to True. This sets the print settings in Firefox
45558                 to always use the same settings and print without showing a
45559                 dialog box.</para>
45560               </listitem>
45561             </itemizedlist>
45562           </listitem>
45563         </itemizedlist>
45564
45565         <warning>
45566           <para>Setting the print.always_print_silent setting in about:config
45567           DISABLES the ability to choose a printer in Firefox.</para>
45568         </warning>
45569       </section>
45570     </section>
45571
45572     <section id="starprinter">
45573       <sectioninfo>
45574         <corpauthor>RHCL</corpauthor>
45575
45576         <editor>
45577           <firstname>Nicole C.</firstname>
45578
45579           <surname>Engard</surname>
45580         </editor>
45581
45582         <pubdate>2010</pubdate>
45583       </sectioninfo>
45584
45585       <title>For Star SP542 Printers</title>
45586
45587       <section id="installstarprinter">
45588         <title>Installing the Printer</title>
45589
45590         <para>While the following comments are based on the Star SP542 receipt
45591         printer, they probably apply to all printers in the SP5xx
45592         series.</para>
45593
45594         <para>The Star SP542 receipt printer works well with Koha and <emphasis role="bold">Firefox
45595             on Windows XP SP3</emphasis>. This printer, with either the parallel or USB interface,
45596           is fairly easy to install and configure. You will need the following executable file which
45597           is available from numerous places on the Internet:</para>
45598
45599         <para>linemode_2k-xp_20030205.exe</para>
45600
45601         <para>This executable actually does all of the installation; you will
45602         not need to use the Microsoft Windows "Add Printer" program. We
45603         recommend that when installing, the option for the software monitor
45604         not be selected; we have experienced significant pauses and delays in
45605         printing with it. Instead, simply choose to install the receipt
45606         printer without the monitor.</para>
45607
45608         <para>Additionally, the install program may not put the printer on the
45609         correct port, especially if using the USB interface. This is easily
45610         corrected by going to "Start -&gt; Printers and Faxes -&gt; Properties
45611         for the SP542 printer -&gt; Ports", then check the appropriate
45612         port.</para>
45613
45614         <para>A reboot may be required, even if not indicated by the
45615         installation software or the operating system.</para>
45616         <para><emphasis role="bold">Windows 7</emphasis> users should refer to this page:  <ulink
45617             url="http://www.starmicronics.com/supports/win7.aspx"
45618             >http://www.starmicronics.com/supports/win7.aspx</ulink>.
45619         </para>
45620       </section>
45621     </section>
45622
45623     <section id="firefoxreceipt">
45624       <sectioninfo>
45625         <corpauthor>VOKAL</corpauthor>
45626
45627         <editor>
45628           <firstname>Nicole C.</firstname>
45629
45630           <surname>Engard</surname>
45631         </editor>
45632
45633         <pubdate>2010</pubdate>
45634
45635         <bibliosource><ulink url="https://docs.google.com/View?id=dcccx9zm_3htvhwzgc#Setting_up_your_SLIP_printer_1_18087191815760117">https://docs.google.com/View?id=dcccx9zm_3htvhwzgc#Setting_up_your_SLIP_printer_1_18087191815760117</ulink></bibliosource>
45636       </sectioninfo>
45637
45638       <title>Configuring Firefox to Print to Receipt Printer</title>
45639
45640       <itemizedlist>
45641         <listitem>
45642           <para>Open File &gt; Page Setup</para>
45643         </listitem>
45644
45645         <listitem>
45646           <para>Make all the headers and footers blank</para>
45647         </listitem>
45648
45649         <listitem>
45650           <para>Set the margins to 0 (zero)</para>
45651         </listitem>
45652
45653         <listitem>
45654           <para>In the address bar of Firefox, type about:config</para>
45655         </listitem>
45656
45657         <listitem>
45658           <para>Search for print.always_print_silent and double click
45659           it</para>
45660         </listitem>
45661
45662         <listitem>
45663           <para>Change it from false to true</para>
45664
45665           <itemizedlist>
45666             <listitem>
45667               <para>This lets you skip the Print pop up box that comes up, as
45668               well as skipping the step where you have to click OK,
45669               automatically printing the right sized slip.</para>
45670             </listitem>
45671           </itemizedlist>
45672         </listitem>
45673
45674         <listitem>
45675           <para>If print.always_print_silent does not come up</para>
45676
45677           <itemizedlist>
45678             <listitem>
45679               <para>Right click on a blank area of the preference
45680               window</para>
45681             </listitem>
45682
45683             <listitem>
45684               <para>Select new &gt; Boolean</para>
45685             </listitem>
45686
45687             <listitem>
45688               <para>Enter "print.always_print_silent" as the name (without
45689               quotes)</para>
45690             </listitem>
45691
45692             <listitem>
45693               <para>Click OK</para>
45694             </listitem>
45695
45696             <listitem>
45697               <para>Select true for the value</para>
45698             </listitem>
45699           </itemizedlist>
45700         </listitem>
45701
45702         <listitem>
45703           <para>You may also want to check what is listed for
45704           print.print_printer</para>
45705
45706           <itemizedlist>
45707             <listitem>
45708               <para>You may have to choose Generic/Text Only (or whatever your
45709               receipt printer might be named)</para>
45710             </listitem>
45711           </itemizedlist>
45712         </listitem>
45713       </itemizedlist>
45714     </section>
45715   </appendix>
45716   <appendix id="noticesappendix">
45717     <title>Notice &amp; Slips Guides</title>
45718     <section id="noticesfieldguide">
45719       <sectioninfo>
45720         <authorgroup>
45721           <author>
45722             <firstname>Barton</firstname>
45723             <surname>Chittenden</surname>
45724             <affiliation>
45725               <orgname>ByWater Solutions</orgname>
45726             </affiliation>
45727           </author>
45728           <editor>
45729             <firstname>Nicole C.</firstname>
45730             <surname>Engard</surname>
45731           </editor>
45732         </authorgroup>
45733         <pubdate>2014</pubdate>
45734       </sectioninfo>
45735       <title>Field Guide for Notices &amp; Slips</title>
45736       <para>This guide will break down the notices and slips information in 3 ways.  First it will
45737         tell you what file generates the notice, then how you will present the item info in that
45738         notice and finally if the notice can be branch specific or not.</para>
45739       <para>
45740         <informaltable
45741           style="border-collapse:collapse;border:1px solid black;font-family:'Times New Roman';letter-spacing:normal;text-indent:0px;text-transform:none;word-spacing:0px">
45742           <thead>
45743             <tr>
45744               <th rowspan="1" colspan="1" align="left">Letter Code</th>
45745               <th rowspan="1" colspan="1" align="left">Used In</th>
45746               <th rowspan="1" colspan="1" align="left">Detail tag</th>
45747               <th rowspan="1" colspan="1" align="left">Can be branch specific</th>
45748             </tr>
45749           </thead>
45750           <tbody>
45751             <tr>
45752               <td rowspan="1" colspan="1" align="left">DUE</td>
45753               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45754               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45755               <td rowspan="1" colspan="1" align="left">No</td>
45756             </tr>
45757             <tr>
45758               <td rowspan="1" colspan="1" align="left">DUEDGST</td>
45759               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45760               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45761               <td rowspan="1" colspan="1" align="left">No</td>
45762             </tr>
45763             <tr>
45764               <td rowspan="1" colspan="1" align="left">PREDUE</td>
45765               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45766               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45767               <td rowspan="1" colspan="1" align="left">No</td>
45768             </tr>
45769             <tr>
45770               <td rowspan="1" colspan="1" align="left">PREDUEDGST</td>
45771               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45772               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45773               <td rowspan="1" colspan="1" align="left">No</td>
45774             </tr>
45775             <tr>
45776               <td rowspan="1" colspan="1" align="left">ODUE*</td>
45777               <td rowspan="1" colspan="1" align="left">overdue_notices.pl</td>
45778               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt; or &lt;item&gt;
45779                 &lt;/item&gt;</td>
45780               <td rowspan="1" colspan="1" align="left">Yes</td>
45781             </tr>
45782             <tr>
45783               <td rowspan="1" colspan="1" align="left">CHECKOUT</td>
45784               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45785               <td rowspan="1" colspan="1" align="left">N/A</td>
45786               <td rowspan="1" colspan="1" align="left">Yes</td>
45787             </tr>
45788             <tr>
45789               <td rowspan="1" colspan="1" align="left">RENEWAL</td>
45790               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45791               <td rowspan="1" colspan="1" align="left">N/A</td>
45792               <td rowspan="1" colspan="1" align="left">Yes</td>
45793             </tr>
45794             <tr>
45795               <td rowspan="1" colspan="1" align="left">TRANSFERSLIP</td>
45796               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45797               <td rowspan="1" colspan="1" align="left">N/A</td>
45798               <td rowspan="1" colspan="1" align="left">Yes</td>
45799             </tr>
45800             <tr>
45801               <td rowspan="1" colspan="1" align="left">ISSUESLIP</td>
45802               <td rowspan="1" colspan="1" align="left">C4/Members.pm</td>
45803               <td rowspan="1" colspan="1" align="left">
45804                 <para>&lt;checkedout&gt; &lt;/checkedout&gt; </para>
45805                 <para> &lt;overdue&gt; &lt;/overdue&gt; </para>
45806                 <para> &lt;news&gt; &lt;/news&gt; </para>
45807               </td>
45808               <td rowspan="1" colspan="1" align="left">Yes</td>
45809             </tr>
45810             <tr>
45811               <td rowspan="1" colspan="1" align="left">ISSUEQSLIP</td>
45812               <td rowspan="1" colspan="1" align="left">C4/Members.pm</td>
45813               <td rowspan="1" colspan="1" align="left">&lt;checkedout&gt; &lt;/checkedout&gt;</td>
45814               <td rowspan="1" colspan="1" align="left">Yes</td>
45815             </tr>
45816             <tr>
45817               <td rowspan="1" colspan="1" align="left">HOLDPLACED</td>
45818               <td rowspan="1" colspan="1" align="left">C4/Reserves.pm</td>
45819               <td rowspan="1" colspan="1" align="left">N/A</td>
45820               <td rowspan="1" colspan="1" align="left">Yes</td>
45821             </tr>
45822             <tr>
45823               <td rowspan="1" colspan="1" align="left">RESERVESLIP</td>
45824               <td rowspan="1" colspan="1" align="left">C4/Reserves.pm</td>
45825               <td rowspan="1" colspan="1" align="left">N/A</td>
45826               <td rowspan="1" colspan="1" align="left">Yes</td>
45827             </tr>
45828             <tr>
45829               <td rowspan="1" colspan="1" align="left">ASKED</td>
45830               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45831               <td rowspan="1" colspan="1" align="left">N/A</td>
45832               <td rowspan="1" colspan="1" align="left">Yes</td>
45833             </tr>
45834             <tr>
45835               <td rowspan="1" colspan="1" align="left">CHECKED</td>
45836               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45837               <td rowspan="1" colspan="1" align="left">N/A</td>
45838               <td rowspan="1" colspan="1" align="left">Yes</td>
45839             </tr>
45840             <tr>
45841               <td rowspan="1" colspan="1" align="left">ACCEPTED</td>
45842               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45843               <td rowspan="1" colspan="1" align="left">N/A</td>
45844               <td rowspan="1" colspan="1" align="left">Yes</td>
45845             </tr>
45846             <tr>
45847               <td rowspan="1" colspan="1" align="left">REJECTED</td>
45848               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45849               <td rowspan="1" colspan="1" align="left">N/A</td>
45850               <td rowspan="1" colspan="1" align="left">Yes</td>
45851             </tr>
45852             <tr>
45853               <td rowspan="1" colspan="1" align="left">OPAC_REG_VERIFY</td>
45854               <td rowspan="1" colspan="1" align="left">opac/opac-memberentry.pl</td>
45855               <td rowspan="1" colspan="1" align="left">N/A</td>
45856               <td rowspan="1" colspan="1" align="left">No</td>
45857             </tr>
45858           </tbody>
45859         </informaltable>
45860       </para>
45861     </section>
45862   </appendix>
45863
45864   <appendix id="samplenotice">
45865     <title>Example Notice</title>
45866
45867     <para>Nicole Engard</para>
45868
45869     <para>410 Library Rd.</para>
45870
45871     <para>Philadelphia, PA 19107</para>
45872
45873     <para>Dear Nicole Engard (23529000035726),</para>
45874
45875     <para>According to our records, at the time of this notice, you have items
45876     that are overdue. Please return or renew them as soon as possible to avoid
45877     increasing late fines.</para>
45878
45879     <para>If you have registered a password with the library, you may use it
45880     with your library card number to renew online.</para>
45881
45882     <para>If you believe you have returned the items below please call at and
45883     library staff will be happy to help resolve the issue.</para>
45884
45885     <para>The following item(s) are currently overdue:</para>
45886
45887     <para>07/08/2008 Creating drug-free schools and communities : 502326000054
45888     Fox, C. Lynn.</para>
45889
45890     <para>06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.</para>
45891
45892     <para>Sincerely, Library Staff</para>
45893   </appendix>
45894
45895   <appendix id="sampleserialsapp">
45896     <title>Sample Serials</title>
45897
45898     <para/>
45899
45900     <section id="readersdigestsample">
45901       <title>Reader's Digest (0034-0375)</title>
45902
45903       <itemizedlist>
45904         <listitem>
45905           <para>Published 12 times a year (monthly)</para>
45906         </listitem>
45907
45908         <listitem>
45909           <para>The Volume number changes every 6 months and the numbers
45910           continues on (requires an advanced pattern).</para>
45911
45912           <screenshot>
45913             <screeninfo>Sample Reader's Digest Subscription</screeninfo>
45914
45915             <mediaobject>
45916               <imageobject>
45917                 <imagedata fileref="images/serialssamples/readersserial.png"/>
45918               </imageobject>
45919             </mediaobject>
45920           </screenshot>
45921         </listitem>
45922       </itemizedlist>
45923
45924       <para/>
45925     </section>
45926
45927     <section id="peoplesample">
45928       <title>People Weekly (1076-0091)</title>
45929
45930       <itemizedlist>
45931         <listitem>
45932           <para>Published weekly</para>
45933
45934           <itemizedlist>
45935             <listitem>
45936               <para>The website says "on Saturday except the first week of
45937               August, Thanksgiving week, the first and last weeks of the year"
45938               but this does not match the pattern for 2007 or 2008</para>
45939             </listitem>
45940           </itemizedlist>
45941         </listitem>
45942
45943         <listitem>
45944           <para>In the Jul-Dec there are 26 issues</para>
45945         </listitem>
45946
45947         <listitem>
45948           <para>In the Jan-Jun there are 25 issues (no issue for the first
45949           week of January)</para>
45950         </listitem>
45951       </itemizedlist>
45952
45953       <para>Since the irregularity on the first # 26 does not skip a week,
45954       this would be set up as to roll over on issue 25. The 26th issue in the
45955       second half of the year would have to be received as a
45956       supplemental.</para>
45957
45958       <para>The irregularity check will complain that 52 issues were expected,
45959       but 25 entered. The current irregularity check can only check that the
45960       first position of the numbering pattern matches the expected issue count
45961       of the periodicity. But we do need to trigger the rollover on the
45962       volume, so we need to define the last two weeks of the year as
45963       irregularities. So we receive 50 issues the first 50 weeks, then one
45964       supplemental issue in week 51, which we have to define the enumeration
45965       for, then the next predicted issue will be the following year's first
45966       week.</para>
45967     </section>
45968
45969     <section id="hebrewserialsample">
45970       <title>Et-Mol</title>
45971
45972       <para>This journal is published with the following rules:</para>
45973
45974       <itemizedlist>
45975         <listitem>
45976           <para>6 issues a year (every 2 months)</para>
45977         </listitem>
45978
45979         <listitem>
45980           <para>year changes every 6 issues</para>
45981         </listitem>
45982
45983         <listitem>
45984           <para>we start in 2011</para>
45985         </listitem>
45986
45987         <listitem>
45988           <para>the issue number goes up indefinitely</para>
45989         </listitem>
45990
45991         <listitem>
45992           <para>starting from issue 215</para>
45993         </listitem>
45994       </itemizedlist>
45995
45996       <para>The planning would look like this:</para>
45997
45998       <screenshot>
45999         <screeninfo>Sample for this Hebrew Journal</screeninfo>
46000
46001         <mediaobject>
46002           <imageobject>
46003             <imagedata fileref="images/serialssamples/hebrewnewspaper.png"/>
46004           </imageobject>
46005         </mediaobject>
46006       </screenshot>
46007     </section>
46008     <section id="backpackerserial">
46009       <title>Backpacker (0277-867X)</title>
46010       <para>Published 9 times a year irregularly.  The issues continues while the volume and number
46011         rolls over every 9 issues.  If you're holding Volume 41, Number 3, Issue 302 in your hand
46012         the prediction would look like this:</para>
46013       <screenshot>
46014           <screeninfo>Backpacker numbering pattern</screeninfo>
46015           <mediaobject>
46016             <imageobject>
46017               <imagedata fileref="images/serialssamples/backpacker.png"/>
46018             </imageobject>
46019           </mediaobject>
46020         </screenshot>
46021       <para>And the received issues would number like this:</para>
46022       <para>v. 41, no. 3, iss. 302   </para>
46023       <para>v. 41, no. 4, iss. 303 </para>
46024       <para>v. 41, no. 5, iss. 304 </para>
46025       <para>v. 41, no. 6, iss. 305 </para>
46026       <para>v. 41, no. 7, iss. 306 </para>
46027       <para>v. 41, no. 8, iss. 307</para>
46028       <para>v. 41, no. 9, iss. 308 </para>
46029       <para>v. 42, no. 1, iss. 309 </para>
46030       <para>v. 42, no. 2, iss. 310 </para>
46031       <para>v. 42, no. 3, iss. 311 </para>
46032       <para>v. 42, no. 4, iss. 312</para>
46033     </section>
46034     <section id="keatsserial">
46035       <title>Keats-Shelley Journal (0453-4387)</title>
46036       <para>This journal is published once per year in July.  The numbering follows this pattern:  <itemizedlist>
46037           <listitem>
46038             <para>Vol. 61 2013</para>
46039           </listitem>
46040           <listitem>
46041             <para>Vol. 62 2014</para>
46042           </listitem>
46043           <listitem>
46044             <para>Vol. 63 2015</para>
46045           </listitem>
46046         </itemizedlist> Setup should look like this (if you're starting in July 2014):</para>
46047       <screenshot>
46048           <screeninfo>Serial planning</screeninfo>
46049           <mediaobject>
46050             <imageobject>
46051               <imagedata fileref="images/serialssamples/keatsplanning.png"/>
46052             </imageobject>
46053           </mediaobject>
46054         </screenshot>
46055     </section>
46056     <section id="cilserial">
46057       <title>Computers in Libraries (1041-7915)</title>
46058       <para>Computers in Libraries is published ten times per year (monthly with January/February
46059         and July/August combined issues).</para>
46060       <screenshot>
46061         <screeninfo>Subscription details</screeninfo>
46062         <mediaobject>
46063           <imageobject>
46064             <imagedata fileref="images/serialssamples/cilirregular.png"/>
46065           </imageobject>
46066         </mediaobject>
46067       </screenshot>
46068       <screenshot>
46069         <screeninfo>Serial Planning</screeninfo>
46070         <mediaobject>
46071           <imageobject>
46072             <imagedata fileref="images/serialssamples/cilpattern.png"/>
46073           </imageobject>
46074         </mediaobject>
46075       </screenshot>
46076       <screenshot>
46077         <screeninfo>Received details</screeninfo>
46078         <mediaobject>
46079           <imageobject>
46080             <imagedata fileref="images/serialssamples/cilreceived.png"/>
46081           </imageobject>
46082         </mediaobject>
46083       </screenshot>
46084     </section>
46085   </appendix>
46086   <appendix id="samplelistemail">
46087     <title>Sample List &amp; Cart Emails</title>
46088     <section id="examplelistemail">
46089       <title>Example Email from List</title>
46090       <para>Below is an example of an email from a list in
46091         Koha.<programlisting>Hi,
46092
46093 Here is your list called If You Like Jodi Picoult, sent from our online catalog.
46094
46095 Please note that the attached file is a MARC bibliographic records file
46096 which can be imported into a Personal Bibliographic Software like EndNote,
46097 Reference Manager or ProCite.
46098 ---------------------------------------------
46099
46100 Home safe : a novel /
46101
46102 by Berg, Elizabeth.
46103
46104 Published by: Random House,, 260 p. ;, 25 cm.
46105 Copyright year: 2009
46106 LCCN:   2008049247
46107 In the online catalog:
46108     http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12113
46109 Items :
46110     North Branch FIC (FIC Ber) TVSN500088894O
46111     Main Library FIC (FIC Boh) TVSN5000921548
46112     South Branch FIC (FIC Boh) TVSN500092156A
46113     West Branch FIC (FIC Boh) TVSN5000921559
46114
46115 ---------------------------------------------
46116
46117 Half a heart /
46118
46119 by Brown, Rosellen.
46120
46121 Published by: Farrar, Straus, and Giroux,, 402 p. ;, 24 cm.
46122 Copyright year: 2000
46123 LCCN:    00022926
46124 In the online catalog:
46125     http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12501
46126 Items :
46127     East Branch  (813/.54)
46128     South Branch FIC (FIC Bro) TVSN5000451333</programlisting></para>
46129     </section>
46130     <section id="examplecartemail">
46131       <title>Example Email from Cart</title>
46132       <para>Below is a sample of what an email from the Cart in Koha will look
46133         like:<programlisting>Hi,
46134
46135    Joaquin D'Planque sent you a cart from our online catalog.
46136
46137    Please note that the attached file is a MARC bibliographic records
46138    file which can be imported into personal bibliographic software like
46139    EndNote, Reference Manager or ProCite.
46140
46141    ---------------------------------------------------------------------
46142
46143
46144      1.  Book /
46145        Author(s): Brookfield, Karen. ;
46146        Published by: Knopf : | Distributed by Random House, , 63 p. : ,
46147        29 cm.
46148        Copyright year: 1993
46149        Notes : Includes index.
46150        LCCN: 93018833 /AC
46151
46152        In online catalog:
46153        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=31644
46154
46155        Items:
46156
46157          *  East Branch (JNF 002 Bro) TVSN500017618A
46158
46159        -----------------------------------------------------------------
46160
46161      2.  The 1965 World book year book :
46162
46163        Published by: Field Enterprises Educational Corp., , 628 p. : , 26
46164        cm.
46165        Copyright year: 1965
46166        Notes : Includes index. | Spine title: Year book, 1965. | Cover
46167        title: The World book year book, 1965.
46168        URL:
46169        http://www.archive.org/details/1965worldbookyea00chic%20%7C%20http://www.openlibrary.org/books/OL24199089M
46170
46171        In online catalog:
46172        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=88666
46173
46174        -----------------------------------------------------------------</programlisting></para>
46175     </section>
46176   </appendix>
46177
46178   <appendix id="kohacms">
46179     <title>Using Koha as a Content Management System (CMS)</title>
46180
46181     <para/>
46182
46183     <section id="kohacmssetup">
46184       <title>Setup</title>
46185
46186       <para>These are instructions for taking a default install of Koha and allowing it to function
46187         as a little content management system. This will allow a library to publish an arbitrary
46188         number of pages based on a template. This example uses the template for the main opac page,
46189         but you could just as well use any template you wish with a bit more editing. This may be
46190         appropriate if you have a small library, want to allow librarians to easily add pages, and
46191         do not want to support a complete CMS. </para>
46192
46193       <itemizedlist>
46194         <listitem>
46195           <para>Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
46196             /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory) </para>
46197         </listitem>
46198
46199         <listitem>
46200           <para>Edit pages.pl in an editor</para>
46201         </listitem>
46202
46203         <listitem>
46204           <para>At approximately line 33 change this code: </para>
46205
46206           <programlisting>template_name  => "opac-main.tmpl",</programlisting>
46207         </listitem>
46208
46209         <listitem>
46210           <para>To this code:</para>
46211
46212           <programlisting>template_name  => "pages.tmpl", </programlisting>
46213         </listitem>
46214
46215         <listitem>
46216           <para>At approximately line 62 after this code: </para>
46217           <programlisting>$template->param( 
46218            koha_news       => $all_koha_news, 
46219            koha_news_count => $koha_news_count,
46220            display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
46221            daily_quote         => $quote,
46222            );</programlisting>
46223         </listitem>
46224         <listitem>
46225           <para>Add these lines: </para>
46226           <programlisting>        my $page = "page_" . $cgi->param('p');            # go for "p" value in URL and do the concatenation
46227         my $preference = C4::Context->preference($page);  # Go for preference  
46228         $template->{VARS}->{'page_test'} = $preference    # pass variable to template pages.tt</programlisting>
46229         </listitem>
46230
46231         <listitem>
46232           <para>Note pages.pl file must have Webserver user execution permissions, you can use
46233               <ulink url="http://en.wikipedia.org/wiki/Chmod">chmod</ulink> command if you are
46234             actually logged in as such user:
46235             <programlisting>        $chmod 755 pages.pl</programlisting></para>
46236         </listitem>
46237       
46238         <listitem>
46239           <para>In the browser go to Home &gt; Administration &gt; System Preferences &gt; Local Use and add
46240             a New Preference called "page_test" </para>
46241         </listitem>
46242
46243         <listitem>
46244           <para>Fill it out as so</para>
46245
46246           <itemizedlist>
46247             <listitem>
46248               <para>Explanation: test page for pages tiny cms</para>
46249             </listitem>
46250
46251             <listitem>
46252               <para>Variable: page_test</para>
46253             </listitem>
46254
46255             <listitem>
46256               <para>Value: Lorem ipsum</para>
46257             </listitem>
46258
46259             <listitem>
46260               <para>Click the TextArea link (or enter "TextArea" into the
46261               input field below it)</para>
46262             </listitem>
46263
46264             <listitem>
46265               <para>variable options (last field): 80|50</para>
46266             </listitem>
46267           </itemizedlist>
46268         </listitem>
46269
46270         <listitem>
46271           <para>In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test The page should
46272             come up with the words "Lorem ipsum" in the main content area of the page. (replace
46273             "youraddress" with localhost, 127.0.0.1, or your domain name depending on how you have
46274             Apache set up.) </para>
46275         </listitem>
46276
46277         <listitem>
46278           <para>To add more pages simply create a system preference where the title begins with
46279             "page_" followed by any arbitrary letters. You can add any markup you want as the value
46280             of the field. Reference the new page by changing the value of the "p" parameter in the
46281             URL. </para>
46282         </listitem>
46283       </itemizedlist>
46284       <para>To learn more visit the Koha wiki page on this topic: <ulink url="http://wiki.koha-community.org/wiki/Koha_as_a_CMS">http://wiki.koha-community.org/wiki/Koha_as_a_CMS</ulink></para>
46285       <section id="kohacmstmpl">
46286         <title>Editing the pages template</title>
46287         <para>The file to create / edit for the pages template will depend on your opacthemes system preference setting i.e. bootstrap or prog (deprecated) or ccsr (deprecated)</para>
46288         <section id="kohacmstmplboot">
46289           <title>Editing 'bootstrap' theme template (current)</title>
46290           <itemizedlist>
46291             <listitem>
46292               <para>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</para>
46293             </listitem>
46294             <listitem>
46295               <para>Edit /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt</para>
46296             </listitem>
46297             <listitem>
46298               <para>At approximately line 61, change this:
46299                 <programlisting>        [% IF ( OpacMainUserBlock ) %]&lt;div id="opacmainuserblock">[% OpacMainUserBlock %]&lt;/div>[% END %]</programlisting></para>
46300             </listitem>     
46301             <listitem>
46302               <para>To this:
46303                 <programlisting>        [% IF ( page_test ) %]&lt;div id="opacmainuserblock">[% page_test %]&lt;/div>[% END %]</programlisting></para>
46304             </listitem>
46305           </itemizedlist>
46306           <para>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.
46307             <programlisting>
46308                       [% IF ( koha_news_count ) %]
46309                       &lt;div id="news">
46310                       &lt;table class="table table-bordered">
46311                       [% FOREACH koha_new IN koha_news %]
46312                         &lt;thead>&lt;tr>&lt;th>[% koha_new.title %]&lt;/th>&lt;/tr>&lt;/thead>
46313                         &lt;tbody>&lt;tr>&lt;td>&lt;p>[% koha_new.new %]&lt;/p>
46314                         &lt;p class="newsfooter">&lt;i>(published on [% koha_new.newdate %])&lt;/i>&lt;/p>&lt;/td>&lt;/tr>&lt;/tbody>
46315                       [% END %]
46316                       &lt;/table>
46317                       &lt;/div>
46318                      [% END %]
46319             </programlisting>
46320           </para>
46321         </section>
46322         <section id="kohacmstmplprog">
46323           <title>Editing 'prog' theme template (deprecated)</title>
46324           <itemizedlist>
46325             <listitem>
46326               <para>Copy /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/opac-main.tt to /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/pages.tt</para>
46327             </listitem>
46328             <listitem>
46329               <para>Edit /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/pages.tt</para>
46330             </listitem>
46331             <listitem>
46332               <para>At approximately line 40, change this:
46333                 <programlisting>        &lt;div id="opacmainuserblock" class="container">[% OpacMainUserBlock %]&lt;/div></programlisting></para>
46334             </listitem>
46335             <listitem>
46336               <para>To this:
46337                 <programlisting>        &lt;div id="opacmainuserblock" class="container">[% page_test %]&lt;/div></programlisting></para>
46338             </listitem>
46339           </itemizedlist>         
46340         </section>
46341       </section>
46342       <section id="kohacmstrouble">
46343         <title>Troubleshooting</title>
46344
46345         <para>If you have problems check file permissions on pages.pl and
46346         pages.tmpl. They should have the same user and group as other Koha
46347         files like opac-main.pl.</para>
46348       </section>
46349
46350       <section id="kohacmsbonus">
46351         <title>Bonus Points</title>
46352
46353         <para>Instead of using the address
46354         http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
46355         http://youraddress/pages.pl?p=test Just open up
46356         /etc/koha/koha-httpd.conf and add the follow at about line
46357         13:<programlisting>ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl" </programlisting></para>
46358
46359         <para>Then restart Apache.</para>
46360       </section>
46361     </section>
46362
46363     <section id="kohacmsusage">
46364       <title>Usage</title>
46365
46366       <para>After setting up Koha as a CMS you can create new pages following
46367       these instructions:</para>
46368
46369       <section id="kohacmspages">
46370         <title>Adding Pages</title>
46371
46372         <para>To add a new page you need to add a system preference under
46373         Local Use.</para>
46374
46375         <itemizedlist>
46376           <listitem>
46377             <para>Get there: More &gt; Administration &gt; Global System
46378             Preferences &gt; Local Use</para>
46379           </listitem>
46380
46381           <listitem>
46382             <para>Click 'New Preference'</para>
46383           </listitem>
46384
46385           <listitem>
46386             <para>Enter in a description in the Explanation field</para>
46387           </listitem>
46388
46389           <listitem>
46390             <para>Enter a value that starts with 'page_' in the Variable
46391             field</para>
46392           </listitem>
46393
46394           <listitem>
46395             <para>Enter starting HTML in the Value field</para>
46396
46397             <screenshot>
46398               <screeninfo>Add a new preference</screeninfo>
46399
46400               <mediaobject>
46401                 <imageobject>
46402                   <imagedata fileref="images/appendix-cms/newpreference.png"/>
46403                 </imageobject>
46404               </mediaobject>
46405             </screenshot>
46406           </listitem>
46407
46408           <listitem>
46409             <para>Set the Variable Type to Textarea</para>
46410           </listitem>
46411
46412           <listitem>
46413             <para>Set the Variable options to something like 20|20 for 20 rows
46414             and 20 columns</para>
46415
46416             <screenshot>
46417               <screeninfo>Settings for the new preference</screeninfo>
46418
46419               <mediaobject>
46420                 <imageobject>
46421                   <imagedata fileref="images/appendix-cms/newpref-settings.png"/>
46422                 </imageobject>
46423               </mediaobject>
46424             </screenshot>
46425           </listitem>
46426         </itemizedlist>
46427       </section>
46428
46429       <section id="kohacmsview">
46430         <title>Viewing your page</title>
46431
46432         <para>You can view your new page at
46433         http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is
46434         the part you entered after 'page_' in the Variable field.</para>
46435       </section>
46436
46437       <section id="kohacmsexpage">
46438         <title>Example</title>
46439
46440         <para>This process can be used to create recommended reading lists
46441         within Koha. So once the code changes have been made per the
46442         instructions on 'Koha as a CMS' you go through the 'Adding a New Page'
46443         instructions above to great a page for 'Recommended Reading
46444         Lists'</para>
46445
46446         <screenshot>
46447           <screeninfo>Create page by modifying a system
46448           preference</screeninfo>
46449
46450           <mediaobject>
46451             <imageobject>
46452               <imagedata fileref="images/appendix-cms/recommendedreading.png"/>
46453             </imageobject>
46454           </mediaobject>
46455         </screenshot>
46456
46457         <para>Next we need to create pages for our various classes (or
46458         categories). To do this, return to the 'Adding a New Page' section and
46459         create a preference for the first class.</para>
46460
46461         <screenshot>
46462           <screeninfo>Add a new sys pref for another page</screeninfo>
46463
46464           <mediaobject>
46465             <imageobject>
46466               <imagedata fileref="images/appendix-cms/class101-pref.png"/>
46467             </imageobject>
46468           </mediaobject>
46469         </screenshot>
46470
46471         <para>Next you'll want to link your first page to your new second
46472         page, go to the page_recommend preference and click 'Edit.' Now you
46473         want to edit the HTML to include a link to your newest page:</para>
46474
46475         <screenshot>
46476           <screeninfo>Edit original preference to add new page</screeninfo>
46477
46478           <mediaobject>
46479             <imageobject>
46480               <imagedata fileref="images/appendix-cms/editrecommendpref.png"/>
46481             </imageobject>
46482           </mediaobject>
46483         </screenshot>
46484       </section>
46485
46486       <section id="examplecms">
46487         <title>Live Examples</title>
46488
46489         <itemizedlist>
46490           <listitem>
46491             <para>The Crawford Library at Dallas Christian College is using
46492             this method for their recommended reading lists: <ulink url="http://opac.dallas.edu/">http://opac.dallas.edu/</ulink></para>
46493           </listitem>
46494         </itemizedlist>
46495       </section>
46496     </section>
46497   </appendix>
46498
46499   <appendix id="resetkohadb">
46500     <title>Resetting the Koha Database</title>
46501
46502     <para>These notes on how to reset the database for Koha were derived from the following email
46503       thread: <ulink
46504         url="http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html"
46505         >http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html</ulink> and
46506         <ulink url="http://lists.katipo.co.nz/public/koha/2014-June/039701.html"
46507         >http://lists.katipo.co.nz/public/koha/2014-June/039701.html</ulink>
46508     </para>
46509
46510     <para>Resetting the database may be useful if you install Koha with the
46511     sample data, and then wish to use real data without reinstalling the
46512     software.</para>
46513
46514     <section id="deletetables">
46515       <title>Delete Tables</title>
46516       <para>Use your preferred MySQL client to <ulink
46517           url="http://dev.mysql.com/doc/refman/5.5/en/delete.html">delete</ulink> the following
46518         tables:</para>
46519       <itemizedlist>
46520         <listitem>
46521           <para>bibio</para>
46522         </listitem>
46523         <listitem>
46524           <para>biblioitems</para>
46525         </listitem>
46526         <listitem>
46527           <para>items</para>
46528         </listitem>
46529         <listitem>
46530           <para>auth_header</para>
46531         </listitem>
46532         <listitem>
46533           <para>sessions</para>
46534         </listitem>
46535         <listitem>
46536           <para>zebraqueue</para>
46537         </listitem>
46538       </itemizedlist>
46539     </section>
46540
46541     <section id="resetzebra">
46542       <title>Reset the Zebra Index</title>
46543
46544       <para>Run the following commands to reset the authorities and biblios
46545       Zebra indices. <programlisting>$ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init 
46546 $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init </programlisting></para>
46547       <para>If you are running a package install then you'll want to run the following commands to
46548         reset the authorities and biblios Zebra indices
46549         instead:<programlisting>$ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-authorities-dom.cfg  -g iso2709 -d authorities init 
46550 $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg  -g iso2709 -d biblios init </programlisting></para>
46551       <para>Replacing YOURLIBRARY with your Koha installation name.</para>
46552     </section>
46553   </appendix>
46554
46555   <appendix id="importantlinks">
46556     <title>Important Links</title>
46557
46558     <para/>
46559
46560     <section id="koharelatedlinks">
46561       <title>Koha Related</title>
46562
46563       <itemizedlist>
46564         <listitem>
46565           <para>Report Koha Bugs - <ulink url="http://bugs.koha-community.org">http://bugs.koha-community.org</ulink></para>
46566         </listitem>
46567
46568         <listitem>
46569           <para>Koha Versioning Control - <ulink url="http://git.koha-community.org/">http://git.koha-community.org/</ulink></para>
46570         </listitem>
46571
46572         <listitem>
46573           <para>Database Structure - <ulink url="http://schema.koha-community.org"
46574               >http://schema.koha-community.org</ulink></para>
46575         </listitem>
46576
46577         <listitem>
46578           <para>Koha as a CMS - <ulink url="http://wiki.koha-community.org/wiki/Koha_as_a_CMS">http://wiki.koha-community.org/wiki/Koha_as_a_CMS</ulink></para>
46579         </listitem>
46580
46581         <listitem>
46582           <para>Kyles's Koha Tools - <ulink url="http://kylehall.info/index.php/projects/koha/"
46583               >http://kylehall.info/index.php/projects/koha/</ulink></para>
46584         </listitem>
46585
46586         <listitem>
46587           <para>Koha Bibliography - <ulink url="http://www.zotero.org/groups/koha">http://www.zotero.org/groups/koha</ulink></para>
46588         </listitem>
46589
46590         <listitem>
46591           <para>Koha Shared Links - <ulink url="http://groups.diigo.com/group/everything-koha">http://groups.diigo.com/group/everything-koha</ulink></para>
46592         </listitem>
46593
46594         <listitem>
46595           <para>Koha Presentations - <ulink url="http://www.slideshare.net/group/koha-ils/slideshows">http://www.slideshare.net/group/koha-ils/slideshows</ulink></para>
46596         </listitem>
46597       </itemizedlist>
46598     </section>
46599
46600     <section id="catalogrelatedlinks">
46601       <title>Cataloging Related</title>
46602
46603       <itemizedlist>
46604         <listitem>
46605           <para>Koha MARC Tutorials - <ulink url="http://www.pakban.net/brooke/">http://www.pakban.net/brooke/</ulink></para>
46606         </listitem>
46607
46608         <listitem>
46609           <para>IRSpy Open Z39.50 Server Search - <ulink url="http://irspy.indexdata.com/"
46610               >http://irspy.indexdata.com/</ulink></para>
46611         </listitem>
46612
46613         <listitem>
46614           <para>Z39.50 Server List - <ulink
46615               url="http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm"
46616               >http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm</ulink></para>
46617         </listitem>
46618         <listitem>
46619           <para>Open Koha Z39.50 Targets - <ulink
46620               url="http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources"
46621               >http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources</ulink></para>
46622         </listitem>
46623
46624         <listitem>
46625           <para>Library of Congress Authorities - <ulink url="http://authorities.loc.gov/">http://authorities.loc.gov/</ulink></para>
46626         </listitem>
46627
46628         <listitem>
46629           <para>MARC Country Codes - <ulink url="http://www.loc.gov/marc/countries/">http://www.loc.gov/marc/countries/</ulink></para>
46630         </listitem>
46631
46632         <listitem>
46633           <para>Search the MARC Code List for Organizations - <ulink url="http://www.loc.gov/marc/organizations/org-search.php">http://www.loc.gov/marc/organizations/org-search.php</ulink></para>
46634         </listitem>
46635
46636         <listitem>
46637           <para>Search for Canadian MARC Codes - <ulink url="http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1">http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1</ulink></para>
46638         </listitem>
46639
46640         <listitem>
46641           <para>Z39.50 Bib-1 Attribute - <ulink url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink></para>
46642         </listitem>
46643       </itemizedlist>
46644     </section>
46645
46646     <section id="enhancedcontentlinks">
46647       <title>Enhanced Content Related</title>
46648
46649       <itemizedlist>
46650         <listitem>
46651           <para>Amazon Associates - <ulink url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com</ulink></para>
46652         </listitem>
46653
46654         <listitem>
46655           <para>Amazon Web Services - <ulink url="http://aws.amazon.com">http://aws.amazon.com</ulink></para>
46656         </listitem>
46657
46658         <listitem>
46659           <para>WorldCat Affiliate Tools - <ulink url="http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister">http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister</ulink></para>
46660         </listitem>
46661
46662         <listitem>
46663           <para>XISBN - <ulink url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
46664         </listitem>
46665
46666         <listitem>
46667           <para>LibraryThing for Libraries - <ulink url="http://www.librarything.com/forlibraries">http://www.librarything.com/forlibraries</ulink></para>
46668         </listitem>
46669       </itemizedlist>
46670     </section>
46671
46672     <section id="opaclinks">
46673       <title>Design Related</title>
46674
46675       <itemizedlist>
46676         <listitem>
46677           <para>JQuery Library - <ulink url="http://wiki.koha-community.org/wiki/JQuery_Library"
46678               >http://wiki.koha-community.org/wiki/JQuery_Library</ulink></para>
46679         </listitem>
46680         <listitem>
46681           <para>HTML &amp; CSS Library - <ulink
46682               url="http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library"
46683               >http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library</ulink></para>
46684         </listitem>
46685
46686         <listitem>
46687           <para>Owen Leonard's Koha Blog - <ulink url="http://www.myacpl.org/koha">http://www.myacpl.org/koha</ulink></para>
46688         </listitem>
46689       </itemizedlist>
46690     </section>
46691
46692     <section id="reportlinks">
46693       <title>Reports Related</title>
46694
46695       <itemizedlist>
46696         <listitem>
46697           <para>SQL Reports Library - <ulink url="http://wiki.koha-community.org/wiki/SQL_Reports_Library">http://wiki.koha-community.org/wiki/SQL_Reports_Library</ulink></para>
46698         </listitem>
46699
46700         <listitem>
46701           <para>Database Schema - <ulink url="http://schema.koha-community.org">http://schema.koha-community.org</ulink></para>
46702         </listitem>
46703
46704         <listitem>
46705           <para>Sample reports from NEKLS - <ulink
46706               url="http://www.nexpresslibrary.org/training/reports-training/"
46707               >http://www.nexpresslibrary.org/training/reports-training/</ulink></para>
46708         </listitem>
46709       </itemizedlist>
46710     </section>
46711
46712     <section id="installlinks">
46713       <title>Installation Guides</title>
46714
46715       <itemizedlist>
46716         <listitem>
46717           <para>Installing Koha 3 on Ubuntu - <ulink url="http://www.blazingmoon.org/guides/k3-on-u810-1.html">http://www.blazingmoon.org/guides/k3-on-u810-1.html</ulink></para>
46718         </listitem>
46719
46720         <listitem>
46721           <para>Koha on Debian installation documentation - <ulink url="http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html">http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html</ulink></para>
46722         </listitem>
46723
46724         <listitem>
46725           <para>Koha 3.2 on Debian Squeeze - <ulink url="http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze">http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze</ulink></para>
46726         </listitem>
46727       </itemizedlist>
46728     </section>
46729
46730     <section id="misclinks">
46731       <title>Misc</title>
46732
46733       <itemizedlist>
46734         <listitem>
46735           <para>Zotero - <ulink url="http://zotero.org">http://zotero.org</ulink></para>
46736         </listitem>
46737
46738         <listitem>
46739           <para>SOPAC - <ulink url="http://thesocialopac.net/">http://thesocialopac.net</ulink></para>
46740         </listitem>
46741       </itemizedlist>
46742     </section>
46743   </appendix>
46744
46745   <appendix id="XSLTiTypes">
46746     <title>Koha XSLT Item Types</title>
46747
46748     <para>When you have any of the XSLT system preferences (<link linkend="OPACXSLTDetailsDisplay"
46749         >OPACXSLTDetailsDisplay</link>, <link linkend="OPACXSLTResultsDisplay"
46750         >OPACXSLTResultsDisplay</link>, <link linkend="XSLTDetailsDisplay"
46751       >XSLTDetailsDisplay</link>, and/or <link linkend="XSLTResultsDisplay"
46752         >XSLTResultsDisplay</link>) along with the <link linkend="DisplayOPACiconsXSLT"
46753         >DisplayOPACiconsXSLT</link> and <link linkend="DisplayIconsXSLT">DisplayIconsXSLT</link>
46754       preferences turned on you will see item type icons on the related screen. <important>
46755         <para>These images are coming from values found in your leader, if your leader is not
46756           cataloged properly it might be best to turn off the <link linkend="DisplayOPACiconsXSLT"
46757             >DisplayOPACiconsXSLT</link> preference (which can be done while leaving the other XSLT
46758           preferences turned on).</para>
46759       </important></para>
46760
46761     <screenshot>
46762       <screeninfo>Book image</screeninfo>
46763
46764       <mediaobject>
46765         <imageobject>
46766           <imagedata fileref="images/appendix-xslt/book.png"/>
46767         </imageobject>
46768       </mediaobject>
46769     </screenshot>
46770
46771     <itemizedlist>
46772       <listitem>
46773         <para>Book [BK]</para>
46774
46775         <itemizedlist>
46776           <listitem>
46777             <para>leader6 = a (and one of the leader7 values below)</para>
46778
46779             <itemizedlist>
46780               <listitem>
46781                 <para>leader7 = a</para>
46782               </listitem>
46783
46784               <listitem>
46785                 <para>leader7 = c</para>
46786               </listitem>
46787
46788               <listitem>
46789                 <para>leader7 = d</para>
46790               </listitem>
46791
46792               <listitem>
46793                 <para>leader7 = m</para>
46794               </listitem>
46795             </itemizedlist>
46796           </listitem>
46797
46798           <listitem>
46799             <para>leader6 = t</para>
46800           </listitem>
46801         </itemizedlist>
46802       </listitem>
46803     </itemizedlist>
46804
46805     <screenshot>
46806       <screeninfo>Computer Image</screeninfo>
46807
46808       <mediaobject>
46809         <imageobject>
46810           <imagedata fileref="images/appendix-xslt/comp.png"/>
46811         </imageobject>
46812       </mediaobject>
46813     </screenshot>
46814
46815     <itemizedlist>
46816       <listitem>
46817         <para>Computer File [CF]</para>
46818
46819         <itemizedlist>
46820           <listitem>
46821             <para>leader6 = m</para>
46822           </listitem>
46823         </itemizedlist>
46824       </listitem>
46825     </itemizedlist>
46826
46827     <screenshot>
46828       <screeninfo>Continuing Resource Image</screeninfo>
46829
46830       <mediaobject>
46831         <imageobject>
46832           <imagedata fileref="images/appendix-xslt/cr.png"/>
46833         </imageobject>
46834       </mediaobject>
46835     </screenshot>
46836
46837     <itemizedlist>
46838       <listitem>
46839         <para>Continuing Resource [CR]</para>
46840
46841         <itemizedlist>
46842           <listitem>
46843             <para>leader7 = b</para>
46844           </listitem>
46845
46846           <listitem>
46847             <para>leader7 = i</para>
46848           </listitem>
46849
46850           <listitem>
46851             <para>leader7 = s</para>
46852           </listitem>
46853         </itemizedlist>
46854       </listitem>
46855     </itemizedlist>
46856
46857     <screenshot>
46858       <screeninfo>Map Image</screeninfo>
46859
46860       <mediaobject>
46861         <imageobject>
46862           <imagedata fileref="images/appendix-xslt/map.png"/>
46863         </imageobject>
46864       </mediaobject>
46865     </screenshot>
46866
46867     <itemizedlist>
46868       <listitem>
46869         <para>Map [MP]</para>
46870
46871         <itemizedlist>
46872           <listitem>
46873             <para>leader6 = e</para>
46874           </listitem>
46875
46876           <listitem>
46877             <para>leader6 = f</para>
46878           </listitem>
46879         </itemizedlist>
46880       </listitem>
46881     </itemizedlist>
46882
46883     <screenshot>
46884       <screeninfo>Mixed Materials Image</screeninfo>
46885
46886       <mediaobject>
46887         <imageobject>
46888           <imagedata fileref="images/appendix-xslt/mixed.png"/>
46889         </imageobject>
46890       </mediaobject>
46891     </screenshot>
46892
46893     <itemizedlist>
46894       <listitem>
46895         <para>Mixed [MX]</para>
46896
46897         <itemizedlist>
46898           <listitem>
46899             <para>leader6 = p</para>
46900           </listitem>
46901         </itemizedlist>
46902       </listitem>
46903     </itemizedlist>
46904
46905     <screenshot>
46906       <screeninfo>Sound Image</screeninfo>
46907
46908       <mediaobject>
46909         <imageobject>
46910           <imagedata fileref="images/appendix-xslt/sound.png"/>
46911         </imageobject>
46912       </mediaobject>
46913     </screenshot>
46914
46915     <itemizedlist>
46916       <listitem>
46917         <para>Sound [MU]</para>
46918
46919         <itemizedlist>
46920           <listitem>
46921             <para>leader6 = c</para>
46922           </listitem>
46923
46924           <listitem>
46925             <para>leader6 = d</para>
46926           </listitem>
46927
46928           <listitem>
46929             <para>leader6 = i</para>
46930           </listitem>
46931
46932           <listitem>
46933             <para>leader6 = j</para>
46934           </listitem>
46935         </itemizedlist>
46936       </listitem>
46937     </itemizedlist>
46938
46939     <screenshot>
46940       <screeninfo>Visual Material Image</screeninfo>
46941
46942       <mediaobject>
46943         <imageobject>
46944           <imagedata fileref="images/appendix-xslt/visual.png"/>
46945         </imageobject>
46946       </mediaobject>
46947     </screenshot>
46948
46949     <itemizedlist>
46950       <listitem>
46951         <para>Visual Material [VM]</para>
46952
46953         <itemizedlist>
46954           <listitem>
46955             <para>leader6 = g</para>
46956           </listitem>
46957
46958           <listitem>
46959             <para>leader6 = k</para>
46960           </listitem>
46961
46962           <listitem>
46963             <para>leader6 = r</para>
46964           </listitem>
46965         </itemizedlist>
46966       </listitem>
46967     </itemizedlist>
46968
46969     <screenshot>
46970       <screeninfo>Kit Image</screeninfo>
46971
46972       <mediaobject>
46973         <imageobject>
46974           <imagedata fileref="images/appendix-xslt/kit.png"/>
46975         </imageobject>
46976       </mediaobject>
46977     </screenshot>
46978
46979     <itemizedlist>
46980       <listitem>
46981         <para>Kit</para>
46982
46983         <itemizedlist>
46984           <listitem>
46985             <para>leader6 = o</para>
46986           </listitem>
46987         </itemizedlist>
46988       </listitem>
46989     </itemizedlist>
46990   </appendix>
46991
46992   <appendix id="marcedit">
46993     <title>MarcEdit</title>
46994
46995     <para>Download MarcEdit : <ulink url="http://marcedit.reeset.net/"
46996         >http://marcedit.reeset.net/</ulink></para>
46997
46998     <section id="marceditprefix">
46999       <title>Adding a prefix to call numbers</title>
47000
47001       <para>When bringing data into Koha, you may want to first clean it up.
47002       One common action among Koha users is to add a prefix to the call
47003       number.</para>
47004
47005       <itemizedlist>
47006         <listitem>
47007           <para>Open MarcEdit</para>
47008
47009           <screenshot>
47010             <screeninfo>MarcEdit</screeninfo>
47011
47012             <mediaobject>
47013               <imageobject>
47014                 <imagedata fileref="images/appendix-marcedit/marcedit.png"/>
47015               </imageobject>
47016             </mediaobject>
47017           </screenshot>
47018         </listitem>
47019
47020         <listitem>
47021           <para>Click 'MarcEditor'</para>
47022         </listitem>
47023
47024         <listitem>
47025           <para>Go to Tools &gt; Edit Subfield Data</para>
47026
47027           <screenshot>
47028             <screeninfo>Edit subfield data</screeninfo>
47029
47030             <mediaobject>
47031               <imageobject>
47032                 <imagedata fileref="images/appendix-marcedit/marcedit-editsubfield.png"/>
47033               </imageobject>
47034             </mediaobject>
47035           </screenshot>
47036         </listitem>
47037
47038         <listitem>
47039           <para>To prepend data the special character is: ^b  To simply
47040           prepend data to the beginning of a subfield, add ^b to the Field
47041           Data: textbox and the data to be appended in the Replace</para>
47042
47043           <screenshot>
47044             <screeninfo>Prepend data to a field</screeninfo>
47045
47046             <mediaobject>
47047               <imageobject>
47048                 <imagedata fileref="images/appendix-marcedit/editsubfield.png"/>
47049               </imageobject>
47050             </mediaobject>
47051           </screenshot>
47052
47053           <itemizedlist>
47054             <listitem>
47055               <para>To prepend data to the beginning of the subfield while
47056               replacing a text string, add ^b[string to replace] to the Field
47057               Data textbox and the data to be appended in the Replace With
47058               textbox.</para>
47059             </listitem>
47060           </itemizedlist>
47061         </listitem>
47062       </itemizedlist>
47063     </section>
47064
47065     <section id="marceditexcel">
47066       <sectioninfo>
47067         <authorgroup>
47068           <author>
47069             <firstname>Kanika</firstname>
47070             <surname>Goyal</surname>
47071             <affiliation>
47072               <orgname>Delhi Technological University</orgname>
47073             </affiliation>
47074           </author>
47075           
47076           <editor>
47077             <firstname>Nicole C.</firstname>
47078             <surname>Engard</surname>
47079             <contrib>Edits where necessary.</contrib>
47080           </editor>
47081         </authorgroup>
47082         
47083         <pubdate>2010</pubdate>
47084         
47085         <bibliosource><ulink url="http://www.botskool.com/geeks/how-import-excel-data-koha">http://www.botskool.com/geeks/how-import-excel-data-koha</ulink></bibliosource>
47086       </sectioninfo>
47087       <title>Importing Excel data into Koha</title>
47088
47089       <para>Suppose you have records of your library in excel data sheet
47090       format and want them to import into Koha. But how will you do this? Koha
47091       will not let you import excel records directly. Well here is a very
47092       simple solution for you which will let you import your excel records in
47093       Koha easily. First, we will convert excel file into Marc file and then
47094       will import it into Koha.</para>
47095
47096       <para>Follow the given steps to import your excel records into
47097       Koha</para>
47098
47099       <section id="convertexcel">
47100         <title>Converting from Excel format into .mrk format</title>
47101
47102         <para>First, we will convert excel format into .mrk format. For this we will use MarcEdit.
47103           You can download it from <ulink url="http://marcedit.reeset.net/"
47104             >http://marcedit.reeset.net/</ulink></para>
47105
47106         <para>Now open it and select Add-ins--&gt;Delimited Text
47107         Translator.</para>
47108
47109         <screenshot>
47110           <screeninfo>Delimited Text Translator</screeninfo>
47111
47112           <mediaobject>
47113             <imageobject>
47114               <imagedata fileref="images/appendix-marcedit/excelimport/step-1.png"/>
47115             </imageobject>
47116           </mediaobject>
47117         </screenshot>
47118
47119         <para>Click Next when the following window appears.</para>
47120
47121         <screenshot>
47122           <screeninfo>Delimited Text Translator</screeninfo>
47123
47124           <mediaobject>
47125             <imageobject>
47126               <imagedata fileref="images/appendix-marcedit/excelimport/step-2.png"/>
47127             </imageobject>
47128           </mediaobject>
47129         </screenshot>
47130
47131         <para>Browse for your excel file.</para>
47132
47133         <screenshot>
47134           <screeninfo>Delimited Text Translator</screeninfo>
47135
47136           <mediaobject>
47137             <imageobject>
47138               <imagedata fileref="images/appendix-marcedit/excelimport/step-3.png"/>
47139             </imageobject>
47140           </mediaobject>
47141         </screenshot>
47142
47143         <para>Locate your excel file by choosing the format Excel
47144         File(*.xls).</para>
47145
47146         <screenshot>
47147           <screeninfo>Delimited Text Translator</screeninfo>
47148
47149           <mediaobject>
47150             <imageobject>
47151               <imagedata fileref="images/appendix-marcedit/excelimport/step-4.png"/>
47152             </imageobject>
47153           </mediaobject>
47154         </screenshot>
47155
47156         <para>Similarly, fill all the other entries such as Output File, Excel
47157         Sheet Name and check UTF-8 Encoded (if required) and Click
47158         Next.</para>
47159
47160         <screenshot>
47161           <screeninfo>Delimited Text Translator</screeninfo>
47162
47163           <mediaobject>
47164             <imageobject>
47165               <imagedata fileref="images/appendix-marcedit/excelimport/step-5.png"/>
47166             </imageobject>
47167           </mediaobject>
47168         </screenshot>
47169
47170         <para>Now you will be prompted for mapping the fields to recognise the
47171         fields by standard marc format.</para>
47172
47173         <para>Suppose for Field 0 that is first column I entered Map to:
47174         022$a( Valid ISSN for the continuing resource) and then click on
47175         Apply.</para>
47176
47177         <screenshot>
47178           <screeninfo>Delimited Text Translator</screeninfo>
47179
47180           <mediaobject>
47181             <imageobject>
47182               <imagedata fileref="images/appendix-marcedit/excelimport/step-6.png"/>
47183             </imageobject>
47184           </mediaobject>
47185         </screenshot>
47186
47187         <note>
47188           <para>You can customize Indicators and all other things, for more
47189           information on marc21 format visit the <ulink url="http://www.loc.gov/marc/bibliographic/">official library of
47190           congress site</ulink>.</para>
47191         </note>
47192
47193         <para>Similarly map all other fields and then Click on Finish.</para>
47194
47195         <screenshot>
47196           <screeninfo>Delimited Text Translator</screeninfo>
47197
47198           <mediaobject>
47199             <imageobject>
47200               <imagedata fileref="images/appendix-marcedit/excelimport/step-7.png"/>
47201             </imageobject>
47202           </mediaobject>
47203         </screenshot>
47204
47205         <para>And then a window will appear indicating that your Marc Text
47206         File(*.mrk) has been created.</para>
47207
47208         <screenshot>
47209           <screeninfo>Delimited Text Translator</screeninfo>
47210
47211           <mediaobject>
47212             <imageobject>
47213               <imagedata fileref="images/appendix-marcedit/excelimport/step-8.png"/>
47214             </imageobject>
47215           </mediaobject>
47216         </screenshot>
47217
47218         <para>Click Close and we have created a .mrk file from .xls file in
47219         this step. You can view the file by double clicking on it.</para>
47220       </section>
47221
47222       <section id="convertmrk">
47223         <title>Convert .mrk file to .mrc</title>
47224
47225         <para>We will convert .mrk file that we have created in the above step
47226         into raw Marc format that can be directly imported into Koha.</para>
47227
47228         <para>For this again open MarcEdit and Select MARC Tools.</para>
47229
47230         <screenshot>
47231           <screeninfo>MARC Tools</screeninfo>
47232
47233           <mediaobject>
47234             <imageobject>
47235               <imagedata fileref="images/appendix-marcedit/excelimport/step-9.png"/>
47236             </imageobject>
47237           </mediaobject>
47238         </screenshot>
47239
47240         <para>Next Select MarcMaker to convert .mrk file into .mrc
47241         format.</para>
47242
47243         <screenshot>
47244           <screeninfo>MarcMaker</screeninfo>
47245
47246           <mediaobject>
47247             <imageobject>
47248               <imagedata fileref="images/appendix-marcedit/excelimport/step-10.png"/>
47249             </imageobject>
47250           </mediaobject>
47251         </screenshot>
47252
47253         <para>Locate your input file and name your output file. Then Click
47254         Execute.</para>
47255
47256         <screenshot>
47257           <screeninfo>MarcMaker</screeninfo>
47258
47259           <mediaobject>
47260             <imageobject>
47261               <imagedata fileref="images/appendix-marcedit/excelimport/step-11.png"/>
47262             </imageobject>
47263           </mediaobject>
47264         </screenshot>
47265
47266         <para>And it will show you the Result.</para>
47267
47268         <screenshot>
47269           <screeninfo>MarcMaker</screeninfo>
47270
47271           <mediaobject>
47272             <imageobject>
47273               <imagedata fileref="images/appendix-marcedit/excelimport/step-12.png"/>
47274             </imageobject>
47275           </mediaobject>
47276         </screenshot>
47277
47278         <para>Click Close and now we have raw Marc records with us (.mrc
47279         file).</para>
47280       </section>
47281
47282       <section id="importmrc">
47283         <title>Import .mrc into Koha</title>
47284
47285         <para>More information on importing records into Koha can be found in
47286         the '<link linkend="stagemarc">Stage MARC Records for Import</link>'
47287         section of this manual.</para>
47288
47289         <para>Finally we will import above created .mrc file into Koha.</para>
47290
47291         <para>Click on Tools in your Koha staff client.</para>
47292
47293         <screenshot>
47294           <screeninfo>Koha Staff Client</screeninfo>
47295
47296           <mediaobject>
47297             <imageobject>
47298               <imagedata fileref="images/appendix-marcedit/excelimport/step-13.png"/>
47299             </imageobject>
47300           </mediaobject>
47301         </screenshot>
47302
47303         <para>Next Click on Stage MARC Records for Import.</para>
47304
47305         <screenshot>
47306           <screeninfo>Stage MARC Records for Import</screeninfo>
47307
47308           <mediaobject>
47309             <imageobject>
47310               <imagedata fileref="images/appendix-marcedit/excelimport/step-14.png"/>
47311             </imageobject>
47312           </mediaobject>
47313         </screenshot>
47314
47315         <para>After this, choose your previously created .mrc file and click
47316         on Upload.</para>
47317
47318         <screenshot>
47319           <screeninfo>Stage File</screeninfo>
47320
47321           <mediaobject>
47322             <imageobject>
47323               <imagedata fileref="images/appendix-marcedit/excelimport/step-15.png"/>
47324             </imageobject>
47325           </mediaobject>
47326         </screenshot>
47327
47328         <para>You can also add comment about file and finally click on Stage
47329         For Import.</para>
47330
47331         <screenshot>
47332           <screeninfo>Stage for Import</screeninfo>
47333
47334           <mediaobject>
47335             <imageobject>
47336               <imagedata fileref="images/appendix-marcedit/excelimport/step-17.png"/>
47337             </imageobject>
47338           </mediaobject>
47339         </screenshot>
47340
47341         <para>When the import is done, you will get a result something like
47342         this</para>
47343
47344         <screenshot>
47345           <screeninfo>Staged Records Summary</screeninfo>
47346
47347           <mediaobject>
47348             <imageobject>
47349               <imagedata fileref="images/appendix-marcedit/excelimport/step-18.png"/>
47350             </imageobject>
47351           </mediaobject>
47352         </screenshot>
47353
47354         <para>Next, click on Manage staged records.</para>
47355
47356         <para>Here you can even change matching rules.</para>
47357
47358         <screenshot>
47359           <screeninfo>Manage Staged Records</screeninfo>
47360
47361           <mediaobject>
47362             <imageobject>
47363               <imagedata fileref="images/appendix-marcedit/excelimport/step-19.png"/>
47364             </imageobject>
47365           </mediaobject>
47366         </screenshot>
47367
47368         <para>Click on Import this batch into catalog when you are
47369         done.</para>
47370
47371         <para>Thats it. After all the records get imported, check Status and
47372         it should read "imported"</para>
47373
47374         <screenshot>
47375           <screeninfo>Finalize Import</screeninfo>
47376
47377           <mediaobject>
47378             <imageobject>
47379               <imagedata fileref="images/appendix-marcedit/excelimport/step-20.png"/>
47380             </imageobject>
47381           </mediaobject>
47382         </screenshot>
47383
47384         <para>You can even undo the Import operation.</para>
47385
47386         <para>And within few minutes, we have imported around 10,000 records
47387         in Koha</para>
47388       </section>
47389     </section>
47390   </appendix>
47391
47392   <appendix id="talkingtechappendix">
47393     <title>Talking Tech</title>
47394
47395     <para>Talking Tech I-tiva is a third party, proprietary, product that
47396     libraries can subscribe to. Learn more here: <ulink url="http://www.talkingtech.com/solutions/library">http://www.talkingtech.com/solutions/library</ulink>.</para>
47397
47398     <section id="talkingtechinstall">
47399       <title>Installation and Setup Instructions</title>
47400
47401       <para>Be sure you've run
47402       installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
47403       to install the required data pack (new syspref, notice placeholders and
47404       messaging transport preferences)</para>
47405
47406       <para>To use, <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link>
47407       syspref must be turned on.</para>
47408
47409       <para>If you wish to process PREOVERDUE or RESERVES messages, you'll
47410       need the <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
47411       system preference turned on, and patrons to have filled in a preference
47412       for receiving these notices by phone.</para>
47413
47414       <para>For OVERDUE messages, overdue notice triggers must be configured
47415       under Koha -&gt; Tools -&gt; <link linkend="noticetriggers">Overdue
47416       Notice Triggers</link>. Either branch-specific triggers or the default
47417       level triggers may be used (script will select whichever is
47418       appropriate).</para>
47419     </section>
47420
47421     <section id="talkingtechsend">
47422       <title>Sending Notices File</title>
47423
47424       <orderedlist>
47425         <listitem>
47426           <para>Add the <link linkend="talkingtechsendcron">TalkingTech_itiva_outbound.pl</link>
47427           script to your crontab</para>
47428         </listitem>
47429
47430         <listitem>
47431           <para>Add an FTP/SFTP or other transport method to send the output
47432           file to the I-tiva server</para>
47433         </listitem>
47434
47435         <listitem>
47436           <para>If you wish, archive the sent notices file in another
47437           directory after sending</para>
47438         </listitem>
47439       </orderedlist>
47440
47441       <para>Run TalkingTech_itiva_outbound.pl --help for more
47442       information</para>
47443     </section>
47444
47445     <section id="talkingtechreceive">
47446       <title>Receiving Results File</title>
47447
47448       <orderedlist>
47449         <listitem>
47450           <para>Add an FTP/SFTP or other transport method to send the Results
47451           file to a known directory on your Koha server</para>
47452         </listitem>
47453
47454         <listitem>
47455           <para>Add the <link linkend="talkingtechreceivecron">TalkingTech_itiva_inbound.pl</link>
47456           script to your crontab, aimed at that directory</para>
47457         </listitem>
47458
47459         <listitem>
47460           <para>If you wish, archive the results file in another directory
47461           after processing</para>
47462         </listitem>
47463       </orderedlist>
47464
47465       <para>Run TalkingTech_itiva_inbound.pl --help for more
47466       information</para>
47467     </section>
47468   </appendix>
47469   <appendix id="oclcappendix">
47470     <title>OCLC Connexion Gateway</title>
47471     <para>Koha can be set to work with the OCLC Connextion Gateway.  This allows libraries to use
47472       OCLC Connexion as their cataloging tool and simply send those records to Koha with a single
47473       click.  The following instructions will help you set up the OCLC Connexion Gateway, if you
47474       have a system administrator you will want to consult with them on this process.</para>
47475     <section id="oclckohasetup">
47476             <sectioninfo>
47477               <authorgroup>
47478                 <author>
47479                   <firstname>D. Ruth</firstname>
47480                   <surname>Bavousett</surname>
47481                   <affiliation>
47482                     <orgname>ByWater Solutions</orgname>
47483                   </affiliation>
47484                 </author>
47485
47486                 <editor>
47487                   <firstname>Nicole C.</firstname>
47488                   <surname>Engard</surname>
47489                 </editor>
47490               </authorgroup>
47491
47492           <pubdate>2012</pubdate>
47493         </sectioninfo>
47494       <title>Setting up OCLC service on Koha</title>
47495       <para>First, you'll need to create a file somewhere on your system with configuration
47496         information.  You could put this anywhere that is visible to the account that will be
47497         running the service. </para>
47498       <para>The file contains 11 lines. The first 6 will be about your Koha
47499         system:<programlisting>host: The IP address of your Koha server 
47500 port: The port you want to use for the Connexion service. This port must be different from your SIP port, or any other service 
47501 koha: The full URL of your staff client 
47502 log: The location (full file specification) of your log for the service 
47503 user: The default Koha username to use for importing 
47504 password: The password that goes with that username</programlisting></para>
47505       <para>The remaining lines describe how to do the staging:
47506         <programlisting>match: The name of the matching rule from your system to use 
47507 overlay_action: "replace", "create_new", or "ignore"-- what to do if there is a match 
47508 nomatch_action: "create_new" or "ignore"-- what to do if there is no match 
47509 item_action: "always_add","add_only_for_matches","add_only_for_new", or "ignore" -- what to do with embedded 952 item data 
47510 import_mode: "direct" or "stage"</programlisting></para>
47511       <para> A sample file would look like
47512         this:<programlisting>host: 1.2.3.4
47513 port: 8000
47514 log: /home/koha/koha-dev/var/log/connexion.log
47515 koha: http://kohastaff.myuniversity.edu
47516 user: koha_generic_staff
47517 password: password
47518 match: 001
47519 overlay_action: replace
47520 nomatch_action: create_new
47521 item_action: ignore
47522 import_mode: direct</programlisting></para>
47523       <para>When choosing an 'import_mode' if you use "direct" then the staged record will be
47524         immediately imported into Koha, and should be searchable after your indexes catch up.  If
47525         you choose "stage", then the record will be placed in a staged batch for you to later go the
47526           <link linkend="managestaged">Managed Staged MARC Records</link> tool to finish the import. </para>
47527       <para>If you import multiple records, they'll be in the same batch, until that batch is
47528         imported, then a new batch will be created. </para>
47529       <para>In "direct" mode, each record will be in its' own batch. </para>
47530       <para>To start the service, run the script:
47531         <programlisting>/location/of/connexion/import/daemon/connexion_import_daemon.pl -d -c /location/of/config/file.cnf</programlisting></para>
47532     </section>
47533     <section id="oclcdesktopsetup">
47534       <sectioninfo>
47535         <authorgroup>
47536           <author>
47537             <firstname>D. Ruth</firstname>
47538             <surname>Bavousett</surname>
47539             <affiliation>
47540               <orgname>ByWater Solutions</orgname>
47541             </affiliation>
47542           </author>
47543           
47544           <author>
47545             <firstname>Heather</firstname>
47546             <surname>Hernandez</surname>
47547             <affiliation>
47548               <orgname>San Francisco Maritime National Historical Park</orgname>
47549             </affiliation>
47550           </author>
47551           
47552           <editor>
47553             <firstname>Nicole C.</firstname>
47554             <surname>Engard</surname>
47555           </editor>
47556         </authorgroup>
47557         
47558         <pubdate>2012/2014</pubdate>
47559       </sectioninfo>
47560       <title>Setting up your OCLC desktop client</title>
47561       <note>
47562         <para>Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12</para>
47563       </note>
47564       <para>To set up the OCLC Connexion desktop client to connect to Koha, go to Tools > Options,
47565         then choose the Export tab. <screenshot>
47566           <screeninfo>Connexion Export Tab</screeninfo>
47567           <mediaobject>
47568             <imageobject>
47569               <imagedata fileref="images/appendix-oclc/oclcexporttab.png"/>
47570             </imageobject>
47571           </mediaobject>
47572         </screenshot><itemizedlist>
47573           <listitem>
47574             <para>Click the "Create..." button to set up a new destination, then choose "OCLC
47575               Gateway Export" and click OK.</para>
47576             <itemizedlist>
47577               <listitem>
47578                 <para>Enter the following information:</para>
47579               
47580               <itemizedlist>
47581               <listitem>
47582                     <para>"Host Name:" Your catalog’s appropriate IP address (from your <link
47583                         linkend="oclckohasetup">config file above</link>) </para>
47584                   </listitem>
47585                   <listitem>
47586                     <para>"Port:" Your catalog's appropriate port number (from your <link
47587                         linkend="oclckohasetup">config file above</link>) </para>
47588                   </listitem>
47589                   <listitem>
47590                     <para>"Login ID:" The cataloger's Koha login </para>
47591                   </listitem>
47592                   <listitem>
47593                     <para>"Password:" The cataloger's Koha password </para>
47594                   </listitem>
47595                   <listitem>
47596                     <para>"Notify Host Before Disconnect" = checked, </para>
47597                   </listitem>
47598                   <listitem>
47599                     <para>"Timeout" = 100, "Retries" = 3, "Delay" = 0 (zero), </para>
47600                   </listitem>
47601                   <listitem>
47602                     <para>"Send Local System Logon ID  Password" = checked. </para>
47603                   </listitem>
47604               </itemizedlist>
47605               </listitem>
47606             </itemizedlist>
47607             <screenshot>
47608               <screeninfo>OCLC Gateway Export Settings</screeninfo>
47609               <mediaobject>
47610                 <imageobject>
47611                   <imagedata fileref="images/appendix-oclc/oclcgatewaysetup.png"/>
47612                 </imageobject>
47613               </mediaobject>
47614             </screenshot>
47615           </listitem>
47616           <listitem>
47617             <para>Select "OK" when finished, and you should see your new "Gateway Export" option
47618               listed (The catalog's IP address and port are blacked out in the following
47619               screenshot)</para>
47620             <para>
47621               <screenshot>
47622                 <screeninfo>Gateway Export Added</screeninfo>
47623                 <mediaobject>
47624                   <imageobject>
47625                     <imagedata fileref="images/appendix-oclc/oclcgatewayexport.png"/>
47626                   </imageobject>
47627                 </mediaobject>
47628               </screenshot>
47629             </para>
47630           </listitem>
47631           <listitem>
47632             <para>Click on "Record Characteristics" and make sure that the bibliographic records are
47633               using MARC21, UTF-8 Unicode, and click OK to save. </para>
47634             <para>
47635               <screenshot>
47636                 <screeninfo>Record Characteristics</screeninfo>
47637                 <mediaobject>
47638                   <imageobject>
47639                     <imagedata fileref="images/appendix-oclc/oclcrecordchar.png"/>
47640                   </imageobject>
47641                 </mediaobject>
47642               </screenshot>
47643             </para>
47644           </listitem>
47645         </itemizedlist></para>
47646       <para>You should be ready to go!  To export a record from OCLC Connexion Client to Koha, just
47647         press F5 while the record is on-screen.  The export dialog will pop up, and you'll see
47648         Connexion attempting to talk to Koha.  You should get a message that the record was added or
47649         overlaid, including its biblio number, and a URL that you can copy into your web browser to
47650         jump straight to the record. </para>
47651     </section>
47652     <section id="oclcgateway">
47653       <sectioninfo>
47654         <authorgroup>
47655           <author>
47656             <firstname>Heather</firstname>
47657             <surname>Hernandez</surname>
47658             <affiliation>
47659               <orgname>San Francisco Maritime National Historical Park</orgname>
47660             </affiliation>
47661           </author>
47662           <editor>
47663             <firstname>Nicole C.</firstname>
47664             <surname>Engard</surname>
47665           </editor>
47666         </authorgroup>
47667         <pubdate>2014</pubdate>
47668       </sectioninfo>
47669       <title>Using the OCLC Connexion Gateway</title>
47670       <para>Records can be exported from Connexion either in a batch or one by one.  </para>
47671       <section id="oclconeexport">
47672         <title>Exporting records one by one</title>
47673         <para>To export bibliographic records one by one, be sure your "Batch" options are correct:
47674           from the "Tools" menu, select "Options", and select the "Batch" tab. In the "Perform local
47675           actions in batch" area, "Bibliographic Record Export" should be unchecked<screenshot>
47676             <screeninfo>Connexion batch options</screeninfo>
47677             <mediaobject>
47678               <imageobject>
47679                 <imagedata fileref="images/appendix-oclc/oclcoptions.png"/>
47680               </imageobject>
47681             </mediaobject>
47682           </screenshot></para>
47683         <para>When ready to export, from the "Action" menu, select "Export" or use the F5 key. You
47684           will see a screen similar to the following if the import is successful and if the record
47685           is new to the Catalog; you may copy &amp; paste the resulting URL into your Koha catalog
47686           to see the new record.<screenshot>
47687             <screeninfo>Connexion Export</screeninfo>
47688             <mediaobject>
47689               <imageobject>
47690                 <imagedata fileref="images/appendix-oclc/oclcstatus.png"/>
47691               </imageobject>
47692             </mediaobject>
47693           </screenshot></para>
47694         <para>If the record was overlaid, you will see a message to that effect in the "OCLC Gateway
47695           Export Status" window<screenshot>
47696             <screeninfo>Overlay confirmation</screeninfo>
47697             <mediaobject>
47698               <imageobject>
47699                 <imagedata fileref="images/appendix-oclc/oclcoverlay.png"/>
47700               </imageobject>
47701             </mediaobject>
47702           </screenshot></para>
47703       </section>
47704       <section id="oclcbatchexport">
47705         <title>Exporting records in a batch</title>
47706         <para>To export bibliographic records in a batch, be sure your "Batch" options are correct:
47707           from the "Tools" menu, select "Options", and select the "Batch" tab. In the "Perform local
47708           actions in batch" area, "Bibliographic Record Export" should be checked<screenshot>
47709             <screeninfo>OCLC Batch Export Options</screeninfo>
47710             <mediaobject>
47711               <imageobject>
47712                 <imagedata fileref="images/appendix-oclc/oclcexportbatch.png"/>
47713               </imageobject>
47714             </mediaobject>
47715           </screenshot></para>
47716         <para>When a record is ready to export, from the "Action" menu, select "Export" or use the
47717           F5 key, and it’s export status will be "ready." </para>
47718         <para>When ready to export the batch, from the "Batch" menu, select "Process batch" and
47719           check the appropriate "Path" and "Export" boxes<screenshot>
47720             <screeninfo>Batch import process</screeninfo>
47721             <mediaobject>
47722               <imageobject>
47723                 <imagedata fileref="images/appendix-oclc/oclcprocessbatch.png"/>
47724               </imageobject>
47725             </mediaobject>
47726           </screenshot></para>
47727         <para>The export will begin, and the bib records will be exported &amp; imported into Koha
47728           one by one; you will see "OCLC Gateway Export Status" windows, as above, showing you the
47729           results of each export. That window will stay there until you select "Close," and then the
47730           next record’s export/import will begin. The process will continue until all records in the
47731           batch are completed. Then you may or may not see the Connexion Client export report
47732           (depending on your Client options for that). </para>
47733       </section>
47734       <section>
47735         <title>Items in OCLC</title>
47736         <para>If you'd like to create your item records in OCLC you can do so by addding a 952 for
47737           each item to the bib record you're cataloging.  The <link linkend="itemcatguide"
47738             >Item/Holdings Cataloging Guide</link> will break down what subfields you can use in the
47739           952, but at the minimum you want to have subfield 2, a, b, and y on your items.</para>
47740         <example>
47741             <title>Item record example</title>
47742           <para>952 \\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE</para>
47743           </example>
47744         <para>
47745           <itemizedlist>
47746             <listitem>
47747               <para>The subfield 2 holds the classification code. This can be ddc for Dewey or lcc
47748                 for Library of Congress or z for Custom. Other classification sources can be found
47749                 in the <link linkend="classificationsources">Classification Sources</link> area in
47750                 administration</para>
47751             </listitem>
47752             <listitem>
47753               <para>Subfield a is your home library and needs to be the code for your home library,
47754                 not the library name. You can find these codes in the <link linkend="libsgroups"
47755                   >Libraries &amp; Groups</link> administration area.</para>
47756             </listitem>
47757             <listitem>
47758               <para>Subfield b is your holding library and needs to be the code for your holding
47759                 library, not the library name. You can find these codes in the <link
47760                   linkend="libsgroups">Libraries &amp; Groups</link> administration area.</para>
47761             </listitem>
47762             <listitem>
47763               <para>Subfield y is your item type code.  It needs to be the code, not the item type
47764                 name. You can find these codes in the <link linkend="itemtypeadmin">Item
47765                   Types</link> administration area.</para>
47766             </listitem>
47767           </itemizedlist>
47768         </para>
47769         <example>
47770           <title>Item record example</title>
47771           <para>952 \\$2ddc$aMAIN$bMAIN$yBOOK</para>
47772         </example>
47773         <para>In addition to these required fields you can enter any other subfield you'd like.
47774           Most libraries will enter a call number in subfield o and a barcode in subfield p as well.
47775           Review the <link linkend="itemcatguide">Item/Holdings Cataloging Guide</link> for a full
47776           list of subfields and values.</para>
47777       </section>
47778     </section>
47779   </appendix>
47780
47781   <appendix id="faqs">
47782     <title>FAQs</title>
47783
47784     <para/>
47785
47786     <section id="displayfaq">
47787       <title>Display</title>
47788
47789       <para/>
47790
47791       <section id="customicons">
47792         <title>Custom Item Type/Authorized Value Icons</title>
47793
47794         <para><emphasis role="bold">Question:</emphasis> Can I have my own set
47795         of item type images (or authorized value icons)?</para>
47796
47797         <para><emphasis role="bold">Answer: </emphasis>Absolutely. To add
47798         additional icons to your system you simply add a new directory to
47799         koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
47800         koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
47801         directory. Your icons will show up in a new tab as soon as they are in
47802         the folders.</para>
47803
47804         <itemizedlist>
47805           <listitem>
47806             <note>
47807               <para>Remember to put the icons in both places (on the OPAC and
47808               the intranet).</para>
47809             </note>
47810           </listitem>
47811         </itemizedlist>
47812       </section>
47813
47814       <section id="customkohaimages">
47815         <title>Customizing Koha Images</title>
47816
47817         <para><emphasis role="bold">Question</emphasis>: Can I customize the
47818         images in the OPAC?</para>
47819
47820         <para><emphasis role="bold">Answer</emphasis>: Absolutely. Koha comes
47821         with a series of original images that you can alter to meet your
47822         needs. The originals can be found in the misc/interface_customization/
47823         directory.</para>
47824       </section>
47825
47826       <section id="opacdisplayfaq">
47827         <title>OPAC Display Fields</title>
47828
47829         <para><emphasis role="bold">Question</emphasis>: What MARC fields
47830         print to the different OPAC screens in Koha?</para>
47831
47832         <para><emphasis role="bold">Answer</emphasis>: The XSLT preference
47833         must be set as follows for the following fields to show</para>
47834
47835         <itemizedlist>
47836           <listitem>
47837             <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> =
47838             using XSLT stylesheets</para>
47839           </listitem>
47840
47841           <listitem>
47842             <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
47843             using XSLT stylesheets</para>
47844           </listitem>
47845
47846           <listitem>
47847             <para><link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> =
47848             show</para>
47849           </listitem>
47850         </itemizedlist>
47851
47852         <para>The OPAC Results page shows:</para>
47853
47854         <itemizedlist>
47855           <listitem>
47856             <para>245</para>
47857           </listitem>
47858
47859           <listitem>
47860             <para>100, 110, 111</para>
47861           </listitem>
47862
47863           <listitem>
47864             <para>700, 710, 711</para>
47865           </listitem>
47866
47867           <listitem>
47868             <para>250</para>
47869           </listitem>
47870
47871           <listitem>
47872             <para>260</para>
47873           </listitem>
47874
47875           <listitem>
47876             <para>246</para>
47877           </listitem>
47878
47879           <listitem>
47880             <para>856</para>
47881           </listitem>
47882         </itemizedlist>
47883
47884         <para>The OPAC Details page shows:</para>
47885
47886         <itemizedlist>
47887           <listitem>
47888             <para>245</para>
47889           </listitem>
47890
47891           <listitem>
47892             <para>100, 110, 111</para>
47893           </listitem>
47894
47895           <listitem>
47896             <para>700, 710, 711</para>
47897           </listitem>
47898
47899           <listitem>
47900             <para>440, 490</para>
47901           </listitem>
47902
47903           <listitem>
47904             <para>260</para>
47905           </listitem>
47906
47907           <listitem>
47908             <para>250</para>
47909           </listitem>
47910
47911           <listitem>
47912             <para>300</para>
47913           </listitem>
47914
47915           <listitem>
47916             <para>020</para>
47917           </listitem>
47918
47919           <listitem>
47920             <para>022</para>
47921           </listitem>
47922
47923           <listitem>
47924             <para>246</para>
47925           </listitem>
47926
47927           <listitem>
47928             <para>130, 240</para>
47929           </listitem>
47930
47931           <listitem>
47932             <para>6xx</para>
47933           </listitem>
47934
47935           <listitem>
47936             <para>856</para>
47937           </listitem>
47938
47939           <listitem>
47940             <para>505</para>
47941           </listitem>
47942
47943           <listitem>
47944             <para>773</para>
47945           </listitem>
47946
47947           <listitem>
47948             <para>520</para>
47949           </listitem>
47950
47951           <listitem>
47952             <para>866</para>
47953           </listitem>
47954
47955           <listitem>
47956             <para>775</para>
47957           </listitem>
47958
47959           <listitem>
47960             <para>780</para>
47961           </listitem>
47962
47963           <listitem>
47964             <para>785</para>
47965           </listitem>
47966
47967           <listitem>
47968             <para>plus all of the 5xx fields in the Notes tab at the
47969             bottom</para>
47970           </listitem>
47971         </itemizedlist>
47972       </section>
47973
47974       <section id="displaysubtitle">
47975         <title>Subtitle Display on Bib Records</title>
47976
47977         <para><emphasis role="bold">Question</emphasis>: How do I get the
47978         subtitle to display on the detail pages for my bib records?</para>
47979
47980         <para><emphasis role="bold">Answer</emphasis>: Subtitle display now
47981         depends on there being a <link linkend="keywordmapping">keyword
47982         mapping</link> for the MARC field in question. Adding a mapping for
47983         "subtitle" -&gt; "245b" for an item's framework results in display of
47984         the subtitle in OPAC and staff client search and detail pages
47985         (although not in all instances where subtitles might be displayed,
47986         e.g. the Cart).</para>
47987       </section>
47988
47989       <section id="customlogo">
47990         <sectioninfo>
47991           <authorgroup>
47992             <author>
47993               <firstname>Owen</firstname>
47994               <surname>Leonard</surname>
47995               <affiliation>
47996                 <orgname>Athens County Public Library</orgname>
47997               </affiliation>
47998             </author>
47999             <editor>
48000               <firstname>Nicole C.</firstname>
48001               <surname>Engard</surname>
48002             </editor>
48003           </authorgroup>
48004           <pubdate>July 2010</pubdate>
48005         </sectioninfo>
48006         
48007         <title>Customize Logo on Staff Client</title>
48008
48009         <para><emphasis role="bold">Question</emphasis>: How do I change the
48010         Koha logo on the Staff Client login page?</para>
48011
48012         <para><emphasis role="bold">Answer</emphasis>: <link linkend="opacsmallimage">Opacsmallimage</link> controls the display of
48013         the Koha logo in the OPAC, but there is no system preference
48014         controlling the logo on the staff client login page. Luckily the logo
48015         is displayed via CSS so it can be easily customized through some
48016         custom CSS.</para>
48017
48018         <para>These are the relevant parts of the staff client default CSS:
48019         <programlisting>#login h1 {
48020   background:url("../../img/koha-logo.gif") no-repeat scroll center
48021 top transparent;
48022   margin-bottom:0.5em;
48023   margin-top:0;
48024 }
48025
48026 #login h1 a {
48027   border-bottom:medium none;
48028   display:block;
48029   height:74px;
48030   text-indent:-1000px;
48031 }</programlisting></para>
48032
48033         <para>If you have access to the file system on your Koha server you
48034         can add a custom CSS file and specify that file using the <link linkend="intranetcolorstylesheet">intranetcolorstylesheet</link>
48035         system preference.</para>
48036
48037         <para>There is no analogue to the <link linkend="OPACUserCSS">OPACUserCSS</link> preference in the staff
48038         client, but you can get around this by putting this in the <link linkend="intranetuserjs">intranetuserjs</link> preference:
48039         <programlisting>//]]&gt;
48040 &lt;/script&gt;
48041 &lt;style type="text/css"&gt;
48042  /* inline styles */
48043  &lt;/style&gt;
48044 &lt;script type="text/javascript"&gt;
48045 //&lt;![CDATA[</programlisting></para>
48046
48047         <para>In the above snippet where it says /* inline styles */ we'll
48048         redeclare the relevant properties from the styles of the login
48049         image:<programlisting>//]]&gt;
48050 &lt;/script&gt;
48051 &lt;style type="text/css"&gt;
48052  /* inline styles */
48053
48054 #login h1 {
48055   background:url("../../img/koha-logo.gif") no-repeat scroll center
48056 top transparent;
48057 }
48058
48059 #login h1 a {
48060   height:74px;
48061 }
48062  &lt;/style&gt;
48063 &lt;script type="text/javascript"&gt;
48064 //&lt;![CDATA[
48065 </programlisting></para>
48066
48067         <para>I've only reproduced the properties necessary to make the change
48068         we want. You can see that the "background:" property sets the path to
48069         the default logo. You can change this to point to any image you want,
48070         on the Koha server or anywhere else. Then you just need to change the
48071         #login h1 a's "height" property to match the height of the image you
48072         choose.</para>
48073
48074         <para>For example:</para>
48075
48076         <para><programlisting>//]]&gt;
48077 &lt;/script&gt;
48078 &lt;style type="text/css"&gt;
48079  /* inline styles */
48080
48081 #login h1 {
48082   background:url("http://www.myacpl.org/sites/all/themes/npl/logo.png")
48083 no-repeat scroll center top transparent;
48084 }
48085
48086 #login h1 a {
48087   height:71px;
48088 }
48089  &lt;/style&gt;
48090 &lt;script type="text/javascript"&gt;
48091 //&lt;![CDATA[</programlisting></para>
48092       </section>
48093
48094       <section id="opacbarcodesfaq">
48095         <title>Show patrons the barcodes of items they have checked
48096         out</title>
48097
48098         <para><emphasis role="bold">Question</emphasis>: Can patrons see the
48099         barcodes for the items they have checked out.</para>
48100
48101         <para><emphasis role="bold">Answer</emphasis>: Not by default, but
48102         with a few edits to the patron record you can make a barcode column
48103         appear on the patron's check out summary in the OPAC. You can set up a
48104         <link linkend="patronattributetypes">patron attribute</link> with the
48105         value of SHOW_BCODE and <link linkend="authorizedvalues">authorized
48106         value</link> of YES_NO to make this happen.</para>
48107
48108         <screenshot>
48109           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
48110
48111           <mediaobject>
48112             <imageobject>
48113               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
48114             </imageobject>
48115           </mediaobject>
48116         </screenshot>
48117
48118         <para>Then on the <link linkend="editpatrons">patron's record set the
48119         value</link> for SHOW_BCODE to yes.</para>
48120
48121         <screenshot>
48122           <screeninfo>Setting value for SHOW_BCODE on patron
48123           record</screeninfo>
48124
48125           <mediaobject>
48126             <imageobject>
48127               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
48128             </imageobject>
48129           </mediaobject>
48130         </screenshot>
48131
48132         <para>This will add a column to the check out summary in the OPAC that
48133         shows the patrons the barcodes of the items they have checked
48134         out.</para>
48135
48136         <screenshot>
48137           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
48138
48139           <mediaobject>
48140             <imageobject>
48141               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
48142             </imageobject>
48143           </mediaobject>
48144         </screenshot>
48145
48146         <para>Clicking on the 'Overdue' tab will show only the items that are
48147         overdue.</para>
48148       </section>
48149     </section>
48150
48151     <section id="circfaq">
48152       <title>Circulation/Notices</title>
48153
48154       <para/>
48155
48156       <section id="dropboxfaq">
48157         <title>Book drop Date</title>
48158
48159         <para><emphasis role="bold">Question</emphasis>: How is the book drop date is determined? Is
48160           it the last open date for the checkout branch? Is it today's date minus one? Can the book
48161           drop checkin date be set?</para>
48162
48163         <para><emphasis role="bold">Answer</emphasis>: If the library is closed for four days for
48164           renovations, for example, there would be more than one day needed for the book drop date.
48165           You will only have one book drop date and that will be the last day that the library open
48166           (determined by the holiday calendar) because there is no real way to know what day the
48167           books were dropped into the box during the 4 closed days. The only way to change the
48168           effective checkin date in book drop mode is to modify the calendar.</para>
48169       </section>
48170       <section id="holdsreportsfaq">
48171         <title>Holds to Pull and Holds Queue</title>
48172         <para><emphasis role="bold">Question</emphasis>: What is the difference between the <link linkend="holdsqueue">Holds Queue</link> and <link linkend="holdspull">Holds to
48173             Pull</link>?</para>
48174         <para><emphasis role="bold">Answer</emphasis>: The holds to pull report gives a simple list
48175           of what holds need to be filled with available items. It should only be used in Koha
48176           installations where there is only one library. </para>
48177         <para>The holds queue tries to do the same thing, but in a 'smarter' way. This allows it to
48178           split up the list by library, consult the <link linkend="transportcostmatrix">transport
48179             cost matrix</link> and refresh regularly to provide different pull lists to each
48180           library.</para>
48181       </section>
48182
48183       <section id="dupoverduefaq">
48184         <title>Duplicate Overdue Notices</title>
48185
48186         <para><emphasis role="bold">Question</emphasis>: Why are patrons
48187         getting two overdue notices?</para>
48188
48189         <para><emphasis role="bold">Answer</emphasis>: This tool takes all
48190         branches in the overdue rules and sent notifications to them. So, if
48191         you have a default rule &amp; a branch rule, the notification will be
48192         generated twice. A quick fix is to discard "default rule" for
48193         instance.</para>
48194       </section>
48195
48196       <section id="printoverduefaq">
48197         <title>Printing Overdue Notices</title>
48198
48199         <para><emphasis role="bold">Question</emphasis>: Can I print overdue
48200         notices for patrons without email addresses on file?</para>
48201
48202         <para><emphasis role="bold">Answer</emphasis>: Yes. The <link linkend="overduenoticecron">overdue notice cron job</link> has a
48203         setting to generate the overdue notices as HTML for printing. An
48204         example of this usage would be:</para>
48205
48206         <para><programlisting>overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author </programlisting>In
48207         this example, we wanted to use only certain item fields in our
48208         notices, so we specified itemscontent fields in the cron entry; that's
48209         not a requirement for the feature.</para>
48210
48211         <para>The command line needs to specify a web-accessible directory
48212         where the print notices will go -- they get a filename like
48213         notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
48214         notice itself can be formatted to fit a Z-mailer. Within the notice
48215         file, the text is spaced down or over to where it will print properly
48216         on the form. The script has code that wraps around the notice file to
48217         tell the HTML to obey the formatting, and to do a page break between
48218         notices. That's so that when staff print it out, they get one per
48219         page. We had to add an extra syspref (<link linkend="PrintNoticesMaxLines">PrintNoticesMaxLines</link>) to specify
48220         page length because our client allows a _lot_ of checkouts which meant
48221         some notices were running onto multiple pages. That syspref says to
48222         truncate the print notice at that page length and put in a message
48223         about go check your OPAC account for the full list.</para>
48224
48225         <para>The print and email overdues use the same notice file. The print
48226         notices for holds are different -- there's a separate HOLD_PRINT
48227         notice file and the system uses it if there's no email address. Then a
48228         nightly cron job runs to gather those up from the message queue and
48229         put them in an HTML file in the notice directory, as above.</para>
48230
48231         <para>The cron entry is gather_print_notices.pl /tmp/noticedir</para>
48232       </section>
48233
48234       <section id="renewfaq">
48235         <title>Unable to Renew Items</title>
48236
48237         <para><emphasis role="bold">Question</emphasis>: We're trying to renew
48238         some items for our patron. One of the items is on hold and ineligible
48239         for renewal, but the other two items refuse to renew even though they
48240         should be eligible. When I try to use the override renewal limit, it
48241         just returns a little message that says "renewal failed". Any idea
48242         what's going on here?</para>
48243
48244         <para><emphasis role="bold">Answer</emphasis>: At the very least you will need to set an
48245           absolute <link linkend="circfinerules">default circulation rule</link>. This rule should
48246           be set for the default itemtype, default branchcode and default patron category. That will
48247           catch anyone who doesn't match a specific rule. Patrons who do not match a specific rule
48248           will get blocked from placing holds or renewing items, since there was no baseline number
48249           of holds or renewals to utilize.</para>
48250       </section>
48251
48252       <section id="holdsfaq">
48253         <title>Unable to Place Holds</title>
48254
48255         <para><emphasis role="bold">Question</emphasis>: Why can't I place
48256         holds when I have all of the preferences turned on.</para>
48257
48258         <para><emphasis role="bold">Answer</emphasis>: You probably need to
48259         set a default circulation rule. At the very least you will need to set
48260         an default circulation rule. This rule should be set for all item
48261         types, all branches and all patron categories. That will catch all
48262         instances that do not match a specific rule. When checking out if you
48263         do not have a rule for the default branch, default item and default
48264         patron category then you may see patrons getting blocked from placing
48265         holds.</para>
48266       </section>
48267
48268       <section id="keyboardshort">
48269         <title>Keyboard Shortcuts</title>
48270
48271         <para><emphasis role="bold">Question</emphasis>: Do I have to use my
48272         mouse to access the checkout, checkin and cataloging tabs at the top
48273         of the circulation pages?</para>
48274
48275         <para><emphasis role="bold">Answer</emphasis>: You can jump between
48276         the tabs on the quick search box at the top of the screen by using the
48277         following hot keys (if the tab is available):</para>
48278
48279         <itemizedlist>
48280           <listitem>
48281             <para>jump to the catalog search with Alt+Q</para>
48282           </listitem>
48283
48284           <listitem>
48285             <para>jump to the checkout with Alt+U</para>
48286
48287             <itemizedlist>
48288               <listitem>
48289                 <para>this will not work for Mac user</para>
48290               </listitem>
48291             </itemizedlist>
48292           </listitem>
48293
48294           <listitem>
48295             <para>jump to the checkin with Alt+R</para>
48296           </listitem>
48297         </itemizedlist>
48298
48299         <para><note>
48300             <para>Mac users use the OPTION button in place of ALT</para>
48301           </note></para>
48302       </section>
48303
48304       <section id="smsnoticefaq">
48305         <title>SMS Notices/Messages</title>
48306
48307         <para><emphasis role="bold">Question</emphasis>: I want Koha to send
48308         notices via SMS, what do I need to do?</para>
48309
48310         <para><emphasis role="bold">Answer</emphasis>: First you need to
48311         choose a SMS service to use with Koha. There is a list available here:
48312         <ulink url="http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all">http://search.cpan.org/search?query=sms%3A%3Asend&amp;mode=all</ulink>
48313         Not all SMS services available to libraries have Perl drivers, so be
48314         sure to check this list to see if the provider you're considering is
48315         listed. If not you want to ask your provider if they have a Perl
48316         module, if not you should consider another service. Some common
48317         options in the US (that have Perl drivers) are:</para>
48318
48319         <itemizedlist>
48320           <listitem>
48321             <para>AQL (<ulink url="http://www.aql.com">www.aql.com</ulink>)</para>
48322           </listitem>
48323
48324           <listitem>
48325             <para>Wadja (<ulink url="http://wadja.com">wadja.com</ulink>)</para>
48326           </listitem>
48327
48328           <listitem>
48329             <para>Ipipi (<ulink url="http://ipipi.com">ipipi.com</ulink>)</para>
48330           </listitem>
48331
48332           <listitem>
48333             <para>T-mobile</para>
48334           </listitem>
48335
48336           <listitem>
48337             <para>SMSDiscount (<ulink url="http://smsdiscount.com">smsdiscount.com</ulink>)</para>
48338           </listitem>
48339
48340           <listitem>
48341             <para>Clickatell</para>
48342           </listitem>
48343         </itemizedlist>
48344       </section>
48345     </section>
48346
48347     <section id="catfaq">
48348       <title>Cataloging</title>
48349
48350       <para/>
48351
48352       <section id="authorityfaq">
48353         <title>Authority Fields</title>
48354
48355         <para><emphasis role="bold">Question: </emphasis>Why can't I edit 1xx,
48356         6xx, or 7xx fields in my catalog record?</para>
48357
48358         <para><emphasis role="bold">Answer:</emphasis> These fields are authority controlled and you
48359           probably have the <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> set
48360           to "Don't allow". When it is set to "Don't allow" these fields will be locked and require
48361           you to search for an existing authority record to populate the field with. To allow typing
48362           in these authority fields set <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> to 'Allow'.<note>
48363             <para>Fields affected by this preference will show a lock symbol in them</para>
48364           </note></para>
48365
48366         <screenshot>
48367           <screeninfo>Fields affected by this preference show a lock in the field</screeninfo>
48368
48369           <mediaobject>
48370             <imageobject>
48371               <imagedata fileref="images/cataloging/lockedauthority.png"/>
48372             </imageobject>
48373           </mediaobject>
48374         </screenshot>
48375       </section>
48376
48377       <section id="kohamarcfaq">
48378         <title>Koha to MARC Mapping</title>
48379
48380         <para><emphasis role="bold">Question</emphasis>: What's the
48381         relationship between 'Koha to MARC Mapping' and 'MARC Bibliographic
48382         Frameworks'?</para>
48383
48384         <para><emphasis role="bold">Answer</emphasis>: Mapping can be defined
48385         through 'MARC Bibliographic Frameworks' OR 'Koha to MARC Mapping'.
48386         'Koha to MARC Mapping' is just a shortcut to speed up linkage. If you
48387         change a mapping in one of these modules, the mapping will change in
48388         the other as well. (In other words, the two modules 'overwrite' each
48389         other in order to prevent conflicts from existing in Koha).</para>
48390       </section>
48391
48392       <section id="itemsperbibfaq">
48393         <title>Number of Items Per Bib Record</title>
48394
48395         <para><emphasis role="bold">Question</emphasis>: Is there a limit on
48396         the number of items I can attach to a bib record?</para>
48397
48398         <para><emphasis role="bold">Answer</emphasis>: There is no explicit limit to the number of
48399           items you can attach to a bibliographic record, but if you attach enough of them, your
48400           MARC record will exceed the maximum file size limit for the ISO 2709 standard, which
48401           breaks indexing for that record. I've found this occurs somewhere between 600 and 1000
48402           items on a 'normal' bibliographic record.</para>
48403       </section>
48404
48405       <section id="analyticsfaq">
48406         <title>Analytics</title>
48407
48408         <para><emphasis role="bold">Question</emphasis>: I am using the <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> feature,
48409         but my links in the OPAC and Staff Client to 'Show Analytics' are not
48410         working.</para>
48411
48412         <para><emphasis role="bold">Answer</emphasis>: If you plan on using
48413         <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> you
48414         will want to make sure to set your <link linkend="UseControlNumber">UseControlNumber</link> preference to
48415         "Don't use," this will prevent broken links.</para>
48416       </section>
48417     </section>
48418
48419     <section id="acqfaq">
48420       <title>Acquisitions</title>
48421
48422       <para/>
48423
48424       <section id="planningcatfaq">
48425         <title>Planning Categories</title>
48426
48427         <para><emphasis role="bold">Question</emphasis>: What is a planning
48428         category?</para>
48429
48430         <para><emphasis role="bold">Answer</emphasis>: When you plan in
48431         advance for the way your budget is going to be spent, you initially
48432         plan for how it's going to be spent over time, that's the most natural
48433         thing to do.</para>
48434
48435         <para>So you plan for $1000 in Jan. $1000 in Feb., $3000 in March,
48436         etc. You can basically do the same thing with a list of values in lieu
48437         of the months.</para>
48438
48439         <para>Say you have a list like this one:</para>
48440
48441         <itemizedlist>
48442           <listitem>
48443             <para>&lt; 1 month</para>
48444           </listitem>
48445
48446           <listitem>
48447             <para>&lt; 6 months</para>
48448           </listitem>
48449
48450           <listitem>
48451             <para>&lt; 1 year</para>
48452           </listitem>
48453
48454           <listitem>
48455             <para>&lt; 3 years</para>
48456           </listitem>
48457
48458           <listitem>
48459             <para>&lt; 10 years</para>
48460           </listitem>
48461
48462           <listitem>
48463             <para>&gt; 10 years</para>
48464           </listitem>
48465         </itemizedlist>
48466
48467         <para>The list is meant to represent when the books acquired where
48468         published. Then you plan for it, saying: we went to spend at list 40%
48469         of our budgets on books published less than a year ago, 10% on books
48470         more than 10 years old, etc.</para>
48471
48472         <para>Upon acquiring new material, you'll be able to select, for a
48473         given item, a value from this list in a drop down. Then, after the
48474         material has been acquired, at the end of the year, you'll be able to
48475         compare the goals set, with what's been achieved.</para>
48476       </section>
48477     </section>
48478
48479     <section id="serialsfaq">
48480       <title>Serials</title>
48481
48482       <para/>
48483
48484       <section id="advancedpatternfaq">
48485         <title>Advanced Patterns</title>
48486
48487         <para><emphasis role="bold">Question</emphasis>: What is the 'inner
48488         counter' on the advanced serials pattern interface?</para>
48489
48490         <para><emphasis role="bold">Answer</emphasis>: I think it is better to
48491         give an example to understand this :</para>
48492
48493         <para>Example for a monthly subscription :</para>
48494
48495         <itemizedlist>
48496           <listitem>
48497             <para>First issue publication date : April 2010</para>
48498           </listitem>
48499
48500           <listitem>
48501             <para>Numbering : No {X}, year {Y}</para>
48502           </listitem>
48503
48504           <listitem>
48505             <para>First issue : No 4, year 2010</para>
48506           </listitem>
48507         </itemizedlist>
48508
48509         <para>For the year Y : you will want the year change on January
48510         2011</para>
48511
48512         <para>So, the advanced pattern for Y will be :</para>
48513
48514         <itemizedlist>
48515           <listitem>
48516             <para>Add : 1</para>
48517           </listitem>
48518
48519           <listitem>
48520             <para>once every : 12</para>
48521           </listitem>
48522
48523           <listitem>
48524             <para>When more than 9999999</para>
48525           </listitem>
48526
48527           <listitem>
48528             <para>inner counter : 3</para>
48529           </listitem>
48530
48531           <listitem>
48532             <para>Set back to 0</para>
48533           </listitem>
48534
48535           <listitem>
48536             <para>Begins with 2010</para>
48537           </listitem>
48538         </itemizedlist>
48539
48540         <para>Year is going to change after 12 received issues from April
48541         2010, that is in April 2011 if you don't set inner counter. Set inner
48542         counter to 3 will say to Koha : change year after 12-3 = 9 received
48543         issues.</para>
48544
48545         <para>Inner counter says to Koha to take into account the first issues
48546         of the year, even if they are not received with Koha. If you begin
48547         with first issue of the year write nothing or 0.</para>
48548       </section>
48549     </section>
48550
48551     <section id="reportsfaq">
48552       <title>Reports</title>
48553
48554       <para/>
48555
48556       <section id="accounttypefaq">
48557         <title>Define Codes Stored in DB</title>
48558
48559         <para/>
48560
48561         <section id="finescodefaq">
48562           <title>Fines Table</title>
48563
48564           <para><emphasis role="bold">Question:</emphasis> What do the codes
48565           in the accounttype field in the accountlines table stand for?</para>
48566
48567           <para><emphasis role="bold">Answer:</emphasis></para>
48568
48569           <itemizedlist>
48570             <listitem>
48571               <para>A = Account management fee</para>
48572             </listitem>
48573
48574             <listitem>
48575               <para>C = Credit</para>
48576             </listitem>
48577
48578             <listitem>
48579               <para>F = Overdue fine</para>
48580             </listitem>
48581
48582             <listitem>
48583               <para>FOR = Forgiven</para>
48584             </listitem>
48585
48586             <listitem>
48587               <para>FU = Overdue, still acccruing</para>
48588             </listitem>
48589
48590             <listitem>
48591               <para>L = Lost item</para>
48592             </listitem>
48593             <listitem>
48594               <para>LR = Lost item returned/refunded</para>
48595             </listitem>
48596
48597             <listitem>
48598               <para>M = Sundry</para>
48599             </listitem>
48600
48601             <listitem>
48602               <para>N = New card</para>
48603             </listitem>
48604
48605             <listitem>
48606               <para>PAY = Payment</para>
48607             </listitem>
48608
48609             <listitem>
48610               <para>W = Writeoff</para>
48611             </listitem>
48612           </itemizedlist>
48613         </section>
48614
48615         <section id="statscodefaq">
48616           <title>Statistics Table</title>
48617
48618           <para><emphasis role="bold">Question: </emphasis>What are the
48619           possible codes for the type field in the statistics table?</para>
48620
48621           <para><emphasis role="bold">Answer:</emphasis></para>
48622
48623           <itemizedlist>
48624             <listitem>
48625               <para>localuse</para>
48626
48627               <itemizedlist>
48628                 <listitem>
48629                   <para>Registers if an item that had been checked out to a
48630                   statistics patron (category type = 'X') is returned</para>
48631                 </listitem>
48632               </itemizedlist>
48633             </listitem>
48634
48635             <listitem>
48636               <para>issue</para>
48637             </listitem>
48638
48639             <listitem>
48640               <para>return</para>
48641             </listitem>
48642
48643             <listitem>
48644               <para>renew</para>
48645             </listitem>
48646
48647             <listitem>
48648               <para>writeoff</para>
48649             </listitem>
48650
48651             <listitem>
48652               <para>payment</para>
48653             </listitem>
48654
48655             <listitem>
48656               <para>CreditXXX</para>
48657
48658               <itemizedlist>
48659                 <listitem>
48660                   <para>The XXX stores different types of fee credits, so a query to catch them all
48661                     would include a clause like "type LIKE 'Credit%'"</para>
48662                 </listitem>
48663               </itemizedlist>
48664             </listitem>
48665           </itemizedlist>
48666         </section>
48667
48668         <section id="rescodefaq">
48669           <title>Reserves Table</title>
48670
48671           <para><emphasis role="bold">Question</emphasis>: What are the
48672           possible codes for the found field in the reserves and old_reserves
48673           tables?</para>
48674
48675           <para><emphasis role="bold">Answer</emphasis>:</para>
48676
48677           <itemizedlist>
48678             <listitem>
48679               <para>NULL: means the patron requested the 1st available, and we
48680               haven't chosen the item</para>
48681             </listitem>
48682
48683             <listitem>
48684               <para>T = Transit: the reserve is linked to an item but is in
48685               transit to the pickup branch</para>
48686             </listitem>
48687
48688             <listitem>
48689               <para>W = Waiting: the reserve is linked to an item, is at the pickup branch, and is
48690                 waiting on the hold shelf</para>
48691             </listitem>
48692
48693             <listitem>
48694               <para>F = Finished: the reserve has been completed, and is
48695               done</para>
48696             </listitem>
48697           </itemizedlist>
48698         </section>
48699
48700         <section id="reportdicfaq">
48701           <title>Reports Dictionary Table</title>
48702
48703           <para><emphasis role="bold">Question</emphasis>: What are the
48704           possible codes for the area field in the reports_dictionary
48705           table?</para>
48706
48707           <para><emphasis role="bold">Answer</emphasis>:</para>
48708
48709           <itemizedlist>
48710             <listitem>
48711               <para>1 = Circulation</para>
48712             </listitem>
48713
48714             <listitem>
48715               <para>2 = Catalog</para>
48716             </listitem>
48717
48718             <listitem>
48719               <para>3 = Patrons</para>
48720             </listitem>
48721
48722             <listitem>
48723               <para>4 = Acquisitions</para>
48724             </listitem>
48725
48726             <listitem>
48727               <para>5 = Accounts</para>
48728             </listitem>
48729           </itemizedlist>
48730         </section>
48731
48732         <section id="msgtablefaq">
48733           <title>Messages Table</title>
48734
48735           <para><emphasis role="bold">Question</emphasis>: What are the
48736           possible codes for the message_type field in the messages
48737           table?</para>
48738
48739           <para><emphasis role="bold">Answer</emphasis>:</para>
48740
48741           <itemizedlist>
48742             <listitem>
48743               <para>L = For Librarians</para>
48744             </listitem>
48745
48746             <listitem>
48747               <para>B = For Patrons/Borrowers</para>
48748             </listitem>
48749           </itemizedlist>
48750         </section>
48751
48752         <section id="serialtablefaq">
48753           <title>Serial Table</title>
48754
48755           <para><emphasis role="bold">Question</emphasis>: What are the possible codes for the
48756             status field in the serial table?</para>
48757
48758           <para><emphasis role="bold">Answer</emphasis>:</para>
48759
48760           <itemizedlist>
48761             <listitem>
48762               <para>1 = Expected </para>
48763             </listitem>
48764             <listitem>
48765               <para>2 = Arrived </para>
48766             </listitem>
48767             <listitem>
48768               <para>3 = Late </para>
48769             </listitem>
48770             <listitem>
48771               <para>4 = Missing </para>
48772             </listitem>
48773             <listitem>
48774               <para>5 = Not available </para>
48775             </listitem>
48776             <listitem>
48777               <para>7 = Claimed </para>
48778             </listitem>
48779             <listitem>
48780               <para>41 = Missing (not received) </para>
48781             </listitem>
48782             <listitem>
48783               <para>42 = Missing (sold out) </para>
48784             </listitem>
48785             <listitem>
48786               <para>43 = Missing (damaged) </para>
48787             </listitem>
48788             <listitem>
48789               <para>44 = Missing (lost)</para>
48790             </listitem>
48791           </itemizedlist>
48792         </section>
48793         <section id="borrowerprivacyvalues">
48794           <title>Borrowers Table</title>
48795           <para><emphasis role="bold">Question</emphasis>: What are the possible codes for the
48796             privacy field in the borrowers table?</para>
48797           <para><emphasis role="bold">Answer</emphasis>:<itemizedlist>
48798               <listitem>
48799                 <para>0 = Forever</para>
48800               </listitem>
48801               <listitem>
48802                 <para>1 = Default</para>
48803               </listitem>
48804               <listitem>
48805                 <para>2 = Never</para>
48806               </listitem>
48807             </itemizedlist></para>
48808         </section>
48809         <section id="messpreffaq">
48810           <title>Messaging Preferences</title>
48811           <para><emphasis role="bold">Question</emphasis>: What are the possible codes in the
48812             message_attribute_id field in the borrower_message_preferences table?</para>
48813           <para><emphasis role="bold">Answer</emphasis>:<itemizedlist>
48814               <listitem>
48815                 <para>2 = advanced notice </para>
48816               </listitem>
48817               <listitem>
48818                 <para>6 = item checkout </para>
48819               </listitem>
48820               <listitem>
48821                 <para>4 = hold filled </para>
48822               </listitem>
48823               <listitem>
48824                 <para>1 = item due </para>
48825               </listitem>
48826               <listitem>
48827                 <para>5 = item check in</para>
48828               </listitem>
48829             </itemizedlist></para>
48830         </section>
48831       </section>
48832
48833       <section id="runtimefaq">
48834         <title>Runtime Parameters</title>
48835
48836         <para><emphasis role="bold">Question</emphasis>: Is there a way to
48837         filter my custom SQL reports before they run?</para>
48838
48839         <para><emphasis role="bold">Answer</emphasis>: If you feel that your
48840         report might be too resource intensive you might want to consider
48841         using runtime parameters to your query. Runtime parameters basically
48842         make a filter appear before the report is run to save your system
48843         resources.</para>
48844
48845         <para>There is a specific syntax that Koha will understand as 'ask for
48846         values when running the report'. The syntax is &lt;&lt;Question to
48847         ask|authorized_value&gt;&gt;.</para>
48848
48849         <itemizedlist>
48850           <listitem>
48851             <para>The &lt;&lt; and &gt;&gt; are just delimiters. You must put
48852             &lt;&lt; at the beginning and &gt;&gt; at the end of your
48853             parameter</para>
48854           </listitem>
48855
48856           <listitem>
48857             <para>The 'Question to ask' will be displayed on the left of the
48858             string to enter.</para>
48859           </listitem>
48860
48861           <listitem>
48862             <para>The authorized_value can be omitted if not applicable. If it
48863             contains an authorized value category, or branches or itemtype or
48864             categorycode, a list with the Koha authorized values will be
48865             displayed instead of a free field Note that you can have more than
48866             one parameter in a given SQL Note that entering nothing at run
48867             time won't probably work as you expect. It will be considered as
48868             "value empty" not as "ignore this parameter". For example entering
48869             nothing for : "title=&lt;&lt;Enter title&gt;&gt;" will display
48870             results with title='' (no title). If you want to have to have
48871             something not mandatory, use "title like &lt;&lt;Enter
48872             title&gt;&gt;" and enter a % at run time instead of nothing</para>
48873           </listitem>
48874         </itemizedlist>
48875
48876         <para>Examples:</para>
48877
48878         <itemizedlist>
48879           <listitem>
48880             <para>SELECT surname,firstname FROM borrowers WHERE
48881             branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND
48882             surname like &lt;&lt;Enter filter for patron surname (% if
48883             none)&gt;&gt;</para>
48884           </listitem>
48885
48886           <listitem>
48887             <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick your
48888             branch|branches&gt;&gt; and barcode like &lt;&lt;Partial barcode
48889             value here&gt;&gt;</para>
48890           </listitem>
48891         </itemizedlist>
48892
48893         <note>
48894           <para>To generate a date picker calendar to the right of the field
48895           when running a report you can use the 'date' keyword like this:
48896           &lt;&lt;Enter Date|date&gt;&gt;</para>
48897
48898           <screenshot>
48899             <screeninfo>Date Picker</screeninfo>
48900
48901             <mediaobject>
48902               <imageobject>
48903                 <imagedata fileref="images/reports/datepicker.png"/>
48904               </imageobject>
48905             </mediaobject>
48906           </screenshot>
48907         </note>
48908
48909         <note>
48910           <para>You have to put "%" in a text box to 'leave it blank'.
48911           Otherwise, it literally looks for "" (empty string) as the value for
48912           the field.</para>
48913         </note>
48914
48915         <para><important>
48916             <para>In addition to using any authorized value code to generate a
48917             dropdown, you can use the following values as well: Branches
48918             (branches), Item Types (itemtypes) and Patron Categories
48919             (categorycode). For example a branch pull down would be generated
48920             like this &lt;&lt;Branch|branches&gt;&gt;</para>
48921
48922             <screenshot>
48923               <screeninfo>Branch pull down</screeninfo>
48924
48925               <mediaobject>
48926                 <imageobject>
48927                   <imagedata fileref="images/reports/branchpulldown.png"/>
48928                 </imageobject>
48929               </mediaobject>
48930             </screenshot>
48931           </important></para>
48932       </section>
48933
48934       <section id="reportlimitfaq">
48935         <title>Results Limited</title>
48936
48937         <para><emphasis role="bold">Question</emphasis>: When I download my
48938         report it's limited to 10,000 results, how do I get all of the results
48939         to download?</para>
48940
48941         <para><emphasis role="bold">Answer</emphasis>: There is a limit of
48942         10,000 records put on SQL statements entered in Koha. To get around
48943         this you want to add 'LIMIT 100000' to the end of your SQL statement
48944         (or any other number above 10,000.</para>
48945       </section>
48946     </section>
48947
48948     <section id="searchfaq">
48949       <title>Searching</title>
48950
48951       <para/>
48952
48953       <section id="advancedsearchfaq">
48954         <title>Advanced Search</title>
48955
48956         <para/>
48957
48958         <section id="scanindexfaq">
48959           <title>Scan Indexes</title>
48960
48961           <para><emphasis role="bold">Question</emphasis>: What does 'scan
48962           indexes' on the advanced search page mean?</para>
48963
48964           <para><emphasis role="bold">Answer</emphasis>: When you choose an
48965           index, enter a term, click 'scan indexes' and do the search, Koha
48966           displays the searched term and the following terms found in this
48967           index with the number of corresponding records That is search is not
48968           made directly in the catalog, but first in the indexes It works only
48969           for one index at once, and only with no limit in Location (All
48970           libraries needed)</para>
48971         </section>
48972
48973         <section id="searchstartswith">
48974           <title>Searching for Terms that Start With a Character</title>
48975
48976           <para><emphasis role="bold">Question</emphasis>: How do I search for
48977           all titles that start with the letter 'C'?</para>
48978
48979           <para><emphasis role="bold">Answer</emphasis>: You can choose to
48980           search for things that start with a character or series of
48981           characters by using the CCL 'first-in-subfield'</para>
48982
48983           <itemizedlist>
48984             <listitem>
48985               <para>example: ti,first-in-subfield=C</para>
48986             </listitem>
48987           </itemizedlist>
48988         </section>
48989       </section>
48990
48991       <section id="wildcardsearchfaq">
48992         <title>Wildcard Searching</title>
48993
48994         <para><emphasis role="bold">Question</emphasis>:What is the difference
48995         between a keyword search using the '*' (asterisk) versus a keyword
48996         search using the '%' (percent)? Both work in the catalog, but return
48997         different sets. Why?</para>
48998
48999         <para><emphasis role="bold">Answer</emphasis>: A wildcard is a
49000         character (*,?,%,.) that can be used to represent one or more
49001         characters in a word. Two of the wildcard characters that can be used
49002         in Koha searches are the asterisk ('*') and the percent sign ('%').
49003         However, these two characters act differently when used in
49004         searching.</para>
49005
49006         <para>The '*' is going to force a more exact search of the first few
49007         characters you enter prior to the '*'. The asterisk will allow for an
49008         infinite number of characters in the search as long as the first few
49009         characters designated by your search remain the same. For example,
49010         searching for authors using the term, Smi*, will return a list that
49011         may include Smith, Smithers, Smithfield, Smiley, etc depending on the
49012         authors in your database.</para>
49013
49014         <para>The '%' will treat the words you enter in the terms of "is
49015         like". So a search of Smi% will search for words like Smi. This
49016         results in a much more varied results list. For example, a search on
49017         Smi% will return a list containing Smothers, Smith, Smelley,
49018         Smithfield and many others depending on what is your database.</para>
49019
49020         <para>The bottom line in searching with wildcards: '*' is more exact
49021         while '%' searches for like terms.</para>
49022       </section>
49023       <section id="titlesearchingfaq">
49024         <title>Title Searching</title>
49025         <para><emphasis role="bold">Question</emphasis>: Why does my Zebra title search for 'Help'
49026           not turn up 'The help' in the first pages of results?</para>
49027         <para><emphasis role="bold">Answer</emphasis>: When doing a title search, you actually want
49028           to search for the title (i.e., 'the help' rather than just 'help'), and it will bubble
49029           right up to the top. If you're just searching for 'help' then the relevance ranking is
49030           going to affect the results you see. </para>
49031         <para>When it comes to relevance in Zebra, here's what's happening. First, the search is
49032           done. If you search for the title "help", then any title that has "help" in it comes back.
49033           Then from those records, separately, it does relevance on the *whole* record. The more
49034           your word appears, the more relevant, and some MARC tags are worth more points than
49035           others. So a self-help book with 505 notes where "help" appears a *lot* will be at the
49036           top, regardless of keyword or title.</para>
49037         <para>But when you add a *second word*, that helps it figure things out, as it's weighing
49038           the relevance of both words and the phrase. Because of the way relevance works, if you
49039           search "the help", then "the help" or "the help I need" are more relevant than "the way to
49040           help", because they appear together in order. Likewise, "help the girl" would be lower
49041           relevance, because it's out of order, and "help for the homeless" would be lower still, as
49042           they're out of order, and apart.</para>
49043         <para>The moral of the story is that single word searches, particularly on common words,
49044           will always struggle a bit; it can't evaluate relevance well, because you've not given it
49045           enough input.</para>
49046       </section>
49047     </section>
49048
49049     <section id="enhancedcontentfaq">
49050       <title>Enhanced Content</title>
49051
49052       <para/>
49053
49054       <section id="frbrfaq">
49055         <title>FRBRizing Content</title>
49056
49057         <para><emphasis role="bold">Question: </emphasis>At our public library
49058         we are running a Koha installation and we've tried to turn on all the
49059         nice functionalities in Koha such as the frbrising tool, but do not
49060         get the same result as Nelsonville public library.</para>
49061
49062         <para><emphasis role="bold">Answer: </emphasis>In fact, this feature
49063         is quite tricky to make that right. First it looks at XISBN service.
49064         And then search in your database for that ISBN. So both XISBN and your
49065         internal ISBN (in biblio table) have to be normalized. You could
49066         therefore use the script misc/batchupdateISBNs.pl (it removes all the
49067         - in your local ISBNs)</para>
49068       </section>
49069
49070       <section id="amzfaq">
49071         <title>Amazon</title>
49072
49073         <para/>
49074
49075         <section id="amazonfaq">
49076           <title>All Amazon Content</title>
49077
49078           <para><emphasis role="bold">Question</emphasis>: I have all of the
49079           Amazon preferences turned on and have entered both of my keys, but
49080           none of the content appears in my system, why is that?</para>
49081
49082           <para><emphasis role="bold">Answer</emphasis>: Amazon's API checks
49083           your server time on all requests and if your server time is not set
49084           properly requests will be denied. To resolve this issue be sure to
49085           set your system time appropriately. Once that change in made Amazon
49086           content should appear immediately.</para>
49087
49088           <para>On Debian the the command is <emphasis>date -s "2010-06-30
49089           17:21"</emphasis> (with the proper date and time for your
49090           timezone).</para>
49091         </section>
49092       </section>
49093     </section>
49094
49095     <section id="systemfaq">
49096       <title>System Administration</title>
49097
49098       <para/>
49099
49100       <section id="zebracronfaq">
49101         <title>Errors in Zebra Cron</title>
49102
49103         <para><emphasis role="bold">Question</emphasis>: I am noticing some
49104         errors in the koha-zebradaemon-output.log file. When new records are
49105         added it takes a bit longer to index than we think they should.
49106         Running rebuild zebra is often faster. Zebra ends up indexing and
49107         search works, but I am concerned about the errors. Any ideas?</para>
49108
49109         <para><emphasis role="bold">Answer</emphasis>: Rebuild_zebra.pl -r
49110         deletes all of the files in the Zebra db directories (such as
49111         reci-0.mf) and then recreates them. Thus, permissions will be lost,
49112         and the files will be owned by the user who ran rebuild_zebra.pl. If
49113         one rebuilds the zebra indexes as root, the daemons, which typically
49114         run under the user Koha, will not be able to update the indexes. Thus,
49115         it's important then that the zebra rebuilds are put in the cronjob
49116         file of the user Koha, and not root. Also important is that other
49117         users, such as root, don't manually execute rebuilds.</para>
49118
49119         <para>If one desires that another user be able to execute
49120         rebuild_zebra.pl, he should be given the permission to execute 'sudo
49121         -u Koha .../rebuild_zebra.pl,' (if you want to do this, you also have
49122         to edit the sudoers file to pass the PERL5LIB variable with the
49123         env_keep option as by default sudo strips away almost all environment
49124         variables). Or, as root user, one can use a simple 'su koha' and then
49125         the rebuild_zebra.pl command.</para>
49126
49127         <para>I've also tried to set the sticky bit on rebuild_zebra.pl, but
49128         for whatever reason it didn't seem to work due to some problem with
49129         the PERL5LIB variable that I wasn't able to figure. That seems to me
49130         the easiest thing to do, if anybody has any idea how to make it work.
49131         If it worked and were the default, I think it would help folks to
49132         avoid a great deal of the problems that come up with zebra.</para>
49133       </section>
49134
49135       <section id="publicztarget">
49136         <title>Making Z39.50 Target Public</title>
49137
49138         <para><emphasis role="bold">Question</emphasis>: Could someone tell me
49139         the exact steps I need to take to configure Zebra to expose my Koha 3
49140         db as a public Z39.50 service?</para>
49141
49142         <para><emphasis role="bold">Answer</emphasis>: Edit the KOHA_CONF file
49143         that your Koha is using. Uncomment the publicserver line like:</para>
49144
49145         <para>&lt;!-- &lt;listen id="publicserver"
49146         &gt;tcp:@:9999&lt;/listen&gt; --&gt;</para>
49147
49148         <para>to be:</para>
49149
49150         <para>&lt;listen id="publicserver"
49151         &gt;tcp:@:9999&lt;/listen&gt;</para>
49152
49153         <para>Then restart zebasrv and connect on the port specified
49154         (9999).</para>
49155       </section>
49156
49157       <section id="authvalfaq">
49158         <title>Shelving Location Authorized Values</title>
49159
49160         <para><emphasis role="bold">Question</emphasis>: When editing an item,
49161         the new shelving location I created is not showing up by default in
49162         the items where I assigned it to.</para>
49163
49164         <para><emphasis role="bold">Answer</emphasis>: This is because you
49165         created the new shelving location with a code value of 0 (zero) Just
49166         FYI the system interprets authorized values of 0 as equaling a null so
49167         when you edit a record in cataloging where the authorized value in a
49168         field was assigned where the code was 0, the value displays as null in
49169         the item editor (or MARC editor) instead of the value the library
49170         meant it to be.</para>
49171       </section>
49172
49173       <section id="whyauthvals">
49174         <title>Why do I need Authorized Values?</title>
49175
49176         <para><emphasis role="bold">Question</emphasis>: Why would I want to
49177         define authorized values for MARC tags?</para>
49178
49179         <para><emphasis role="bold">Answer</emphasis>: Authorized Values
49180         create a 'controlled vocabulary' for your staff. As an example, let us
49181         assume that your Koha installation is used by several libraries, and
49182         you use MARC 21. You might want to restrict the 850a MARC subfield to
49183         the institution codes for just those libraries. In that case, you
49184         could define an authorized values category (perhaps called "INST") and
49185         enter the institution codes as the authorized values for that
49186         category.</para>
49187
49188         <note>
49189           <para>Koha automatically sets up authorized value categories for
49190           your item types and branch codes, and you can link these authorized
49191           values to MARC subfields when you set up your MARC tag
49192           structure.</para>
49193         </note>
49194       </section>
49195
49196       <section id="sessionstblfaq">
49197         <title>How do I clean up the sessions table?</title>
49198
49199         <para><emphasis role="bold">Question</emphasis>: Is there a periodic
49200         job that can be run to cull old sessions from the table? We don't want
49201         to backup all the useless session data every night.</para>
49202
49203         <para><emphasis role="bold">Answer</emphasis>: You can run <link linkend="cleandbcron">cleanup database cron job</link>.</para>
49204
49205         <para>Or just before doing a backup command (mysqldump), you can
49206         truncate session table:  </para>
49207
49208         <para><programlisting>mysql -u&lt;kohauser -p&lt;password &lt;koha-db-name -e 'TRUNCATE TABLE sessions'</programlisting></para>
49209       </section>
49210     </section>
49211
49212     <section id="hardwarefaq">
49213       <title>Hardware</title>
49214
49215       <para/>
49216
49217       <section id="barcodefaq">
49218         <title>Barcode Scanners</title>
49219
49220         <para><emphasis role="bold">Question</emphasis>: What barcode scanners
49221         have been known to work with Koha?</para>
49222
49223         <para><emphasis role="bold">Answer</emphasis>: The simple rule of
49224         thumb is, does it act like a keyboard device?, if so, it will work.
49225         (i.e. can you take the scanner, scan a barcode and have it show up in
49226         a text editor, if so, it will work.)</para>
49227
49228         <para>The main points to check are that it connects to your PC
49229         conveniently (can be USB or "keyboard wedge" which means it connects
49230         in line with the keyboard, which is useful with older computers), and
49231         that it scans the barcode type that you are using.</para>
49232
49233         <para>It is a good idea to test some 'used' barcodes if you have any,
49234         to see whether the scanner can read scuffed or slightly wrinkled ones
49235         successfully. Most scanners are capable of reading several barcode
49236         types - there are many, and the specification should list the ones it
49237         can read. You may need to adjust settings slightly, such as prefix and
49238         suffix characters, or whether you want to send an 'enter' character or
49239         not.</para>
49240
49241         <para>One more tip - some can be set 'always on' and may come with a
49242         stand, some have triggers under the handle, some have buttons on top,
49243         some are held like a pen. Think about the staff working with the
49244         hardware before choosing, as a button in the wrong place can be very
49245         awkward to use.</para>
49246       </section>
49247
49248       <section id="printersfaq">
49249         <title>Printers</title>
49250
49251         <para/>
49252
49253         <section id="kohaprinters">
49254           <title>Printers used by Koha libraries</title>
49255
49256           <itemizedlist>
49257             <listitem>
49258               <para>POS-X receipt printer</para>
49259             </listitem>
49260
49261             <listitem>
49262               <para>Star Micronics printer (exact model unknown) with a
49263               generic/plain text driver.</para>
49264             </listitem>
49265
49266             <listitem>
49267               <para>Star SP2000 (Nelsonville)</para>
49268             </listitem>
49269
49270             <listitem>
49271               <para>Star TSP-100 futurePRINT (Geauga)</para>
49272
49273               <itemizedlist>
49274                 <listitem>
49275                   <para>"I know there have been a lot of questions on receipt
49276                   printers so I thought I'd pass on my findings. We have been
49277                   testing the Star TSP-100 futurePRINT. I found this print to
49278                   be VERY easy to configure for Koha. I was even able to
49279                   customize the print job by adding our system logo (a .gif)
49280                   to the top of every receipt. Also with a bitmap created in
49281                   Paint was able to add a message at the bottom of each
49282                   receipt with the contact information, hours and website for
49283                   the library that the materials were checked out at."</para>
49284                 </listitem>
49285               </itemizedlist>
49286             </listitem>
49287
49288             <listitem>
49289               <para>Epson TM 88 IIIP thermal receipt printers</para>
49290             </listitem>
49291
49292             <listitem>
49293               <para>Epson TM-T88IV</para>
49294             </listitem>
49295
49296             <listitem>
49297               <para>1x1 labels using a Dymolabelwriter printer</para>
49298             </listitem>
49299           </itemizedlist>
49300         </section>
49301
49302         <section id="braillefaq">
49303           <title>Braille Support</title>
49304
49305           <para><emphasis role="bold">Question</emphasis>: Are there any
49306           braille embosser or printer which has inbuilt braille converter and
49307           it is accessible with UNIX environment?</para>
49308
49309           <para><emphasis role="bold">Answer</emphasis>: You may want to look
49310           into BRLTTY (<ulink url="http://www.emptech.info/product_details.php?ID=1232">http://www.emptech.info/product_details.php?ID=1232</ulink>).</para>
49311         </section>
49312
49313         <section id="hardwaresupport">
49314           <title>Additional Support</title>
49315
49316           <itemizedlist>
49317             <listitem>
49318               <para><ulink url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></para>
49319             </listitem>
49320           </itemizedlist>
49321         </section>
49322       </section>
49323     </section>
49324   </appendix>
49325
49326   <appendix id="extending">
49327     <title>Extending Koha</title>
49328
49329     <section id="amzlookup">
49330       <sectioninfo>
49331         <authorgroup>
49332           <author>
49333             <firstname>Cab</firstname>
49334             <surname>Vinton</surname>
49335             <affiliation>
49336               <orgname>Sanbornton Public Library</orgname>
49337             </affiliation>
49338           </author>
49339           <editor>
49340             <firstname>Nicole C.</firstname>
49341             <surname>Engard</surname>
49342           </editor>
49343         </authorgroup>
49344         
49345         <pubdate>September 2009</pubdate>
49346         
49347         <bibliosource><ulink url="http://lists.katipo.co.nz/pipermail/koha/2009-September/020003.html">http://lists.katipo.co.nz/pipermail/koha/2009-September/020003.html</ulink></bibliosource>
49348       </sectioninfo>
49349       <title>Amazon lookup script for Koha libraries</title>
49350
49351       <para>We order most of our materials from Amazon, so I've been looking
49352       for a convenient way to tell if a book under consideration is in our
49353       catalog already.</para>
49354
49355       <para>Greasemonkey &amp; a custom user script fit the bill
49356       nicely:</para>
49357
49358       <itemizedlist>
49359         <listitem>
49360           <para><ulink url="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</ulink></para>
49361         </listitem>
49362
49363         <listitem>
49364           <para><ulink url="http://userscripts.org/scripts/show/56847">http://userscripts.org/scripts/show/56847</ulink></para>
49365         </listitem>
49366       </itemizedlist>
49367
49368       <para>A few caveats:</para>
49369
49370       <itemizedlist>
49371         <listitem>
49372           <para>Like most scripts, this one was designed to work with Firefox;
49373           I haven't explored getting it to work with other browsers.</para>
49374         </listitem>
49375
49376         <listitem>
49377           <para>I'm not a JavaScript programmer -- this was adapted from
49378           others' work. Just a few lines would have to be changed to get the
49379           script to work with your catalog.</para>
49380         </listitem>
49381
49382         <listitem>
49383           <para>It depends on the existence of ISBN for the item in question,
49384           so movies, older books, etc. would not work.</para>
49385         </listitem>
49386       </itemizedlist>
49387
49388       <para>Others have added all sorts of bells &amp; whistles: XISBN lookups
49389       to search for related titles, custom messages based on the status of
49390       items (on order, on hold, etc.), ... just search the UserScripts site
49391       for Amazon + library. For a later date!</para>
49392     </section>
49393
49394     <section id="extendkeywordclouds">
49395       <title>Keyword Clouds</title>
49396
49397       <para>In addition to the traditional tag cloud available in Koha, there
49398       is a way to generate clouds for popular subjects within Koha.</para>
49399
49400       <para>The <link linkend="keywordclouds">Author/Subject Cloud cron
49401       job</link> is used to help with this process. This cron job sends its
49402       output to files.</para>
49403
49404       <itemizedlist>
49405         <listitem>
49406           <para>/home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html</para>
49407         </listitem>
49408
49409         <listitem>
49410           <para>/home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</para>
49411         </listitem>
49412       </itemizedlist>
49413
49414       <para>This means that you can produce clouds for authors, collective
49415       author, all kind of subjects, classifications, etc. And since it works
49416       on zebra indexes, it is quick, even on large DBs. Tags clouds are sent
49417       to files. It's up to library webmaster to deal with those files in order
49418       to include them in <link linkend="OpacMainUserBlock">OPACMainUserBlock</link>, or include them
49419       into their library CMS.</para>
49420
49421       <para>Some libraries even send the file into a Samba shared folder where
49422       webmaster take them, eventually clean them a little bit before
49423       integrating them into navigation widgets or pages.</para>
49424     </section>
49425
49426     <section id="newtitlesoption">
49427       <title>Newest Titles Pulldown</title>
49428
49429       <para>Often we want to add a way for our patrons to do searches for the
49430       newest items. In this example I'll show you how to create a pull down
49431       menu of the newest items by item type. These tips will work (with a
49432       couple changes) for collection codes or shelving locations as
49433       well.</para>
49434
49435       <para>First, it's important to note that every link in Koha is a
49436       permanent link. This means if I do a search for everything of a specific
49437       item type sorted by the acquisitions date and bookmark that URL,
49438       whenever I click it I'll see the newest items of that type on the first
49439       few pages of the results.</para>
49440
49441       <para>I took this knowledge and wrote a form takes this functionality in
49442       to consideration. It basically just does a search of your Koha catalog
49443       for a specific item type and sorts the results by acquisitions
49444       date.</para>
49445
49446       <para>The first thing I did was write a MySQL statement to generate a
49447       list of item types for me - why copy and paste when you can use the
49448       power of MySQL?</para>
49449
49450       <para><programlisting>select concat('&lt;option value=\"mc-itype:', itemtype, '\"&gt;',description,'&lt;/option&gt;') from itemtypes</programlisting></para>
49451
49452       <para>The above looks at the itemtypes table and slaps the necessary
49453       HTML around each item type for me. I then exported that to CSV and
49454       opened it in my text editor and added the other parts of the
49455       form.</para>
49456
49457       <para><programlisting>&lt;p&gt;&lt;strong&gt;New Items&lt;/strong&gt;&lt;/p&gt;
49458 &lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;
49459 &lt;input name="idx" value="kw" type="hidden"&gt;
49460 &lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;
49461 &lt;input name="do" value="OK" type="hidden"&gt;
49462 &lt;select name="limit" onchange="this.form.submit()"&gt;
49463 &lt;option&gt;-- Please choose --&lt;/option&gt;
49464 &lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;
49465 &lt;option value="mc-itype:BOOKCD"&gt;Book on CD&lt;/option&gt;
49466 &lt;option value="mc-itype:DVD"&gt;DVD&lt;/option&gt;
49467 &lt;option value="mc-itype:LRG_PRINT"&gt;Large print book&lt;/option&gt;
49468 &lt;option value="mc-itype:MAGAZINE"&gt;Magazine&lt;/option&gt;
49469 &lt;option value="mc-itype:NEWSPAPER"&gt;Newspaper&lt;/option&gt;
49470 &lt;option value="mc-itype:VIDEO"&gt;Videocassette&lt;/option&gt;
49471 &lt;/select&gt;
49472 &lt;/form&gt;
49473 &lt;/p&gt;</programlisting></para>
49474
49475       <para>Now, what does all of that mean? The important bits are
49476       these:</para>
49477
49478       <para>First the starting of the form.</para>
49479
49480       <para><programlisting>&lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;</programlisting></para>
49481
49482       <para>This tells the browser to take any value selected and put it at
49483       the end of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want
49484       to embed this form on your library website (and not on your OPAC) you
49485       can put the full OPAC URL in there.</para>
49486
49487       <para>Next, there is a hidden value that is telling the search to sort
49488       by acquisitions date descending (newest items at the top):</para>
49489
49490       <para><programlisting>&lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;</programlisting></para>
49491
49492       <para>And finally you have an option for each item type you want people
49493       to search.<programlisting>&lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;</programlisting></para>
49494
49495       <para>These options each include the string "mc-itype:" which tells Koha
49496       to do an item type search.</para>
49497
49498       <para>Once you have all of that in place you can copy and paste the form
49499       to somewhere on your OPAC. The <ulink url="http://catalog.farmingtonlibraries.org">Farmington Public Libraries
49500       OPAC</ulink> has a few examples of this on the left.</para>
49501     </section>
49502
49503     <section id="colorsearch">
49504       <title>Cataloging and Searching by Color</title>
49505
49506       <para>One of the icon sets installed in Koha includes a series of
49507       colors. This set can be used to catalog and search by color if you'd
49508       like. This guide will walk you use changing collection code to color in
49509       Koha so that you can do this.</para>
49510
49511       <para>The following SQL could be used to add these colors to the CCODE
49512       authorized value category in a batch. If you wanted to use these colors
49513       for another authorized value you'd have to edit this to use that
49514       category:</para>
49515
49516       <programlisting>    insert into authorised_values (category, authorised_value, lib,
49517      lib_opac, imageurl) values ('CCODE','000000','Black','','colors/000000.png');
49518     insert into authorised_values (category, authorised_value, lib,
49519      lib_opac, imageurl) values ('CCODE','66cc66','Bright Green','','colors/66cc66.png');
49520     insert into authorised_values (category, authorised_value, lib,
49521      lib_opac, imageurl) values ('CCODE','99cc33','Olive','','colors/99cc33.png');
49522     insert into authorised_values (category, authorised_value, lib,
49523      lib_opac, imageurl) values ('CCODE','3333cc','Dark Blue','','colors/3333cc.png');
49524     insert into authorised_values (category, authorised_value, lib,
49525      lib_opac, imageurl) values ('CCODE','006600' ,'Dark Green','','colors/006600.png');
49526     insert into authorised_values (category, authorised_value, lib,
49527      lib_opac, imageurl) values ('CCODE','6600cc','Plum','','colors/6600cc.png');
49528     insert into authorised_values (category, authorised_value, lib,
49529      lib_opac, imageurl) values ('CCODE','6666cc','Purple','','colors/6666cc.png');
49530     insert into authorised_values (category, authorised_value, lib,
49531      lib_opac, imageurl) values ('CCODE','9999cc','Light Purple','','colors/9999cc.png');
49532     insert into authorised_values (category, authorised_value, lib,
49533      lib_opac, imageurl) values ('CCODE','660000' ,'Burgundy','','colors/660000.png');
49534     insert into authorised_values (category, authorised_value, lib,
49535      lib_opac, imageurl) values ('CCODE','663333' ,'Brown','','colors/663333.png');
49536     insert into authorised_values (category, authorised_value, lib,
49537      lib_opac, imageurl) values ('CCODE','990000' ,'Red','','colors/990000.png');
49538     insert into authorised_values (category, authorised_value, lib,
49539      lib_opac, imageurl) values ('CCODE','996633' ,'Tan','','colors/996633.png');
49540     insert into authorised_values (category, authorised_value, lib,
49541      lib_opac, imageurl) values ('CCODE','999999' ,'Gray','','colors/999999.png');
49542     insert into authorised_values (category, authorised_value, lib,
49543      lib_opac, imageurl) values ('CCODE','cc66cc','Pink','','colors/cc66cc.png');
49544     insert into authorised_values (category, authorised_value, lib,
49545      lib_opac, imageurl) values ('CCODE','cc99cc','Bubble Gum','','colors/cc99cc.png');
49546     insert into authorised_values (category, authorised_value, lib,
49547      lib_opac, imageurl) values ('CCODE','cc3333' ,'Orange','','colors/cc3333.png');
49548     insert into authorised_values (category, authorised_value, lib,
49549      lib_opac, imageurl) values ('CCODE','cc6666' ,'Peach','','colors/cc6666.png');
49550     insert into authorised_values (category, authorised_value, lib,
49551      lib_opac, imageurl) values ('CCODE','cc9999' ,'Rose','','colors/cc9999.png');
49552     insert into authorised_values (category, authorised_value, lib,
49553      lib_opac, imageurl) values ('CCODE','cccc00' ,'Gold','','colors/cccc00.png');
49554     insert into authorised_values (category, authorised_value, lib,
49555      lib_opac, imageurl) values ('CCODE','ffff33' ,'Yellow','','colors/ffff33.png');
49556     insert into authorised_values (category, authorised_value, lib,
49557      lib_opac, imageurl) values ('CCODE','ffffcc','Cream','','colors/ffffcc.png');
49558     insert into authorised_values (category, authorised_value, lib,
49559      lib_opac, imageurl) values ('CCODE','ffffff','White','','colors/ffffff.png');</programlisting>
49560
49561       <para>If you would like to choose the colors manually you can do that
49562       via the <link linkend="authorizedvalues">Authorized Values</link>
49563       administration area.</para>
49564
49565       <screenshot>
49566         <screeninfo>Colors for CCODE</screeninfo>
49567
49568         <mediaobject>
49569           <imageobject>
49570             <imagedata fileref="images/appendix-extending/colorccode.png"/>
49571           </imageobject>
49572         </mediaobject>
49573       </screenshot>
49574
49575       <para>Next you'll want to <link linkend="marcbibframeworks">update the
49576       frameworks</link> so that the 952$8 (if you're using collection code)
49577       label to says Color.</para>
49578
49579       <para>Once you have that in place you can start to catalog items by
49580       color.</para>
49581
49582       <para>Finally you'll want to add the following JQuery to your
49583       preferences so that it will relabel 'Collection' to 'Color'</para>
49584
49585       <para><link linkend="intranetuserjs">intranetuserjs</link></para>
49586
49587       <programlisting>$(document).ready(function(){
49588     $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
49589     $("#holdings th:contains('Collection')").text("Color");
49590     });</programlisting>
49591
49592       <para><link linkend="opacuserjs">opacuserjs</link></para>
49593
49594       <programlisting>$(document).ready(function(){
49595     $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
49596     $('#item_ccode').text("Color");
49597     });</programlisting>
49598
49599       <para/>
49600     </section>
49601   </appendix>
49602
49603   <appendix id="siteintegration">
49604     <title>Koha and Your Website</title>
49605
49606     <para>This appendix will include tips for integrating Koha in to your
49607     library website.</para>
49608
49609     <section id="embedsearch">
49610       <title>Koha search on your site</title>
49611
49612       <para>Often you'll want to add a Koha search box to your library
49613       website. To do so, just copy and paste the following code in to your
49614       library website and update the YOURCATALOG bit with your catalog's URL
49615       and you're set to go.</para>
49616
49617       <para><programlisting>
49618 &lt;form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform"&gt;
49619 &lt;input id="transl1" name="q" type="text"&gt;&lt;p&gt;
49620 &lt;select name="idx" id="masthead_search"&gt;
49621 &lt;option value="kw"&gt;Keyword&lt;/option&gt;
49622 &lt;option value="ti"&gt;Title&lt;/option&gt;
49623 &lt;option value="au"&gt;Author&lt;/option&gt;
49624 &lt;option value="su"&gt;Subject&lt;/option&gt;
49625 &lt;option value="nb"&gt;ISBN&lt;/option&gt;
49626 &lt;option value="se"&gt;Series&lt;/option&gt;
49627 &lt;option value="callnum"&gt;Call Number&lt;/option&gt;
49628 &lt;/select&gt;
49629 &lt;input value="Search" id="searchsubmit" type="submit"&gt;
49630 &lt;/p&gt;&lt;/form&gt;
49631       </programlisting></para>
49632     </section>
49633   </appendix>
49634
49635   <appendix id="gpl">
49636     <title><acronym>GNU</acronym> General Public License version 3</title>
49637
49638     <para>Version 3, 29 June 2007</para>
49639
49640     <para>Copyright © 2007 Free Software Foundation, Inc. <ulink url="http://fsf.org/">http://fsf.org/</ulink></para>
49641
49642     <para>Everyone is permitted to copy and distribute verbatim copies of this
49643     license document, but changing it is not allowed.</para>
49644
49645     <bridgehead id="Preamble" renderas="sect1">Preamble</bridgehead>
49646
49647     <para>The <acronym>GNU</acronym> General Public License is a free,
49648     copyleft license for software and other kinds of works.</para>
49649
49650     <para>The licenses for most software and other practical works are
49651     designed to take away your freedom to share and change the works. By
49652     contrast, the <acronym>GNU</acronym> General Public License is intended to
49653     guarantee your freedom to share and change all versions of a program--to
49654     make sure it remains free software for all its users. We, the Free
49655     Software Foundation, use the <acronym>GNU</acronym> General Public License
49656     for most of our software; it applies also to any other work released this
49657     way by its authors. You can apply it to your programs, too.</para>
49658
49659     <para>When we speak of free software, we are referring to freedom, not
49660     price. Our General Public Licenses are designed to make sure that you have
49661     the freedom to distribute copies of free software (and charge for them if
49662     you wish), that you receive source code or can get it if you want it, that
49663     you can change the software or use pieces of it in new free programs, and
49664     that you know you can do these things.</para>
49665
49666     <para>To protect your rights, we need to prevent others from denying you
49667     these rights or asking you to surrender the rights. Therefore, you have
49668     certain responsibilities if you distribute copies of the software, or if
49669     you modify it: responsibilities to respect the freedom of others.</para>
49670
49671     <para>For example, if you distribute copies of such a program, whether
49672     gratis or for a fee, you must pass on to the recipients the same freedoms
49673     that you received. You must make sure that they, too, receive or can get
49674     the source code. And you must show them these terms so they know their
49675     rights.</para>
49676
49677     <para>Developers that use the <acronym>GNU</acronym>
49678     <acronym>GPL</acronym> protect your rights with two steps: (1) assert
49679     copyright on the software, and (2) offer you this License giving you legal
49680     permission to copy, distribute and/or modify it.</para>
49681
49682     <para>For the developers' and authors' protection, the
49683     <acronym>GPL</acronym> clearly explains that there is no warranty for this
49684     free software. For both users' and authors' sake, the
49685     <acronym>GPL</acronym> requires that modified versions be marked as
49686     changed, so that their problems will not be attributed erroneously to
49687     authors of previous versions.</para>
49688
49689     <para>Some devices are designed to deny users access to install or run
49690     modified versions of the software inside them, although the manufacturer
49691     can do so. This is fundamentally incompatible with the aim of protecting
49692     users' freedom to change the software. The systematic pattern of such
49693     abuse occurs in the area of products for individuals to use, which is
49694     precisely where it is most unacceptable. Therefore, we have designed this
49695     version of the <acronym>GPL</acronym> to prohibit the practice for those
49696     products. If such problems arise substantially in other domains, we stand
49697     ready to extend this provision to those domains in future versions of the
49698     <acronym>GPL</acronym>, as needed to protect the freedom of users.</para>
49699
49700     <para>Finally, every program is threatened constantly by software patents.
49701     States should not allow patents to restrict development and use of
49702     software on general-purpose computers, but in those that do, we wish to
49703     avoid the special danger that patents applied to a free program could make
49704     it effectively proprietary. To prevent this, the <acronym>GPL</acronym>
49705     assures that patents cannot be used to render the program non-free.</para>
49706
49707     <para>The precise terms and conditions for copying, distribution and
49708     modification follow.</para>
49709
49710     <bridgehead>TERMS AND CONDITIONS</bridgehead>
49711
49712     <bridgehead id="Definitions" renderas="sect1">0. Definitions.</bridgehead>
49713
49714     <para>"This License" refers to version 3 of the <acronym>GNU</acronym>
49715     General Public License.</para>
49716
49717     <para>"Copyright" also means copyright-like laws that apply to other kinds
49718     of works, such as semiconductor masks.</para>
49719
49720     <para>"The Program" refers to any copyrightable work licensed under this
49721     License. Each licensee is addressed as "you". "Licensees" and "recipients"
49722     may be individuals or organizations.</para>
49723
49724     <para>To "modify" a work means to copy from or adapt all or part of the
49725     work in a fashion requiring copyright permission, other than the making of
49726     an exact copy. The resulting work is called a "modified version" of the
49727     earlier work or a work "based on" the earlier work.</para>
49728
49729     <para>A "covered work" means either the unmodified Program or a work based
49730     on the Program.</para>
49731
49732     <para>To "propagate" a work means to do anything with it that, without
49733     permission, would make you directly or secondarily liable for infringement
49734     under applicable copyright law, except executing it on a computer or
49735     modifying a private copy. Propagation includes copying, distribution (with
49736     or without modification), making available to the public, and in some
49737     countries other activities as well.</para>
49738
49739     <para>To "convey" a work means any kind of propagation that enables other
49740     parties to make or receive copies. Mere interaction with a user through a
49741     computer network, with no transfer of a copy, is not conveying.</para>
49742
49743     <para>An interactive user interface displays "Appropriate Legal Notices"
49744     to the extent that it includes a convenient and prominently visible
49745     feature that (1) displays an appropriate copyright notice, and (2) tells
49746     the user that there is no warranty for the work (except to the extent that
49747     warranties are provided), that licensees may convey the work under this
49748     License, and how to view a copy of this License. If the interface presents
49749     a list of user commands or options, such as a menu, a prominent item in
49750     the list meets this criterion.</para>
49751
49752     <bridgehead id="SourceCode" renderas="sect1">1. Source Code.</bridgehead>
49753
49754     <para>The "source code" for a work means the preferred form of the work
49755     for making modifications to it. "Object code" means any non-source form of
49756     a work.</para>
49757
49758     <para>A "Standard Interface" means an interface that either is an official
49759     standard defined by a recognized standards body, or, in the case of
49760     interfaces specified for a particular programming language, one that is
49761     widely used among developers working in that language.</para>
49762
49763     <para>The "System Libraries" of an executable work include anything, other
49764     than the work as a whole, that (a) is included in the normal form of
49765     packaging a Major Component, but which is not part of that Major
49766     Component, and (b) serves only to enable use of the work with that Major
49767     Component, or to implement a Standard Interface for which an
49768     implementation is available to the public in source code form. A "Major
49769     Component", in this context, means a major essential component (kernel,
49770     window system, and so on) of the specific operating system (if any) on
49771     which the executable work runs, or a compiler used to produce the work, or
49772     an object code interpreter used to run it.</para>
49773
49774     <para>The "Corresponding Source" for a work in object code form means all
49775     the source code needed to generate, install, and (for an executable work)
49776     run the object code and to modify the work, including scripts to control
49777     those activities. However, it does not include the work's System
49778     Libraries, or general-purpose tools or generally available free programs
49779     which are used unmodified in performing those activities but which are not
49780     part of the work. For example, Corresponding Source includes interface
49781     definition files associated with source files for the work, and the source
49782     code for shared libraries and dynamically linked subprograms that the work
49783     is specifically designed to require, such as by intimate data
49784     communication or control flow between those subprograms and other parts of
49785     the work.</para>
49786
49787     <para>The Corresponding Source need not include anything that users can
49788     regenerate automatically from other parts of the Corresponding
49789     Source.</para>
49790
49791     <para>The Corresponding Source for a work in source code form is that same
49792     work.</para>
49793
49794     <bridgehead id="BasicPermissions" renderas="sect1">2. Basic
49795     Permissions.</bridgehead>
49796
49797     <para>All rights granted under this License are granted for the term of
49798     copyright on the Program, and are irrevocable provided the stated
49799     conditions are met. This License explicitly affirms your unlimited
49800     permission to run the unmodified Program. The output from running a
49801     covered work is covered by this License only if the output, given its
49802     content, constitutes a covered work. This License acknowledges your rights
49803     of fair use or other equivalent, as provided by copyright law.</para>
49804
49805     <para>You may make, run and propagate covered works that you do not
49806     convey, without conditions so long as your license otherwise remains in
49807     force. You may convey covered works to others for the sole purpose of
49808     having them make modifications exclusively for you, or provide you with
49809     facilities for running those works, provided that you comply with the
49810     terms of this License in conveying all material for which you do not
49811     control copyright. Those thus making or running the covered works for you
49812     must do so exclusively on your behalf, under your direction and control,
49813     on terms that prohibit them from making any copies of your copyrighted
49814     material outside their relationship with you.</para>
49815
49816     <para>Conveying under any other circumstances is permitted solely under
49817     the conditions stated below. Sublicensing is not allowed; section 10 makes
49818     it unnecessary.</para>
49819
49820     <bridgehead id="Protecting" renderas="sect1">3. Protecting Users' Legal
49821     Rights From Anti-Circumvention Law.</bridgehead>
49822
49823     <para>No covered work shall be deemed part of an effective technological
49824     measure under any applicable law fulfilling obligations under article 11
49825     of the WIPO copyright treaty adopted on 20 December 1996, or similar laws
49826     prohibiting or restricting circumvention of such measures.</para>
49827
49828     <para>When you convey a covered work, you waive any legal power to forbid
49829     circumvention of technological measures to the extent such circumvention
49830     is effected by exercising rights under this License with respect to the
49831     covered work, and you disclaim any intention to limit operation or
49832     modification of the work as a means of enforcing, against the work's
49833     users, your or third parties' legal rights to forbid circumvention of
49834     technological measures.</para>
49835
49836     <bridgehead id="ConveyingVerbatim" renderas="sect1">4. Conveying Verbatim
49837     Copies.</bridgehead>
49838
49839     <para>You may convey verbatim copies of the Program's source code as you
49840     receive it, in any medium, provided that you conspicuously and
49841     appropriately publish on each copy an appropriate copyright notice; keep
49842     intact all notices stating that this License and any non-permissive terms
49843     added in accord with section 7 apply to the code; keep intact all notices
49844     of the absence of any warranty; and give all recipients a copy of this
49845     License along with the Program.</para>
49846
49847     <para>You may charge any price or no price for each copy that you convey,
49848     and you may offer support or warranty protection for a fee.</para>
49849
49850     <bridgehead id="ConveyingModified" renderas="sect1">5. Conveying Modified
49851     Source Versions.</bridgehead>
49852
49853     <para>You may convey a work based on the Program, or the modifications to
49854     produce it from the Program, in the form of source code under the terms of
49855     section 4, provided that you also meet all of these conditions:</para>
49856
49857     <orderedlist numeration="loweralpha">
49858       <listitem>
49859         <para>The work must carry prominent notices stating that you modified
49860         it, and giving a relevant date.</para>
49861       </listitem>
49862
49863       <listitem>
49864         <para>The work must carry prominent notices stating that it is
49865         released under this License and any conditions added under section 7.
49866         This requirement modifies the requirement in section 4 to "keep intact
49867         all notices".</para>
49868       </listitem>
49869
49870       <listitem>
49871         <para>You must license the entire work, as a whole, under this License
49872         to anyone who comes into possession of a copy. This License will
49873         therefore apply, along with any applicable section 7 additional terms,
49874         to the whole of the work, and all its parts, regardless of how they
49875         are packaged. This License gives no permission to license the work in
49876         any other way, but it does not invalidate such permission if you have
49877         separately received it.</para>
49878       </listitem>
49879
49880       <listitem>
49881         <para>If the work has interactive user interfaces, each must display
49882         Appropriate Legal Notices; however, if the Program has interactive
49883         interfaces that do not display Appropriate Legal Notices, your work
49884         need not make them do so.</para>
49885       </listitem>
49886     </orderedlist>
49887
49888     <para>A compilation of a covered work with other separate and independent
49889     works, which are not by their nature extensions of the covered work, and
49890     which are not combined with it such as to form a larger program, in or on
49891     a volume of a storage or distribution medium, is called an "aggregate" if
49892     the compilation and its resulting copyright are not used to limit the
49893     access or legal rights of the compilation's users beyond what the
49894     individual works permit. Inclusion of a covered work in an aggregate does
49895     not cause this License to apply to the other parts of the
49896     aggregate.</para>
49897
49898     <bridgehead id="ConveyingNonSource" renderas="sect1">6. Conveying
49899     Non-Source Forms.</bridgehead>
49900
49901     <para>You may convey a covered work in object code form under the terms of
49902     sections 4 and 5, provided that you also convey the machine-readable
49903     Corresponding Source under the terms of this License, in one of these
49904     ways:</para>
49905
49906     <orderedlist numeration="loweralpha">
49907       <listitem>
49908         <para>Convey the object code in, or embodied in, a physical product
49909         (including a physical distribution medium), accompanied by the
49910         Corresponding Source fixed on a durable physical medium customarily
49911         used for software interchange.</para>
49912       </listitem>
49913
49914       <listitem>
49915         <para>Convey the object code in, or embodied in, a physical product
49916         (including a physical distribution medium), accompanied by a written
49917         offer, valid for at least three years and valid for as long as you
49918         offer spare parts or customer support for that product model, to give
49919         anyone who possesses the object code either (1) a copy of the
49920         Corresponding Source for all the software in the product that is
49921         covered by this License, on a durable physical medium customarily used
49922         for software interchange, for a price no more than your reasonable
49923         cost of physically performing this conveying of source, or (2) access
49924         to copy the Corresponding Source from a network server at no
49925         charge.</para>
49926       </listitem>
49927
49928       <listitem>
49929         <para>Convey individual copies of the object code with a copy of the
49930         written offer to provide the Corresponding Source. This alternative is
49931         allowed only occasionally and noncommercially, and only if you
49932         received the object code with such an offer, in accord with subsection
49933         6b.</para>
49934       </listitem>
49935
49936       <listitem>
49937         <para>Convey the object code by offering access from a designated
49938         place (gratis or for a charge), and offer equivalent access to the
49939         Corresponding Source in the same way through the same place at no
49940         further charge. You need not require recipients to copy the
49941         Corresponding Source along with the object code. If the place to copy
49942         the object code is a network server, the Corresponding Source may be
49943         on a different server (operated by you or a third party) that supports
49944         equivalent copying facilities, provided you maintain clear directions
49945         next to the object code saying where to find the Corresponding Source.
49946         Regardless of what server hosts the Corresponding Source, you remain
49947         obligated to ensure that it is available for as long as needed to
49948         satisfy these requirements.</para>
49949       </listitem>
49950
49951       <listitem>
49952         <para>Convey the object code using peer-to-peer transmission, provided
49953         you inform other peers where the object code and Corresponding Source
49954         of the work are being offered to the general public at no charge under
49955         subsection 6d.</para>
49956       </listitem>
49957     </orderedlist>
49958
49959     <para>A separable portion of the object code, whose source code is
49960     excluded from the Corresponding Source as a System Library, need not be
49961     included in conveying the object code work.</para>
49962
49963     <para>A "User Product" is either (1) a "consumer product", which means any
49964     tangible personal property which is normally used for personal, family, or
49965     household purposes, or (2) anything designed or sold for incorporation
49966     into a dwelling. In determining whether a product is a consumer product,
49967     doubtful cases shall be resolved in favor of coverage. For a particular
49968     product received by a particular user, "normally used" refers to a typical
49969     or common use of that class of product, regardless of the status of the
49970     particular user or of the way in which the particular user actually uses,
49971     or expects or is expected to use, the product. A product is a consumer
49972     product regardless of whether the product has substantial commercial,
49973     industrial or non-consumer uses, unless such uses represent the only
49974     significant mode of use of the product.</para>
49975
49976     <para>"Installation Information" for a User Product means any methods,
49977     procedures, authorization keys, or other information required to install
49978     and execute modified versions of a covered work in that User Product from
49979     a modified version of its Corresponding Source. The information must
49980     suffice to ensure that the continued functioning of the modified object
49981     code is in no case prevented or interfered with solely because
49982     modification has been made.</para>
49983
49984     <para>If you convey an object code work under this section in, or with, or
49985     specifically for use in, a User Product, and the conveying occurs as part
49986     of a transaction in which the right of possession and use of the User
49987     Product is transferred to the recipient in perpetuity or for a fixed term
49988     (regardless of how the transaction is characterized), the Corresponding
49989     Source conveyed under this section must be accompanied by the Installation
49990     Information. But this requirement does not apply if neither you nor any
49991     third party retains the ability to install modified object code on the
49992     User Product (for example, the work has been installed in
49993     <acronym>ROM</acronym>).</para>
49994
49995     <para>The requirement to provide Installation Information does not include
49996     a requirement to continue to provide support service, warranty, or updates
49997     for a work that has been modified or installed by the recipient, or for
49998     the User Product in which it has been modified or installed. Access to a
49999     network may be denied when the modification itself materially and
50000     adversely affects the operation of the network or violates the rules and
50001     protocols for communication across the network.</para>
50002
50003     <para>Corresponding Source conveyed, and Installation Information
50004     provided, in accord with this section must be in a format that is publicly
50005     documented (and with an implementation available to the public in source
50006     code form), and must require no special password or key for unpacking,
50007     reading or copying.</para>
50008
50009     <bridgehead id="AdditionalTerms" renderas="sect1">7. Additional
50010     Terms.</bridgehead>
50011
50012     <para>"Additional permissions" are terms that supplement the terms of this
50013     License by making exceptions from one or more of its conditions.
50014     Additional permissions that are applicable to the entire Program shall be
50015     treated as though they were included in this License, to the extent that
50016     they are valid under applicable law. If additional permissions apply only
50017     to part of the Program, that part may be used separately under those
50018     permissions, but the entire Program remains governed by this License
50019     without regard to the additional permissions.</para>
50020
50021     <para>When you convey a copy of a covered work, you may at your option
50022     remove any additional permissions from that copy, or from any part of it.
50023     (Additional permissions may be written to require their own removal in
50024     certain cases when you modify the work.) You may place additional
50025     permissions on material, added by you to a covered work, for which you
50026     have or can give appropriate copyright permission.</para>
50027
50028     <para>Notwithstanding any other provision of this License, for material
50029     you add to a covered work, you may (if authorized by the copyright holders
50030     of that material) supplement the terms of this License with terms:</para>
50031
50032     <orderedlist numeration="loweralpha">
50033       <listitem>
50034         <para>Disclaiming warranty or limiting liability differently from the
50035         terms of sections 15 and 16 of this License; or</para>
50036       </listitem>
50037
50038       <listitem>
50039         <para>Requiring preservation of specified reasonable legal notices or
50040         author attributions in that material or in the Appropriate Legal
50041         Notices displayed by works containing it; or</para>
50042       </listitem>
50043
50044       <listitem>
50045         <para>Prohibiting misrepresentation of the origin of that material, or
50046         requiring that modified versions of such material be marked in
50047         reasonable ways as different from the original version; or</para>
50048       </listitem>
50049
50050       <listitem>
50051         <para>Limiting the use for publicity purposes of names of licensors or
50052         authors of the material; or</para>
50053       </listitem>
50054
50055       <listitem>
50056         <para>Declining to grant rights under trademark law for use of some
50057         trade names, trademarks, or service marks; or</para>
50058       </listitem>
50059
50060       <listitem>
50061         <para>Requiring indemnification of licensors and authors of that
50062         material by anyone who conveys the material (or modified versions of
50063         it) with contractual assumptions of liability to the recipient, for
50064         any liability that these contractual assumptions directly impose on
50065         those licensors and authors.</para>
50066       </listitem>
50067     </orderedlist>
50068
50069     <para>All other non-permissive additional terms are considered "further
50070     restrictions" within the meaning of section 10. If the Program as you
50071     received it, or any part of it, contains a notice stating that it is
50072     governed by this License along with a term that is a further restriction,
50073     you may remove that term. If a license document contains a further
50074     restriction but permits relicensing or conveying under this License, you
50075     may add to a covered work material governed by the terms of that license
50076     document, provided that the further restriction does not survive such
50077     relicensing or conveying.</para>
50078
50079     <para>If you add terms to a covered work in accord with this section, you
50080     must place, in the relevant source files, a statement of the additional
50081     terms that apply to those files, or a notice indicating where to find the
50082     applicable terms.</para>
50083
50084     <para>Additional terms, permissive or non-permissive, may be stated in the
50085     form of a separately written license, or stated as exceptions; the above
50086     requirements apply either way.</para>
50087
50088     <bridgehead id="Termination" renderas="sect1">8. Termination.</bridgehead>
50089
50090     <para>You may not propagate or modify a covered work except as expressly
50091     provided under this License. Any attempt otherwise to propagate or modify
50092     it is void, and will automatically terminate your rights under this
50093     License (including any patent licenses granted under the third paragraph
50094     of section 11).</para>
50095
50096     <para>However, if you cease all violation of this License, then your
50097     license from a particular copyright holder is reinstated (a)
50098     provisionally, unless and until the copyright holder explicitly and
50099     finally terminates your license, and (b) permanently, if the copyright
50100     holder fails to notify you of the violation by some reasonable means prior
50101     to 60 days after the cessation.</para>
50102
50103     <para>Moreover, your license from a particular copyright holder is
50104     reinstated permanently if the copyright holder notifies you of the
50105     violation by some reasonable means, this is the first time you have
50106     received notice of violation of this License (for any work) from that
50107     copyright holder, and you cure the violation prior to 30 days after your
50108     receipt of the notice.</para>
50109
50110     <para>Termination of your rights under this section does not terminate the
50111     licenses of parties who have received copies or rights from you under this
50112     License. If your rights have been terminated and not permanently
50113     reinstated, you do not qualify to receive new licenses for the same
50114     material under section 10.</para>
50115
50116     <bridgehead id="AcceptanceNotRequired" renderas="sect1">9. Acceptance Not
50117     Required for Having Copies.</bridgehead>
50118
50119     <para>You are not required to accept this License in order to receive or
50120     run a copy of the Program. Ancillary propagation of a covered work
50121     occurring solely as a consequence of using peer-to-peer transmission to
50122     receive a copy likewise does not require acceptance. However, nothing
50123     other than this License grants you permission to propagate or modify any
50124     covered work. These actions infringe copyright if you do not accept this
50125     License. Therefore, by modifying or propagating a covered work, you
50126     indicate your acceptance of this License to do so.</para>
50127
50128     <bridgehead id="AutomaticDownstream" renderas="sect1">10. Automatic
50129     Licensing of Downstream Recipients.</bridgehead>
50130
50131     <para>Each time you convey a covered work, the recipient automatically
50132     receives a license from the original licensors, to run, modify and
50133     propagate that work, subject to this License. You are not responsible for
50134     enforcing compliance by third parties with this License.</para>
50135
50136     <para>An "entity transaction" is a transaction transferring control of an
50137     organization, or substantially all assets of one, or subdividing an
50138     organization, or merging organizations. If propagation of a covered work
50139     results from an entity transaction, each party to that transaction who
50140     receives a copy of the work also receives whatever licenses to the work
50141     the party's predecessor in interest had or could give under the previous
50142     paragraph, plus a right to possession of the Corresponding Source of the
50143     work from the predecessor in interest, if the predecessor has it or can
50144     get it with reasonable efforts.</para>
50145
50146     <para>You may not impose any further restrictions on the exercise of the
50147     rights granted or affirmed under this License. For example, you may not
50148     impose a license fee, royalty, or other charge for exercise of rights
50149     granted under this License, and you may not initiate litigation (including
50150     a cross-claim or counterclaim in a lawsuit) alleging that any patent claim
50151     is infringed by making, using, selling, offering for sale, or importing
50152     the Program or any portion of it.</para>
50153
50154     <bridgehead id="Patents" renderas="sect1">11. Patents.</bridgehead>
50155
50156     <para>A "contributor" is a copyright holder who authorizes use under this
50157     License of the Program or a work on which the Program is based. The work
50158     thus licensed is called the contributor's "contributor version".</para>
50159
50160     <para>A contributor's "essential patent claims" are all patent claims
50161     owned or controlled by the contributor, whether already acquired or
50162     hereafter acquired, that would be infringed by some manner, permitted by
50163     this License, of making, using, or selling its contributor version, but do
50164     not include claims that would be infringed only as a consequence of
50165     further modification of the contributor version. For purposes of this
50166     definition, "control" includes the right to grant patent sublicenses in a
50167     manner consistent with the requirements of this License.</para>
50168
50169     <para>Each contributor grants you a non-exclusive, worldwide, royalty-free
50170     patent license under the contributor's essential patent claims, to make,
50171     use, sell, offer for sale, import and otherwise run, modify and propagate
50172     the contents of its contributor version.</para>
50173
50174     <para>In the following three paragraphs, a "patent license" is any express
50175     agreement or commitment, however denominated, not to enforce a patent
50176     (such as an express permission to practice a patent or covenant not to sue
50177     for patent infringement). To "grant" such a patent license to a party
50178     means to make such an agreement or commitment not to enforce a patent
50179     against the party.</para>
50180
50181     <para>If you convey a covered work, knowingly relying on a patent license,
50182     and the Corresponding Source of the work is not available for anyone to
50183     copy, free of charge and under the terms of this License, through a
50184     publicly available network server or other readily accessible means, then
50185     you must either (1) cause the Corresponding Source to be so available, or
50186     (2) arrange to deprive yourself of the benefit of the patent license for
50187     this particular work, or (3) arrange, in a manner consistent with the
50188     requirements of this License, to extend the patent license to downstream
50189     recipients. "Knowingly relying" means you have actual knowledge that, but
50190     for the patent license, your conveying the covered work in a country, or
50191     your recipient's use of the covered work in a country, would infringe one
50192     or more identifiable patents in that country that you have reason to
50193     believe are valid.</para>
50194
50195     <para>If, pursuant to or in connection with a single transaction or
50196     arrangement, you convey, or propagate by procuring conveyance of, a
50197     covered work, and grant a patent license to some of the parties receiving
50198     the covered work authorizing them to use, propagate, modify or convey a
50199     specific copy of the covered work, then the patent license you grant is
50200     automatically extended to all recipients of the covered work and works
50201     based on it.</para>
50202
50203     <para>A patent license is "discriminatory" if it does not include within
50204     the scope of its coverage, prohibits the exercise of, or is conditioned on
50205     the non-exercise of one or more of the rights that are specifically
50206     granted under this License. You may not convey a covered work if you are a
50207     party to an arrangement with a third party that is in the business of
50208     distributing software, under which you make payment to the third party
50209     based on the extent of your activity of conveying the work, and under
50210     which the third party grants, to any of the parties who would receive the
50211     covered work from you, a discriminatory patent license (a) in connection
50212     with copies of the covered work conveyed by you (or copies made from those
50213     copies), or (b) primarily for and in connection with specific products or
50214     compilations that contain the covered work, unless you entered into that
50215     arrangement, or that patent license was granted, prior to 28 March
50216     2007.</para>
50217
50218     <para>Nothing in this License shall be construed as excluding or limiting
50219     any implied license or other defenses to infringement that may otherwise
50220     be available to you under applicable patent law.</para>
50221
50222     <bridgehead id="NoSurrender" renderas="sect1">12. No Surrender of Others'
50223     Freedom.</bridgehead>
50224
50225     <para>If conditions are imposed on you (whether by court order, agreement
50226     or otherwise) that contradict the conditions of this License, they do not
50227     excuse you from the conditions of this License. If you cannot convey a
50228     covered work so as to satisfy simultaneously your obligations under this
50229     License and any other pertinent obligations, then as a consequence you may
50230     not convey it at all. For example, if you agree to terms that obligate you
50231     to collect a royalty for further conveying from those to whom you convey
50232     the Program, the only way you could satisfy both those terms and this
50233     License would be to refrain entirely from conveying the Program.</para>
50234
50235     <bridgehead id="UsedWithAGPL" renderas="sect1">13. Use with the
50236     <acronym>GNU</acronym> Affero General Public License.</bridgehead>
50237
50238     <para>Notwithstanding any other provision of this License, you have
50239     permission to link or combine any covered work with a work licensed under
50240     version 3 of the <acronym>GNU</acronym> Affero General Public License into
50241     a single combined work, and to convey the resulting work. The terms of
50242     this License will continue to apply to the part which is the covered work,
50243     but the special requirements of the <acronym>GNU</acronym> Affero General
50244     Public License, section 13, concerning interaction through a network will
50245     apply to the combination as such.</para>
50246
50247     <bridgehead id="RevisedVersions" renderas="sect1">14. Revised Versions of
50248     this License.</bridgehead>
50249
50250     <para>The Free Software Foundation may publish revised and/or new versions
50251     of the <acronym>GNU</acronym> General Public License from time to time.
50252     Such new versions will be similar in spirit to the present version, but
50253     may differ in detail to address new problems or concerns.</para>
50254
50255     <para>Each version is given a distinguishing version number. If the
50256     Program specifies that a certain numbered version of the
50257     <acronym>GNU</acronym> General Public License "or any later version"
50258     applies to it, you have the option of following the terms and conditions
50259     either of that numbered version or of any later version published by the
50260     Free Software Foundation. If the Program does not specify a version number
50261     of the <acronym>GNU</acronym> General Public License, you may choose any
50262     version ever published by the Free Software Foundation.</para>
50263
50264     <para>If the Program specifies that a proxy can decide which future
50265     versions of the <acronym>GNU</acronym> General Public License can be used,
50266     that proxy's public statement of acceptance of a version permanently
50267     authorizes you to choose that version for the Program.</para>
50268
50269     <para>Later license versions may give you additional or different
50270     permissions. However, no additional obligations are imposed on any author
50271     or copyright holder as a result of your choosing to follow a later
50272     version.</para>
50273
50274     <bridgehead id="WarrantyDisclaimer" renderas="sect1">15. Disclaimer of
50275     Warranty.</bridgehead>
50276
50277     <para>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
50278     APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
50279     HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
50280     OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
50281     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
50282     PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
50283     IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
50284     ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
50285
50286     <bridgehead id="LiabilityLimitation" renderas="sect1">16. Limitation of
50287     Liability.</bridgehead>
50288
50289     <para>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
50290     WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
50291     CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
50292     INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
50293     ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
50294     LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
50295     SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
50296     WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
50297     ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
50298
50299     <bridgehead id="InterpretationSecs1516" renderas="sect1">17.
50300     Interpretation of Sections 15 and 16.</bridgehead>
50301
50302     <para>If the disclaimer of warranty and limitation of liability provided
50303     above cannot be given local legal effect according to their terms,
50304     reviewing courts shall apply local law that most closely approximates an
50305     absolute waiver of all civil liability in connection with the Program,
50306     unless a warranty or assumption of liability accompanies a copy of the
50307     Program in return for a fee.</para>
50308
50309     <bridgehead>END OF TERMS AND CONDITIONS</bridgehead>
50310
50311     <bridgehead id="HowToApply" renderas="sect1">How to Apply These Terms to
50312     Your New Programs</bridgehead>
50313
50314     <para>If you develop a new program, and you want it to be of the greatest
50315     possible use to the public, the best way to achieve this is to make it
50316     free software which everyone can redistribute and change under these
50317     terms.</para>
50318
50319     <para>To do so, attach the following notices to the program. It is safest
50320     to attach them to the start of each source file to most effectively state
50321     the exclusion of warranty; and each file should have at least the
50322     "copyright" line and a pointer to where the full notice is found.</para>
50323
50324     <screen>
50325 <replaceable>one line to give the program's name and a brief idea of what it does.</replaceable>
50326 Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
50327
50328 This program is free software: you can redistribute it and/or modify
50329 it under the terms of the <acronym>GNU</acronym> General Public License as published by
50330 the Free Software Foundation, either version 3 of the License, or
50331 (at your option) any later version.
50332
50333 This program is distributed in the hope that it will be useful,
50334 but WITHOUT ANY WARRANTY; without even the implied warranty of
50335 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50336 <acronym>GNU</acronym> General Public License for more details.
50337
50338 You should have received a copy of the <acronym>GNU</acronym> General Public License
50339 along with this program.  If not, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.
50340   </screen>
50341
50342     <para>Also add information on how to contact you by electronic and paper
50343     mail.</para>
50344
50345     <para>If the program does terminal interaction, make it output a short
50346     notice like this when it starts in an interactive mode:</para>
50347
50348     <screen>
50349 <replaceable>program</replaceable> Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
50350 This program comes with ABSOLUTELY NO WARRANTY; for details type `<literal>show w</literal>'.
50351 This is free software, and you are welcome to redistribute it
50352 under certain conditions; type `<literal>show c</literal>' for details.
50353   </screen>
50354
50355     <para>The hypothetical commands `<literal>show w</literal>' and
50356     `<literal>show c</literal>' should show the appropriate parts of the
50357     General Public License. Of course, your program's commands might be
50358     different; for a GUI interface, you would use an "about box".</para>
50359
50360     <para>You should also get your employer (if you work as a programmer) or
50361     school, if any, to sign a "copyright disclaimer" for the program, if
50362     necessary. For more information on this, and how to apply and follow the
50363     <acronym>GNU</acronym> <acronym>GPL</acronym>, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.</para>
50364
50365     <para>The <acronym>GNU</acronym> General Public License does not permit
50366     incorporating your program into proprietary programs. If your program is a
50367     subroutine library, you may consider it more useful to permit linking
50368     proprietary applications with the library. If this is what you want to do,
50369     use the <acronym>GNU</acronym> Lesser General Public License instead of
50370     this License. But first, please read <ulink url="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</ulink>.</para>
50371   </appendix>
50372 </book>