95e6b551879c89c2421a0f4059e6ecbeb7824ce2
[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                   </itemizedlist>
19052                 </listitem>
19053                 </itemizedlist></para>
19054             </listitem>
19055           </itemizedlist>
19056
19057           <section id="noticemarkup">
19058             <title>Overdue Notice Markup</title>
19059
19060             <para>When creating your overdue notices there are two tags in addition to the various
19061               database fields that you can use in your notices. You will also want to review the
19062                 <link linkend="noticesfieldguide">Notices &amp; Slips Field Guide</link> for
19063               information on formatting item information in these notices. <important>
19064                 <para>These new tags only work on the overdue notices, not other circulation related
19065                   notices at this time.</para>
19066               </important>These tags are &lt;item&gt; and &lt;/item&gt; which should enclose all
19067               fields from the biblio, biblioitems, and items tables.</para>
19068
19069             <para>An example of using these tags in a notice template might be like:</para>
19070
19071             <programlisting>   The following item(s) is/are currently overdue:
19072
19073    &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>
19074
19075             <para>Which, assuming two items were overdue, would result in a notice
19076               like:<programlisting>   The following item(s) is/are currently overdue:
19077
19078    "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: 3.50
19079    "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: 3.50</programlisting></para>
19080           </section>
19081         </section>
19082
19083         <section id="existingnotices">
19084           <title>Existing Notices &amp; Slips</title>
19085
19086           <para>Among the default notices are notices for several common actions within Koha. All of
19087             these notices can be customized by altering their text via the Notices &amp; Slips tool
19088             and their style using the <link linkend="NoticeCSS">NoticeCSS</link> preference to
19089             define a stylesheet. You will also want to review the <link linkend="noticesfieldguide"
19090               >Notices &amp; Slips Field Guide</link> for information on formatting item information
19091             in these notices. Here are some of what those notices do:</para>
19092
19093           <itemizedlist>
19094             <listitem>
19095               <para id="ACCTDETAILS">ACCTDETAILS</para>
19096
19097               <itemizedlist>
19098                 <listitem>
19099                   <para>Sent to patrons when their account is set up if the
19100                   <link linkend="AutoEmailOPACUser">AutoEmailOPACUser</link>
19101                   preference is set to 'Send'</para>
19102                 </listitem>
19103               </itemizedlist>
19104             </listitem>
19105
19106             <listitem>
19107               <para id="ACQCLAIM">ACQCLAIM (Acquisition Claim)</para>
19108
19109               <itemizedlist>
19110                 <listitem>
19111                   <para>Used in the claim acquisition module</para>
19112                 </listitem>
19113
19114                 <listitem>
19115                   <para><emphasis>Get there:</emphasis> More &gt; Acquisitions
19116                   &gt; Late issues</para>
19117                 </listitem>
19118               </itemizedlist>
19119             </listitem>
19120             <listitem>
19121               <para>CHECKIN<itemizedlist>
19122                   <listitem>
19123                     <para>This notice is sent as the 'Check in' notice for all items that are
19124                       checked in</para>
19125                   </listitem>
19126                   <listitem>
19127                     <para>This notice is used if two criteria are met:</para>
19128                     <orderedlist>
19129                       <listitem>
19130                         <para>The <link linkend="EnhancedMessagingPreferences"
19131                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19132                       </listitem>
19133                       <listitem>
19134                         <para>The patron has requested to receive this notice</para>
19135                         <itemizedlist>
19136                           <listitem>
19137                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19138                               messaging</para>
19139                           </listitem>
19140                           <listitem>
19141                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19142                               &gt; <link linkend="patnotices">Notices</link></para>
19143                           </listitem>
19144                         </itemizedlist>
19145                       </listitem>
19146                     </orderedlist>
19147                   </listitem>
19148                 </itemizedlist></para>
19149             </listitem>
19150             <listitem>
19151               <para>CHECKOUT<itemizedlist>
19152                   <listitem>
19153                     <para>This notice is sent as the 'Check out' notice for all items that are
19154                       checked out</para>
19155                   </listitem>
19156                   <listitem>
19157                     <para>This notice is used if two criteria are met:</para>
19158                     <orderedlist>
19159                       <listitem>
19160                         <para>The <link linkend="EnhancedMessagingPreferences"
19161                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19162                       </listitem>
19163                       <listitem>
19164                         <para>The patron has requested to receive this notice</para>
19165                         <itemizedlist>
19166                           <listitem>
19167                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19168                               messaging</para>
19169                           </listitem>
19170                           <listitem>
19171                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19172                               &gt; <link linkend="patnotices">Notices</link></para>
19173                           </listitem>
19174                         </itemizedlist>
19175                       </listitem>
19176                     </orderedlist>
19177                   </listitem>
19178                 </itemizedlist></para>
19179             </listitem>
19180             <listitem>
19181               <para>DUE<itemizedlist>
19182                   <listitem>
19183                     <para>This notice is sent as the 'Item due' for an item is due</para>
19184                   </listitem>
19185                   <listitem>
19186                     <para>This notice is used if two criteria are met:</para>
19187                     <orderedlist>
19188                       <listitem>
19189                         <para>The <link linkend="EnhancedMessagingPreferences"
19190                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19191                       </listitem>
19192                       <listitem>
19193                         <para>The patron has requested to receive this notice</para>
19194                         <itemizedlist>
19195                           <listitem>
19196                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19197                               messaging</para>
19198                           </listitem>
19199                           <listitem>
19200                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19201                               &gt; <link linkend="patnotices">Notices</link></para>
19202                           </listitem>
19203                         </itemizedlist>
19204                       </listitem>
19205                     </orderedlist>
19206                   </listitem>
19207                 </itemizedlist></para>
19208             </listitem>
19209             <listitem>
19210               <para>DUEDGST<itemizedlist>
19211                   <listitem>
19212                     <para>This notice is sent as the 'Item due' for all items that are due</para>
19213                   </listitem>
19214                   <listitem>
19215                     <para>This notice is used if two criteria are met:</para>
19216                     <orderedlist>
19217                       <listitem>
19218                         <para>The <link linkend="EnhancedMessagingPreferences"
19219                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19220                       </listitem>
19221                       <listitem>
19222                         <para>The patron has requested to receive this notice as a digest</para>
19223                         <itemizedlist>
19224                           <listitem>
19225                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19226                               messaging</para>
19227                           </listitem>
19228                           <listitem>
19229                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19230                               &gt; <link linkend="patnotices">Notices</link></para>
19231                           </listitem>
19232                         </itemizedlist>
19233                       </listitem>
19234                     </orderedlist>
19235                   </listitem>
19236                 </itemizedlist></para>
19237             </listitem>
19238
19239             <listitem>
19240               <para id="HOLDnotice">HOLD (Hold Available for Pickup)</para>
19241
19242               <itemizedlist>
19243                 <listitem>
19244                   <para>This notice is used if two criteria are met:</para>
19245
19246                   <orderedlist>
19247                     <listitem>
19248                       <para>The <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
19249                       is set to 'Allow'</para>
19250                     </listitem>
19251
19252                     <listitem>
19253                       <para>The patron has requested to receive this
19254                       notice</para>
19255
19256                       <itemizedlist>
19257                         <listitem>
19258                           <para><emphasis>Get there: </emphasis>OPAC &gt;
19259                           Login &gt; my messaging</para>
19260                         </listitem>
19261
19262                         <listitem>
19263                           <para><emphasis>Get there: </emphasis>Staff Client
19264                           &gt; Patron Record &gt; <link linkend="patnotices">Notices</link></para>
19265                         </listitem>
19266                       </itemizedlist>
19267                     </listitem>
19268                   </orderedlist>
19269                 </listitem>
19270
19271                 <listitem>
19272                   <para>When this notice references the branches table it is
19273                   referring to the pickup branch information.</para>
19274                 </listitem>
19275               </itemizedlist>
19276             </listitem>
19277
19278             <listitem>
19279               <para id="HOLDPLACED">HOLDPLACED (a notice to the library staff
19280               that a hold has been placed)</para>
19281
19282               <itemizedlist>
19283                 <listitem>
19284                   <para>This notice requires the <link linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
19285                   system preference to be set to 'Enable'</para>
19286                 </listitem>
19287
19288                 <listitem>
19289                   <para>When this notice references the branches table it is
19290                   referring to the pickup branch information.</para>
19291                 </listitem>
19292               </itemizedlist>
19293             </listitem>
19294
19295             <listitem>
19296               <para id="ODUE">ODUE (Overdue Notice)</para>
19297
19298               <itemizedlist>
19299                 <listitem>
19300                   <para>This notice is used to send Overdue Notices to
19301                   Patrons</para>
19302                 </listitem>
19303
19304                 <listitem>
19305                   <para>See a <link linkend="samplenotice">Sample Overdue
19306                   Notice</link></para>
19307                 </listitem>
19308
19309                 <listitem>
19310                   <para>Requires that you set <link linkend="noticetriggers">Overdue Notice/Status
19311                   Triggers</link></para>
19312                 </listitem>
19313               </itemizedlist>
19314             </listitem>
19315             <listitem>
19316               <para>PREDUE<itemizedlist>
19317                   <listitem>
19318                     <para>This notice is sent as the 'Advanced notice' for an item is due</para>
19319                   </listitem>
19320                   <listitem>
19321                     <para>This notice is used if two criteria are met:</para>
19322                     <orderedlist>
19323                       <listitem>
19324                         <para>The <link linkend="EnhancedMessagingPreferences"
19325                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19326                       </listitem>
19327                       <listitem>
19328                         <para>The patron has requested to receive this notice</para>
19329                         <itemizedlist>
19330                           <listitem>
19331                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19332                               messaging</para>
19333                           </listitem>
19334                           <listitem>
19335                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19336                               &gt; <link linkend="patnotices">Notices</link></para>
19337                           </listitem>
19338                         </itemizedlist>
19339                       </listitem>
19340                     </orderedlist>
19341                   </listitem>
19342                 </itemizedlist></para>
19343             </listitem>
19344             <listitem>
19345               <para>PREDUEDGST<itemizedlist>
19346                   <listitem>
19347                     <para>This notice is sent as the 'Advanced notice' for all items that are
19348                       due</para>
19349                   </listitem>
19350                   <listitem>
19351                     <para>This notice is used if two criteria are met:</para>
19352                     <orderedlist>
19353                       <listitem>
19354                         <para>The <link linkend="EnhancedMessagingPreferences"
19355                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19356                       </listitem>
19357                       <listitem>
19358                         <para>The patron has requested to receive this notice as a digest</para>
19359                         <itemizedlist>
19360                           <listitem>
19361                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19362                               messaging</para>
19363                           </listitem>
19364                           <listitem>
19365                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19366                               &gt; <link linkend="patnotices">Notices</link></para>
19367                           </listitem>
19368                         </itemizedlist>
19369                       </listitem>
19370                     </orderedlist>
19371                   </listitem>
19372                 </itemizedlist></para>
19373             </listitem>
19374             <listitem>
19375               <para>RENEWAL<itemizedlist>
19376                   <listitem>
19377                     <para>This notice is sent as the 'Check out' notice for all items that are
19378                       renewed</para>
19379                   </listitem>
19380                   <listitem>
19381                     <para>This notice is used if three criteria are met:</para>
19382                     <orderedlist>
19383                       <listitem>
19384                         <para>The <link linkend="EnhancedMessagingPreferences"
19385                             >EnhancedMessagingPreferences</link> is set to 'Allow'</para>
19386                       </listitem>
19387                       <listitem>
19388                         <para>The <link linkend="RenewalSendNotice">RenewalSendNotice</link>
19389                           preference is set to 'Send'</para>
19390                       </listitem>
19391                       <listitem>
19392                         <para>The patron has requested to receive the checkout notice</para>
19393                         <itemizedlist>
19394                           <listitem>
19395                             <para><emphasis>Get there: </emphasis>OPAC &gt; Login &gt; my
19396                               messaging</para>
19397                           </listitem>
19398                           <listitem>
19399                             <para><emphasis>Get there: </emphasis>Staff Client &gt; Patron Record
19400                               &gt; <link linkend="patnotices">Notices</link></para>
19401                           </listitem>
19402                         </itemizedlist>
19403                       </listitem>
19404                     </orderedlist>
19405                   </listitem>
19406                 </itemizedlist></para>
19407             </listitem>
19408
19409             <listitem>
19410               <para id="RLIST">RLIST (Routing List)</para>
19411
19412               <itemizedlist>
19413                 <listitem>
19414                   <para>Used in the serials module to notify patrons/staff of
19415                   new issues of a serial</para>
19416
19417                   <itemizedlist>
19418                     <listitem>
19419                       <para><emphasis>Get there:</emphasis> More &gt; Serials
19420                       &gt; <link linkend="newsubscription">New
19421                       Subscription</link></para>
19422                     </listitem>
19423                   </itemizedlist>
19424                 </listitem>
19425
19426                 <listitem>
19427                   <para>You have the option to select the 'Routing List'
19428                   notice when creating a new subscription (Choose from the
19429                   'Patron notification' drop down).</para>
19430                 </listitem>
19431
19432                 <listitem>
19433                   <note>
19434                     <para>Notice also that if you'd like to notify patrons of
19435                     new serial issues, you can click on 'define a notice'
19436                     which will take you to the 'Notices' tool</para>
19437                   </note>
19438                 </listitem>
19439               </itemizedlist>
19440             </listitem>
19441             <listitem>
19442               <para>SHARE_ACCEPT<itemizedlist>
19443                   <listitem>
19444                     <para>Used to notify a patron when another patron has accepted their shared
19445                       list.</para>
19446                   </listitem>
19447                   <listitem>
19448                     <para>Requires that you set <link linkend="OpacAllowSharingPrivateLists"
19449                         >OpacAllowSharingPrivateLists</link> to 'Allow'</para>
19450                   </listitem>
19451                 </itemizedlist></para>
19452             </listitem>
19453             <listitem>
19454               <para>SHARE_INVITE <itemizedlist>
19455                   <listitem>
19456                     <para>Used to notify a patron that another patron would like to share a list
19457                       with them.</para>
19458                   </listitem>
19459                   <listitem>
19460                     <para>Requires that you set <link linkend="OpacAllowSharingPrivateLists"
19461                         >OpacAllowSharingPrivateLists</link> to 'Allow'</para>
19462                   </listitem>
19463                 </itemizedlist></para>
19464             </listitem>
19465           </itemizedlist>
19466
19467           <para>There are also a set of predefined slips (or receipts) listed
19468           on this page. All of these slips can be customized by altering their
19469           text via the Notices &amp; Slips tool and their style using the
19470           <link linkend="SlipCSS">SlipCSS</link> preference to define a
19471           stylesheet. Here is what those slips are used for:</para>
19472
19473           <itemizedlist>
19474             <listitem>
19475               <para>ISSUEQSLIP</para>
19476
19477               <itemizedlist>
19478                 <listitem>
19479                   <para>Used to print the quick slip in circulation</para>
19480                 </listitem>
19481
19482                 <listitem>
19483                   <para>The quick slip only includes items that were checked
19484                   out today</para>
19485                 </listitem>
19486               </itemizedlist>
19487             </listitem>
19488
19489             <listitem>
19490               <para>ISSUESLIP</para>
19491
19492               <itemizedlist>
19493                 <listitem>
19494                   <para>Used to print a full slip in circulation</para>
19495                 </listitem>
19496
19497                 <listitem>
19498                   <para>The slip or receipt will show items checked out today
19499                   as well as items that are still checked out</para>
19500                 </listitem>
19501               </itemizedlist>
19502             </listitem>
19503
19504             <listitem>
19505               <para>RESERVESLIP</para>
19506
19507               <itemizedlist>
19508                 <listitem>
19509                   <para>Used to print a holds slip</para>
19510                 </listitem>
19511
19512                 <listitem>
19513                   <para>The holds slip is generated when a hold is
19514                   confirmed</para>
19515                 </listitem>
19516               </itemizedlist>
19517             </listitem>
19518             <listitem>
19519               <para>TRANSFERSLIP</para>
19520               <itemizedlist>
19521                 <listitem>
19522                   <para>Used to print a transfer slip</para>
19523                 </listitem>
19524                 <listitem>
19525                   <para>The transfer slip is printed when you confirm a transfer from one branch to
19526                     another in your system</para>
19527                 </listitem>
19528               </itemizedlist>
19529             </listitem>
19530           </itemizedlist>
19531         </section>
19532       </section>
19533
19534       <section id="noticetriggers">
19535         <title>Overdue Notice/Status Triggers</title>
19536
19537         <itemizedlist>
19538           <listitem>
19539             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
19540             and Circulation &gt; Overdue Notice/Status Triggers</para>
19541           </listitem>
19542         </itemizedlist>
19543
19544         <para>In order to send the overdue notices that you defined using the
19545         <link linkend="notices">Notices</link> tool, you need to first set the
19546         triggers to have these messages.</para>
19547
19548         <important>
19549           <para>In order to have overdue notices sent to your patrons, you
19550           need to <link linkend="addingpatroncat">set that patron
19551           category</link> to require overdue notices.</para>
19552         </important>
19553
19554         <para>The Overdue Notice/Status Triggers tool gives the librarian the
19555         power to send up to three notices to each patron type notifying them
19556         of overdue items</para>
19557
19558         <screenshot>
19559           <screeninfo>Overdue Notice/Status Triggers Tool</screeninfo>
19560
19561           <mediaobject>
19562             <imageobject>
19563               <imagedata fileref="images/tools/triggers.png"/>
19564             </imageobject>
19565           </mediaobject>
19566         </screenshot>
19567
19568         <itemizedlist>
19569           <listitem>
19570             <para>Delay is the number of days after an issue is due before an
19571             action is triggered.</para>
19572
19573             <itemizedlist>
19574               <listitem>
19575                 <important>
19576                   <para>If you want Koha to trigger an action (send a letter
19577                   or restrict member), a delay value is required.</para>
19578                 </important>
19579               </listitem>
19580             </itemizedlist>
19581           </listitem>
19582
19583           <listitem>
19584             <para>To send additional notices, click on the tabs for 'Second'
19585             and 'Third' notice</para>
19586           </listitem>
19587
19588           <listitem>
19589             <para>If you would like to prevent a patron from checking items out because of their
19590               overdue items, check the 'Restrict' box, this will put a notice on the patron's record
19591               at checkout informing the librarian that the patron cannot check out due to overdue items.<itemizedlist>
19592                 <listitem>
19593                   <para>If you choose to restrict a patron in this way you can also have Koha
19594                     automatically remove that restriction with the <link
19595                       linkend="AutoRemoveOverduesRestrictions">AutoRemoveOverduesRestrictions</link>
19596                     preference.</para>
19597                 </listitem>
19598               </itemizedlist></para>
19599           </listitem>
19600
19601           <listitem>
19602             <para>Next you can choose the delivery method for the overdue notice. You can choose
19603               from Email, Phone (if you are using the <link
19604                 linkend="TalkingTechItivaPhoneNotification">iTiva Talking Tech service</link>),
19605               Print and SMS (if you have set your <link linkend="SMSSendDriver"
19606               >SMSSendDriver</link>). <itemizedlist>
19607                 <listitem>
19608                   <note>
19609                     <para>The Feed option is not yet a feature in Koha, it is there for future
19610                       development.</para>
19611                   </note>
19612                 </listitem>
19613               </itemizedlist></para>
19614           </listitem>
19615           <listitem>
19616             <para>See a <link linkend="samplenotice">Sample Overdue Notice</link></para>
19617           </listitem>
19618         </itemizedlist>
19619       </section>
19620
19621       <section id="patroncardcreator">
19622         <title>Patron Card Creator</title>
19623
19624         <itemizedlist>
19625           <listitem>
19626             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
19627             and Circulation &gt; Patron Card Creator</para>
19628           </listitem>
19629         </itemizedlist>
19630
19631         <para>The Patron Card Creator allow you to use layouts and templates
19632         which you design to print a nearly unlimited variety of patron cards
19633         including barcodes. Here are some of the features of the Patron Card
19634         Creator module:</para>
19635
19636         <itemizedlist>
19637           <listitem>
19638             <para>Customize patron card layouts</para>
19639           </listitem>
19640
19641           <listitem>
19642             <para>Design custom card templates for printed patron cards</para>
19643           </listitem>
19644
19645           <listitem>
19646             <para>Build and manage batches of patron cards</para>
19647           </listitem>
19648
19649           <listitem>
19650             <para>Export single or multiple batches</para>
19651           </listitem>
19652
19653           <listitem>
19654             <para>Export single or multiple patron cards from within a
19655             batch</para>
19656           </listitem>
19657
19658           <listitem>
19659             <para>Export card data as a PDF readable by any standard PDF
19660             reader, making patron cards printable directly on a printer</para>
19661           </listitem>
19662         </itemizedlist>
19663
19664         <para>At the top of each screen within the Patron Card Creator, you
19665         will see a toolbar allowing quick access to relevant functions. The
19666         menu to the left of each screen also allows easy access to the
19667         different sections of the Patron Card Creator. The bread crumb trail
19668         near the top of each screen will give specific indication as to where
19669         you are within the Patron Card Creator module and allow quick
19670         navigation to previously traversed sections. And finally, you can find
19671         more detailed information on each section of the Patron Card Creator
19672         by clicking the online help link at the upper left-hand corner of
19673         every page.</para>
19674
19675         <section id="patrontemplate">
19676           <title>Templates</title>
19677
19678           <itemizedlist>
19679             <listitem>
19680               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19681               Patron Card Creator &gt; Templates</para>
19682             </listitem>
19683           </itemizedlist>
19684
19685           <para>A template is the label/card stock you are using. This might
19686           be Avery 5160 for address labels, Gaylord 47-284 for spine labels or
19687           Avery 28371 for your patron cards, just to give a couple of
19688           examples. These labels will include all of the information you will
19689           need for setting up a Koha, this information may be on the
19690           packaging, and if not it can usually be found on the vendor's
19691           website.</para>
19692
19693           <section id="addcardtemplate">
19694             <title>Add a Template</title>
19695
19696             <para>To add a new template, you want to click on the 'Templates'
19697             button at the top of your page and choose 'New Template'</para>
19698
19699             <screenshot>
19700               <screeninfo>New Template Button</screeninfo>
19701
19702               <mediaobject>
19703                 <imageobject>
19704                   <imagedata fileref="images/tools/patroncards/newtemplate.png"/>
19705                 </imageobject>
19706               </mediaobject>
19707             </screenshot>
19708
19709             <para>Using the form that appears you can define the template for
19710             your sheet of labels or cards.</para>
19711
19712             <screenshot>
19713               <screeninfo>Add Patron Card Template</screeninfo>
19714
19715               <mediaobject>
19716                 <imageobject>
19717                   <imagedata fileref="images/tools/patroncards/edittemplate.png"/>
19718                 </imageobject>
19719               </mediaobject>
19720             </screenshot>
19721
19722             <itemizedlist>
19723               <listitem>
19724                 <para>Template ID will be automatically generated after saving
19725                 your template, this is simply a system generated unique
19726                 id</para>
19727               </listitem>
19728
19729               <listitem>
19730                 <para>Template Code should be something you can use to
19731                 identify your template on a list of templates</para>
19732               </listitem>
19733
19734               <listitem>
19735                 <para>You can use the Template Description to add additional
19736                 information about the template</para>
19737               </listitem>
19738
19739               <listitem>
19740                 <para>The Units pull down is used to define what measurement
19741                 scale you're going to be using for the template. This should
19742                 probably match the unit of measurement used on the template
19743                 description provided by the product vendor.</para>
19744
19745                 <screenshot>
19746                   <screeninfo>Measurement Units</screeninfo>
19747
19748                   <mediaobject>
19749                     <imageobject>
19750                       <imagedata fileref="images/tools/patroncards/units.png"/>
19751                     </imageobject>
19752                   </mediaobject>
19753                 </screenshot>
19754               </listitem>
19755
19756               <listitem>
19757                 <para>The measurements can be found on the vendor product
19758                 packaging or website.</para>
19759               </listitem>
19760
19761               <listitem>
19762                 <para>A profile is a set of "adjustments" applied to a given
19763                 template just prior to printing which compensates for
19764                 anomalies unique and peculiar to a given printer (to which the
19765                 profile is assigned).</para>
19766
19767                 <itemizedlist>
19768                   <listitem>
19769                     <para>Before picking a profile try printing some sample
19770                     cards so that you can easily define a profile that is
19771                     right for your printer/template combination.</para>
19772                   </listitem>
19773
19774                   <listitem>
19775                     <para>After finding any anomalies in the printed document,
19776                     <link linkend="addcardprofile">create a profile</link> and
19777                     assign it to the template.</para>
19778                   </listitem>
19779                 </itemizedlist>
19780               </listitem>
19781             </itemizedlist>
19782
19783             <para>After saving, your templates will appear on the 'Manage
19784             Templates' page.</para>
19785
19786             <screenshot>
19787               <screeninfo>Manage Templates</screeninfo>
19788
19789               <mediaobject>
19790                 <imageobject>
19791                   <imagedata fileref="images/tools/patroncards/managetemplates.png"/>
19792                 </imageobject>
19793               </mediaobject>
19794             </screenshot>
19795           </section>
19796         </section>
19797
19798         <section id="patronprofile">
19799           <title>Profiles</title>
19800
19801           <itemizedlist>
19802             <listitem>
19803               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19804               Patron Card Creator &gt; Profiles</para>
19805             </listitem>
19806           </itemizedlist>
19807
19808           <para>A profile is a set of "adjustments" applied to a given <link linkend="patrontemplate">template</link> just prior to printing
19809           which compensates for anomalies unique and peculiar to a given
19810           printer (to which the profile is assigned). This means if you set a
19811           template up and then print a sample set of data and find that the
19812           items are not all aligned the same on each card, you need to set up
19813           a profile for each printer to make up for the differences in
19814           printing styles, such as the shifting of text to the left, right,
19815           top or bottom.</para>
19816
19817           <para>If your cards are printing just the way you want, you will not
19818           need a profile.</para>
19819
19820           <section id="addcardprofile">
19821             <title>Add a Profile</title>
19822
19823             <para>To add a new profile, you want to click on the 'Profiles'
19824             button at the top of your page and choose 'New Profile'</para>
19825
19826             <screenshot>
19827               <screeninfo>New Profile Button</screeninfo>
19828
19829               <mediaobject>
19830                 <imageobject>
19831                   <imagedata fileref="images/tools/patroncards/newprofile.png"/>
19832                 </imageobject>
19833               </mediaobject>
19834             </screenshot>
19835
19836             <para>Using the form that appears you can create a profile to fix
19837             any problems with your template.</para>
19838
19839             <screenshot>
19840               <screeninfo>Add Printer Profile</screeninfo>
19841
19842               <mediaobject>
19843                 <imageobject>
19844                   <imagedata fileref="images/tools/patroncards/addprofile.png"/>
19845                 </imageobject>
19846               </mediaobject>
19847             </screenshot>
19848
19849             <itemizedlist>
19850               <listitem>
19851                 <para>The Printer Name and Paper Bin do not have to match your
19852                 printer exactly, they are for your reference so you can
19853                 remember what printer you have set the profile for. So if you
19854                 want to use the Printer model number in printer name or you
19855                 can call it 'the printer on my desk'</para>
19856               </listitem>
19857
19858               <listitem>
19859                 <para>Template will be filled in once you have chosen which
19860                 template to apply the profile to on the <link linkend="addcardtemplate">template edit form</link></para>
19861               </listitem>
19862
19863               <listitem>
19864                 <para>The Units pull down is used to define what measurement
19865                 scale you're going to be using for your profile.</para>
19866
19867                 <screenshot>
19868                   <screeninfo>Units of Measurement</screeninfo>
19869
19870                   <mediaobject>
19871                     <imageobject>
19872                       <imagedata fileref="images/tools/patroncards/units.png"/>
19873                     </imageobject>
19874                   </mediaobject>
19875                 </screenshot>
19876               </listitem>
19877
19878               <listitem>
19879                 <para>Offset describes what happens when the entire image is
19880                 off center either vertically or horizontally and creep
19881                 describes a condition where the distance between the labels
19882                 changes across the page or up and down the page</para>
19883
19884                 <itemizedlist>
19885                   <listitem>
19886                     <para>For these values, negative numbers move the error up
19887                     and to the left and positive numbers move the error down
19888                     and to the right</para>
19889                   </listitem>
19890
19891                   <listitem>
19892                     <para>Example: the text is .25" from the left edge of the
19893                     first label, .28" from the left edge of the second label
19894                     and .31" from the left edge of the third label. This means
19895                     the horizontal creep should be set to .03" to make up for
19896                     this difference.</para>
19897                   </listitem>
19898                 </itemizedlist>
19899               </listitem>
19900             </itemizedlist>
19901
19902             <para>After saving, your profiles will appear on the 'Manage
19903             Profiles' page.</para>
19904
19905             <screenshot>
19906               <screeninfo>Manage Profiles</screeninfo>
19907
19908               <mediaobject>
19909                 <imageobject>
19910                   <imagedata fileref="images/tools/patroncards/manageprofiles.png"/>
19911                 </imageobject>
19912               </mediaobject>
19913             </screenshot>
19914
19915             <para>Once you have saved your new profile, you can return to the
19916             list of templates and choose to edit the template that this
19917             profile is for.</para>
19918           </section>
19919         </section>
19920
19921         <section id="cardlayouts">
19922           <title>Layouts</title>
19923
19924           <itemizedlist>
19925             <listitem>
19926               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19927               Patron Card Creator &gt; Layouts</para>
19928             </listitem>
19929           </itemizedlist>
19930
19931           <para>A layout defines the text and images that will be printed on
19932           to the card and where it will appear.</para>
19933
19934           <section id="addcardlayout">
19935             <title>Add a Layout</title>
19936
19937             <para>To add a new layout, you want to click on the 'Layouts'
19938             button at the top of your page and choose 'New Layout'</para>
19939
19940             <screenshot>
19941               <screeninfo>New Layout Button</screeninfo>
19942
19943               <mediaobject>
19944                 <imageobject>
19945                   <imagedata fileref="images/tools/patroncards/newlayout.png"/>
19946                 </imageobject>
19947               </mediaobject>
19948             </screenshot>
19949
19950             <para>Using the form that appears you can create a profile to fix
19951             any problems with your template.</para>
19952
19953             <screenshot>
19954               <screeninfo>Add New Layout</screeninfo>
19955
19956               <mediaobject>
19957                 <imageobject>
19958                   <imagedata fileref="images/tools/patroncards/addlayout.png"/>
19959                 </imageobject>
19960               </mediaobject>
19961             </screenshot>
19962
19963             <itemizedlist>
19964               <listitem>
19965                 <para>The name you assign to the layout is for your benefit,
19966                 name it something that will be easy to identify at a later
19967                 date</para>
19968               </listitem>
19969
19970               <listitem>
19971                 <para>The Units pull down is used to define what measurement
19972                 scale you're going to be using for your layout.</para>
19973
19974                 <screenshot>
19975                   <screeninfo>Units of Measurement</screeninfo>
19976
19977                   <mediaobject>
19978                     <imageobject>
19979                       <imagedata fileref="images/tools/patroncards/units.png"/>
19980                     </imageobject>
19981                   </mediaobject>
19982                 </screenshot>
19983               </listitem>
19984
19985               <listitem>
19986                 <para>Next note if this layout is for the front or the back of
19987                 the patron card</para>
19988
19989                 <itemizedlist>
19990                   <listitem>
19991                     <para>You will need a layout for both the front and back
19992                     of your card if you have 2-sided library cards</para>
19993                   </listitem>
19994                 </itemizedlist>
19995               </listitem>
19996
19997               <listitem>
19998                 <para>You have the option of adding up to 3 lines of text to
19999                 your card. Your text can be static text of your choosing
20000                 and/or fields from the patron record. If you want to print
20001                 fields from the patron record you want to put the field names
20002                 in brackets like so - &lt;firstname&gt;</para>
20003               </listitem>
20004
20005               <listitem>
20006                 <para>For each line of text, you can choose your font, font
20007                 size and the location of the text on the card using the lower
20008                 X and Y coordinates</para>
20009               </listitem>
20010
20011               <listitem>
20012                 <para>In order to show the barcode and the patron card number
20013                 you will need to check the 'Print Card Number as Barcode'
20014                 option. This will turn the patron card number into a barcode.
20015                 If you want the number to print in human readable format you
20016                 will need to check the 'Print Card Number as Text Under
20017                 Barcode' option.</para>
20018               </listitem>
20019
20020               <listitem>
20021                 <para>Finally you can choose up to two images to print on the
20022                 card.</para>
20023
20024                 <itemizedlist>
20025                   <listitem>
20026                     <para>One can be the <link linkend="uploadpatronimages">patron image</link> which you
20027                     can resize to meet your needs.</para>
20028                   </listitem>
20029
20030                   <listitem>
20031                     <para>The other image can be something like a library logo
20032                     or symbol that you uploaded using the '<link linkend="managecardimages">Manage Images</link>' module of
20033                     the Patron Card Creator Tool.</para>
20034                   </listitem>
20035                 </itemizedlist>
20036               </listitem>
20037             </itemizedlist>
20038
20039             <para>After saving, your layouts will appear on the 'Manage
20040             Layouts' page.</para>
20041
20042             <screenshot>
20043               <screeninfo>Manage Layouts</screeninfo>
20044
20045               <mediaobject>
20046                 <imageobject>
20047                   <imagedata fileref="images/tools/patroncards/managelayouts.png"/>
20048                 </imageobject>
20049               </mediaobject>
20050             </screenshot>
20051           </section>
20052         </section>
20053
20054         <section id="patroncardbatches">
20055           <title>Batches</title>
20056
20057           <itemizedlist>
20058             <listitem>
20059               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20060               Patron Card Creator &gt; Batches</para>
20061             </listitem>
20062           </itemizedlist>
20063
20064           <para>A batch is a collection of patrons for whom you want to
20065           generate cards.</para>
20066
20067           <section id="addcardbatch">
20068             <title>Add a Batch</title>
20069
20070             <para>To add a new batch, you want to click on the 'Batches'
20071             button at the top of your page and choose 'New Batch'</para>
20072
20073             <screenshot>
20074               <screeninfo>New Batch Button</screeninfo>
20075
20076               <mediaobject>
20077                 <imageobject>
20078                   <imagedata fileref="images/tools/patroncards/newbatch.png"/>
20079                 </imageobject>
20080               </mediaobject>
20081             </screenshot>
20082
20083             <para/>
20084           </section>
20085         </section>
20086
20087         <section id="managecardimages">
20088           <title>Manage Images</title>
20089
20090           <itemizedlist>
20091             <listitem>
20092               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20093               Patron Card Creator &gt; Manage Images</para>
20094             </listitem>
20095           </itemizedlist>
20096
20097           <para>Images uploaded using this tool will appear on the menu when
20098           creating <link linkend="cardlayouts">patron card layouts</link>. You
20099           are limited in how many images you can upload (not counting patron
20100           images) by the <link linkend="ImageLimit">ImageLimit</link> system
20101           preference.</para>
20102
20103           <important>
20104             <para>Images must be under 500k in size.</para>
20105           </important>
20106
20107           <note>
20108             <para>Pictures uploaded with this tool should be at least 300dpi
20109             which is the minimum quality for a printable image.</para>
20110           </note>
20111
20112           <para>In the center of the screen is a simple upload form, simply
20113           browse for the file on your computer and give it a name you'll
20114           recognize later.</para>
20115
20116           <screenshot>
20117             <screeninfo>Upload Images</screeninfo>
20118
20119             <mediaobject>
20120               <imageobject>
20121                 <imagedata fileref="images/tools/patroncards/imageupload.png"/>
20122               </imageobject>
20123             </mediaobject>
20124           </screenshot>
20125
20126           <para>Once the file is uploaded you will be presented with a
20127           confirmation message.</para>
20128
20129           <screenshot>
20130             <screeninfo>Image Uploaded</screeninfo>
20131
20132             <mediaobject>
20133               <imageobject>
20134                 <imagedata fileref="images/tools/patroncards/imageuploaded.png"/>
20135               </imageobject>
20136             </mediaobject>
20137           </screenshot>
20138
20139           <para>And the image will be listed with all of your others on the
20140           right hand side of the page.</para>
20141
20142           <screenshot>
20143             <screeninfo>Images</screeninfo>
20144
20145             <mediaobject>
20146               <imageobject>
20147                 <imagedata fileref="images/tools/patroncards/imagedelete.png"/>
20148               </imageobject>
20149             </mediaobject>
20150           </screenshot>
20151
20152           <para>To delete one or multiple of these images, click the checkbox
20153           to the right of each image you want to delete and click the 'Delete'
20154           button.</para>
20155         </section>
20156       </section>
20157
20158       <section id="anonpatrons">
20159         <title>Patrons (anonymize, bulk-delete)</title>
20160
20161         <itemizedlist>
20162           <listitem>
20163             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20164             and Circulation &gt; Patrons (anonymize, bulk-delete)</para>
20165           </listitem>
20166         </itemizedlist>
20167         <para>This tool allows you to bulk anonymize circulation histories (this means that you keep
20168           records of how many times items were checked out - but not the patrons who checked the
20169           items out) or bulk delete patrons (remove them from the system completely).<important>
20170             <para>Patrons with outstanding fines or items checked out are not saved. They are not
20171               completely removed from the system (they are only moved to the delete_borrowers
20172               table), but this tool does not provide as many checks as one may desire.</para>
20173           </important></para>
20174         <important>
20175           <para>Before using this tool it is recommended that you backup your database. Changes made
20176             here are permanent.</para>
20177         </important>
20178         <important>
20179           <para>The anonymization will fail quietly if <link linkend="AnonymousPatron">AnonymousPatron</link> preference does not contain a valid value.</para>
20180         </important>
20181
20182         <screenshot>
20183           <screeninfo>Patron Anonymize/Bulk Delete Tool</screeninfo>
20184
20185           <mediaobject>
20186             <imageobject>
20187               <imagedata fileref="images/tools/anonymize/patronbulkdelete.png"/>
20188             </imageobject>
20189           </mediaobject>
20190         </screenshot>
20191
20192         <para>To either delete or anonymize patrons</para>
20193
20194         <itemizedlist>
20195           <listitem>
20196             <para>Check the 'Verify' box on the task you would like to complete (Delete or
20197               Anonymize)</para>
20198           </listitem>
20199
20200           <listitem>
20201             <para>Enter a date before which you want to alter the data</para>
20202           </listitem>
20203           <listitem>
20204             <para>If deleting patrons you can also choose to find patrons with a specific expiration
20205               date or category</para>
20206           </listitem>
20207
20208           <listitem>
20209             <para>Click 'Next'</para>
20210           </listitem>
20211
20212           <listitem>
20213             <para>A confirmation will appear asking if you're sure this is
20214             what you want to happen</para>
20215
20216             <screenshot>
20217               <screeninfo>Patron Anonymize/Bulk Delete
20218               Confirmation</screeninfo>
20219
20220               <mediaobject>
20221                 <imageobject>
20222                   <imagedata fileref="images/tools/anonymize/patronanonconfirm.png"/>
20223                 </imageobject>
20224               </mediaobject>
20225             </screenshot>
20226           </listitem>
20227
20228           <listitem>
20229             <para>Clicking 'Finish' will delete or anonymize your data</para>
20230
20231             <screenshot>
20232               <screeninfo>Completed Process</screeninfo>
20233
20234               <mediaobject>
20235                 <imageobject>
20236                   <imagedata fileref="images/tools/anonymize/patronanoncomplete.png"/>
20237                 </imageobject>
20238               </mediaobject>
20239             </screenshot>
20240           </listitem>
20241         </itemizedlist>
20242       </section>
20243
20244       <section id="batchpatronmod">
20245         <title>Batch patron modification</title>
20246
20247         <itemizedlist>
20248           <listitem>
20249             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20250             and Circulation &gt; Batch patron modification</para>
20251           </listitem>
20252         </itemizedlist>
20253
20254         <para>With this tool you can make edits to a batch of patron records. Simply load in a file
20255           of cardnumbers (one per line), choose from a <link linkend="patronlists">list of
20256             patrons</link> or scan patron card numbers in to the box provided.</para>
20257
20258         <screenshot>
20259           <screeninfo>Batch patron modification</screeninfo>
20260
20261           <mediaobject>
20262             <imageobject>
20263               <imagedata fileref="images/tools/batchpatron/batchmodify.png"/>
20264             </imageobject>
20265           </mediaobject>
20266         </screenshot>
20267
20268         <para>Once you have the file loaded or the barcodes scanned click
20269         'Continue.' You will be presented with a list of the patrons and the
20270         changes you can make.</para>
20271
20272         <screenshot>
20273           <screeninfo>Patrons to modify</screeninfo>
20274
20275           <mediaobject>
20276             <imageobject>
20277               <imagedata fileref="images/tools/batchpatron/modifyform.png"/>
20278             </imageobject>
20279           </mediaobject>
20280         </screenshot>
20281
20282         <para>To the left of each text box there is a checkbox. Clicking that
20283         checkbox will clear our the field values. <important>
20284             <para>If the field is mandatory you will not be able to clear the
20285             value in it.</para>
20286           </important></para>
20287
20288         <para>If you have multiple patron attributes you can change them all
20289         by using the plus (+) sign to the right of the text box. This will
20290         allow you to add another attribute value.</para>
20291
20292         <screenshot>
20293           <screeninfo>Editing patron attributes</screeninfo>
20294
20295           <mediaobject>
20296             <imageobject>
20297               <imagedata fileref="images/tools/batchpatron/attributes.png"/>
20298             </imageobject>
20299           </mediaobject>
20300         </screenshot>
20301
20302         <para>Once you have made the changes you want, you can click 'Save'
20303         and Koha will present you with the changed patron records.</para>
20304       </section>
20305
20306       <section id="tagsmoderation">
20307         <title>Tag Moderation</title>
20308
20309         <itemizedlist>
20310           <listitem>
20311             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20312             and Circulation &gt; Tags</para>
20313           </listitem>
20314         </itemizedlist>
20315
20316         <para>Depending on your <link linkend="taggingprefs">tagging system preferences</link>,
20317           librarians may need to approve tags before they are published on the OPAC. This is done
20318           via the Tag Moderation Tool. If there are tags awaiting moderation they will be listed on
20319           the main staff dashboard under the module labels:</para>
20320
20321         <screenshot>
20322           <screeninfo>Tags pending approval</screeninfo>
20323
20324           <mediaobject>
20325             <imageobject>
20326               <imagedata fileref="images/tools/tagging/pendingtags.png"/>
20327             </imageobject>
20328           </mediaobject>
20329         </screenshot>
20330
20331         <para>To moderate the tags visit the Tags tool. When first visiting
20332         the tool, you will be presented with a list of tags that are pending
20333         approval or rejection by a librarian</para>
20334
20335         <screenshot>
20336           <screeninfo>Tags pending moderation</screeninfo>
20337
20338           <mediaobject>
20339             <imageobject>
20340               <imagedata fileref="images/tools/tagging/tagpending.png"/>
20341             </imageobject>
20342           </mediaobject>
20343         </screenshot>
20344
20345         <itemizedlist>
20346           <listitem>
20347             <para>To see all of the titles this tag was added to simply click on the term<screenshot>
20348                 <screeninfo>Titles with a specific tag</screeninfo>
20349                 <mediaobject>
20350                   <imageobject>
20351                     <imagedata fileref="images/tools/tagging/taggedtitles.png"/>
20352                   </imageobject>
20353                 </mediaobject>
20354               </screenshot><itemizedlist>
20355                 <listitem>
20356                   <para>From this list of titles you can remove a tag without outright rejecting it
20357                     from being used in the future by clicking the 'Remove tag' button to the right
20358                     of the title.</para>
20359                 </listitem>
20360               </itemizedlist></para>
20361           </listitem>
20362           <listitem>
20363             <para>To approve a tag, you can either click the 'Approve' button in line with the term,
20364               or check all terms you want to approve and click 'Approve' below the table.</para>
20365           </listitem>
20366
20367           <listitem>
20368             <para>To reject a tag, you can either click the 'Reject' button in
20369             line with the term, or check all terms you want to approve and
20370             click 'Reject' below the table.</para>
20371           </listitem>
20372         </itemizedlist>
20373
20374         <para>Once a tag has been approved or rejected it will be moved to the
20375         appropriate list of tags. A summary of all tags will appear on the
20376         right of the screen.</para>
20377
20378         <screenshot>
20379           <screeninfo>Summary of tags</screeninfo>
20380
20381           <mediaobject>
20382             <imageobject>
20383               <imagedata fileref="images/tools/tagging/tagsummary.png"/>
20384             </imageobject>
20385           </mediaobject>
20386         </screenshot>
20387
20388         <para>Even though a tag is approved or rejected, it can still be moved
20389         to another list. When viewing approved tags each tag has the option to
20390         reject:</para>
20391
20392         <screenshot>
20393           <screeninfo>Approved Tags</screeninfo>
20394
20395           <mediaobject>
20396             <imageobject>
20397               <imagedata fileref="images/tools/tagging/tagapproved.png"/>
20398             </imageobject>
20399           </mediaobject>
20400         </screenshot>
20401
20402         <para>To check terms against the approved and rejected lists (and
20403         possibly against <link linkend="TagsExternalDictionary">the
20404         dictionary</link> you have assigned for tag moderation) simply enter
20405         the term into the search box on the bottom right of the screen to see
20406         the status of the term</para>
20407
20408         <screenshot>
20409           <screeninfo>Sample Check list test search</screeninfo>
20410
20411           <mediaobject>
20412             <imageobject>
20413               <imagedata fileref="images/tools/tagging/tagblacklisttest-neither.png"/>
20414             </imageobject>
20415           </mediaobject>
20416         </screenshot>
20417         <para>Finally you can find tags by using the filters on the left.</para>
20418         <screenshot>
20419           <screeninfo>Tag filters</screeninfo>
20420           <mediaobject>
20421             <imageobject>
20422               <imagedata fileref="images/tools/tagging/tagfilters.png"/>
20423             </imageobject>
20424           </mediaobject>
20425         </screenshot>
20426       </section>
20427
20428       <section id="uploadpatronimages">
20429         <title>Upload Patron Images</title>
20430
20431         <itemizedlist>
20432           <listitem>
20433             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
20434             and Circulation &gt; Upload Patron Images</para>
20435           </listitem>
20436         </itemizedlist>
20437
20438         <para>Patron images can be uploaded in bulk if you are <link linkend="patronimages">allowing patron images</link> to be attached to
20439         patron records. These images can also be used when creating <link linkend="patroncardcreator">patron cards</link>.</para>
20440
20441         <itemizedlist>
20442           <listitem>
20443             <para>Create a txt file and title it "DATALINK.TXT" or
20444             "IDLINK.TXT"</para>
20445           </listitem>
20446
20447           <listitem>
20448             <para>On each line in the text file enter the patron's card number
20449             followed by comma (or tab) and then the image file name</para>
20450
20451             <screenshot>
20452               <screeninfo>Sample file and image</screeninfo>
20453
20454               <mediaobject>
20455                 <imageobject>
20456                   <imagedata fileref="images/tools/patronphotos/uploadphotosfile.png"/>
20457                 </imageobject>
20458               </mediaobject>
20459             </screenshot>
20460
20461             <itemizedlist>
20462               <listitem>
20463                 <para>Make sure that your TXT file is a plain text document,
20464                 not RTF.</para>
20465               </listitem>
20466             </itemizedlist>
20467           </listitem>
20468
20469           <listitem>
20470             <para>Zip up the text file and the image files</para>
20471           </listitem>
20472
20473           <listitem>
20474             <para>Go to the Upload Patron Images Tool</para>
20475
20476             <screenshot>
20477               <screeninfo>Upload Image Tool for Single Image</screeninfo>
20478
20479               <mediaobject>
20480                 <imageobject>
20481                   <imagedata fileref="images/tools/patronphotos/uploadimagetool.png"/>
20482                 </imageobject>
20483               </mediaobject>
20484             </screenshot>
20485           </listitem>
20486
20487           <listitem>
20488             <para>For a single image, simply point to the image file and enter
20489             the patron card number</para>
20490           </listitem>
20491
20492           <listitem>
20493             <para>For multiple images, choose to upload a zip file</para>
20494           </listitem>
20495
20496           <listitem>
20497             <para>After uploading you will be presented with a
20498             confirmation</para>
20499
20500             <screenshot>
20501               <screeninfo>Image Upload Confirmation</screeninfo>
20502
20503               <mediaobject>
20504                 <imageobject>
20505                   <imagedata fileref="images/tools/patronphotos/imageuploadconfirm.png"/>
20506                 </imageobject>
20507               </mediaobject>
20508             </screenshot>
20509           </listitem>
20510         </itemizedlist>
20511
20512         <important>
20513           <para>There is a limit of 100K on the size of the picture uploaded and it is recommended
20514             that the image be 200x300 pixels, but smaller images will work as well.</para>
20515         </important>
20516       </section>
20517       <section id="rotatingcollections">
20518         <sectioninfo>
20519           <authorgroup>
20520             <author>
20521               <firstname>Cindy</firstname>
20522               <surname>Murdock Ames</surname>
20523               <affiliation>
20524                 <orgname>Meadville Public Library | CCFLS</orgname>
20525               </affiliation>
20526             </author>
20527             <editor>
20528               <firstname>Nicole C.</firstname>
20529               <surname>Engard</surname>
20530             </editor>
20531           </authorgroup>
20532           <pubdate>2014</pubdate>
20533         </sectioninfo>
20534         <title>Rotating Collections</title>
20535         <itemizedlist>
20536           <listitem>
20537             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog &gt; Rotating
20538               Collections</para>
20539           </listitem>
20540         </itemizedlist>
20541         <para>Rotating Collections is a tool for managing collections of materials that frequently
20542           get shifted from library to library. It adds the ability to store not only an item's home
20543           library and current location but also information about where it is supposed to be
20544           transferred to next to ensure that all items in the collection are sent to the correct
20545           library. When an item in a rotating collection is checked in, library staff is notified
20546           that the item is part of a rotating collection and which branch it should be sent to if it
20547           is not at the correct one.</para>
20548         <important>
20549           <para>The <link linkend="AutomaticItemReturn">AutomaticItemReturn</link> system preference
20550             must be set to "Don't automatically transfer items to their home library when they are
20551             returned" for Rotating Collections to function properly.</para>
20552         </important>
20553         <itemizedlist>
20554           <listitem>
20555             <para>To create a new rotating collection, click the "New Collection" button, fill in
20556               the Title and Description, and click Submit. Once submitted you'll see "Collection
20557               Name added successfully"; click "Return to rotating collections home" to return to the
20558               main Rotating Collections management page (or click Rotating Collections in the
20559               sidebar).</para>
20560           </listitem>
20561           <listitem>
20562             <para>To add items to a collection, click "Add or remove items" next to the collection's
20563               name in the list of collections. Under "Add or remove items" scan or type in the
20564               barcode of the item you wish to add to the collection, and hit Enter or click Submit
20565               if necessary.</para>
20566           </listitem>
20567           <listitem>
20568             <para>To remove an item from a collection, either click Remove next to the item's
20569               barcode in the list of items within the collection or check the "Remove item from
20570               collection" box next to the Barcode text box under "Add or remove items, and scan or
20571               type in the barcode, clicking Submit or hitting Enter if necessary. Note: The "Remove
20572               item from collection" checkbox will remain checked as long as you are on the "Add or
20573               remove items" page, unless you uncheck it, to facilitate quickly removing a number of
20574               items at a time by scanning their barcodes. </para>
20575           </listitem>
20576         </itemizedlist>
20577         <section id="transferrotatingcollection">
20578           <title>Transfer a Rotating Collection</title>
20579           <para>Transferring a collection will:</para>
20580           <itemizedlist>
20581             <listitem>
20582               <para>Change the current location of the items in that collection to the library it is
20583                 to be transferred to</para>
20584             </listitem>
20585             <listitem>
20586               <para>Initiate a transfer from its original current location/holding library to the
20587                 current location/holding library it is to be rotated to. When a library receives a
20588                 collection they will need to check in the items to complete the transfer.</para>
20589             </listitem>
20590           </itemizedlist>
20591           <para>You can transfer a collection in one of two ways:</para>
20592           <itemizedlist>
20593             <listitem>
20594               <para>From the main Rotating Collections page, click on Transfer next to the title of
20595                 the collection you wish to transfer; choose the library you wish to transfer the
20596                 collection to and click "Transfer collection".</para>
20597             </listitem>
20598             <listitem>
20599               <para>Or, from the "add or remove items" page for a collection, you can click the
20600                 Transfer button, choose the library you wish to transfer the collection to and click
20601                 "Transfer Collection".</para>
20602             </listitem>
20603           </itemizedlist>
20604           <important>
20605             <para>In order to complete the transfer process, the library receiving the rotating
20606               collection should check in all items from the collection as they receive them. This
20607               will clear the transfer so that the items are no longer shown as being "in
20608               transit".</para>
20609           </important>
20610           <para>If an item in a rotating collection is checked in at a library other than the one it
20611             is supposed to be transferred to, a notification will appear notifying library staff
20612             that the item is part of a rotating collection, also letting them know where the item
20613             needs to be sent.</para>
20614           <screenshot>
20615             <screeninfo>Rotating Collection Item Notification</screeninfo>
20616             <mediaobject>
20617               <imageobject>
20618                 <imagedata fileref="images/tools/rotatingcollections/rotatingcollectionnotice.png"/>
20619               </imageobject>
20620             </mediaobject>
20621           </screenshot>
20622         </section>
20623       </section>
20624     </section>
20625
20626     <section id="catalogtools">
20627       <title>Catalog</title>
20628
20629       <para/>
20630
20631       <section id="batchmodifyitems">
20632         <title>Batch item modification</title>
20633
20634         <itemizedlist>
20635           <listitem>
20636             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20637             &gt; Batch item modification</para>
20638           </listitem>
20639         </itemizedlist>
20640
20641         <para>This tool will allow you to modify a batch of item records in
20642         Koha.</para>
20643
20644         <screenshot>
20645           <screeninfo>Batch Modification Tool</screeninfo>
20646
20647           <mediaobject>
20648             <imageobject>
20649               <imagedata fileref="images/tools/batchmod/batchmod.png"/>
20650             </imageobject>
20651           </mediaobject>
20652         </screenshot>
20653
20654         <para>From the tool you can choose to upload a file of barcodes or item ids, or you can scan
20655           items one by one into the box below the upload tool. You can also decide the items edited
20656           should be populated with the default values you have defined in your <link
20657             linkend="marcbibframeworks">default framework</link>.</para>
20658         <para>Once you have your file uploaded or the barcodes listed you can click
20659           'Continue.'</para>
20660
20661         <screenshot>
20662           <screeninfo>Batch Modify Summary</screeninfo>
20663
20664           <mediaobject>
20665             <imageobject>
20666               <imagedata fileref="images/tools/batchmod/batchmodsummary.png"/>
20667             </imageobject>
20668           </mediaobject>
20669         </screenshot>
20670
20671         <para>You will be presented with a summary of the items you want to modify. From here you
20672           can uncheck the items you don't want to modify before making changes in the form below.
20673           You can also hide columns you don't need to see to prevent having to scroll from left to
20674           right to see the entire item form.<note>
20675             <para>To uncheck all items thar are currently checked out you can click the 'Clear on
20676               loan' link at the top of the form.</para>
20677           </note></para>
20678
20679         <para>Using the edit form you can choose which fields to make edits
20680         to. By checking the checkbox to the right of each field you can clear
20681         the values in that field for the records you are modifying.</para>
20682
20683         <screenshot>
20684           <screeninfo>Choose fields you want to change in bulk</screeninfo>
20685
20686           <mediaobject>
20687             <imageobject>
20688               <imagedata fileref="images/tools/batchmod/batchmodform.png"/>
20689             </imageobject>
20690           </mediaobject>
20691         </screenshot>
20692
20693         <para>Once you have made you changes you will be presented with the
20694         resulting items.</para>
20695
20696         <screenshot>
20697           <screeninfo>Item results summary</screeninfo>
20698
20699           <mediaobject>
20700             <imageobject>
20701               <imagedata fileref="images/tools/batchmod/batchmodresults.png"/>
20702             </imageobject>
20703           </mediaobject>
20704         </screenshot>
20705
20706         <note>
20707           <para>You can also edit items on one bib record in a batch by going
20708           to the bib record and clicking Edit &gt; Edit items in batch</para>
20709         </note>
20710
20711         <screenshot>
20712           <screeninfo>Edit items in a batch</screeninfo>
20713
20714           <mediaobject>
20715             <imageobject>
20716               <imagedata fileref="images/tools/batchmod/editinbatch.png"/>
20717             </imageobject>
20718           </mediaobject>
20719         </screenshot>
20720       </section>
20721
20722       <section id="batchdeleteitems">
20723         <title>Batch item deletion</title>
20724
20725         <itemizedlist>
20726           <listitem>
20727             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20728             &gt; Batch item deletion</para>
20729           </listitem>
20730         </itemizedlist>
20731
20732         <para>This tool will allow you to delete a batch of item records from
20733         Koha.</para>
20734
20735         <para>From the tool you can choose to upload a file of barcodes or
20736         item ids, or you can scan items one by one into the box below the
20737         upload tool.</para>
20738
20739         <screenshot>
20740           <screeninfo>Batch Deletion Tool</screeninfo>
20741
20742           <mediaobject>
20743             <imageobject>
20744               <imagedata fileref="images/tools/batchdelete/batchdel.png"/>
20745             </imageobject>
20746           </mediaobject>
20747         </screenshot>
20748
20749         <para>Once you have your file uploaded or the barcodes scanned you can
20750         click 'Continue.'</para>
20751
20752         <para>You will be presented with a confirmation screen. From here you can uncheck the items
20753           you don't want to delete and decide if Koha should delete the bib record if the last item
20754           is being deleted before clicking 'Delete selected items.'  If you'd like you can delete
20755           the bibliogrphic record if you're deleting the last item by clicking the checkbox next to
20756           'Delete records if no items remain'.</para>
20757
20758         <screenshot>
20759           <screeninfo>Confirm Deletion</screeninfo>
20760
20761           <mediaobject>
20762             <imageobject>
20763               <imagedata fileref="images/tools/batchdelete/confirmbatchdel.png"/>
20764             </imageobject>
20765           </mediaobject>
20766         </screenshot>
20767
20768         <para>If your file (or list of scanned barcodes) has more than 1000
20769         barcodes, Koha will be unable to present you with a list of the items.
20770         You will still be able to delete them, but not able to choose which
20771         items specifically to delete or delete the biblio records.</para>
20772
20773         <screenshot>
20774           <screeninfo>More than 1000 records in the file</screeninfo>
20775
20776           <mediaobject>
20777             <imageobject>
20778               <imagedata fileref="images/tools/batchdelete/toomanytodelete.png"/>
20779             </imageobject>
20780           </mediaobject>
20781         </screenshot>
20782
20783         <para>If the items are checked out you will be presented with an error
20784         after clicking 'Delete selected items' and the items will not be
20785         deleted.</para>
20786
20787         <screenshot>
20788           <screeninfo>Items not Deleted</screeninfo>
20789
20790           <mediaobject>
20791             <imageobject>
20792               <imagedata fileref="images/tools/batchdelete/nobatchdel.png"/>
20793             </imageobject>
20794           </mediaobject>
20795         </screenshot>
20796
20797         <para>If the items can be deleted they will be and you will be
20798         presented with a confirmation of your deletion.</para>
20799
20800         <screenshot>
20801           <screeninfo>Batch Deletion Confirmation</screeninfo>
20802
20803           <mediaobject>
20804             <imageobject>
20805               <imagedata fileref="images/tools/batchdelete/batchdeldone.png"/>
20806             </imageobject>
20807           </mediaobject>
20808         </screenshot>
20809       </section>
20810
20811       <section id="exportbibs">
20812         <title>Export Data (MARC &amp; Authorities)</title>
20813
20814         <itemizedlist>
20815           <listitem>
20816             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
20817             &gt; Export Data</para>
20818           </listitem>
20819         </itemizedlist>
20820
20821         <para>Koha comes with a tool that will allow you to export your
20822         bibliographic, holdings and/or authority data in bulk. This can be
20823         used to send your records to fellow libraries, organizations or
20824         services; or simply for backup purposes.</para>
20825
20826         <section id="exportmarc">
20827           <title>Export Bibliographic Records</title>
20828
20829           <para>At the top of the screen you need to pick what data you're
20830           exporting. If you're exporting bibliographic records with or without
20831           the holdings information you want to click the 'Export bibliographic
20832           records' tab.</para>
20833
20834           <itemizedlist>
20835             <listitem>
20836               <para>Fill in the form in order to limit your export to a
20837               specific range (all fields are optional)</para>
20838
20839               <screenshot>
20840                 <screeninfo>Select Records to Export</screeninfo>
20841
20842                 <mediaobject>
20843                   <imageobject>
20844                     <imagedata fileref="images/tools/exportmarc/marcexport-pt1.png"/>
20845                   </imageobject>
20846                 </mediaobject>
20847               </screenshot>
20848
20849               <itemizedlist>
20850                 <listitem>
20851                   <para>Choose to limit your export by any one or more of the
20852                   following options</para>
20853
20854                   <itemizedlist>
20855                     <listitem>
20856                       <para>Limit to a bib number range</para>
20857                     </listitem>
20858
20859                     <listitem>
20860                       <para>Limit to a specific item type<itemizedlist>
20861                           <listitem>
20862                             <important>
20863                               <para>This limit will use the type you have defined in the <link
20864                                   linkend="item-level_itypes">item-level_itypes</link> preference.
20865                                 If you have the item-level_itypes preference set to 'specific item'
20866                                 and you have no items attached to a bib record it will not be
20867                                 exported.  To get all bib records of a specific type you will need
20868                                 your item-level_itypes preference set to 'biblio record'.</para>
20869                             </important>
20870                           </listitem>
20871                         </itemizedlist></para>
20872                     </listitem>
20873
20874                     <listitem>
20875                       <para>Limit to a specific library</para>
20876                     </listitem>
20877
20878                     <listitem>
20879                       <para>Limit to a call number range</para>
20880                     </listitem>
20881
20882                     <listitem>
20883                       <para>Limit to an acquisition date range</para>
20884                     </listitem>
20885                   </itemizedlist>
20886                 </listitem>
20887
20888                 <listitem>
20889                   <para>Next choose what to skip when exporting</para>
20890
20891                   <screenshot>
20892                     <screeninfo>Export options</screeninfo>
20893
20894                     <mediaobject>
20895                       <imageobject>
20896                         <imagedata fileref="images/tools/exportmarc/marcexport-pt2.png"/>
20897                       </imageobject>
20898                     </mediaobject>
20899                   </screenshot>
20900
20901                   <itemizedlist>
20902                     <listitem>
20903                       <para>By default items will be exported, if you would
20904                       like to only export bibliographic data, check the 'Don't
20905                       export items' box</para>
20906                     </listitem>
20907
20908                     <listitem>
20909                       <para>To limit your export only to items from the
20910                       library you're logged in as (if you leave the 'Library'
20911                       field set to 'All') or to the library you selected above
20912                       check the 'Remove non-local items' box</para>
20913                     </listitem>
20914
20915                     <listitem>
20916                       <para>You can also choose what fields you don't want to
20917                       export. This can be handy if you're sharing your data,
20918                       you can remove all local fields before sending your data
20919                       to another library</para>
20920                     </listitem>
20921                   </itemizedlist>
20922                 </listitem>
20923
20924                 <listitem>
20925                   <para>Finally choose the file type and file name</para>
20926
20927                   <screenshot>
20928                     <screeninfo>File export format</screeninfo>
20929
20930                     <mediaobject>
20931                       <imageobject>
20932                         <imagedata fileref="images/tools/exportmarc/marcexport-pt3.png"/>
20933                       </imageobject>
20934                     </mediaobject>
20935                   </screenshot>
20936
20937                   <itemizedlist>
20938                     <listitem>
20939                       <para>Choose to export your data in marc or marcxml
20940                       format</para>
20941                     </listitem>
20942
20943                     <listitem>
20944                       <para>Choose the name you want your file to save
20945                       as</para>
20946                     </listitem>
20947                   </itemizedlist>
20948                 </listitem>
20949
20950                 <listitem>
20951                   <para>Click 'Export bibliographic records'</para>
20952                 </listitem>
20953               </itemizedlist>
20954             </listitem>
20955           </itemizedlist>
20956         </section>
20957
20958         <section id="exportauthority">
20959           <title>Export Authority Records</title>
20960
20961           <para>At the top of the screen you need to pick what data you're
20962           exporting. If you're exporting authority records you want to click
20963           the 'Export authority records' tab.</para>
20964
20965           <itemizedlist>
20966             <listitem>
20967               <para>Fill in the form in order to limit your export to a
20968               specific range or type of authority record (all fields are
20969               optional)</para>
20970
20971               <screenshot>
20972                 <screeninfo>Export authorities</screeninfo>
20973
20974                 <mediaobject>
20975                   <imageobject>
20976                     <imagedata fileref="images/tools/exportmarc/authexport-pt1.png"/>
20977                   </imageobject>
20978                 </mediaobject>
20979               </screenshot>
20980             </listitem>
20981
20982             <listitem>
20983               <para>Next choose fields that you would like to exclude from the
20984               export separated by a space (no commas)</para>
20985
20986               <screenshot>
20987                 <screeninfo>Authority export options</screeninfo>
20988
20989                 <mediaobject>
20990                   <imageobject>
20991                     <imagedata fileref="images/tools/exportmarc/authexport-pt2.png"/>
20992                   </imageobject>
20993                 </mediaobject>
20994               </screenshot>
20995
20996               <itemizedlist>
20997                 <listitem>
20998                   <para>If you'd like to exclude all subfields of the 200 for
20999                   example just enter 200</para>
21000                 </listitem>
21001
21002                 <listitem>
21003                   <para>If you'd like to exclude a specific subfield enter it
21004                   beside the field value 100a will exclude just the subfield
21005                   'a' of the 100</para>
21006                 </listitem>
21007               </itemizedlist>
21008             </listitem>
21009
21010             <listitem>
21011               <para>Finally choose the file type and file name</para>
21012
21013               <screenshot>
21014                 <screeninfo>Export format</screeninfo>
21015
21016                 <mediaobject>
21017                   <imageobject>
21018                     <imagedata fileref="images/tools/exportmarc/authexport-pt3.png"/>
21019                   </imageobject>
21020                 </mediaobject>
21021               </screenshot>
21022
21023               <itemizedlist>
21024                 <listitem>
21025                   <para>Choose to export your data in marc or marcxml
21026                   format</para>
21027                 </listitem>
21028
21029                 <listitem>
21030                   <para>Choose the name you want your file to save as</para>
21031                 </listitem>
21032               </itemizedlist>
21033             </listitem>
21034
21035             <listitem>
21036               <para>Click 'Export authority records'</para>
21037             </listitem>
21038           </itemizedlist>
21039         </section>
21040       </section>
21041
21042       <section id="inventory">
21043         <title>Inventory/Stocktaking</title>
21044
21045         <itemizedlist>
21046           <listitem>
21047             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21048             &gt; Inventory/Stocktaking</para>
21049           </listitem>
21050         </itemizedlist>
21051
21052         <para>Koha's Inventory Tool can be used in one of two ways, the first
21053         is by printing out a shelf list that you can then mark items off on,
21054         or by uploading a text files of barcodes gathered by a portable
21055         scanner.</para>
21056
21057         <para>If you do not have the ability to use your barcode scanner on
21058         the floor of the library, the first option available to you is to
21059         generate a shelf list based on criteria you enter.</para>
21060
21061         <screenshot>
21062           <screeninfo>Inventory &amp; Stocktaking Tool</screeninfo>
21063
21064           <mediaobject>
21065             <imageobject>
21066               <imagedata fileref="images/tools/inventory/generateshelflist.png"/>
21067             </imageobject>
21068           </mediaobject>
21069         </screenshot>
21070
21071         <para>Choose which library, shelving location, call number range, item
21072         status and when the item was last seen to generate a shelf list that
21073         you can then print to use while walking around the library checking
21074         your collection</para>
21075
21076         <screenshot>
21077           <screeninfo>Shelf List</screeninfo>
21078
21079           <mediaobject>
21080             <imageobject>
21081               <imagedata fileref="images/tools/inventory/shelflist.png"/>
21082             </imageobject>
21083           </mediaobject>
21084         </screenshot>
21085
21086         <para>Alternatively you can export the list to a CSV file for altering
21087         in an application on your desktop. Simply check the box next to
21088         'Export to csv file' to generate this file.</para>
21089
21090         <para>Once you have found the items on your shelves you can return to
21091         this list and check off the items you found to have the system update
21092         the last seen date to today.</para>
21093
21094         <para>If you have a portable scanner (or a laptop and USB scanner) you
21095         can walk through the library with the scanner in hand and scan
21096         barcodes as you come across them. Once finished you can then upload
21097         the text file generated by the scanner to Koha</para>
21098
21099         <screenshot>
21100           <screeninfo>Barcode Import for Inventory Tool</screeninfo>
21101
21102           <mediaobject>
21103             <imageobject>
21104               <imagedata fileref="images/tools/inventory/importbarcodes.png"/>
21105             </imageobject>
21106           </mediaobject>
21107         </screenshot>
21108
21109         <para>Choose the text file and the date you want to mark all items as seen and then scroll
21110           to the very bottom and click 'Submit.'</para>
21111       </section>
21112
21113       <section id="labelcreator">
21114         <title>Label Creator</title>
21115
21116         <itemizedlist>
21117           <listitem>
21118             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21119             &gt; Label Creator</para>
21120           </listitem>
21121         </itemizedlist>
21122
21123         <para>The Label Creator allow you to use layouts and templates which
21124         you design to print a nearly unlimited variety of labels including
21125         barcodes. Here are some of the features of the Label Creator
21126         module:</para>
21127
21128         <itemizedlist>
21129           <listitem>
21130             <para>Customize label layouts</para>
21131           </listitem>
21132
21133           <listitem>
21134             <para>Design custom label templates for printed labels</para>
21135           </listitem>
21136
21137           <listitem>
21138             <para>Build and manage batches of labels</para>
21139           </listitem>
21140
21141           <listitem>
21142             <para>Export single or multiple batches</para>
21143           </listitem>
21144
21145           <listitem>
21146             <para>Export single or multiple labels from within a batch</para>
21147           </listitem>
21148
21149           <listitem>
21150             <para>Export label data in one of three formats:</para>
21151
21152             <itemizedlist>
21153               <listitem>
21154                 <para>PDF - Readable by any standard PDF reader, making labels
21155                 printable directly on a printer</para>
21156               </listitem>
21157
21158               <listitem>
21159                 <para>CSV - Export label data after your chosen layout is
21160                 applied allowing labels to be imported in to a variety of
21161                 applications</para>
21162               </listitem>
21163
21164               <listitem>
21165                 <para>XML - Included as an alternate export format</para>
21166               </listitem>
21167             </itemizedlist>
21168           </listitem>
21169         </itemizedlist>
21170
21171         <para>At the top of each screen within the Label Creator, you will see
21172         a toolbar allowing quick access to relevant functions. The menu to the
21173         left of each screen also allows easy access to the different sections
21174         of the Label Creator. The bread crumb trail near the top of each
21175         screen will give specific indication as to where you are within the
21176         Label Creator module and allow quick navigation to previously
21177         traversed sections. And finally, you can find more detailed
21178         information on each section of the Label Creator by clicking the
21179         online help link at the upper left-hand corner of every page.</para>
21180
21181         <section id="labeltemplates">
21182           <title>Templates</title>
21183
21184           <itemizedlist>
21185             <listitem>
21186               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21187               Creator &gt; Templates</para>
21188             </listitem>
21189           </itemizedlist>
21190
21191           <para>A template is based on the label/card stock you are using.
21192           This might be Avery 5160 for address labels, Gaylord 47-284 for
21193           spine labels or Avery 28371 for your patron cards, just to give a
21194           couple of examples. These labels will include all of the information
21195           you will need for setting up a Koha, this information may be on the
21196           packaging, and if not it can usually be found on the vendor's
21197           website.</para>
21198
21199           <section id="addlabeltemplate">
21200             <title>Add a Template</title>
21201
21202             <para>To add a new template, you want to click on the 'New template' button at the top
21203               of the Label Creator.</para>
21204
21205             <screenshot>
21206               <screeninfo>New Label Template Option</screeninfo>
21207
21208               <mediaobject>
21209                 <imageobject>
21210                   <imagedata fileref="images/tools/labelcreator/newtemplate.png"/>
21211                 </imageobject>
21212               </mediaobject>
21213             </screenshot>
21214
21215             <para>Using the form that appears you can define the template for
21216             your sheet of labels or cards.</para>
21217
21218             <screenshot>
21219               <screeninfo>Label Template Form</screeninfo>
21220
21221               <mediaobject>
21222                 <imageobject>
21223                   <imagedata fileref="images/tools/labelcreator/labelform.png"/>
21224                 </imageobject>
21225               </mediaobject>
21226             </screenshot>
21227
21228             <itemizedlist>
21229               <listitem>
21230                 <para>Template ID will be automatically generated after saving
21231                 your template, this is simply a system generated unique
21232                 id</para>
21233               </listitem>
21234
21235               <listitem>
21236                 <para>Template Code should be something you can use to
21237                 identify your template on a list of templates</para>
21238               </listitem>
21239
21240               <listitem>
21241                 <para>You can use the Template Description to add additional
21242                 information about the template</para>
21243               </listitem>
21244
21245               <listitem>
21246                 <para>The Units pull down is used to define what measurement
21247                 scale you're going to be using for the template. This should
21248                 probably match the unit of measurement used on the template
21249                 description provided by the product vendor.</para>
21250
21251                 <screenshot>
21252                   <screeninfo>Measurement Units</screeninfo>
21253
21254                   <mediaobject>
21255                     <imageobject>
21256                       <imagedata fileref="images/tools/patroncards/units.png"/>
21257                     </imageobject>
21258                   </mediaobject>
21259                 </screenshot>
21260               </listitem>
21261
21262               <listitem>
21263                 <para>The measurements, number of columns and number of rows
21264                 can be found on the vendor product packaging or
21265                 website.</para>
21266
21267                 <itemizedlist>
21268                   <listitem>
21269                     <important>
21270                       <para>If you do not supply a left text margin in the
21271                       template, a 3/16" (13.5 point) left text margin will
21272                       apply by default.</para>
21273                     </important>
21274                   </listitem>
21275                 </itemizedlist>
21276               </listitem>
21277
21278               <listitem>
21279                 <para>A profile is a set of "adjustments" applied to a given
21280                 template just prior to printing which compensates for
21281                 anomalies unique and peculiar to a given printer (to which the
21282                 profile is assigned).</para>
21283
21284                 <itemizedlist>
21285                   <listitem>
21286                     <para>Before picking a profile try printing some sample
21287                     labels so that you can easily define a profile that is
21288                     right for your printer/template combination.</para>
21289                   </listitem>
21290
21291                   <listitem>
21292                     <para>After finding any anomalies in the printed document,
21293                     <link linkend="addlabelprofile">create a profile</link>
21294                     and assign it to the template.</para>
21295                   </listitem>
21296                 </itemizedlist>
21297               </listitem>
21298             </itemizedlist>
21299
21300             <para>After saving, your templates will appear on the 'Manage
21301             Templates' page.</para>
21302
21303             <screenshot>
21304               <screeninfo>List of label templates</screeninfo>
21305
21306               <mediaobject>
21307                 <imageobject>
21308                   <imagedata fileref="images/tools/labelcreator/labeltemplates.png"/>
21309                 </imageobject>
21310               </mediaobject>
21311             </screenshot>
21312           </section>
21313         </section>
21314
21315         <section id="labelprofiles">
21316           <title>Profiles</title>
21317
21318           <itemizedlist>
21319             <listitem>
21320               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21321               Creator &gt; Profiles</para>
21322             </listitem>
21323           </itemizedlist>
21324
21325           <para>A profile is a set of "adjustments" applied to a given <link linkend="addlabeltemplate">template</link> just prior to printing
21326           which compensates for anomalies unique and peculiar to a given
21327           printer (to which the profile is assigned). This means if you set a
21328           template up and then print a sample set of data and find that the
21329           items are not all aligned the same on each label, you need to set up
21330           a profile for each printer to make up for the differences in
21331           printing styles, such as the shifting of text to the left, right,
21332           top or bottom.</para>
21333
21334           <para>If your labels are printing just the way you want, you will
21335           not need a profile.</para>
21336
21337           <section id="addlabelprofile">
21338             <title>Add a Profile</title>
21339
21340             <para>To add a new profile, you want to click on the 'New profile' button at the top of
21341               the Label Creator tool.</para>
21342
21343             <screenshot>
21344               <screeninfo>New Profile Button</screeninfo>
21345
21346               <mediaobject>
21347                 <imageobject>
21348                   <imagedata fileref="images/tools/labelcreator/newprofile.png"/>
21349                 </imageobject>
21350               </mediaobject>
21351             </screenshot>
21352
21353             <para>Using the form that appears you can create a profile to fix
21354             any problems with your template.</para>
21355
21356             <screenshot>
21357               <screeninfo>Create a Printer Profile</screeninfo>
21358
21359               <mediaobject>
21360                 <imageobject>
21361                   <imagedata fileref="images/tools/labelcreator/newprofileform.png"/>
21362                 </imageobject>
21363               </mediaobject>
21364             </screenshot>
21365
21366             <itemizedlist>
21367               <listitem>
21368                 <para>The Printer Name and Paper Bin do not have to match your
21369                 printer exactly, they are for your reference so you can
21370                 remember what printer you have set the profile for. So if you
21371                 want to use the Printer model number in printer name or you
21372                 can call it 'the printer on my desk'</para>
21373               </listitem>
21374
21375               <listitem>
21376                 <para>Template will be filled in once you have chosen which
21377                 template to apply the profile to on the <link linkend="addlabeltemplate">template edit form</link></para>
21378               </listitem>
21379
21380               <listitem>
21381                 <para>The Units pull down is used to define what measurement
21382                 scale you're going to be using for your profile.</para>
21383
21384                 <screenshot>
21385                   <screeninfo>Units of Measurement</screeninfo>
21386
21387                   <mediaobject>
21388                     <imageobject>
21389                       <imagedata fileref="images/tools/patroncards/units.png"/>
21390                     </imageobject>
21391                   </mediaobject>
21392                 </screenshot>
21393               </listitem>
21394
21395               <listitem>
21396                 <para>Offset describes what happens when the entire image is
21397                 off center either vertically or horizontally and creep
21398                 describes a condition where the distance between the labels
21399                 changes across the page or up and down the page</para>
21400
21401                 <itemizedlist>
21402                   <listitem>
21403                     <para>For these values, negative numbers move the error up
21404                     and to the left and positive numbers move the error down
21405                     and to the right</para>
21406                   </listitem>
21407
21408                   <listitem>
21409                     <para>Example: the text is .25" from the left edge of the
21410                     first label, .28" from the left edge of the second label
21411                     and .31" from the left edge of the third label. This means
21412                     the horizontal creep should be set to .03" to make up for
21413                     this difference.</para>
21414                   </listitem>
21415                 </itemizedlist>
21416               </listitem>
21417             </itemizedlist>
21418
21419             <para>After saving, your profiles will appear on the 'Manage
21420             Profiles' page.</para>
21421
21422             <screenshot>
21423               <screeninfo>List of Profiles</screeninfo>
21424
21425               <mediaobject>
21426                 <imageobject>
21427                   <imagedata fileref="images/tools/labelcreator/profiles.png"/>
21428                 </imageobject>
21429               </mediaobject>
21430             </screenshot>
21431
21432             <para>Once you have saved your new profile, you can return to the
21433             list of templates and choose to edit the template that this
21434             profile is for.</para>
21435           </section>
21436         </section>
21437
21438         <section id="labellayouts">
21439           <title>Layouts</title>
21440
21441           <itemizedlist>
21442             <listitem>
21443               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21444               Creator &gt; Layouts</para>
21445             </listitem>
21446           </itemizedlist>
21447
21448           <para>A layout is used to define the fields you want to appear on
21449           your labels.</para>
21450
21451           <section id="addlabellayout">
21452             <title>Add a Layout</title>
21453
21454             <para>To add a new layout, you want to click on the 'New layout' button at the top of
21455               the Label Creator tool.</para>
21456
21457             <screenshot>
21458               <screeninfo>New Layout Button</screeninfo>
21459
21460               <mediaobject>
21461                 <imageobject>
21462                   <imagedata fileref="images/tools/labelcreator/newlayout.png"/>
21463                 </imageobject>
21464               </mediaobject>
21465             </screenshot>
21466
21467             <para>Using the form that appears you can create a profile to fix
21468             any problems with your template.</para>
21469
21470             <screenshot>
21471               <screeninfo>Add New Layout</screeninfo>
21472
21473               <mediaobject>
21474                 <imageobject>
21475                   <imagedata fileref="images/tools/labelcreator/layoutform.png"/>
21476                 </imageobject>
21477               </mediaobject>
21478             </screenshot>
21479
21480             <itemizedlist>
21481               <listitem>
21482                 <para>The name of your layout can be anything you'd like to
21483                 help you identify it later.</para>
21484               </listitem>
21485
21486               <listitem>
21487                 <para>If this is a barcode label you'll want to choose the
21488                 encoding (Code 39 is the most common)</para>
21489               </listitem>
21490
21491               <listitem>
21492                 <para>The layout type can be any combination of bibliographic
21493                 information and/or barcode. For example a spine label would
21494                 just be Biblio whereas a label for your circulation staff to
21495                 use to checkout the book would probably be
21496                 Biblio/Barcode.</para>
21497               </listitem>
21498
21499               <listitem>
21500                 <para>The Bibliographic Data to Print includes any of the data
21501                 fields that may be mapped to your MARC frameworks. You can
21502                 choose from the preset list of fields or you can click on
21503                 'List Fields' and enter your own data. In 'List Fields', you
21504                 can specify MARC subfields as a 4-character tag-subfield
21505                 string: (ie. 254a for the title field), You can also enclose a
21506                 whitespace-separated list of fields to concatenate on one line
21507                 in double quotes. (ie. "099a 099b" or "itemcallnumber
21508                 barcode"). The fields available are from the database tables
21509                 list below. Finally you could add in static text strings in
21510                 single-quote (ie. 'Some static text here.')</para>
21511
21512                 <itemizedlist>
21513                   <listitem>
21514                     <para>You can use the schema viewer (<ulink url="http://schema.koha-community.org">http://schema.koha-community.org</ulink>)
21515                     with the following tables to find field names to
21516                     use:</para>
21517
21518                     <itemizedlist>
21519                       <listitem>
21520                         <para>Currently all fields in the following tables are
21521                         used: items, biblioitems, biblio, branches</para>
21522
21523                         <screenshot>
21524                           <screeninfo>List fields</screeninfo>
21525
21526                           <mediaobject>
21527                             <imageobject>
21528                               <imagedata fileref="images/tools/labelcreator/listlabelfields.png"/>
21529                             </imageobject>
21530                           </mediaobject>
21531                         </screenshot>
21532                       </listitem>
21533                     </itemizedlist>
21534                   </listitem>
21535                 </itemizedlist>
21536               </listitem>
21537
21538               <listitem>
21539                 <para>Choose if the label maker should print out the
21540                 guidelines around each label</para>
21541               </listitem>
21542
21543               <listitem>
21544                 <para>Choose if you'd like Koha to try to split your call
21545                 numbers (usually used on Spine Labels)</para>
21546               </listitem>
21547
21548               <listitem>
21549                 <para>Finally choose your text settings such as alignment,
21550                 font type and size.</para>
21551               </listitem>
21552             </itemizedlist>
21553
21554             <para>After saving, your layouts will appear on the 'Manage
21555             Layouts' page.</para>
21556           </section>
21557         </section>
21558
21559         <section id="labelbatches">
21560           <title>Batches</title>
21561
21562           <itemizedlist>
21563             <listitem>
21564               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
21565               Creator &gt; Batches</para>
21566             </listitem>
21567           </itemizedlist>
21568
21569           <para>Batches are made up of the barcodes you would like to print.
21570           Once in this tool you can search for the item records you would like
21571           to print out labels for.</para>
21572
21573           <section id="addlabelbatch">
21574             <title>Add a Batch</title>
21575
21576             <para>Batches can be created in one of two ways. The first is to
21577             click the 'Create Label Batch' link on the '<link linkend="managestaged">Staged MARC Management</link>' page:</para>
21578
21579             <screenshot>
21580               <screeninfo>Create Label Batch Link on Staged Records
21581               List</screeninfo>
21582
21583               <mediaobject>
21584                 <imageobject>
21585                   <imagedata fileref="images/tools/labelcreator/labelfromstaged.png"/>
21586                 </imageobject>
21587               </mediaobject>
21588             </screenshot>
21589
21590             <para>The other is to choose to create a new batch from the label
21591             creator tool</para>
21592
21593             <screenshot>
21594               <screeninfo>Create New Batch</screeninfo>
21595
21596               <mediaobject>
21597                 <imageobject>
21598                   <imagedata fileref="images/tools/labelcreator/newbatch.png"/>
21599                 </imageobject>
21600               </mediaobject>
21601             </screenshot>
21602
21603             <para>You will be brought to an empty batch with an 'Add item(s)'
21604             button at the top of the page and a box to scan barcodes in
21605             to.</para>
21606
21607             <screenshot>
21608               <screeninfo>Add Items</screeninfo>
21609
21610               <mediaobject>
21611                 <imageobject>
21612                   <imagedata fileref="images/tools/labelcreator/addbatchitems.png"/>
21613                 </imageobject>
21614               </mediaobject>
21615             </screenshot>
21616
21617             <para>You can either scan barcodes in to the box provided and
21618             click the 'Add item(s)' button or you can click the 'Add item(s)'
21619             button with the barcodes box empty. Clicking 'Add item(s)' with
21620             nothing in the barcodes box will open a search window for you to
21621             find the items you want to add to the batch.</para>
21622
21623             <screenshot>
21624               <screeninfo>Search for items for a Batch</screeninfo>
21625
21626               <mediaobject>
21627                 <imageobject>
21628                   <imagedata fileref="images/tools/labelcreator/searchforbatch.png"/>
21629                 </imageobject>
21630               </mediaobject>
21631             </screenshot>
21632
21633             <para>From the search results, click the check box next to the
21634             items you want to add to the batch and click the 'Add checked'
21635             button. You can also add items one by one by clicking the 'Add'
21636             link to the left of each item.</para>
21637
21638             <screenshot>
21639               <screeninfo>Batch search results</screeninfo>
21640
21641               <mediaobject>
21642                 <imageobject>
21643                   <imagedata fileref="images/tools/labelcreator/batchsearchresults.png"/>
21644                 </imageobject>
21645               </mediaobject>
21646             </screenshot>
21647
21648             <para>Once you have added all of the items click the 'Done'
21649             button. The resulting page will list the items you have
21650             selected.</para>
21651
21652             <screenshot>
21653               <screeninfo>List of items in the batch</screeninfo>
21654
21655               <mediaobject>
21656                 <imageobject>
21657                   <imagedata fileref="images/tools/labelcreator/itemsinbarch.png"/>
21658                 </imageobject>
21659               </mediaobject>
21660             </screenshot>
21661
21662             <para>To print your labels, click the 'Export Batch' button. To
21663             print only some of the labels, click the 'Export Item(s)' button.
21664             Either way you will be presented with a confirmation screen where
21665             you can choose your template and layout.</para>
21666
21667             <screenshot>
21668               <screeninfo>Start batch export</screeninfo>
21669
21670               <mediaobject>
21671                 <imageobject>
21672                   <imagedata fileref="images/tools/labelcreator/exportbatch.png"/>
21673                 </imageobject>
21674               </mediaobject>
21675             </screenshot>
21676
21677             <para>You will then be presented with three download options: PDF,
21678             Excel, and CSV.</para>
21679
21680             <screenshot>
21681               <screeninfo>Batch save options</screeninfo>
21682
21683               <mediaobject>
21684                 <imageobject>
21685                   <imagedata fileref="images/tools/labelcreator/savebatch.png"/>
21686                 </imageobject>
21687               </mediaobject>
21688             </screenshot>
21689
21690             <para>After saving your file, simply print to the blank labels you
21691             have in your library.</para>
21692           </section>
21693         </section>
21694       </section>
21695
21696       <section id="quicklabelcreator">
21697         <title>Quick Spine Label Creator</title>
21698
21699         <itemizedlist>
21700           <listitem>
21701             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21702             &gt; Quick Spine Label Creator</para>
21703           </listitem>
21704         </itemizedlist>
21705
21706         <note>
21707           <para>This tool does not use the label layouts or templates, it
21708           simply prints a spine label in the first spot on the label
21709           sheet.</para>
21710
21711           <itemizedlist>
21712             <listitem>
21713               <para>Define the fields you want to print on the spine label in
21714               the <link linkend="SpineLabelFormat">SpineLabelFormat</link>
21715               system preference</para>
21716             </listitem>
21717
21718             <listitem>
21719               <para>Format your label printing by editing spinelabel.css found
21720               in koha-tmpl/intranet-tmpl/prog/en/css/</para>
21721             </listitem>
21722           </itemizedlist>
21723         </note>
21724
21725         <para>To use this tool you simply need the barcode for the book you'd
21726         like to print the spine label for.</para>
21727
21728         <screenshot>
21729           <screeninfo>Quick Spine Label Creator</screeninfo>
21730
21731           <mediaobject>
21732             <imageobject>
21733               <imagedata fileref="images/tools/quickspinelable.png"/>
21734             </imageobject>
21735           </mediaobject>
21736         </screenshot>
21737       </section>
21738       <section id="marcmodtemplates">
21739         <title>MARC modification templates</title>
21740         <para>The MARC Modification Templates system gives Koha users the power to make alterations
21741           to MARC records automatically while staging MARC records for import. </para>
21742         <para>This tool is useful for altering MARC records from various venders/sources work with
21743           your MARC framework. The system essentially allows one to create a basic script using
21744           actions to Copy, Move, Add, Update and Delete fields. </para>
21745         <para>Start by adding a new template (a template can be made up of one or more actions) by
21746           entering a name and clicking 'Create template'.</para>
21747         <screenshot>
21748             <screeninfo>Add a new template</screeninfo>
21749             <mediaobject>
21750               <imageobject>
21751                 <imagedata fileref="images/tools/marcmodtemplates/addtemplate.png"/>
21752               </imageobject>
21753             </mediaobject>
21754           </screenshot>
21755         <para>Next you can add actions to the template by filling in the Action box.  For example if
21756           you're loading in a batch of files from your EBook vendor you might want to add the biblio
21757           item type of EBOOK to the 942$c.<screenshot>
21758             <screeninfo>Add action</screeninfo>
21759             <mediaobject>
21760               <imageobject>
21761                 <imagedata fileref="images/tools/marcmodtemplates/addaction.png"/>
21762               </imageobject>
21763             </mediaobject>
21764           </screenshot><itemizedlist>
21765             <listitem>
21766               <para>Choose 'Add/Update'</para>
21767             </listitem>
21768             <listitem>
21769               <para>Enter the field 942 and subfield c</para>
21770             </listitem>
21771             <listitem>
21772               <para>Enter the value of 'EBOOK' (or whatever your ebook item type code is)</para>
21773             </listitem>
21774             <listitem>
21775               <para>Provide a description so you can identify this action later</para>
21776             </listitem>
21777             <listitem>
21778               <para>Click 'Add action'</para>
21779             </listitem>
21780           </itemizedlist></para>
21781         <para>Each action can also have an optional condition to check the value or existance of
21782           another field. For example you might want to add the call number to the item record if
21783           it's not already there.</para>
21784         <screenshot>
21785           <screeninfo>Add conditional action</screeninfo>
21786           <mediaobject>
21787             <imageobject>
21788               <imagedata fileref="images/tools/marcmodtemplates/ifexample.png"/>
21789             </imageobject>
21790           </mediaobject>
21791         </screenshot>
21792         <itemizedlist>
21793           <listitem>
21794             <para>Choose 'Copy'</para>
21795           </listitem>
21796           <listitem>
21797             <para>Decide if you want to copy the first occurance or all occurances of the
21798               field</para>
21799           </listitem>
21800           <listitem>
21801             <para>Enter the field 090 (or other biblio call number field) and subfield a to
21802               copy</para>
21803           </listitem>
21804           <listitem>
21805             <para>Enter the 952 field and o subfield to copy to</para>
21806           </listitem>
21807           <listitem>
21808             <para>Choose 'if'</para>
21809           </listitem>
21810           <listitem>
21811             <para>Enter the 952 field and o subfield</para>
21812           </listitem>
21813           <listitem>
21814             <para>Choose "doesn't exist"</para>
21815           </listitem>
21816           <listitem>
21817             <para>Provide a description so you can identify this action later</para>
21818           </listitem>
21819           <listitem>
21820             <para>Click 'Add action'</para>
21821           </listitem>
21822         </itemizedlist>
21823         <para>The Copy &amp; Move actions also support Regular Expressions, which can be used to
21824           automatically modify field values during the copy/move. An example would be to strip out
21825           the '$' character in field 020$c.</para>
21826         <screenshot>
21827           <screeninfo>Add regex action</screeninfo>
21828           <mediaobject>
21829             <imageobject>
21830               <imagedata fileref="images/tools/marcmodtemplates/regexexample.png"/>
21831             </imageobject>
21832           </mediaobject>
21833         </screenshot>
21834         <itemizedlist>
21835           <listitem>
21836             <para>Choose 'Copy'</para>
21837           </listitem>
21838           <listitem>
21839             <para>Decide if you want to copy the first occurance or all occurances of the
21840               field</para>
21841           </listitem>
21842           <listitem>
21843             <para>Enter the field 020 and subfield c to copy</para>
21844           </listitem>
21845           <listitem>
21846             <para>Enter the 020 field and c subfield to copy to</para>
21847           </listitem>
21848           <listitem>
21849             <para>Check the 'RegEx' box and enter your regular expression (in this case s/\$//
21850               )</para>
21851           </listitem>
21852           <listitem>
21853             <para>Choose 'if'</para>
21854           </listitem>
21855           <listitem>
21856             <para>Enter the 020 field and c subfield</para>
21857           </listitem>
21858           <listitem>
21859             <para>Choose "matches"</para>
21860           </listitem>
21861           <listitem>
21862             <para>Check the 'RegEx' box and enter your regular expression (in this case m/^\$/
21863               )</para>
21864           </listitem>
21865           <listitem>
21866             <para>Provide a description so you can identify this action later</para>
21867           </listitem>
21868           <listitem>
21869             <para>Click 'Add action'</para>
21870           </listitem>
21871         </itemizedlist>
21872         <note>
21873           <para>The value for an update can include variables that change each time the template is
21874             used. Currently, the system supports two variables, __BRANCHCODE__ which is replaced
21875             with the branchcode of the library currently using the template, and __CURRENTDATE__
21876             which is replaced with the current date in ISO format ( YYYY-MM-DD ).</para>
21877         </note>
21878         <para>You could also use regular expressions to add your library's proxy URL in front of
21879           links in your MARC record.<screenshot>
21880             <screeninfo>Add proxy URL</screeninfo>
21881             <mediaobject>
21882               <imageobject>
21883                 <imagedata fileref="images/tools/marcmodtemplates/proxyurl.png"/>
21884               </imageobject>
21885             </mediaobject>
21886           </screenshot><itemizedlist>
21887             <listitem>
21888               <para>Choose 'Copy'</para>
21889             </listitem>
21890             <listitem>
21891               <para>Decide if you want to copy the first occurance or all occurances of the
21892                 field</para>
21893             </listitem>
21894             <listitem>
21895               <para>Enter the field 856 and subfield u to copy</para>
21896             </listitem>
21897             <listitem>
21898               <para>Enter the 856 field and u subfield to copy to</para>
21899             </listitem>
21900             <listitem>
21901               <para>Check the 'RegEx' box and enter your regular expression (in this case
21902                 s/^/PROXY_URL/ )</para>
21903             </listitem>
21904             <listitem>
21905               <para>Provide a description so you can identify this action later</para>
21906             </listitem>
21907             <listitem>
21908               <para>Click 'Add action'</para>
21909             </listitem>
21910           </itemizedlist></para>
21911         <para>Once your actions are saved you can view them at the top of the screen. Actions can be
21912           moved around using the arrows to the left of them. </para>
21913         <screenshot>
21914           <screeninfo>View actions</screeninfo>
21915           <mediaobject>
21916             <imageobject>
21917               <imagedata fileref="images/tools/marcmodtemplates/viewactions.png"/>
21918             </imageobject>
21919           </mediaobject>
21920         </screenshot>
21921         <para>Depending on your actions the order may be very important. For example you don't want
21922           to delete a field before you copy it to another field.</para>
21923         <para>To add another template you can either start fresh or click the 'Duplicate current
21924           template' checkbox to create a copy of an existing template to start with.</para>
21925         <screenshot>
21926           <screeninfo>Duplicate template</screeninfo>
21927           <mediaobject>
21928             <imageobject>
21929               <imagedata fileref="images/tools/marcmodtemplates/duplicate.png"/>
21930             </imageobject>
21931           </mediaobject>
21932         </screenshot>
21933         <para>Once your template is saved you will be able to pick it when using the <link
21934             linkend="stagemarc">Stage MARC Records for Import</link> tool.</para>
21935         <screenshot>
21936           <screeninfo>Choose template</screeninfo>
21937           <mediaobject>
21938             <imageobject>
21939               <imagedata fileref="images/tools/marcmodtemplates/templatechoice.png"/>
21940             </imageobject>
21941           </mediaobject>
21942         </screenshot>
21943       </section>
21944
21945       <section id="stagemarc">
21946         <title>Stage MARC Records for Import</title>
21947
21948         <itemizedlist>
21949           <listitem>
21950             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
21951             &gt; Stage MARC records for import</para>
21952           </listitem>
21953         </itemizedlist>
21954
21955         <para>This tool can be used to import both bibliographic and authority
21956         records that are saved in MARC format. Importing records into Koha
21957         includes two steps. The first is to stage records for import.</para>
21958
21959         <itemizedlist>
21960           <listitem>
21961             <para>First find the MARC file on your computer</para>
21962
21963             <screenshot>
21964               <screeninfo>Stage MARC Records for Import</screeninfo>
21965
21966               <mediaobject>
21967                 <imageobject>
21968                   <imagedata fileref="images/tools/marcimport/stagemarc-pt1.png"/>
21969                 </imageobject>
21970               </mediaobject>
21971             </screenshot>
21972           </listitem>
21973
21974           <listitem>
21975             <para>Next you will be presented with options for record matching
21976             and item imports</para>
21977
21978             <screenshot>
21979               <screeninfo>Upload options</screeninfo>
21980
21981               <mediaobject>
21982                 <imageobject>
21983                   <imagedata fileref="images/tools/marcimport/stagemarc-pt2.png"/>
21984                 </imageobject>
21985               </mediaobject>
21986             </screenshot>
21987
21988             <itemizedlist>
21989               <listitem>
21990                 <para>Enter 'Comments about this file' to identify your upload
21991                 when going to the '<link linkend="managestaged">Manage Staged
21992                 MARC Records</link>' tool</para>
21993               </listitem>
21994
21995               <listitem>
21996                 <para>Tell Koha which type of file this is, bibliographic or
21997                 authority</para>
21998
21999                 <screenshot>
22000                   <screeninfo>Record type</screeninfo>
22001
22002                   <mediaobject>
22003                     <imageobject>
22004                       <imagedata fileref="images/tools/marcimport/recordtype.png"/>
22005                     </imageobject>
22006                   </mediaobject>
22007                 </screenshot>
22008               </listitem>
22009
22010               <listitem>
22011                 <para>Choose the character encoding</para>
22012
22013                 <screenshot>
22014                   <screeninfo>Chracter encoding</screeninfo>
22015
22016                   <mediaobject>
22017                     <imageobject>
22018                       <imagedata fileref="images/tools/marcimport/encoding.png"/>
22019                     </imageobject>
22020                   </mediaobject>
22021                 </screenshot>
22022               </listitem>
22023
22024               <listitem>
22025                 <para>Choose if you would like to use a <link linkend="marcmodtemplates">MARC
22026                     Modification Template</link> to alter the data you're about to import</para>
22027                 <screenshot>
22028                   <screeninfo>Choose modification template</screeninfo>
22029                   <mediaobject>
22030                     <imageobject>
22031                       <imagedata fileref="images/tools/marcimport/templatechoice.png"/>
22032                     </imageobject>
22033                   </mediaobject>
22034                 </screenshot>
22035               </listitem>
22036               <listitem>
22037                 <para>Choose whether or not you want to look for matching records</para>
22038                 <screenshot>
22039                   <screeninfo>Look for matches</screeninfo>
22040                   <mediaobject>
22041                     <imageobject>
22042                       <imagedata fileref="images/tools/marcimport/matches.png"/>
22043                     </imageobject>
22044                   </mediaobject>
22045                 </screenshot>
22046                 <itemizedlist>
22047                   <listitem>
22048                     <para>You can set up <link linkend="recordmatchingrules">record matching
22049                         rules</link> through the administration area</para>
22050                     <screenshot>
22051                       <screeninfo>Matching rules</screeninfo>
22052                       <mediaobject>
22053                         <imageobject>
22054                           <imagedata fileref="images/tools/marcimport/matchrule.png"/>
22055                         </imageobject>
22056                       </mediaobject>
22057                     </screenshot>
22058                     <itemizedlist>
22059                       <listitem>
22060                         <para>When using the ISBN matching rule Koha will find only exact matches.
22061                           If you find that the ISBN match is not working to your satisfaction you
22062                           can change the <link linkend="AggressiveMatchOnISBN"
22063                             >AggressiveMatchOnISBN</link> preference to 'Do' and then run your
22064                           import again.</para>
22065                       </listitem>
22066                     </itemizedlist>
22067                   </listitem>
22068                 </itemizedlist>
22069               </listitem>
22070
22071               <listitem>
22072                 <para>Next choose what to do with matching records if they are
22073                 found</para>
22074               </listitem>
22075
22076               <listitem>
22077                 <para>Finally choose what to do with records that are
22078                 unique</para>
22079               </listitem>
22080
22081               <listitem>
22082                 <para>Next you can choose whether or not to import the item
22083                 data found in the MARC records (if the file you're loading is
22084                 a bibliographic file)</para>
22085
22086                 <screenshot>
22087                   <screeninfo>Import items</screeninfo>
22088
22089                   <mediaobject>
22090                     <imageobject>
22091                       <imagedata fileref="images/tools/marcimport/checkitems.png"/>
22092                     </imageobject>
22093                   </mediaobject>
22094                 </screenshot>
22095               
22096               <itemizedlist>
22097                 <listitem><para>From here you can choose to always add items regardless of matching status, add them only if a
22098                       matching bib was found, add items only if there was no matching bib record,
22099                       replace items if a matching bib was found (The match will look at the
22100                       itemnumbers and barcodes to match on for items. Itemnumbers take precendence
22101                       over barcodes), or Ignore items and not add them.</para></listitem>
22102               </itemizedlist>
22103               </listitem>
22104             </itemizedlist>
22105           </listitem>
22106           <listitem>
22107             <para>Click 'Stage for import'</para>
22108           </listitem>
22109
22110           <listitem>
22111             <para>You will be presented with a confirmation of your MARC
22112             import</para>
22113
22114             <screenshot>
22115               <screeninfo>MARC Import Confirmation</screeninfo>
22116
22117               <mediaobject>
22118                 <imageobject>
22119                   <imagedata fileref="images/tools/marcimport/stagemarc-results.png"/>
22120                 </imageobject>
22121               </mediaobject>
22122             </screenshot>
22123           </listitem>
22124
22125           <listitem>
22126             <para>To complete the process continue to the <link linkend="managestaged">Managed Staged MARC Records
22127             Tool</link></para>
22128           </listitem>
22129         </itemizedlist>
22130       </section>
22131
22132       <section id="managestaged">
22133         <title>Staged MARC Record Management</title>
22134
22135         <itemizedlist>
22136           <listitem>
22137             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
22138             &gt; Staged MARC Record Management</para>
22139           </listitem>
22140         </itemizedlist>
22141
22142         <para>Once you have <link linkend="stagemarc">staged</link> your
22143         records for import you can complete the import using this tool.</para>
22144
22145         <screenshot>
22146           <screeninfo>List of Staged MARC Records</screeninfo>
22147
22148           <mediaobject>
22149             <imageobject>
22150               <imagedata fileref="images/tools/marcimport/managestaged.png"/>
22151             </imageobject>
22152           </mediaobject>
22153         </screenshot>
22154
22155         <itemizedlist>
22156           <listitem>
22157             <para>From the list of staged records, click on the file name that
22158             you want to finish importing</para>
22159
22160             <itemizedlist>
22161               <listitem>
22162                 <para>You will note that records that have already been
22163                 imported will say so under 'Status'</para>
22164               </listitem>
22165             </itemizedlist>
22166           </listitem>
22167
22168           <listitem>
22169             <para>A summary of your import will appear along with the option
22170             to change your matching rules</para>
22171
22172             <screenshot>
22173               <screeninfo>Manage Staged Records Batch</screeninfo>
22174
22175               <mediaobject>
22176                 <imageobject>
22177                   <imagedata fileref="images/tools/marcimport/managestagedrecords.png"/>
22178                 </imageobject>
22179               </mediaobject>
22180             </screenshot>
22181           </listitem>
22182
22183           <listitem>
22184             <para>Below the summary is the option to import the batch of bib
22185             records using a specific framework</para>
22186
22187             <screenshot>
22188               <screeninfo>Choose Framework to Import Into</screeninfo>
22189
22190               <mediaobject>
22191                 <imageobject>
22192                   <imagedata fileref="images/tools/marcimport/importframework.png"/>
22193                 </imageobject>
22194               </mediaobject>
22195             </screenshot>
22196
22197             <itemizedlist>
22198               <listitem>
22199                 <para>Choosing a framework other than 'Default' isn't
22200                 necessary, but it's helpful for running reports and having the
22201                 right bib level item type selected on import.</para>
22202               </listitem>
22203             </itemizedlist>
22204           </listitem>
22205
22206           <listitem>
22207             <para>Below the framework selection there will be a list of the
22208             records that will be imported</para>
22209
22210             <screenshot>
22211               <screeninfo>List of Staged Records</screeninfo>
22212
22213               <mediaobject>
22214                 <imageobject>
22215                   <imagedata fileref="images/tools/marcimport/stagedrecords.png"/>
22216                 </imageobject>
22217               </mediaobject>
22218             </screenshot>
22219
22220             <itemizedlist>
22221               <listitem>
22222                 <para>Review your summary before completing your import to
22223                 make sure that your matching rule worked and that the records
22224                 appear as you expect them to</para>
22225               </listitem>
22226             </itemizedlist>
22227           </listitem>
22228
22229           <listitem>
22230             <para>Click 'Import into catalog' to complete the import</para>
22231
22232             <screenshot>
22233               <screeninfo>Import summary</screeninfo>
22234
22235               <mediaobject>
22236                 <imageobject>
22237                   <imagedata fileref="images/tools/marcimport/importedrecords.png"/>
22238                 </imageobject>
22239               </mediaobject>
22240             </screenshot>
22241           </listitem>
22242
22243           <listitem>
22244             <para>Once your import is complete a link to the new bib records
22245             will appear to the right of each title that was imported</para>
22246           </listitem>
22247
22248           <listitem>
22249             <para>You can also undo your import by clicking the 'Undo import
22250             into catalog' button</para>
22251           </listitem>
22252         </itemizedlist>
22253
22254         <para>Records imported using this tool remain in the 'reservoir' until
22255         they are cleaned. These items will appear when searching the catalog
22256         from the <link linkend="cataloging">Cataloging</link> tool:</para>
22257
22258         <screenshot>
22259           <screeninfo>Reservoir Results</screeninfo>
22260
22261           <mediaobject>
22262             <imageobject>
22263               <imagedata fileref="images/tools/marcimport/reservoirresults.png"/>
22264             </imageobject>
22265           </mediaobject>
22266         </screenshot>
22267
22268         <para>To clean items out of the 'reservoir':</para>
22269
22270         <itemizedlist>
22271           <listitem>
22272             <para>Visit the main screen of the Manage Staged MARC Records
22273             tool</para>
22274
22275             <screenshot>
22276               <screeninfo>List of Staged MARC Records</screeninfo>
22277
22278               <mediaobject>
22279                 <imageobject>
22280                   <imagedata fileref="images/tools/marcimport/managestaged.png"/>
22281                 </imageobject>
22282               </mediaobject>
22283             </screenshot>
22284           </listitem>
22285
22286           <listitem>
22287             <para>To clean a batch, click the 'Clean' button to the
22288             right</para>
22289           </listitem>
22290
22291           <listitem>
22292             <para>You will be presented with a confirmation message</para>
22293
22294             <screenshot>
22295               <screeninfo>Clean MARC Records Confirmation</screeninfo>
22296
22297               <mediaobject>
22298                 <imageobject>
22299                   <imagedata fileref="images/tools/marcimport/cleanbatch.png"/>
22300                 </imageobject>
22301               </mediaobject>
22302             </screenshot>
22303
22304             <itemizedlist>
22305               <listitem>
22306                 <para>Accept the deletion and the records will be removed from
22307                 the reservoir and the status will be changed to
22308                 'cleaned'</para>
22309               </listitem>
22310             </itemizedlist>
22311           </listitem>
22312         </itemizedlist>
22313       </section>
22314
22315       <section id="uploadlocalimages">
22316         <title>Upload Local Cover Image</title>
22317
22318         <itemizedlist>
22319           <listitem>
22320             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
22321             &gt; Upload Local Cover Image</para>
22322           </listitem>
22323         </itemizedlist>
22324
22325         <para>This tool will allow you to upload cover images for the materials in your catalog. To
22326           access this tool, staff will need the <link linkend="toolspermissions"
22327             >upload_local_cover_images permission</link>. In order for images to show in the staff
22328           client and/or OPAC you will need to set your <link linkend="LocalCoverImages"
22329             >LocalCoverImages</link> and/or <link linkend="OPACLocalCoverImages"
22330             >OPACLocalCoverImages</link> preferences to 'Display.' Images can be uploaded in batches
22331           or one by one.<note>
22332             <para>Koha does not have a maximum file size limit for this tool, but Apache may limit
22333               the maximum size of uploads (talk to your sys admin).</para>
22334           </note><note>
22335             <para>When you want to upload multiple images onto a bib record, they will display left
22336               to right (then top to bottom, depending on screen real estate) in order of uploading,
22337               and the one on the left (the first one uploaded) will be the one used as a thumbnail
22338               cover in search results and on the detail page. There is no way to reorder cover
22339               images uploaded in this way, so be sure to upload them in the order you'd like them to appear.<screenshot>
22340                 <screeninfo>Multiple cover images on one record</screeninfo>
22341                 <mediaobject>
22342                   <imageobject>
22343                     <imagedata fileref="images/tools/uploadlocalimg/multiplecovers.png"/>
22344                   </imageobject>
22345                 </mediaobject>
22346               </screenshot></para>
22347           </note></para>
22348
22349         <para>If uploading a single image:</para>
22350
22351         <itemizedlist>
22352           <listitem>
22353             <para>Visit the tool and click the 'Browse' button to browse to
22354             the image on your local machine.</para>
22355
22356             <screenshot>
22357               <screeninfo>Upload single cover image</screeninfo>
22358
22359               <mediaobject>
22360                 <imageobject>
22361                   <imagedata fileref="images/tools/uploadlocalimg/uploadsingle.png"/>
22362                 </imageobject>
22363               </mediaobject>
22364             </screenshot>
22365           </listitem>
22366
22367           <listitem>
22368             <para>Click 'Upload file'</para>
22369           </listitem>
22370
22371           <listitem>
22372             <para>Choose 'Image file' under the 'File type' section</para>
22373           </listitem>
22374
22375           <listitem>
22376             <para>Enter the biblionumber for the record you're attaching this
22377             image to. This is not the same as the barcode, this is the system
22378             generated number assigned by Koha.</para>
22379
22380             <itemizedlist>
22381               <listitem>
22382                 <para>Find the biblionumber by looking at the end of the URL
22383                 in the address bar when on the detail page</para>
22384
22385                 <screenshot>
22386                   <screeninfo>Biblionumber in URL</screeninfo>
22387
22388                   <mediaobject>
22389                     <imageobject>
22390                       <imagedata fileref="images/tools/uploadlocalimg/bibnumurl.png"/>
22391                     </imageobject>
22392                   </mediaobject>
22393                 </screenshot>
22394               </listitem>
22395
22396               <listitem>
22397                 <para>or by clicking on the MARC tab on the detail page in the
22398                 staff client</para>
22399
22400                 <screenshot>
22401                   <screeninfo>Biblionumber on MARC Record</screeninfo>
22402
22403                   <mediaobject>
22404                     <imageobject>
22405                       <imagedata fileref="images/tools/uploadlocalimg/bibnummarc.png"/>
22406                     </imageobject>
22407                   </mediaobject>
22408                 </screenshot>
22409               </listitem>
22410             </itemizedlist>
22411           </listitem>
22412
22413           <listitem>
22414             <para>If you would like to replace any other cover images you may
22415             have uploaded in the past, check the 'Replace existing covers' box
22416             under the 'Options' section</para>
22417           </listitem>
22418
22419           <listitem>
22420             <para>Click 'Process images'</para>
22421           </listitem>
22422
22423           <listitem>
22424             <para>You will be presented with a summary of the upload and a
22425             link to the record you have just added the image to</para>
22426           </listitem>
22427         </itemizedlist>
22428
22429         <para>If uploading a batch of images at once you will need to prepare
22430         a ZIP file first.</para>
22431
22432         <itemizedlist>
22433           <listitem>
22434             <para>Enter in to the ZIP file all the images you are
22435             uploading</para>
22436           </listitem>
22437
22438           <listitem>
22439             <para>Also include a text file (*.TXT) named either datalink.txt
22440             or idlink.txt listing the biblionumber followed by the image name
22441             for each image one per line</para>
22442
22443             <itemizedlist>
22444               <listitem>
22445                 <para>ex. 4091,image4091.jpg</para>
22446
22447                 <screenshot>
22448                   <screeninfo>ZIP File Contents</screeninfo>
22449
22450                   <mediaobject>
22451                     <imageobject>
22452                       <imagedata fileref="images/tools/uploadlocalimg/zipfiles.png"/>
22453                     </imageobject>
22454                   </mediaobject>
22455                 </screenshot>
22456               </listitem>
22457             </itemizedlist>
22458           </listitem>
22459
22460           <listitem>
22461             <para>Browse your local computer to the ZIP file</para>
22462           </listitem>
22463
22464           <listitem>
22465             <para>Click 'Upload file'</para>
22466           </listitem>
22467
22468           <listitem>
22469             <para>Choose 'Zip file' under the 'File type' section</para>
22470           </listitem>
22471
22472           <listitem>
22473             <para>If you would like to replace any other cover images you may
22474             have uploaded in the past, check the 'Replace existing covers' box
22475             under the 'Options' section</para>
22476           </listitem>
22477
22478           <listitem>
22479             <para>Click 'Process images'</para>
22480           </listitem>
22481
22482           <listitem>
22483             <para>You will be presented with a summary of the upload</para>
22484
22485             <screenshot>
22486               <screeninfo>Upload Summary</screeninfo>
22487
22488               <mediaobject>
22489                 <imageobject>
22490                   <imagedata fileref="images/tools/uploadlocalimg/uploadsummary.png"/>
22491                 </imageobject>
22492               </mediaobject>
22493             </screenshot>
22494           </listitem>
22495         </itemizedlist>
22496
22497         <important>
22498           <para>The source image is used to generate a 140 x 200 px thumbnail image and a 600 x 800
22499             px full-size image. The original sized image uploaded will not be stored by Koha</para>
22500         </important>
22501
22502         <para>You will be able to see your cover images in the staff client on
22503         the detail page under the 'Image' tab in the holdings table at the
22504         bottom</para>
22505
22506         <screenshot>
22507           <screeninfo>Cover images in the staff client</screeninfo>
22508
22509           <mediaobject>
22510             <imageobject>
22511               <imagedata fileref="images/admin/globalprefs/AllowMultipleCovers.png"/>
22512             </imageobject>
22513           </mediaobject>
22514         </screenshot>
22515
22516         <para>In the OPAC the cover images will also appear in the images tab,
22517         as well as next to the title and on the search results.</para>
22518         <para>If you would like to remove a cover image you can click 'Delete image' below the image
22519           if you have the <link linkend="toolspermissions">upload_local_cover_images
22520             permission</link>.</para>
22521       </section>
22522     </section>
22523
22524     <section id="additionaltools">
22525       <title>Additional Tools</title>
22526
22527       <para/>
22528
22529       <section id="calholidays">
22530         <title>Calendar</title>
22531
22532         <itemizedlist>
22533           <listitem>
22534             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
22535             Additional Tools &gt; Calendar</para>
22536           </listitem>
22537         </itemizedlist>
22538
22539         <para>Libraries can define library closings and holidays to be used
22540         when calculating due dates. You can make use of the Calendar by
22541         turning on the proper system preferences:</para>
22542
22543         <itemizedlist>
22544           <listitem>
22545             <para><emphasis>Get there: </emphasis>More &gt; Administration
22546             &gt; Global System Preferences &gt; Circulation &gt; <link linkend="useDaysMode">useDaysMode</link></para>
22547
22548             <itemizedlist>
22549               <listitem>
22550                 <para>Choose the method for calculating due date - either
22551                 include days the library is closed in the calculation or don't
22552                 include them.</para>
22553               </listitem>
22554             </itemizedlist>
22555           </listitem>
22556
22557           <listitem>
22558             <para><emphasis>Get there:</emphasis> More &gt; Administration
22559             &gt; Global System Preferences &gt; Circulation &gt; <link linkend="finesCalendar">finescalendar</link></para>
22560
22561             <itemizedlist>
22562               <listitem>
22563                 <para>This will check the holiday calendar before charging
22564                 fines</para>
22565               </listitem>
22566             </itemizedlist>
22567           </listitem>
22568         </itemizedlist>
22569
22570         <screenshot>
22571           <screeninfo>Calendar &amp; Holidays Tools</screeninfo>
22572
22573           <mediaobject>
22574             <imageobject>
22575               <imagedata fileref="images/tools/calendar/calendar.png"/>
22576             </imageobject>
22577           </mediaobject>
22578         </screenshot>
22579
22580         <section id="addevents">
22581           <title>Adding Events</title>
22582
22583           <para>Before adding events, choose the library you would like to
22584           apply the closings to. When adding events you will be asked if you
22585           would like to apply the event to one branch or all branches. To add
22586           events, simply</para>
22587
22588           <itemizedlist>
22589             <listitem>
22590               <para>Click on the date on the calendar that you would like to
22591               apply the closing to</para>
22592
22593               <screenshot>
22594                 <screeninfo>Calendar Add Form</screeninfo>
22595
22596                 <mediaobject>
22597                   <imageobject>
22598                     <imagedata fileref="images/tools/calendar/calendaradd.png"/>
22599                   </imageobject>
22600                 </mediaobject>
22601               </screenshot>
22602             </listitem>
22603
22604             <listitem>
22605               <para>In the form that appears above the calendar, enter the
22606               closing information (for more info on each option click the
22607               question mark [?] to the right of the option)</para>
22608
22609               <itemizedlist>
22610                 <listitem>
22611                   <para>Library will be filled in automatically based on the
22612                   library you chose from the pull down at the top of the
22613                   page</para>
22614                 </listitem>
22615
22616                 <listitem>
22617                   <para>The day information will also be filled in
22618                   automatically based on the date you clicked on the
22619                   calendar</para>
22620                 </listitem>
22621
22622                 <listitem>
22623                   <para>In the description enter the reason the library is
22624                   closed</para>
22625                 </listitem>
22626
22627                 <listitem>
22628                   <para>Next you can choose if this event is a one time event
22629                   or if it is repeatable.</para>
22630
22631                   <itemizedlist>
22632                     <listitem>
22633                       <para>If this is a one day holiday choose 'Holiday only
22634                       on this day'</para>
22635                     </listitem>
22636
22637                     <listitem>
22638                       <para>If this is a weekly closing (like a weekend day)
22639                       then you can choose 'Holiday repeated every same day of
22640                       the week'</para>
22641                     </listitem>
22642
22643                     <listitem>
22644                       <para>If this is an annual holiday closing choose
22645                       'Holiday repeated yearly on the same date'</para>
22646                     </listitem>
22647
22648                     <listitem>
22649                       <para>If the library is going to be closed for the week
22650                       or a range of time choose 'Holiday on a range' and enter
22651                       a 'To Date' at the top</para>
22652                     </listitem>
22653
22654                     <listitem>
22655                       <para>If the library is going to be closed for a range
22656                       of time each year (such as summer holidays for schools)
22657                       choose 'Holiday repeated yearly on a range' and enter a
22658                       'To Date' at the top</para>
22659                     </listitem>
22660                   </itemizedlist>
22661                 </listitem>
22662
22663                 <listitem>
22664                   <para>Finally decide if this event should be applied to all
22665                   libraries or just the one you have originally
22666                   selected</para>
22667
22668                   <itemizedlist>
22669                     <listitem>
22670                       <para>If you'd rather enter all the holidays and then
22671                       copy them all to another branch all at once you can use
22672                       the copy menu below the calendar</para>
22673
22674                       <screenshot>
22675                         <screeninfo>Copy holidays</screeninfo>
22676
22677                         <mediaobject>
22678                           <imageobject>
22679                             <imagedata fileref="images/tools/calendar/copyholidays.png"/>
22680                           </imageobject>
22681                         </mediaobject>
22682                       </screenshot>
22683                     </listitem>
22684                   </itemizedlist>
22685                 </listitem>
22686               </itemizedlist>
22687             </listitem>
22688
22689             <listitem>
22690               <para>After saving you will see the event listed in the summary
22691               to the right the calendar</para>
22692
22693               <screenshot>
22694                 <screeninfo>Calendar Summary</screeninfo>
22695
22696                 <mediaobject>
22697                   <imageobject>
22698                     <imagedata fileref="images/tools/calendar/calendarsummary.png"/>
22699                   </imageobject>
22700                 </mediaobject>
22701               </screenshot>
22702             </listitem>
22703           </itemizedlist>
22704         </section>
22705
22706         <section id="editevents">
22707           <title>Editing Events</title>
22708
22709           <para>To edit events</para>
22710
22711           <itemizedlist>
22712             <listitem>
22713               <para>Click on the event on the calendar that you want to change
22714               (do this by clicking on the date on the calendar, not the event
22715               listed in the summary)</para>
22716
22717               <screenshot>
22718                 <screeninfo>Edit holiday form</screeninfo>
22719
22720                 <mediaobject>
22721                   <imageobject>
22722                     <imagedata fileref="images/tools/calendar/calendaredit.png"/>
22723                   </imageobject>
22724                 </mediaobject>
22725               </screenshot>
22726             </listitem>
22727
22728             <listitem>
22729               <para>From this form you can make edits to the holiday or delete the holiday
22730                 completely. <itemizedlist>
22731                   <listitem>
22732                     <para>All actions require that you click 'Save' before the change will be
22733                       made.</para>
22734                   </listitem>
22735                 </itemizedlist></para>
22736             </listitem>
22737
22738             <listitem>
22739               <para>Clicking on repeatable events will offer slightly
22740               different options</para>
22741
22742               <screenshot>
22743                 <screeninfo>Edit repeatable event</screeninfo>
22744
22745                 <mediaobject>
22746                   <imageobject>
22747                     <imagedata fileref="images/tools/calendar/calendarexception.png"/>
22748                   </imageobject>
22749                 </mediaobject>
22750               </screenshot>
22751
22752               <itemizedlist>
22753                 <listitem>
22754                   <para>In the form above you will note that there is now an option to 'Generate an
22755                     exception for this repeated holiday,' choosing this option will allow you to
22756                     make it so that this date is not closed even though the library is usually
22757                     closed on this date.<itemizedlist>
22758                       <listitem>
22759                         <para>All actions require that you click 'Save' before the change will be
22760                           made.</para>
22761                       </listitem>
22762                     </itemizedlist></para>
22763                 </listitem>
22764               </itemizedlist>
22765             </listitem>
22766           </itemizedlist>
22767         </section>
22768
22769         <section id="calendarhelp">
22770           <title>Additional Help</title>
22771
22772           <para>When adding or editing events you can get additional help by
22773           clicking on the question mark next to various different options on
22774           the form</para>
22775
22776           <screenshot>
22777             <screeninfo>Additional Calendar Help Buttons</screeninfo>
22778
22779             <mediaobject>
22780               <imageobject>
22781                 <imagedata fileref="images/tools/calendar/calendarhelp.png"/>
22782               </imageobject>
22783             </mediaobject>
22784           </screenshot>
22785         </section>
22786       </section>
22787
22788       <section id="csvprofiles">
22789         <title>CSV Profiles</title>
22790
22791         <itemizedlist>
22792           <listitem>
22793             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
22794             Additional Tools &gt; CSV Profiles</para>
22795           </listitem>
22796         </itemizedlist>
22797
22798         <para>CSV Profiles are created to define how you would like your cart
22799         or list to export.</para>
22800
22801         <section id="addcsvprofile">
22802           <title>Add CSV Profiles</title>
22803
22804           <para>To add a CSV Profile</para>
22805
22806           <itemizedlist>
22807             <listitem>
22808               <para>Click 'CSV Profiles' from the Tools menu</para>
22809             </listitem>
22810             <listitem>
22811               <para>The 'Profile type' determines what type of fields you plan to use (MARC or SQL)
22812                 to define your profile<itemizedlist>
22813                   <listitem>
22814                     <para>If tyou choose MARC then you will need to enter MARC fields</para>
22815                   </listitem>
22816                 </itemizedlist></para>
22817               <screenshot>
22818                 <screeninfo>MARC CSV Profile</screeninfo>
22819                 <mediaobject>
22820                   <imageobject>
22821                     <imagedata fileref="images/tools/csvprofiles/addcsv.png"/>
22822                   </imageobject>
22823                 </mediaobject>
22824               </screenshot>
22825               <itemizedlist>
22826                 <listitem>
22827                   <para>If tyou choose SQL then you will need to enter SQL database fields</para>
22828                   <screenshot>
22829                       <screeninfo>SQL CSV Profile</screeninfo>
22830                       <mediaobject>
22831                         <imageobject>
22832                           <imagedata fileref="images/tools/csvprofiles/addcsv-sql.png"/>
22833                         </imageobject>
22834                       </mediaobject>
22835                     </screenshot>
22836                 </listitem>
22837               </itemizedlist>
22838               <itemizedlist>
22839                 <listitem>
22840                   <para>The 'Profile name' will appear on the export pull down list when choosing
22841                     'Download' from your cart or list</para>
22842                   <screenshot>
22843                       <screeninfo>Download List</screeninfo>
22844                       <mediaobject>
22845                         <imageobject>
22846                           <imagedata fileref="images/tools/csvprofiles/downloadcsv.png"/>
22847                         </imageobject>
22848                       </mediaobject>
22849                     </screenshot>
22850                 </listitem>
22851                 <listitem>
22852                   <para>The 'Profile description' is for your own benefit, but will also appear in
22853                     the OPAC when patrons download content, so make sure it's clear to your patrons
22854                     as well</para>
22855                 </listitem>
22856                 <listitem>
22857                   <para>The 'CSV separator' is the character used to separate values and value groups<note>
22858                       <para>The most common option here is comma because most spreadsheet
22859                         applications know how to open files split by commas.</para>
22860                     </note></para>
22861                 </listitem>
22862                 <listitem>
22863                   <para>The 'Field separator' is the character used to separate duplicate
22864                     fields</para>
22865                   <itemizedlist>
22866                     <listitem>
22867                       <para>Example: You may have multiple 650 fields and this is the character that
22868                         will appear in between each one in the column</para>
22869                       <screenshot>
22870                           <screeninfo>Field separators in between multiple subjects</screeninfo>
22871                           <mediaobject>
22872                             <imageobject>
22873                               <imagedata fileref="images/tools/csvprofiles/csvfieldsep.png"/>
22874                             </imageobject>
22875                           </mediaobject>
22876                         </screenshot>
22877                     </listitem>
22878                   </itemizedlist>
22879                 </listitem>
22880                 <listitem>
22881                   <para>The 'Subfield separator' is the character used to separate duplicate
22882                     subfields</para>
22883                   <itemizedlist>
22884                     <listitem>
22885                       <para>Example: You may have multiple $a subfields in a field</para>
22886                     </listitem>
22887                   </itemizedlist>
22888                 </listitem>
22889                 <listitem>
22890                   <para>The 'Encoding' field lets you define the encoding used when saving the
22891                     file</para>
22892                 </listitem>
22893                 <listitem>
22894                   <para>Finally format your CSV file using the 'Profile MARC' or 'Profile SQL'
22895                     field</para>
22896                   <itemizedlist>
22897                     <listitem>
22898                       <para>Define which fields or subfields you want to export, separated by pipes.
22899                         Example : 200|210$a|301 for MARC and biblio.title|biblio.author for
22900                         SQL</para>
22901                     </listitem>
22902                     <listitem>
22903                       <note>
22904                         <para>You can also use your own headers (instead of the ones from Koha) by
22905                           prefixing the field number with an header, followed by the equal sign.
22906                           Example : Personal name=100|title=245$a|300</para>
22907                       </note>
22908                     </listitem>
22909                   </itemizedlist>
22910                 </listitem>
22911               </itemizedlist>
22912               <para>When you have entered in all of the information for you profile, simply click
22913                 'Submit' and you will be presented with a confirmation that your profile has been saved.</para>
22914               <screenshot>
22915                   <screeninfo>Confirmation of new CSV profile</screeninfo>
22916                   <mediaobject>
22917                     <imageobject>
22918                       <imagedata fileref="images/tools/csvprofiles/csvadded.png"/>
22919                     </imageobject>
22920                   </mediaobject>
22921                 </screenshot>
22922             </listitem>
22923           </itemizedlist>
22924         </section>
22925
22926         <section id="editcsvprofile">
22927           <title>Modify CSV Profiles</title>
22928
22929           <para>Once you have created at least one CSV Profile an 'Edit
22930           profile' tab will appear next to the 'New profile' button.</para>
22931
22932           <screenshot>
22933             <screeninfo>Modify CSV Profiles</screeninfo>
22934
22935             <mediaobject>
22936               <imageobject>
22937                 <imagedata fileref="images/tools/csvprofiles/modifycsv.png"/>
22938               </imageobject>
22939             </mediaobject>
22940           </screenshot>
22941
22942           <itemizedlist>
22943             <listitem>
22944               <para>Choose the profile you would like to edit and alter the necessary fields.</para>
22945             </listitem>
22946             <listitem>
22947               <para>After submitting your changes you will be presented with a confirmation message
22948                 at the top of the screen</para>
22949               <screenshot>
22950                   <screeninfo>Confirmation of CSV modification</screeninfo>
22951                   <mediaobject>
22952                     <imageobject>
22953                       <imagedata fileref="images/tools/csvprofiles/csvmodified.png"/>
22954                     </imageobject>
22955                   </mediaobject>
22956                 </screenshot>
22957             </listitem>
22958
22959             <listitem>
22960               <para>To delete a profile, check the 'Delete selected profile'
22961               option before clicking 'Submit Query'</para>
22962
22963               <screenshot>
22964                 <screeninfo>Delete an existing CSV Profile</screeninfo>
22965
22966                 <mediaobject>
22967                   <imageobject>
22968                     <imagedata fileref="images/tools/csvprofiles/deletecsv.png"/>
22969                   </imageobject>
22970                 </mediaobject>
22971               </screenshot>
22972             </listitem>
22973           </itemizedlist>
22974         </section>
22975
22976         <section id="usecsvprofiles">
22977           <title>Using CSV Profiles</title>
22978
22979           <para>Your CSV Profiles will appear on the export list or cart menu under the 'Download'
22980             button in both the staff client and the OPAC</para>
22981
22982           <screenshot>
22983             <screeninfo>CSV Profiles on Download Menu in the Staff Client</screeninfo>
22984
22985             <mediaobject>
22986               <imageobject>
22987                 <imagedata fileref="images/tools/csvprofiles/exportlist.png"/>
22988               </imageobject>
22989             </mediaobject>
22990           </screenshot>
22991         </section>
22992       </section>
22993
22994       <section id="logviewer">
22995         <title>Log Viewer</title>
22996
22997         <itemizedlist>
22998           <listitem>
22999             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23000             Additional Tools &gt; Log Viewer</para>
23001           </listitem>
23002         </itemizedlist>
23003
23004         <para>Actions within the Koha system are tracked in log files. Your
23005         <link linkend="logs">system preferences</link> can be changed to
23006         prevent the logging of different actions. These logs can be viewed
23007         using the Log Viewer Tool.</para>
23008
23009         <screenshot>
23010           <screeninfo>Log Viewer</screeninfo>
23011
23012           <mediaobject>
23013             <imageobject>
23014               <imagedata fileref="images/tools/logs/logviewer.png"/>
23015             </imageobject>
23016           </mediaobject>
23017         </screenshot>
23018
23019         <para>Choosing different combinations of menu options will produce the
23020         log file for that query.</para>
23021
23022         <screenshot>
23023           <screeninfo>A query for all logs related to the Circulation module
23024           produces a result like this</screeninfo>
23025
23026           <mediaobject>
23027             <imageobject>
23028               <imagedata fileref="images/tools/logs/logresults.png"/>
23029             </imageobject>
23030           </mediaobject>
23031         </screenshot>
23032
23033         <para>You will note that real names do not appear on the log, only
23034         identifying numbers. You need to use the identifying numbers when
23035         searching the logs as well.</para>
23036       </section>
23037
23038       <section id="newstool">
23039         <title>News</title>
23040
23041         <itemizedlist>
23042           <listitem>
23043             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23044             Additional Tools &gt; News</para>
23045           </listitem>
23046         </itemizedlist>
23047
23048         <para>Koha's news module allows librarians to post news to the OPAC,
23049         staff interface and circulation receipts.</para>
23050
23051         <screenshot>
23052           <screeninfo>Koha News Module</screeninfo>
23053
23054           <mediaobject>
23055             <imageobject>
23056               <imagedata fileref="images/tools/news/news.png"/>
23057             </imageobject>
23058           </mediaobject>
23059         </screenshot>
23060
23061         <para>To add news to either the OPAC, the Staff Client or a
23062         Circulation receipt:</para>
23063
23064         <itemizedlist>
23065           <listitem>
23066             <para>Click 'New Entry'</para>
23067
23068             <screenshot>
23069               <screeninfo>Add Koha News Form</screeninfo>
23070
23071               <mediaobject>
23072                 <imageobject>
23073                   <imagedata fileref="images/tools/news/addnews.png"/>
23074                 </imageobject>
23075               </mediaobject>
23076             </screenshot>
23077
23078             <itemizedlist>
23079               <listitem>
23080                 <para>Under 'Display Location' choose whether to put the news on the OPAC, Slip
23081                   (circulation receipt) or the Librarian (Staff) Interface.<screenshot>
23082                     <screeninfo>Display location</screeninfo>
23083                     <mediaobject>
23084                       <imageobject>
23085                         <imagedata fileref="images/tools/news/displaylocation.png"/>
23086                       </imageobject>
23087                     </mediaobject>
23088                   </screenshot></para>
23089               </listitem>
23090
23091               <listitem>
23092                 <para>Choose the library this news item will show for</para>
23093               </listitem>
23094               <listitem>
23095                 <para>Choose a title for your entry</para>
23096               </listitem>
23097
23098               <listitem>
23099                 <para>Using the publication and expiration date fields you can
23100                 control how long your item appears</para>
23101               </listitem>
23102
23103               <listitem>
23104                 <para>'Appear in position' lets you decide what order your
23105                 news items appear in</para>
23106               </listitem>
23107
23108               <listitem>
23109                 <para>The 'News' box allows for the use of HTML for formatting
23110                 of your news item</para>
23111               </listitem>
23112             </itemizedlist>
23113           </listitem>
23114
23115           <listitem>
23116             <para>After filling in all of the fields, click 'Submit'</para>
23117           </listitem>
23118
23119           <listitem>
23120             <para>News in the OPAC will appear above the <link linkend="OpacMainUserBlock">OpacMainUserBlock</link></para>
23121
23122             <screenshot>
23123               <screeninfo>News in the OPAC</screeninfo>
23124
23125               <mediaobject>
23126                 <imageobject>
23127                   <imagedata fileref="images/tools/news/opacnews.png"/>
23128                 </imageobject>
23129               </mediaobject>
23130             </screenshot>
23131           </listitem>
23132
23133           <listitem>
23134             <para>News in the Staff Client will appear on the far left of the
23135             screen</para>
23136
23137             <screenshot>
23138               <screeninfo>News in the Staff Client</screeninfo>
23139
23140               <mediaobject>
23141                 <imageobject>
23142                   <imagedata fileref="images/tools/news/librariannews.png"/>
23143                 </imageobject>
23144               </mediaobject>
23145             </screenshot>
23146           </listitem>
23147
23148           <listitem>
23149             <para>News on the circulation receipts will appear below the items
23150             that are checked out</para>
23151
23152             <screenshot>
23153               <screeninfo>News at the bottom of the circulation
23154               receipt</screeninfo>
23155
23156               <mediaobject>
23157                 <imageobject>
23158                   <imagedata fileref="images/tools/news/slipnews.png"/>
23159                 </imageobject>
23160               </mediaobject>
23161             </screenshot>
23162           </listitem>
23163         </itemizedlist>
23164       </section>
23165
23166       <section id="taskscheduler">
23167         <title>Task Scheduler</title>
23168
23169         <itemizedlist>
23170           <listitem>
23171             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
23172             Additional Tools &gt; Task Scheduler</para>
23173           </listitem>
23174         </itemizedlist>
23175
23176         <para>The task scheduler is a way to schedule reports to run whenever
23177         you want.</para>
23178
23179         <para>To schedule a task, visit the Task Scheduler and fill in the
23180         form</para>
23181
23182         <screenshot>
23183           <screeninfo>Task Scheduler</screeninfo>
23184
23185           <mediaobject>
23186             <imageobject>
23187               <imagedata fileref="images/tools/tasksched/taskscheduler.png"/>
23188             </imageobject>
23189           </mediaobject>
23190         </screenshot>
23191
23192         <itemizedlist>
23193           <listitem>
23194             <para>Current Server Time shows the time on your server (schedule
23195             all of your reports to run based on that time - not on your local
23196             time)</para>
23197           </listitem>
23198
23199           <listitem>
23200             <para>Time should be entered as hh:mm (2 digit hour, 2 digit
23201             minute)</para>
23202           </listitem>
23203
23204           <listitem>
23205             <para>Date should be entered using the calendar pop up</para>
23206           </listitem>
23207
23208           <listitem>
23209             <para>From Report choose the report you want to schedule</para>
23210           </listitem>
23211
23212           <listitem>
23213             <para>Choose whether to receive the text of or a link to the
23214             results</para>
23215           </listitem>
23216
23217           <listitem>
23218             <para>In the Email filed enter the email of the person you want to
23219             receive your report</para>
23220           </listitem>
23221         </itemizedlist>
23222
23223         <para>Below the task scheduler form, there is a list of scheduled
23224         reports</para>
23225
23226         <screenshot>
23227           <screeninfo>Scheduled Tasks</screeninfo>
23228
23229           <mediaobject>
23230             <imageobject>
23231               <imagedata fileref="images/tools/tasksched/scheduledreports.png"/>
23232             </imageobject>
23233           </mediaobject>
23234         </screenshot>
23235
23236         <para>You can also schedule reports directly from the list of saved
23237         reports by clicking the 'Schedule' link</para>
23238
23239         <screenshot>
23240           <screeninfo>Saved Reports List</screeninfo>
23241
23242           <mediaobject>
23243             <imageobject>
23244               <imagedata fileref="images/tools/tasksched/savedreports.png"/>
23245             </imageobject>
23246           </mediaobject>
23247         </screenshot>
23248
23249         <section id="taskscedtroubleshoot">
23250           <title>Troubleshooting</title>
23251
23252           <para>Task scheduler will not work if the user the web server runs
23253           as doesn't have the permission to use it. To find out if the right
23254           user has the permissions necessary, check /etc/at.allow to see what
23255           users are in it. If you don't have that file, check etc/at.deny. If
23256           at.deny exists but is blank, then every user can use it. Talk to
23257           your system admin about adding the user to the right place to make
23258           the task scheduler work.</para>
23259         </section>
23260       </section>
23261
23262       <section id="QOTDEditor">
23263         <title>Quote of the Day (QOTD) Editor</title>
23264         <itemizedlist>
23265           <listitem>
23266             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Additional Tools &gt; Edit
23267               quotes for QOTD feature</para>
23268           </listitem>
23269         </itemizedlist>
23270
23271         <para>This tool will allow you to add and edit quotes to show on the
23272         OPAC if you're using the Quote of the Day (QOTD) feature.</para>
23273
23274         <para>To turn this feature on set the <link linkend="QuoteOfTheDay">QuoteOfTheDay</link> preference to 'Enable and
23275         add at least one quote via the Quote of the Day Editor. Once these
23276         steps are complete you will see your quotes above the <link linkend="OpacMainUserBlock">OpacMainUserBlock</link> in the
23277         OPAC:</para>
23278
23279         <screenshot>
23280           <screeninfo>Quote in the OPAC</screeninfo>
23281
23282           <mediaobject>
23283             <imageobject>
23284               <imagedata fileref="images/tools/qotd/quoteinopac.png"/>
23285             </imageobject>
23286           </mediaobject>
23287         </screenshot>
23288
23289         <section id="addquote">
23290           <title>Add a Quote</title>
23291
23292           <para>To add a quote:</para>
23293
23294           <itemizedlist>
23295             <listitem>
23296               <para>Click the 'Add quote' button in the toolbar and an empty
23297               quote entry will be added to the end of the current quote
23298               list.</para>
23299
23300               <screenshot>
23301                 <screeninfo>Add quote button</screeninfo>
23302
23303                 <mediaobject>
23304                   <imageobject>
23305                     <imagedata fileref="images/tools/qotd/quotebuttons.png"/>
23306                   </imageobject>
23307                 </mediaobject>
23308               </screenshot>
23309
23310               <itemizedlist>
23311                 <listitem>
23312                   <important>
23313                     <para>Both the 'Source' and the 'Text' fields must be
23314                     filled in in order to save the new quote.</para>
23315
23316                     <screenshot>
23317                       <screeninfo>Add quote</screeninfo>
23318
23319                       <mediaobject>
23320                         <imageobject>
23321                           <imagedata fileref="images/tools/qotd/addquote.png"/>
23322                         </imageobject>
23323                       </mediaobject>
23324                     </screenshot>
23325                   </important>
23326                 </listitem>
23327               </itemizedlist>
23328             </listitem>
23329
23330             <listitem>
23331               <para>When finished filling in both fields, press the
23332               &lt;Enter&gt; key on your keyboard to save the new quote.</para>
23333             </listitem>
23334
23335             <listitem>
23336               <para>The list will update and the new quote should now be
23337               visible in the list.</para>
23338             </listitem>
23339           </itemizedlist>
23340
23341           <note>
23342             <para>You may cancel the addition of a new quote any time prior to
23343             saving it simply by pressing the &lt;Esc&gt; key on your
23344             keyboard.</para>
23345           </note>
23346         </section>
23347
23348         <section id="editquote">
23349           <title>Edit/Delete a Quote</title>
23350
23351           <para>Once the current quote pool has been loaded into the editing
23352           table, you may edit the quote source and text.</para>
23353
23354           <itemizedlist>
23355             <listitem>
23356               <para>Edit either the 'Source' or 'Text' fields by clicking on
23357               the desired field.</para>
23358
23359               <screenshot>
23360                 <screeninfo>Edit quote</screeninfo>
23361
23362                 <mediaobject>
23363                   <imageobject>
23364                     <imagedata fileref="images/tools/qotd/editquote.png"/>
23365                   </imageobject>
23366                 </mediaobject>
23367               </screenshot>
23368             </listitem>
23369
23370             <listitem>
23371               <para>When you are finished editing a field, press the
23372               &lt;Enter&gt; key on your keyboard to save the changes.</para>
23373             </listitem>
23374           </itemizedlist>
23375
23376           <para>The list will be updated, the edits saved, and visible.</para>
23377
23378           <para>If you'd like you can also delete quote(s).</para>
23379
23380           <itemizedlist>
23381             <listitem>
23382               <para>Select the quote(s) you desire to delete by clicking on
23383               the corresponding quote id.</para>
23384             </listitem>
23385
23386             <listitem>
23387               <para>Once quote selection is finished, simply click the 'Delete
23388               quote(s)' button.</para>
23389             </listitem>
23390
23391             <listitem>
23392               <para>You will be prompted to confirm the deletion.</para>
23393             </listitem>
23394
23395             <listitem>
23396               <para>After confirming the deletion, the list will update and
23397               the quote(s) will no longer appear.</para>
23398             </listitem>
23399           </itemizedlist>
23400         </section>
23401
23402         <section id="importquote">
23403           <title>Import Quotes</title>
23404
23405           <para>If you'd like you can import a batch of quotes as a CSV file.
23406           Your file must contain two columns in the form: "source","text" with
23407           no header row.</para>
23408
23409           <note>
23410             <para>You will be prompted to confirm upload of files larger than
23411             512KB.</para>
23412           </note>
23413
23414           <itemizedlist>
23415             <listitem>
23416               <para>To start the import process click the 'Import quotes'
23417               button at the top of the screen</para>
23418
23419               <screenshot>
23420                 <screeninfo>Import quotes button</screeninfo>
23421
23422                 <mediaobject>
23423                   <imageobject>
23424                     <imagedata fileref="images/tools/qotd/quotebuttons.png"/>
23425                   </imageobject>
23426                 </mediaobject>
23427               </screenshot>
23428             </listitem>
23429
23430             <listitem>
23431               <para>Once on the import quotes screen you can browse your
23432               computer for the file you would like to import</para>
23433
23434               <screenshot>
23435                 <screeninfo>Import quotes</screeninfo>
23436
23437                 <mediaobject>
23438                   <imageobject>
23439                     <imagedata fileref="images/tools/qotd/importquotes.png"/>
23440                   </imageobject>
23441                 </mediaobject>
23442               </screenshot>
23443             </listitem>
23444
23445             <listitem>
23446               <para>After selecting the CSV file, click the 'Open' button and
23447               the file will be uploaded into a temporary editing table.</para>
23448
23449               <screenshot>
23450                 <screeninfo>Imported quotes</screeninfo>
23451
23452                 <mediaobject>
23453                   <imageobject>
23454                     <imagedata fileref="images/tools/qotd/importedsummary.png"/>
23455                   </imageobject>
23456                 </mediaobject>
23457               </screenshot>
23458             </listitem>
23459
23460             <listitem>
23461               <para>From the listing you can edit either the 'Source' or
23462               'Text' fields by clicking on the desired field. When you are
23463               finished editing a field, press the &lt;Enter&gt; key on your
23464               keyboard to save the changes.</para>
23465
23466               <screenshot>
23467                 <screeninfo>Edit imported quote</screeninfo>
23468
23469                 <mediaobject>
23470                   <imageobject>
23471                     <imagedata fileref="images/tools/qotd/editimported.png"/>
23472                   </imageobject>
23473                 </mediaobject>
23474               </screenshot>
23475             </listitem>
23476
23477             <listitem>
23478               <para>You can also delete quotes from this listing before
23479               completing the import.</para>
23480
23481               <itemizedlist>
23482                 <listitem>
23483                   <para>Select the quote(s) you desire to delete by clicking
23484                   on the corresponding quote id.</para>
23485
23486                   <screenshot>
23487                     <screeninfo>Selected for deletion</screeninfo>
23488
23489                     <mediaobject>
23490                       <imageobject>
23491                         <imagedata fileref="images/tools/qotd/selectfordelete.png"/>
23492                       </imageobject>
23493                     </mediaobject>
23494                   </screenshot>
23495                 </listitem>
23496
23497                 <listitem>
23498                   <para>Once quote selection is finished, simply click the
23499                   'Delete quote(s)' key.</para>
23500
23501                   <screenshot>
23502                     <screeninfo>Delete quote(s)</screeninfo>
23503
23504                     <mediaobject>
23505                       <imageobject>
23506                         <imagedata fileref="images/tools/qotd/importquotebuttons.png"/>
23507                       </imageobject>
23508                     </mediaobject>
23509                   </screenshot>
23510                 </listitem>
23511
23512                 <listitem>
23513                   <para>You will be prompted to confirm the deletion.</para>
23514
23515                   <screenshot>
23516                     <screeninfo>Confirm deletion</screeninfo>
23517
23518                     <mediaobject>
23519                       <imageobject>
23520                         <imagedata fileref="images/tools/qotd/confirmdelete.png"/>
23521                       </imageobject>
23522                     </mediaobject>
23523                   </screenshot>
23524                 </listitem>
23525
23526                 <listitem>
23527                   <para>After confirming the deletion, the list will update
23528                   and the quote(s) will no longer appear.</para>
23529                 </listitem>
23530               </itemizedlist>
23531             </listitem>
23532
23533             <listitem>
23534               <para>Once you are satisfied with the quotes, click the 'Save
23535               quotes' button in the toolbar at the top and the quotes will be
23536               saved.</para>
23537
23538               <screenshot>
23539                 <screeninfo>Save quotes button</screeninfo>
23540
23541                 <mediaobject>
23542                   <imageobject>
23543                     <imagedata fileref="images/tools/qotd/importquotebuttons.png"/>
23544                   </imageobject>
23545                 </mediaobject>
23546               </screenshot>
23547             </listitem>
23548           </itemizedlist>
23549         </section>
23550       </section>
23551     </section>
23552   </chapter>
23553
23554   <chapter id="patrons">
23555     <title>Patrons</title>
23556
23557     <para>Before importing and/or adding patrons be sure to set up your <link linkend="patcats">patron categories</link>.</para>
23558
23559     <section id="addnewpatron">
23560       <title>Add a new patron</title>
23561
23562       <para>Patrons are added by going to the 'Patrons' module.<itemizedlist>
23563           <listitem>
23564             <para><emphasis>Get there:</emphasis> Patrons</para>
23565           </listitem>
23566         </itemizedlist></para>
23567       <para>Once there you can add a new patron.</para>
23568
23569       <itemizedlist>
23570         <listitem>
23571           <para>Click 'New patron'</para>
23572
23573           <screenshot>
23574             <screeninfo>Choose patron type</screeninfo>
23575
23576             <mediaobject>
23577               <imageobject>
23578                 <imagedata fileref="images/patrons/newpatron.png"/>
23579               </imageobject>
23580             </mediaobject>
23581           </screenshot>
23582         </listitem>
23583
23584         <listitem>
23585           <para>The fields that appear on the patron add form can be
23586           controlled by editing the <link linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> system
23587           preference.</para>
23588         </listitem>
23589
23590         <listitem>
23591           <para>First enter the identifying information regarding your
23592           patron</para>
23593
23594           <screenshot>
23595             <screeninfo>Add Patron Form</screeninfo>
23596
23597             <mediaobject>
23598               <imageobject>
23599                 <imagedata fileref="images/patrons/addpatronform.png"/>
23600               </imageobject>
23601             </mediaobject>
23602           </screenshot>
23603
23604           <itemizedlist>
23605             <listitem>
23606               <para>Required fields are defined in the <link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
23607               system preference</para>
23608             </listitem>
23609
23610             <listitem>
23611               <para>Salutation is populated by the <link linkend="BorrowersTitles">BorrowersTitles</link> system
23612               preference</para>
23613             </listitem>
23614           </itemizedlist>
23615         </listitem>
23616
23617         <listitem>
23618           <para>Next enter the contact information</para>
23619
23620           <screenshot>
23621             <screeninfo>Patron Contact Information</screeninfo>
23622
23623             <mediaobject>
23624               <imageobject>
23625                 <imagedata fileref="images/patrons/addcontact.png"/>
23626               </imageobject>
23627             </mediaobject>
23628           </screenshot>
23629
23630           <itemizedlist>
23631             <listitem>
23632               <para>For contact information, note that the primary phone and
23633               email addresses are the ones that appear on notices and slips
23634               printed during circulation (receipts, transfer slips and hold
23635               slips). The primary email is also the one that overdue notices
23636               and other messages go to.</para>
23637             </listitem>
23638           </itemizedlist>
23639         </listitem>
23640
23641         <listitem>
23642           <para>If this patron is a child, you will be asked to attach the
23643           child patron to an adult patron</para>
23644
23645           <screenshot>
23646             <screeninfo>Guarantor Linking</screeninfo>
23647
23648             <mediaobject>
23649               <imageobject>
23650                 <imagedata fileref="images/patrons/addGuarantor.png"/>
23651               </imageobject>
23652             </mediaobject>
23653           </screenshot>
23654
23655           <itemizedlist>
23656             <listitem>
23657               <para>Click 'Set to Patron' to search your system for an
23658               existing patron</para>
23659             </listitem>
23660
23661             <listitem>
23662               <para>If the Guarantor is not in the system, you can enter the
23663               first and last name in the fields available</para>
23664             </listitem>
23665
23666             <listitem>
23667               <para>The relationships are set using the <link linkend="borrowerRelationship">borrowerRelationship</link>
23668               system preference</para>
23669             </listitem>
23670           </itemizedlist>
23671         </listitem>
23672
23673         <listitem>
23674           <para>If this patron is a professional, you will be asked to attach
23675           the patron to an organizational patron</para>
23676
23677           <screenshot>
23678             <screeninfo>Organization Linking</screeninfo>
23679
23680             <mediaobject>
23681               <imageobject>
23682                 <imagedata fileref="images/patrons/addOrg.png"/>
23683               </imageobject>
23684             </mediaobject>
23685           </screenshot>
23686
23687           <itemizedlist>
23688             <listitem>
23689               <para>Click 'Set to Patron to search your system for an existing
23690               patron</para>
23691             </listitem>
23692           </itemizedlist>
23693         </listitem>
23694
23695         <listitem>
23696           <para>Each patron can have an alternate contact</para>
23697
23698           <screenshot>
23699             <screeninfo>Alternate Contact</screeninfo>
23700
23701             <mediaobject>
23702               <imageobject>
23703                 <imagedata fileref="images/patrons/addaltcontact.png"/>
23704               </imageobject>
23705             </mediaobject>
23706           </screenshot>
23707
23708           <itemizedlist>
23709             <listitem>
23710               <para>An alternate contact could be a parent or guardian. It can
23711               also be used in academic settings to store the patron's home
23712               address.</para>
23713             </listitem>
23714           </itemizedlist>
23715         </listitem>
23716
23717         <listitem>
23718           <para>The library management section includes values that are used
23719           within the library</para>
23720
23721           <screenshot>
23722             <screeninfo>Library Management</screeninfo>
23723
23724             <mediaobject>
23725               <imageobject>
23726                 <imagedata fileref="images/patrons/addlibmanagement.png"/>
23727               </imageobject>
23728             </mediaobject>
23729           </screenshot>
23730
23731           <itemizedlist>
23732             <listitem>
23733               <para>The card number field is automatically calculated if you
23734               have the <link linkend="autoMemberNum">autoMemberNum</link>
23735               system preference set that way</para>
23736
23737               <itemizedlist>
23738                 <listitem>
23739                   <note>
23740                     <para>For a newly installed system this preference will
23741                     start at 1 and increment by 1 each time after. To have it
23742                     start with the starting number of your barcodes, enter the
23743                     first barcode by hand in the patron record and save the
23744                     patron. After that the field will increment that number by
23745                     1.</para>
23746                   </note>
23747                 </listitem>
23748               </itemizedlist>
23749             </listitem>
23750
23751             <listitem>
23752               <para>If you accidentally chose the wrong patron category at the
23753               beginning you can fix that here</para>
23754             </listitem>
23755
23756             <listitem>
23757               <para>Sort 1 and 2 are used for statistical purposes within your
23758               library</para>
23759             </listitem>
23760           </itemizedlist>
23761         </listitem>
23762
23763         <listitem>
23764           <para>Next, the Library Setup section includes additional library
23765           settings</para>
23766
23767           <screenshot>
23768             <screeninfo>Library set-up options</screeninfo>
23769
23770             <mediaobject>
23771               <imageobject>
23772                 <imagedata fileref="images/patrons/addlibsetup.png"/>
23773               </imageobject>
23774             </mediaobject>
23775           </screenshot>
23776
23777           <itemizedlist>
23778             <listitem>
23779               <para>The registration date will automatically be filled in with
23780               today's date</para>
23781             </listitem>
23782
23783             <listitem>
23784               <para>If your patron cards expire (based on your <link linkend="patcats">patron category settings</link>) the Expiry
23785               date will automatically be calculated</para>
23786             </listitem>
23787
23788             <listitem>
23789               <para>The OPAC Note is a note for the patron - it will appear in
23790               the OPAC on the patron's record</para>
23791             </listitem>
23792
23793             <listitem>
23794               <para>The Circulation Note is meant solely for your library
23795               staff and will appear when the circulation staff goes to check
23796               an item out to the patron</para>
23797
23798               <screenshot>
23799                 <screeninfo>Sample Circulation Note</screeninfo>
23800
23801                 <mediaobject>
23802                   <imageobject>
23803                     <imagedata fileref="images/patrons/circnote.png"/>
23804                   </imageobject>
23805                 </mediaobject>
23806               </screenshot>
23807             </listitem>
23808
23809             <listitem>
23810               <para>The Staff/OPAC asks for the username and password to be
23811               used by the patron (and/or staff member) to log into their
23812               account in the OPAC and for staff to log in to the staff
23813               client.</para>
23814
23815               <itemizedlist>
23816                 <listitem>
23817                   <para>Staff will only be able to use this log in info to log
23818                   in to the staff client if they have the <link linkend="patronpermissions">necessary
23819                   permissions</link>.</para>
23820                 </listitem>
23821               </itemizedlist>
23822             </listitem>
23823           </itemizedlist>
23824         </listitem>
23825
23826         <listitem>
23827           <para>If you have set <link linkend="patronattributetypes">additional patron attributes</link>
23828           up, these will appear next</para>
23829
23830           <screenshot>
23831             <screeninfo>Additional Patron Attributes</screeninfo>
23832
23833             <mediaobject>
23834               <imageobject>
23835                 <imagedata fileref="images/patrons/addattributes.png"/>
23836               </imageobject>
23837             </mediaobject>
23838           </screenshot>
23839         </listitem>
23840
23841         <listitem>
23842           <para id="setpatronmessaging">Finally, if you have <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
23843           set to 'allow,' you can choose the messaging preferences for this
23844           patron.</para>
23845
23846           <screenshot>
23847             <screeninfo>Patron Messaging Settings</screeninfo>
23848
23849             <mediaobject>
23850               <imageobject>
23851                 <imagedata fileref="images/patrons/addpatronmsg.png"/>
23852               </imageobject>
23853             </mediaobject>
23854           </screenshot>
23855
23856           <itemizedlist>
23857             <listitem>
23858               <para>These notices are:</para>
23859               <itemizedlist>
23860                 <listitem>
23861                   <para>Advanced notice : A notice in advance of the patron's items being due (The
23862                     patron can choose the number of days in advance)</para>
23863                 </listitem>
23864                 <listitem>
23865                   <para>Item checkout : A notice that lists all the of the items the patron has just
23866                     checked out and/or renewed, this is an electronic form of the checkout
23867                     receipt</para>
23868                 </listitem>
23869                 <listitem>
23870                   <para>Hold filled : A notice when you have confirmed the hold is waiting for the
23871                     patron</para>
23872                 </listitem>
23873                 <listitem>
23874                   <para>Item due : A notice on the day and item is due back at the library</para>
23875                 </listitem>
23876                 <listitem>
23877                   <para>Item check-in : A notice that lists all the of the items the patron has just
23878                     checked in</para>
23879                 </listitem>
23880               </itemizedlist>
23881             </listitem>
23882             <listitem>
23883               <para>Patrons can choose to receive their notices as a digest by checking the 'Digest
23884                 only?' box along with the delivery method. A digest is a combination of all the
23885                 messages of that type (so all items due in 3 days in one email) in to one email
23886                 instead of multiple emails for each alert.</para>
23887             </listitem>
23888             <listitem>
23889               <important>
23890                 <para>These preferences will override any you set via the
23891                 <link linkend="addingpatroncat">patron
23892                 categories</link></para>
23893               </important>
23894             </listitem>
23895
23896             <listitem>
23897               <important>
23898                 <para>These preference can be altered by the patron via the
23899                 OPAC</para>
23900               </important>
23901             </listitem>
23902           </itemizedlist>
23903         </listitem>
23904
23905         <listitem>
23906           <para>Once finished, click 'Save'</para>
23907         </listitem>
23908       </itemizedlist>
23909
23910       <para>If the system suspects this patron is a duplicate of another it
23911       will warn you.</para>
23912
23913       <screenshot>
23914         <screeninfo>Patron Duplicate Suspected</screeninfo>
23915
23916         <mediaobject>
23917           <imageobject>
23918             <imagedata fileref="images/patrons/duplicatewarn.png"/>
23919           </imageobject>
23920         </mediaobject>
23921       </screenshot>
23922       <note>
23923         <para>A duplicate patron is detected if first and last names match and there is no date of
23924           birth populated or if first name, last name and date of birth fields are all populated. If
23925           two patrons have matching names, but one has a date of birth and the other does not they
23926           will not match as duplicates.</para>
23927       </note>
23928
23929       <para>If you have set a minimum or upper age limit on the patron
23930       category and are requiring that the birth date be filled in, Koha will
23931       warn you if the patron you're adding is too old or young for the patron
23932       category you have selected:</para>
23933
23934       <screenshot>
23935         <screeninfo>Patron age warning</screeninfo>
23936
23937         <mediaobject>
23938           <imageobject>
23939             <imagedata fileref="images/patrons/patronagelimit.png"/>
23940           </imageobject>
23941         </mediaobject>
23942       </screenshot>
23943     </section>
23944
23945     <section id="addstaffpatron">
23946       <title>Add a Staff Patron</title>
23947
23948       <para>All staff members must be entered into Koha as patrons of the
23949       'Staff' type. Follow the steps in <link linkend="addnewpatron">Add a
23950       Patron</link> to add a staff member. To give the staff member
23951       permissions to access the staff client, follow the steps in <link linkend="patronpermissions">Patron Permissions</link></para>
23952
23953       <important>
23954         <para>Remember to assign your staff secure usernames and passwords
23955         since these will be used to log into the staff client.</para>
23956       </important>
23957     </section>
23958
23959     <section id="addstatspatron">
23960       <title>Add a Statistical Patron</title>
23961
23962       <para>One way to track use of in house items is to "check out" the
23963       materials to a statistical patron. The "check out" process doesn's check
23964       the book out, but instead tracks an in house use of the item. To use
23965       this method for tracking in house use you first will need a <link linkend="patcats">patron category</link> set up for your Statistical
23966       patron.</para>
23967
23968       <screenshot>
23969         <screeninfo>In House Patron Category</screeninfo>
23970
23971         <mediaobject>
23972           <imageobject>
23973             <imagedata fileref="images/patrons/statspatcat.png"/>
23974           </imageobject>
23975         </mediaobject>
23976       </screenshot>
23977
23978       <para>Next, you will need to create a new patron of the statistical
23979       type</para>
23980
23981       <screenshot>
23982         <screeninfo>New In House Patron</screeninfo>
23983
23984         <mediaobject>
23985           <imageobject>
23986             <imagedata fileref="images/patrons/newinhouse.png"/>
23987           </imageobject>
23988         </mediaobject>
23989       </screenshot>
23990
23991       <para>Next, follow the steps put forth in the '<link linkend="addnewpatron">Add a new Patron</link>' section of this manual.
23992       Since this patron is not a real person, simply fill in the required
23993       fields, the correct library and nothing else.</para>
23994
23995       <para>To learn about other methods of tracking in house use visit the
23996       <link linkend="trackinhouse">Tracking inhouse use</link> section of this
23997       manual.</para>
23998     </section>
23999
24000     <section id="duplicatepatron">
24001       <title>Duplicate a Patron</title>
24002
24003       <para>Sometimes when you're adding a new family to your system you don't
24004       want to type the contact information over and over. Koha allows for you
24005       to duplicate a patron and change only the parts you want to (or need to)
24006       change.</para>
24007
24008       <itemizedlist>
24009         <listitem>
24010           <para>Open the patron you want to use as your base (the patron you
24011           want to duplicate information from)</para>
24012         </listitem>
24013
24014         <listitem>
24015           <para>Click the 'Duplicate' button at the top of their record</para>
24016
24017           <screenshot>
24018             <screeninfo>The Duplicate Button is the 3rd one in</screeninfo>
24019
24020             <mediaobject>
24021               <imageobject>
24022                 <imagedata fileref="images/patrons/patronedit.png"/>
24023               </imageobject>
24024             </mediaobject>
24025           </screenshot>
24026         </listitem>
24027
24028         <listitem>
24029           <para>All of the fields with the exception of first name, card
24030           number, username and password have been duplicated. Fill in the
24031           missing pieces and click 'Save'</para>
24032
24033           <screenshot>
24034             <screeninfo>Duplicating Patron Form</screeninfo>
24035
24036             <mediaobject>
24037               <imageobject>
24038                 <imagedata fileref="images/patrons/duplicatedpatron.png"/>
24039               </imageobject>
24040             </mediaobject>
24041           </screenshot>
24042
24043           <itemizedlist>
24044             <listitem>
24045               <note>
24046                 <para>Clicking in a field that is already populated with data
24047                 will clear that field of all information (making it easier for
24048                 you to type in something different)</para>
24049               </note>
24050             </listitem>
24051           </itemizedlist>
24052         </listitem>
24053
24054         <listitem>
24055           <para>You will be brought to your new patron</para>
24056
24057           <screenshot>
24058             <screeninfo>Newly created patron</screeninfo>
24059
24060             <mediaobject>
24061               <imageobject>
24062                 <imagedata fileref="images/patrons/duplicatedpatronfinal.png"/>
24063               </imageobject>
24064             </mediaobject>
24065           </screenshot>
24066         </listitem>
24067       </itemizedlist>
24068     </section>
24069     <section id="addpatronimages">
24070       <title>Add Patron Images</title>
24071       <para>If you would like you can add patron images to help identify patrons.  To enable this
24072         feature you must first set the <link linkend="patronimages">patronimages</link> preference
24073         to 'Allow'.</para>
24074       <para>If the preference is set to 'Allow' you will see a placeholder image under the patron's
24075         name and box to upload a patron image below the basic contact information.</para>
24076       <screenshot>
24077           <screeninfo>Add patron image</screeninfo>
24078           <mediaobject>
24079             <imageobject>
24080               <imagedata fileref="images/patrons/addpatronimage.png"/>
24081             </imageobject>
24082           </mediaobject>
24083         </screenshot>
24084       <para>In the 'Upload Patron Image' box click 'Browse' to find the image on your computer and
24085         'Upload' to load the image on to the patron record.</para>
24086       <screenshot>
24087           <screeninfo>Patron image</screeninfo>
24088           <mediaobject>
24089             <imageobject>
24090               <imagedata fileref="images/patrons/patronimage.png"/>
24091             </imageobject>
24092           </mediaobject>
24093         </screenshot>
24094       <para>
24095         <important>
24096           <para>There is a limit of 100K on the size of the picture uploaded and it is recommended
24097             that the image be 200x300 pixels, but smaller images will work as well.</para>
24098         </important>
24099       </para>
24100     </section>
24101
24102     <section id="editpatrons">
24103       <title>Editing Patrons</title>
24104
24105       <para>Patrons in Koha can be edited using one of many edit
24106       buttons.</para>
24107
24108       <itemizedlist>
24109         <listitem>
24110           <para>To edit the entire patron record simply click the 'Edit'
24111           button at the top of the patron record.</para>
24112
24113           <screenshot>
24114             <screeninfo>Main Patron Edit Menu</screeninfo>
24115
24116             <mediaobject>
24117               <imageobject>
24118                 <imagedata fileref="images/patrons/patronedit.png"/>
24119               </imageobject>
24120             </mediaobject>
24121           </screenshot>
24122         </listitem>
24123
24124         <listitem>
24125           <para>Patron passwords are not recoverable. The stars show on the
24126           patron detail next to the Password label are always there even if a
24127           password isn't set. If a patron forgets their password the only
24128           option is to reset their password. To change the patron's password,
24129           click the 'Change Password' button</para>
24130
24131           <screenshot>
24132             <screeninfo>Patron Password Change Form</screeninfo>
24133
24134             <mediaobject>
24135               <imageobject>
24136                 <imagedata fileref="images/patrons/patronpassword.png"/>
24137               </imageobject>
24138             </mediaobject>
24139           </screenshot>
24140
24141           <itemizedlist>
24142             <listitem>
24143               <para>Koha cannot display existing passwords. Leave the field
24144               blank to leave password unchanged.</para>
24145             </listitem>
24146
24147             <listitem>
24148               <para>This form can automatically generate a random password if
24149               you click the link labeled "Click to fill with a randomly
24150               generated suggestion. Passwords will be displayed as
24151               text."</para>
24152             </listitem>
24153           </itemizedlist>
24154         </listitem>
24155
24156         <listitem>
24157           <para>To edit a specific section of the patron record (for example
24158           the Library Use section) click the 'Edit' link below the
24159           section</para>
24160
24161           <screenshot>
24162             <screeninfo>Library Use Section of Patron Record</screeninfo>
24163
24164             <mediaobject>
24165               <imageobject>
24166                 <imagedata fileref="images/patrons/patroneditsection.png"/>
24167               </imageobject>
24168             </mediaobject>
24169           </screenshot>
24170         </listitem>
24171
24172         <listitem>
24173           <para>A patron image can be added by browsing for the image on your
24174           machine from the 'Manage Patron Image' section</para>
24175
24176           <screenshot>
24177             <screeninfo>Manage Patron Image Form</screeninfo>
24178
24179             <mediaobject>
24180               <imageobject>
24181                 <imagedata fileref="images/patrons/patronaddimage.png"/>
24182               </imageobject>
24183             </mediaobject>
24184           </screenshot>
24185
24186           <itemizedlist>
24187             <listitem>
24188               <para>This form will not appear if you have the <link linkend="patronimages">patronimages</link> system preference to
24189               not allow patron images</para>
24190             </listitem>
24191
24192             <listitem>
24193               <para>To add patron images in bulk, use the <link linkend="uploadpatronimages">Upload Patron Images</link>
24194               Tool</para>
24195             </listitem>
24196           </itemizedlist>
24197         </listitem>
24198
24199         <listitem>
24200           <para id="patronflags">Patrons can also be blocked from checking
24201           items out by setting Patron Flags</para>
24202
24203           <screenshot>
24204             <screeninfo>Patron Warning Flags</screeninfo>
24205
24206             <mediaobject>
24207               <imageobject>
24208                 <imagedata fileref="images/patrons/patronflags.png"/>
24209               </imageobject>
24210             </mediaobject>
24211           </screenshot>
24212
24213           <itemizedlist>
24214             <listitem>
24215               <para>If you would like your circulation staff to confirm a
24216               patron's address before checking items out to the patron, you
24217               can see the 'Gone no Address' flag</para>
24218
24219               <screenshot>
24220                 <screeninfo>Patron's address in doubt</screeninfo>
24221
24222                 <mediaobject>
24223                   <imageobject>
24224                     <imagedata fileref="images/patrons/patronaddress.png"/>
24225                   </imageobject>
24226                 </mediaobject>
24227               </screenshot>
24228             </listitem>
24229             <listitem>
24230               <para>If the patron reports that they have lost their card you can set the 'Lost Card'
24231                 flag to prevent someone else from using that card to check items out</para>
24232               <screenshot>
24233                 <screeninfo>Patron lost card</screeninfo>
24234                 <mediaobject>
24235                   <imageobject>
24236                     <imagedata fileref="images/patrons/patroncardlost.png"/>
24237                   </imageobject>
24238                 </mediaobject>
24239               </screenshot>
24240             </listitem>
24241
24242             <listitem>
24243               <para>If you would like to bar a patron from the library you can add a manual
24244                 restriction</para>
24245               <screenshot>
24246                 <screeninfo>Add manual restriction</screeninfo>
24247                 <mediaobject>
24248                   <imageobject>
24249                     <imagedata fileref="images/patrons/addpatronrestriction.png"/>
24250                   </imageobject>
24251                 </mediaobject>
24252               </screenshot>
24253
24254               <itemizedlist>
24255                 <listitem>
24256                   <note><para>This flag can automatically be set with the <link linkend="noticetriggers">Overdue/Notice Status
24257                   Triggers</link></para></note>
24258                 </listitem>
24259               </itemizedlist>
24260             </listitem>
24261
24262             <listitem>
24263               <para>If you enter in a date and/or note related to the
24264               restriction you will see that in the restricted message as
24265               well</para>
24266
24267               <screenshot>
24268                 <screeninfo>Restricted until message</screeninfo>
24269
24270                 <mediaobject>
24271                   <imageobject>
24272                     <imagedata fileref="images/patrons/restricteduntil.png"/>
24273                   </imageobject>
24274                 </mediaobject>
24275               </screenshot>
24276             </listitem>
24277           </itemizedlist>
24278         </listitem>
24279
24280         <listitem>
24281           <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
24282             to and adult patron category manually go to the 'More' menu and choose 'Update Child to
24283             Adult Patron'</para>
24284
24285           <screenshot>
24286             <screeninfo>Update Child to Adult Patron</screeninfo>
24287
24288             <mediaobject>
24289               <imageobject>
24290                 <imagedata fileref="images/patrons/updatetoadult.png"/>
24291               </imageobject>
24292             </mediaobject>
24293           </screenshot>
24294
24295           <itemizedlist>
24296             <listitem>
24297               <para>You will then be presented with a pop up window asking
24298               which one of your adult patron categories this Child should be
24299               updated to</para>
24300
24301               <screenshot>
24302                 <screeninfo>Choose Adult Category to Update To</screeninfo>
24303
24304                 <mediaobject>
24305                   <imageobject>
24306                     <imagedata fileref="images/patrons/choosadulttype.png"/>
24307                   </imageobject>
24308                 </mediaobject>
24309               </screenshot>
24310             </listitem>
24311           </itemizedlist>
24312         </listitem>
24313       </itemizedlist>
24314     </section>
24315     <section id="mangepatronedits">
24316       <title>Managing Patron Self Edits</title>
24317       <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
24318         approve all changes via the staff client before they're applied. If there are patron edits
24319         awaiting action they will appear on the staff client dashboard below the modules list (along
24320         with other items awaiting action).</para>
24321       <screenshot>
24322           <screeninfo>Patron requests waiting</screeninfo>
24323           <mediaobject>
24324             <imageobject>
24325               <imagedata fileref="images/patrons/pendingpatronrequest.png"/>
24326             </imageobject>
24327           </mediaobject>
24328         </screenshot>
24329       <para>When you click the 'Patrons requesting modifications' link you will be brought to a list
24330         of patrons with requested changes.</para>
24331       <screenshot>
24332           <screeninfo>Manage patron updates</screeninfo>
24333           <mediaobject>
24334             <imageobject>
24335               <imagedata fileref="images/patrons/managepatronupdates.png"/>
24336             </imageobject>
24337           </mediaobject>
24338         </screenshot>
24339       <para>From here you can 'Approve' and apply the changes to the patron record, 'Delete' and
24340         remove the changes or 'Ignore' and keep the changes pending to review later.</para>
24341     </section>
24342
24343     <section id="patronpermissions">
24344       <title>Patron Permissions</title>
24345
24346       <para>Patron Permissions are used to allow staff members access to the
24347       staff client.</para>
24348
24349       <important>
24350         <para>In order for a staff member to log into the staff interface they
24351         must have (at the very least) 'catalogue' permissions which allow them
24352         to view the staff interface.</para>
24353       </important>
24354
24355       <section id="setpatronperms">
24356         <title>Setting Patron Permissions</title>
24357
24358         <para>To set patron permissions, you must first <link linkend="addstaffpatron">have a patron of the 'Staff' type</link>
24359         open</para>
24360
24361         <itemizedlist>
24362           <listitem>
24363             <para>On the patron record click More and choose Set Permissions
24364             to alter patron permissions</para>
24365
24366             <screenshot>
24367               <screeninfo>Set Patron Permissions</screeninfo>
24368
24369               <mediaobject>
24370                 <imageobject>
24371                   <imagedata fileref="images/patrons/editpatronpermissions.png"/>
24372                 </imageobject>
24373               </mediaobject>
24374             </screenshot>
24375           </listitem>
24376
24377           <listitem>
24378             <para>You will be presented with a list of preferences, some of
24379             which can be expanded by clicking the plus sign to the left of the
24380             section title.</para>
24381
24382             <screenshot>
24383               <screeninfo>Patron Permissions</screeninfo>
24384
24385               <mediaobject>
24386                 <imageobject>
24387                   <imagedata fileref="images/patrons/GranularPermissions.png"/>
24388                 </imageobject>
24389               </mediaobject>
24390             </screenshot>
24391           </listitem>
24392         </itemizedlist>
24393       </section>
24394
24395       <section id="patronpermsdefined">
24396         <title>Patron Permissions Defined</title>
24397
24398         <para/>
24399
24400         <itemizedlist>
24401           <listitem>
24402             <para>superlibrarian</para>
24403
24404             <itemizedlist>
24405               <listitem>
24406                 <para>Access to all librarian functions</para>
24407
24408                 <itemizedlist>
24409                   <listitem>
24410                     <note>
24411                       <para>With this selected there is no need to choose any
24412                       other permissions</para>
24413                     </note>
24414                   </listitem>
24415                 </itemizedlist>
24416               </listitem>
24417             </itemizedlist>
24418           </listitem>
24419
24420           <listitem>
24421             <para>circulate</para>
24422
24423             <itemizedlist>
24424               <listitem>
24425                 <para>Check out and check in items</para>
24426               </listitem>
24427
24428               <listitem>
24429                 <para>This section can be expanded (<link linkend="circpermissions">Learn more</link>)</para>
24430               </listitem>
24431             </itemizedlist>
24432           </listitem>
24433
24434           <listitem>
24435             <para>catalogue</para>
24436
24437             <itemizedlist>
24438               <listitem>
24439                 <para><emphasis role="bold">Required for staff login.</emphasis> Staff access,
24440                   allows viewing the catalogue in staff client<itemizedlist>
24441                     <listitem>
24442                       <important>
24443                         <para>Must be given to all staff members to allow them to login to the staff
24444                           client</para>
24445                       </important>
24446                     </listitem>
24447                   </itemizedlist></para>
24448               </listitem>
24449             </itemizedlist>
24450           </listitem>
24451
24452           <listitem>
24453             <para>parameters</para>
24454
24455             <itemizedlist>
24456               <listitem>
24457                 <para>Manage Koha system systems (Administration panel)</para>
24458               </listitem>
24459
24460               <listitem>
24461                 <para>This section can be expanded (<link linkend="parameterpermissions">Learn
24462                     more</link>)</para>
24463               </listitem>
24464             </itemizedlist>
24465           </listitem>
24466
24467           <listitem>
24468             <para>borrowers</para>
24469
24470             <itemizedlist>
24471               <listitem>
24472                 <para>Add or modify patrons</para>
24473               </listitem>
24474             </itemizedlist>
24475           </listitem>
24476
24477           <listitem>
24478             <para>permissions</para>
24479
24480             <itemizedlist>
24481               <listitem>
24482                 <para>Set user permissions</para>
24483               </listitem>
24484             </itemizedlist>
24485           </listitem>
24486
24487           <listitem>
24488             <para>reserveforothers</para>
24489
24490             <itemizedlist>
24491               <listitem>
24492                 <para>Place and modify holds for patrons</para>
24493               </listitem>
24494
24495               <listitem>
24496                 <para>This section can be expanded (<link linkend="reservepermissions">Learn more</link>)</para>
24497               </listitem>
24498             </itemizedlist>
24499           </listitem>
24500
24501           <listitem>
24502             <para>borrow</para>
24503
24504             <itemizedlist>
24505               <listitem>
24506                 <para>Borrow books</para>
24507               </listitem>
24508             </itemizedlist>
24509           </listitem>
24510
24511           <listitem>
24512             <para>editcatalogue</para>
24513
24514             <itemizedlist>
24515               <listitem>
24516                 <para>Edit Catalog (Modify bibliographic/hodings data)</para>
24517               </listitem>
24518
24519               <listitem>
24520                 <para>This section can be expanded (<link linkend="catpermissions">Learn more</link>)</para>
24521               </listitem>
24522             </itemizedlist>
24523           </listitem>
24524
24525           <listitem>
24526             <para>updatecharges</para>
24527
24528             <itemizedlist>
24529               <listitem>
24530                 <para>Manage patrons fines and fees</para>
24531               </listitem>
24532               <listitem>
24533                 <para>This section can be expanded (<link linkend="updatechargespermissions">Learn
24534                     more</link>)</para>
24535               </listitem>
24536             </itemizedlist>
24537           </listitem>
24538
24539           <listitem>
24540             <para>acquisition</para>
24541
24542             <itemizedlist>
24543               <listitem>
24544                 <para>Acquisition and/or suggestion management</para>
24545               </listitem>
24546
24547               <listitem>
24548                 <para>This section can be expanded (<link linkend="acqpermissions">Learn more</link>)</para>
24549               </listitem>
24550             </itemizedlist>
24551           </listitem>
24552
24553           <listitem>
24554             <para>management</para>
24555
24556             <itemizedlist>
24557               <listitem>
24558                 <para>Set library management paraments (deprecated)<itemizedlist>
24559                     <listitem>
24560                       <important>
24561                         <para>This permission level no longer controls anything.</para>
24562                       </important>
24563                     </listitem>
24564                   </itemizedlist></para>
24565               </listitem>
24566             </itemizedlist>
24567           </listitem>
24568
24569           <listitem>
24570             <para>tools</para>
24571
24572             <itemizedlist>
24573               <listitem>
24574                 <para>Use all tools</para>
24575               </listitem>
24576
24577               <listitem>
24578                 <para>This section can be expanded (<link linkend="toolspermissions">Learn more</link>)</para>
24579               </listitem>
24580             </itemizedlist>
24581           </listitem>
24582
24583           <listitem>
24584             <para>editauthorities</para>
24585
24586             <itemizedlist>
24587               <listitem>
24588                 <para>Edit Authorities</para>
24589               </listitem>
24590             </itemizedlist>
24591           </listitem>
24592
24593           <listitem>
24594             <para>serials</para>
24595
24596             <itemizedlist>
24597               <listitem>
24598                 <para>Manage serial subscriptions</para>
24599               </listitem>
24600
24601               <listitem>
24602                 <para>This section can be expanded (<link linkend="serpermissions">Learn more</link>)</para>
24603               </listitem>
24604             </itemizedlist>
24605           </listitem>
24606
24607           <listitem>
24608             <para>reports</para>
24609
24610             <itemizedlist>
24611               <listitem>
24612                 <para>Allow access to the reports module</para>
24613               </listitem>
24614
24615               <listitem>
24616                 <para>Reports found on the Circulation page are not controlled
24617                 by this permission</para>
24618               </listitem>
24619
24620               <listitem>
24621                 <para>This section can be expanded (<link linkend="reportpermissions">Learn more</link>)</para>
24622               </listitem>
24623             </itemizedlist>
24624           </listitem>
24625
24626           <listitem>
24627             <para>staffaccess</para>
24628
24629             <itemizedlist>
24630               <listitem>
24631                 <para>Allow staff members to modify permissions for other staff members</para>
24632               </listitem>
24633
24634               <listitem>
24635                 <important>
24636                   <para>Requires the borrowers permission above</para>
24637                 </important>
24638               </listitem>
24639             </itemizedlist>
24640           </listitem>
24641           <listitem>
24642             <para>plugins<itemizedlist>
24643                 <listitem>
24644                   <para>Koha plugins</para>
24645                 </listitem>
24646                 <listitem>
24647                   <para>This section can be expanded (<link linkend="pluginpermissions">Learn
24648                       more</link>)</para>
24649                 </listitem>
24650               </itemizedlist></para>
24651           </listitem>
24652         </itemizedlist>
24653
24654         <section id="circpermissions">
24655           <title>Granular Circulate Permissions</title>
24656
24657           <para>If the staff member has 'circulate' permissions they have the
24658           ability to perform all of these actions. If you would like to
24659           control circulation permissions on a more granular level choose from
24660           these options:</para>
24661
24662           <itemizedlist>
24663             <listitem>
24664               <para>circulate_remaining_permissions</para>
24665
24666               <itemizedlist>
24667                 <listitem>
24668                   <para>Remaining circulation permissions</para>
24669                 </listitem>
24670                 <listitem>
24671                   <para>All circulation rights except those covered by permissions listed
24672                     below</para>
24673                 </listitem>
24674               </itemizedlist>
24675             </listitem>
24676             <listitem>
24677               <para>force_checkout<itemizedlist>
24678                   <listitem>
24679                     <para>Force checkout if a limitation exists</para>
24680                   </listitem>
24681                   <listitem>
24682                     <para>With this permission a librarian will be allowed to override a check out
24683                       restriction in the following cases: <itemizedlist>
24684                         <listitem>
24685                           <para>age restriction</para>
24686                         </listitem>
24687                         <listitem>
24688                           <para>the item is issued to another patron</para>
24689                         </listitem>
24690                         <listitem>
24691                           <para>the item is not for loan</para>
24692                         </listitem>
24693                         <listitem>
24694                           <para>the patron has overdue items</para>
24695                         </listitem>
24696                         <listitem>
24697                           <para>the item is lost </para>
24698                         </listitem>
24699                         <listitem>
24700                           <para>the item is a high demand item</para>
24701                         </listitem>
24702                         <listitem>
24703                           <para>the item is on hold</para>
24704                         </listitem>
24705                       </itemizedlist></para>
24706                   </listitem>
24707               </itemizedlist></para></listitem>
24708             <listitem><para>manage_restrictions<itemizedlist>
24709                   <listitem>
24710                     <para>Manage restrictions for accounts</para>
24711                   </listitem>
24712                   <listitem>
24713                     <para>Grants permission to the staff member to lift a restriction that might be
24714                       on the patron's record</para>
24715                   </listitem>
24716                 </itemizedlist></para>
24717             </listitem>
24718             <listitem>
24719               <para>overdues_report<itemizedlist>
24720                   <listitem>
24721                     <para> Execute overdue items report </para>
24722                   </listitem>
24723                   <listitem>
24724                     <para>The permission to run the overdues reports found under Circulation</para>
24725                   </listitem>
24726                 </itemizedlist></para>
24727             </listitem>
24728
24729             <listitem>
24730               <para>override_renewals</para>
24731
24732               <itemizedlist>
24733                 <listitem>
24734                   <para>Override blocked renewals</para>
24735                 </listitem>
24736
24737                 <listitem>
24738                   <para>Requires that the staff member also has
24739                   circulate_remaining_permissions</para>
24740                 </listitem>
24741               </itemizedlist>
24742             </listitem>
24743           </itemizedlist>
24744         </section>
24745
24746         <section id="parameterpermissions">
24747           <title>Granular Parameters Permissions</title>
24748
24749           <para>If the staff member has 'parameters' permissions they have the
24750           ability to perform all of these actions. If you would like to
24751           control parameter permissions on a more granular level choose from
24752           these options:</para>
24753
24754           <itemizedlist>
24755             <listitem>
24756               <para>manage_circ_rules</para>
24757
24758               <itemizedlist>
24759                 <listitem>
24760                   <para>Manage circulation rules</para>
24761                 </listitem>
24762                 <listitem>
24763                   <para>The ability to access the <link linkend="circfinerules">Circulation and
24764                       fines rules</link> in the administration area</para>
24765                 </listitem>
24766               </itemizedlist>
24767             </listitem>
24768
24769             <listitem>
24770               <para>parameters_remaining_permissions</para>
24771
24772               <itemizedlist>
24773                 <listitem>
24774                   <para>Remaining system parameters permissions</para>
24775                 </listitem>
24776                 <listitem>
24777                   <para>The ability to access all areas in Administration (other than the
24778                     Circulation and fine rules)</para>
24779                 </listitem>
24780               </itemizedlist>
24781             </listitem>
24782           </itemizedlist>
24783         </section>
24784
24785         <section id="reservepermissions">
24786           <title>Granular Holds Permissions</title>
24787
24788           <para>If the staff member has 'reserveforothers' permissions they
24789           have the ability to perform all of these actions. If you would like
24790           to control holds permissions on a more granular level choose from
24791           these options:</para>
24792
24793           <itemizedlist>
24794             <listitem>
24795               <para>modify_holds_priority</para>
24796
24797               <itemizedlist>
24798                 <listitem>
24799                   <para>Modify holds priority</para>
24800                 </listitem>
24801                 <listitem>
24802                   <para>Allow staff members to alter the holds priority (moving patrons up and down
24803                     the queue)</para>
24804                 </listitem>
24805               </itemizedlist>
24806             </listitem>
24807
24808             <listitem>
24809               <para>place_holds</para>
24810
24811               <itemizedlist>
24812                 <listitem>
24813                   <para>Place holds for patrons</para>
24814                 </listitem>
24815               </itemizedlist>
24816             </listitem>
24817           </itemizedlist>
24818         </section>
24819
24820         <section id="catpermissions">
24821           <title>Granular Cataloging Permissions</title>
24822
24823           <para>If the staff member has 'editcatalogue' permissions they have
24824           the ability to perform all of these actions. If you would like to
24825           control cataloging permissions on a more granular level choose from
24826           these options:</para>
24827
24828           <itemizedlist>
24829             <listitem>
24830               <para>edit_catalogue</para>
24831
24832               <itemizedlist>
24833                 <listitem>
24834                   <para>Edit catalog (Modify bibliographic/holdings data)</para>
24835                 </listitem>
24836                 <listitem>
24837                   <para>Ability to access all cataloging functions via the <link linkend="cataloging">Cataloging</link> page</para>
24838                 </listitem>
24839               </itemizedlist>
24840             </listitem>
24841
24842             <listitem>
24843               <para>edit_items</para>
24844
24845               <itemizedlist>
24846                 <listitem>
24847                   <para>Edit items</para>
24848                 </listitem>
24849                 <listitem>
24850                   <para>Ability to make <link linkend="editingitems">edits to item/holdings
24851                       records</link>, but not bibliographic records</para>
24852                 </listitem>
24853               </itemizedlist>
24854             </listitem>
24855
24856             <listitem>
24857               <para id="fastaddpermissions">fast_cataloging</para>
24858
24859               <itemizedlist>
24860                 <listitem>
24861                   <para>Fast cataloging</para>
24862                 </listitem>
24863                 <listitem>
24864                   <para>The ability to catalog using only the <link linkend="fastaddcat">Fast Add
24865                       Framework</link> found on the <link linkend="circulation">Circulation</link>
24866                     page</para>
24867                 </listitem>
24868               </itemizedlist>
24869             </listitem>
24870           </itemizedlist>
24871         </section>
24872         <section id="updatechargespermissions">
24873           <title>Granular Fines and Charges Permissions</title>
24874           <para>If a staff member has 'updatecharges' permission they have the ability to perform
24875             all of these actions. If you would like to control fines and charges permissions on a
24876             more granular level choose from these options:<itemizedlist>
24877               <listitem>
24878                 <para>remaining_permissions<itemizedlist>
24879                     <listitem>
24880                       <para>Remaining permissions for managing fines and fees other than the ability
24881                         to write off charges</para>
24882                     </listitem>
24883                   </itemizedlist></para>
24884               </listitem>
24885               <listitem>
24886                 <para>writeoff<itemizedlist>
24887                     <listitem>
24888                       <para>Write off fines and fees</para>
24889                     </listitem>
24890                   </itemizedlist></para>
24891               </listitem>
24892             </itemizedlist></para>
24893         </section>
24894
24895         <section id="acqpermissions">
24896           <title>Granular Acquisitions Permissions</title>
24897
24898           <para>If the staff member has 'acquisition' permissions they have
24899           the ability to perform all of these actions. If you would like to
24900           control acquisitions permissions on a more granular level choose
24901           from these options:</para>
24902
24903           <itemizedlist>
24904             <listitem>
24905               <para>budget_add_del</para>
24906
24907               <itemizedlist>
24908                 <listitem>
24909                   <para>Add and delete budgets (but can't modify them)</para>
24910                 </listitem>
24911               </itemizedlist>
24912             </listitem>
24913
24914             <listitem>
24915               <para>budget_manage</para>
24916               <itemizedlist>
24917                 <listitem>
24918                   <para>Manage budgets</para>
24919                 </listitem>
24920               </itemizedlist>
24921             </listitem>
24922
24923             <listitem>
24924               <para>budget_manage_all <itemizedlist>
24925                   <listitem>
24926                     <para>Manage all budgets</para>
24927                   </listitem>
24928                 </itemizedlist></para>
24929               <para>budget_modify</para>
24930               <itemizedlist>
24931                 <listitem>
24932                   <para>Modify budget (can't create lines, but can modify existing ones)</para>
24933                 </listitem>
24934               </itemizedlist>
24935             </listitem>
24936
24937             <listitem>
24938               <para>contracts_manage</para>
24939
24940               <itemizedlist>
24941                 <listitem>
24942                   <para>Manage contracts</para>
24943                 </listitem>
24944               </itemizedlist>
24945             </listitem>
24946
24947             <listitem>
24948               <para>group_manage</para>
24949
24950               <itemizedlist>
24951                 <listitem>
24952                   <para>Manage orders and basket groups</para>
24953                 </listitem>
24954               </itemizedlist>
24955             </listitem>
24956
24957             <listitem>
24958               <para>order_manage</para>
24959
24960               <itemizedlist>
24961                 <listitem>
24962                   <para>Manage orders and baskets</para>
24963                 </listitem>
24964               </itemizedlist>
24965             </listitem>
24966             <listitem>
24967               <para>order_manage_all<itemizedlist>
24968                   <listitem>
24969                     <para>Manage all orders and baskets, regardless of restrictions on them</para>
24970                   </listitem>
24971                 </itemizedlist></para>
24972             </listitem>
24973
24974             <listitem>
24975               <para>order_receive</para>
24976
24977               <itemizedlist>
24978                 <listitem>
24979                   <para>Manage orders and baskets</para>
24980                 </listitem>
24981               </itemizedlist>
24982             </listitem>
24983
24984             <listitem>
24985               <para>period_manage</para>
24986
24987               <itemizedlist>
24988                 <listitem>
24989                   <para>Manage periods</para>
24990                 </listitem>
24991               </itemizedlist>
24992             </listitem>
24993
24994             <listitem>
24995               <para>planning_manage</para>
24996
24997               <itemizedlist>
24998                 <listitem>
24999                   <para>Manage budget planning</para>
25000                 </listitem>
25001               </itemizedlist>
25002             </listitem>
25003
25004             <listitem>
25005               <para>vendors_manage</para>
25006
25007               <itemizedlist>
25008                 <listitem>
25009                   <para>Manage vendors</para>
25010                 </listitem>
25011               </itemizedlist>
25012             </listitem>
25013           </itemizedlist>
25014         </section>
25015
25016         <section id="serpermissions">
25017           <title>Granular Serials Permissions</title>
25018
25019           <para>If the staff member has 'serials' permissions they have the
25020           ability to perform all of these actions. If you would like to
25021           control serials permissions on a more granular level choose from
25022           these options:</para>
25023
25024           <itemizedlist>
25025             <listitem>
25026               <para>check_expiration</para>
25027
25028               <itemizedlist>
25029                 <listitem>
25030                   <para>Check the <link linkend="serialexpiration">expiration of a
25031                     serial</link></para>
25032                 </listitem>
25033               </itemizedlist>
25034             </listitem>
25035
25036             <listitem>
25037               <para>claim_serials</para>
25038
25039               <itemizedlist>
25040                 <listitem>
25041                   <para>Claim missing serials via the <link linkend="serialclaims">Claims
25042                       section</link></para>
25043                 </listitem>
25044               </itemizedlist>
25045             </listitem>
25046
25047             <listitem>
25048               <para>create_subscription</para>
25049
25050               <itemizedlist>
25051                 <listitem>
25052                   <para>Create <link linkend="newsubscription">a new subscription</link></para>
25053                 </listitem>
25054               </itemizedlist>
25055             </listitem>
25056
25057             <listitem>
25058               <para>delete_subscription</para>
25059
25060               <itemizedlist>
25061                 <listitem>
25062                   <para>Delete an existing subscription</para>
25063                 </listitem>
25064               </itemizedlist>
25065             </listitem>
25066
25067             <listitem>
25068               <para>edit_subscription</para>
25069
25070               <itemizedlist>
25071                 <listitem>
25072                   <para>Edit an existing subscription</para>
25073                 </listitem>
25074                 <listitem>
25075                   <para>This permission does not include the ability to delete or create a
25076                     subscription</para>
25077                 </listitem>
25078               </itemizedlist>
25079             </listitem>
25080
25081             <listitem>
25082               <para>receive_serials</para>
25083
25084               <itemizedlist>
25085                 <listitem>
25086                   <para>Serials receiving</para>
25087                 </listitem>
25088                 <listitem>
25089                   <para>Receive serials on existing subscriptions</para>
25090                 </listitem>
25091               </itemizedlist>
25092             </listitem>
25093
25094             <listitem>
25095               <para>renew_subscription</para>
25096
25097               <itemizedlist>
25098                 <listitem>
25099                   <para>Renew a subscription</para>
25100                 </listitem>
25101               </itemizedlist>
25102             </listitem>
25103
25104             <listitem>
25105               <para>routing</para>
25106
25107               <itemizedlist>
25108                 <listitem>
25109                   <para>Routing</para>
25110                 </listitem>
25111                 <listitem>
25112                   <para>Manage <link linkend="routinglist">routing lists</link></para>
25113                 </listitem>
25114               </itemizedlist>
25115             </listitem>
25116             <listitem>
25117               <para>superserials<itemizedlist>
25118                   <listitem>
25119                     <para>Manage subscriptions from any branch (only applies when <link
25120                         linkend="IndependentBranches">IndependantBranches</link> is used)</para>
25121                   </listitem>
25122                 </itemizedlist></para>
25123             </listitem>
25124           </itemizedlist>
25125         </section>
25126
25127         <section id="toolspermissions">
25128           <title>Granular Tools Permissions</title>
25129
25130           <para>If the staff member has 'tools' permissions they have the
25131           ability to access and use all items under the Tools menu. If you
25132           would like to control which tools staff members have access to on a
25133           more granular level choose from these options:</para>
25134
25135           <itemizedlist>
25136             <listitem>
25137               <para>batch_upload_patron_images</para>
25138
25139               <itemizedlist>
25140                 <listitem>
25141                   <para>Upload patron images in batch or one at a time </para>
25142                 </listitem>
25143                 <listitem>
25144                   <para>Access to the <link linkend="uploadpatronimages">Image Upload
25145                     Tool</link></para>
25146                 </listitem>
25147               </itemizedlist>
25148             </listitem>
25149
25150             <listitem>
25151               <para>delete_anonymize_patrons</para>
25152
25153               <itemizedlist>
25154                 <listitem>
25155                   <para>Delete old borrowers and anonymize circulation/reading history (deletes
25156                     borrower reading history)</para>
25157                 </listitem>
25158                 <listitem>
25159                   <para>Access to the <link linkend="anonpatrons">Anonymize Patron
25160                     Tool</link></para>
25161                 </listitem>
25162               </itemizedlist>
25163             </listitem>
25164
25165             <listitem>
25166               <para>edit_calendar</para>
25167
25168               <itemizedlist>
25169                 <listitem>
25170                   <para>Define days when the library is closed </para>
25171                 </listitem>
25172                 <listitem>
25173                   <para>Access to the <link linkend="calholidays">Calendar/Holidays
25174                     Tool</link></para>
25175                 </listitem>
25176               </itemizedlist>
25177             </listitem>
25178
25179             <listitem>
25180               <para>edit_news</para>
25181
25182               <itemizedlist>
25183                 <listitem>
25184                   <para>Write news for the OPAC and staff interfaces </para>
25185                 </listitem>
25186                 <listitem>
25187                   <para>Access to the <link linkend="newstool">News Tool</link></para>
25188                 </listitem>
25189               </itemizedlist>
25190             </listitem>
25191
25192             <listitem>
25193               <para>edit_notice_status_triggers</para>
25194
25195               <itemizedlist>
25196                 <listitem>
25197                   <para>Set notice/status triggers for overdue items </para>
25198                 </listitem>
25199                 <listitem>
25200                   <para>Access to the <link linkend="noticetriggers">Overdue Notice Status/Triggers
25201                       Tool</link></para>
25202                 </listitem>
25203               </itemizedlist>
25204             </listitem>
25205
25206             <listitem>
25207               <para>edit_notices</para>
25208
25209               <itemizedlist>
25210                 <listitem>
25211                   <para>Define notices </para>
25212                 </listitem>
25213                 <listitem>
25214                   <para>Access to the <link linkend="notices">Notices Tool</link></para>
25215                 </listitem>
25216               </itemizedlist>
25217             </listitem>
25218
25219             <listitem>
25220               <para>export_catalog</para>
25221
25222               <itemizedlist>
25223                 <listitem>
25224                   <para>Export bibliographic, authorities and holdings data </para>
25225                 </listitem>
25226                 <listitem>
25227                   <para>Access to the <link linkend="exportbibs">Export Data Tool</link></para>
25228                 </listitem>
25229               </itemizedlist>
25230             </listitem>
25231
25232             <listitem>
25233               <para>import_patrons</para>
25234
25235               <itemizedlist>
25236                 <listitem>
25237                   <para>Import patron data </para>
25238                 </listitem>
25239                 <listitem>
25240                   <para>Access to the <link linkend="patronimport">Import Patrons Tool</link></para>
25241                 </listitem>
25242               </itemizedlist>
25243             </listitem>
25244
25245             <listitem>
25246               <para>inventory</para>
25247
25248               <itemizedlist>
25249                 <listitem>
25250                   <para>Perform inventory (stocktaking) of your catalog </para>
25251                 </listitem>
25252                 <listitem>
25253                   <para>Access to the <link linkend="inventory">Inventory Tool</link></para>
25254                 </listitem>
25255               </itemizedlist>
25256             </listitem>
25257
25258             <listitem>
25259               <para>items_batchdel</para>
25260
25261               <itemizedlist>
25262                 <listitem>
25263                   <para>Perform batch deletion of items </para>
25264                 </listitem>
25265                 <listitem>
25266                   <para>Access to the <link linkend="batchdeleteitems">Batch Item Deletion
25267                       Tool</link></para>
25268                 </listitem>
25269               </itemizedlist>
25270             </listitem>
25271
25272             <listitem>
25273               <para>items_batchmod</para>
25274
25275               <itemizedlist>
25276                 <listitem>
25277                   <para>Perform batch modification of items </para>
25278                 </listitem>
25279                 <listitem>
25280                   <para>Access to the <link linkend="batchmodifyitems">Batch Item Modification
25281                       Tool</link></para>
25282                 </listitem>
25283               </itemizedlist>
25284             </listitem>
25285
25286             <listitem>
25287               <para>label_creator</para>
25288
25289               <itemizedlist>
25290                 <listitem>
25291                   <para>Create printable labels and barcodes from catalog and patron data </para>
25292                 </listitem>
25293                 <listitem>
25294                   <para>Access to the <link linkend="labelcreator">Label Creator</link> and <link linkend="quicklabelcreator">Quick Label Creator</link> Tools</para>
25295                 </listitem>
25296               </itemizedlist>
25297             </listitem>
25298
25299             <listitem>
25300               <para>manage_csv_profiles</para>
25301
25302               <itemizedlist>
25303                 <listitem>
25304                   <para>Manage CSV export profiles</para>
25305                 </listitem>
25306                 <listitem>
25307                   <para>Access to the <link linkend="csvprofiles">CSV Profiles Tool</link></para>
25308                 </listitem>
25309               </itemizedlist>
25310             </listitem>
25311
25312             <listitem>
25313               <para>manage_staged_marc</para>
25314
25315               <itemizedlist>
25316                 <listitem>
25317                   <para>Managed staged MARC records, including completing and reversing imports
25318                   </para>
25319                 </listitem>
25320                 <listitem>
25321                   <para>Access to the <link linkend="managestaged">Manage Staged MARC Records
25322                       Tool</link></para>
25323                 </listitem>
25324               </itemizedlist>
25325             </listitem>
25326
25327             <listitem>
25328               <para>moderate_comments</para>
25329
25330               <itemizedlist>
25331                 <listitem>
25332                   <para>Moderate patron comments </para>
25333                 </listitem>
25334                 <listitem>
25335                   <para>Access to the <link linkend="comments">Comments Tool</link>
25336                   </para>
25337                 </listitem>
25338               </itemizedlist>
25339             </listitem>
25340
25341             <listitem>
25342               <para>moderate_tags<itemizedlist>
25343                   <listitem>
25344                     <para>Moderate patron tags</para>
25345                   </listitem>
25346                   <listitem>
25347                     <para>Access to the <link linkend="tagsmoderation">Tags Tool</link></para>
25348                   </listitem>
25349                 </itemizedlist></para>
25350             </listitem>
25351             <listitem>
25352               <para>schedule_tasks</para>
25353               <itemizedlist>
25354                 <listitem>
25355                   <para>Schedule tasks to run </para>
25356                 </listitem>
25357                 <listitem>
25358                   <para>Access to the <link linkend="taskscheduler">Task Scheduler
25359                     Tool</link></para>
25360                 </listitem>
25361               </itemizedlist>
25362             </listitem>
25363
25364             <listitem>
25365               <para>stage_marc_import</para>
25366
25367               <itemizedlist>
25368                 <listitem>
25369                   <para>Stage MARC records into the reservoir </para>
25370                 </listitem>
25371                 <listitem>
25372                   <para>Access to the <link linkend="stagemarc">Stage MARC Records
25373                     Tool</link></para>
25374                 </listitem>
25375               </itemizedlist>
25376             </listitem>
25377
25378             <listitem>
25379               <para>upload_local_cover_images</para>
25380
25381               <itemizedlist>
25382                 <listitem>
25383                   <para>Upload local cover images </para>
25384                 </listitem>
25385                 <listitem>
25386                   <para>Access to the <link linkend="uploadlocalimages">Upload Local Cover Image
25387                       Tool</link> as well as permission to add and delete local cover images from
25388                     the bib detail page</para>
25389                 </listitem>
25390               </itemizedlist>
25391             </listitem>
25392
25393             <listitem>
25394               <para>view_system_logs</para>
25395
25396               <itemizedlist>
25397                 <listitem>
25398                   <para>Browse the system logs </para>
25399                 </listitem>
25400                 <listitem>
25401                   <para>Access to the <link linkend="logviewer">Log Viewer Tool</link></para>
25402                 </listitem>
25403               </itemizedlist>
25404             </listitem>
25405           </itemizedlist>
25406         </section>
25407
25408         <section id="reportpermissions">
25409           <title>Granular Reports Permissions</title>
25410
25411           <para>If the staff member has 'reports' permissions they have the
25412           ability to perform all of these actions. If you would like to
25413           control reports permissions on a more granular level choose from
25414           these options:</para>
25415
25416           <itemizedlist>
25417             <listitem>
25418               <para>create_reports</para>
25419
25420               <itemizedlist>
25421                 <listitem>
25422                   <para>Create SQL Reports</para>
25423                 </listitem>
25424                 <listitem>
25425                   <para>The ability to create and edit but not run SQL reports</para>
25426                 </listitem>
25427               </itemizedlist>
25428             </listitem>
25429
25430             <listitem>
25431               <para>execute_reports</para>
25432
25433               <itemizedlist>
25434                 <listitem>
25435                   <para>Execute SQL Reports</para>
25436                 </listitem>
25437                 <listitem>
25438                   <para>The ability to run but not create or edit SQL reports </para>
25439                 </listitem>
25440               </itemizedlist>
25441             </listitem>
25442           </itemizedlist>
25443         </section>
25444         <section id="pluginpermissions">
25445           <title>Granular Plugins Permissions</title>
25446           <para>If the staff member has 'plugins' permissions they have the ability to perform all
25447             of these actions. If you would like to control reports permissions on a more granular
25448             level choose from these options:<itemizedlist>
25449               <listitem>
25450                 <para>configure<itemizedlist>
25451                     <listitem>
25452                       <para>Configure plugins</para>
25453                     </listitem>
25454                     <listitem>
25455                       <para>The ability to run the 'configure' section of a plugin if it has
25456                         one</para>
25457                     </listitem>
25458                   </itemizedlist></para>
25459               </listitem>
25460               <listitem>
25461                 <para>manage<itemizedlist>
25462                     <listitem>
25463                       <para>Manage plugins </para>
25464                     </listitem>
25465                     <listitem>
25466                       <para>The ability to install or uninstall plugins</para>
25467                     </listitem>
25468                   </itemizedlist></para>
25469               </listitem>
25470               <listitem>
25471                 <para>report<itemizedlist>
25472                     <listitem>
25473                       <para>Use report plugins</para>
25474                     </listitem>
25475                     <listitem>
25476                       <para>The ability to use report plugins</para>
25477                     </listitem>
25478                   </itemizedlist></para>
25479               </listitem>
25480               <listitem>
25481                 <para>tool<itemizedlist>
25482                     <listitem>
25483                       <para>Use tool plugins</para>
25484                     </listitem>
25485                     <listitem>
25486                       <para>The ability to use tool plugins</para>
25487                     </listitem>
25488                   </itemizedlist></para>
25489               </listitem>
25490             </itemizedlist></para>
25491         </section>
25492       </section>
25493     </section>
25494
25495     <section id="patroninformation">
25496       <title>Patron Information</title>
25497
25498       <para>When viewing a patron record you have the option to view information from one of many
25499         tabs found on the left hand side of the record.<itemizedlist>
25500           <listitem>
25501             <para><emphasis role="italic">Get there:</emphasis> Patrons > Browse or search for
25502               patron > Click patron name</para>
25503           </listitem>
25504         </itemizedlist></para>
25505
25506       <section id="patcheckout">
25507         <title>Check Out</title>
25508
25509         <para>For instruction on checking items out, view the <link linkend="checkingout">Checking Out</link> section of this
25510         manual.</para>
25511       </section>
25512
25513       <section id="patrondetails">
25514         <title>Details</title>
25515
25516         <para>All patron information will appear on the Details tab. This
25517         includes all the contact information, notes, custom patron attributes,
25518         messaging preferences, etc entered when adding the patron.</para>
25519
25520         <para>In the case of patrons who are marked as 'Child' or
25521         'Professional' and their Guarantors additional information will appear
25522         on their record.</para>
25523
25524         <itemizedlist>
25525           <listitem>
25526             <para>A child patron will list their Guarantor</para>
25527
25528             <screenshot>
25529               <screeninfo>Guarantor listed and linked from the child
25530               record</screeninfo>
25531
25532               <mediaobject>
25533                 <imageobject>
25534                   <imagedata fileref="images/patrons/child.png"/>
25535                 </imageobject>
25536               </mediaobject>
25537             </screenshot>
25538           </listitem>
25539
25540           <listitem>
25541             <para>On the Guarantor's record, all children and/or professionals
25542             will be listed</para>
25543
25544             <screenshot>
25545               <screeninfo>Guarantees listed on the Guarantor's
25546               profile</screeninfo>
25547
25548               <mediaobject>
25549                 <imageobject>
25550                   <imagedata fileref="images/patrons/parent.png"/>
25551                 </imageobject>
25552               </mediaobject>
25553             </screenshot>
25554           </listitem>
25555         </itemizedlist>
25556
25557         <section id="patcircsummary">
25558           <title>Circulation Summary</title>
25559
25560           <para>Below the patron's information on the details screen is a
25561           tabbed display of the items they have checked out, overdue, and on
25562           hold.</para>
25563
25564           <screenshot>
25565             <screeninfo>Checkout summary</screeninfo>
25566
25567             <mediaobject>
25568               <imageobject>
25569                 <imagedata fileref="images/patrons/checkoutsummary.png"/>
25570               </imageobject>
25571             </mediaobject>
25572           </screenshot>
25573
25574           <para>If they have family at the library staff can see what the
25575           other family members have checked out.</para>
25576
25577           <screenshot>
25578             <screeninfo>Relative checkouts</screeninfo>
25579
25580             <mediaobject>
25581               <imageobject>
25582                 <imagedata fileref="images/patrons/relativecheckouts.png"/>
25583               </imageobject>
25584             </mediaobject>
25585           </screenshot>
25586           <para>The Restrictions tab will show for all patrons. If the patron has no restrictions
25587             you will see that on the tab.</para>
25588           <screenshot>
25589             <screeninfo>Patron restrictions</screeninfo>
25590             <mediaobject>
25591               <imageobject>
25592                 <imagedata fileref="images/patrons/patronrestrictions-none.png"/>
25593               </imageobject>
25594             </mediaobject>
25595           </screenshot>
25596           <para>If the patron has restrictions on their account the tab will show the number and the
25597             description.</para>
25598           <screenshot>
25599             <screeninfo>Patron restrictions</screeninfo>
25600             <mediaobject>
25601               <imageobject>
25602                 <imagedata fileref="images/patrons/patronrestrictions.png"/>
25603               </imageobject>
25604             </mediaobject>
25605           </screenshot>
25606           <para>Using the 'Add manual restriction' button you can add a restriction to the patron
25607             record from here.</para>
25608           <screenshot>
25609             <screeninfo>Add restriction</screeninfo>
25610             <mediaobject>
25611               <imageobject>
25612                 <imagedata fileref="images/patrons/addrestriction.png"/>
25613               </imageobject>
25614             </mediaobject>
25615           </screenshot>
25616         </section>
25617       </section>
25618
25619       <section id="patronfines">
25620         <title>Fines</title>
25621
25622         <para>The patron's complete accounting history will appear on the
25623         Fines tab. Contrary to its name, the Fines tab does not just show fine
25624         data, it also shows membership fees, rental fees, reserve fees and any
25625         other charge you may have for patrons.</para>
25626
25627         <screenshot>
25628           <screeninfo>Patron Accounting Summary</screeninfo>
25629
25630           <mediaobject>
25631             <imageobject>
25632               <imagedata fileref="images/patrons/patronaccount.png"/>
25633             </imageobject>
25634           </mediaobject>
25635         </screenshot>
25636
25637         <para>The table will show you the following columns:</para>
25638
25639         <itemizedlist>
25640           <listitem>
25641             <para>Date: the date the charge/payment was posted</para>
25642
25643             <itemizedlist>
25644               <listitem>
25645                 <para>In the case of fines this will be the last day that the
25646                 fine was accrued</para>
25647               </listitem>
25648             </itemizedlist>
25649           </listitem>
25650
25651           <listitem>
25652             <para>Description: a description of the charges including the due
25653             date for overdue items and a link to the item record where one is
25654             available</para>
25655           </listitem>
25656
25657           <listitem>
25658             <para>Note: any notes about this charge/payment</para>
25659           </listitem>
25660
25661           <listitem>
25662             <para>Amount: the total amount of the payment or charge</para>
25663           </listitem>
25664
25665           <listitem>
25666             <para>Outstanding: the amount still due on charge</para>
25667           </listitem>
25668         </itemizedlist>
25669
25670         <section id="chargefines">
25671           <title>Charging Fines/Fees</title>
25672
25673           <para>Most fees and fines will be charged automatically if the <link linkend="finescronjob">fines cron job</link> is running:</para>
25674
25675           <itemizedlist>
25676             <listitem>
25677               <para>Fines will be charged based on your <link linkend="circfinerules">Circulation &amp; Fines
25678               Rules</link></para>
25679             </listitem>
25680
25681             <listitem>
25682               <para>Hold fees will be charged based on the rules you set in
25683               the <link linkend="patcats">Patron Types &amp; Categories</link>
25684               administration area</para>
25685             </listitem>
25686
25687             <listitem>
25688               <para>Rental fees will be charged based on the settings in your
25689               <link linkend="itemtypeadmin">Item Types</link> administration
25690               area</para>
25691             </listitem>
25692
25693             <listitem>
25694               <para>Marking an item 'Lost' via the cataloging module will
25695               automatically charge the patron the replacement cost for that
25696               item</para>
25697             </listitem>
25698           </itemizedlist>
25699         </section>
25700
25701         <section id="payfines">
25702           <title>Pay/Reverse Fines</title>
25703
25704           <para>Each line item can be paid in full (or written off) using the
25705           'Pay Fines' tab.</para>
25706
25707           <screenshot>
25708             <screeninfo>Paying Fines</screeninfo>
25709
25710             <mediaobject>
25711               <imageobject>
25712                 <imagedata fileref="images/patrons/makepayment.png"/>
25713               </imageobject>
25714             </mediaobject>
25715           </screenshot>
25716
25717           <itemizedlist>
25718             <listitem>
25719               <para>Each line item can be paid in full, partially paid, or
25720               written off.</para>
25721             </listitem>
25722
25723             <listitem>
25724               <para>Pay a fine in full</para>
25725
25726               <itemizedlist>
25727                 <listitem>
25728                   <para>Click "Pay" next to the fine you want to pay in
25729                   full</para>
25730                 </listitem>
25731
25732                 <listitem>
25733                   <para>The full amount of the fine will be populated for you
25734                   in the "Collect From Patron" box</para>
25735
25736                   <screenshot>
25737                     <screeninfo>Pay fine</screeninfo>
25738
25739                     <mediaobject>
25740                       <imageobject>
25741                         <imagedata fileref="images/patrons/payfine.png"/>
25742                       </imageobject>
25743                     </mediaobject>
25744                   </screenshot>
25745                 </listitem>
25746
25747                 <listitem>
25748                   <para>Click "Confirm"</para>
25749                 </listitem>
25750
25751                 <listitem>
25752                   <para>The fine will be removed from outstanding fines, and
25753                   displayed as fully paid.</para>
25754                 </listitem>
25755               </itemizedlist>
25756             </listitem>
25757
25758             <listitem>
25759               <para>Pay a partial fine</para>
25760
25761               <itemizedlist>
25762                 <listitem>
25763                   <para>Click "Pay" next to the fine you want to partially
25764                   pay</para>
25765                 </listitem>
25766
25767                 <listitem>
25768                   <para>Enter the amount you are collecting from the patron in
25769                   the "Collect From Patron" box</para>
25770
25771                   <screenshot>
25772                     <screeninfo>Pay partial fine</screeninfo>
25773
25774                     <mediaobject>
25775                       <imageobject>
25776                         <imagedata fileref="images/patrons/paypartial.png"/>
25777                       </imageobject>
25778                     </mediaobject>
25779                   </screenshot>
25780                 </listitem>
25781
25782                 <listitem>
25783                   <para>Click "Confirm"</para>
25784                 </listitem>
25785
25786                 <listitem>
25787                   <para>The fine will be updated to show the original Amount,
25788                   and the current Amount Outstanding</para>
25789                 </listitem>
25790               </itemizedlist>
25791             </listitem>
25792
25793             <listitem>
25794               <para>Pay an amount towards all fines</para>
25795
25796               <itemizedlist>
25797                 <listitem>
25798                   <para>Click the "Pay Amount" button</para>
25799                 </listitem>
25800
25801                 <listitem>
25802                   <para>Enter the amount you are collecting from the patron in
25803                   "Collect from Patron." The sum of all fines is shown in
25804                   "Total Amount Outstanding"</para>
25805
25806                   <screenshot>
25807                     <screeninfo>Pay Amount</screeninfo>
25808
25809                     <mediaobject>
25810                       <imageobject>
25811                         <imagedata fileref="images/patrons/payamount.png"/>
25812                       </imageobject>
25813                     </mediaobject>
25814                   </screenshot>
25815                 </listitem>
25816
25817                 <listitem>
25818                   <para>Click "Confirm"</para>
25819                 </listitem>
25820
25821                 <listitem>
25822                   <para>The fine totals will be updated with the payment
25823                   applied to oldest fines first.</para>
25824                 </listitem>
25825               </itemizedlist>
25826             </listitem>
25827
25828             <listitem>
25829               <para>Pay Selected fines</para>
25830
25831               <itemizedlist>
25832                 <listitem>
25833                   <para>Check the selection boxes next to the fines you wish
25834                   to pay, click "Pay Selected"</para>
25835
25836                   <screenshot>
25837                     <screeninfo>Select lines to pay</screeninfo>
25838
25839                     <mediaobject>
25840                       <imageobject>
25841                         <imagedata fileref="images/patrons/payselected-select.png"/>
25842                       </imageobject>
25843                     </mediaobject>
25844                   </screenshot>
25845                 </listitem>
25846
25847                 <listitem>
25848                   <para>Enter an amount to pay towards the fines.</para>
25849
25850                   <screenshot>
25851                     <screeninfo>Pay Selected</screeninfo>
25852
25853                     <mediaobject>
25854                       <imageobject>
25855                         <imagedata fileref="images/patrons/payselected.png"/>
25856                       </imageobject>
25857                     </mediaobject>
25858                   </screenshot>
25859                 </listitem>
25860
25861                 <listitem>
25862                   <para>Click "Confirm"</para>
25863                 </listitem>
25864
25865                 <listitem>
25866                   <para>The fine totals will be updated with the payment
25867                   applied to the oldest selected fines first.</para>
25868                 </listitem>
25869               </itemizedlist>
25870             </listitem>
25871
25872             <listitem>
25873               <para>Writeoff a single fine</para>
25874
25875               <itemizedlist>
25876                 <listitem>
25877                   <para>Click "Writeoff" next to the fine you wish to
25878                   writeoff.</para>
25879                 </listitem>
25880
25881                 <listitem>
25882                   <para>The fine will be removed from outstanding fines, and
25883                   displayed as written off.</para>
25884                 </listitem>
25885               </itemizedlist>
25886             </listitem>
25887
25888             <listitem>
25889               <para>Writeoff All fines</para>
25890
25891               <itemizedlist>
25892                 <listitem>
25893                   <para>Click the "Writeoff All" button</para>
25894                 </listitem>
25895
25896                 <listitem>
25897                   <para>All fines will be removed from outstanding fines, and
25898                   displayed as written off.</para>
25899                 </listitem>
25900               </itemizedlist>
25901             </listitem>
25902
25903             <listitem>
25904               <para>If you accidentally mark and item as paid, you can reverse
25905               that line item by clicking 'Reverse' to the right of the
25906               line</para>
25907
25908               <screenshot>
25909                 <screeninfo>Reverse Link</screeninfo>
25910
25911                 <mediaobject>
25912                   <imageobject>
25913                     <imagedata fileref="images/patrons/reverselink.png"/>
25914                   </imageobject>
25915                 </mediaobject>
25916               </screenshot>
25917
25918               <itemizedlist>
25919                 <listitem>
25920                   <para>Once clicked a new line item will be added to the
25921                   account, showing the payment as reversed</para>
25922
25923                   <screenshot>
25924                     <screeninfo>Reversed Payment</screeninfo>
25925
25926                     <mediaobject>
25927                       <imageobject>
25928                         <imagedata fileref="images/patrons/reversed.png"/>
25929                       </imageobject>
25930                     </mediaobject>
25931                   </screenshot>
25932                 </listitem>
25933               </itemizedlist>
25934             </listitem>
25935           </itemizedlist>
25936         </section>
25937
25938         <section id="manualinvoice">
25939           <title>Creating Manual Invoices</title>
25940
25941           <para>For fees that are not automatically charged, librarians can
25942           create a manual invoice</para>
25943
25944           <screenshot>
25945             <screeninfo>Create Manual Invoice</screeninfo>
25946
25947             <mediaobject>
25948               <imageobject>
25949                 <imagedata fileref="images/patrons/manualinvoice.png"/>
25950               </imageobject>
25951             </mediaobject>
25952           </screenshot>
25953
25954           <itemizedlist>
25955             <listitem>
25956               <para>First choose the type of invoice you would like to
25957               create</para>
25958
25959               <itemizedlist>
25960                 <listitem>
25961                   <para>To add additional values to the manual invoice type pull down menu, add them
25962                     to the <link linkend="manualinvvals">MANUAL_INV</link> Authorized Value</para>
25963                 </listitem>
25964                 <listitem>
25965                   <para>
25966                     <important>
25967                       <para>The value set as the Authorized Value for the MANUAL_INV authorized
25968                         value category will appear as the Description and the Authorized Value
25969                         Description will be used as the amount.</para>
25970                     </important>
25971                   </para>
25972                 </listitem>
25973               </itemizedlist>
25974             </listitem>
25975
25976             <listitem>
25977               <para>If the fee is associated with an item you can enter its
25978               barcode so that the line item shows a link to that item</para>
25979             </listitem>
25980
25981             <listitem>
25982               <para>The description field is where you will enter the
25983               description of the charge</para>
25984             </listitem>
25985
25986             <listitem>
25987               <para>In the amount field, do not enter currency symbols, only
25988               numbers and decimals</para>
25989             </listitem>
25990           </itemizedlist>
25991         </section>
25992
25993         <section id="manualcredit">
25994           <title>Creating Manual Credits</title>
25995
25996           <para>Manual credits can be used to pay off parts of fines, or to
25997           forgive a fine amount.</para>
25998
25999           <screenshot>
26000             <screeninfo>Create Manual Credit</screeninfo>
26001
26002             <mediaobject>
26003               <imageobject>
26004                 <imagedata fileref="images/patrons/manualcredit.png"/>
26005               </imageobject>
26006             </mediaobject>
26007           </screenshot>
26008
26009           <itemizedlist>
26010             <listitem>
26011               <para>First choose the type of credit you'd like to apply</para>
26012             </listitem>
26013
26014             <listitem>
26015               <para>If this credit is associated with an item you can enter
26016               that item's barcode so that the line item links to the right
26017               item</para>
26018             </listitem>
26019
26020             <listitem>
26021               <para>The description field is where you will enter the
26022               description of the credit</para>
26023             </listitem>
26024
26025             <listitem>
26026               <para>In the amount field, do not enter currency symbols, only
26027               numbers and decimals</para>
26028             </listitem>
26029           </itemizedlist>
26030         </section>
26031
26032         <section id="printinglineitems">
26033           <title>Printing Invoices</title>
26034
26035           <para>To the right of each account line there is a print link.
26036           Clicking that link will print an invoice for the line item that
26037           includes the date and description of the line item along with the
26038           total outstanding on the account.</para>
26039
26040           <screenshot>
26041             <screeninfo>Sample Invoice</screeninfo>
26042
26043             <mediaobject>
26044               <imageobject>
26045                 <imagedata fileref="images/patrons/patroninvoice.png"/>
26046               </imageobject>
26047             </mediaobject>
26048           </screenshot>
26049         </section>
26050       </section>
26051
26052       <section id="patronroutingtab">
26053         <title>Routing Lists</title>
26054
26055         <para>A list of all of the serial routing lists the patron belongs to
26056         will be accessible via the 'Routing Lists' tab on the patron
26057         record.</para>
26058
26059         <screenshot>
26060           <screeninfo>Routing Lists</screeninfo>
26061
26062           <mediaobject>
26063             <imageobject>
26064               <imagedata fileref="images/patrons/routinglisttab.png"/>
26065             </imageobject>
26066           </mediaobject>
26067         </screenshot>
26068
26069         <para>On this tab you will be able to see and edit all of the routing
26070         lists that this patron is on.</para>
26071
26072         <screenshot>
26073           <screeninfo>Patron's routing lists</screeninfo>
26074
26075           <mediaobject>
26076             <imageobject>
26077               <imagedata fileref="images/patrons/patronroutinglists.png"/>
26078             </imageobject>
26079           </mediaobject>
26080         </screenshot>
26081       </section>
26082
26083       <section id="circhistory">
26084         <title>Circulation History</title>
26085
26086         <para>The circulation history tab will appear if you have set the
26087         <link linkend="intranetreadinghistory">intranetreadinghistory</link>
26088         preference to allow it to appear. If you have the <link linkend="OPACPrivacy">OPACPrivacy</link> system preference set to
26089         'Allow' and the patron has decided that the library cannot keep this
26090         information this tab will only show currently checked out
26091         items.</para>
26092
26093         <screenshot>
26094           <screeninfo>Patron Circulation History</screeninfo>
26095
26096           <mediaobject>
26097             <imageobject>
26098               <imagedata fileref="images/patrons/readinghistory.png"/>
26099             </imageobject>
26100           </mediaobject>
26101         </screenshot>
26102
26103         <para>If you would like to export a list of barcodes for the items
26104         checked in today you can find that option under the More menu on the
26105         top right of the page.</para>
26106
26107         <screenshot>
26108           <screeninfo>Export today's checkins</screeninfo>
26109
26110           <mediaobject>
26111             <imageobject>
26112               <imagedata fileref="images/patrons/readinghistory-export.png"/>
26113             </imageobject>
26114           </mediaobject>
26115         </screenshot>
26116
26117         <para>This will generate a text file with one barcode per line.</para>
26118       </section>
26119
26120       <section id="patmodlog">
26121         <title>Modification Log</title>
26122
26123         <para>If you have set your <link linkend="BorrowersLog">BorrowersLog</link> to track changes to patron
26124         records, then this tab will appear. The Modification Log will show
26125         when changes were made to the patron record. If you also have turned
26126         on the <link linkend="IssueLog">IssueLog</link> and <link linkend="ReturnLog">ReturnLog</link> you will see checkins and outs on
26127         this screen as well.</para>
26128
26129         <screenshot>
26130           <screeninfo>Changes to Patron</screeninfo>
26131
26132           <mediaobject>
26133             <imageobject>
26134               <imagedata fileref="images/patrons/borrowerlog.png"/>
26135             </imageobject>
26136           </mediaobject>
26137         </screenshot>
26138
26139         <itemizedlist>
26140           <listitem>
26141             <para>The Librarian field shows the patron number for the
26142             librarian who made the changes</para>
26143           </listitem>
26144
26145           <listitem>
26146             <para>The module lists 'MEMBERS' for the patron module</para>
26147           </listitem>
26148
26149           <listitem>
26150             <para>The action will tell you what action was being logged</para>
26151           </listitem>
26152
26153           <listitem>
26154             <para>The Object field lists the borrowernumber that is being
26155             modified (in the example above, it was my changing my own
26156             record)</para>
26157           </listitem>
26158         </itemizedlist>
26159       </section>
26160
26161       <section id="patnotices">
26162         <title>Notices</title>
26163
26164         <para>The <link linkend="setpatronmessaging">patron's messaging
26165         preferences</link> are set when <link linkend="addnewpatron">adding</link> or <link linkend="editpatrons">editing</link> the patron. This tab will show
26166         the messages that have been sent and those that are queued to be
26167         sent:</para>
26168
26169         <screenshot>
26170           <screeninfo>Patron Notices Tab</screeninfo>
26171
26172           <mediaobject>
26173             <imageobject>
26174               <imagedata fileref="images/patrons/patnoticestab.png"/>
26175             </imageobject>
26176           </mediaobject>
26177         </screenshot>
26178
26179         <para>Clicking on the message title will expand the view to show you
26180         the full text of the message that was sent.</para>
26181
26182         <screenshot>
26183           <screeninfo>Full message text</screeninfo>
26184
26185           <mediaobject>
26186             <imageobject>
26187               <imagedata fileref="images/patrons/patnoticestab-full.png"/>
26188             </imageobject>
26189           </mediaobject>
26190         </screenshot>
26191       </section>
26192
26193       <section id="patronstatstab">
26194         <title>Statistics</title>
26195
26196         <para>Depending on what you set for the values of your <link linkend="StatisticsFields">StatisticsFields</link> system preference,
26197         you can see statistics for one patron's circulation actions.</para>
26198
26199         <screenshot>
26200           <screeninfo>Patron's Statistics</screeninfo>
26201
26202           <mediaobject>
26203             <imageobject>
26204               <imagedata fileref="images/patrons/patronstats.png"/>
26205             </imageobject>
26206           </mediaobject>
26207         </screenshot>
26208       </section>
26209
26210       <section id="patronfiles">
26211         <title>Files</title>
26212
26213         <para>If you set the <link linkend="EnableBorrowerFiles">EnableBorrowerFiles</link> preference to
26214         'Do' the Files tab will be visible on the patron information
26215         page.</para>
26216
26217         <screenshot>
26218           <screeninfo>Patron Files Tab</screeninfo>
26219
26220           <mediaobject>
26221             <imageobject>
26222               <imagedata fileref="images/patrons/patronfilestab.png"/>
26223             </imageobject>
26224           </mediaobject>
26225         </screenshot>
26226
26227         <para>From here you can upload files to attach to the patron
26228         record.</para>
26229
26230         <screenshot>
26231           <screeninfo>Upload patron files</screeninfo>
26232
26233           <mediaobject>
26234             <imageobject>
26235               <imagedata fileref="images/patrons/nopatronfiles.png"/>
26236             </imageobject>
26237           </mediaobject>
26238         </screenshot>
26239
26240         <para>All files that are uploaded will appear above a form where
26241         additional files can be uploaded from.</para>
26242
26243         <screenshot>
26244           <screeninfo>List of files on the patron record</screeninfo>
26245
26246           <mediaobject>
26247             <imageobject>
26248               <imagedata fileref="images/patrons/patronfileslist.png"/>
26249             </imageobject>
26250           </mediaobject>
26251         </screenshot>
26252       </section>
26253       <section id="patronsuggestions">
26254         <title>Purchase Suggestions</title>
26255         <para>If the patron has made any purchase suggestions you will see a purchase suggestions
26256           tab on the patron record.<screenshot>
26257             <screeninfo>Patron purchase suggestions</screeninfo>
26258             <mediaobject>
26259               <imageobject>
26260                 <imagedata fileref="images/patrons/purchasesuggestions.png"/>
26261               </imageobject>
26262             </mediaobject>
26263           </screenshot></para>
26264         <para>From here you can see all suggestions made by the patron and their status, you can
26265           also create a purchase suggestion on the patron's behalf by clicking the 'New purchase
26266           suggestion' button at the top.</para>
26267         <para>Learn more about <link linkend="purchasesuggest">Purchase suggestions</link> in the
26268             <link linkend="acqmodule">Acquisitions</link> chapter of this manual.</para>
26269       </section>
26270     </section>
26271
26272     <section id="patronsearch">
26273       <title>Patron Search</title>
26274
26275       <para>Clicking on the link to the Patron module will bring you to a search/browse screen for
26276         patrons. From here you can search for a patron by any part of their name or their card
26277         number.</para>
26278
26279       <screenshot>
26280         <screeninfo>Patron Search</screeninfo>
26281
26282         <mediaobject>
26283           <imageobject>
26284             <imagedata fileref="images/patrons/patronsearch.png"/>
26285           </imageobject>
26286         </mediaobject>
26287       </screenshot>
26288       <para>Clicking the small plus sign [+] to the right of the search box will open up an advanced
26289         patron search with more filters including the ability to limit to a specific category and/or library.</para>
26290       <screenshot>
26291           <screeninfo>Expanded patron search</screeninfo>
26292           <mediaobject>
26293             <imageobject>
26294               <imagedata fileref="images/patrons/patronsearchexpand.png"/>
26295             </imageobject>
26296           </mediaobject>
26297         </screenshot>
26298
26299       <para>Depending on what you have chosen for the 'Search fields' you can
26300       search for patrons in various different ways.</para>
26301
26302       <screenshot>
26303         <screeninfo>Patron Search Fields</screeninfo>
26304
26305         <mediaobject>
26306           <imageobject>
26307             <imagedata fileref="images/patrons/patronfieldsearch.png"/>
26308           </imageobject>
26309         </mediaobject>
26310       </screenshot>
26311
26312       <itemizedlist>
26313         <listitem>
26314           <para>Standard:</para>
26315
26316           <itemizedlist>
26317             <listitem>
26318               <para>Enter any part of their name, username, email address or
26319               barcode</para>
26320             </listitem>
26321           </itemizedlist>
26322         </listitem>
26323
26324         <listitem>
26325           <para>Email:</para>
26326
26327           <itemizedlist>
26328             <listitem>
26329               <para>Enter any part of their email address and choose 'Contains' instead of 'Starts
26330                 with'</para>
26331             </listitem>
26332           </itemizedlist>
26333         </listitem>
26334
26335         <listitem>
26336           <para>Borrower number:</para>
26337
26338           <itemizedlist>
26339             <listitem>
26340               <para>Enter the Koha borrower number</para>
26341             </listitem>
26342           </itemizedlist>
26343         </listitem>
26344
26345         <listitem>
26346           <para>Phone number:</para>
26347
26348           <itemizedlist>
26349             <listitem>
26350               <para>Enter the phone number exactly as it is in the system or
26351               by using spaces between each batch of numbers.</para>
26352             </listitem>
26353
26354             <listitem>
26355               <para>Example: To find (212) 555-1212 you can search for it
26356               exactly as it was entered or by searching for 212 555
26357               1212</para>
26358             </listitem>
26359           </itemizedlist>
26360         </listitem>
26361
26362         <listitem>
26363           <para>Street address:</para>
26364
26365           <itemizedlist>
26366             <listitem>
26367               <para>Enter any part of the patron's address (includes all address fields) and choose
26368                 'Contains' instead of 'Starts with' to find the string anywhere in the
26369                 address</para>
26370             </listitem>
26371           </itemizedlist>
26372         </listitem>
26373         <listitem>
26374           <para>Date of birth<itemizedlist>
26375               <listitem>
26376                 <para>A tooltip will appear telling you how to enter the date of birth, most
26377                   libraries will be entering MM/DD/YYYY for the birthday search</para>
26378                 <screenshot>
26379                     <screeninfo>Birth date search tooltip</screeninfo>
26380                     <mediaobject>
26381                       <imageobject>
26382                         <imagedata fileref="images/patrons/patronsearchbday.png"/>
26383                       </imageobject>
26384                     </mediaobject>
26385                   </screenshot>
26386               </listitem>
26387             </itemizedlist></para>
26388         </listitem>
26389       </itemizedlist>
26390       <para>You can also choose to either search for fields that start with the string you entered
26391         or contain the string.  Choosing 'Contains' will work like a wildcard search.</para>
26392       <screenshot>
26393           <screeninfo>Contains or Starts with Search</screeninfo>
26394           <mediaobject>
26395             <imageobject>
26396               <imagedata fileref="images/patrons/patronsearchcontains.png"/>
26397             </imageobject>
26398           </mediaobject>
26399         </screenshot>
26400
26401       <para>You can also choose how your results will be sorted by using the
26402       'Order by' pull down menu at the end of the form.</para>
26403
26404       <screenshot>
26405         <screeninfo>Patron search sort</screeninfo>
26406
26407         <mediaobject>
26408           <imageobject>
26409             <imagedata fileref="images/patrons/patronsearchsort.png"/>
26410           </imageobject>
26411         </mediaobject>
26412       </screenshot>
26413
26414       <para>You can also browse through the patron records by clicking on the
26415       linked letters across the top.</para>
26416
26417       <screenshot>
26418         <screeninfo>Patron Browse</screeninfo>
26419
26420         <mediaobject>
26421           <imageobject>
26422             <imagedata fileref="images/patrons/patronbrowse.png"/>
26423           </imageobject>
26424         </mediaobject>
26425       </screenshot>
26426     </section>
26427   </chapter>
26428
26429   <chapter id="circulation">
26430     <title>Circulation</title>
26431
26432     <para>Circulation functions can be accessed in several different ways. On
26433     the main page of the staff client there are some quick links in the center
26434     of the page to check items out, in or transfer them. For a complete
26435     listing of Circulation functions you can visit the Circulation page which
26436     is linked from the top left of every page or from the center of the main
26437     page.</para>
26438
26439     <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>
26440
26441     <para>While in Circulation you can jump between the tabs on the quick
26442     search box at the top of the screen by using the following hot
26443     keys:</para>
26444
26445     <itemizedlist>
26446       <listitem>
26447         <para>jump to the catalog search with Alt+Q</para>
26448       </listitem>
26449
26450       <listitem>
26451         <para>jump to the checkout with Alt+U</para>
26452
26453         <itemizedlist>
26454           <listitem>
26455             <para>this will not work for Mac users</para>
26456           </listitem>
26457         </itemizedlist>
26458       </listitem>
26459
26460       <listitem>
26461         <para>jump to the checkin with Alt+R</para>
26462       </listitem>
26463     </itemizedlist>
26464
26465     <para><note>
26466         <para>Mac users use the OPTION button in place of ALT</para>
26467       </note></para>
26468
26469     <section id="checkingout">
26470       <title>Check Out (Issuing)</title>
26471
26472       <para>To begin the checkout process you must enter the patron barcode or
26473       part of their name. The checkout option appears in three main
26474       places:</para>
26475
26476       <itemizedlist>
26477         <listitem>
26478           <para>Check out option on the top of the main staff client</para>
26479
26480           <screenshot>
26481             <screeninfo>Check out box on main Koha Staff Client
26482             page</screeninfo>
26483
26484             <mediaobject>
26485               <imageobject>
26486                 <imagedata fileref="images/circ/checkoutmain.png"/>
26487               </imageobject>
26488             </mediaobject>
26489           </screenshot>
26490         </listitem>
26491
26492         <listitem>
26493           <para>Check out option on the patron record</para>
26494
26495           <screenshot>
26496             <screeninfo>Check out tab on a patron record</screeninfo>
26497
26498             <mediaobject>
26499               <imageobject>
26500                 <imagedata fileref="images/circ/checkoutpatron.png"/>
26501               </imageobject>
26502             </mediaobject>
26503           </screenshot>
26504         </listitem>
26505
26506         <listitem>
26507           <para>Check out option on the quick search bar on the circulation
26508           page</para>
26509
26510           <screenshot>
26511             <screeninfo>Check out tab on quick search bar</screeninfo>
26512
26513             <mediaobject>
26514               <imageobject>
26515                 <imagedata fileref="images/circ/circquickbox.png"/>
26516               </imageobject>
26517             </mediaobject>
26518           </screenshot>
26519         </listitem>
26520       </itemizedlist>
26521
26522       <section id="checkitemout">
26523         <title>Checking Items Out</title>
26524
26525         <para>To check an item out to a patron, first search for that patron
26526         using one of the many options listed above.</para>
26527
26528         <screenshot>
26529           <screeninfo>Check Out Screen</screeninfo>
26530
26531           <mediaobject>
26532             <imageobject>
26533               <imagedata fileref="images/circ/checkingout.png"/>
26534             </imageobject>
26535           </mediaobject>
26536         </screenshot>
26537
26538         <para>At the top of the Check Out screen is a box for you to type or
26539         scan the item's barcode into.</para>
26540
26541         <itemizedlist>
26542           <listitem>
26543             <important>
26544               <para>Many modern barcode scanners will send a 'return' to the
26545               browser, making it so that the 'Check Out' button is
26546               automatically clicked</para>
26547             </important>
26548           </listitem>
26549
26550           <listitem>
26551             <para>If the barcode is not found you will be prompted to use fast cataloging to add the
26552               item. Learn more about <link linkend="fastaddcat">fast cataloging</link> later in this
26553               manual.</para>
26554           </listitem>
26555           <listitem>
26556             <para>If you have <link linkend="itemBarcodeFallbackSearch"
26557                 >itemBarcodeFallbackSearch</link> set to 'Enable' then you can enter a keyword
26558               search in this box instead of just a barcode (this will make it possible to check out
26559               using title and/or call number).</para>
26560           </listitem>
26561         </itemizedlist>
26562
26563         <para>Below the box for the barcode there may be options for you to
26564         override the default due date for the item.</para>
26565
26566         <itemizedlist>
26567           <listitem>
26568             <para>This option will only appear if you have set the <link linkend="SpecifyDueDate">SpecifyDueDate</link> system preference
26569             to allow staff to override the due date</para>
26570           </listitem>
26571         </itemizedlist>
26572
26573         <para>At the bottom of the page there is a summary of the patron's
26574         current checked out items along with the due date (and time if the
26575         item is an hourly loan), items checked out today will appear at the
26576         top.</para>
26577
26578         <note>
26579           <para>If the checked out time is listed as 00:00 then the item is a
26580           daily loan item. The due time for daily checkouts will show 23:59
26581           which is the last minute of the day.</para>
26582         </note>
26583
26584         <screenshot>
26585           <screeninfo>Patron's checkout summary</screeninfo>
26586
26587           <mediaobject>
26588             <imageobject>
26589               <imagedata fileref="images/circ/checkoutsummary.png"/>
26590             </imageobject>
26591           </mediaobject>
26592         </screenshot>
26593         <para>If you have set your <link linkend="ExportWithCsvProfile">ExportWithCsvProfile</link>
26594           preference, you will also see the option to export the patron's current checkout
26595           information using a CSV Profile or ISO2709 (MARC21) format.</para>
26596         <screenshot>
26597           <screeninfo>Export patron's checkout information</screeninfo>
26598           <mediaobject>
26599             <imageobject>
26600               <imagedata fileref="images/circ/exportcheckouts.png"/>
26601             </imageobject>
26602           </mediaobject>
26603         </screenshot>
26604
26605         <para>Also at the bottom of the page is the list of items the patron
26606         has on hold</para>
26607
26608         <screenshot>
26609           <screeninfo>Holds summary on check out screen</screeninfo>
26610
26611           <mediaobject>
26612             <imageobject>
26613               <imagedata fileref="images/circ/holdssummary.png"/>
26614             </imageobject>
26615           </mediaobject>
26616         </screenshot>
26617
26618         <para>From the holds list you can suspend or resume patrons holds
26619         using the options at the bottom of the list if you have the <link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link> preference
26620         set to 'allow.'</para>
26621
26622         <note>
26623           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
26624           preference set to "Don't allow" then you will not have the option to
26625           put an end date on the hold suspension</para>
26626         </note>
26627
26628         <para>If there are notes on the patron record these will appear to the
26629         right of the checkout box</para>
26630
26631         <screenshot>
26632           <screeninfo>Patron notes on check out screen</screeninfo>
26633
26634           <mediaobject>
26635             <imageobject>
26636               <imagedata fileref="images/circ/patronnotes.png"/>
26637             </imageobject>
26638           </mediaobject>
26639         </screenshot>
26640
26641         <para>If the patron has a hold waiting at the library that too will
26642         appear to the right of the check out box making it easy for the
26643         circulation librarian to see that there is another item to give the
26644         patron</para>
26645
26646         <screenshot>
26647           <screeninfo>Hold waiting message on check out screen</screeninfo>
26648
26649           <mediaobject>
26650             <imageobject>
26651               <imagedata fileref="images/circ/holdwaiting.png"/>
26652             </imageobject>
26653           </mediaobject>
26654         </screenshot>
26655
26656         <section id="printcircreceipt">
26657           <title>Printing Receipts</title>
26658
26659           <para>Once you have checked out all of the items for the patron you
26660           can print them a receipt by choosing one of two methods.</para>
26661
26662           <para>If you have the <link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
26663           preference set to 'open a print quick slip window' you can simply
26664           hit enter on your keyboard or scan a blank piece of paper with your
26665           barcode scanner. The idea being that you're "checking out" a blank
26666           barcode which triggers Koha to print the 'Quick slip.'</para>
26667
26668           <para>You can also click the Print button at the top of the screen
26669           and choose 'Print slip' or 'Print quick slip'.</para>
26670
26671           <screenshot>
26672             <screeninfo>Print receipt to slip printer</screeninfo>
26673
26674             <mediaobject>
26675               <imageobject>
26676                 <imagedata fileref="images/circ/printslip.png"/>
26677               </imageobject>
26678             </mediaobject>
26679           </screenshot>
26680
26681           <para>If you choose 'Print slip' it will print all of the items the
26682           patron has checked out, including those they checked out at an
26683           earlier date. Choosing 'Print quick slip' will print only the items
26684           that were checked out today.</para>
26685
26686           <para>What prints on the slips can be customized by altering the
26687           slip templates under the <link linkend="notices">Notices &amp;
26688           Slips</link> tool.</para>
26689         </section>
26690
26691         <section id="clearpatroninfo">
26692           <title>Clear Patron Information</title>
26693
26694           <para>When you're done checking an item out if you have the <link linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
26695           preference set to 'Show' you can clear the current patron by
26696           clicking the X in the top right of the patron's info to remove the
26697           current patron from the screen and start over.</para>
26698
26699           <screenshot>
26700             <screeninfo>Clear Screen Button</screeninfo>
26701
26702             <mediaobject>
26703               <imageobject>
26704                 <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButton.png"/>
26705               </imageobject>
26706             </mediaobject>
26707           </screenshot>
26708
26709           <para>If you have the <link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
26710           preference set to 'clear the screen' then you simply need to hit
26711           enter or scan a blank barcode and the screen will be cleared of the
26712           current patron.</para>
26713         </section>
26714       </section>
26715
26716       <section id="checkoutmsg">
26717         <title>Check Out Messages</title>
26718
26719         <para>If you check out an item that has multiple pieces and you have
26720         cataloged that information in subfield 3 of the item record (in
26721         MARC21) a message will pop up when you check out that item telling you
26722         how many pieces should be there.</para>
26723
26724         <screenshot>
26725           <screeninfo>Materials in the checked out item</screeninfo>
26726
26727           <mediaobject>
26728             <imageobject>
26729               <imagedata fileref="images/circ/materialspecified.png"/>
26730             </imageobject>
26731           </mediaobject>
26732         </screenshot>
26733
26734         <para>There are times when Koha will prevent the librarian from being
26735         able to check out items to a patron. When this happens a warning will
26736         appear notifying the librarian of why the patron cannot check items
26737         out.</para>
26738
26739         <itemizedlist>
26740           <listitem>
26741             <para>Patron owes too much in fines</para>
26742
26743             <screenshot>
26744               <screeninfo>Patron owes too much in fines</screeninfo>
26745
26746               <mediaobject>
26747                 <imageobject>
26748                   <imagedata fileref="images/circ/fineswarning.png"/>
26749                 </imageobject>
26750               </mediaobject>
26751             </screenshot>
26752
26753             <itemizedlist>
26754               <listitem>
26755                 <para>You can set the amount at which patron checkouts are
26756                 blocked with the <link linkend="noissuescharge">noissuescharge</link> system
26757                 preference</para>
26758               </listitem>
26759             </itemizedlist>
26760           </listitem>
26761
26762           <listitem>
26763             <para>Patron has been barred from the library</para>
26764
26765             <screenshot>
26766               <screeninfo>Patron account barred</screeninfo>
26767
26768               <mediaobject>
26769                 <imageobject>
26770                   <imagedata fileref="images/circ/debarwarning.png"/>
26771                 </imageobject>
26772               </mediaobject>
26773             </screenshot>
26774
26775             <itemizedlist>
26776               <listitem>
26777                 <para>This can be set by the librarian editing a patron record and adding a <link
26778                     linkend="patronflags">restriction</link> or by the <link
26779                     linkend="noticetriggers">Overdue/Notice Status Triggers</link></para>
26780               </listitem>
26781             </itemizedlist>
26782           </listitem>
26783
26784           <listitem>
26785             <para>Patron needs to confirm their address</para>
26786
26787             <screenshot>
26788               <screeninfo>Patron's address warning</screeninfo>
26789
26790               <mediaobject>
26791                 <imageobject>
26792                   <imagedata fileref="images/circ/addresswarning.png"/>
26793                 </imageobject>
26794               </mediaobject>
26795             </screenshot>
26796
26797             <itemizedlist>
26798               <listitem>
26799                 <para>This can be set by the librarian editing a patron record
26800                 and adding a <link linkend="patronflags">flag</link></para>
26801               </listitem>
26802             </itemizedlist>
26803           </listitem>
26804
26805           <listitem>
26806             <para>Patrons has lost their library card</para>
26807
26808             <screenshot>
26809               <screeninfo>Lost patron card warning</screeninfo>
26810
26811               <mediaobject>
26812                 <imageobject>
26813                   <imagedata fileref="images/circ/lostcardwarning.png"/>
26814                 </imageobject>
26815               </mediaobject>
26816             </screenshot>
26817
26818             <itemizedlist>
26819               <listitem>
26820                 <para>This can be set by the librarian editing a patron record
26821                 and adding a <link linkend="patronflags">flag</link></para>
26822               </listitem>
26823             </itemizedlist>
26824           </listitem>
26825         </itemizedlist>
26826       </section>
26827
26828       <section id="checkoutwarn">
26829         <title>Check Out Warnings</title>
26830
26831         <para>Sometimes checkouts will trigger warning messages that will
26832         appear in a yellow box above the check out field. These warnings need
26833         to be acknowledged before you will be able to continue checking items
26834         out.</para>
26835
26836         <itemizedlist>
26837           <listitem>
26838             <para>Patron has outstanding fines</para>
26839
26840             <screenshot>
26841               <screeninfo>Patron has a debt</screeninfo>
26842
26843               <mediaobject>
26844                 <imageobject>
26845                   <imagedata fileref="images/circ/warnings/patrondebt.png"/>
26846                 </imageobject>
26847               </mediaobject>
26848             </screenshot>
26849           </listitem>
26850
26851           <listitem>
26852             <para>Item on hold for someone else</para>
26853
26854             <screenshot>
26855               <screeninfo>Item is on hold for someone else</screeninfo>
26856
26857               <mediaobject>
26858                 <imageobject>
26859                   <imagedata fileref="images/circ/warnings/onhold.png"/>
26860                 </imageobject>
26861               </mediaobject>
26862             </screenshot>
26863           </listitem>
26864
26865           <listitem>
26866             <para>Item should be on the hold shelf waiting for someone
26867             else</para>
26868
26869             <screenshot>
26870               <screeninfo>Item is on hold shelf waiting for someone
26871               else</screeninfo>
26872
26873               <mediaobject>
26874                 <imageobject>
26875                   <imagedata fileref="images/circ/warnings/holdwaiting.png"/>
26876                 </imageobject>
26877               </mediaobject>
26878             </screenshot>
26879           </listitem>
26880
26881           <listitem>
26882             <para>Item already checked out to this patron</para>
26883
26884             <screenshot>
26885               <screeninfo>Item is currently checked out to this
26886               patron</screeninfo>
26887
26888               <mediaobject>
26889                 <imageobject>
26890                   <imagedata fileref="images/circ/warnings/alreadycheckedout.png"/>
26891                 </imageobject>
26892               </mediaobject>
26893             </screenshot>
26894           </listitem>
26895
26896           <listitem>
26897             <para>Item checked out to another patron</para>
26898
26899             <screenshot>
26900               <screeninfo>Item checked out to another patron</screeninfo>
26901
26902               <mediaobject>
26903                 <imageobject>
26904                   <imagedata fileref="images/circ/warnings/checkedoutelse.png"/>
26905                 </imageobject>
26906               </mediaobject>
26907             </screenshot>
26908           </listitem>
26909
26910           <listitem>
26911             <para>Item not for loan</para>
26912
26913             <screenshot>
26914               <screeninfo>Item is not normally for loan</screeninfo>
26915
26916               <mediaobject>
26917                 <imageobject>
26918                   <imagedata fileref="images/circ/warnings/notforloan.png"/>
26919                 </imageobject>
26920               </mediaobject>
26921             </screenshot>
26922           </listitem>
26923
26924           <listitem>
26925             <para>Patron has too many things checked out and <link linkend="AllowTooManyOverride"
26926                 >AllowTooManyOverride</link> is set to 'Allow'</para>
26927
26928             <screenshot>
26929               <screeninfo>Too many checkouts</screeninfo>
26930
26931               <mediaobject>
26932                 <imageobject>
26933                   <imagedata fileref="images/circ/warnings/toomanycheckouts.png"/>
26934                 </imageobject>
26935               </mediaobject>
26936             </screenshot>
26937           </listitem>
26938           <listitem>
26939             <para>Patron has too many things checked out and <link linkend="AllowTooManyOverride"
26940                 >AllowTooManyOverride</link> is set to "Don't allow"</para>
26941             <screenshot>
26942               <screeninfo>Too many checkouts</screeninfo>
26943               <mediaobject>
26944                 <imageobject>
26945                   <imagedata fileref="images/circ/warnings/toomanycheckouts-no.png"/>
26946                 </imageobject>
26947               </mediaobject>
26948             </screenshot>
26949           </listitem>
26950
26951           <listitem>
26952             <para>Item cannot be renewed</para>
26953
26954             <screenshot>
26955               <screeninfo>No more renewals</screeninfo>
26956
26957               <mediaobject>
26958                 <imageobject>
26959                   <imagedata fileref="images/circ/warnings/norenewals.png"/>
26960                 </imageobject>
26961               </mediaobject>
26962             </screenshot>
26963
26964             <itemizedlist>
26965               <listitem>
26966                 <para>This can be overridden with the <link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
26967                 system preference</para>
26968               </listitem>
26969             </itemizedlist>
26970           </listitem>
26971
26972           <listitem>
26973             <para>Barcode not found</para>
26974
26975             <screenshot>
26976               <screeninfo>Barcode not found</screeninfo>
26977
26978               <mediaobject>
26979                 <imageobject>
26980                   <imagedata fileref="images/circ/barcodefastadd.png"/>
26981                 </imageobject>
26982               </mediaobject>
26983             </screenshot>
26984
26985             <itemizedlist>
26986               <listitem>
26987                 <para>Learn more about <link linkend="fastaddcat">fast
26988                 cataloging</link> later in this manual.</para>
26989               </listitem>
26990             </itemizedlist>
26991           </listitem>
26992
26993           <listitem>
26994             <para>Item being checked out is marked as 'lost'</para>
26995
26996             <itemizedlist>
26997               <listitem>
26998                 <para>Depending on the value in your <link linkend="IssueLostItem">IssueLostItem</link> preference, you
26999                 may just see a warning</para>
27000
27001                 <screenshot>
27002                   <screeninfo>Warning that item is lost</screeninfo>
27003
27004                   <mediaobject>
27005                     <imageobject>
27006                       <imagedata fileref="images/circ/lostitemmsg.png"/>
27007                     </imageobject>
27008                   </mediaobject>
27009                 </screenshot>
27010
27011                 <para>or a confirmation box</para>
27012
27013                 <screenshot>
27014                   <screeninfo>Confirm checkout of lost item</screeninfo>
27015
27016                   <mediaobject>
27017                     <imageobject>
27018                       <imagedata fileref="images/circ/lostitemconfirm.png"/>
27019                     </imageobject>
27020                   </mediaobject>
27021                 </screenshot>
27022               </listitem>
27023             </itemizedlist>
27024           </listitem>
27025
27026           <listitem>
27027             <para>Item being checked out is not recommended for a patron of
27028             this age</para>
27029
27030             <screenshot>
27031               <screeninfo>Age warning</screeninfo>
27032
27033               <mediaobject>
27034                 <imageobject>
27035                   <imagedata fileref="images/circ/warnings/agewarning.png"/>
27036                 </imageobject>
27037               </mediaobject>
27038             </screenshot>
27039           </listitem>
27040           <listitem>
27041             <para>Item being checked out meets the <link linkend="decreaseLoanHighHolds">decreaseLoanHighHolds</link> system preference criteria</para>
27042             <screenshot>
27043               <screeninfo>Too many holds</screeninfo>
27044               <mediaobject>
27045                 <imageobject>
27046                   <imagedata fileref="images/circ/warnings/decreaseLoanHighHoldsDuration.png"/>
27047                 </imageobject>
27048               </mediaobject>
27049             </screenshot>
27050           </listitem>
27051         </itemizedlist>
27052       </section>
27053     </section>
27054
27055     <section id="circrenew">
27056       <title>Renewing</title>
27057
27058       <para>Checked out items can be renewed (checked out for another period of time) based on your
27059           <link linkend="circfinerules">circulation rules</link> and <link
27060           linkend="RenewalPeriodBase">renewal preferences</link>. </para>
27061       <para>If <link linkend="OpacRenewalAllowed">you allow it</link>, patrons can renew their own
27062         items via the OPAC, but sometimes you'll need to help them by renewing their items via the
27063         staff client. </para>
27064       <para>To renew items checked out to a patron, you can do one of two things. </para>
27065       <para>The first is to visit their details page or checkout page and review their checkout
27066         summary at the bottom.</para>
27067
27068       <screenshot>
27069         <screeninfo>Circulation Summary</screeninfo>
27070
27071         <mediaobject>
27072           <imageobject>
27073             <imagedata fileref="images/circ/circsummary.png"/>
27074           </imageobject>
27075         </mediaobject>
27076       </screenshot>
27077
27078       <para>In the Renew column you will see how many times each item has been
27079       renewed and a checkbox to renew the item for the patron. Check the boxed
27080       of the items you would like to renew and click the 'Renew or Return
27081       checked items' button, or to renew all items checked out to the patron
27082       simply click the 'Renew all' button.</para>
27083
27084       <screenshot>
27085         <screeninfo>Renew buttons</screeninfo>
27086
27087         <mediaobject>
27088           <imageobject>
27089             <imagedata fileref="images/circ/renewbutton.png"/>
27090           </imageobject>
27091         </mediaobject>
27092       </screenshot>
27093
27094       <para>Sometimes renewals will be blocked based on your circulation
27095       rules, to override this block you must have your <link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
27096       preference set to 'Allow'. If you allow renewal limit overrides, you
27097       will see a checkbox at the bottom left of the circulation summary. Check
27098       that box and then choose the items you would like to renew.</para>
27099
27100       <screenshot>
27101         <screeninfo>Override renewal limit</screeninfo>
27102
27103         <mediaobject>
27104           <imageobject>
27105             <imagedata fileref="images/circ/overriderenew.png"/>
27106           </imageobject>
27107         </mediaobject>
27108       </screenshot>
27109
27110       <para>Checking that box will add checkboxes in the renew column above
27111       where before the item was not renewable.</para>
27112       <para>The second option is to visit the 'Renew' page found under the Circulation menu.</para>
27113       <screenshot>
27114         <screeninfo>Renew</screeninfo>
27115         <mediaobject>
27116           <imageobject>
27117             <imagedata fileref="images/circ/renewcirc.png"/>
27118           </imageobject>
27119         </mediaobject>
27120       </screenshot>
27121       <para>And scan the barcodes of the items you would like to renew.</para>
27122       <screenshot>
27123         <screeninfo>Barcode to renew</screeninfo>
27124         <mediaobject>
27125           <imageobject>
27126             <imagedata fileref="images/circ/renewbarcode.png"/>
27127           </imageobject>
27128         </mediaobject>
27129       </screenshot>
27130       <para>If the item is renewed you will receive a confirmation message.</para>
27131       <screenshot>
27132         <screeninfo>Item renewed</screeninfo>
27133         <mediaobject>
27134           <imageobject>
27135             <imagedata fileref="images/circ/renewed.png"/>
27136           </imageobject>
27137         </mediaobject>
27138       </screenshot>
27139       <para>If the barcode is not found you will be presented with an error.</para>
27140       <screenshot>
27141         <screeninfo>No barcode found</screeninfo>
27142         <mediaobject>
27143           <imageobject>
27144             <imagedata fileref="images/circ/renewnomatch.png"/>
27145           </imageobject>
27146         </mediaobject>
27147       </screenshot>
27148       <para>If the item is not actually checked out you will also receive an error.</para>
27149       <screenshot>
27150         <screeninfo>Item not checked out</screeninfo>
27151         <mediaobject>
27152           <imageobject>
27153             <imagedata fileref="images/circ/renewnotchecked.png"/>
27154           </imageobject>
27155         </mediaobject>
27156       </screenshot>
27157     </section>
27158
27159     <section id="checkingin">
27160       <title>Check In (Returning)</title>
27161
27162       <para>Checking in items can be performed from various different
27163       locations</para>
27164
27165       <itemizedlist>
27166         <listitem>
27167           <para>The check in box on the top of the main staff client</para>
27168
27169           <screenshot>
27170             <screeninfo>Check out box on main Koha Staff Client
27171             page</screeninfo>
27172
27173             <mediaobject>
27174               <imageobject>
27175                 <imagedata fileref="images/circ/checkinmain.png"/>
27176               </imageobject>
27177             </mediaobject>
27178           </screenshot>
27179         </listitem>
27180
27181         <listitem>
27182           <para>The check in option on the quick search bar on the Circulation
27183             page</para>
27184           <screenshot>
27185               <screeninfo>Check in tab on quick search bar</screeninfo>
27186
27187               <mediaobject>
27188                 <imageobject>
27189                   <imagedata fileref="images/circ/checkinquickbox.png"/>
27190                 </imageobject>
27191               </mediaobject>
27192             </screenshot>
27193         </listitem>
27194
27195         <listitem>
27196           <para>The check in link on the patron's checkout summary (and on the
27197           checkout summary page)</para>
27198
27199           <screenshot>
27200             <screeninfo>Patron checkout summary includes 'Check In'
27201             link</screeninfo>
27202
27203             <mediaobject>
27204               <imageobject>
27205                 <imagedata fileref="images/circ/checkinlink.png"/>
27206               </imageobject>
27207             </mediaobject>
27208           </screenshot>
27209         </listitem>
27210
27211         <listitem>
27212           <para>The Check in page under the Circulation menu</para>
27213
27214           <screenshot>
27215             <screeninfo>Check in link on Circulation Module</screeninfo>
27216
27217             <mediaobject>
27218               <imageobject>
27219                 <imagedata fileref="images/circ/checkincirc.png"/>
27220               </imageobject>
27221             </mediaobject>
27222           </screenshot>
27223         </listitem>
27224       </itemizedlist>
27225
27226       <section id="checkitemin">
27227         <title>Checking Items In</title>
27228
27229         <para>To check an item in scan the barcode for the item into the box
27230         provided. A summary of all items checked in will appear below the
27231         checkin box</para>
27232
27233         <screenshot>
27234           <screeninfo>Check In Summary</screeninfo>
27235
27236           <mediaobject>
27237             <imageobject>
27238               <imagedata fileref="images/circ/checkin.png"/>
27239             </imageobject>
27240           </mediaobject>
27241         </screenshot>
27242
27243         <para>If you are checking items in that were put in the book drop while the library was
27244           closed you can check the 'Book drop mode' box before scanning items. This will effectively
27245           roll back the returned date to the last date the library was open.</para>
27246
27247         <itemizedlist>
27248           <listitem>
27249             <para>This requires that you have your closings added to the <link linkend="calholidays">Holidays &amp; Calendar Tool </link></para>
27250           </listitem>
27251         </itemizedlist>
27252
27253         <para>You can also choose to forgive all overdue charges for items you
27254         are checking in by checking the 'Forgive overdue charges' box before
27255         scanning items.</para>
27256         <para>If you have the <link linkend="SpecifyReturnDate">SpecifyReturnDate</link> preference
27257           set to 'Allow' you will be able to arbitrarily set the return date from below the check in box.<screenshot>
27258             <screeninfo>Specify check in date</screeninfo>
27259             <mediaobject>
27260               <imageobject>
27261                 <imagedata fileref="images/circ/SpecifyReturnDate.png"/>
27262               </imageobject>
27263             </mediaobject>
27264           </screenshot></para>
27265       </section>
27266
27267       <section id="checkinmsg">
27268         <title>Check In Messages</title>
27269
27270         <para>There are several messages that can appear when checking items
27271         in:</para>
27272
27273         <itemizedlist>
27274           <listitem>
27275             <para>If you are checking an item in at a library other than the
27276             home branch, a message will appear asking you to transfer the book
27277             to the home library</para>
27278
27279             <screenshot>
27280               <screeninfo>Check in Transfer Message</screeninfo>
27281
27282               <mediaobject>
27283                 <imageobject>
27284                   <imagedata fileref="images/circ/checkintransfer.png"/>
27285                 </imageobject>
27286               </mediaobject>
27287             </screenshot>
27288
27289             <itemizedlist>
27290               <listitem>
27291                 <para>After this item is checked in the status of the item
27292                 will be changed in the catalog to 'in transit'</para>
27293
27294                 <screenshot>
27295                   <screeninfo>In Transit Status</screeninfo>
27296
27297                   <mediaobject>
27298                     <imageobject>
27299                       <imagedata fileref="images/circ/transferstatus.png"/>
27300                     </imageobject>
27301                   </mediaobject>
27302                 </screenshot>
27303               </listitem>
27304
27305               <listitem>
27306                 <para>To mark an item as back at the home branch, check the
27307                 item in at the home branch</para>
27308
27309                 <screenshot>
27310                   <screeninfo>Check In Transferred Item</screeninfo>
27311
27312                   <mediaobject>
27313                     <imageobject>
27314                       <imagedata fileref="images/circ/transfercheckin.png"/>
27315                     </imageobject>
27316                   </mediaobject>
27317                 </screenshot>
27318
27319                 <itemizedlist>
27320                   <listitem>
27321                     <para>A message will appear tell you that the item is not
27322                     checked out, but the status will now say available in the
27323                     catalog. This step is necessary to mark items as received
27324                     by the home branch.</para>
27325                   </listitem>
27326                 </itemizedlist>
27327               </listitem>
27328             </itemizedlist>
27329           </listitem>
27330
27331           <listitem>
27332             <para>If you are checking in an item that should have multiple
27333             parts or pieces a message will appear warning you about the number
27334             of pieces you should have in your hand</para>
27335
27336             <screenshot>
27337               <screeninfo>Materials Specified</screeninfo>
27338
27339               <mediaobject>
27340                 <imageobject>
27341                   <imagedata fileref="images/circ/materialspecified.png"/>
27342                 </imageobject>
27343               </mediaobject>
27344             </screenshot>
27345           </listitem>
27346
27347           <listitem>
27348             <para>If you're checking an item in that has a hold on it, you
27349             will be prompted to confirm the hold</para>
27350
27351             <screenshot>
27352               <screeninfo>Hold Found Check In Message</screeninfo>
27353
27354               <mediaobject>
27355                 <imageobject>
27356                   <imagedata fileref="images/circ/holdfound.png"/>
27357                 </imageobject>
27358               </mediaobject>
27359             </screenshot>
27360
27361             <itemizedlist>
27362               <listitem>
27363                 <para>Clicking the Confirm hold button will mark the item as
27364                 waiting for pickup from the library</para>
27365
27366                 <screenshot>
27367                   <screeninfo>Hold waiting at the library</screeninfo>
27368
27369                   <mediaobject>
27370                     <imageobject>
27371                       <imagedata fileref="images/circ/waitingstatus.png"/>
27372                     </imageobject>
27373                   </mediaobject>
27374                 </screenshot>
27375               </listitem>
27376
27377               <listitem>
27378                 <para>Clicking the Print Slip and Confirm button will mark the
27379                 item as waiting for pickup at the library and present the
27380                 library with a receipt to print and place on the book with the
27381                 patron's information</para>
27382               </listitem>
27383
27384               <listitem>
27385                 <para>Ignoring the hold will leave the item on hold, but leave
27386                 its status as Available (it will not cancel the hold)</para>
27387               </listitem>
27388             </itemizedlist>
27389           </listitem>
27390
27391           <listitem>
27392             <para>If you're checking in an item that has a hold on it at
27393             another branch you will be prompted to confirm and transfer the
27394             item</para>
27395
27396             <screenshot>
27397               <screeninfo>Hold found for another branch</screeninfo>
27398
27399               <mediaobject>
27400                 <imageobject>
27401                   <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
27402                 </imageobject>
27403               </mediaobject>
27404             </screenshot>
27405
27406             <itemizedlist>
27407               <listitem>
27408                 <para>Clicking the Confirm hold and Transfer button will mark
27409                 the item as in transit to the library where the hold was
27410                 placed</para>
27411
27412                 <screenshot>
27413                   <screeninfo>In transit hold status</screeninfo>
27414
27415                   <mediaobject>
27416                     <imageobject>
27417                       <imagedata fileref="images/circ/intransithold.png"/>
27418                     </imageobject>
27419                   </mediaobject>
27420                 </screenshot>
27421               </listitem>
27422
27423               <listitem>
27424                 <para>Clicking the Print Slip, Transfer and Confirm button
27425                 will mark the item as in transit to the library where the hold
27426                 was placed and present the library with a receipt to print and
27427                 place on the book with the patron's information</para>
27428               </listitem>
27429
27430               <listitem>
27431                 <para>Ignoring the hold will leave the item on hold, but leave
27432                 its status as Available (it will not cancel the hold)</para>
27433               </listitem>
27434             </itemizedlist>
27435           </listitem>
27436
27437           <listitem>
27438             <para>If you have the system showing you fines at the time of
27439             checkin (<link linkend="FineNotifyAtCheckin">FineNotifyAtCheckin</link>) you will
27440             see a message telling you about the fine and providing you a link
27441             to the payment page for that patron</para>
27442
27443             <screenshot>
27444               <screeninfo>FineNotifyAtCheckin</screeninfo>
27445
27446               <mediaobject>
27447                 <imageobject>
27448                   <imagedata fileref="images/admin/globalprefs/FineNotifyAtCheckin.png"/>
27449                 </imageobject>
27450               </mediaobject>
27451             </screenshot>
27452           </listitem>
27453         </itemizedlist>
27454       </section>
27455     </section>
27456
27457     <section id="circmessages">
27458       <title>Circulation Messages</title>
27459
27460       <para>Circulation messages are short messages that librarians can leave
27461       for their patrons or their colleagues that will appear at the time of
27462       circulation.</para>
27463
27464       <section id="setcircmsg">
27465         <title>Setting up Messages</title>
27466
27467         <para>Circulation messages are set up as <link linkend="authorizedvalues">Authorized Values</link>. To add or edit
27468         Circulation Messages you want to work with the <link linkend="bornotes">BOR_NOTES</link> value.</para>
27469
27470         <screenshot>
27471           <screeninfo>BOR_NOTES Authorized Values</screeninfo>
27472
27473           <mediaobject>
27474             <imageobject>
27475               <imagedata fileref="images/circ/bor_notes.png"/>
27476             </imageobject>
27477           </mediaobject>
27478         </screenshot>
27479
27480         <para>The 'Description' field can hold a canned message that you would
27481         like to appear on the patron's record. <important>
27482             <para>The 'Description' field is limited to 80 characters, but the
27483             patron message field can hold more than that. Enter 80 characters
27484             in the 'Description' field and then type the rest on the patron
27485             record.</para>
27486           </important></para>
27487       </section>
27488
27489       <section id="addcircmsg">
27490         <title>Adding a Message</title>
27491
27492         <para>When on the patron's check out tab you will see a link to 'Add a
27493         new message' to the right of the check out box.</para>
27494
27495         <screenshot>
27496           <screeninfo>Circulation Message in Staff Client</screeninfo>
27497
27498           <mediaobject>
27499             <imageobject>
27500               <imagedata fileref="images/circ/staffmessages.png"/>
27501             </imageobject>
27502           </mediaobject>
27503         </screenshot>
27504
27505         <para>When you click 'Add a new message' you will be asked to choose
27506         if the message is for the librarians or the patron and the message you
27507         would like to leave.</para>
27508
27509         <screenshot>
27510           <screeninfo>Leave a Circulation Message</screeninfo>
27511
27512           <mediaobject>
27513             <imageobject>
27514               <imagedata fileref="images/circ/leavecircmsg.png"/>
27515             </imageobject>
27516           </mediaobject>
27517         </screenshot>
27518
27519         <note>
27520           <para>A message for the patron will also show to the library
27521           staff.</para>
27522         </note>
27523       </section>
27524
27525       <section id="viewcircmsg">
27526         <title>Viewing Messages</title>
27527
27528         <para>Circulation messages meant for the staff and/or the patron will
27529         appear on the patron's checkout screen to the right of the checkout
27530         box. Messages in bold and red are meant for the library staff only,
27531         whereas messages in regular italics font are meant for the patron and
27532         the librarian.</para>
27533
27534         <screenshot>
27535           <screeninfo>Circulation Message in Staff Client</screeninfo>
27536
27537           <mediaobject>
27538             <imageobject>
27539               <imagedata fileref="images/circ/staffmessages.png"/>
27540             </imageobject>
27541           </mediaobject>
27542         </screenshot>
27543
27544         <para>Circulation messages meant for the patron will also appear when
27545         they log into the OPAC.</para>
27546
27547         <screenshot>
27548           <screeninfo>Circulation Message in OPAC</screeninfo>
27549
27550           <mediaobject>
27551             <imageobject>
27552               <imagedata fileref="images/circ/opacmsg.png"/>
27553             </imageobject>
27554           </mediaobject>
27555         </screenshot>
27556       </section>
27557     </section>
27558
27559     <section id="holds">
27560       <title>Holds</title>
27561
27562       <para>Koha allows patrons to put things on hold.  A 'Hold' is a way to reserve an item.
27563         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
27564         items on hold for pickup at the library at a later date/time.</para>
27565
27566       <section id="holdsinstaff">
27567         <title>Placing Holds in Staff Client</title>
27568
27569         <para>There are several ways to place holds from the staff client. The
27570         most obvious is using the 'Place Hold' button at the top of any
27571         bibliographic record.</para>
27572
27573         <screenshot>
27574           <screeninfo>Place Hold Button on Bib Record</screeninfo>
27575
27576           <mediaobject>
27577             <imageobject>
27578               <imagedata fileref="images/circ/placeholdbib.png"/>
27579             </imageobject>
27580           </mediaobject>
27581         </screenshot>
27582
27583         <para>You can also click the smaller 'Place Hold' link found at the
27584         top of your catalog search results, or the 'Holds' link found below
27585         each result.</para>
27586
27587         <screenshot>
27588           <screeninfo>Hold options on search results</screeninfo>
27589
27590           <mediaobject>
27591             <imageobject>
27592               <imagedata fileref="images/circ/placeholdsearch.png"/>
27593             </imageobject>
27594           </mediaobject>
27595         </screenshot>
27596
27597         <para>You will be asked to search for a patron by barcode or any part
27598         of their name to start the hold process.</para>
27599
27600         <screenshot>
27601           <screeninfo>Find Patron For Hold</screeninfo>
27602
27603           <mediaobject>
27604             <imageobject>
27605               <imagedata fileref="images/circ/placeholdfindpatron.png"/>
27606             </imageobject>
27607           </mediaobject>
27608         </screenshot>
27609
27610         <para>If you'd like to search for the patron first and then the bib
27611         record for the hold, you can open the patron record and click on the
27612         'Search to Hold' button at the top of the patron record.</para>
27613
27614         <screenshot>
27615           <screeninfo>Search to Hold on Patron Record</screeninfo>
27616
27617           <mediaobject>
27618             <imageobject>
27619               <imagedata fileref="images/circ/searchtohold.png"/>
27620             </imageobject>
27621           </mediaobject>
27622         </screenshot>
27623
27624         <para>After clicking the button you will be brought to the catalog
27625         search page where you can find the book(s) you want to place a hold
27626         on. Under each title on the results you'll see an option to 'Hold for
27627         Patron Name.'</para>
27628
27629         <screenshot>
27630           <screeninfo>Hold for Patron links on Search Results</screeninfo>
27631
27632           <mediaobject>
27633             <imageobject>
27634               <imagedata fileref="images/circ/holdresults.png"/>
27635             </imageobject>
27636           </mediaobject>
27637         </screenshot>
27638
27639         <para>If you want to place a hold on multiple items, simply check the
27640         boxes to the left of them and click the arrow to the right of the
27641         'Place Hold' button.</para>
27642
27643         <screenshot>
27644           <screeninfo>Hold Multiple Items for Patron</screeninfo>
27645
27646           <mediaobject>
27647             <imageobject>
27648               <imagedata fileref="images/circ/holdmultiresults.png"/>
27649             </imageobject>
27650           </mediaobject>
27651         </screenshot>
27652
27653         <para>Depending on how many items you choose to place a hold on at
27654         once you will see a different place hold form. If you are placing a
27655         hold on one bibliographic record you will see a list of all of the
27656         items you can place a hold on.</para>
27657
27658         <screenshot>
27659           <screeninfo>Place Hold Form</screeninfo>
27660
27661           <mediaobject>
27662             <imageobject>
27663               <imagedata fileref="images/circ/placeholdsingle.png"/>
27664             </imageobject>
27665           </mediaobject>
27666         </screenshot>
27667
27668         <itemizedlist>
27669           <listitem>
27670             <para>Enter any notes that might apply to this hold</para>
27671           </listitem>
27672
27673           <listitem>
27674             <para>Choose the library where the patron will pick up the
27675             item</para>
27676           </listitem>
27677
27678           <listitem>
27679             <para>If the patron wants the hold to start on a date other than
27680             today, enter that in the 'Hold starts on date' field</para>
27681
27682             <itemizedlist>
27683               <listitem>
27684                 <para>This option will only appear if the <link linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link>
27685                 system preference is set to 'Allow'</para>
27686               </listitem>
27687             </itemizedlist>
27688           </listitem>
27689
27690           <listitem>
27691             <para>If the patron has specified that they don't want the item
27692             after a certain date, or if you have limits on hold lengths, you
27693             can enter an expiration date for the hold in the 'Hold expires on
27694             date'</para>
27695
27696             <itemizedlist>
27697               <listitem>
27698                 <para>To have expired holds canceled automatically you will
27699                 need to have the <link linkend="expiredholdscron">Expired
27700                 Holds</link> cron job set to run on a regular basis.</para>
27701               </listitem>
27702             </itemizedlist>
27703           </listitem>
27704
27705           <listitem>
27706             <para>Next choose if you want to place a hold on the next
27707             available item or a specific item by clicking the radio button
27708             next to an individual item.</para>
27709           </listitem>
27710         </itemizedlist>
27711
27712         <para>If you're placing a hold on multiple items you will be presented
27713         with the next available option for all titles. If no items are
27714         available for hold it will say so on the confirmation screen.</para>
27715
27716         <screenshot>
27717           <screeninfo>Place multiple items on hold</screeninfo>
27718
27719           <mediaobject>
27720             <imageobject>
27721               <imagedata fileref="images/circ/placeholdmultiple.png"/>
27722             </imageobject>
27723           </mediaobject>
27724         </screenshot>
27725
27726         <para>Once your hold is placed, if you'd like to have Koha forget that
27727         you used the 'Search to Hold' function, you can choose to have Koha
27728         'forget' the patron's name by clicking the arrow to the right of the
27729         'Place Hold' button on the search results and choosing the 'Forget'
27730         option.</para>
27731
27732         <screenshot>
27733           <screeninfo>Forget Search to Hold Option</screeninfo>
27734
27735           <mediaobject>
27736             <imageobject>
27737               <imagedata fileref="images/circ/forgethold.png"/>
27738             </imageobject>
27739           </mediaobject>
27740         </screenshot>
27741       </section>
27742
27743       <section id="manageholds">
27744         <title>Managing Holds</title>
27745
27746         <para>Holds can be altered and canceled from the Holds tab found on
27747         the left of the bibliographic record.</para>
27748
27749         <screenshot>
27750           <screeninfo>Bibliographic Record Tabs</screeninfo>
27751
27752           <mediaobject>
27753             <imageobject>
27754               <imagedata fileref="images/circ/holdtab.png"/>
27755             </imageobject>
27756           </mediaobject>
27757         </screenshot>
27758
27759         <para>From the list of holds you can change the order of the holds,
27760         the pickup location, suspend and/or cancel the hold.</para>
27761
27762         <screenshot>
27763           <screeninfo>Lists of Holds</screeninfo>
27764
27765           <mediaobject>
27766             <imageobject>
27767               <imagedata fileref="images/circ/holdslist.png"/>
27768             </imageobject>
27769           </mediaobject>
27770         </screenshot>
27771
27772         <note>
27773           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
27774           preference set to "Don't allow" then you will not have the option to
27775           put an end date on the hold suspension</para>
27776         </note>
27777
27778         <note>
27779           <para>Depending on how you have your <link linkend="HidePatronName">HidePatronName</link> system preference set
27780           the list may show card numbers instead of names in the Patron column
27781           like in the image above.</para>
27782         </note>
27783
27784         <para>To rearrange or delete holds, simply make a selection from the
27785         'Priority' pull down or click the arrows to the right of the priority
27786         pull down.</para>
27787
27788         <screenshot>
27789           <screeninfo>Hold Priority Menu</screeninfo>
27790
27791           <mediaobject>
27792             <imageobject>
27793               <imagedata fileref="images/circ/holdpriority.png"/>
27794             </imageobject>
27795           </mediaobject>
27796         </screenshot>
27797
27798         <para>If you use the priority pull down to rearrange or delete holds
27799         you will need to click the 'Update hold(s)' button to save your
27800         changes.</para>
27801
27802         <para>Clicking the down arrow to the right of the hold will stick the
27803         hold at the bottom of the list even if more requests are made.</para>
27804
27805         <para>For example, your library has home-bound patrons that are
27806         allowed to keep books out for months at a time. It would not be fair
27807         to other patrons if a home-bound patron were able to check out a brand
27808         new book and keep it for months. For this reason, the home-bound
27809         patron's hold request would stay at the bottom of the queue until
27810         everyone else who wanted to read that book has already done so.</para>
27811
27812         <screenshot>
27813           <screeninfo>Lowest Priority &amp; Delete Options for
27814           Holds</screeninfo>
27815
27816           <mediaobject>
27817             <imageobject>
27818               <imagedata fileref="images/circ/lowestpriority.png"/>
27819             </imageobject>
27820           </mediaobject>
27821         </screenshot>
27822
27823         <para>If a patron asks to have their hold suspended and you have the
27824         <link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
27825         system preference set to 'allow' you can do so by clicking the Suspend
27826         button to far right. If the patron gives you a date for the items to
27827         become unsuspended you can enter that in the date box and click the
27828         'Update hold(s)' button to save your changes.</para>
27829
27830         <screenshot>
27831           <screeninfo>Hold suspension column</screeninfo>
27832
27833           <mediaobject>
27834             <imageobject>
27835               <imagedata fileref="images/circ/suspendholds.png"/>
27836             </imageobject>
27837           </mediaobject>
27838         </screenshot>
27839
27840         <para>To delete or cancel a hold click the red 'X' to the right of the
27841         hold line. To delete/cancel a bunch of holds you can choose 'del' from
27842         pull down to the left of each line and then click 'Update hold(s)' at
27843         the bottom of the list.</para>
27844
27845         <screenshot>
27846           <screeninfo>Cancel Holds</screeninfo>
27847
27848           <mediaobject>
27849             <imageobject>
27850               <imagedata fileref="images/circ/cancelholds.png"/>
27851             </imageobject>
27852           </mediaobject>
27853         </screenshot>
27854       </section>
27855
27856       <section id="receiveholds">
27857         <title>Receiving Holds</title>
27858
27859         <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
27860           the item is on hold and offer them options for managing the hold.</para>
27861
27862         <para>When you check in an item that has a hold on it the system will
27863         ask you to either confirm and transfer the item</para>
27864
27865         <screenshot>
27866           <screeninfo>Confirm Hold &amp; Transfer</screeninfo>
27867
27868           <mediaobject>
27869             <imageobject>
27870               <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
27871             </imageobject>
27872           </mediaobject>
27873         </screenshot>
27874
27875         <para>or just confirm the hold</para>
27876
27877         <screenshot>
27878           <screeninfo>Confirm Hold</screeninfo>
27879
27880           <mediaobject>
27881             <imageobject>
27882               <imagedata fileref="images/circ/holdconfirm.png"/>
27883             </imageobject>
27884           </mediaobject>
27885         </screenshot>
27886
27887         <para>Clicking the Confirm button will mark the item as on hold for
27888         the patron. If the item needs to be transferred the item will also be
27889         marked as in transit to the proper branch. Clicking 'Ignore' will
27890         retain the hold, but allow you to check the item out to another
27891         patron. Choosing to confirm and print will present you with a
27892         printable page that you can slip inside the book with the necessary
27893         hold and/or transfer information.</para>
27894
27895         <para>Once confirmed the hold will show on the patron record and on
27896         the checkout screen under the 'Hold' tab.</para>
27897
27898         <screenshot>
27899           <screeninfo>Hold on Patron Record</screeninfo>
27900
27901           <mediaobject>
27902             <imageobject>
27903               <imagedata fileref="images/circ/holdpatronrec.png"/>
27904             </imageobject>
27905           </mediaobject>
27906         </screenshot>
27907
27908         <para>The item record will also show that the item is on hold.</para>
27909
27910         <screenshot>
27911           <screeninfo>Hold on Item Record</screeninfo>
27912
27913           <mediaobject>
27914             <imageobject>
27915               <imagedata fileref="images/circ/holditem.png"/>
27916             </imageobject>
27917           </mediaobject>
27918         </screenshot>
27919
27920         <para>In some cases a patron may come in to pick up a hold for their
27921         partner (or someone else in their household). In this case you want to
27922         make sure that the hold is cancelled when you check the item out to
27923         someone else. When trying to check out an item that is already waiting
27924         for someone else you will be presented with a warning message.</para>
27925
27926         <screenshot>
27927           <screeninfo>Hold waiting for someone else</screeninfo>
27928
27929           <mediaobject>
27930             <imageobject>
27931               <imagedata fileref="images/circ/holdwaitingwarn.png"/>
27932             </imageobject>
27933           </mediaobject>
27934         </screenshot>
27935
27936         <para>From here you can check the item out to the patron at the desk
27937         and cancel the hold for the patron.</para>
27938       </section>
27939     </section>
27940
27941     <section id="transfers">
27942       <title>Transfers</title>
27943
27944       <para>If you work in a multi-branch system you can transfer items from one library to another
27945         by using the Transfer tool.<itemizedlist>
27946           <listitem>
27947             <para><emphasis role="italic">Get there</emphasis>: Circulation > Transfer</para>
27948           </listitem>
27949         </itemizedlist></para>
27950       <para>To transfer an item</para>
27951
27952       <itemizedlist>
27953         <listitem>
27954           <para>Click 'Transfer' on the Circulation page</para>
27955
27956           <screenshot>
27957             <screeninfo>Transfer Tool</screeninfo>
27958
27959             <mediaobject>
27960               <imageobject>
27961                 <imagedata fileref="images/circ/transfer.png"/>
27962               </imageobject>
27963             </mediaobject>
27964           </screenshot>
27965
27966           <itemizedlist>
27967             <listitem>
27968               <para>Enter the library you would like to transfer the item
27969               to</para>
27970             </listitem>
27971
27972             <listitem>
27973               <para>Scan or type the barcode on the item you would like to
27974               transfer</para>
27975             </listitem>
27976           </itemizedlist>
27977         </listitem>
27978
27979         <listitem>
27980           <para>Click 'Submit'</para>
27981
27982           <screenshot>
27983             <screeninfo>Transfer Summary</screeninfo>
27984
27985             <mediaobject>
27986               <imageobject>
27987                 <imagedata fileref="images/circ/itemtransferred.png"/>
27988               </imageobject>
27989             </mediaobject>
27990           </screenshot>
27991         </listitem>
27992
27993         <listitem>
27994           <para>The item will now say that it is in transit</para>
27995
27996           <screenshot>
27997             <screeninfo>Item in Transit</screeninfo>
27998
27999             <mediaobject>
28000               <imageobject>
28001                 <imagedata fileref="images/circ/itemintransit.png"/>
28002               </imageobject>
28003             </mediaobject>
28004           </screenshot>
28005         </listitem>
28006
28007         <listitem>
28008           <para>When the item arrives at the other branch the librarian must
28009           check the item in to acknowledge that it is no longer in
28010           transit</para>
28011         </listitem>
28012
28013         <listitem>
28014           <para>The item will not be permanently moved to the new
28015           library</para>
28016
28017           <screenshot>
28018             <screeninfo>Item record</screeninfo>
28019
28020             <mediaobject>
28021               <imageobject>
28022                 <imagedata fileref="images/circ/itemlocations.png"/>
28023               </imageobject>
28024             </mediaobject>
28025           </screenshot>
28026
28027           <itemizedlist>
28028             <listitem>
28029               <para>The item shows the same 'Home Library' but has updated the
28030               'Current Location' to note where it resides at this time</para>
28031             </listitem>
28032           </itemizedlist>
28033         </listitem>
28034       </itemizedlist>
28035     </section>
28036
28037     <section id="setlibrary">
28038       <title>Set Library</title>
28039
28040       <para>By default you will enter the staff client as if you are at your
28041       home library. This library will appear in the top right of the Staff
28042       Client.</para>
28043
28044       <screenshot>
28045         <screeninfo>My Library</screeninfo>
28046
28047         <mediaobject>
28048           <imageobject>
28049             <imagedata fileref="images/circ/mylibrary.png"/>
28050           </imageobject>
28051         </mediaobject>
28052       </screenshot>
28053
28054       <para>This is the library that all circulation transactions will take
28055       place at. If you are at another library (or on a bookmobile) you will
28056       want to set your library before you start circulating items. To do this
28057       you can click 'Set' at the top right or on the Circulation page.</para>
28058
28059       <screenshot>
28060         <screeninfo>Set Library Form</screeninfo>
28061
28062         <mediaobject>
28063           <imageobject>
28064             <imagedata fileref="images/circ/setlibrary.png"/>
28065           </imageobject>
28066         </mediaobject>
28067       </screenshot>
28068
28069       <para>Once you have saved your changes you new library will appear in
28070       the top right.</para>
28071     </section>
28072
28073     <section id="fastaddcat">
28074       <title>Fast Add Cataloging</title>
28075
28076       <para>Sometimes circulation librarians need to quickly add a record to
28077       the system for an item they are about to check out. This is called 'Fast
28078       Add.' To allow circulation librarians access to the Fast Add Cataloging
28079       tool, simply make sure they have the <link linkend="fastaddpermissions">fast_cataloging</link> permissions. There
28080       are two ways to add titles via fast add. If you know that you're about
28081       to check out an item that isn't in you catalog you can go to the
28082       Circulation module and click 'Fast cataloging.'</para>
28083
28084       <screenshot>
28085         <screeninfo>Circulation Menu</screeninfo>
28086
28087         <mediaobject>
28088           <imageobject>
28089             <imagedata fileref="images/circ/circmenu.png"/>
28090           </imageobject>
28091         </mediaobject>
28092       </screenshot>
28093
28094       <para>The cataloging interface will open up with the short cataloging
28095       record:</para>
28096
28097       <screenshot>
28098         <screeninfo>Fast Add Framework</screeninfo>
28099
28100         <mediaobject>
28101           <imageobject>
28102             <imagedata fileref="images/circ/fastadd.png"/>
28103           </imageobject>
28104         </mediaobject>
28105       </screenshot>
28106
28107       <para>After adding your cataloging data you will be asked to enter item
28108       data. Enter the items barcode, collection code, etc and save the item
28109       before checking it out.</para>
28110
28111       <para>The other way to fast catalog is from the checkout screen. When
28112       you enter a barcode at checkout that Koha can't find, it will prompt you
28113       to use fast cataloging to add the item to Koha and check it out.</para>
28114
28115       <screenshot>
28116         <screeninfo>Barcode not found</screeninfo>
28117
28118         <mediaobject>
28119           <imageobject>
28120             <imagedata fileref="images/circ/barcodefastadd.png"/>
28121           </imageobject>
28122         </mediaobject>
28123       </screenshot>
28124
28125       <para>Clicking 'Fast cataloging' will bring you to the fast cataloging
28126       form where you can enter the title information</para>
28127
28128       <screenshot>
28129         <screeninfo>Fast cataloging</screeninfo>
28130
28131         <mediaobject>
28132           <imageobject>
28133             <imagedata fileref="images/circ/fastaddbarcode.png"/>
28134           </imageobject>
28135         </mediaobject>
28136       </screenshot>
28137
28138       <para>After clicking 'Save' you will be brought to the item record where
28139       the barcode will already be filled in with the barcode you're trying to
28140       check out.</para>
28141
28142       <screenshot>
28143         <screeninfo>Fast cataloging item record</screeninfo>
28144
28145         <mediaobject>
28146           <imageobject>
28147             <imagedata fileref="images/circ/fastadditem.png"/>
28148           </imageobject>
28149         </mediaobject>
28150       </screenshot>
28151
28152       <para>After clicking the 'Add item' button the item will automatically
28153       be checked out the patron you were trying to check the book out to
28154       originally.</para>
28155
28156       <screenshot>
28157         <screeninfo>Checked out item</screeninfo>
28158
28159         <mediaobject>
28160           <imageobject>
28161             <imagedata fileref="images/circ/fastaddcheckedout.png"/>
28162           </imageobject>
28163         </mediaobject>
28164       </screenshot>
28165     </section>
28166
28167     <section id="circreports">
28168       <title>Circulation Reports</title>
28169
28170       <para>Most reports can be found vai the Reports module, but some of the more common
28171         circulation reports are available right from the Circulation module.<itemizedlist>
28172           <listitem>
28173             <para><emphasis role="italic">Get there</emphasis>: Circulation > Circulation
28174               reports</para>
28175           </listitem>
28176         </itemizedlist></para>
28177
28178       <section id="holdsqueue">
28179         <title>Holds Queue</title>
28180
28181         <para>This report will show you all of the holds at your
28182         library.</para>
28183
28184         <screenshot>
28185           <screeninfo>Sample Holds Queue</screeninfo>
28186
28187           <mediaobject>
28188             <imageobject>
28189               <imagedata fileref="images/circ/holdsqueue.png"/>
28190             </imageobject>
28191           </mediaobject>
28192         </screenshot>
28193
28194         <para>To generate this report, you must have the <link linkend="buildholdscron">Build Holds Queue cron job</link> running.
28195         This cron job is a script that should be run periodically if your
28196         library system allows borrowers to place on-shelf holds. This script
28197         decides which library should be responsible for fulfilling a given
28198         hold request.</para>
28199
28200         <para>It's behavior is controlled by the system preferences <link linkend="holdqueueweight">StaticHoldsQueueWeight</link> and <link linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
28201
28202         <para>If you do not want all of your libraries to participate in the
28203         on-shelf holds fulfillment process, you should list the the libraries
28204         that *do* participate in the process here by inputting all the
28205         participating library's branchcodes, separated by commas ( e.g.
28206         "MPL,CPL,SPL,BML" etc. ).</para>
28207
28208         <para>By default, the holds queue will be generated such that the
28209         system will first attempt to hold fulfillment using items already at
28210         the pickup library if possible. If there are no items available at the
28211         pickup library to fill a hold, build_holds_queue.pl will then use the
28212         list of libraries defined in StaticHoldsQueueWeight. If
28213         RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
28214         script will assign fulfillment requests in the order the branches are
28215         placed in the StaticHoldsQueueWeight system preference.</para>
28216
28217         <para>For example, if your system has three libraries, of varying
28218         sizes ( small, medium and large ) and you want the burden of holds
28219         fulfillment to be on larger libraries before smaller libraries, you
28220         would want StaticHoldsQueueWeight to look something like
28221         "LRG,MED,SML".</para>
28222
28223         <para>If you want the burden of holds fulfillment to be spread out
28224         equally throughout your library system, simply enable
28225         RandomizeHoldsQueueWeight. When this system preference is enabled, the
28226         order in which libraries will be requested to fulfill an on-shelf hold
28227         will be randomized each time the list is regenerated.</para>
28228
28229         <para>Leaving StaticHoldsQueueWeight empty is contraindicated at this
28230         time. Doing so will cause the build_holds_queue script to ignore
28231         RandomizeHoldsQueueWeight, causing the script to request hold
28232         fulfillment not randomly, but by alphabetical order.</para>
28233       </section>
28234
28235       <section id="holdspull">
28236         <title>Holds to pull</title>
28237
28238         <para>This report will show you all of the items that have holds on
28239         them that are available at the library for pulling. If the items are
28240         available at multiple branches then all branches with that item
28241         available will see the hold to pull until one library triggers the
28242         hold.</para>
28243
28244         <screenshot>
28245           <screeninfo>Holds to Pull</screeninfo>
28246
28247           <mediaobject>
28248             <imageobject>
28249               <imagedata fileref="images/circ/holdstopull.png"/>
28250             </imageobject>
28251           </mediaobject>
28252         </screenshot>
28253
28254         <para>You can limit the results you see by using the Refine box on the
28255         left side of the page:</para>
28256
28257         <screenshot>
28258           <screeninfo>Refine Holds to Pull Report</screeninfo>
28259
28260           <mediaobject>
28261             <imageobject>
28262               <imagedata fileref="images/circ/refineholdstopull.png"/>
28263             </imageobject>
28264           </mediaobject>
28265         </screenshot>
28266       </section>
28267
28268       <section id="holdspickup">
28269         <title>Holds awaiting pickup</title>
28270
28271         <para>This report will show all of the holds that are waiting for
28272         patrons to pick them up.</para>
28273
28274         <screenshot>
28275           <screeninfo>Holds Awaiting Pickup</screeninfo>
28276
28277           <mediaobject>
28278             <imageobject>
28279               <imagedata fileref="images/circ/holdspickup.png"/>
28280             </imageobject>
28281           </mediaobject>
28282         </screenshot>
28283
28284         <para>Items that have been on the hold shelf longer than you normally
28285         allow (based on the <link linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
28286         preference value) will appear on the 'Holds Over' tab, they will not
28287         automatically be cancelled unless you have set the <link linkend="expiredholdscron">cron job</link> to do that for you, but you
28288         can cancel all holds using the button at the top of the list.</para>
28289
28290         <screenshot>
28291           <screeninfo>Items waiting on the hold shelf too long</screeninfo>
28292
28293           <mediaobject>
28294             <imageobject>
28295               <imagedata fileref="images/circ/holdspickupover.png"/>
28296             </imageobject>
28297           </mediaobject>
28298         </screenshot>
28299       </section>
28300
28301       <section id="holdratios">
28302         <title>Hold ratios</title>
28303
28304         <para>Hold ratios help with collection development. Using this report
28305         you will be able to see how many of your patrons have holds on items
28306         and whether you should buy more. By default it will be set to the
28307         library needing 3 items per hold that has been placed. The report will
28308         tell you how many additional items need to be purchased to meet this
28309         quota.</para>
28310
28311         <screenshot>
28312           <screeninfo>Hold Ratios</screeninfo>
28313
28314           <mediaobject>
28315             <imageobject>
28316               <imagedata fileref="images/circ/holdratio.png"/>
28317             </imageobject>
28318           </mediaobject>
28319         </screenshot>
28320       </section>
28321
28322       <section id="transferstoreceive">
28323         <title>Transfers to receive</title>
28324
28325         <para>This report will list all of the items that Koha thinks are in
28326         transit to your library.</para>
28327
28328         <screenshot>
28329           <screeninfo>Transfers to Receive</screeninfo>
28330
28331           <mediaobject>
28332             <imageobject>
28333               <imagedata fileref="images/circ/transitreceive.png"/>
28334             </imageobject>
28335           </mediaobject>
28336         </screenshot>
28337
28338         <para>If your transfers are late in arriving at your library you will
28339         see a message stating how late your items are.</para>
28340
28341         <screenshot>
28342           <screeninfo>Late transfers include warning messages</screeninfo>
28343
28344           <mediaobject>
28345             <imageobject>
28346               <imagedata fileref="images/circ/transferlate.png"/>
28347             </imageobject>
28348           </mediaobject>
28349         </screenshot>
28350
28351         <important>
28352           <para>An item is considered late based on the number of days you
28353           have entered in the <link linkend="TransfersMaxDaysWarning">TransfersMaxDaysWarning</link>
28354           system preference.</para>
28355         </important>
28356       </section>
28357
28358       <section id="overduesreport">
28359         <title>Overdues</title>
28360
28361         <important>
28362           <para>For libraries with a large patron base, this report may take a
28363           significant amount of time to run.</para>
28364         </important>
28365
28366         <note>
28367           <para>Large libraries can choose to filter the report before it runs
28368           by setting the <link linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
28369           system preference to 'Require'.</para>
28370         </note>
28371
28372         <para>This report will list all items that are overdue at your
28373         library.</para>
28374
28375         <screenshot>
28376           <screeninfo>Overdues List</screeninfo>
28377
28378           <mediaobject>
28379             <imageobject>
28380               <imagedata fileref="images/circ/overdues.png"/>
28381             </imageobject>
28382           </mediaobject>
28383         </screenshot>
28384
28385         <para>The report can be filtered using the menu options found on the left of the report.<note>
28386             <para>The 'Show any items currently checked out' checkbox basically switches this from a
28387               report of overdues to a report of checkouts.  It will show all titles checked out
28388               regardless of due date.</para>
28389           </note></para>
28390       </section>
28391
28392       <section id="overduesfines">
28393         <title>Overdues with fines</title>
28394
28395         <para>This report will show you any overdues at your library that have
28396         accrued fines on them.</para>
28397
28398         <screenshot>
28399           <screeninfo>Overdues with fines</screeninfo>
28400
28401           <mediaobject>
28402             <imageobject>
28403               <imagedata fileref="images/circ/overduewfines.png"/>
28404             </imageobject>
28405           </mediaobject>
28406         </screenshot>
28407
28408         <para>If you would like to limit the report you can use the pull down
28409         menu at the top to limit to a specific shelving location at your
28410         branch. To see overdues with fines at other branches you will have to
28411         <link linkend="setlibrary">change your branch</link> or log in at that
28412         branch.<important>
28413             <para>If you do not charge fines and/or don't have the <link linkend="finescronjob">fines cron job</link> running you will see
28414             no data on this report.</para>
28415           </important></para>
28416       </section>
28417     </section>
28418
28419     <section id="trackinhouse">
28420       <title>Tracking In house Use</title>
28421
28422       <para>Many libraries track the use of items within the library. This can
28423       be done in Koha one of two ways. The first is to create one or more
28424       <link linkend="addstatspatron">Statistical Patrons</link>. When
28425       collecting items that have been used within the library, you will want
28426       to check them out to your statistical patron:</para>
28427
28428       <screenshot>
28429         <screeninfo>Check Out Items to Stats Patron</screeninfo>
28430
28431         <mediaobject>
28432           <imageobject>
28433             <imagedata fileref="images/circ/checkoutinhouse.png"/>
28434           </imageobject>
28435         </mediaobject>
28436       </screenshot>
28437
28438       <para>Instead of marking the item as 'checked out' the system will
28439       record that the item was used in house:</para>
28440
28441       <screenshot>
28442         <screeninfo>Local Use Recorded</screeninfo>
28443
28444         <mediaobject>
28445           <imageobject>
28446             <imagedata fileref="images/circ/localuserecorded.png"/>
28447           </imageobject>
28448         </mediaobject>
28449       </screenshot>
28450
28451       <para>Repeat these steps for all items that have been used within the
28452       library to keep accurate statistics for item use.</para>
28453
28454       <para>The other way to record local use of items is to set your <link linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link>
28455       preference to 'Record.' Then whenever you check an item in that is not
28456       checked out and not on hold a local use will be recorded.</para>
28457
28458       <screenshot>
28459         <screeninfo>Local Use Recorded</screeninfo>
28460
28461         <mediaobject>
28462           <imageobject>
28463             <imagedata fileref="images/circ/localusecheckin.png"/>
28464           </imageobject>
28465         </mediaobject>
28466       </screenshot>
28467
28468       <note>
28469         <para>If you have <link linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link> set to
28470         'Record' you can still use your statistical patrons to record local
28471         use as well.</para>
28472       </note>
28473     </section>
28474
28475     <section id="processinglocations">
28476       <title>In Processing / Book Cart Locations</title>
28477
28478       <para>Koha allows for handling temporary locations like the processing
28479       center and/or book carts throughout the library. For this feature to
28480       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)
28481       and CART (Book Cart).</para>
28482
28483       <screenshot>
28484         <screeninfo>CART &amp; PROC values in LOC</screeninfo>
28485
28486         <mediaobject>
28487           <imageobject>
28488             <imagedata fileref="images/circ/LOCvalues.png"/>
28489           </imageobject>
28490         </mediaobject>
28491       </screenshot>
28492
28493       <para>Next you need to set the <link linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link> system
28494       preference to PROC. This will set the new items to the Processing Center
28495       as their default location.</para>
28496
28497       <para>Create items with their desired final shelving location.</para>
28498
28499       <itemizedlist>
28500         <listitem>
28501           <para>These newly cataloged items will be temporarily set to the
28502           PROC location and will display with whatever description PROC has.
28503           The original location code entered at item creation is stored in the
28504           new items column 'permanent_location', for future use. Items will
28505           stay in the PROC location until they are checked in. To have those
28506           items then move to the shelving cart:</para>
28507
28508           <orderedlist>
28509             <listitem>
28510               <para>Turn on the <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>
28511               system preference</para>
28512             </listitem>
28513
28514             <listitem>
28515               <para>Check in those newly-created items and they will be moved
28516               to the location code of CART and display with whatever
28517               description CART has.</para>
28518             </listitem>
28519
28520             <listitem>
28521               <para>A <link linkend="proccartcron">cron job</link> runs at
28522               specified intervals to age items from CART to the permanent
28523               shelving location. (For example, an hourly cron entry of
28524               cart_to_shelf.pl --hours 3 where --hours is the amount of time
28525               an item should spend on the cart before aging to its permanent
28526               location.)</para>
28527
28528               <itemizedlist>
28529                 <listitem>
28530                   <note>
28531                     <para>If the <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
28532                     system preference is turned on, any newly checked-in item
28533                     is also automatically put into the shelving cart, to be
28534                     covered by the same script run.</para>
28535                   </note>
28536                 </listitem>
28537
28538                 <listitem>
28539                   <important>
28540                     <para>Checkins with confirmed holds will not go into the
28541                     shelving cart. If items on the shelving cart are checked
28542                     out, the cart location will be cleared.</para>
28543                   </important>
28544                 </listitem>
28545               </itemizedlist>
28546             </listitem>
28547           </orderedlist>
28548         </listitem>
28549       </itemizedlist>
28550     </section>
28551
28552     <section id="selfcheckout">
28553       <title>Self Checkout</title>
28554
28555       <para>Koha comes with a very basic self checkout module. To enable this
28556       module you need to set the <link linkend="WebBasedSelfCheck">WebBasedSelfCheck</link> preference to
28557       '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>
28558
28559       <note>
28560         <para>Create a <link linkend="addstaffpatron">staff patron</link>
28561         specifically for this action so that you don't leave a real staff
28562         client logged into a computer all day</para>
28563       </note>
28564
28565       <para>There is no link to the Self Checkout module, but a simple
28566       addition to the <link linkend="intranetuserjs">intranetuserjs</link>
28567       system preference can add one.</para>
28568
28569       <programlisting>$(document).ready(function(){ $("#login
28570       #submit").parent().after("&lt;p&gt;&lt;a
28571       href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
28572       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
28573
28574       <important>
28575         <para>The code above has line breaks added to make it more readable,
28576         please be sure to enter the above as one line in when putting it in
28577         the system preference.</para>
28578       </important>
28579
28580       <para>The link will then appear at the bottom of the log in page:</para>
28581
28582       <screenshot>
28583         <screeninfo>Self Checkout Link on Staff Login</screeninfo>
28584
28585         <mediaobject>
28586           <imageobject>
28587             <imagedata fileref="images/circ/selfcheckoutlink.png"/>
28588           </imageobject>
28589         </mediaobject>
28590       </screenshot>
28591
28592       <para>You can also access this module by going to :
28593       http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
28594
28595       <para>When on the self checkout page depending on your value in the
28596       <link linkend="SelfCheckoutByLogin">SelfCheckoutByLogin</link>
28597       preference you will be asked to enter you cardnumber</para>
28598
28599       <screenshot>
28600         <screeninfo>Self Checkout Patron Card Number</screeninfo>
28601
28602         <mediaobject>
28603           <imageobject>
28604             <imagedata fileref="images/circ/selfcheckout.png"/>
28605           </imageobject>
28606         </mediaobject>
28607       </screenshot>
28608
28609       <para>or your username and password:</para>
28610
28611       <screenshot>
28612         <screeninfo>Shelf checkout by login</screeninfo>
28613
28614         <mediaobject>
28615           <imageobject>
28616             <imagedata fileref="images/circ/SelfCheckoutByLogin.png"/>
28617           </imageobject>
28618         </mediaobject>
28619       </screenshot>
28620
28621       <para>Once you're logged in to the self check module you will be asked
28622       to scan the items you are checking out</para>
28623
28624       <screenshot>
28625         <screeninfo>Self Checkout</screeninfo>
28626
28627         <mediaobject>
28628           <imageobject>
28629             <imagedata fileref="images/circ/selfcheckoutuser.png"/>
28630           </imageobject>
28631         </mediaobject>
28632       </screenshot>
28633
28634       <para>As you scan items they will appear below the barcode box</para>
28635
28636       <screenshot>
28637         <screeninfo>Self Checkout Summary</screeninfo>
28638
28639         <mediaobject>
28640           <imageobject>
28641             <imagedata fileref="images/circ/selfcheckoutsummary.png"/>
28642           </imageobject>
28643         </mediaobject>
28644       </screenshot>
28645
28646       <para>When you are finished scanning items it is important to click the 'Finish' button. This
28647         will prompt you to print a receipt and log you out of the self check module.</para>
28648       <screenshot>
28649           <screeninfo>Self Checkout Receipt</screeninfo>
28650           <mediaobject>
28651             <imageobject>
28652               <imagedata fileref="images/circ/selfreceiptprint.png"/>
28653             </imageobject>
28654           </mediaobject>
28655         </screenshot>
28656
28657       <para>When attempting to check items out there are some instances where
28658       error messages will appear and the patron will be directed to the
28659       librarian. This will happen even if you are allowing overrides on
28660       circulation functions. Only a librarian can override a circulation block
28661       and so patrons must go to the librarian for help in these
28662       situations.</para>
28663
28664       <screenshot>
28665         <screeninfo>Self Checkout Error Message</screeninfo>
28666
28667         <mediaobject>
28668           <imageobject>
28669             <imagedata fileref="images/circ/selfcheckoutfines.png"/>
28670           </imageobject>
28671         </mediaobject>
28672       </screenshot>
28673     </section>
28674
28675     <section id="offlinecirc">
28676       <title>Offline Circulation Utilities</title>
28677       <para>Koha allows for you to continue circulation actions while offline by using any one of
28678         three utilities.</para>
28679       <section id="kohaofflinecirc">
28680         <title>Offline Circulation in Koha</title>
28681         <para>If the <link linkend="AllowOfflineCirculation">AllowOfflineCirculation</link>
28682           preference is set to 'Enable' the library staff can continue to perform circulation
28683           actions within Koha when the system is offline.  You will want to visit
28684           http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl at least once while online
28685           and bookmark that page. That is the page you will go to when you are offline.</para>
28686         <important>
28687           <para>The offline interface uses HTML LocalStorage, which depending on the browser and
28688             user setting, is limited to 2.5MB or 5MB per domain. This means that larger systems will
28689             not be able to syncronize their data and are recommended to use either the <link
28690               linkend="firefoxofflinecirc">Firefox</link> or <link linkend="windowsofflinecirc"
28691               >Windows</link> application for offline circulation.</para>
28692         </important>
28693         <section id="kohaofflinesetup">
28694           <title id="offlinesetup">Setup</title>
28695           <para>Before the first time the system goes offline go to Circulation and choose 'Built-in
28696             offline circulation interface'</para>
28697           <screenshot>
28698               <screeninfo>Built-in offline circulation interface</screeninfo>
28699               <mediaobject>
28700                 <imageobject>
28701                   <imagedata fileref="images/circ/offlinecirc.png"/>
28702                 </imageobject>
28703               </mediaobject>
28704             </screenshot>
28705           <para>And synchronize your data on every circulation computer by clicking the
28706             'Synchronize' link on the right of the screen.</para>
28707           <screenshot>
28708               <screeninfo>Synchronize data</screeninfo>
28709               <mediaobject>
28710                 <imageobject>
28711                   <imagedata fileref="images/circ/syncoffline.png"/>
28712                 </imageobject>
28713               </mediaobject>
28714             </screenshot>
28715           <important>
28716             <para>The offline interface uses HTML LocalStorage, which depending on the browser and
28717               user setting, is limited to 2.5MB or 5MB per domain. This means that larger systems
28718               will not be able to syncronize their data and are recommended to use either the <link
28719                 linkend="firefoxofflinecirc">Firefox</link> or <link linkend="windowsofflinecirc"
28720                 >Windows</link> application for offline circulation.</para>
28721           </important>
28722           <para>This will allow you download a local copy of your patrons and circulation data.
28723             Click the 'Download records' link at the top of the page to synchronize your data.</para>
28724           <screenshot>
28725               <screeninfo>Download records for offline use</screeninfo>
28726               <mediaobject>
28727                 <imageobject>
28728                   <imagedata fileref="images/circ/downloadoffline.png"/>
28729                 </imageobject>
28730               </mediaobject>
28731             </screenshot>
28732           <para>Once your data is downloaded you will see the dates your data was last synced to the
28733             right of each data set.<screenshot>
28734               <screeninfo>Synced offline data</screeninfo>
28735               <mediaobject>
28736                 <imageobject>
28737                   <imagedata fileref="images/circ/syncedoffline.png"/>
28738                 </imageobject>
28739               </mediaobject>
28740             </screenshot>This should be done regularly in preparation for any unexpected connection
28741             losses.</para>
28742         </section>
28743         <section id="kohaofflinecirculating">
28744           <title id="offlinecirculating">Circulating</title>
28745           <para>When your system goes offline visit the Offline Circulation page
28746             (http://your-koha-staff-client-url/cgi-bin/koha/circ/offline.pl) in Koha and click
28747             'Check out' or 'Check in' to perform offline actions.</para>
28748           <para>Checking out is done by searching for the patron by barcode or name at the top of
28749             the 'Check out' screen. After selecting a patron you will be presented with the synced
28750             patron info, including fines and check outs.</para>
28751           <screenshot>
28752               <screeninfo>Check out offline</screeninfo>
28753               <mediaobject>
28754                 <imageobject>
28755                   <imagedata fileref="images/circ/offlinecheckout.png"/>
28756                 </imageobject>
28757               </mediaobject>
28758             </screenshot>
28759           <para>Scan the barcode of the item you would like to check out and enter a due date. If
28760             you don't enter a due date Koha will prompt you for one.</para>
28761           <screenshot>
28762               <screeninfo>Offline due date</screeninfo>
28763               <mediaobject>
28764                 <imageobject>
28765                   <imagedata fileref="images/circ/offlineduedate.png"/>
28766                 </imageobject>
28767               </mediaobject>
28768             </screenshot>
28769           <para>Once the item is checked out it will appear below the patron's info.</para>
28770           <screenshot>
28771               <screeninfo>Offline checkouts</screeninfo>
28772               <mediaobject>
28773                 <imageobject>
28774                   <imagedata fileref="images/circ/offlinecheckouts.png"/>
28775                 </imageobject>
28776               </mediaobject>
28777             </screenshot>
28778           <para/>
28779         </section>
28780         <section id="kohaofflineupload">
28781           <title>Koha Offline Uploading</title>
28782           <para>Once the system is back online visit the Synchronize page on the Offline Circulation
28783             module and click 'Upload transactions'</para>
28784           <screenshot>
28785               <screeninfo>Upload transactions</screeninfo>
28786               <mediaobject>
28787                 <imageobject>
28788                   <imagedata fileref="images/circ/offlineupload.png"/>
28789                 </imageobject>
28790               </mediaobject>
28791             </screenshot>
28792           <para>After the files are uploaded you can click 'View pending offline circulation
28793             actions' on the right.</para>
28794           <screenshot>
28795               <screeninfo>View pending offline circulation actions</screeninfo>
28796               <mediaobject>
28797                 <imageobject>
28798                   <imagedata fileref="images/circ/viewkohaoffline.png"/>
28799                 </imageobject>
28800               </mediaobject>
28801             </screenshot>
28802           <para>After clicking 'View pending offline circulation actions' you will be brought to a
28803             summary of all of the actions you loaded in to Koha in your *.koc file.</para>
28804           <screenshot>
28805             <screeninfo>Offline Circulation</screeninfo>
28806             <mediaobject>
28807               <imageobject>
28808                 <imagedata fileref="images/circ/offlinecirclog.png"/>
28809               </imageobject>
28810             </mediaobject>
28811           </screenshot>
28812           <itemizedlist>
28813             <listitem>
28814               <para>Once all of the logs from all of the circulation computers are loaded you will
28815                 be able to check them all or select just those you want to process into Koha.</para>
28816             </listitem>
28817             <listitem>
28818               <para>Click on the Process button and Koha will record every stored transaction one by
28819                 one. For each transaction, the status will change to:<itemizedlist>
28820                   <listitem>
28821                     <para>"Success." if the transaction was processed correctly</para>
28822                   </listitem>
28823                   <listitem>
28824                     <para>"Borrower not found." if the borrower card number is incorrect</para>
28825                   </listitem>
28826                   <listitem>
28827                     <para>"Item not found." if the item barcode is wrong</para>
28828                   </listitem>
28829                   <listitem>
28830                     <para>"Item not issued." if you checked in an available item</para>
28831                   </listitem>
28832                 </itemizedlist></para>
28833             </listitem>
28834           </itemizedlist>
28835           <para>Once finished you will have a summary of all of your transactions</para>
28836           <screenshot>
28837             <screeninfo>Offline Circulation Summary</screeninfo>
28838             <mediaobject>
28839               <imageobject>
28840                 <imagedata fileref="images/circ/offlinecircsuccess.png"/>
28841               </imageobject>
28842             </mediaobject>
28843           </screenshot>
28844         </section>
28845       </section>
28846
28847       <section id="firefoxofflinecirc">
28848         <sectioninfo>
28849           <authorgroup>
28850             <author>
28851               <firstname>Franois</firstname>
28852               <surname>Charbonnier</surname>
28853               <affiliation>
28854                 <orgname>BibLibre</orgname>
28855               </affiliation>
28856             </author>
28857             
28858             <editor>
28859               <firstname>Nicole C.</firstname>
28860               <surname>Engard</surname>
28861               <contrib>Changed/edited content where necessary.</contrib>
28862             </editor>
28863           </authorgroup>
28864           
28865           <pubdate>2012</pubdate>
28866         </sectioninfo>
28867         <title>Firefox Plugin</title>
28868
28869         <para>There is an offline circulation tool that you can add to your Firefox browser as an
28870           addon. To do so, just go to <ulink url="https://addons.mozilla.org/en/firefox/addon/koct/"
28871             >https://addons.mozilla.org/en/firefox/addon/koct/</ulink> page and click on the
28872           "install now" button. You may have to confirm the installation, just click on "install
28873           now" and then restart Firefox to complete the installation.</para>
28874
28875         <para>Once you have installed the plugins and restarted Firefox, you will see the Koha logo
28876           in the download bar at the bottom right of Firefox.</para>
28877
28878         <screenshot>
28879           <screeninfo>Koha Icon on Add-on Bar</screeninfo>
28880
28881           <mediaobject>
28882             <imageobject>
28883               <imagedata fileref="images/circ/koctstatusbar.png"/>
28884             </imageobject>
28885           </mediaobject>
28886         </screenshot>
28887
28888         <para>A click on the logo will open the tool in its own window.</para>
28889
28890         <screenshot>
28891           <screeninfo>Koha Offline Circ Tool</screeninfo>
28892
28893           <mediaobject>
28894             <imageobject>
28895               <imagedata fileref="images/circ/koct.png"/>
28896             </imageobject>
28897           </mediaobject>
28898         </screenshot>
28899
28900         <para>The plugin consists of four tabs:</para>
28901
28902         <itemizedlist>
28903           <listitem>
28904             <para>The Check Out tab is where you check out items</para>
28905           </listitem>
28906
28907           <listitem>
28908             <para>The Check In tab is where you check in items</para>
28909           </listitem>
28910
28911           <listitem>
28912             <para>The Log tab keeps track of every transaction done while in
28913             offline mode</para>
28914
28915             <itemizedlist>
28916               <listitem>
28917                 <para>The log will keep information until you empty it. Each
28918                 time you open the plugin and it contains data in the log it
28919                 will warn you</para>
28920
28921                 <screenshot>
28922                   <screeninfo>Koha Offline Circ Warning</screeninfo>
28923
28924                   <mediaobject>
28925                     <imageobject>
28926                       <imagedata fileref="images/circ/koctwarn.png"/>
28927                     </imageobject>
28928                   </mediaobject>
28929                 </screenshot>
28930
28931                 <para>If you'd like to clear the log, check the 'I want to
28932                 delete rows' box before hitting the 'OK' button. Otherwise
28933                 clicking 'OK' will keep the items in the log and let you
28934                 continue working with the tool.</para>
28935               </listitem>
28936             </itemizedlist>
28937           </listitem>
28938
28939           <listitem>
28940             <para>The Param tab is to set up the plugin</para>
28941           </listitem>
28942         </itemizedlist>
28943
28944         <para>The first thing you want to do then is to set up the plugin. Go
28945         to the Param tab to set up the plugin</para>
28946
28947         <screenshot>
28948           <screeninfo>Koha Offline CIrc Params</screeninfo>
28949
28950           <mediaobject>
28951             <imageobject>
28952               <imagedata fileref="images/circ/koctparam.png"/>
28953             </imageobject>
28954           </mediaobject>
28955         </screenshot>
28956
28957         <para>Answer the 4 questions presented:</para>
28958
28959         <itemizedlist>
28960           <listitem>
28961             <para>Server = the URL of the librarian interface</para>
28962           </listitem>
28963
28964           <listitem>
28965             <para>Branch Code = the code for the branch where you are
28966             located</para>
28967           </listitem>
28968
28969           <listitem>
28970             <para>Username = your staff account login</para>
28971           </listitem>
28972
28973           <listitem>
28974             <para>Password = your staff account password</para>
28975           </listitem>
28976         </itemizedlist>
28977
28978         <para><important>
28979             <para>To save the settings, you will have to close the plugin
28980             window and re-open it by clicking again on the Koha logo in the
28981             add-on bar.</para>
28982           </important><note>
28983             <para>You can create a staff account dedicated to the offline
28984             circulation. So that, no matter who is at the circulation desk,
28985             they can all use the same login. Along those lines, you can use a
28986             group login that you already have in place for circulation as
28987             well.</para>
28988           </note>Once you have everything set up you can start checking items
28989         in and out.</para>
28990
28991         <para>Checking out:</para>
28992
28993         <screenshot>
28994           <screeninfo>Koha Offline Circulation Check Out</screeninfo>
28995
28996           <mediaobject>
28997             <imageobject>
28998               <imagedata fileref="images/circ/koct.png"/>
28999             </imageobject>
29000           </mediaobject>
29001         </screenshot>
29002
29003         <itemizedlist>
29004           <listitem>
29005             <para>Go to the Check Out tab</para>
29006           </listitem>
29007
29008           <listitem>
29009             <para>Scan the patron barcode</para>
29010           </listitem>
29011
29012           <listitem>
29013             <para>Scan the item barcode</para>
29014           </listitem>
29015
29016           <listitem>
29017             <para>Click 'Save'</para>
29018           </listitem>
29019         </itemizedlist>
29020
29021         <para>Checking in:</para>
29022
29023         <screenshot>
29024           <screeninfo>Koha Offline Circulation Check In</screeninfo>
29025
29026           <mediaobject>
29027             <imageobject>
29028               <imagedata fileref="images/circ/koctcheckin.png"/>
29029             </imageobject>
29030           </mediaobject>
29031         </screenshot>
29032
29033         <itemizedlist>
29034           <listitem>
29035             <para>Go to the Check In tab</para>
29036           </listitem>
29037
29038           <listitem>
29039             <para>Scan the item barcode</para>
29040           </listitem>
29041
29042           <listitem>
29043             <para>Click Save</para>
29044           </listitem>
29045         </itemizedlist>
29046
29047         <para>Each time, you check out or check in an item, a new transaction
29048         is recorded in the local plugin database and you will see, at the
29049         bottom of the plugin how many transactions has been made during the
29050         offline circulation. For example, "10 Row(s) Added" means you did 10
29051         transactions.</para>
29052
29053         <screenshot>
29054           <screeninfo>Koha Offline Circulation Tool Count</screeninfo>
29055
29056           <mediaobject>
29057             <imageobject>
29058               <imagedata fileref="images/circ/koctcount.png"/>
29059             </imageobject>
29060           </mediaobject>
29061         </screenshot>
29062
29063         <para>Then, if you want an overview of every transaction, go to the
29064         Log tab. This tab will show you the transactions in the plugin
29065         database</para>
29066
29067         <screenshot>
29068           <screeninfo>Koha Offline Circulation Log</screeninfo>
29069
29070           <mediaobject>
29071             <imageobject>
29072               <imagedata fileref="images/circ/koctlog.png"/>
29073             </imageobject>
29074           </mediaobject>
29075         </screenshot>
29076
29077         <para><note>
29078             <para>The status will be "Local." as long as you are offline and
29079             don't process the transactions into Koha.</para>
29080           </note>When your Internet connection comes back up you will want to
29081         get these transactions in to Koha. Before processing these
29082         transactions you should be aware of a few issues.</para>
29083
29084         <para>Because you are not connected to your Koha database when using
29085         this plugin holds will need additional processing. If an item you
29086         check in while offline has a hold, the hold is kept on the item.
29087         Since, you can't confirm holds found during the processing of every
29088         check in, the holds stay on the item and will need to be managed
29089         later. If you only checked in a few items you can just keep a record
29090         of them all. If you checked in a lot of items you can use the Holds
29091         Queue once it rebuilds to see what holds made it to the shelf
29092         erroneously.</para>
29093
29094         <para>Similarly, if an patron card was expired, the offline
29095         circulation tool won't know about it, so the checkout will be recorded
29096         regardless of the patron's account being blocked normally.</para>
29097
29098         <para>You have two options for adding this data to Koha</para>
29099
29100         <itemizedlist>
29101           <listitem>
29102             <para>Commit to Koha</para>
29103
29104             <itemizedlist>
29105               <listitem>
29106                 <para>If you checked in/out on more than one computer at the
29107                 same time, what you want is to process every transaction
29108                 consistently. Let's say for instance that one patron checked a
29109                 book out on one computer and then checked the same book in on
29110                 another computer. To be consistent, you need to record the
29111                 check out first and then the check in. Not the opposite! To do
29112                 so, you need to group every transaction in one place, sort
29113                 them all and then, process everything. So, you need to use the
29114                 "Commit to Koha" option from every plugin/computer you worked
29115                 with. This way, the log will go to Koha and be accessible from
29116                 the Offline Circulation page.</para>
29117
29118                 <screenshot>
29119                   <screeninfo>Circulation Menu</screeninfo>
29120
29121                   <mediaobject>
29122                     <imageobject>
29123                       <imagedata fileref="images/circ/offlinecirclink.png"/>
29124                     </imageobject>
29125                   </mediaobject>
29126                 </screenshot>
29127               </listitem>
29128
29129               <listitem>
29130                 <para><emphasis>Get there:</emphasis> Circulation &gt; Pending offline circulation
29131                   actions</para>
29132
29133                 <screenshot>
29134                   <screeninfo>Offline Circulation</screeninfo>
29135
29136                   <mediaobject>
29137                     <imageobject>
29138                       <imagedata fileref="images/circ/offlinecirclog.png"/>
29139                     </imageobject>
29140                   </mediaobject>
29141                 </screenshot>
29142               </listitem>
29143
29144               <listitem>
29145                 <para>Once all of the logs from all of the circulation
29146                 computers are loaded you will be able to check them all or
29147                 select just those you want to process into Koha.</para>
29148               </listitem>
29149
29150               <listitem>
29151                 <para>Click on the Process button and Koha will record every stored transaction one
29152                   by one. For each transaction, the status will change to:</para>
29153
29154                 <itemizedlist>
29155                   <listitem>
29156                     <para>"Success." if the transaction was processed
29157                     correctly</para>
29158                   </listitem>
29159
29160                   <listitem>
29161                     <para>"Borrower not found." if the borrower card number is
29162                     incorrect</para>
29163                   </listitem>
29164
29165                   <listitem>
29166                     <para>"Item not found." if the item barcode is
29167                     wrong</para>
29168                   </listitem>
29169
29170                   <listitem>
29171                     <para>"Item not issued." if you checked in an available
29172                     item</para>
29173                   </listitem>
29174                 </itemizedlist>
29175               </listitem>
29176
29177               <listitem>
29178                 <para>Once finished you will have a summary of all of your
29179                 transactions</para>
29180
29181                 <screenshot>
29182                   <screeninfo>Offline Circulation Summary</screeninfo>
29183
29184                   <mediaobject>
29185                     <imageobject>
29186                       <imagedata fileref="images/circ/offlinecircsuccess.png"/>
29187                     </imageobject>
29188                   </mediaobject>
29189                 </screenshot>
29190               </listitem>
29191             </itemizedlist>
29192           </listitem>
29193
29194           <listitem>
29195             <para>Apply directly</para>
29196
29197             <itemizedlist>
29198               <listitem>
29199                 <para>If you performed all of the circulation actions on one
29200                 computer then everything is sorted already so you can choose
29201                 to "Apply directly"</para>
29202               </listitem>
29203
29204               <listitem>
29205                 <para>The status column will be updated to let you know if the
29206                 transactions were applied</para>
29207
29208                 <itemizedlist>
29209                   <listitem>
29210                     <para>"Success." if the transaction was processed
29211                     correctly</para>
29212                   </listitem>
29213
29214                   <listitem>
29215                     <para>"Borrower not found." if the borrower card number is
29216                     incorrect</para>
29217                   </listitem>
29218
29219                   <listitem>
29220                     <para>"Item not found." if the item barcode is
29221                     wrong</para>
29222                   </listitem>
29223
29224                   <listitem>
29225                     <para>"Item not issued." if you checked in an available
29226                     item</para>
29227                   </listitem>
29228                 </itemizedlist>
29229               </listitem>
29230
29231               <listitem>
29232                 <para>Once you're finished you can review all of the items
29233                 right in the Log tab</para>
29234
29235                 <screenshot>
29236                   <screeninfo>Koha Offline Circulation Apply
29237                   Directly</screeninfo>
29238
29239                   <mediaobject>
29240                     <imageobject>
29241                       <imagedata fileref="images/circ/koctdirectly.png"/>
29242                     </imageobject>
29243                   </mediaobject>
29244                 </screenshot>
29245               </listitem>
29246             </itemizedlist>
29247           </listitem>
29248         </itemizedlist>
29249
29250         <para>Once you are done you can clear the log by clicking Clear. If
29251         you don't you will be warned the next time you open the Offline
29252         Circulation tool.</para>
29253
29254         <screenshot>
29255           <screeninfo>Koha Offline Circulation Tool Warning</screeninfo>
29256
29257           <mediaobject>
29258             <imageobject>
29259               <imagedata fileref="images/circ/koctwarn.png"/>
29260             </imageobject>
29261           </mediaobject>
29262         </screenshot>
29263       </section>
29264
29265       <section id="windowsofflinecirc">
29266         <title>Offline Circ Tool for Windows</title>
29267
29268         <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>
29269         <para>To generate a borrowers.db file for loading in to the Windows tool you will need to
29270           run the <link linkend="offlinecirccron">file generator via a cron job</link>.</para>
29271         <section id="uploadofflinecirc">
29272           <title>Upload Offline Circ File</title>
29273           <para>The <link linkend="windowsofflinecirc">offline circulation tool for Windows</link>
29274             will generate a KOC file that you can upload into Koha once your system comes back
29275             up.</para>
29276           <para>On the Circulation menu click 'Upload offline circulation file (.koc)'</para>
29277           <screenshot>
29278             <screeninfo>Circulation menu</screeninfo>
29279             <mediaobject>
29280               <imageobject>
29281                 <imagedata fileref="images/circ/offlinecirclink.png"/>
29282               </imageobject>
29283             </mediaobject>
29284           </screenshot>
29285           <para>Browse your computer for the *.koc file</para>
29286           <screenshot>
29287             <screeninfo>Upload KOC File</screeninfo>
29288             <mediaobject>
29289               <imageobject>
29290                 <imagedata fileref="images/circ/uploadofflinecirc.png"/>
29291               </imageobject>
29292             </mediaobject>
29293           </screenshot>
29294           <para>Once the file is uploaded, click the process the file</para>
29295           <screenshot>
29296             <screeninfo>Process offline circulation file</screeninfo>
29297             <mediaobject>
29298               <imageobject>
29299                 <imagedata fileref="images/circ/processoffline.png"/>
29300               </imageobject>
29301             </mediaobject>
29302           </screenshot>
29303           <para>When this is complete you'll be able to upload another file or tend to pending
29304             offline circulation actions.</para>
29305           <screenshot>
29306             <screeninfo>Summary of offline actions</screeninfo>
29307             <mediaobject>
29308               <imageobject>
29309                 <imagedata fileref="images/circ/offlinesummary.png"/>
29310               </imageobject>
29311             </mediaobject>
29312           </screenshot>
29313           <para>After clicking 'View pending offline circulation actions' you will be brought to a
29314             summary of all of the actions you loaded in to Koha in your *.koc file.</para>
29315           <screenshot>
29316             <screeninfo>Offline Circulation</screeninfo>
29317             <mediaobject>
29318               <imageobject>
29319                 <imagedata fileref="images/circ/offlinecirclog.png"/>
29320               </imageobject>
29321             </mediaobject>
29322           </screenshot>
29323           <itemizedlist>
29324             <listitem>
29325               <para>Once all of the logs from all of the circulation computers are loaded you will
29326                 be able to check them all or select just those you want to process into Koha.</para>
29327             </listitem>
29328             <listitem>
29329               <para>Click on the Process button and Koha will record every stored transaction one by
29330                 one. For each transaction, the status will change to:<itemizedlist>
29331                   <listitem>
29332                     <para>"Success." if the transaction was processed correctly</para>
29333                   </listitem>
29334                   <listitem>
29335                     <para>"Borrower not found." if the borrower card number is incorrect</para>
29336                   </listitem>
29337                   <listitem>
29338                     <para>"Item not found." if the item barcode is wrong</para>
29339                   </listitem>
29340                   <listitem>
29341                     <para>"Item not issued." if you checked in an available item</para>
29342                   </listitem>
29343                 </itemizedlist></para>
29344             </listitem>
29345           </itemizedlist>
29346           <para>Once finished you will have a summary of all of your transactions</para>
29347           <screenshot>
29348             <screeninfo>Offline Circulation Summary</screeninfo>
29349             <mediaobject>
29350               <imageobject>
29351                 <imagedata fileref="images/circ/offlinecircsuccess.png"/>
29352               </imageobject>
29353             </mediaobject>
29354           </screenshot>
29355         </section>
29356       </section>
29357     </section>
29358   </chapter>
29359
29360   <chapter id="cataloging">
29361     <title>Cataloging</title>
29362
29363     <para>Before you start cataloging in Koha you're going to want to do some
29364     basic setup. Refer to the <link linkend="implementation">Implementation
29365     Checklist</link> for a full list of these things. Most importantly you're
29366     going to want to make sure that your <link linkend="marcbibframeworks">Frameworks</link> are all defined the way you
29367     want. Once in the cataloging module you will not be able to add or remove
29368     fields and subfields so your frameworks must be ready before you start
29369     cataloging.</para>
29370     <para>You can also use OCLC Connexion to send records directly in to Koha.  For more information
29371       on that please review the <link linkend="oclcappendix">OCLC Connexion Setup
29372       appendix</link>.</para>
29373
29374     <itemizedlist>
29375       <listitem>
29376         <para><emphasis>Get there:</emphasis> More &gt; Cataloging</para>
29377       </listitem>
29378     </itemizedlist>
29379
29380     <section id="catbibs">
29381       <title>Bibliographic Records</title>
29382
29383       <para>In Koha the bibliographic record contains the main information
29384       related to the material. This includes things like the title, author,
29385       ISBN, etc. This information is stored in Koha in Marc (different flavors
29386       of Marc are supported in Koha). Once this information is saved, <link linkend="catitems">items or holdings</link> can be attached.</para>
29387
29388       <section id="addbibrec">
29389         <title>Adding Records</title>
29390
29391         <para>Records can be added to Koha via original or copy cataloging. If
29392         you would like to catalog a record using a blank template</para>
29393
29394         <itemizedlist>
29395           <listitem>
29396             <para>Click 'New Record'</para>
29397
29398             <screenshot>
29399               <screeninfo>New Record Menu</screeninfo>
29400
29401               <mediaobject>
29402                 <imageobject>
29403                   <imagedata fileref="images/cataloging/newfromframework.png"/>
29404                 </imageobject>
29405               </mediaobject>
29406             </screenshot>
29407
29408             <itemizedlist>
29409               <listitem>
29410                 <para>Choose the framework you would like to base your record
29411                 off of</para>
29412               </listitem>
29413             </itemizedlist>
29414           </listitem>
29415         </itemizedlist>
29416
29417         <para>If you want to catalog a record based on an existing record at
29418         another library</para>
29419
29420         <itemizedlist>
29421           <listitem>
29422             <para>Click 'Z39.50 Search'</para>
29423
29424             <screenshot>
29425               <screeninfo>Z39.50 Search</screeninfo>
29426
29427               <mediaobject>
29428                 <imageobject>
29429                   <imagedata fileref="images/cataloging/zsearch.png"/>
29430                 </imageobject>
29431               </mediaobject>
29432             </screenshot>
29433
29434             <itemizedlist>
29435               <listitem>
29436                 <para>Search for the item you would like to catalog</para>
29437
29438                 <itemizedlist>
29439                   <listitem>
29440                     <note>
29441                       <para>If no results are found, try searching for fewer
29442                       fields, not all Z39.50 targets can search all of the
29443                       fields above.</para>
29444                     </note>
29445                   </listitem>
29446                 </itemizedlist>
29447               </listitem>
29448
29449               <listitem>
29450                 <para>Search targets can be altered by using the <link linkend="z3950admin">Z39.50 Admin</link> area.</para>
29451               </listitem>
29452
29453               <listitem>
29454                 <para>From the results you can view the MARC or Card view for
29455                 the records or choose to Import them into Koha</para>
29456
29457                 <screenshot>
29458                   <screeninfo>Z39.50 Search Results</screeninfo>
29459
29460                   <mediaobject>
29461                     <imageobject>
29462                       <imagedata fileref="images/cataloging/zsearchresults.png"/>
29463                     </imageobject>
29464                   </mediaobject>
29465                 </screenshot>
29466
29467                 <itemizedlist>
29468                   <listitem>
29469                     <para>In addition to the Import link to the right of each
29470                     title, you can click on the title you're interested in and
29471                     a menu will pop up with links to preview the record and
29472                     import it</para>
29473
29474                     <screenshot>
29475                       <screeninfo>Import Link Popup on Z39.50 Search
29476                       Results</screeninfo>
29477
29478                       <mediaobject>
29479                         <imageobject>
29480                           <imagedata fileref="images/cataloging/importz39.png"/>
29481                         </imageobject>
29482                       </mediaobject>
29483                     </screenshot>
29484                   </listitem>
29485
29486                   <listitem>
29487                     <para>If you don't find the title you need in your Z39.50
29488                     search results you can click the 'Try Another Search'
29489                     button at the bottom left of your results</para>
29490
29491                     <screenshot>
29492                       <screeninfo>Try another search</screeninfo>
29493
29494                       <mediaobject>
29495                         <imageobject>
29496                           <imagedata fileref="images/cataloging/tryanotherzsearch.png"/>
29497                         </imageobject>
29498                       </mediaobject>
29499                     </screenshot>
29500                   </listitem>
29501                 </itemizedlist>
29502               </listitem>
29503             </itemizedlist>
29504           </listitem>
29505         </itemizedlist>
29506
29507         <para>Once you've opened a blank framework or imported a record via
29508         Z39.50 you will be presented with the form to continue
29509         cataloging</para>
29510
29511         <screenshot>
29512           <screeninfo>Add MARC Record</screeninfo>
29513
29514           <mediaobject>
29515             <imageobject>
29516               <imagedata fileref="images/cataloging/addmarc.png"/>
29517             </imageobject>
29518           </mediaobject>
29519         </screenshot>
29520
29521         <itemizedlist>
29522           <listitem>
29523             <para>If you would rather not see the MARC tag numbers you can change the value in your
29524                 <link linkend="hide_marc">hide_marc</link> system preference or each user can check
29525               the box next to 'Show tags' at the top of the editor.</para>
29526           </listitem>
29527           <listitem>
29528             <para>To expand a collapsed tag click on the tag description</para>
29529           </listitem>
29530
29531           <listitem>
29532             <para>To get help from the Library of Congress on a Marc tag click
29533             the question mark (?) to the right of each field number</para>
29534
29535             <itemizedlist>
29536               <listitem>
29537                 <para>If you feel that this clutters the screen you can hide
29538                 the question marks by unchecking the box next to the 'Show
29539                 MARC tag documentation links' note at the top right of the
29540                 editor</para>
29541
29542                 <screenshot>
29543                   <screeninfo>Show MARC tag documentation links
29544                   checkbox</screeninfo>
29545
29546                   <mediaobject>
29547                     <imageobject>
29548                       <imagedata fileref="images/cataloging/marcdoclinks.png"/>
29549                     </imageobject>
29550                   </mediaobject>
29551                 </screenshot>
29552               </listitem>
29553             </itemizedlist>
29554           </listitem>
29555
29556           <listitem>
29557             <para>Sometimes fields may not be editable due to the value in
29558             your <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
29559             system preference. If you have this preference set to not allow
29560             catalogers to type in fields controlled by authorities you may see
29561             a lock symbol to the left of the field.</para>
29562
29563             <screenshot>
29564               <screeninfo>Authority fields locked against editing</screeninfo>
29565
29566               <mediaobject>
29567                 <imageobject>
29568                   <imagedata fileref="images/cataloging/lockedauthority.png"/>
29569                 </imageobject>
29570               </mediaobject>
29571             </screenshot>
29572
29573             <itemizedlist>
29574               <listitem>
29575                 <para>If this icon appears you must click the icon to the
29576                 right of the field to search for an existing authority.</para>
29577
29578                 <screenshot>
29579                   <screeninfo>Search for authority</screeninfo>
29580
29581                   <mediaobject>
29582                     <imageobject>
29583                       <imagedata fileref="images/cataloging/catauthoritysearch.png"/>
29584                     </imageobject>
29585                   </mediaobject>
29586                 </screenshot>
29587               </listitem>
29588
29589               <listitem>
29590                 <para>From the results list click 'Choose authority' to bring
29591                 that into your catalog record</para>
29592
29593                 <screenshot>
29594                   <screeninfo>Authority search results</screeninfo>
29595
29596                   <mediaobject>
29597                     <imageobject>
29598                       <imagedata fileref="images/cataloging/catauthoritysearchresults.png"/>
29599                     </imageobject>
29600                   </mediaobject>
29601                 </screenshot>
29602               </listitem>
29603             </itemizedlist>
29604           </listitem>
29605
29606           <listitem>
29607             <para>To duplicate a field click on the 'repeat this tag' icon to
29608             the right of the tag</para>
29609
29610             <screenshot>
29611               <screeninfo>Duplicate a Field</screeninfo>
29612
29613               <mediaobject>
29614                 <imageobject>
29615                   <imagedata fileref="images/cataloging/dupfield.png"/>
29616                 </imageobject>
29617               </mediaobject>
29618             </screenshot>
29619
29620             <itemizedlist>
29621               <listitem>
29622                 <para>To move subfields in to the right order, click the up
29623                 arrow to the left of the field</para>
29624               </listitem>
29625
29626               <listitem>
29627                 <para>To duplicate a subfield click on the clone icon (to
29628                 remove a copied field, click the delete clone icon) to the
29629                 right of the field</para>
29630
29631                 <screenshot>
29632                   <screeninfo>Clone Subfield</screeninfo>
29633
29634                   <mediaobject>
29635                     <imageobject>
29636                       <imagedata fileref="images/cataloging/clonesubfield.png"/>
29637                     </imageobject>
29638                   </mediaobject>
29639                 </screenshot>
29640               </listitem>
29641
29642               <listitem>
29643                 <para>To remove a subfield (if there is more than one of the
29644                 same type), click the - (minus sign) to the right of the
29645                 field</para>
29646               </listitem>
29647             </itemizedlist>
29648           </listitem>
29649
29650           <listitem>
29651             <para>To use a plugin click on the icon to the right of the
29652             filed</para>
29653
29654             <screenshot>
29655               <screeninfo>Leader Builder Plugin</screeninfo>
29656
29657               <mediaobject>
29658                 <imageobject>
29659                   <imagedata fileref="images/cataloging/leaderbuilder.png"/>
29660                 </imageobject>
29661               </mediaobject>
29662             </screenshot>
29663
29664             <itemizedlist>
29665               <listitem>
29666                 <para>Some fixed fields have editors that will change based on
29667                 the material type you're cataloging (for example the 006 and
29668                 the 008 fields)</para>
29669
29670                 <screenshot>
29671                   <screeninfo>008 Plugin</screeninfo>
29672
29673                   <mediaobject>
29674                     <imageobject>
29675                       <imagedata fileref="images/cataloging/008plugin.png"/>
29676                     </imageobject>
29677                   </mediaobject>
29678                 </screenshot>
29679               </listitem>
29680             </itemizedlist>
29681           </listitem>
29682
29683           <listitem>
29684             <para>Once you've finished, click the 'Save' button at the top and
29685             choose whether you want to save and view the bib record you have
29686             created or continue on to add/edit items attached to the
29687             record</para>
29688
29689             <screenshot>
29690               <screeninfo>Record save options</screeninfo>
29691
29692               <mediaobject>
29693                 <imageobject>
29694                   <imagedata fileref="images/cataloging/savecataloging.png"/>
29695                 </imageobject>
29696               </mediaobject>
29697             </screenshot>
29698             <itemizedlist>
29699               <listitem>
29700                 <para>Choosing 'Save and view record' will bring you right to the record you just
29701                   cataloged</para>
29702               </listitem>
29703               <listitem>
29704                 <para>Choosing 'Save and edit items' will bring you to the add/edit item form after
29705                   saving the bib record so that you can attach holdings</para>
29706               </listitem>
29707               <listitem>
29708                 <para>Choosing 'Save and continute editing' will allow you to save your work so far
29709                   and keep you in the editor to continue working</para>
29710               </listitem>
29711             </itemizedlist>
29712           </listitem>
29713           <listitem>
29714             <para>If you are about to add a duplicate record to the system you will be warned before
29715               saving</para>
29716             <screenshot>
29717               <screeninfo>Duplicate Record Warning</screeninfo>
29718               <mediaobject>
29719                 <imageobject>
29720                   <imagedata fileref="images/cataloging/duprecordwarn.png"/>
29721                 </imageobject>
29722               </mediaobject>
29723             </screenshot>
29724           </listitem>
29725         </itemizedlist>
29726       </section>
29727
29728       <section id="cataloganalytics">
29729         <title>Adding Analytic Records</title>
29730
29731         <para>Libraries sometimes make journal articles and articles within
29732         monographs and serials accessible to library patrons through analytics
29733         cataloging. Analytics cataloging creates separate bibliographic
29734         records for these articles, chapters, sections, etc. found within a
29735         larger resource such as a book, an article within a journal, newspaper
29736         or serial. In analytics cataloging, although a separate bib record is
29737         created for the title, it is not physically separated from the host
29738         item.  Learn more about Analytics in Chapter 13 of AACR2.</para>
29739
29740         <para>If you would like to catalog analytic records there are two options. One is to use the
29741             <link linkend="catalogeasyanalytics">Easy Analytics</link> funtion; the other is the
29742             <link linkend="catalogenhanceanalytics">Analytics Enhanced Workflow</link>.</para>
29743         <section id="catalogeasyanalytics">
29744           <title>Easy Analytics</title>
29745           <para>The Easy Analytics feature makes linking analytic records together easier.  The
29746             first thing you need to do is set the <link linkend="EasyAnalyticalRecords"
29747               >EasyAnalyticalRecords</link> preference to 'Display' and the <link
29748               linkend="UseControlNumber">UseControlNumber</link> preference to 'Don't use.' </para>
29749           <para>After cataloging your analytic record (see <link linkend="addbibrec">Adding
29750               Records</link> for more on creating records) click 'Edit' from the normal view and
29751             choose to 'Link to Host Item'</para>
29752           <screenshot>
29753             <screeninfo>Link to Host Item</screeninfo>
29754             <mediaobject>
29755               <imageobject>
29756                 <imagedata fileref="images/cataloging/analyticslink.png"/>
29757               </imageobject>
29758             </mediaobject>
29759           </screenshot>
29760           <para>This will prompt you to enter the barcode for the item this record should be linked
29761             to.</para>
29762           <screenshot>
29763             <screeninfo>Barcode for Analytic Linking</screeninfo>
29764             <mediaobject>
29765               <imageobject>
29766                 <imagedata fileref="images/cataloging/analyticsbarcode.png"/>
29767               </imageobject>
29768             </mediaobject>
29769           </screenshot>
29770           <para>After entering the item's barcode and clicking 'Select' you will receive a
29771             confirmation message.</para>
29772           <screenshot>
29773             <screeninfo>Analytic Link Success</screeninfo>
29774             <mediaobject>
29775               <imageobject>
29776                 <imagedata fileref="images/cataloging/analyticlinksuccess.png"/>
29777               </imageobject>
29778             </mediaobject>
29779           </screenshot>
29780           <para>The record will now have the 773 field filled in properly to complete the
29781             link.</para>
29782           <screenshot>
29783             <screeninfo>773</screeninfo>
29784             <mediaobject>
29785               <imageobject>
29786                 <imagedata fileref="images/cataloging/analytics773.png"/>
29787               </imageobject>
29788             </mediaobject>
29789           </screenshot>
29790           <para>To view all of the items tied to the host record, do a search for the record, click
29791             the Analytics tab on the left and the analytics tied to each barcode will be shown under
29792             the "Used in" column.</para>
29793           <screenshot>
29794             <screeninfo>Analytics Tab</screeninfo>
29795             <mediaobject>
29796               <imageobject>
29797                 <imagedata fileref="images/cataloging/analyticstab.png"/>
29798               </imageobject>
29799             </mediaobject>
29800           </screenshot>
29801           <note>
29802             <para>It is also possible to create analytic records from this screen by clicking on
29803               "Create Analytics"</para>
29804           </note>
29805           <para>You can also see the analytics attached to this record by clicking the 'Show
29806             Analytic' link towards the top of the record in the normal view.</para>
29807           <screenshot>
29808             <screeninfo>Show Analytics on Bib Record</screeninfo>
29809             <mediaobject>
29810               <imageobject>
29811                 <imagedata fileref="images/cataloging/anayticbib.png"/>
29812               </imageobject>
29813             </mediaobject>
29814           </screenshot>
29815           <para>When looking at the anaytic record you will also see a link to the host item under
29816             the 'Host records' column in the holdings table when viewing the 'Analtyics' tab.</para>
29817           <screenshot>
29818               <screeninfo>Host Record</screeninfo>
29819               <mediaobject>
29820                 <imageobject>
29821                   <imagedata fileref="images/cataloging/hostrecords.png"/>
29822                 </imageobject>
29823               </mediaobject>
29824             </screenshot>
29825         </section>
29826         <section id="catalogenhanceanalytics">
29827           <title>Analytics Enhanced Workflow </title>
29828           <para>To use the Enhanced Workflow method of adding analytics, the first thing you need to
29829             do is set the <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link>
29830             preference to 'Don't display' and the <link linkend="UseControlNumber"
29831               >UseControlNumber</link> preference to 'Use.' </para>
29832           <para>After cataloging your original record (see <link linkend="addbibrec">Adding
29833               Records</link> for more on creating records) click 'New' from the normal view and
29834             choose to 'New child record.'</para>
29835           <screenshot>
29836               <screeninfo>New child record</screeninfo>
29837               <mediaobject>
29838                 <imageobject>
29839                   <imagedata fileref="images/cataloging/analyticschildlink.png"/>
29840                 </imageobject>
29841               </mediaobject>
29842             </screenshot>
29843           <para>This will open a new blank record for cataloging. The blank record will only have
29844             the 773 field filled in properly to complete the link once the record is saved.</para>
29845           <screenshot>
29846             <screeninfo>773</screeninfo>
29847             <mediaobject>
29848               <imageobject>
29849                 <imagedata fileref="images/cataloging/analytics773child.png"/>
29850               </imageobject>
29851             </mediaobject>
29852           </screenshot>
29853           <para>To view all of the items tied to the host record, do a search for the record, click
29854             the Analytics tab on the left and the analytics tied to each barcode will be shown under
29855             the "Used in" column.</para>
29856           <screenshot>
29857             <screeninfo>Analytics Tab</screeninfo>
29858             <mediaobject>
29859               <imageobject>
29860                 <imagedata fileref="images/cataloging/analyticstab.png"/>
29861               </imageobject>
29862             </mediaobject>
29863           </screenshot>
29864           <para>You can also see the analytics attached to this record by clicking the 'Show
29865             Analytic' link towards the top of the record in the normal view.</para>
29866           <screenshot>
29867             <screeninfo>Show Analytics on Bib Record</screeninfo>
29868             <mediaobject>
29869               <imageobject>
29870                 <imagedata fileref="images/cataloging/anayticbib.png"/>
29871               </imageobject>
29872             </mediaobject>
29873           </screenshot>
29874           <para>When looking at the anaytic record you will also see a link to the host item under
29875             the 'Host records' column in the holdings table when viewing the 'Analtyics' tab.</para>
29876           <screenshot>
29877               <screeninfo>Host Record</screeninfo>
29878               <mediaobject>
29879                 <imageobject>
29880                   <imagedata fileref="images/cataloging/hostrecords.png"/>
29881                 </imageobject>
29882               </mediaobject>
29883             </screenshot>
29884         </section>
29885         <section id="analyticediting">
29886           <title>Editing Analytics</title>
29887           <para>If you have linked an analytic record incorrectly you can remove that link by
29888             editing the item on the analytic record (not the host record). To do this, go to the
29889             analytic record and click the 'Edit' button and choose to 'Edit items'. To the left of
29890             each item you will see two options.</para>
29891           <screenshot>
29892             <screeninfo>Edit Analytic Item Record</screeninfo>
29893             <mediaobject>
29894               <imageobject>
29895                 <imagedata fileref="images/cataloging/analyticdelink.png"/>
29896               </imageobject>
29897             </mediaobject>
29898           </screenshot>
29899           <itemizedlist>
29900             <listitem>
29901               <para>Clicking 'Edit in Host' will allow you to edit the item on the host
29902                 record.</para>
29903             </listitem>
29904             <listitem>
29905               <para>Clicking 'Delink' will remove the 773 field and the link between the analytic
29906                 and the host.</para>
29907             </listitem>
29908           </itemizedlist>
29909         </section>
29910       </section>
29911
29912       <section id="editbibrec">
29913         <title>Editing Records</title>
29914
29915         <para>To edit a record you can click 'Edit Biblio' from the search
29916         results on the cataloging page</para>
29917
29918         <screenshot>
29919           <screeninfo>Edit Biblio Option on Search Results</screeninfo>
29920
29921           <mediaobject>
29922             <imageobject>
29923               <imagedata fileref="images/cataloging/catalogsearch.png"/>
29924             </imageobject>
29925           </mediaobject>
29926         </screenshot>
29927
29928         <para>or by clicking the Edit button on the Bibliographic Record and
29929         choosing 'Edit Record'</para>
29930
29931         <screenshot>
29932           <screeninfo>Edit Record Option on Bibliographic Record</screeninfo>
29933
29934           <mediaobject>
29935             <imageobject>
29936               <imagedata fileref="images/cataloging/editrecord.png"/>
29937             </imageobject>
29938           </mediaobject>
29939         </screenshot>
29940
29941         <para>The record will open in the MARC editor</para>
29942
29943         <screenshot>
29944           <screeninfo>Editing MARC Record</screeninfo>
29945
29946           <mediaobject>
29947             <imageobject>
29948               <imagedata fileref="images/cataloging/editingrecord.png"/>
29949             </imageobject>
29950           </mediaobject>
29951         </screenshot>
29952
29953         <para>The alternative is to search via Z39.50 to overlay your record
29954         with a fuller record found at another library. You can do this by
29955         choosing 'Replace Record via Z39.50' from the Edit menu.</para>
29956
29957         <screenshot>
29958           <screeninfo>Replace via Z39.50</screeninfo>
29959
29960           <mediaobject>
29961             <imageobject>
29962               <imagedata fileref="images/cataloging/replaceviaz39.png"/>
29963             </imageobject>
29964           </mediaobject>
29965         </screenshot>
29966
29967         <para>Once you choose that you will be brought to a Z39.50 search
29968         window to search other libraries for the record in question.</para>
29969
29970         <para>Once you have made your edits (via either method) you can click
29971         'Save' at the top left of the editor.</para>
29972
29973         <para>You can also use the edit menu to add your own custom cover
29974         image if you have either <link linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> and/or
29975         <link linkend="LocalCoverImages">LocalCoverImages</link> set to
29976         'Display' by choosing 'Upload Image' from the menu.</para>
29977
29978         <screenshot>
29979           <screeninfo>Upload Image</screeninfo>
29980
29981           <mediaobject>
29982             <imageobject>
29983               <imagedata fileref="images/cataloging/uploadimage.png"/>
29984             </imageobject>
29985           </mediaobject>
29986         </screenshot>
29987
29988         <para>Choosing to 'Upload Image' will take you to the <link linkend="uploadlocalimages">Upload Local Cover Image
29989         Tool</link>.</para>
29990       </section>
29991
29992       <section id="dupbibrec">
29993         <title>Duplicating Records</title>
29994
29995         <para>Sometimes a copy of the record you need to catalog can't be
29996         found via Z39.50. In these cases you can create a duplicate of similar
29997         record and edit the necessary pieces to create a new record. To
29998         duplicate an existing record click 'Edit as New (Duplicate)' from the
29999         Edit menu on the Bibliographic Record</para>
30000
30001         <screenshot>
30002           <screeninfo>Edit as New (Duplicate) Bibliographic
30003           Record</screeninfo>
30004
30005           <mediaobject>
30006             <imageobject>
30007               <imagedata fileref="images/cataloging/createduplicate.png"/>
30008             </imageobject>
30009           </mediaobject>
30010         </screenshot>
30011
30012         <para>This will open a new MARC record with the fields filled in with
30013         the values from the original Bibliographic Record.</para>
30014
30015         <screenshot>
30016           <screeninfo>New Duplicate Record</screeninfo>
30017
30018           <mediaobject>
30019             <imageobject>
30020               <imagedata fileref="images/cataloging/newduprecord.png"/>
30021             </imageobject>
30022           </mediaobject>
30023         </screenshot>
30024       </section>
30025
30026       <section id="mergebibs">
30027         <title>Merging Records</title>
30028
30029         <para>If you would like to merge together multiple records you can do
30030         that via the <link linkend="lists">Lists</link> tool. <link linkend="mergebibrecs">Learn more here</link>.</para>
30031       </section>
30032       <section id="deleterecord">
30033         <title>Deleting Records</title>
30034         <para>To delete a bibliographic record simply choose the 'Edit' button and select 'Delete record'</para>
30035         <screenshot>
30036             <screeninfo>Delete record</screeninfo>
30037             <mediaobject>
30038               <imageobject>
30039                 <imagedata fileref="images/cataloging/deleterecord.png"/>
30040               </imageobject>
30041             </mediaobject>
30042           </screenshot>
30043         <para>Bibliographic records can only be deleted one all items have been deleted. If you try
30044           to delete a bibliographic record with items still attached you will see that the delete
30045           option is grayed out.</para>
30046         <screenshot>
30047             <screeninfo>Record with items still attached</screeninfo>
30048             <mediaobject>
30049               <imageobject>
30050                 <imagedata fileref="images/cataloging/nodeleterecord.png"/>
30051               </imageobject>
30052             </mediaobject>
30053           </screenshot>
30054       </section>
30055     </section>
30056
30057     <section id="catitems">
30058       <title>Item Records</title>
30059
30060       <para>In Koha each bibliographic record can have one or more items
30061       attached. These items are sometimes referred to as holdings. Each item
30062       includes information to the physical copy the library has.</para>
30063
30064       <section id="addingitems">
30065         <title>Adding Items</title>
30066
30067         <para>After saving a new bibliographic record, you will be redirected
30068         to a blank item record so that you can attach an item to the
30069         bibliographic record. You can also click 'Add/Edit Items' from the
30070         cataloging search results</para>
30071
30072         <screenshot>
30073           <screeninfo>Add/Edit Items Option on Search Results</screeninfo>
30074
30075           <mediaobject>
30076             <imageobject>
30077               <imagedata fileref="images/cataloging/catalogsearch.png"/>
30078             </imageobject>
30079           </mediaobject>
30080         </screenshot>
30081
30082         <para>or you can add new item at any time by clicking 'New' on the
30083         bibliographic record and choosing 'New Item'</para>
30084
30085         <screenshot>
30086           <screeninfo>New Item Button</screeninfo>
30087
30088           <mediaobject>
30089             <imageobject>
30090               <imagedata fileref="images/cataloging/newitem.png"/>
30091             </imageobject>
30092           </mediaobject>
30093         </screenshot>
30094
30095         <para>The item edit form will appear:</para>
30096
30097         <screenshot>
30098           <screeninfo>Add item form</screeninfo>
30099
30100           <mediaobject>
30101             <imageobject>
30102               <imagedata fileref="images/cataloging/additem.png"/>
30103             </imageobject>
30104           </mediaobject>
30105         </screenshot>
30106
30107         <para>At the very least, if you plan on circulating the item, the
30108         following fields should be entered for new items:</para>
30109
30110         <itemizedlist>
30111           <listitem>
30112             <para>2 - Source of classification</para>
30113           </listitem>
30114
30115           <listitem>
30116             <para>a - Permanent location</para>
30117           </listitem>
30118
30119           <listitem>
30120             <para>b - Current location</para>
30121           </listitem>
30122
30123           <listitem>
30124             <para>o - Full call number</para>
30125           </listitem>
30126
30127           <listitem>
30128             <para>p - Barcode</para>
30129           </listitem>
30130
30131           <listitem>
30132             <para>v - Cost, replacement price</para>
30133
30134             <itemizedlist>
30135               <listitem>
30136                 <para>This value will be charged to patrons when you mark an
30137                 item they have checked out as 'Lost'</para>
30138               </listitem>
30139             </itemizedlist>
30140           </listitem>
30141
30142           <listitem>
30143             <para>y - Koha item type</para>
30144           </listitem>
30145         </itemizedlist>
30146
30147         <para>To make sure that these values are filled in you can mark them
30148         as mandatory in the <link linkend="marcbibframeworks">framework</link>
30149         you're using and then they will appear in red with a 'required' label.
30150         The item will not save until the required fields are filled in.</para>
30151
30152         <screenshot>
30153           <screeninfo>Required Item Subfield</screeninfo>
30154
30155           <mediaobject>
30156             <imageobject>
30157               <imagedata fileref="images/cataloging/requireditemfields.png"/>
30158             </imageobject>
30159           </mediaobject>
30160         </screenshot>
30161
30162         <itemizedlist>
30163           <listitem>
30164             <note>
30165               <para>To make item subfields required in a framework you'll want
30166               to edit the 952 field in the <link linkend="marcbibframeworks">framework editor</link>.</para>
30167             </note>
30168           </listitem>
30169         </itemizedlist>
30170
30171         <para>Below the add form there are 3 buttons for adding the
30172         item</para>
30173
30174         <screenshot>
30175           <screeninfo>Add Item Buttons</screeninfo>
30176
30177           <mediaobject>
30178             <imageobject>
30179               <imagedata fileref="images/cataloging/additembuttons.png"/>
30180             </imageobject>
30181           </mediaobject>
30182         </screenshot>
30183
30184         <itemizedlist>
30185           <listitem>
30186             <para>Add Item will add just the one item</para>
30187           </listitem>
30188
30189           <listitem>
30190             <para>Add &amp; Duplicate will add the item and fill in a new form
30191             with the same values for your to alter</para>
30192           </listitem>
30193
30194           <listitem>
30195             <para>Add Multiple items will ask how many items and will then add that number of items
30196               adding +1 to the barcode so each barcode is unique</para>
30197           </listitem>
30198         </itemizedlist>
30199
30200         <para>Your added items will appear above the add form once
30201         submitted</para>
30202
30203         <screenshot>
30204           <screeninfo>Items</screeninfo>
30205
30206           <mediaobject>
30207             <imageobject>
30208               <imagedata fileref="images/cataloging/items.png"/>
30209             </imageobject>
30210           </mediaobject>
30211         </screenshot>
30212
30213         <para>Your items will also appear below the bibliographic details on
30214         the bib record display.</para>
30215
30216         <screenshot>
30217           <screeninfo>List of Items on the Bib Record</screeninfo>
30218
30219           <mediaobject>
30220             <imageobject>
30221               <imagedata fileref="images/cataloging/items-withoutlabelprint.png"/>
30222             </imageobject>
30223           </mediaobject>
30224         </screenshot>
30225
30226         <para>If you have <link linkend="SpineLabelShowPrintOnBibDetails">SpineLabelShowPrintOnBibDetails</link>
30227         set to 'Display' then there will also be a link to print a quick spine
30228         label next to each item.</para>
30229
30230         <screenshot>
30231           <screeninfo>List of Items on the Bib Record with a Print Label
30232           link</screeninfo>
30233
30234           <mediaobject>
30235             <imageobject>
30236               <imagedata fileref="images/cataloging/items-withlabelprint.png"/>
30237             </imageobject>
30238           </mediaobject>
30239         </screenshot>
30240         <para>You can also filter the contents of your holdings table by clicking the 'Activate
30241           filters' links.  This will show a row at the top where you can type in any column to
30242           filter the results in the table.</para>
30243         <screenshot>
30244             <screeninfo>Filter holdings</screeninfo>
30245             <mediaobject>
30246               <imageobject>
30247                 <imagedata fileref="images/cataloging/items-activatefilters.png"/>
30248               </imageobject>
30249             </mediaobject>
30250           </screenshot>
30251       </section>
30252
30253       <section id="editingitems">
30254         <title>Editing Items</title>
30255
30256         <para>Items can be edited in several ways.</para>
30257
30258         <itemizedlist>
30259           <listitem>
30260             <para>Clicking 'Edit' and 'Edit Items' from the bibliographic
30261             record</para>
30262
30263             <screenshot>
30264               <screeninfo>Edit Items Menu Option</screeninfo>
30265
30266               <mediaobject>
30267                 <imageobject>
30268                   <imagedata fileref="images/cataloging/edititem.png"/>
30269                 </imageobject>
30270               </mediaobject>
30271             </screenshot>
30272
30273             <para>Which will open up a list of items where you can click
30274             'Edit' to the left of the specific item you would like to
30275             edit.</para>
30276
30277             <screenshot>
30278               <screeninfo>Edit individual items</screeninfo>
30279
30280               <mediaobject>
30281                 <imageobject>
30282                   <imagedata fileref="images/cataloging/edititemlink.png"/>
30283                 </imageobject>
30284               </mediaobject>
30285             </screenshot>
30286           </listitem>
30287
30288           <listitem>
30289             <para>Clicking 'Edit Items' beside the item on the 'Items'
30290             tab</para>
30291
30292             <screenshot>
30293               <screeninfo>Items Tab</screeninfo>
30294
30295               <mediaobject>
30296                 <imageobject>
30297                   <imagedata fileref="images/cataloging/itemstab.png"/>
30298                 </imageobject>
30299               </mediaobject>
30300             </screenshot>
30301
30302             <para>Which will open up the editor on the item you'd like to edit</para>
30303
30304             <screenshot>
30305               <screeninfo>Edit individual items</screeninfo>
30306
30307               <mediaobject>
30308                 <imageobject>
30309                   <imagedata fileref="images/cataloging/edititemlinkfromtab.png"/>
30310                 </imageobject>
30311               </mediaobject>
30312             </screenshot>
30313           </listitem>
30314
30315           <listitem>
30316             <para>Clicking 'Edit' and then 'Edit items in batch'</para>
30317
30318             <screenshot>
30319               <screeninfo>Edit items in a batch</screeninfo>
30320
30321               <mediaobject>
30322                 <imageobject>
30323                   <imagedata fileref="images/cataloging/editinbatch.png"/>
30324                 </imageobject>
30325               </mediaobject>
30326             </screenshot>
30327
30328             <para>This will open up the <link linkend="batchmodifyitems">batch
30329             item modification tool</link> where you can edit all of the items
30330             on this record as a batch.</para></listitem>
30331             <listitem><para>You can also enable <link linkend="StaffDetailItemSelection">StaffDetailItemSelection
30332             </link> to have checkboxes appear to the left of each item
30333               on the detail display. You can then check off the items you would like to edit and
30334               click 'Modify selected items' at the top of the list.</para>
30335               <screenshot>
30336                 <screeninfo>Editing selected items</screeninfo>
30337                 <mediaobject>
30338                   <imageobject>
30339                     <imagedata fileref="images/cataloging/editwithitemchecks.png"/>
30340                   </imageobject>
30341                 </mediaobject>
30342               </screenshot>
30343           </listitem>
30344           <listitem>
30345             <para>You can click 'Edit' to the right of each item in the Holdings tab<screenshot>
30346                 <screeninfo>Edit individual items</screeninfo>
30347                 <mediaobject>
30348                   <imageobject>
30349                     <imagedata fileref="images/cataloging/editindividual.png"/>
30350                   </imageobject>
30351                 </mediaobject>
30352               </screenshot></para>
30353           </listitem>
30354           <listitem>
30355             <para>Finally you can use the <link linkend="batchmodifyitems">Batch Item
30356                 Modification</link> tool</para>
30357           </listitem>
30358         </itemizedlist>
30359
30360         <section id="itemquickedit">
30361           <title>Quick Item Status Updates</title>
30362
30363           <para>Often circulation staff need to change the status of an item
30364           to Lost or Damaged. This doesn't require you to edit the entire item
30365           record. Instead clicking on the item barcode on the checkout summary
30366           or checkin history will bring you to an item summary. You can also
30367           get to the item summary by clicking on the Items tab to the left of
30368           the bib detail page.</para>
30369
30370           <screenshot>
30371             <screeninfo>Item Edit</screeninfo>
30372
30373             <mediaobject>
30374               <imageobject>
30375                 <imagedata fileref="images/cataloging/quickitemedit.png"/>
30376               </imageobject>
30377             </mediaobject>
30378           </screenshot>
30379
30380           <para>From this view you can mark an item lost by choosing a lost
30381           status from the pull down and clicking the 'Set Status'
30382           button.</para>
30383
30384           <screenshot>
30385             <screeninfo>Edit Lost Status</screeninfo>
30386
30387             <mediaobject>
30388               <imageobject>
30389                 <imagedata fileref="images/cataloging/editloststatus.png"/>
30390               </imageobject>
30391             </mediaobject>
30392           </screenshot>
30393
30394           <para>You can also mark an item as damaged by choosing a damaged
30395           status from the pull down and clicking the 'Set Status'
30396           button.</para>
30397
30398           <screenshot>
30399             <screeninfo>Edit Damaged Status</screeninfo>
30400
30401             <mediaobject>
30402               <imageobject>
30403                 <imagedata fileref="images/cataloging/editdamagedstatus.png"/>
30404               </imageobject>
30405             </mediaobject>
30406           </screenshot>
30407         </section>
30408       </section>
30409
30410       <section id="iteminfo">
30411         <title>Item Information</title>
30412
30413         <para>To the left of every bibliographic record there is a tab to view
30414         the items.</para>
30415
30416         <screenshot>
30417           <screeninfo>Items Tab</screeninfo>
30418
30419           <mediaobject>
30420             <imageobject>
30421               <imagedata fileref="images/cataloging/quickitemedit.png"/>
30422             </imageobject>
30423           </mediaobject>
30424         </screenshot>
30425
30426         <para>Clicking that tab will give you basic information about the items. From here you can
30427           see basic information about the item such as the home library, item type, collection code,
30428           call number and replacement price. You can also see and edit the status information.  If
30429           an item is marked lost or withdrawn you will also see the date that status was applied.<screenshot>
30430             <screeninfo/>
30431             <mediaobject>
30432               <imageobject>
30433                 <imagedata fileref="images/cataloging/itemstatuses.png"/>
30434               </imageobject>
30435             </mediaobject>
30436           </screenshot></para>
30437         <para>In the History section you will see infomration about the check out history of the
30438           item and if you ordered the item via the acquisitions module then this section will
30439           include information about the order.</para>
30440
30441         <screenshot>
30442           <screeninfo>History with order info</screeninfo>
30443
30444           <mediaobject>
30445             <imageobject>
30446               <imagedata fileref="images/cataloging/itemorderinfo.png"/>
30447             </imageobject>
30448           </mediaobject>
30449         </screenshot>
30450
30451         <para>If the Order or Accession date is linked, clicking it will bring
30452         you to the acquisitions information for that item.</para>
30453       </section>
30454
30455       <section id="moveitemrec">
30456         <title>Moving Items</title>
30457
30458         <para>Items can be moved from one bibliographic record to another
30459         using the Attach Item option</para>
30460
30461         <screenshot>
30462           <screeninfo>Attach Item Option</screeninfo>
30463
30464           <mediaobject>
30465             <imageobject>
30466               <imagedata fileref="images/cataloging/attachitem.png"/>
30467             </imageobject>
30468           </mediaobject>
30469         </screenshot>
30470
30471         <para>Visit the bibliographic record you want to attach the item to
30472         and choose 'Attach Item' from the 'Edit' menu.</para>
30473
30474         <screenshot>
30475           <screeninfo>Attach Item Form</screeninfo>
30476
30477           <mediaobject>
30478             <imageobject>
30479               <imagedata fileref="images/cataloging/attachitemform.png"/>
30480             </imageobject>
30481           </mediaobject>
30482         </screenshot>
30483
30484         <para>Simply enter the barcode for the item you want to move and click
30485         'Select'</para>
30486
30487         <para>If you want to move all items to a new record creating only one
30488         bibliographic record you can use the <link linkend="mergebibrecs">Merge Records tool</link> instead.</para>
30489       </section>
30490
30491       <section id="deleteitems">
30492         <title>Deleting Items</title>
30493
30494         <para>There are many ways to delete item records. If you only need to
30495         delete one item you can do this by opening up the detail page for the
30496         bib record and clicking the 'Edit' button at the top. From there you
30497         can choose to 'Edit items'.</para>
30498
30499         <screenshot>
30500           <screeninfo>'Edit Items' menu option</screeninfo>
30501
30502           <mediaobject>
30503             <imageobject>
30504               <imagedata fileref="images/cataloging/edititemstodelete.png"/>
30505             </imageobject>
30506           </mediaobject>
30507         </screenshot>
30508
30509         <para>You will be presented with a list of items and next to each one
30510         will be a link labeled 'Delete'. Click that link and if the item is
30511         not checked out it will delete that item.</para>
30512
30513         <screenshot>
30514           <screeninfo>Delete link on the left</screeninfo>
30515
30516           <mediaobject>
30517             <imageobject>
30518               <imagedata fileref="images/cataloging/deleteitemlink.png"/>
30519             </imageobject>
30520           </mediaobject>
30521         </screenshot>
30522
30523         <para>If you know that all of the items attached to your record are
30524         not currently checked out you can use the 'Delete all items' option
30525         under the 'Edit menu' and it will remove all items from the
30526         record.</para>
30527         <para>You can also enable <link linkend="StaffDetailItemSelection">StaffDetailItemSelection</link> 
30528           to have checkboxes appear to the left of each item on
30529           the detail display. You can then check off the items you would like to delete and click
30530           'Delete selected items' at the top of the list.</para>
30531         <screenshot>
30532             <screeninfo>Deleting selected items</screeninfo>
30533             <mediaobject>
30534               <imageobject>
30535                 <imagedata fileref="images/cataloging/editwithitemchecks.png"/>
30536               </imageobject>
30537             </mediaobject>
30538           </screenshot>
30539
30540         <para>Finally you can use the <link linkend="batchdeleteitems">batch
30541         delete tool</link> to delete a batch of items.</para>
30542       </section>
30543
30544       <section id="itemcirchistory">
30545         <title>Item Specific Circulation History</title>
30546
30547         <para>Each bibliographic record keeps a circulation history (with or
30548         without the patron information depending on your settings), but each
30549         item also has its own circulation history page. To see this, click on
30550         the 'Items' tab to the left of the record you are viewing.</para>
30551
30552         <screenshot>
30553           <screeninfo>Items tab</screeninfo>
30554
30555           <mediaobject>
30556             <imageobject>
30557               <imagedata fileref="images/cataloging/itemstab-long.png"/>
30558             </imageobject>
30559           </mediaobject>
30560         </screenshot>
30561
30562         <para>Below the 'History' heading is a link to 'View item's checkout
30563         history,' clicking that will open up the item's history which will
30564         look slightly different from the bibliographic record's history
30565         page.</para>
30566
30567         <screenshot>
30568           <screeninfo>Item Specific Circulation History</screeninfo>
30569
30570           <mediaobject>
30571             <imageobject>
30572               <imagedata fileref="images/cataloging/itemspecifichistory.png"/>
30573             </imageobject>
30574           </mediaobject>
30575         </screenshot>
30576       </section>
30577     </section>
30578
30579     <section id="catauthorities">
30580       <title>Authorities</title>
30581
30582       <para>Authority records are a way of controlling fields in your MARC
30583       records. Using authority records will provide you with control over
30584       subject headings, personal names and places.</para>
30585
30586       <section id="addauthorities">
30587         <title>Adding Authorities</title>
30588
30589         <para>To add a new authority record you can either choose the authority type from the 'New
30590           Authority' button or search another library by clicking the 'New from Z39.50'
30591           button.</para>
30592
30593         <screenshot>
30594           <screeninfo>New Authority Record Options</screeninfo>
30595
30596           <mediaobject>
30597             <imageobject>
30598               <imagedata fileref="images/cataloging/newauthtypes.png"/>
30599             </imageobject>
30600           </mediaobject>
30601         </screenshot>
30602
30603         <para>If you choose to enter a new authority from scratch, the form that appears will allow
30604           you to enter all of the necessary details regarding your authority record.</para>
30605
30606         <screenshot>
30607           <screeninfo>New Authority Record</screeninfo>
30608
30609           <mediaobject>
30610             <imageobject>
30611               <imagedata fileref="images/cataloging/newauthrec.png"/>
30612             </imageobject>
30613           </mediaobject>
30614         </screenshot>
30615
30616         <para>To expand collapsed values simply click on the title and the
30617         subfields will appear. To duplicate a field or subfield just click the
30618         plus sign (+) to the right of the label. To use field helper plugins
30619         simply click the ellipsis (...) to the right of the field.</para>
30620
30621         <para>When linking authorities to other headings, you can use the
30622         authority finder plugin by clicking the ellipsis (...) to the right of
30623         the field.</para>
30624
30625         <screenshot>
30626           <screeninfo>Authority search plugin</screeninfo>
30627
30628           <mediaobject>
30629             <imageobject>
30630               <imagedata fileref="images/cataloging/creatnewauthfromlink.png"/>
30631             </imageobject>
30632           </mediaobject>
30633         </screenshot>
30634
30635         <para>From there you can search your authority file for the authority
30636         to link. If you can't find the authority to link, you can click the
30637         'Create new' button and add the necessary authority for the link. This
30638         plugin also allows for you to choose the link relationship between the
30639         authorities.</para>
30640
30641         <screenshot>
30642           <screeninfo>Authority relationships</screeninfo>
30643
30644           <mediaobject>
30645             <imageobject>
30646               <imagedata fileref="images/cataloging/authrelationships.png"/>
30647             </imageobject>
30648           </mediaobject>
30649         </screenshot>
30650         <para>If you choose to search another library for the authority record you will be presented
30651           with a search box</para>
30652         <screenshot>
30653             <screeninfo>Authority Z39.50 Search</screeninfo>
30654             <mediaobject>
30655               <imageobject>
30656                 <imagedata fileref="images/cataloging/authzsearch.png"/>
30657               </imageobject>
30658             </mediaobject>
30659           </screenshot>
30660         <para>From the results you can choose the 'Import' link to the right of the record you would
30661           like to add to Koha</para>
30662         <screenshot>
30663             <screeninfo>Authority Z39.50 Results</screeninfo>
30664             <mediaobject>
30665               <imageobject>
30666                 <imagedata fileref="images/cataloging/authimport.png"/>
30667               </imageobject>
30668             </mediaobject>
30669           </screenshot>
30670         <para>You will then be presented with the form to edit the authority before saving it to
30671           your system</para>
30672         <screenshot>
30673             <screeninfo>Imported Authority</screeninfo>
30674             <mediaobject>
30675               <imageobject>
30676                 <imagedata fileref="images/cataloging/authorityimported.png"/>
30677               </imageobject>
30678             </mediaobject>
30679           </screenshot>
30680       </section>
30681
30682       <section id="searchauthorities">
30683         <title>Searching Authorities</title>
30684
30685         <para>From the authorities page you can search for existing terms and
30686         the bibliographic records they are attached to.</para>
30687
30688         <screenshot>
30689           <screeninfo>Authority Search</screeninfo>
30690
30691           <mediaobject>
30692             <imageobject>
30693               <imagedata fileref="images/cataloging/authoritysearch.png"/>
30694             </imageobject>
30695           </mediaobject>
30696         </screenshot>
30697
30698         <para>From the results you will see the authority record, how many bibliographic records it
30699           is attached to, an <link linkend="editauthorities">edit</link> link, a <link
30700             linkend="authoritymerge">merge</link> link and a <link linkend="editauthorities"
30701             >delete</link> link (if there are no bibliographic records attached).</para>
30702
30703         <screenshot>
30704           <screeninfo>Authority Search Results</screeninfo>
30705
30706           <mediaobject>
30707             <imageobject>
30708               <imagedata fileref="images/cataloging/authorityresults.png"/>
30709             </imageobject>
30710           </mediaobject>
30711         </screenshot>
30712
30713         <para>Clicking on the Details link to the right of the authority
30714         record summary will open the full record and the option to edit the
30715         record.</para>
30716
30717         <screenshot>
30718           <screeninfo>Authority Record</screeninfo>
30719
30720           <mediaobject>
30721             <imageobject>
30722               <imagedata fileref="images/cataloging/authrecord.png"/>
30723             </imageobject>
30724           </mediaobject>
30725         </screenshot>
30726
30727         <para>If the authority has See Alsos in it you will see those broken
30728         out on the search results, clicking the linked headings will run a
30729         search for that heading instead.</para>
30730
30731         <screenshot>
30732           <screeninfo>See Also in Authorities</screeninfo>
30733
30734           <mediaobject>
30735             <imageobject>
30736               <imagedata fileref="images/cataloging/authoritiesseealso.png"/>
30737             </imageobject>
30738           </mediaobject>
30739         </screenshot>
30740       </section>
30741
30742       <section id="editauthorities">
30743         <title>Editing Authorities</title>
30744
30745         <para>Authorities can be edited by clicking on the authority summary from the search results
30746           and then clicking the 'Edit' button above the record. Or by clicking on the 'Edit' link to
30747           the left of the authority on the search results.</para>
30748
30749         <screenshot>
30750           <screeninfo>Edit Authority Record</screeninfo>
30751
30752           <mediaobject>
30753             <imageobject>
30754               <imagedata fileref="images/cataloging/editauthority.png"/>
30755             </imageobject>
30756           </mediaobject>
30757         </screenshot>
30758
30759         <para>Once you've made the necessary edits, simply click 'Save' and <link
30760             linkend="dontmerge">dontmerge</link> is set to 'Do', Koha will immediately update all of
30761           the bib records linked to the authority with the new authority record's data. If dontmerge
30762           is set to "Don't" then Koha won't edit bib records when changes are made to authorities,
30763           rather, this is done later by the <link linkend="mergeauthcron">merge_authority.pl
30764             cronjob</link>.</para>
30765
30766         <para>To delete an authority record you first must make sure it's not
30767         linked to any bibliographic records. If it is not used by any
30768         bibliographic records a 'Delete' link will appear to the right of the
30769         record on the search results and as a button that appears after
30770         clicking on the summary of the authority record.</para>
30771       </section>
30772       <section id="authoritymerge">
30773         <title>Merging Authorities</title>
30774         <para>If you have duplicate authority records you can merge them together by clicking the
30775           'Merge' link next to two results on an authority search.  After clicking 'Merge' on the
30776           first result you will see that authority listed at the top of the results.</para>
30777         <screenshot>
30778             <screeninfo>Merging authorities results</screeninfo>
30779             <mediaobject>
30780               <imageobject>
30781                 <imagedata fileref="images/cataloging/authmergesearch.png"/>
30782               </imageobject>
30783             </mediaobject>
30784           </screenshot>
30785         <para>You will be asked which of the two records you would like to keep as your primary
30786           record and which will be deleted after the merge.</para>
30787         <screenshot>
30788           <screeninfo>Merging authorities</screeninfo>
30789           <mediaobject>
30790             <imageobject>
30791               <imagedata fileref="images/cataloging/authmergechoice.png"/>
30792             </imageobject>
30793           </mediaobject>
30794         </screenshot>
30795         <para>You will be presented with the MARC for both of the records (each accessible by tabs
30796           labeled with the authority numbers for those records). By default the entire first record
30797           will be selected, uncheck the fields you don't want in the final (destination) record and
30798           then move on to the second tab to choose which fields should be in the final (destination)
30799           record.</para>
30800         <screenshot>
30801           <screeninfo>Authorities to merge</screeninfo>
30802           <mediaobject>
30803             <imageobject>
30804               <imagedata fileref="images/cataloging/authmerging.png"/>
30805             </imageobject>
30806           </mediaobject>
30807         </screenshot>
30808         <para>Once you have completed your selections click the 'Merge' button. The primary record
30809           will now contain the data you chose for it and the second record will be deleted.</para>
30810         <screenshot>
30811           <screeninfo>Merged authority</screeninfo>
30812           <mediaobject>
30813             <imageobject>
30814               <imagedata fileref="images/cataloging/authmerged.png"/>
30815             </imageobject>
30816           </mediaobject>
30817         </screenshot>
30818       </section>
30819     </section>
30820
30821     <section id="catguides">
30822       <title>Cataloging Guides</title>
30823
30824       <para/>
30825
30826       <section id="bibcatcheatsheet">
30827         <sectioninfo>
30828           <authorgroup>
30829             <author>
30830               <firstname>Jared</firstname>
30831               <surname>Camins-Esakov</surname>
30832               <affiliation>
30833                 <orgname>American Numismatic Society</orgname>
30834               </affiliation>
30835             </author>
30836             
30837             <editor>
30838               <firstname>Nicole C.</firstname>
30839               <surname>Engard</surname>
30840               <contrib>Changed/edited content where necessary.</contrib>
30841             </editor>
30842           </authorgroup>
30843           
30844           <pubdate>2010</pubdate>
30845         </sectioninfo>
30846         <title>Bibliographic Record Cataloging Cheat Sheet</title>
30847
30848         <table cellpadding="4" cellspacing="4" frame="all">
30849           <title>Cataloging Guide</title>
30850
30851           <tgroup align="left" cols="4" colsep="1" rowsep="1">
30852             <thead>
30853               <row>
30854                 <entry><para>Tag</para></entry>
30855
30856                 <entry><para>Label</para></entry>
30857
30858                 <entry><para>Description</para></entry>
30859
30860                 <entry><para>Instructions</para></entry>
30861               </row>
30862             </thead>
30863
30864             <tbody>
30865               <row>
30866                 <entry><para>000</para></entry>
30867
30868                 <entry><para>LEADER</para></entry>
30869
30870                 <entry><para>Describes the record(i.e. surrogate) -- is it a
30871                 record for a monograph? A serial?</para></entry>
30872
30873                 <entry><para>Click in this field to fill it in. Then set
30874                 "Bibliographic level" to 'a' for articles or 's' for serials.
30875                 Otherwise, leave everything as is.</para></entry>
30876               </row>
30877
30878               <row>
30879                 <entry><para>001</para></entry>
30880
30881                 <entry><para>CONTROL NUMBER</para></entry>
30882
30883                 <entry><para>Accession number.</para></entry>
30884
30885                 <entry><para>Enter the accession number written inside the
30886                 item here. For articles and items which do not have accession
30887                 numbers, leave blank.</para></entry>
30888               </row>
30889
30890               <row>
30891                 <entry><para>003</para></entry>
30892
30893                 <entry><para>CONTROL NUMBER IDENTIFIER</para></entry>
30894
30895                 <entry><para>Your MARC Organizational Code</para></entry>
30896
30897                 <entry><para>Click in this field to fill it in (will auto fill
30898                 if you have your <link linkend="MARCOrgCode">MARCOrgCode</link> preference
30899                 set).</para></entry>
30900               </row>
30901
30902               <row>
30903                 <entry><para>005</para></entry>
30904
30905                 <entry><para>D &amp; T LATEST TRANSACTION</para></entry>
30906
30907                 <entry><para>Current date and time.</para></entry>
30908
30909                 <entry><para>Click in this field to fill it in.</para></entry>
30910               </row>
30911
30912               <row>
30913                 <entry><para>008</para></entry>
30914
30915                 <entry><para>FIXED-LENGTH DATA ELEMENTS</para></entry>
30916
30917                 <entry><para>Field containing computer-readable
30918                 representations of a number of things.</para></entry>
30919
30920                 <entry><para>Generally you will only use 's' (single) or 'm'
30921                 (multiple) options for position 06- use the former when the
30922                 item was published in a single year, the latter when it was
30923                 published over the course of several. If there is a single
30924                 date, only enter a date in the first date field (positions
30925                 07-10). Enter the three-digit country code in positions 15-17,
30926                 being sure to add spaces if the country code is fewer than
30927                 three characters long. If there is an index, note that fact in
30928                 position 31. Enter the three-letter language code in positions
30929                 35-37.</para></entry>
30930               </row>
30931
30932               <row>
30933                 <entry><para>010</para></entry>
30934
30935                 <entry><para>LCCN</para></entry>
30936
30937                 <entry><para>A number assigned by the Library of Congress to
30938                 uniquely identify the work.</para></entry>
30939
30940                 <entry><para>Check on the copyright page of the book (if it
30941                 was published in the US) or the LC catalog for this number. If
30942                 you can't find it, don't worry about it.</para></entry>
30943               </row>
30944
30945               <row>
30946                 <entry><para>020</para></entry>
30947
30948                 <entry><para>ISBN</para></entry>
30949
30950                 <entry><para>Unique number used by publishers to identify
30951                 books.</para></entry>
30952
30953                 <entry><para>If this number isn't listed on the book, there
30954                 probably isn't one.</para></entry>
30955               </row>
30956
30957               <row>
30958                 <entry><para>022</para></entry>
30959
30960                 <entry><para>ISSN</para></entry>
30961
30962                 <entry><para>Unique number used by publishers to identify
30963                 serials.</para></entry>
30964
30965                 <entry><para>If this number isn't listed on the book, there
30966                 probably isn't one.</para></entry>
30967               </row>
30968
30969               <row>
30970                 <entry><para>033</para></entry>
30971
30972                 <entry><para>DATE/TIME OF EVENT</para></entry>
30973
30974                 <entry><para>Used for auction dates. Required for auction
30975                 catalogs.</para></entry>
30976
30977                 <entry><para>For auctions that took place on only one day,
30978                 enter the date of the auction in the format YYYYMMDD in the
30979                 subfield 'a' and a '0' in the first indicator. For auctions
30980                 that took place over two consecutive days or any number of
30981                 non-consecutive days, create a subfield 'a' for each day with
30982                 the date in the format YYYYMMDD, and put a '1' in the first
30983                 indicator. For auctions that took place over more than two
30984                 consecutive days, create a subfield 'a' (in format YYYYMMDD)
30985                 for the first day and a subfield 'a' (also in format YYYYMMDD)
30986                 for the last day, and put a '2' in the first
30987                 indicator.</para></entry>
30988               </row>
30989
30990               <row>
30991                 <entry><para>040</para></entry>
30992
30993                 <entry><para>CATALOGING SOURCE</para></entry>
30994
30995                 <entry><para>Identifies which libraries created and modified
30996                 the record.</para></entry>
30997
30998                 <entry><para>For imported records, add a subfield 'd' with
30999                 your OCLC code as the value. For new records, make sure that
31000                 the subfield 'c' with your OCLC code as the
31001                 value.</para></entry>
31002               </row>
31003
31004               <row>
31005                 <entry><para>041</para></entry>
31006
31007                 <entry><para>LANGUAGE CODE</para></entry>
31008
31009                 <entry><para>Identifies all the languages used in an item,
31010                 when two or more languages are present.</para></entry>
31011
31012                 <entry><para>For significant portions of a text in a given
31013                 language, there should be a subfield 'a' with that language
31014                 code. If there are only summaries or abstracts in a specific
31015                 language, create a subfield 'b' with that language
31016                 code.</para></entry>
31017               </row>
31018
31019               <row>
31020                 <entry><para>100</para></entry>
31021
31022                 <entry><para>MAIN ENTRY--PERSONAL</para></entry>
31023
31024                 <entry><para>Authorized form of the main author's
31025                 name</para></entry>
31026
31027                 <entry><para>See Authorized headings sheet and AACR2. The
31028                 first indicator should generally be a '1', to indicate that
31029                 the entry is surname first. If the name consists only of a
31030                 forename, however, the first indicator should be
31031                 '0'.</para></entry>
31032               </row>
31033
31034               <row>
31035                 <entry><para>110</para></entry>
31036
31037                 <entry><para>MAIN ENTRY--CORPORATE</para></entry>
31038
31039                 <entry><para>Authorized form of the name of the main corporate
31040                 author. Required for auction catalogs.</para></entry>
31041
31042                 <entry><para>Auction catalogs should use a 110 field rather
31043                 than a 100 field. See Authorized headings sheet and AACR2. Set
31044                 the first indicator to '2'.</para></entry>
31045               </row>
31046
31047               <row>
31048                 <entry><para>111</para></entry>
31049
31050                 <entry><para>MAIN ENTRY--MEETING</para></entry>
31051
31052                 <entry><para>Authorized form of the name of a meeting which
31053                 acted as a main offer (e.g. conference
31054                 proceedings)</para></entry>
31055
31056                 <entry><para>See Authorized headings sheet and AACR2. Set the
31057                 first indicator to '2'.</para></entry>
31058               </row>
31059
31060               <row>
31061                 <entry><para>245</para></entry>
31062
31063                 <entry><para>TITLE STATEMENT</para></entry>
31064
31065                 <entry><para>Transcription of the title statement from the
31066                 title page (or chief source of information)</para></entry>
31067
31068                 <entry><para>Enter the title in subfield 'a', the subtitle in
31069                 subfield 'b', and the statement of responsibility in subfield
31070                 'c'. If you are creating a record for a single volume or part
31071                 of a multi-part item, you should put the part number in
31072                 subfield 'n' and the part title in subfield 'p.' For auction
31073                 catalogs, the date (in 'MM/DD/YYYY' format) should be listed
31074                 in square brackets in subfield 'f'. See ISBD punctuation
31075                 sheet. Set the first indicator to '0' if there is no author,
31076                 otherwise set it to '1'. Set the second indicator to the
31077                 number of non-filing characters (i.e. characters in an initial
31078                 articles plus the space... for "The " set the second indicator
31079                 to '4').</para></entry>
31080               </row>
31081
31082               <row>
31083                 <entry><para>246</para></entry>
31084
31085                 <entry><para>VARYING FORM OF TITLE</para></entry>
31086
31087                 <entry><para>Alternate form of title for searching and filing
31088                 purposes</para></entry>
31089
31090                 <entry><para>If the patron might look for the work under a
31091                 different title, enter it here. Do not include initial
31092                 articles. The first indicator should be '3', unless the title
31093                 is merely a variant spelling, in which case the first
31094                 indicator should be '1'.</para></entry>
31095               </row>
31096
31097               <row>
31098                 <entry><para>250</para></entry>
31099
31100                 <entry><para>EDITION STATEMENT</para></entry>
31101
31102                 <entry><para>Transcription of the edition statement from the
31103                 title page (or chief source of information)</para></entry>
31104
31105                 <entry><para>Transcribe the edition statement exactly as it
31106                 appears on the title-page. You may abbreviate if the edition
31107                 statement is very long.</para></entry>
31108               </row>
31109
31110               <row>
31111                 <entry><para>260</para></entry>
31112
31113                 <entry><para>PUBLICATION (IMPRINT)</para></entry>
31114
31115                 <entry><para>Publication information.</para></entry>
31116
31117                 <entry><para>Put the location of publication in subfield 'a',
31118                 the publisher in subfield 'b', and the year (or probable year)
31119                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
31120               </row>
31121
31122               <row>
31123                 <entry><para>300</para></entry>
31124
31125                 <entry><para>PHYSICAL DESCRIPTION</para></entry>
31126
31127                 <entry><para>Physical description</para></entry>
31128
31129                 <entry><para>Enter the pagination statement in subfield 'a', a
31130                 brief description of "special" contents such as illustrations
31131                 or maps in subfield 'b' (see AACR2), and the size of the item
31132                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
31133               </row>
31134
31135               <row>
31136                 <entry><para>490</para></entry>
31137
31138                 <entry><para>SERIES STATEMENT</para></entry>
31139
31140                 <entry><para>Shows the series statement exactly as it appears
31141                 on the item.</para></entry>
31142
31143                 <entry><para>Transcribe the series statement into subfield 'a'
31144                 with the volume number in subfield 'v'. See ISBD punctuation
31145                 sheet. Set the first indicator to '1' if you are using an 830.
31146                 As a general rule, you should do so.</para></entry>
31147               </row>
31148
31149               <row>
31150                 <entry><para>500</para></entry>
31151
31152                 <entry><para>GENERAL NOTE</para></entry>
31153
31154                 <entry><para>Notes that don't fit anywhere
31155                 else.</para></entry>
31156
31157                 <entry><para>Enter notes as full sentences, with a separate
31158                 500 field for each distinct topic.</para></entry>
31159               </row>
31160
31161               <row>
31162                 <entry><para>501</para></entry>
31163
31164                 <entry><para>WITH NOTE</para></entry>
31165
31166                 <entry><para>Notes whether the work is bound with the works
31167                 described by other records.</para></entry>
31168
31169                 <entry><para>Put description of relationship in subfield
31170                 'a'.</para></entry>
31171               </row>
31172
31173               <row>
31174                 <entry><para>504</para></entry>
31175
31176                 <entry><para>BIBLIOGRAPHY, ETC. NOTE</para></entry>
31177
31178                 <entry><para>Indicates whether the work includes a
31179                 bibliography.</para></entry>
31180
31181                 <entry><para>If the work includes a bibliography and index,
31182                 put the text "Includes bibliographical references (p. XXX-XXX)
31183                 and index." in subfield 'a'. If the work does not include an
31184                 index, remove that part of the sentence. If the references are
31185                 scattered throughout the work and not gathered into a distinct
31186                 sentence, remove the parenthetical statement.</para></entry>
31187               </row>
31188
31189               <row>
31190                 <entry><para>505</para></entry>
31191
31192                 <entry><para>FORMATTED CONTENTS</para></entry>
31193
31194                 <entry><para>List of contents in a standard format.
31195                 Unformatted contents can be listed in a 500 (General Note)
31196                 field.</para></entry>
31197
31198                 <entry><para>See ISBD punctuation sheet. Set the first
31199                 indicator to '0'. If you are separately coding authors and
31200                 titles, set the second indicator to '0'. Otherwise, leave the
31201                 second indicator blank.</para></entry>
31202               </row>
31203
31204               <row>
31205                 <entry><para>518</para></entry>
31206
31207                 <entry><para>DATE/TIME OF EVENT NOTE</para></entry>
31208
31209                 <entry><para>Used for auction dates.</para></entry>
31210
31211                 <entry><para>For auction catalogs, enter the date of the
31212                 auction in the format 'January 2, 1984' in the subfield
31213                 'a'</para></entry>
31214               </row>
31215
31216               <row>
31217                 <entry><para>520</para></entry>
31218
31219                 <entry><para>SUMMARY, ETC.</para></entry>
31220
31221                 <entry><para>A brief summary or abstract of the book or
31222                 article.</para></entry>
31223
31224                 <entry><para>In general you do not need to write a summary. A
31225                 summary might be called for, however, with items that cannot
31226                 be easily reviewed by a patron, such as books with highly
31227                 acidic paper or CD-ROMs.</para></entry>
31228               </row>
31229
31230               <row>
31231                 <entry><para>546</para></entry>
31232
31233                 <entry><para>LANGUAGE NOTE</para></entry>
31234
31235                 <entry><para>Note describing the languages used in the
31236                 work</para></entry>
31237
31238                 <entry><para>Only needed for works in multiple languages. See
31239                 ISBD punctuation sheet.</para></entry>
31240               </row>
31241
31242               <row>
31243                 <entry><para>561</para></entry>
31244
31245                 <entry><para>PROVENANCE INFORMATION</para></entry>
31246
31247                 <entry><para>Describes the previous ownership of the
31248                 item.</para></entry>
31249
31250                 <entry><para>Used only for rare books.</para></entry>
31251               </row>
31252
31253               <row>
31254                 <entry><para>563</para></entry>
31255
31256                 <entry><para>BINDING INFORMATION</para></entry>
31257
31258                 <entry><para>Describes the binding of the item.</para></entry>
31259
31260                 <entry><para>Used only for rare books.</para></entry>
31261               </row>
31262
31263               <row>
31264                 <entry><para>590</para></entry>
31265
31266                 <entry><para>LOCAL NOTE</para></entry>
31267
31268                 <entry><para>Local notes. Required for auction
31269                 catalogs.</para></entry>
31270
31271                 <entry><para>Used for auction catalogs to indicate what types
31272                 of coins are sold in the auction- Roman, Greek,
31273                 etc.</para></entry>
31274               </row>
31275
31276               <row>
31277                 <entry><para>600</para></entry>
31278
31279                 <entry><para>SUBJECT ADDED--PERSONAL</para></entry>
31280
31281                 <entry><para>Authorized form of personal names for people
31282                 discussed in the work</para></entry>
31283
31284                 <entry><para>See Authorized headings sheet and AACR2. The
31285                 first indicator should generally be a '1', to indicate that
31286                 the entry is surname first. If the name consists only of a
31287                 forename, however, the first indicator should be '0'. If you
31288                 found the name in the LC authority file, set the second
31289                 indicator to '0'. Otherwise set the second indicator to
31290                 '4'.</para></entry>
31291               </row>
31292
31293               <row>
31294                 <entry><para>610</para></entry>
31295
31296                 <entry><para>SUBJECT ADDED--CORPORATE</para></entry>
31297
31298                 <entry><para>Authorized form of corporate names for
31299                 organizations discussed in the work</para></entry>
31300
31301                 <entry><para>See Authorized headings sheet and AACR2. Set the
31302                 first indicator to '2'. If you found the name in the LC
31303                 authority file, set the second indicator to '0'. Otherwise set
31304                 the second indicator to '4'.</para></entry>
31305               </row>
31306
31307               <row>
31308                 <entry><para>611</para></entry>
31309
31310                 <entry><para>SUBJECT ADDED--MEETING</para></entry>
31311
31312                 <entry><para>Authorized form of meeting names for meetings
31313                 discussed in the work</para></entry>
31314
31315                 <entry><para>See Authorized headings sheet and AACR2. Set the
31316                 first indicator to '2'. If you found the name in the LC
31317                 authority file, set the second indicator to '0'. Otherwise set
31318                 the second indicator to '4'.</para></entry>
31319               </row>
31320
31321               <row>
31322                 <entry><para>630</para></entry>
31323
31324                 <entry><para>SUBJECT ADDED--UNIFORM TITLE</para></entry>
31325
31326                 <entry><para>Authorized form of titles for other works
31327                 discussed in the work</para></entry>
31328
31329                 <entry><para>See Authorized headings sheet and AACR2. Set the
31330                 first indicator to the number of non-filing characters (i.e.
31331                 characters in an initial articles plus the space... for "The "
31332                 set the first indicator to '4'). If you found the name in the
31333                 LC authority file, set the second indicator to '0'. Otherwise
31334                 set the second indicator to '4'.</para></entry>
31335               </row>
31336
31337               <row>
31338                 <entry><para>650</para></entry>
31339
31340                 <entry><para>SUBJECT ADDED--TOPICAL</para></entry>
31341
31342                 <entry><para>Library of Congress Subject Heading terms
31343                 describing the subject of the work</para></entry>
31344
31345                 <entry><para>See Authorized headings sheet and AACR2. If you
31346                 found the name in the LC authority file, set the second
31347                 indicator to '0'. Otherwise set the second indicator to
31348                 '4'.</para></entry>
31349               </row>
31350
31351               <row>
31352                 <entry><para>651</para></entry>
31353
31354                 <entry><para>SUBJECT ADDED--GEOGRAPHICAL</para></entry>
31355
31356                 <entry><para>Library of Congress Subject Heading geographical
31357                 terms describing the subject of the work</para></entry>
31358
31359                 <entry><para>See Authorized headings sheet and AACR2. If you
31360                 found the name in the LC authority file, set the second
31361                 indicator to '0'. Otherwise set the second indicator to
31362                 '4'.</para></entry>
31363               </row>
31364
31365               <row>
31366                 <entry><para>655</para></entry>
31367
31368                 <entry><para>INDEX TERM--GENRE/FORM</para></entry>
31369
31370                 <entry><para>Describes what an item is as opposed to what the
31371                 item is about.</para></entry>
31372
31373                 <entry><para>Generally used only for auction catalogs, which
31374                 should have the genre heading "Auction catalogs." (make sure
31375                 to find the authorized heading!) If you found the name in the
31376                 LC authority file, set the second indicator to '0'. If you are
31377                 using a term from a specific thesaurus, set the second
31378                 indicator to '7' and put the code for the thesaurus in
31379                 subfield '2'. Otherwise set the second indicator to
31380                 '4'.</para></entry>
31381               </row>
31382
31383               <row>
31384                 <entry><para>690</para></entry>
31385
31386                 <entry><para>LOCAL SUBJECT ADDED--TOPICAL</para></entry>
31387
31388                 <entry><para>Used for headings from any custom subject
31389                 authority file.</para></entry>
31390
31391                 <entry><para>If there is no appropriate LCSH term, you can use
31392                 a 690 with subject headings you find on other items in the
31393                 catalog.</para></entry>
31394               </row>
31395
31396               <row>
31397                 <entry><para>691</para></entry>
31398
31399                 <entry><para>LOCAL SUBJECT ADDED--GEOGRAPHICAL</para></entry>
31400
31401                 <entry><para>Used for headings from any custom subject
31402                 authority file.</para></entry>
31403
31404                 <entry><para>If there is no appropriate LCSH term, you can use
31405                 a 691 with subject headings you find on other items in the
31406                 catalog.</para></entry>
31407               </row>
31408
31409               <row>
31410                 <entry><para>700</para></entry>
31411
31412                 <entry><para>ADDED ENTRY--PERSONAL</para></entry>
31413
31414                 <entry><para>Used for second authors and other persons related
31415                 to the production of the work.</para></entry>
31416
31417                 <entry><para>See Authorized headings sheet and AACR2. The
31418                 first indicator should generally be a '1', to indicate that
31419                 the entry is surname first. If the name consists only of a
31420                 forename, however, the first indicator should be
31421                 '0'.</para></entry>
31422               </row>
31423
31424               <row>
31425                 <entry><para>710</para></entry>
31426
31427                 <entry><para>ADDED ENTRY--CORPORATE</para></entry>
31428
31429                 <entry><para>Used for corporate bodies related to the
31430                 production of the work (e.g. publishers).</para></entry>
31431
31432                 <entry><para>See Authorized headings sheet and AACR2. Set the
31433                 first indicator to '2'.</para></entry>
31434               </row>
31435
31436               <row>
31437                 <entry><para>711</para></entry>
31438
31439                 <entry><para>ADDED ENTRY--MEETING</para></entry>
31440
31441                 <entry><para>Used for meetings related to the production of
31442                 the work (e.g. symposia that contributed to the
31443                 work).</para></entry>
31444
31445                 <entry><para>See Authorized headings sheet and AACR2. Set the
31446                 first indicator to '2'.</para></entry>
31447               </row>
31448
31449               <row>
31450                 <entry><para>730</para></entry>
31451
31452                 <entry><para>ADDED ENTRY--UNIFORM TITLE</para></entry>
31453
31454                 <entry><para>Used for uniform titles related to the production
31455                 of the work (e.g. a work that inspired the present
31456                 work)</para></entry>
31457
31458                 <entry><para>See Authorized headings sheet and AACR2. Set the
31459                 first indicator to the number of non-filing characters (i.e.
31460                 characters in an initial articles plus the space... for "The "
31461                 set the first indicator to '4').</para></entry>
31462               </row>
31463
31464               <row>
31465                 <entry><para>773</para></entry>
31466
31467                 <entry><para>HOST ITEM ENTRY</para></entry>
31468
31469                 <entry><para>Describes the larger bibliographic unit that
31470                 contains the work (e.g. book or journal containing the article
31471                 being described in the current record)</para></entry>
31472
31473                 <entry><para>If the host publication is author main entry,
31474                 enter the authorized form of the author's name in subfield
31475                 'a'. Put the title in subfield 't'. If the host publication is
31476                 an independent work, put publication information in subfield
31477                 'd'. When available, ISSN and ISBN should always be used in,
31478                 in subfields 'x' and 'z' respectively. Relationship
31479                 information (e.g. volume number, page number, etc.) goes in
31480                 subfield 'g'. Subfield 'q' contains an encoded representation
31481                 of the location of the item: volume, issue, and section
31482                 numbers are separated by colons, and the first page is entered
31483                 following a '&lt;' at the end of the subfield. See ISBD
31484                 punctuation sheet. Set the first indicator to '0'. If you want
31485                 the label "In:" to be generated, leave the second indicator
31486                 blank. If you want something else displayed before the 773
31487                 text, set the second indicator to '8' and add a subfield 'i'
31488                 with the label you want at the beginning of the field (e.g.
31489                 "$iOffprint from:").</para></entry>
31490               </row>
31491
31492               <row>
31493                 <entry><para>830</para></entry>
31494
31495                 <entry><para>SERIES ENTRY--UNIFORM TITLE</para></entry>
31496
31497                 <entry><para>Authorized form of the series name transcribed in
31498                 the 490 field. Often this will just be the same as the
31499                 490.</para></entry>
31500
31501                 <entry><para>See Authorized headings sheet and AACR2. Set the
31502                 second indicator to the number of non-filing characters (i.e.
31503                 characters in an initial articles plus the space... for "The "
31504                 set the second indicator to '4').</para></entry>
31505               </row>
31506
31507               <row>
31508                 <entry><para>852</para></entry>
31509
31510                 <entry><para>LOCATION/CALL NUMBER</para></entry>
31511
31512                 <entry><para>Provides the section name for pre-barcode books,
31513                 pamphlets, and some articles and serials.</para></entry>
31514
31515                 <entry><para>Do not put anything in this field if you are
31516                 cataloging a volume which gets only one record and a barcode.
31517                 If the item does not get a barcode, or you are currently
31518                 creating a record for an article in a volume, put the section
31519                 in subfield 'a' (see ANS cataloging documentation), and the
31520                 call number in subfield 'i'. Set the first indicator to
31521                 '8'.</para></entry>
31522               </row>
31523
31524               <row>
31525                 <entry><para>856</para></entry>
31526
31527                 <entry><para>ELECTRONIC ACCESS</para></entry>
31528
31529                 <entry><para>Links to material available
31530                 online.</para></entry>
31531
31532                 <entry><para>Put the URL of any electronic copies or
31533                 summaries, etc. in subfield 'u' and a link title in subfield
31534                 'y'. Set the first indicator to '4'.</para></entry>
31535               </row>
31536
31537               <row>
31538                 <entry><para>942</para></entry>
31539
31540                 <entry><para>ADDED ENTRY ELEMENTS (KOHA)</para></entry>
31541
31542                 <entry><para>Used for Koha-specific data.</para></entry>
31543
31544                 <entry><para>Set the subfield 'c' to the appropriate item
31545                 type.</para></entry>
31546               </row>
31547             </tbody>
31548           </tgroup>
31549         </table>
31550       </section>
31551
31552       <section id="itemcatguide">
31553         <title>Item/Holdings Record Cataloging Guide</title>
31554
31555         <para>This table represents the default embedded holdings data in Koha. This information can
31556           be used for migration or importing data purposes</para>
31557
31558         <table cellpadding="4" cellspacing="4" frame="all">
31559           <title>Koha Embedded Holdings Data</title>
31560
31561           <tgroup align="left" cols="4" colsep="1" rowsep="1">
31562             <colspec colname="tag" colnum="1"/>
31563
31564             <colspec colname="data" colnum="2"/>
31565
31566             <colspec colname="desc" colnum="3"/>
31567
31568             <colspec colname="note" colnum="4"/>
31569
31570             <thead>
31571               <row>
31572                 <entry><para>MARC21 Tag/subfield</para></entry>
31573
31574                 <entry><para>Data Element</para></entry>
31575
31576                 <entry><para>Description</para></entry>
31577
31578                 <entry><para>Notes</para></entry>
31579               </row>
31580             </thead>
31581
31582             <tbody>
31583               <row>
31584                 <entry><para>952$0</para></entry>
31585
31586                 <entry><para>Withdrawn status</para></entry>
31587
31588                 <entry><para>Default values: </para> <itemizedlist>
31589                     <listitem>
31590                       <para>0 = Not withdrawn</para>
31591                     </listitem>
31592
31593                     <listitem>
31594                       <para>1 = Withdrawn</para>
31595                     </listitem>
31596                   </itemizedlist></entry>
31597
31598                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31599                 ('WITHDRAWN' in default installation)</para></entry>
31600               </row>
31601
31602               <row>
31603                 <entry><para>952$1</para></entry>
31604
31605                 <entry><para>Lost status</para></entry>
31606
31607                 <entry><para>Default values:</para> <itemizedlist>
31608                     <listitem>
31609                       <para>0 = Available</para>
31610                     </listitem>
31611
31612                     <listitem>
31613                       <para>1 = Lost</para>
31614                     </listitem>
31615
31616                     <listitem>
31617                       <para>2 = Long Overdue (Lost)</para>
31618                     </listitem>
31619
31620                     <listitem>
31621                       <para>3 = Lost and Paid For</para>
31622                     </listitem>
31623
31624                     <listitem>
31625                       <para>4 = Missing in Inventory</para>
31626                     </listitem>
31627
31628                     <listitem>
31629                       <para>5 = Missing in Hold Queue</para>
31630                     </listitem>
31631                   </itemizedlist></entry>
31632
31633                 <entry><para>It's possible to configure OPAC so that lost
31634                 items don't display with the <link linkend="hidelostitems">hidelostitems</link> system
31635                 preference. </para> <para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31636                 ('LOST' in default installation)</para></entry>
31637               </row>
31638
31639               <row>
31640                 <entry><para>952$2</para></entry>
31641
31642                 <entry><para>Classification</para></entry>
31643
31644                 <entry><para>Classification scheme that defines filing rules
31645                 used for sorting call numbers.</para></entry>
31646
31647                 <entry><para>A choice of <link linkend="classificationsources">classification sources</link>
31648                 as they are defined in administration. If no classification
31649                 scheme is entered, the system will use the value entered in
31650                 the <link linkend="DefaultClassificationSource">DefaultClassificationSource</link>
31651                 preference.</para></entry>
31652               </row>
31653
31654               <row>
31655                 <entry><para>952$3</para></entry>
31656
31657                 <entry><para>Materials specified</para></entry>
31658
31659                 <entry><para>Specific issues of serials or multi-part
31660                 items.</para></entry>
31661
31662                 <entry><para>Displayed when items are checked out and in to
31663                 tell the staff how many pieces the item has. Copy/volume data
31664                 is stored in 952$h and $t for display in Normal
31665                 views.</para></entry>
31666               </row>
31667
31668               <row>
31669                 <entry><para>952$4</para></entry>
31670
31671                 <entry><para>Damaged status</para></entry>
31672
31673                 <entry><para>Default values: </para> <itemizedlist>
31674                     <listitem>
31675                       <para>0 = Not damaged</para>
31676                     </listitem>
31677
31678                     <listitem>
31679                       <para>1 = Damaged</para>
31680                     </listitem>
31681                   </itemizedlist></entry>
31682
31683                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31684                 ('DAMAGE' in default installation)</para></entry>
31685               </row>
31686
31687               <row>
31688                 <entry><para>952$5</para></entry>
31689
31690                 <entry><para>Use restrictions</para></entry>
31691
31692                 <entry><para>Default values:</para> <itemizedlist>
31693                     <listitem>
31694                       <para>0 = No use restrictions</para>
31695                     </listitem>
31696
31697                     <listitem>
31698                       <para>1 = Restricted Access</para>
31699                     </listitem>
31700                   </itemizedlist></entry>
31701
31702                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31703                 ('RESTRICT' in default installation). This value has no effect
31704                 on circulation.</para></entry>
31705               </row>
31706
31707               <row>
31708                 <entry><para>952$7</para></entry>
31709
31710                 <entry><para>Not for loan</para></entry>
31711
31712                 <entry><para>Default values:</para> <itemizedlist>
31713                     <listitem>
31714                       <para>-1 = Ordered</para>
31715                     </listitem>
31716
31717                     <listitem>
31718                       <para>0 = Available for loans</para>
31719                     </listitem>
31720
31721                     <listitem>
31722                       <para>1 = Not for Loan</para>
31723                     </listitem>
31724
31725                     <listitem>
31726                       <para>2 = Staff Collection</para>
31727                     </listitem>
31728                   </itemizedlist></entry>
31729
31730                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31731                 ('NOT_LOAN' in default installation). Negative number values
31732                 can still be placed on hold.</para></entry>
31733               </row>
31734
31735               <row>
31736                 <entry><para>952$8</para></entry>
31737
31738                 <entry><para>Collection code</para></entry>
31739
31740                 <entry><para>Coded value</para></entry>
31741
31742                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31743                 ('CCODE' in default installation)</para></entry>
31744               </row>
31745
31746               <row>
31747                 <entry><para>952$9</para></entry>
31748
31749                 <entry><para>Item number</para></entry>
31750
31751                 <entry><para>System-generated item number.</para></entry>
31752
31753                 <entry><para>Does not display in the item
31754                 record.</para></entry>
31755               </row>
31756
31757               <row>
31758                 <entry><para>952$a</para></entry>
31759
31760                 <entry><para>Owning Library **</para></entry>
31761
31762                 <entry><para>Branch code</para></entry>
31763
31764                 <entry><para><emphasis role="bold">Required</emphasis>. Code
31765                 must be defined in <link linkend="libsgroups">Libraries,
31766                 Branches and Groups</link></para></entry>
31767               </row>
31768
31769               <row>
31770                 <entry><para>952$b</para></entry>
31771
31772                 <entry><para>Holding library ** (usually the same as 952$a
31773                 )</para></entry>
31774
31775                 <entry><para>Branch code</para></entry>
31776
31777                 <entry><para><emphasis role="bold">Required</emphasis>. Code
31778                 must be defined in <link linkend="libsgroups">Libraries,
31779                 Branches and Groups</link></para></entry>
31780               </row>
31781
31782               <row>
31783                 <entry><para>952$c</para></entry>
31784
31785                 <entry><para>Shelving location code</para></entry>
31786
31787                 <entry><para/></entry>
31788
31789                 <entry><para>Coded value, matching <link linkend="authorizedvalues">Authorized Value</link> category
31790                 ('LOC' in default installation)</para></entry>
31791               </row>
31792
31793               <row>
31794                 <entry><para>952$d</para></entry>
31795
31796                 <entry><para>Date acquired</para></entry>
31797
31798                 <entry><para>YYYY-MM-DD</para></entry>
31799
31800                 <entry><para>Date formats in the 952 subfields are required to
31801                 be in the system internal format for data loading and
31802                 subsequent item editing: YYYY-MM-DD</para></entry>
31803               </row>
31804
31805               <row>
31806                 <entry><para>952$e</para></entry>
31807
31808                 <entry><para>Source of acquisition</para></entry>
31809
31810                 <entry><para>Coded value or vendor string</para></entry>
31811
31812                 <entry><para>Filled in automatically with the Koha assigned
31813                 vendor id by Acquisitions when an item is
31814                 received.</para></entry>
31815               </row>
31816
31817               <row>
31818                 <entry><para>952$g</para></entry>
31819
31820                 <entry><para>Purchase price</para></entry>
31821
31822                 <entry><para>Decimal number, no currency symbol (ex.
31823                 10.00)</para></entry>
31824
31825                 <entry><para>Filled in automatically by Acquisitions when an
31826                 item is received.</para></entry>
31827               </row>
31828
31829               <row>
31830                 <entry><para>952$h</para></entry>
31831
31832                 <entry><para>Serial enumeration</para></entry>
31833
31834                 <entry><para/></entry>
31835
31836                 <entry><para>Filled in automatically by Serials if the issue
31837                 is received there.</para></entry>
31838               </row>
31839
31840               <row>
31841                 <entry><para>952$o</para></entry>
31842
31843                 <entry><para>Koha full call number</para></entry>
31844
31845                 <entry><para/></entry>
31846
31847                 <entry><para>Can be filled in automatically based on the <link linkend="itemcallnumber">itemcallnumber</link> system
31848                 preference.</para></entry>
31849               </row>
31850
31851               <row>
31852                 <entry><para>952$p</para></entry>
31853
31854                 <entry><para>Barcode *</para></entry>
31855
31856                 <entry><para>Max 20 characters</para></entry>
31857
31858                 <entry><para/></entry>
31859               </row>
31860
31861               <row>
31862                 <entry><para>952$t</para></entry>
31863
31864                 <entry><para>Copy number</para></entry>
31865
31866                 <entry><para>Max 32 characters</para></entry>
31867
31868                 <entry><para/></entry>
31869               </row>
31870               <row>
31871                 <entry>
31872                   <para>952$u</para>
31873                 </entry>
31874                 <entry>
31875                   <para>Uniform Resource Identifier </para>
31876                 </entry>
31877                 <entry>
31878                   <para>Item specific URL</para>
31879                 </entry>
31880                 <entry>
31881                   <para>Full URL starting with http:// Only needed if your item has its own URL, not
31882                     necessary if the bib record has a 856$u that applies to all items on the record.
31883                   </para>
31884                 </entry>
31885               </row>
31886               <row>
31887                 <entry>
31888                   <para>952$v</para>
31889                 </entry>
31890                 <entry>
31891                   <para>Replacement price</para>
31892                 </entry>
31893                 <entry>
31894                   <para>Decimal number, no currency symbol (ex. 10.00)</para>
31895                 </entry>
31896                 <entry>
31897                   <para>Filled in automatically by Acquisitions when an item is received.</para>
31898                 </entry>
31899               </row>
31900
31901               <row>
31902                 <entry><para>952$w</para></entry>
31903
31904                 <entry><para>Price effective from</para></entry>
31905
31906                 <entry><para>YYYY-MM-DD</para></entry>
31907
31908                 <entry>Date formats in the 952 subfields are required to be in
31909                 the system internal format for data loading and subsequent
31910                 item editing: YYYY-MM-DD. Filled in automatically by
31911                 Acquisitions when an item is received.</entry>
31912               </row>
31913               <row>
31914                 <entry>
31915                   <para>952$x</para>
31916                 </entry>
31917                 <entry>
31918                   <para>Nonpublic note</para>
31919                 </entry>
31920                 <entry>
31921                   <para/>
31922                 </entry>
31923                 <entry>This is a note field for notes that will not appear in the OPAC. Right now
31924                   this note does not appear anywhere but in the item edit screen in the staff
31925                   client.</entry>
31926               </row>
31927
31928               <row>
31929                 <entry><para>952$y</para></entry>
31930
31931                 <entry><para>Koha item type **</para></entry>
31932
31933                 <entry><para>Coded value, required field for
31934                 circulation</para></entry>
31935
31936                 <entry><para><emphasis role="bold">Required</emphasis>. Coded
31937                 value, must be defined in <link linkend="itemtypeadmin">Item
31938                 types</link></para></entry>
31939               </row>
31940
31941               <row>
31942                 <entry><para>952$z</para></entry>
31943
31944                 <entry><para>Public note</para></entry>
31945
31946                 <entry><para/></entry>
31947
31948                 <entry><para/></entry>
31949               </row>
31950             </tbody>
31951           </tgroup>
31952         </table>
31953
31954         <para>* - required for circulation</para>
31955
31956         <para>** - required by Koha</para>
31957       </section>
31958
31959       <section id="onorderitemholds">
31960         <sectioninfo>
31961           <corpauthor>VOKAL</corpauthor>
31962
31963           <editor>
31964             <firstname>Nicole C.</firstname>
31965
31966             <surname>Engard</surname>
31967           </editor>
31968
31969           <pubdate>2010</pubdate>
31970
31971           <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>
31972         </sectioninfo>
31973
31974         <title>Handling On Order Items and Holds</title>
31975
31976         <para>If you tend to import your MARC records when you have ordered
31977         the book (as opposed to when you receive the books), and allow patrons
31978         to place holds on those books, you may need to add item records to the
31979         *.mrc file before importing.</para>
31980
31981         <para>The easiest way to import your latest order is to first run your records through
31982             <ulink url="http://marcedit.reeset.net/">MARCEdit</ulink>. Download your MARC records,
31983           saving them to your desktop or some other location you use/will remember. If you have
31984           MARCEdit already installed you should simply have to double click on your MARC records,
31985           and they will automatically open in MARCEdit.<important>
31986             <para>This tutorial was written with MARCEdit version 5.2.3769.41641 on Windows XP,
31987               instructions may be different if your version or operating system is different.</para>
31988           </important></para>
31989
31990         <itemizedlist>
31991           <listitem>
31992             <para>Your original file will automatically be in the input;
31993             ensure MarcBreaker is chosen, and then click "Execute"</para>
31994
31995             <screenshot>
31996               <screeninfo>MarcBreaker</screeninfo>
31997
31998               <mediaobject>
31999                 <imageobject>
32000                   <imagedata fileref="images/appendix-onorder/marcbreaker.png"/>
32001                 </imageobject>
32002               </mediaobject>
32003             </screenshot>
32004           </listitem>
32005
32006           <listitem>
32007             <para>You will be presented with a summary of the records
32008             processed at the bottom of the screen</para>
32009
32010             <screenshot>
32011               <screeninfo>MarcBreaker Summary</screeninfo>
32012
32013               <mediaobject>
32014                 <imageobject>
32015                   <imagedata fileref="images/appendix-onorder/marcbreaker-summary.png"/>
32016                 </imageobject>
32017               </mediaobject>
32018             </screenshot>
32019           </listitem>
32020
32021           <listitem>
32022             <para>Click 'Edit Records' to continue on to adding item
32023             records</para>
32024           </listitem>
32025
32026           <listitem>
32027             <para>Your screen will be replaced with a larger screen containing
32028             the MARC records</para>
32029
32030             <screenshot>
32031               <screeninfo>MARC file for editing</screeninfo>
32032
32033               <mediaobject>
32034                 <imageobject>
32035                   <imagedata fileref="images/appendix-onorder/editrecords.png"/>
32036                 </imageobject>
32037               </mediaobject>
32038             </screenshot>
32039           </listitem>
32040
32041           <listitem>
32042             <para>Click on Tools &gt; Add/Edit Field</para>
32043
32044             <screenshot>
32045               <screeninfo>Add/Delete Field</screeninfo>
32046
32047               <mediaobject>
32048                 <imageobject>
32049                   <imagedata fileref="images/appendix-onorder/addfield.png"/>
32050                 </imageobject>
32051               </mediaobject>
32052             </screenshot>
32053           </listitem>
32054
32055           <listitem>
32056             <para>Enter in the Koha specific item info</para>
32057
32058             <screenshot>
32059               <screeninfo>Add 942 Field</screeninfo>
32060
32061               <mediaobject>
32062                 <imageobject>
32063                   <imagedata fileref="images/appendix-onorder/add942.png"/>
32064                 </imageobject>
32065               </mediaobject>
32066             </screenshot>
32067
32068             <itemizedlist>
32069               <listitem>
32070                 <para>In the Field box, type 942</para>
32071               </listitem>
32072
32073               <listitem>
32074                 <para>In the Field Data box, type \\$c and the item type code
32075                 (\\$cBOOK in this example)</para>
32076               </listitem>
32077
32078               <listitem>
32079                 <para>Check the 'Insert last' option</para>
32080               </listitem>
32081
32082               <listitem>
32083                 <para>Click 'Add Field'</para>
32084               </listitem>
32085             </itemizedlist>
32086           </listitem>
32087
32088           <listitem>
32089             <para>Enter in the item record data</para>
32090
32091             <screenshot>
32092               <screeninfo>Add 952 Field</screeninfo>
32093
32094               <mediaobject>
32095                 <imageobject>
32096                   <imagedata fileref="images/appendix-onorder/add952.png"/>
32097                 </imageobject>
32098               </mediaobject>
32099             </screenshot>
32100
32101             <itemizedlist>
32102               <listitem>
32103                 <para>In the Field box, type 952</para>
32104               </listitem>
32105
32106               <listitem>
32107                 <para>In the Field Data box, type
32108                 $7ORDERED_STATUS$aPERM_LOC$bCURR_LOC$cSHELVING_LOCATION$eSOURCE_OF_ACQ$yITEM_TYPE</para>
32109
32110                 <itemizedlist>
32111                   <listitem>
32112                     <para>ex. $7-1$aCPL$bCPL$cNEW$eBrodart$yBOOK</para>
32113
32114                     <itemizedlist>
32115                       <listitem>
32116                         <para>In a default install of Koha -1 is the value for
32117                         the Ordered status</para>
32118                       </listitem>
32119                     </itemizedlist>
32120                   </listitem>
32121
32122                   <listitem>
32123                     <para>You may want to look at other subfields you would
32124                     like data in -- for example, changing the collection code
32125                     to put all the items in the same collection (8),
32126                     automatically fill in the acquisition date (d), or put in
32127                     a public note (z).</para>
32128                   </listitem>
32129
32130                   <listitem>
32131                     <para>Be sure you use the $ to separate subfields; adding
32132                     each subfield on a separate line will cause that many
32133                     items to be imported with your MARC record (in the example
32134                     above, four items, each with one of those subfields
32135                     corrected)</para>
32136                   </listitem>
32137
32138                   <listitem>
32139                     <para>Make sure you look at the Administration &gt;
32140                     Authorized Values in Koha to put the correct code into the
32141                     field</para>
32142                   </listitem>
32143                 </itemizedlist>
32144               </listitem>
32145
32146               <listitem>
32147                 <para>Check the 'Insert last' option</para>
32148               </listitem>
32149
32150               <listitem>
32151                 <para>Click 'Add Field'</para>
32152               </listitem>
32153             </itemizedlist>
32154           </listitem>
32155
32156           <listitem>
32157             <para>Close the field editor window</para>
32158           </listitem>
32159
32160           <listitem>
32161             <para>Click on File &gt; Compile into MARC</para>
32162
32163             <screenshot>
32164               <screeninfo>Compile into MARC</screeninfo>
32165
32166               <mediaobject>
32167                 <imageobject>
32168                   <imagedata fileref="images/appendix-onorder/compile.png"/>
32169                 </imageobject>
32170               </mediaobject>
32171             </screenshot>
32172           </listitem>
32173
32174           <listitem>
32175             <para>Choose where to save your file</para>
32176           </listitem>
32177         </itemizedlist>
32178
32179         <para>Now you want to go into your Koha system and follow the
32180         instructions for <link linkend="stagemarc">importing MARC
32181         records</link>.</para>
32182
32183         <para>Once the item has come in, you will need to go to the item
32184         record and individually change the item to have the correct barcode,
32185         and manually change the status from Ordered to the blank line in the
32186         Not for Loan field.</para>
32187
32188         <note>
32189           <para>If you purchase your cataloged item records, you may want to
32190           request your vendor put in the information you need into the MARC
32191           records for you; that way, you could import the edited-by-the-vendor
32192           file, overwriting the current record, automatically replacing the
32193           data with what you need.</para>
32194         </note>
32195       </section>
32196     </section>
32197   </chapter>
32198   <chapter id="coursereserves">
32199     <title>Course Reserves</title>
32200     <para>The course reserves module in Koha allows you to temporarily move items to 'reserve' and
32201       assign different circulation rules to these items while they are being used for a specific
32202       course.</para>
32203     <section id="coursesetup">
32204       <title>Course Reserves Setup</title>
32205       <para>Before using Course Reserves you will need to do some set up.  </para>
32206       <para>First you will need to enable course reserves by setting the <link
32207           linkend="UseCourseReserves">UseCourseReserves</link> preference to 'Use'.</para>
32208       <para>Next you will need to have all of your course instructors <link linkend="addnewpatron"
32209           >added as patrons</link>.</para>
32210       <para>Next you will want to add a couple of new <link linkend="newauthval">authorized
32211           values</link> for Departments and Terms. </para>
32212       <para>You may also want to create new <link linkend="additemtype">item types</link>, <link
32213           linkend="ccode">collection codes</link> and/or <link linkend="shelvelocvals">shelving
32214           locations</link> to make it clear that the items are on reserve to your patrons. You will
32215         also want to be sure to confirm that your <link linkend="circfinerules">circulation and fine
32216           rules</link> are right for your new item types (whether they be hourly or daily
32217         loans).</para>
32218     </section>
32219     <section id="addingcourses">
32220       <title>Adding Courses</title>
32221       <para>Once you have completed your set up for Course Reserves you can start creating courses
32222         and adding titles to the reserve list.</para>
32223       <screenshot>
32224           <screeninfo>Course Reserves Admin</screeninfo>
32225           <mediaobject>
32226             <imageobject>
32227               <imagedata fileref="images/coursereserves/coursesblank.png"/>
32228             </imageobject>
32229           </mediaobject>
32230         </screenshot>
32231       <para>From the main course reserves page you can add a new course by clicking the 'New course'
32232         button at the top left.</para>
32233       <screenshot>
32234           <screeninfo>Add a new course</screeninfo>
32235           <mediaobject>
32236             <imageobject>
32237               <imagedata fileref="images/coursereserves/newcourse.png"/>
32238             </imageobject>
32239           </mediaobject>
32240         </screenshot>
32241       <para>Your new course will need a Department, Number and Name at the bare minimum. You can
32242         also add in additional details like course section number and term. To link an instructor to
32243         this course simply start typing their name and Koha will search your patron database to find
32244         you the right person.</para>
32245       <screenshot>
32246           <screeninfo>Instrcutor search</screeninfo>
32247           <mediaobject>
32248             <imageobject>
32249               <imagedata fileref="images/coursereserves/instructorsearch.png"/>
32250             </imageobject>
32251           </mediaobject>
32252         </screenshot>
32253       <para>Once the instructor you want appears just click their name and they will be added. You
32254         can repeat this for all instructors on this course. Each instructor will appear above the
32255         search box and can be removed by clicking the 'Remove' link to the right of their name.</para>
32256       <screenshot>
32257           <screeninfo>Instructors</screeninfo>
32258           <mediaobject>
32259             <imageobject>
32260               <imagedata fileref="images/coursereserves/instructorremove.png"/>
32261             </imageobject>
32262           </mediaobject>
32263         </screenshot>
32264       <para>If you would like your course to show publicly you'll want to be sure to check the
32265         'Enabled?' box before saving your new course.</para>
32266       <para>Once your course is saved it will show on the main course reserves page and be
32267         searchable by any field in the course.</para>
32268       <screenshot>
32269           <screeninfo>Courses</screeninfo>
32270           <mediaobject>
32271             <imageobject>
32272               <imagedata fileref="images/coursereserves/courses.png"/>
32273             </imageobject>
32274           </mediaobject>
32275         </screenshot>
32276     </section>
32277     <section id="addreserves">
32278       <title>Adding Reserve Materials </title>
32279       <para>Before adding reserve materials you will need at least one course to add them to.  To
32280         add materials visit the Course Reserves module.</para>
32281       <screenshot>
32282         <screeninfo>Courses</screeninfo>
32283         <mediaobject>
32284           <imageobject>
32285             <imagedata fileref="images/coursereserves/courses.png"/>
32286           </imageobject>
32287         </mediaobject>
32288       </screenshot>
32289       <para>Click on the title of the course you would like to add materials to.</para>
32290       <screenshot>
32291           <screeninfo>Course administration</screeninfo>
32292           <mediaobject>
32293             <imageobject>
32294               <imagedata fileref="images/coursereserves/courseadmin.png"/>
32295             </imageobject>
32296           </mediaobject>
32297         </screenshot>
32298       <para>At the top of the course description click the 'Add reserves' button to add titles to
32299         this reserve list. You will be asked to enter the barcode for the reserve item.</para>
32300       <screenshot>
32301         <screeninfo>Add item to reserve</screeninfo>
32302         <mediaobject>
32303           <imageobject>
32304             <imagedata fileref="images/coursereserves/addbarcode.png"/>
32305           </imageobject>
32306         </mediaobject>
32307       </screenshot>
32308       <para>After you are done scanning the barcodes to add to the course you can see them on the
32309         course page</para>
32310       <screenshot>
32311         <screeninfo>Course with reserves</screeninfo>
32312         <mediaobject>
32313           <imageobject>
32314             <imagedata fileref="images/coursereserves/coursewithreserves.png"/>
32315           </imageobject>
32316         </mediaobject>
32317       </screenshot>
32318     </section>
32319     <section id="opaccoursereserves">
32320       <title>Course Reserves in the OPAC</title>
32321       <para>Once you have enabled Course Reserves and added courses you will see a link to Course
32322         Reserves below your search box in the OPAC.</para>
32323       <screenshot>
32324           <screeninfo>Course Reserves Link</screeninfo>
32325           <mediaobject>
32326             <imageobject>
32327               <imagedata fileref="images/coursereserves/courselinkopac.png"/>
32328             </imageobject>
32329           </mediaobject>
32330         </screenshot>
32331       <para>Clicking that link will show you your list of enabled courses (if you have only one
32332         course you will just see the contents of that one course).</para>
32333       <screenshot>
32334           <screeninfo>Course list in the OPAC</screeninfo>
32335           <mediaobject>
32336             <imageobject>
32337               <imagedata fileref="images/coursereserves/coursesopac.png"/>
32338             </imageobject>
32339           </mediaobject>
32340         </screenshot>
32341       <para>You can search course reserves by any field (course number, course name, instructor
32342         name, department) that is visbile in the list of courses. Clicking a course name will show
32343         you the details and reserve items.</para>
32344       <screenshot>
32345           <screeninfo>Course listing</screeninfo>
32346           <mediaobject>
32347             <imageobject>
32348               <imagedata fileref="images/coursereserves/courseopac.png"/>
32349             </imageobject>
32350           </mediaobject>
32351         </screenshot>
32352     </section>
32353   </chapter>
32354
32355   <chapter id="serials">
32356     <title>Serials</title>
32357
32358     <para>Serials actions can be accessed by going to the More menu at the top
32359     of your screen and choosing Serials or by clicking Serials on the main
32360     Koha staff client page. The Serials module in Koha is used for keeping
32361     track of journals, newspapers and other items that come on a regular
32362     schedule. As with all modules, make sure you go through the related <link linkend="impserials">Implementation Checklist</link> before using the
32363     Serials module.</para>
32364
32365     <itemizedlist>
32366       <listitem>
32367         <para><emphasis>Get there:</emphasis> More &gt; Serials</para>
32368       </listitem>
32369     </itemizedlist>
32370     <section id="serialfreq">
32371       <title>Manage Serial Frequencies</title>
32372       <para>Koha keeps a record of publication frequencies for easy management and
32373         duplication.</para>
32374       <itemizedlist>
32375         <listitem>
32376           <para><emphasis>Get there:</emphasis> More &gt; Serials > Manage frequencies</para>
32377         </listitem>
32378       </itemizedlist>
32379       <para>From this page you can view all of the existing frequencies in your system</para>
32380       <screenshot>
32381         <screeninfo>Frequencies</screeninfo>
32382         <mediaobject>
32383           <imageobject>
32384             <imagedata fileref="images/serials/frequencies.png"/>
32385           </imageobject>
32386         </mediaobject>
32387       </screenshot>
32388       <para>and create new ones.</para>
32389       <screenshot>
32390         <screeninfo>New frequency</screeninfo>
32391         <mediaobject>
32392           <imageobject>
32393             <imagedata fileref="images/serials/newfrequency.png"/>
32394           </imageobject>
32395         </mediaobject>
32396       </screenshot>
32397     </section>
32398     <section id="serialpatterns">
32399       <title>Manage Serial Numbering Patterns</title>
32400       <para>Everytime you create a new numbering pattern in serials you can save it for later use.
32401         These patters are accessible via the Manage numbering patterns page.</para>
32402       <itemizedlist>
32403         <listitem>
32404           <para><emphasis>Get there:</emphasis> More &gt; Serials > Manage numbering patterns</para>
32405         </listitem>
32406       </itemizedlist>
32407       <para>This page will list for you the numbering patterns you have saved in the past as well as
32408         a few canned patterns.</para>
32409       <screenshot>
32410         <screeninfo>Number patterns</screeninfo>
32411         <mediaobject>
32412           <imageobject>
32413             <imagedata fileref="images/serials/numpatterns.png"/>
32414           </imageobject>
32415         </mediaobject>
32416       </screenshot>
32417       <para><note>
32418           <para>If you have upgraded from a previous version of Koha you will see 'Backup patterns'
32419             listed for patterns used in version before Koha 3.14. This is how Koha saved your old
32420             numbering patterns. You can edit these to give them more meaningful names from
32421             here.</para>
32422         </note>It will also allow you to create a new numbering pattern without first adding a
32423         subscription. To add new new pattern click 'New numbering pattern' at the top of the list of
32424         patterns.</para>
32425       <screenshot>
32426         <screeninfo>New number pattern</screeninfo>
32427         <mediaobject>
32428           <imageobject>
32429             <imagedata fileref="images/serials/newnumpattern.png"/>
32430           </imageobject>
32431         </mediaobject>
32432       </screenshot>
32433     </section>
32434
32435     <section id="newsubscription">
32436       <title>Add a subscription</title>
32437
32438       <para>Subscriptions can be added by clicking the 'New' button on any
32439       bibliographic record</para>
32440
32441       <screenshot>
32442         <screeninfo>New Subscription Button</screeninfo>
32443
32444         <mediaobject>
32445           <imageobject>
32446             <imagedata fileref="images/serials/newsubfrombib.png"/>
32447           </imageobject>
32448         </mediaobject>
32449       </screenshot>
32450
32451       <para>Or by visiting the Serials module and clicking 'New
32452       Subscription'</para>
32453
32454       <screenshot>
32455         <screeninfo>New Subscription Button</screeninfo>
32456
32457         <mediaobject>
32458           <imageobject>
32459             <imagedata fileref="images/serials/newsubbutton.png"/>
32460           </imageobject>
32461         </mediaobject>
32462       </screenshot>
32463
32464       <para>If you are entering a new subscription from the Serials module you
32465       will be presented with a blank form (if creating new from a
32466       bibliographic record the form will include the bib info).</para>
32467
32468       <screenshot>
32469         <screeninfo>Add a new subscription (1/2)</screeninfo>
32470
32471         <mediaobject>
32472           <imageobject>
32473             <imagedata fileref="images/serials/addsub.png"/>
32474           </imageobject>
32475         </mediaobject>
32476       </screenshot>
32477
32478       <itemizedlist>
32479         <listitem>
32480           <para>'Librarian' field will show the logged in librarian's
32481           username</para>
32482         </listitem>
32483
32484         <listitem>
32485           <para>'Vendor' can be found by either searching vendors entered via
32486           the <link linkend="acqmodule">Acquisitions module</link> or entering
32487           the vendor ID number</para>
32488
32489           <itemizedlist>
32490             <listitem>
32491               <para>Vendor information is not required</para>
32492             </listitem>
32493
32494             <listitem>
32495               <para>In order to claim missing and late issues you need to
32496               enter vendor information</para>
32497
32498               <screenshot>
32499                 <screeninfo>Vendor Missing Warning</screeninfo>
32500
32501                 <mediaobject>
32502                   <imageobject>
32503                     <imagedata fileref="images/serials/vendorwarning.png"/>
32504                   </imageobject>
32505                 </mediaobject>
32506               </screenshot>
32507             </listitem>
32508           </itemizedlist>
32509         </listitem>
32510
32511         <listitem>
32512           <para>'Biblio' is the MARC record you'd like to link this
32513           subscription to</para>
32514
32515           <itemizedlist>
32516             <listitem>
32517               <para>This can be done by searching for an existing record by
32518               clicking on the 'Search for Biblio' link below the boxes or by
32519               entering the bib number for a record in the first box. Only if
32520               you search with the field between the parenthesis.</para>
32521             </listitem>
32522           </itemizedlist>
32523         </listitem>
32524
32525         <listitem>
32526           <para>Next you can choose whether a new item is created when receiving an issue (if you
32527             barcode issues you'll want to create an item at this time)</para>
32528         </listitem>
32529         <listitem>
32530           <para>In order to determine how to handle irregularities in your subscription answer 'When
32531             there is an irregular issue', if the numbers are always sequential you'll want to pick
32532             'Keep issue number'</para>
32533         </listitem>
32534         <listitem>
32535           <para>Checking the 'Manual history' box will allow you to enter serials outside the
32536             prediction pattern once the subscription is saved by going to the 'Planning' tab on the
32537             subscription detail page.<screenshot>
32538               <screeninfo>Manual History</screeninfo>
32539               <mediaobject>
32540                 <imageobject>
32541                   <imagedata fileref="images/serials/manualhistory.png"/>
32542                 </imageobject>
32543               </mediaobject>
32544             </screenshot></para>
32545         </listitem>
32546         <listitem>
32547           <para>'Call Number' is for your item's call number or call number prefix</para>
32548         </listitem>
32549         <listitem>
32550           <para>'Library' is the branch that owns this subscription.</para>
32551           <itemizedlist>
32552             <listitem>
32553               <para>If more than one library subscribes to this serial you will need to create a
32554                 subscription for each library</para>
32555             </listitem>
32556             <listitem>
32557               <para>This can be done easily by using the 'Edit as New (Duplicate)' option found on
32558                 the subscription information page and changing only the 'Library' field</para>
32559               <screenshot>
32560                 <screeninfo>New Duplicate Subscription</screeninfo>
32561                 <mediaobject>
32562                   <imageobject>
32563                     <imagedata fileref="images/serials/newasdup.png"/>
32564                   </imageobject>
32565                 </mediaobject>
32566               </screenshot>
32567             </listitem>
32568           </itemizedlist>
32569         </listitem>
32570         <listitem>
32571           <para>Use the 'Public Note' for any notes you would like to appear in the OPAC for the
32572             patrons</para>
32573         </listitem>
32574         <listitem>
32575           <para>'Nonpublic Note' should be used for notes that are only visible to the librarians
32576             via the staff client</para>
32577         </listitem>
32578         <listitem>
32579           <para>The 'Patron notification' option lets you pick a notice to send to patrons who
32580             subscribe to updates on this serial via the OPAC.</para>
32581           <itemizedlist>
32582             <listitem>
32583               <para>For this option to appear you need to make sure that you have a Routing List
32584                 notice set up in the <link linkend="notices">Notices Tool</link></para>
32585             </listitem>
32586           </itemizedlist>
32587         </listitem>
32588
32589         <listitem>
32590           <para>'Location' is for the shelving location</para>
32591         </listitem>
32592
32593         <listitem>
32594           <para>The 'Grace period' is the number of days before an issue is automatically moved from
32595             'Expected' status to 'Waiting' and how many days before an issue is automatically moved
32596             from 'Waiting' status to 'Late'</para>
32597         </listitem>
32598
32599         <listitem>
32600           <para>The Staff and OPAC Display options allow you to control how
32601           many issues appear by default on bibliographic records in the Staff
32602           Client and the OPAC</para>
32603
32604           <itemizedlist>
32605             <listitem>
32606               <para>If no values are entered in these fields, they will use
32607               the <link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
32608               and <link linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
32609               system preference values</para>
32610             </listitem>
32611           </itemizedlist>
32612         </listitem>
32613         </itemizedlist>
32614       <para>Once that data is filled in you can click 'Next' to enter the prediction pattern information.</para>
32615       <screenshot>
32616           <screeninfo>Add a new subscription (2/2)</screeninfo>
32617           <mediaobject>
32618             <imageobject>
32619               <imagedata fileref="images/serials/addsub2.png"/>
32620             </imageobject>
32621           </mediaobject>
32622         </screenshot>
32623 <itemizedlist>
32624         <listitem>
32625           <para>In 'First issue publication date' you want to enter the date
32626           of the issue you have in your hand, the date from which the
32627           prediction pattern will start</para>
32628         </listitem>
32629
32630         <listitem>
32631           <para>There are several pre-defined options for the 'Frequency' of publication all of
32632             which are visible alongside your own custom frequencies by visiting '<link
32633               linkend="serialfreq">Manage frequencies</link>'</para>
32634
32635           <itemizedlist>
32636             <listitem>
32637               <para>Without periodicy: some very specific (usually high level
32638               science journals) don't have a true periodicity. When you
32639               subscribe to the title, you subscribe for 6 issues, which can
32640               arrive in 1 year... or 2... There is no regularity or known
32641               schedule.</para>
32642             </listitem>
32643
32644             <listitem>
32645               <para>Unknown select this if none of the other choices are
32646               relevant</para>
32647             </listitem>
32648
32649             <listitem>
32650               <para>Irregular: The journal is not "regular" but has a
32651               periodicity. You know that it comes out on January, then in
32652               October and December, it is irregular, but you know when it's
32653               going to arrive.</para>
32654             </listitem>
32655
32656             <listitem>
32657               <para>2/day: Twice daily</para>
32658             </listitem>
32659
32660             <listitem>
32661               <para>1/day: Daily</para>
32662             </listitem>
32663
32664             <listitem>
32665               <para>3/week: Three times a week</para>
32666             </listitem>
32667
32668             <listitem>
32669               <para>1/week: Weekly</para>
32670             </listitem>
32671
32672             <listitem>
32673               <para>1/ 2 weeks: Twice monthly (fortnightly)</para>
32674             </listitem>
32675
32676             <listitem>
32677               <para>1/ 3 weeks: Tri-weekly</para>
32678             </listitem>
32679
32680             <listitem>
32681               <para>1/month: Monthly</para>
32682             </listitem>
32683
32684             <listitem>
32685               <para>1/ 2 months (6/year): Bi-monthly</para>
32686             </listitem>
32687
32688             <listitem>
32689               <para>1/ 3 months (1/quarter): Quarterly</para>
32690             </listitem>
32691
32692             <listitem>
32693               <para>1/quarter (seasonal) : Quarterly related to seasons (ie.
32694               Summer, Autumn, Winter, Spring)</para>
32695             </listitem>
32696
32697             <listitem>
32698               <para>2/year: Half yearly</para>
32699             </listitem>
32700
32701             <listitem>
32702               <para>1/year: Annual</para>
32703             </listitem>
32704
32705             <listitem>
32706               <para>1/ 2 years: Bi-annual</para>
32707             </listitem>
32708           </itemizedlist>
32709         </listitem>
32710         <listitem>
32711           <para>'Subscription length' is the number of issues or months in the subscription. This is
32712             also used for setting up renewal alerts</para>
32713         </listitem>
32714         <listitem>
32715           <para>'Subscription start date' is the date at which the subscription begins. This is used
32716             for setting up renewal alerts</para>
32717         </listitem>
32718         <listitem>
32719           <para>'Subscription end date' should only be entered for subscriptions that have ended (if
32720             you're entering in a backlog of serials)</para>
32721         </listitem>
32722
32723         <listitem>
32724           <para>'Numbering pattern' will help you determine how the numbers are printed for each
32725             issue. Patterns entered here are saved and editable at any time by visiting '<link
32726               linkend="serialpatterns">Manage numbering patterns</link>'</para>
32727
32728           <itemizedlist>
32729             <listitem>
32730               <para>Start with the numbering on the issue you have in hand,
32731               the numbering that matches the date you entered in the 'First
32732               issue publication' field</para>
32733             </listitem>
32734
32735             <listitem>
32736               <para>You can choose to create your own numbering pattern by choosing 'None of the
32737                 above' and clicking the 'Show/Hide Advanced Pattern' button at the bottom of the form</para>
32738               <screenshot>
32739                   <screeninfo>Advanced prediction pattern</screeninfo>
32740                   <mediaobject>
32741                     <imageobject>
32742                       <imagedata fileref="images/serials/advancedpattern.png"/>
32743                     </imageobject>
32744                   </mediaobject>
32745                 </screenshot>
32746             </listitem>
32747           </itemizedlist>
32748         </listitem>
32749         <listitem>
32750           <para>The 'Locale' option is useful when you want to display days, month or season. For
32751             example, if you have a German serial, you can use the German locale option to display
32752             days, etc. in German.</para>
32753         </listitem>
32754
32755         <listitem>
32756           <para>Once a 'Numbering pattern' is chosen the number formula will appear.<screenshot>
32757               <screeninfo>Numbering Forumla</screeninfo>
32758               <mediaobject>
32759                 <imageobject>
32760                   <imagedata fileref="images/serials/numberonly.png"/>
32761                 </imageobject>
32762               </mediaobject>
32763             </screenshot><itemizedlist>
32764               <listitem>
32765                 <para>The 'Begins with' number is the number of the issue you're holding in your
32766                   hand.</para>
32767               </listitem>
32768               <listitem>
32769                 <para>The 'Inner counter' is used to tell Koha where the "receiving cycle" starts<itemizedlist>
32770                     <listitem>
32771                       <para>For example: If the first issue to receive is "vol. 4, no. 1, iss. 796",
32772                         you need to set up "inner counter = 0" But if it's "vol. 4, no. 2, iss.
32773                         797", the inner counter should be "1".</para>
32774                     </listitem>
32775                   </itemizedlist></para>
32776               </listitem>
32777               <listitem>
32778                 <para>After filling in this data click the 'Test prediction pattern' button to see
32779                   what issues the system will generate, if there are irregularities you can choose
32780                   which issues don't exist from the list presented.</para>
32781                 <screenshot>
32782                     <screeninfo>Prediction pattern</screeninfo>
32783                     <mediaobject>
32784                       <imageobject>
32785                         <imagedata fileref="images/serials/predictionpattern.png"/>
32786                       </imageobject>
32787                     </mediaobject>
32788                   </screenshot>
32789               </listitem>
32790             </itemizedlist></para>
32791         </listitem>
32792       </itemizedlist>
32793
32794       <para>Click 'Save Subscription' to save the information you have
32795       entered. <link linkend="sampleserialsapp">Find sample serial examples in
32796       the appendix</link>.</para>
32797     </section>
32798
32799     <section id="receiveissues">
32800       <title>Receive Issues</title>
32801
32802       <para>Issues can be marked as received from several locations. To find a
32803       subscription, use the search box at the top of the Serials page to
32804       search for the serial you'd like to receive issues for:</para>
32805
32806       <screenshot>
32807         <screeninfo>Subscription Search</screeninfo>
32808
32809         <mediaobject>
32810           <imageobject>
32811             <imagedata fileref="images/serials/subsearch.png"/>
32812           </imageobject>
32813         </mediaobject>
32814       </screenshot>
32815
32816       <para>From the search results you can click the 'Serial Receive' link or
32817       you can click on the subscription title and then click the 'Receive'
32818       button.</para>
32819
32820       <screenshot>
32821         <screeninfo>Subscription Buttons</screeninfo>
32822
32823         <mediaobject>
32824           <imageobject>
32825             <imagedata fileref="images/serials/subbuttons.png"/>
32826           </imageobject>
32827         </mediaobject>
32828       </screenshot>
32829
32830       <para>The final way to receive serials is from the 'Serial Collection'
32831       page. To the left of the Subscription summary page there is a menu with
32832       a link to 'Serial Collection'</para>
32833
32834       <screenshot>
32835         <screeninfo>Serial Subscription Menu</screeninfo>
32836
32837         <mediaobject>
32838           <imageobject>
32839             <imagedata fileref="images/serials/serialcolllink.png"/>
32840           </imageobject>
32841         </mediaobject>
32842       </screenshot>
32843
32844       <para>From the page that opens up you can click 'Edit Serial' with the
32845       issue you want to receive checked.</para>
32846
32847       <screenshot>
32848         <screeninfo>Edit Issues</screeninfo>
32849
32850         <mediaobject>
32851           <imageobject>
32852             <imagedata fileref="images/serials/editissue.png"/>
32853           </imageobject>
32854         </mediaobject>
32855       </screenshot>
32856
32857       <para>All three of these options will open up the issue receive
32858       form:</para>
32859
32860       <screenshot>
32861         <screeninfo>Receive Serials</screeninfo>
32862
32863         <mediaobject>
32864           <imageobject>
32865             <imagedata fileref="images/serials/receiveissue.png"/>
32866           </imageobject>
32867         </mediaobject>
32868       </screenshot>
32869
32870       <itemizedlist>
32871         <listitem>
32872           <para>Choose 'Arrived' from the status pull down to mark a serial as
32873           received.</para>
32874         </listitem>
32875
32876         <listitem>
32877           <para>If you have decided to have an item record created for each issue an <link linkend="addingitems">item add form</link> 
32878             will appear after choosing 'Arrived'</para>
32879           <screenshot>
32880               <screeninfo>Serial item record</screeninfo>
32881               <mediaobject>
32882                 <imageobject>
32883                   <imagedata fileref="images/serials/serialitem.png"/>
32884                 </imageobject>
32885               </mediaobject>
32886             </screenshot>
32887         </listitem>
32888
32889         <listitem>
32890           <para>If your issue has a supplemental issue with it, fill in the Supplemental Issue information.<itemizedlist>
32891               <listitem>
32892                 <para>Key the entire numbering in the box after "Supplemental issue" no numbering
32893                   will be inherited/auto-filled from the main issue, and exactly what you key in the
32894                   box after "Supplemental issue" will be auto-filled in the item record's Serial
32895                   enumeration/chronology [MARC21 952$h] (if you create item records). <itemizedlist>
32896                     <listitem>
32897                       <para>E.g., key this in its entirety if it's what you would like displayed:
32898                         "v.69 no.3 (Mar. 2015) suppl." </para>
32899                     </listitem>
32900                   </itemizedlist></para>
32901               </listitem>
32902             </itemizedlist></para>
32903         </listitem>
32904
32905         <listitem>
32906           <para>If you have decided to have an item record created for each
32907           issue an <link linkend="addingitems">item add form</link> will
32908           appear for your supplement and for the issue itself</para>
32909         </listitem>
32910
32911         <listitem>
32912           <para>Once you have entered your info you can click 'Save'</para>
32913         </listitem>
32914       </itemizedlist>
32915
32916       <para>If you are receiving multiple issues at once, or have marked an
32917       issue as 'Late' or 'Missing' there you can click the 'Generate Next'
32918       button below the list of issues.</para>
32919
32920       <screenshot>
32921         <screeninfo>Generate Next Button</screeninfo>
32922
32923         <mediaobject>
32924           <imageobject>
32925             <imagedata fileref="images/serials/editissue.png"/>
32926           </imageobject>
32927         </mediaobject>
32928       </screenshot>
32929
32930       <para>Clicking this button will generate the next issue for you and mark
32931       the previously expected issue as 'Late' automatically. You can then
32932       check the 'Edit' box to the right of each issue and edit the status on
32933       multiple issues at once.</para>
32934     </section>
32935
32936     <section id="routinglist">
32937       <title>Create a Routing List</title>
32938
32939       <para>A routing list is a list of people who receive the serial before it goes to the shelf.
32940         To enable routing lists you want to set your <link linkend="RoutingSerials"
32941           >RoutingSerials</link> preference to 'Add'.</para>
32942
32943       <para>When on the subscription page you will see a link to the left that
32944       reads 'Create Routing List' or 'Edit Routing List'</para>
32945
32946       <screenshot>
32947         <screeninfo>Subscription Routing List Link</screeninfo>
32948
32949         <mediaobject>
32950           <imageobject>
32951             <imagedata fileref="images/serials/createroutinglink.png"/>
32952           </imageobject>
32953         </mediaobject>
32954       </screenshot>
32955
32956       <para>Clicking that link will bring you to the menu to add a new routing
32957       list.</para>
32958
32959       <screenshot>
32960         <screeninfo>Routing List Creation</screeninfo>
32961
32962         <mediaobject>
32963           <imageobject>
32964             <imagedata fileref="images/serials/createroutinglist.png"/>
32965           </imageobject>
32966         </mediaobject>
32967       </screenshot>
32968
32969       <para>From here you want to click 'Add recipients' in order to add
32970       people to the routing list. In the menu that appears you can filter
32971       patrons by part of their name, their library and/or patron
32972       category.</para>
32973
32974       <screenshot>
32975         <screeninfo>Add Members to Routing List</screeninfo>
32976
32977         <mediaobject>
32978           <imageobject>
32979             <imagedata fileref="images/serials/addtorouting.png"/>
32980           </imageobject>
32981         </mediaobject>
32982       </screenshot>
32983
32984       <para>Clicking 'Add' to the right of each name will add them to the
32985       routing list. When you have chosen all of the people for the list, click
32986       the 'Close' link to be redirected to the routing list.</para>
32987
32988       <screenshot>
32989         <screeninfo>Routing List</screeninfo>
32990
32991         <mediaobject>
32992           <imageobject>
32993             <imagedata fileref="images/serials/editroutinglist.png"/>
32994           </imageobject>
32995         </mediaobject>
32996       </screenshot>
32997
32998       <para>If the list looks the way you expect it to, then click 'Save'.
32999       Next you will be brought to a preview of the routing list. To print the
33000       list click 'Save and preview routing slip.' This will open a printable
33001       version of the list.</para>
33002
33003       <screenshot>
33004         <screeninfo>Preview Routing List</screeninfo>
33005
33006         <mediaobject>
33007           <imageobject>
33008             <imagedata fileref="images/serials/previewroutinglist.png"/>
33009           </imageobject>
33010         </mediaobject>
33011       </screenshot>
33012
33013       <para>If <link linkend="RoutingListAddReserves">RoutingListAddReserves</link> is set to
33014       on then patrons listed in the routing list will automatically be added
33015       to the holds list for the issue.</para>
33016
33017       <para>To see a list of all of the routing lists a specific patron is on visit the <link
33018           linkend="patronroutingtab">Routing Lists tab</link> on their patron record.</para>
33019     </section>
33020
33021     <section id="serialsubinstaff">
33022       <title>Subscriptions in Staff Client</title>
33023
33024       <para>Subscription information will appear on bibliographic records
33025       under the 'Subscriptions' tab</para>
33026
33027       <screenshot>
33028         <screeninfo>Subscription Tab on Bibliographic Record</screeninfo>
33029
33030         <mediaobject>
33031           <imageobject>
33032             <imagedata fileref="images/serials/subinfoonbib.png"/>
33033           </imageobject>
33034         </mediaobject>
33035       </screenshot>
33036
33037       <para>Clicking the 'Subscription Details' link will take you to the
33038       Subscription summary page in the staff client.</para>
33039
33040       <screenshot>
33041         <screeninfo>Subscription Detail</screeninfo>
33042
33043         <mediaobject>
33044           <imageobject>
33045             <imagedata fileref="images/serials/subscriptiondetail.png"/>
33046           </imageobject>
33047         </mediaobject>
33048       </screenshot>
33049       <para>If you are using the <link linkend="acqmodule">Acquisitions</link> module to keep <link
33050           linkend="ordersubscription">track of serial subscriptions</link> you will see that info
33051         before your subscription details.</para>
33052       <screenshot>
33053           <screeninfo>Acquisitions information for subscription</screeninfo>
33054           <mediaobject>
33055             <imageobject>
33056               <imagedata fileref="images/acquisitions/subdetails.png"/>
33057             </imageobject>
33058           </mediaobject>
33059         </screenshot>
33060     </section>
33061
33062     <section id="serialsubinopac">
33063       <title>Subscriptions in OPAC</title>
33064
33065       <para>When viewing the subscription in the OPAC there will be several
33066       options.</para>
33067
33068       <para>Like in the staff client, there will be a Subscriptions tab on the
33069       bibliographic record.</para>
33070
33071       <screenshot>
33072         <screeninfo>Subscriptions Tab in OPAC</screeninfo>
33073
33074         <mediaobject>
33075           <imageobject>
33076             <imagedata fileref="images/serials/subopac.png"/>
33077           </imageobject>
33078         </mediaobject>
33079       </screenshot>
33080
33081       <para>Under this tab will appear the number of issues you chose when
33082       setting up the subscription or in your <link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
33083       system preference. Clicking the 'More details' link will provide you
33084       with additional information about the serial history. You can set the
33085       default view of a serial in the OPAC with the <link linkend="SubscriptionHistory">SubscriptionHistory</link> system
33086       preference.</para>
33087
33088       <para>There are two views, compact and full. The compact serial
33089       subscription will show basic information regarding the
33090       subscription</para>
33091
33092       <screenshot>
33093         <screeninfo>Compact Serial View</screeninfo>
33094
33095         <mediaobject>
33096           <imageobject>
33097             <imagedata fileref="images/serials/compactopac.png"/>
33098           </imageobject>
33099         </mediaobject>
33100       </screenshot>
33101
33102       <para>From this compact display patrons can subscribe to be notified of new issues as they are
33103         released by clicking the 'Subscribe to email notifications of new issues' button. For this
33104         link to appear you will want to have chosen to notify patrons <link
33105           linkend="newsubscription">on the subscription</link> itself.</para>
33106
33107       <screenshot>
33108         <screeninfo>Subscribe link in the OPAC</screeninfo>
33109
33110         <mediaobject>
33111           <imageobject>
33112             <imagedata fileref="images/serials/opacroutingsubscribe.png"/>
33113           </imageobject>
33114         </mediaobject>
33115       </screenshot>
33116       <para>You can see thos who subscribe to new issue alerts by going to the subscription page in
33117         the staff client and looking on the right of the 'Information' tab.<screenshot>
33118           <screeninfo>Serial notification subscribers</screeninfo>
33119           <mediaobject>
33120             <imageobject>
33121               <imagedata fileref="images/serials/subscribers.png"/>
33122             </imageobject>
33123           </mediaobject>
33124         </screenshot></para>
33125
33126       <para>Whereas the full view shows extensive details, broken out by year,
33127       regarding the subscription</para>
33128
33129       <screenshot>
33130         <screeninfo>Full Serial View</screeninfo>
33131
33132         <mediaobject>
33133           <imageobject>
33134             <imagedata fileref="images/serials/fullopac.png"/>
33135           </imageobject>
33136         </mediaobject>
33137       </screenshot>
33138     </section>
33139
33140     <section id="serialclaims">
33141       <title>Claim Late Serials</title>
33142
33143       <para>Koha can send email messages to your serial vendors if you have
33144       late issues. To the left of the main serials page there is a link to
33145       'Claims'</para>
33146
33147       <screenshot>
33148         <screeninfo>Link to Claims on Serials Menu</screeninfo>
33149
33150         <mediaobject>
33151           <imageobject>
33152             <imagedata fileref="images/serials/serialclaimmenu.png"/>
33153           </imageobject>
33154         </mediaobject>
33155       </screenshot>
33156
33157       <para>The links to claims also appears to the left of the subscription
33158       detail page</para>
33159
33160       <screenshot>
33161         <screeninfo>Link to Claims on the Serials Menu</screeninfo>
33162
33163         <mediaobject>
33164           <imageobject>
33165             <imagedata fileref="images/serials/serialclaimmenu1.png"/>
33166           </imageobject>
33167         </mediaobject>
33168       </screenshot>
33169
33170       <para>If you don't have a claim notice defined yet you will see a
33171       warning message that you need to first define a notice.</para>
33172
33173       <screenshot>
33174         <screeninfo>Missing Claims Notice Warning</screeninfo>
33175
33176         <mediaobject>
33177           <imageobject>
33178             <imagedata fileref="images/serials/noserialclaim.png"/>
33179           </imageobject>
33180         </mediaobject>
33181       </screenshot>
33182
33183       <para>Clicking 'Claims' will open a report that will ask you to choose
33184       from your various serial vendors to generate claims for late
33185       issues.</para>
33186
33187       <screenshot>
33188         <screeninfo>Serial Claims</screeninfo>
33189
33190         <mediaobject>
33191           <imageobject>
33192             <imagedata fileref="images/serials/serialclaims.png"/>
33193           </imageobject>
33194         </mediaobject>
33195       </screenshot>
33196
33197       <para>From the list of late issues you can choose which ones you want to
33198       send a claim email to by clicking the checkbox to the left of late
33199       issue, choosing the notice template to use and clicking the 'Send
33200       notification' button.</para>
33201     </section>
33202
33203     <section id="serialexpiration">
33204       <title>Check Serial Expiration</title>
33205
33206       <para>When adding serials you enter a subscription length, using the
33207       check expiration tool you can see when your subscriptions are about to
33208       expire. To use the tool click the link to 'Check expiration' on the
33209       serials menu.</para>
33210
33211       <screenshot>
33212         <screeninfo>Check Serial Expiration</screeninfo>
33213
33214         <mediaobject>
33215           <imageobject>
33216             <imagedata fileref="images/serials/serialexpiresearch.png"/>
33217           </imageobject>
33218         </mediaobject>
33219       </screenshot>
33220
33221       <para>In the form that appears you need to enter at least a date to
33222       search by.</para>
33223
33224       <para>In your results you will see all subscriptions that will expire
33225       before the date you entered. From there you can choose to view the
33226       subscription further or renew it in one click.</para>
33227
33228       <screenshot>
33229         <screeninfo>Serial Expiration Search Results</screeninfo>
33230
33231         <mediaobject>
33232           <imageobject>
33233             <imagedata fileref="images/serials/serialexpire.png"/>
33234           </imageobject>
33235         </mediaobject>
33236       </screenshot>
33237     </section>
33238
33239     <section id="serialrenew">
33240       <title>Renewing Serials</title>
33241
33242       <para>If your serial subscription has expired you won't be able to
33243       receive issues. To renew your subscription you can click the 'Renew'
33244       button at the top of your subscription detail page.</para>
33245
33246       <screenshot>
33247         <screeninfo>Renew option on subscription detail</screeninfo>
33248
33249         <mediaobject>
33250           <imageobject>
33251             <imagedata fileref="images/serials/renewsubscription.png"/>
33252           </imageobject>
33253         </mediaobject>
33254       </screenshot>
33255
33256       <para>Another option is to click the 'Renew' link to the right of the
33257       subscription on the Serial Collection page.</para>
33258
33259       <screenshot>
33260         <screeninfo>Renew option on serial collection</screeninfo>
33261
33262         <mediaobject>
33263           <imageobject>
33264             <imagedata fileref="images/serials/collectionrenew.png"/>
33265           </imageobject>
33266         </mediaobject>
33267       </screenshot>
33268
33269       <para>Once you click the 'Renew' link or button you will be presenting
33270       with renewal options.</para>
33271
33272       <screenshot>
33273         <screeninfo>Subscription renewal form</screeninfo>
33274
33275         <mediaobject>
33276           <imageobject>
33277             <imagedata fileref="images/serials/serialrenew.png"/>
33278           </imageobject>
33279         </mediaobject>
33280       </screenshot>
33281
33282       <itemizedlist>
33283         <listitem>
33284           <para>The start date should be the date your subscription period
33285           starts.</para>
33286         </listitem>
33287
33288         <listitem>
33289           <para>For the subscription length you'll want to fill in one of the
33290           three fields presented: Number of num (issues), Number of months or
33291           Number of weeks.</para>
33292         </listitem>
33293
33294         <listitem>
33295           <para>Finally enter any notes you might have about this
33296           renewal.</para>
33297         </listitem>
33298       </itemizedlist>
33299     </section>
33300
33301     <section id="serialsearch">
33302       <title>Searching Serials</title>
33303
33304       <para>Once in the Serials module there is basic search box at the top
33305       that you can use to find subscriptions using any part of the ISSN and/or
33306       title.</para>
33307
33308       <screenshot>
33309         <screeninfo>Basic Serials Search</screeninfo>
33310
33311         <mediaobject>
33312           <imageobject>
33313             <imagedata fileref="images/serials/serialsearch.png"/>
33314           </imageobject>
33315         </mediaobject>
33316       </screenshot>
33317
33318       <para>You can also click the 'Advanced Search' link to the right of the
33319       'Submit' button to do a more thorough search of your serials.</para>
33320
33321       <screenshot>
33322         <screeninfo>Advanced Serials Search</screeninfo>
33323
33324         <mediaobject>
33325           <imageobject>
33326             <imagedata fileref="images/serials/advanceserialsearch.png"/>
33327           </imageobject>
33328         </mediaobject>
33329       </screenshot>
33330
33331       <para>From your results you can filter by using the search boxes at the
33332       bottom of each column and adjust the number of resutls using the toolbar
33333       at the top of the results set.</para>
33334
33335       <screenshot>
33336         <screeninfo>Serial Search Results</screeninfo>
33337
33338         <mediaobject>
33339           <imageobject>
33340             <imagedata fileref="images/serials/serialsearchresults.png"/>
33341           </imageobject>
33342         </mediaobject>
33343       </screenshot>
33344     </section>
33345   </chapter>
33346
33347   <chapter id="acqmodule">
33348     <title>Acquisitions</title>
33349
33350     <para>The Koha Acquisitions module provides a way for the library to
33351     record orders placed with vendors and manage purchase budgets.</para>
33352
33353     <itemizedlist>
33354       <listitem>
33355         <para><emphasis>Get there:</emphasis> More &gt; Acquisitions</para>
33356       </listitem>
33357     </itemizedlist>
33358
33359     <section id="acqsetup">
33360       <title>Setup</title>
33361
33362       <para>Before using the Acquisitions Module you will want to make sure
33363       that you have completed all of the set up.</para>
33364
33365       <para>First, set your <link linkend="acqprefs">Acquisitions System
33366       Preferences</link> and <link linkend="acqadmin">Acquisitions
33367       Administration</link> to match your library's workflow.</para>
33368
33369       <para>On the main acquisitions page you will see your library's funds
33370       listed.</para>
33371
33372       <screenshot>
33373         <screeninfo>Acquisitions Funds Summary</screeninfo>
33374
33375         <mediaobject>
33376           <imageobject>
33377             <imagedata fileref="images/acquisitions/acqfunds.png"/>
33378           </imageobject>
33379         </mediaobject>
33380       </screenshot>
33381
33382       <para><note>
33383           <para>If the total line is confusing for the funds you have set up
33384           you can hide it by adding <programlisting>#funds_total {display:none;}</programlisting></para>
33385
33386           <para>to the <link linkend="IntranetUserCSS">IntranetUserCSS</link>
33387           preference.</para>
33388         </note></para>
33389
33390       <para>To see all active funds you can click the checkbox next to 'Show active and inactive'
33391         above the funds table.</para>
33392
33393       <para>To see a history of all orders in a fund you can click on the
33394       linked amount and it will run a search for you.</para>
33395
33396       <screenshot>
33397         <screeninfo>Breakdown of orders against the FIC Fund</screeninfo>
33398
33399         <mediaobject>
33400           <imageobject>
33401             <imagedata fileref="images/acquisitions/fundbreakdown.png"/>
33402           </imageobject>
33403         </mediaobject>
33404       </screenshot>
33405
33406       <para>Learn more in the <link linkend="fundtracking">Budget/Fund
33407       Tracking</link> section of this manual.</para>
33408     </section>
33409
33410     <section id="acqvendors">
33411       <title>Vendors</title>
33412
33413       <para>Before any orders can be places you must first enter at least one
33414       vendor.</para>
33415
33416       <section id="addacqvendor">
33417         <title>Add a Vendor</title>
33418
33419         <para>To add a vendor click the 'New Vendor' button on the
33420         Acquisitions page</para>
33421
33422         <screenshot>
33423           <screeninfo>New Vendor Button on Acquisitions</screeninfo>
33424
33425           <mediaobject>
33426             <imageobject>
33427               <imagedata fileref="images/acquisitions/newvendbutton.png"/>
33428             </imageobject>
33429           </mediaobject>
33430         </screenshot>
33431
33432         <para>The vendor add form is broken into three pieces</para>
33433
33434         <itemizedlist>
33435           <listitem>
33436             <para>The first section is for basic information about the
33437             Vendor</para>
33438
33439             <screenshot>
33440               <screeninfo>Basic Vendor Information</screeninfo>
33441
33442               <mediaobject>
33443                 <imageobject>
33444                   <imagedata fileref="images/acquisitions/newvendor1.png"/>
33445                 </imageobject>
33446               </mediaobject>
33447             </screenshot>
33448
33449             <itemizedlist>
33450               <listitem>
33451                 <para>Of these fields, only the Vendor name is required, the
33452                 rest of the information should be added to help with
33453                 generating claim letters and invoices</para>
33454               </listitem>
33455             </itemizedlist>
33456           </listitem>
33457
33458           <listitem>
33459             <para>The second section is for information regarding your contact
33460             at the Vendor's office</para>
33461
33462             <screenshot>
33463               <screeninfo>Vendor Contact Details</screeninfo>
33464
33465               <mediaobject>
33466                 <imageobject>
33467                   <imagedata fileref="images/acquisitions/newvendor2.png"/>
33468                 </imageobject>
33469               </mediaobject>
33470             </screenshot>
33471
33472             <itemizedlist>
33473               <listitem>
33474                 <para>None of these fields are required, they should only be
33475                 entered if you want to keep track of your contact's
33476                 information within Koha</para>
33477               </listitem>
33478             </itemizedlist>
33479           </listitem>
33480
33481           <listitem>
33482             <para>The final section is for billing information</para>
33483
33484             <screenshot>
33485               <screeninfo>Vendor Ordering/Billing Information</screeninfo>
33486
33487               <mediaobject>
33488                 <imageobject>
33489                   <imagedata fileref="images/acquisitions/newvendor3.png"/>
33490                 </imageobject>
33491               </mediaobject>
33492             </screenshot>
33493
33494             <itemizedlist>
33495               <listitem>
33496                 <para>To be able to order from a vendor you must make them
33497                 'Active'</para>
33498               </listitem>
33499
33500               <listitem>
33501                 <para>For List Prices and Invoice Prices choose the
33502                 currency</para>
33503
33504                 <itemizedlist>
33505                   <listitem>
33506                     <para>Currencies are assigned in the <link linkend="currexchangeadmin">Currencies &amp; Exchange
33507                     Rates</link> admin area</para>
33508                   </listitem>
33509                 </itemizedlist>
33510               </listitem>
33511
33512               <listitem>
33513                 <para>If your library is charged tax mark your Tax Number as
33514                 registered</para>
33515               </listitem>
33516
33517               <listitem>
33518                 <para>Note if you list prices and/or invoice prices include
33519                 tax</para>
33520               </listitem>
33521
33522               <listitem>
33523                 <para>If the vendor offers a consistent blank discount, enter
33524                 that in the 'Discount' field</para>
33525
33526                 <itemizedlist>
33527                   <listitem>
33528                     <para>You can enter item specific discounts when placing
33529                     an order</para>
33530                   </listitem>
33531                 </itemizedlist>
33532               </listitem>
33533
33534               <listitem>
33535                 <para>Enter your tax rate if your library is charged taxes on
33536                 orders</para>
33537               </listitem>
33538
33539               <listitem>
33540                 <para>If you know about how long it usually takes orders to
33541                 arrive from this vendor you can enter a delivery time. This
33542                 will allow Koha to estimate when orders will arrive at your
33543                 library on the late orders report.</para>
33544               </listitem>
33545
33546               <listitem>
33547                 <para>Notes are for internal use</para>
33548               </listitem>
33549             </itemizedlist>
33550           </listitem>
33551         </itemizedlist>
33552       </section>
33553
33554       <section id="editacqvendor">
33555         <title>View/Edit a Vendor</title>
33556
33557         <para>To view a vendor's information page you must search for the
33558         vendor from the Acquisitions home page. Your search can be for any
33559         part of the Vendor's name:</para>
33560
33561         <screenshot>
33562           <screeninfo>Vendor Search Results</screeninfo>
33563
33564           <mediaobject>
33565             <imageobject>
33566               <imagedata fileref="images/acquisitions/vendorsearch.png"/>
33567             </imageobject>
33568           </mediaobject>
33569         </screenshot>
33570
33571         <para>From the results, click on the name of the vendor you want to
33572         view or edit</para>
33573
33574         <screenshot>
33575           <screeninfo>Vendor Information Page</screeninfo>
33576
33577           <mediaobject>
33578             <imageobject>
33579               <imagedata fileref="images/acquisitions/vendorpage.png"/>
33580             </imageobject>
33581           </mediaobject>
33582         </screenshot>
33583
33584         <para>To make changes to the vendor, simply click the 'Edit vendor' button.</para>
33585
33586         <para>If the vendor has no baskets attached to it then a 'Delete vendor' button will also be
33587           visible and the vendor can be deleted. Otherwise you will see a 'Receive shipment'
33588           button.</para>
33589
33590         <screenshot>
33591           <screeninfo>Receive shipment button</screeninfo>
33592
33593           <mediaobject>
33594             <imageobject>
33595               <imagedata fileref="images/acquisitions/receivebutton.png"/>
33596             </imageobject>
33597           </mediaobject>
33598         </screenshot>
33599       </section>
33600
33601       <section id="vendorcontracts">
33602         <title>Vendor Contracts</title>
33603
33604         <para>You can define contracts (with a start and end date) and attach
33605         them to a vendor. This is used so that at the end of the year you can
33606         see how much you spent on a specific contract with a vendor. In some
33607         places, contracts are set up with a minimum and maximum yearly
33608         amount.</para>
33609
33610         <section id="addvendorcontract">
33611           <title>Add a Contract</title>
33612
33613           <para>At the top of a Vendor Information Page, you will see a 'New
33614           Contract' button.</para>
33615
33616           <screenshot>
33617             <screeninfo>New Contract Button</screeninfo>
33618
33619             <mediaobject>
33620               <imageobject>
33621                 <imagedata fileref="images/acquisitions/newcontract.png"/>
33622               </imageobject>
33623             </mediaobject>
33624           </screenshot>
33625
33626           <para>The contract form will ask for some very basic information
33627           about the contract</para>
33628
33629           <screenshot>
33630             <screeninfo>New Contract Form</screeninfo>
33631
33632             <mediaobject>
33633               <imageobject>
33634                 <imagedata fileref="images/acquisitions/newcontractform.png"/>
33635               </imageobject>
33636             </mediaobject>
33637           </screenshot>
33638
33639           <important>
33640             <para>You cannot enter a contract retrospectively. The end date
33641             must not be before today's date.</para>
33642           </important>
33643
33644           <para>Once the contract is saved it will appear below the vendor
33645           information.</para>
33646
33647           <screenshot>
33648             <screeninfo>Vendor with contracts</screeninfo>
33649
33650             <mediaobject>
33651               <imageobject>
33652                 <imagedata fileref="images/acquisitions/contractdisplay.png"/>
33653               </imageobject>
33654             </mediaobject>
33655           </screenshot>
33656
33657           <para>It will also be an option when creating a basket</para>
33658
33659           <screenshot>
33660             <screeninfo>Contract Pull Down on New Basket Form</screeninfo>
33661
33662             <mediaobject>
33663               <imageobject>
33664                 <imagedata fileref="images/acquisitions/contractonbasket.png"/>
33665               </imageobject>
33666             </mediaobject>
33667           </screenshot>
33668         </section>
33669       </section>
33670     </section>
33671
33672     <section id="managesuggest">
33673       <title>Managing Suggestions</title>
33674
33675       <para>Purchase suggestions can be generated in one of two ways. You can create suggestions via
33676         the staff client either for the library or <link linkend="patronsuggestions">on the patron's
33677           behalf</link> from their record. Depending on your settings in the <link
33678           linkend="suggestionspref">suggestion</link> system preference, patrons may also be able to
33679         make purchase suggestions via the OPAC. When a suggestion is waiting for library review, it
33680         will appear on the Acquisitions home page under the vendor search.</para>
33681
33682       <screenshot>
33683         <screeninfo>Pending suggestions on Acquisitions</screeninfo>
33684
33685         <mediaobject>
33686           <imageobject>
33687             <imagedata fileref="images/acquisitions/suggestonacq.png"/>
33688           </imageobject>
33689         </mediaobject>
33690       </screenshot>
33691
33692       <para>It will also appear on the main staff dashboard under the module
33693       labels:</para>
33694
33695       <screenshot>
33696         <screeninfo>Pending suggestions on main page</screeninfo>
33697
33698         <mediaobject>
33699           <imageobject>
33700             <imagedata fileref="images/acquisitions/pendingsuggestions.png"/>
33701           </imageobject>
33702         </mediaobject>
33703       </screenshot>
33704
33705       <para>Clicking 'Manage suggestions' will take you to the suggestion
33706       management tool. If there are no pending suggestions you can access the
33707       suggestion management tool by clicking the 'Manage suggestions' link on
33708       the menu on the left of the Acquisitions page.</para>
33709
33710       <screenshot>
33711         <screeninfo>Suggestion Management</screeninfo>
33712
33713         <mediaobject>
33714           <imageobject>
33715             <imagedata fileref="images/acquisitions/suggestmanage.png"/>
33716           </imageobject>
33717         </mediaobject>
33718       </screenshot>
33719
33720       <para>Your suggestions will be sorted into several tabs: Accepted,
33721       Pending, Checked, Ordered and/or Rejected. Each accepted or rejected
33722       suggestion will show the name of the librarian who managed the
33723       suggestion and the reason they gave for accepting or rejecting it (found
33724       under 'Status').</para>
33725       <para>An 'Accepted' suggestion is one that you have marked as 'Accepted' using the form below
33726         the suggestions.  A 'Pending' suggestion is one that is awaiting action from the library.  A
33727         'Checked' suggestion is one that has been marked as 'Checked' using the form before the
33728         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
33729         'Rejected' suggestion is one that you have marked at 'Rejected' using the form below the
33730         list of suggestions.</para>
33731
33732       <para>For libraries with lots of suggestions, there are filters on the
33733       left hand side of the Manage Suggestions page to assist in limiting the
33734       number of titles displayed on the screen.</para>
33735
33736       <screenshot>
33737         <screeninfo>Suggestion Filtering</screeninfo>
33738
33739         <mediaobject>
33740           <imageobject>
33741             <imagedata fileref="images/acquisitions/suggestionsfilters.png"/>
33742           </imageobject>
33743         </mediaobject>
33744       </screenshot>
33745
33746       <para>Clicking on the blue headings will expand the filtering options
33747       and clicking '[clear]' will clear all filters and show all
33748       suggestions.<note>
33749           <para>The suggestions page will automatically be limited to
33750           suggestions for your library. To see information for all (or any
33751           other) libraries click on the 'Acquisition information' filter and
33752           change the library.</para>
33753
33754           <screenshot>
33755             <screeninfo>Branch filter</screeninfo>
33756
33757             <mediaobject>
33758               <imageobject>
33759                 <imagedata fileref="images/acquisitions/suggestbranchfilter.png"/>
33760               </imageobject>
33761             </mediaobject>
33762           </screenshot>
33763         </note></para>
33764
33765       <para>When reviewing 'Pending' suggestions you can choose to check the
33766       box next to the item(s) you want to approve/reject and then choose the
33767       status and reason for your selection. You can also choose to completely
33768       delete the suggestion by checking the 'Delete selected' box.</para>
33769
33770       <screenshot>
33771         <screeninfo>Pending Suggestions</screeninfo>
33772
33773         <mediaobject>
33774           <imageobject>
33775             <imagedata fileref="images/acquisitions/suggestpending.png"/>
33776           </imageobject>
33777         </mediaobject>
33778       </screenshot>
33779
33780       <para>Another option for libraries with long lists of suggestions is to
33781       approve or reject suggestions one by one by clicking on the title of the
33782       suggestion to open a summary of the suggestion, including information if
33783       the item was purchased.</para>
33784
33785       <screenshot>
33786         <screeninfo>Suggestion Information</screeninfo>
33787
33788         <mediaobject>
33789           <imageobject>
33790             <imagedata fileref="images/acquisitions/suggestiondetails.png"/>
33791           </imageobject>
33792         </mediaobject>
33793       </screenshot>
33794
33795       <para>Clicking 'edit' to the right of the suggested title or at the to pof the suggestion
33796         detail page will open a suggestion editing page.</para>
33797
33798       <screenshot>
33799         <screeninfo>Edit Purchase Suggestion</screeninfo>
33800
33801         <mediaobject>
33802           <imageobject>
33803             <imagedata fileref="images/acquisitions/editsuggestion.png"/>
33804           </imageobject>
33805         </mediaobject>
33806       </screenshot>
33807
33808       <para>From this form you can make edits to the suggestion (adding more
33809       details or updating incorrect information provided by the patron). You
33810       can also choose to accept or reject the suggestion on an individual
33811       basis.</para>
33812
33813       <itemizedlist>
33814         <listitem>
33815           <para>Choosing to mark a request as 'Pending' will move the request
33816           back to the 'Pending' tab.</para>
33817         </listitem>
33818       </itemizedlist>
33819
33820       <para>Reasons for accepting and rejecting suggestions are defined by the
33821       <link linkend="suggestauthorized">SUGGEST</link> authorized
33822       value.</para>
33823
33824       <screenshot>
33825         <screeninfo>Reasons for approving or rejecting
33826         suggestions</screeninfo>
33827
33828         <mediaobject>
33829           <imageobject>
33830             <imagedata fileref="images/acquisitions/suggestreasons.png"/>
33831           </imageobject>
33832         </mediaobject>
33833       </screenshot>
33834
33835       <para>If you choose 'Others...' as your reason you will be prompted to
33836       enter your reason in a text box. Clicking 'Cancel' to the right of the
33837       box will bring back the pull down menu with authorized reasons.</para>
33838
33839       <screenshot>
33840         <screeninfo>Enter reason for 'Others...'</screeninfo>
33841
33842         <mediaobject>
33843           <imageobject>
33844             <imagedata fileref="images/acquisitions/suggestothers.png"/>
33845           </imageobject>
33846         </mediaobject>
33847       </screenshot>
33848
33849       <para>Once you have clicked 'Submit' the suggestion will be moved to the
33850       matching tab. The status will also be updated on the patron's account in
33851       the OPAC and an <link linkend="notices">email notice</link> will be sent
33852       to the patron using the template that matches the status you have
33853       chosen.</para>
33854
33855       <screenshot>
33856         <screeninfo>Purchase suggestions in the OPAC</screeninfo>
33857
33858         <mediaobject>
33859           <imageobject>
33860             <imagedata fileref="images/acquisitions/mysuggestions.png"/>
33861           </imageobject>
33862         </mediaobject>
33863       </screenshot>
33864     </section>
33865
33866     <section id="placingacqorder">
33867       <title>Placing Orders</title>
33868
33869       <para>To place an order you must first search for the vendor or
33870       bookseller you want to send the order to.</para>
33871
33872       <section id="createacqbasket">
33873         <title>Create a basket</title>
33874
33875         <para>To create a basket you must first search for the vendor you're
33876         ordering from:</para>
33877
33878         <screenshot>
33879           <screeninfo>New Basket / Add Basket Options</screeninfo>
33880
33881           <mediaobject>
33882             <imageobject>
33883               <imagedata fileref="images/acquisitions/addbasketbutton.png"/>
33884             </imageobject>
33885           </mediaobject>
33886         </screenshot>
33887
33888         <para>And click the 'New basket' button to the right of the vendor name.<note>
33889             <para>You can also add to an existing basket by clicking the 'Add to basket' link to the
33890               far right of each basket's information in the results table. </para>
33891           </note></para>
33892         <para>After clicking 'New basket' you will be asked to enter some information about the
33893           order:</para>
33894
33895         <screenshot>
33896           <screeninfo>Add Basket Form</screeninfo>
33897
33898           <mediaobject>
33899             <imageobject>
33900               <imagedata fileref="images/acquisitions/addbasket.png"/>
33901             </imageobject>
33902           </mediaobject>
33903         </screenshot>
33904
33905         <itemizedlist>
33906           <listitem>
33907             <para>When adding a basket you want to give it a name that will
33908             help you identify it later</para>
33909           </listitem>
33910
33911           <listitem>
33912             <para>Enter in the Billing Place and Delivery Place (this will
33913             default the library you're logged in at)</para>
33914           </listitem>
33915
33916           <listitem>
33917             <para>If you would like to change the vendor you're ordering from
33918             you can use the Vendor pull down menu</para>
33919           </listitem>
33920
33921           <listitem>
33922             <para>The notes fields are optional and can contain any type of
33923             information</para>
33924           </listitem>
33925         </itemizedlist>
33926
33927         <para>If you have <link linkend="addvendorcontract">added
33928         contracts</link> to the vendor you're ordering from, you will also
33929         have an option to choose which contract you're ordering these items
33930         under.</para>
33931
33932         <screenshot>
33933           <screeninfo>Basket with contract options</screeninfo>
33934
33935           <mediaobject>
33936             <imageobject>
33937               <imagedata fileref="images/acquisitions/basketwithcontracts.png"/>
33938             </imageobject>
33939           </mediaobject>
33940         </screenshot>
33941
33942         <para>When finished, click 'Save'</para>
33943
33944         <screenshot>
33945           <screeninfo>New Empty Basket</screeninfo>
33946
33947           <mediaobject>
33948             <imageobject>
33949               <imagedata fileref="images/acquisitions/basket.png"/>
33950             </imageobject>
33951           </mediaobject>
33952         </screenshot>
33953
33954         <para>Once your basket is created you are presented with several
33955         options for adding items to the order.</para>
33956
33957         <itemizedlist>
33958           <listitem>
33959             <para>If you are ordering another copy of an existing item, you
33960             can simply search for the record in your system.</para>
33961
33962             <screenshot>
33963               <screeninfo>Search for existing records</screeninfo>
33964
33965               <mediaobject>
33966                 <imageobject>
33967                   <imagedata fileref="images/acquisitions/orderfromexisting.png"/>
33968                 </imageobject>
33969               </mediaobject>
33970             </screenshot>
33971
33972             <itemizedlist>
33973               <listitem>
33974                 <para>From the results, simply click 'Order' to be brought to
33975                 the order form.</para>
33976
33977                 <screenshot>
33978                   <screeninfo>Order form</screeninfo>
33979
33980                   <mediaobject>
33981                     <imageobject>
33982                       <imagedata fileref="images/acquisitions/existingitemorder.png"/>
33983                     </imageobject>
33984                   </mediaobject>
33985                 </screenshot>
33986
33987                 <itemizedlist>
33988                   <listitem>
33989                     <para>All of the details associated with the item will
33990                     already be listed under 'Catalog details.'</para>
33991                   </listitem>
33992                 </itemizedlist>
33993               </listitem>
33994             </itemizedlist>
33995           </listitem>
33996
33997           <listitem id="orderfromsuggestion">
33998             <para>If you allow patrons to make purchase suggestions (learn more in the <link linkend="managesuggest">Managing Suggestions</link> section of this manual), then
33999               you can place orders from those suggestions. In order to keep track of suggestions
34000               that have been ordered and received you must place the order using this link.  </para>
34001             <screenshot>
34002               <screeninfo>Approved Suggestions to Order From</screeninfo>
34003               <mediaobject>
34004                 <imageobject>
34005                   <imagedata fileref="images/acquisitions/orderfromsuggest.png"/>
34006                 </imageobject>
34007               </mediaobject>
34008             </screenshot>
34009             <itemizedlist>
34010               <listitem>
34011                 <para>From the results, click 'Order' next to the item you want to order and you
34012                   will be presented with the order form including a link to the suggestion</para>
34013                 <screenshot>
34014                   <screeninfo>Order from a Suggestion</screeninfo>
34015                   <mediaobject>
34016                     <imageobject>
34017                       <imagedata fileref="images/acquisitions/orderfromsuggestform.png"/>
34018                     </imageobject>
34019                   </mediaobject>
34020                 </screenshot>
34021                 <itemizedlist>
34022                   <listitem>
34023                     <para>From this form you can make changes to the Catalog Details if
34024                       necessary.</para>
34025                   </listitem>
34026                   <listitem>
34027                     <para>When the item appears in your basket it will include a link to the
34028                       suggestion.</para>
34029                     <screenshot>
34030                       <screeninfo>Suggestion Link in basket</screeninfo>
34031                       <mediaobject>
34032                         <imageobject>
34033                           <imagedata fileref="images/acquisitions/ordersuggestlink.png"/>
34034                         </imageobject>
34035                       </mediaobject>
34036                     </screenshot>
34037                   </listitem>
34038                 </itemizedlist>
34039               </listitem>
34040               <listitem>
34041                 <para>Orders added to the basket in this way will notify the patron via email that
34042                   their suggestion has been ordered and will update the patron's '<link linkend="opacmysuggestions">My purchase suggestions</link>' page in the
34043                   OPAC.</para>
34044               </listitem>
34045             </itemizedlist>
34046           </listitem>
34047           <listitem id="ordersubscription">
34048             <para>If you're using the <link linkend="serials">Serials</link> module you can link
34049               your subscription order information to acquisitions by choosing to order 'From a susbscription'<itemizedlist>
34050                 <listitem>
34051                   <para>After clicking the order link you will be brought to a search page that will
34052                     help you find your subscription</para>
34053                   <screenshot>
34054                       <screeninfo>Subscription order search</screeninfo>
34055                       <mediaobject>
34056                         <imageobject>
34057                           <imagedata fileref="images/acquisitions/subordersearch.png"/>
34058                         </imageobject>
34059                       </mediaobject>
34060                     </screenshot>
34061                 </listitem>
34062                 <listitem>
34063                   <para>Your results will appear to the right of the form and each subscription will
34064                     have an 'Order' link to the right</para>
34065                   <screenshot>
34066                       <screeninfo>Subscription results</screeninfo>
34067                       <mediaobject>
34068                         <imageobject>
34069                           <imagedata fileref="images/acquisitions/suborderresults.png"/>
34070                         </imageobject>
34071                       </mediaobject>
34072                     </screenshot>
34073                 </listitem>
34074                 <listitem>
34075                   <para>Clicking 'Order' will bring the subscription info in to the order form
34076                     without an 'Add item' section since you are just ordering a subscription and an
34077                     item isn't needed</para>
34078                   <screenshot>
34079                       <screeninfo>Order from subscription</screeninfo>
34080                       <mediaobject>
34081                         <imageobject>
34082                           <imagedata fileref="images/acquisitions/suborder.png"/>
34083                         </imageobject>
34084                       </mediaobject>
34085                     </screenshot>
34086                 </listitem>
34087               </itemizedlist></para>
34088           </listitem>
34089
34090           <listitem>
34091             <para>To order from a record that can't be found anywhere else,
34092             choose the 'From a new (empty) record.'</para>
34093
34094             <screenshot>
34095               <screeninfo>Order a new record</screeninfo>
34096
34097               <mediaobject>
34098                 <imageobject>
34099                   <imagedata fileref="images/acquisitions/fromnewemptyrecord.png"/>
34100                 </imageobject>
34101               </mediaobject>
34102             </screenshot>
34103
34104             <itemizedlist>
34105               <listitem>
34106                 <para>You will be presented with an empty form to fill in all
34107                 of the necessary details about the item you are
34108                 ordering.</para>
34109               </listitem>
34110             </itemizedlist>
34111           </listitem>
34112
34113           <listitem>
34114             <para>If you want to search other libraries for an item to
34115             purchase, you can use the 'From an external source' option that
34116             will allow you to order from a MARC record found via a Z39.50
34117             search.</para>
34118
34119             <screenshot>
34120               <screeninfo>Search for record to add</screeninfo>
34121
34122               <mediaobject>
34123                 <imageobject>
34124                   <imagedata fileref="images/acquisitions/orderz39.png"/>
34125                 </imageobject>
34126               </mediaobject>
34127             </screenshot>
34128
34129             <itemizedlist>
34130               <listitem>
34131                 <para>From the results, click the Order link next to the item
34132                 you want to purchase.</para>
34133
34134                 <screenshot>
34135                   <screeninfo>Search Results to Order From</screeninfo>
34136
34137                   <mediaobject>
34138                     <imageobject>
34139                       <imagedata fileref="images/acquisitions/orderz39results.png"/>
34140                     </imageobject>
34141                   </mediaobject>
34142                 </screenshot>
34143               </listitem>
34144
34145               <listitem>
34146                 <para>If the item you're ordering from an external source
34147                 looks like it might be a duplicate, Koha will warn you and
34148                 give you options on how to proceed.</para>
34149
34150                 <screenshot>
34151                   <screeninfo>Duplicate order warning</screeninfo>
34152
34153                   <mediaobject>
34154                     <imageobject>
34155                       <imagedata fileref="images/acquisitions/dupwarning.png"/>
34156                     </imageobject>
34157                   </mediaobject>
34158                 </screenshot>
34159
34160                 <itemizedlist>
34161                   <listitem>
34162                     <para>From the warning, you can choose to order another
34163                     copy on the existing bib record, create a new bib record,
34164                     or cancel your order of this item.</para>
34165                   </listitem>
34166                 </itemizedlist>
34167               </listitem>
34168
34169               <listitem>
34170                 <para>In the order form that pops up, you will not be able to
34171                 edit the catalog details.</para>
34172
34173                 <screenshot>
34174                   <screeninfo>New order from Z39.50 Search</screeninfo>
34175
34176                   <mediaobject>
34177                     <imageobject>
34178                       <imagedata fileref="images/acquisitions/orderz39form.png"/>
34179                     </imageobject>
34180                   </mediaobject>
34181                 </screenshot>
34182               </listitem>
34183             </itemizedlist>
34184           </listitem>
34185
34186           <listitem id="orderfromstagedfile">
34187             <para>The next option for ordering is to order from a staged record (<link
34188                 linkend="stagemarc">learn more about staging records</link>).</para>
34189             <screenshot>
34190               <screeninfo>Staged Files to Order From</screeninfo>
34191               <mediaobject>
34192                 <imageobject>
34193                   <imagedata fileref="images/acquisitions/stagedfiles.png"/>
34194                 </imageobject>
34195               </mediaobject>
34196             </screenshot>
34197             <itemizedlist>
34198               <listitem>
34199                 <para>From the list of files you are presented with, choose the 'Add orders' link to
34200                   add the records in the staged file to your order. <screenshot>
34201                     <screeninfo>Staged records</screeninfo>
34202                     <mediaobject>
34203                       <imageobject>
34204                         <imagedata fileref="images/acquisitions/importallstaged.png"/>
34205                       </imageobject>
34206                     </mediaobject>
34207                   </screenshot></para>
34208               </listitem>
34209               <listitem>
34210                 <para>Next to each title is a checkbox, check the items you would like to order, or
34211                   choose 'Check all' at the top. Depending on your settings in the <link
34212                     linkend="MarcFieldsToOrder">MarcFieldsToOrder</link> preference Koha will
34213                   populate the next screen with with the relevant Quantity, Price, Fund, Statistic
34214                   1, and Statistic 2 found within the staged file.<screenshot>
34215                     <screeninfo>Add orders from staged file</screeninfo>
34216                     <mediaobject>
34217                       <imageobject>
34218                         <imagedata fileref="images/acquisitions/selecttoimport.png"/>
34219                       </imageobject>
34220                     </mediaobject>
34221                   </screenshot></para>
34222               </listitem>
34223               <listitem>
34224                 <para>In the 'Item Information' tab you can enter information that will be added to
34225                   every ordered item such as item type, collection code and not for loan status.<screenshot>
34226                     <screeninfo>Item information</screeninfo>
34227                     <mediaobject>
34228                       <imageobject>
34229                         <imagedata fileref="images/acquisitions/itemfromstaged.png"/>
34230                       </imageobject>
34231                     </mediaobject>
34232                   </screenshot></para>
34233               </listitem>
34234               <listitem>
34235                 <para>If no information is imported from the MARC record regarding fund information
34236                   the 'Default accounting details' tab can be used to apply values related to the accounting.<screenshot>
34237                     <screeninfo>Accounting details</screeninfo>
34238                     <mediaobject>
34239                       <imageobject>
34240                         <imagedata fileref="images/acquisitions/stagedaccounting.png"/>
34241                       </imageobject>
34242                     </mediaobject>
34243                   </screenshot></para>
34244               </listitem>
34245             </itemizedlist>
34246           </listitem>
34247           <listitem>
34248             <para>The final option for ordering is to order from a list of titles with the highest
34249               hold ratios<itemizedlist>
34250                 <listitem>
34251                   <para>This option will take you to the Holds Ratio report where you can find items
34252                     with a high hold ratio and order additional copies.  Next to each title will be
34253                     a link with the number of items to order, click that and it will add the item to
34254                     your basket.<screenshot>
34255                       <screeninfo>Holds Ratio Order</screeninfo>
34256                       <mediaobject>
34257                         <imageobject>
34258                           <imagedata fileref="images/acquisitions/highestholdratio.png"/>
34259                         </imageobject>
34260                       </mediaobject>
34261                     </screenshot></para>
34262                 </listitem>
34263               </itemizedlist></para>
34264           </listitem>
34265         </itemizedlist>
34266
34267         <para>After bringing in the bib information (for all import methods except for the staged
34268           file), if your <link linkend="AcqCreateItem">AcqCreateItem</link> system preference is set
34269           to add an item when ordering you will enter the item info next. You need to fill out at
34270           least one item record and then click the 'Add' button at the bottom left of the item
34271           form.</para>
34272
34273         <screenshot>
34274           <screeninfo>Item order</screeninfo>
34275
34276           <mediaobject>
34277             <imageobject>
34278               <imagedata fileref="images/acquisitions/itemonorder.png"/>
34279             </imageobject>
34280           </mediaobject>
34281         </screenshot>
34282
34283         <para>After clicking the 'Add item' button below the item record the item will appear above
34284           the form and then you can enter your next item the same way (if ordering more than one
34285           item).</para>
34286
34287         <screenshot>
34288           <screeninfo>Item ordered</screeninfo>
34289
34290           <mediaobject>
34291             <imageobject>
34292               <imagedata fileref="images/acquisitions/itemonorderadded.png"/>
34293             </imageobject>
34294           </mediaobject>
34295         </screenshot>
34296
34297         <para>Once you have entered the info about the item, you need to enter
34298         the Accounting information.</para>
34299
34300         <screenshot>
34301           <screeninfo>Accounting Details</screeninfo>
34302
34303           <mediaobject>
34304             <imageobject>
34305               <imagedata fileref="images/acquisitions/accounting.png"/>
34306             </imageobject>
34307           </mediaobject>
34308         </screenshot>
34309
34310         <itemizedlist>
34311           <listitem>
34312             <para>Quantity is populated by the number of items you've added to the order above.<itemizedlist>
34313                 <listitem>
34314                   <important>
34315                     <para>You cannot edit the quantity manually, you must click 'Add' below the item
34316                       form to add as many items as you're ordering.</para>
34317                   </important>
34318                 </listitem>
34319               </itemizedlist></para>
34320           </listitem>
34321
34322           <listitem>
34323             <para>The list of funds is populated by the <link linkend="funds">funds</link> you have assigned in the Acquisitions
34324             Administration area.</para>
34325           </listitem>
34326
34327           <listitem>
34328             <para>The currency pull down will have the <link linkend="currexchangeadmin">currencies</link> you set up in the
34329             <link linkend="acqadmin">Acquisitions Administration</link>
34330             area.</para>
34331           </listitem>
34332
34333           <listitem>
34334             <para>The vendor price is the price before any taxes or discounts
34335             are applied.</para>
34336           </listitem>
34337
34338           <listitem>
34339             <para>If the price is uncertain, check the uncertain price
34340             box.</para>
34341
34342             <itemizedlist>
34343               <listitem>
34344                 <para>A basket with at least one uncertain price can't be
34345                 closed.</para>
34346               </listitem>
34347             </itemizedlist>
34348           </listitem>
34349
34350           <listitem>
34351             <para>If you are charged sales tax, choose that from the gstrate
34352             field</para>
34353           </listitem>
34354
34355           <listitem>
34356             <para>Enter the percentage discount you're receiving on this
34357             order, once you enter this, hit tab and Koha will populate the
34358             rest of the cost fields below.</para>
34359           </listitem>
34360
34361           <listitem>
34362             <para>If you added Planning Values when <link linkend="addbudgetfund">creating the Fund</link>, those values
34363             will appear in the two Planning Value fields.</para>
34364           </listitem>
34365         </itemizedlist>
34366         <para>Once you have filled in all of the fields click 'Save' to add the item to your basket.
34367           If your price goes over the amount availalbe in the fund you will be presented with a
34368           confirmation.</para>
34369         <screenshot>
34370           <screeninfo>Fund warning</screeninfo>
34371           <mediaobject>
34372             <imageobject>
34373               <imagedata fileref="images/acquisitions/fundconfirmation.png"/>
34374             </imageobject>
34375           </mediaobject>
34376         </screenshot>
34377         <para>The confirmation warning will allow you order past your fund amount if you so
34378           choose.</para>
34379
34380         <para>After an item is added to the basket you will be presented with a basket
34381           summary.</para>
34382
34383         <screenshot>
34384           <screeninfo>Basket with item info</screeninfo>
34385
34386           <mediaobject>
34387             <imageobject>
34388               <imagedata fileref="images/acquisitions/finalbasket.png"/>
34389             </imageobject>
34390           </mediaobject>
34391         </screenshot>
34392
34393         <para>If you would like to see more details you can check the 'Show
34394         all details' checkbox</para>
34395
34396         <screenshot>
34397           <screeninfo>Show all details</screeninfo>
34398
34399           <mediaobject>
34400             <imageobject>
34401               <imagedata fileref="images/acquisitions/showalldetails.png"/>
34402             </imageobject>
34403           </mediaobject>
34404         </screenshot>
34405
34406         <para>From here, you can edit or remove the items that you have
34407         added.</para>
34408
34409         <itemizedlist>
34410           <listitem>
34411             <para>Choosing to 'Delete the order' will delete the order line
34412             but leave the record in the catalog.</para>
34413           </listitem>
34414
34415           <listitem>
34416             <para>Choosing to 'Delete order and catalog record' removes both
34417             the order line and the record in the catalog.</para>
34418
34419             <itemizedlist>
34420               <listitem>
34421                 <para>The catalog record cannot always be deleted. You might
34422                 see notes explaining why.</para>
34423
34424                 <screenshot>
34425                   <screeninfo>Can't delete order line</screeninfo>
34426
34427                   <mediaobject>
34428                     <imageobject>
34429                       <imagedata fileref="images/acquisitions/cantdeleteorderline.png"/>
34430                     </imageobject>
34431                   </mediaobject>
34432                 </screenshot>
34433               </listitem>
34434             </itemizedlist>
34435           </listitem>
34436         </itemizedlist>
34437
34438         <para>On the summary page, you also have the option to edit the
34439         information that you entered about the basket by clicking the 'Edit
34440         basket header information' button, to delete the basket altogether by
34441         clicking the 'Delete this basket' button, or to export your basket as
34442         a CSV file by clicking the 'Export this basket as CSV' button.</para>
34443
34444         <screenshot>
34445           <screeninfo>Basket Buttons</screeninfo>
34446
34447           <mediaobject>
34448             <imageobject>
34449               <imagedata fileref="images/acquisitions/basketbuttons.png"/>
34450             </imageobject>
34451           </mediaobject>
34452         </screenshot>
34453
34454         <para>Once you're sure your basket is complete, you can click 'Close this basket' button to
34455           indicate that this basket is complete and has been sent to the vendor. </para>
34456         <important>
34457           <para>You must close the basket to be able to <link linkend="receiveacqorder">receive
34458               items</link> when they arrive.  Only items in closed baskets will show as ready to
34459             receive.</para>
34460         </important>
34461         <para>If you have your <link linkend="BasketConfirmations">BasketConfirmations</link>
34462           preference set to show a confirmation, you will be asked if you are sure about closing the
34463           basket.</para>
34464
34465         <screenshot>
34466           <screeninfo>Basket Closure Confirmation</screeninfo>
34467
34468           <mediaobject>
34469             <imageobject>
34470               <imagedata fileref="images/acquisitions/BasketConfirmations.png"/>
34471             </imageobject>
34472           </mediaobject>
34473         </screenshot>
34474
34475         <para>When closing the basket you can choose to add the basket to a group for easy printing
34476           and retrieval. If you check the box to 'Attach this basket to a new basket group' you will
34477           be brought to the group list where you can print a PDF of the order.</para>
34478
34479         <screenshot>
34480           <screeninfo>Closed Baskets</screeninfo>
34481
34482           <mediaobject>
34483             <imageobject>
34484               <imagedata fileref="images/acquisitions/basketgroup.png"/>
34485             </imageobject>
34486           </mediaobject>
34487         </screenshot>
34488
34489         <para><important>
34490             <para>A basket with at least one item marked as 'uncertain price'
34491             will not be able to be closed.</para>
34492
34493             <screenshot>
34494               <screeninfo>A basket with items where the price is
34495               uncertain</screeninfo>
34496
34497               <mediaobject>
34498                 <imageobject>
34499                   <imagedata fileref="images/acquisitions/basketuncertain.png"/>
34500                 </imageobject>
34501               </mediaobject>
34502             </screenshot>
34503           </important></para>
34504
34505         <para>Clicking the 'Uncertain Prices' button will call up a list of
34506         items with uncertain prices to quick editing. From that list, you can
34507         quickly edit the items by entering new prices and quantities.</para>
34508
34509         <screenshot>
34510           <screeninfo>Uncertain Prices</screeninfo>
34511
34512           <mediaobject>
34513             <imageobject>
34514               <imagedata fileref="images/acquisitions/uncertainprices.png"/>
34515             </imageobject>
34516           </mediaobject>
34517         </screenshot>
34518
34519         <important>
34520           <para>The Uncertain Prices page is independent of the basket. It is
34521           linked to the vendor so you will see all items on order with
34522           uncertain prices for that vendor.</para>
34523         </important>
34524         <para>Once your order is entered you can search for it through acquisitions or view the
34525           information on the biblio detail page in the staff client (if the <link
34526             linkend="AcquisitionDetails">AcquisitionDetails</link> preference is set to 'Display).<screenshot>
34527             <screeninfo>Acquisitions details</screeninfo>
34528             <mediaobject>
34529               <imageobject>
34530                 <imagedata fileref="images/acquisitions/AcquisitionDetails.png"/>
34531               </imageobject>
34532             </mediaobject>
34533           </screenshot></para>
34534       </section>
34535
34536       <section id="acqbasketgroup">
34537         <title>Create a basket group</title>
34538
34539         <para>A basket group is simply a group of baskets. In some libraries,
34540         you have several staff members that create baskets, and, at the end of
34541         a period of time, someone then groups them together to send to the
34542         vendor in bulk. That said, it is possible to have one basket in a
34543         basket group if that's the workflow used in your library.</para>
34544       </section>
34545
34546       <section id="printacqbasket">
34547         <title>Printing baskets</title>
34548
34549         <para>When you are finished adding items to your basket, click 'Close
34550         this Basket.'</para>
34551
34552         <screenshot>
34553           <screeninfo>Close Basket</screeninfo>
34554
34555           <mediaobject>
34556             <imageobject>
34557               <imagedata fileref="images/acquisitions/closebasket.png"/>
34558             </imageobject>
34559           </mediaobject>
34560         </screenshot>
34561
34562         <para>You will be asked if you want to 'Attach this basket to a new basket group with the
34563           same name'. A basket group is necessary if you want to be able to print PDFs of your
34564           orders.</para>
34565
34566         <screenshot>
34567           <screeninfo>Create Purchase Order</screeninfo>
34568
34569           <mediaobject>
34570             <imageobject>
34571               <imagedata fileref="images/acquisitions/createpurchaseorder.png"/>
34572             </imageobject>
34573           </mediaobject>
34574         </screenshot>
34575
34576         <para>Your completed order will be listed on the Basket Grouping page
34577         for printing or further modification.</para>
34578
34579         <screenshot>
34580           <screeninfo>Basket Grouping</screeninfo>
34581
34582           <mediaobject>
34583             <imageobject>
34584               <imagedata fileref="images/acquisitions/basketgroup.png"/>
34585             </imageobject>
34586           </mediaobject>
34587         </screenshot>
34588
34589         <para>Clicking the 'Print' button next to your order will generate a PDF for printing, which
34590           will have all of your library information followed by the items in your order.</para>
34591
34592         <screenshot>
34593           <screeninfo>Order found on PDF</screeninfo>
34594
34595           <mediaobject>
34596             <imageobject>
34597               <imagedata fileref="images/acquisitions/pdforder.png"/>
34598             </imageobject>
34599           </mediaobject>
34600         </screenshot>
34601       </section>
34602     </section>
34603
34604     <section id="receiveacqorder">
34605       <title>Receiving Orders</title>
34606       <important>
34607         <para>You must close the basket to be able to <link linkend="receiveacqorder">receive
34608             items</link> when they arrive.  Only items in closed baskets will show as ready to
34609           receive.</para>
34610       </important>
34611
34612       <para>Orders can be received from the vendor information page</para>
34613
34614       <screenshot>
34615         <screeninfo>Receive from Vendor Information</screeninfo>
34616
34617         <mediaobject>
34618           <imageobject>
34619             <imagedata fileref="images/acquisitions/receivebutton.png"/>
34620           </imageobject>
34621         </mediaobject>
34622       </screenshot>
34623
34624       <para>or the vendor search results page</para>
34625
34626       <screenshot>
34627         <screeninfo>Vendor Search Results</screeninfo>
34628
34629         <mediaobject>
34630           <imageobject>
34631             <imagedata fileref="images/acquisitions/receivefromsearch.png"/>
34632           </imageobject>
34633         </mediaobject>
34634       </screenshot>
34635
34636       <para>After clicking 'Receive shipment' you will be asked to enter a vendor invoice number, a
34637         shipment received date, a shipping cost and a budget to subtract that shipping amount
34638         from.</para>
34639
34640       <screenshot>
34641         <screeninfo>Receive Shipment</screeninfo>
34642
34643         <mediaobject>
34644           <imageobject>
34645             <imagedata fileref="images/acquisitions/receive.png"/>
34646           </imageobject>
34647         </mediaobject>
34648       </screenshot>
34649
34650       <para>The receive page will list all items still on order with the
34651       vendor regardless of the basket the item is from.</para>
34652
34653       <screenshot>
34654         <screeninfo>Receipt Summary</screeninfo>
34655
34656         <mediaobject>
34657           <imageobject>
34658             <imagedata fileref="images/acquisitions/receiptsummary.png"/>
34659           </imageobject>
34660         </mediaobject>
34661       </screenshot>
34662
34663       <para>To receive a specific item, click the 'Receive' link to the right
34664       of the item.</para>
34665
34666       <screenshot>
34667         <screeninfo>Receive Item Form</screeninfo>
34668
34669         <mediaobject>
34670           <imageobject>
34671             <imagedata fileref="images/acquisitions/receiveitem.png"/>
34672           </imageobject>
34673         </mediaobject>
34674       </screenshot>
34675
34676       <para>From this form you can alter the cost information. You can also
34677       choose to mark only part of the order as received if the vendor didn't
34678       send your entire order by checking only the boxes next to the items on
34679       the left that you want to receive. The values you enter in the
34680       'Replacement cost' and 'Actual cost' will automatically populate the
34681       item record by filling in subfield v (Cost, replacement price) and
34682       subfield g (Cost, normal purchase price) on the item record after
34683       saving.</para>
34684
34685       <screenshot>
34686         <screeninfo>Item record after receipt</screeninfo>
34687
34688         <mediaobject>
34689           <imageobject>
34690             <imagedata fileref="images/acquisitions/receiveditem.png"/>
34691           </imageobject>
34692         </mediaobject>
34693       </screenshot>
34694
34695       <para>You can also make edits to the item record from this form by clicking the 'Edit' link
34696         next to each item. This will allow you to enter in accurate call numbers and barcodes if
34697         you'd like to do that at the point of receipt. Once you have made any changes necessary (to
34698         the order and/or items, click 'Save' to mark the item(s) as received.<note>
34699           <para>If you have your <link linkend="AcqItemSetSubfieldsWhenReceived"
34700               >AcqItemSetSubfieldsWhenReceived</link> preference set to add or change values on
34701             received items those changes will take place after you hit 'Save'. </para>
34702         </note></para>
34703
34704       <screenshot>
34705         <screeninfo>Already Received Items</screeninfo>
34706
34707         <mediaobject>
34708           <imageobject>
34709             <imagedata fileref="images/acquisitions/received.png"/>
34710           </imageobject>
34711         </mediaobject>
34712       </screenshot>
34713       <para>If the item is no longer available from this vendor you can transfer the order to
34714         another vendor's basket by clicking the 'Transfer' link to the right of the title. This will
34715         pop up a vendor search box.</para>
34716       <screenshot>
34717         <screeninfo>Transfer search</screeninfo>
34718         <mediaobject>
34719           <imageobject>
34720             <imagedata fileref="images/acquisitions/transfersearch.png"/>
34721           </imageobject>
34722         </mediaobject>
34723       </screenshot>
34724       <para>From the results you can click 'Choose' to the right of the vendor you would like to
34725         reorder this item from.</para>
34726       <screenshot>
34727         <screeninfo>Transfer vendor</screeninfo>
34728         <mediaobject>
34729           <imageobject>
34730             <imagedata fileref="images/acquisitions/transfervendor.png"/>
34731           </imageobject>
34732         </mediaobject>
34733       </screenshot>
34734       <para>You will then be presented with the open baskets for that vendor to choose from. To move
34735         the item simply click 'Choose' to the right of the basket you would like to add the item
34736         to.</para>
34737       <screenshot>
34738         <screeninfo>Basket choice</screeninfo>
34739         <mediaobject>
34740           <imageobject>
34741             <imagedata fileref="images/acquisitions/transferbasket.png"/>
34742           </imageobject>
34743         </mediaobject>
34744       </screenshot>
34745       <para>Once you have chosen you will be presented with a confirmation message.</para>
34746       <screenshot>
34747         <screeninfo>Confirm transfer</screeninfo>
34748         <mediaobject>
34749           <imageobject>
34750             <imagedata fileref="images/acquisitions/transferconfirm.png"/>
34751           </imageobject>
34752         </mediaobject>
34753       </screenshot>
34754
34755       <para>When you're finished receiving items you can navigate away from
34756       this page or click the 'Finish receiving' button at the bottom of the
34757       screen.</para>
34758
34759       <para>You will also see that the item is received and/or cancelled if
34760       you view the basket.</para>
34761
34762       <screenshot>
34763         <screeninfo>One item marked (rcvd) in basket</screeninfo>
34764
34765         <mediaobject>
34766           <imageobject>
34767             <imagedata fileref="images/acquisitions/basketwithreceived.png"/>
34768           </imageobject>
34769         </mediaobject>
34770       </screenshot>
34771     </section>
34772     <section id="acqinvoices">
34773       <title>Invoices</title>
34774       <para>When orders are received invoices are generated.  Invoices can be searched by clicking
34775         on 'Invoices' in the left of the Acquisitions page.</para>
34776       <screenshot>
34777           <screeninfo>Invoices page</screeninfo>
34778           <mediaobject>
34779             <imageobject>
34780               <imagedata fileref="images/acquisitions/invoicesearch.png"/>
34781             </imageobject>
34782           </mediaobject>
34783         </screenshot>
34784       <para>After searching, your results will appear to the right of the search options.</para>
34785       <screenshot>
34786         <screeninfo>Invoice search results</screeninfo>
34787         <mediaobject>
34788           <imageobject>
34789             <imagedata fileref="images/acquisitions/invoices.png"/>
34790           </imageobject>
34791         </mediaobject>
34792       </screenshot>
34793       <para>From the results you can click the 'Details' link to see the full invoice or 'Close' to
34794         note that the invoice is closed/paid for.</para>
34795       <screenshot>
34796         <screeninfo>Invoice details</screeninfo>
34797         <mediaobject>
34798           <imageobject>
34799             <imagedata fileref="images/acquisitions/invoice.png"/>
34800           </imageobject>
34801         </mediaobject>
34802       </screenshot>
34803       <para>From the results you can also merge together two invoices should you need to.  Simply
34804         click the checkbox to the left of the invoices you would like to merge and click the 'Merge
34805         selected invoices' button at the bottom of the page. You will be presented with a
34806         confirmation screen:</para>
34807       <screenshot>
34808         <screeninfo>Merge invoices</screeninfo>
34809         <mediaobject>
34810           <imageobject>
34811             <imagedata fileref="images/acquisitions/mergeinvoices.png"/>
34812           </imageobject>
34813         </mediaobject>
34814       </screenshot>
34815       <para>Click on the row of the invoice number you would like to keep and it will be highlighted
34816         in yellow.  Enter any different billing information in the fields provided and click
34817         'Merge'. The two invoices will become one.</para>
34818     </section>
34819
34820     <section id="acqclaims">
34821       <title>Claims &amp; Late Orders</title>
34822
34823       <para>If you have entered in an email address for the vendors in your
34824       system you can send them claim emails when an order is late. Before you
34825       can send claims you will need to set up an <link linkend="ACQCLAIM">acquisitions claim notice</link>.</para>
34826
34827       <para>Upon clicking on the link to 'Late Orders' from the Acquisitions
34828       page you will be presented with a series of filter options on the left
34829       hand side. These filters will be applied only closed baskets.</para>
34830
34831       <screenshot>
34832         <screeninfo>Acquisitions Late Order Filters</screeninfo>
34833
34834         <mediaobject>
34835           <imageobject>
34836             <imagedata fileref="images/acquisitions/acqclaimfilter.png"/>
34837           </imageobject>
34838         </mediaobject>
34839       </screenshot>
34840
34841       <note>
34842         <para>The vendor pull down only shows vendors with closed baskets that
34843         are late.</para>
34844       </note>
34845
34846       <para>Once you filter your orders to show you the things you consider to
34847       be late you will be presented with a list of these items.</para>
34848
34849       <screenshot>
34850         <screeninfo>Late Orders</screeninfo>
34851
34852         <mediaobject>
34853           <imageobject>
34854             <imagedata fileref="images/acquisitions/lateorders.png"/>
34855           </imageobject>
34856         </mediaobject>
34857       </screenshot>
34858
34859       <para>To the right of each late title you will be see a checkbox. Check
34860       off the ones you want a claim letter sent to and click 'Claim Order' at
34861       the bottom right of the list. This will automatically send an email to
34862       the vendor at the email address you have on file.<note>
34863           <para>The Estimated Delivery Date is based on the Delivery time
34864           value entered on the vendor record.</para>
34865         </note></para>
34866
34867       <para>If you would rather use a different acquisition claim letter
34868       (other than the default) you can <link linkend="addnotices">create that
34869       in the notices module</link> and choose it from the menu above the list
34870       of late items.</para>
34871
34872       <screenshot>
34873         <screeninfo>Choose a Claim Letter</screeninfo>
34874
34875         <mediaobject>
34876           <imageobject>
34877             <imagedata fileref="images/acquisitions/claimletter.png"/>
34878           </imageobject>
34879         </mediaobject>
34880       </screenshot>
34881     </section>
34882
34883     <section id="acqsearch">
34884       <title>Acquisition Searches</title>
34885
34886       <para>At the top of the various Acquisition pages there is a quick
34887       search box where you can perform either a Vendor Search or an Order
34888       Search.</para>
34889
34890       <screenshot>
34891         <screeninfo>Acquisition Searches</screeninfo>
34892
34893         <mediaobject>
34894           <imageobject>
34895             <imagedata fileref="images/acquisitions/acqsearches.png"/>
34896           </imageobject>
34897         </mediaobject>
34898       </screenshot>
34899
34900       <para>In the Vendor Search you can enter any part of the vendor name to
34901       get results.</para>
34902
34903       <screenshot>
34904         <screeninfo>Vendor Search Results</screeninfo>
34905
34906         <mediaobject>
34907           <imageobject>
34908             <imagedata fileref="images/acquisitions/vendorquicksearch.png"/>
34909           </imageobject>
34910         </mediaobject>
34911       </screenshot>
34912
34913       <para>Using the Orders Search you can search for items that have been
34914       ordered with or without the vendor.</para>
34915
34916       <screenshot>
34917         <screeninfo>Order Search Box</screeninfo>
34918
34919         <mediaobject>
34920           <imageobject>
34921             <imagedata fileref="images/acquisitions/ordersearch.png"/>
34922           </imageobject>
34923         </mediaobject>
34924       </screenshot>
34925
34926       <para>You can enter info in one or both fields and you can enter any
34927       part of the title and/or vendor name.</para>
34928
34929       <screenshot>
34930         <screeninfo>Order Search Results</screeninfo>
34931
34932         <mediaobject>
34933           <imageobject>
34934             <imagedata fileref="images/acquisitions/ordersearchresults.png"/>
34935           </imageobject>
34936         </mediaobject>
34937       </screenshot>
34938
34939       <para>Clicking the plus sign to the right of the Vendor search box will
34940       expand the search and allow you to search for additional fields.</para>
34941
34942       <screenshot>
34943         <screeninfo>Expanded Orders Search</screeninfo>
34944
34945         <mediaobject>
34946           <imageobject>
34947             <imagedata fileref="images/acquisitions/ordersearchexpand.png"/>
34948           </imageobject>
34949         </mediaobject>
34950       </screenshot>
34951
34952       <para>Clicking Advanced Search to the right of the search button will
34953       give you all of the order search options available.</para>
34954
34955       <screenshot>
34956         <screeninfo>Full Order Search</screeninfo>
34957
34958         <mediaobject>
34959           <imageobject>
34960             <imagedata fileref="images/acquisitions/ordersearchfull.png"/>
34961           </imageobject>
34962         </mediaobject>
34963       </screenshot>
34964     </section>
34965
34966     <section id="fundtracking">
34967       <title>Budget/Fund Tracking</title>
34968
34969       <para>On the main acquisitions page there will be a table showing you all of your active funds
34970         and a breakdown of what has been ordered or spent against them.</para>
34971
34972       <screenshot>
34973         <screeninfo>Fund Table</screeninfo>
34974
34975         <mediaobject>
34976           <imageobject>
34977             <imagedata fileref="images/acquisitions/acqfunds.png"/>
34978           </imageobject>
34979         </mediaobject>
34980       </screenshot>
34981
34982       <para>Clicking on the linked amounts under spent or ordered will show you a summary of the
34983         titles ordered/received on that budget.</para>
34984
34985       <screenshot>
34986         <screeninfo>Titles Spent</screeninfo>
34987
34988         <mediaobject>
34989           <imageobject>
34990             <imagedata fileref="images/acquisitions/spent.png"/>
34991           </imageobject>
34992         </mediaobject>
34993       </screenshot>
34994     </section>
34995   </chapter>
34996
34997   <chapter id="stafflists">
34998     <title>Lists &amp; Cart</title>
34999
35000     <para>Lists are a way to save a collection of content on a specific topic
35001     or for a specific purpose. The Cart is a session specific storage
35002     space.</para>
35003
35004     <itemizedlist>
35005       <listitem>
35006         <para><emphasis>Get there:</emphasis> More &gt; Lists</para>
35007       </listitem>
35008     </itemizedlist>
35009
35010     <section id="lists">
35011       <title>Lists</title>
35012
35013       <para/>
35014
35015       <section id="createlist">
35016         <title>Create a List</title>
35017
35018         <para>A list can be created by visiting the Lists page and clicking
35019         'New List'</para>
35020
35021         <screenshot>
35022           <screeninfo>New List Button</screeninfo>
35023
35024           <mediaobject>
35025             <imageobject>
35026               <imagedata fileref="images/lists/newlistbutton.png"/>
35027             </imageobject>
35028           </mediaobject>
35029         </screenshot>
35030
35031         <para>The new list form offers several options for creating your
35032         list:</para>
35033
35034         <screenshot>
35035           <screeninfo>New List Form</screeninfo>
35036
35037           <mediaobject>
35038             <imageobject>
35039               <imagedata fileref="images/lists/newlistform.png"/>
35040             </imageobject>
35041           </mediaobject>
35042         </screenshot>
35043
35044         <itemizedlist>
35045           <listitem>
35046             <para>The name is what will appear on the list of Lists</para>
35047           </listitem>
35048
35049           <listitem>
35050             <para>You can also choose how to sort the list</para>
35051           </listitem>
35052           <listitem>
35053             <para>Next decide if your list is going to be private or public</para>
35054             <itemizedlist>
35055               <listitem>
35056                 <para>A Private List is managed by you and can be seen only by you (depending on
35057                   your permissions settings below)</para>
35058               </listitem>
35059               <listitem>
35060                 <para>A Public List can be seen by everybody, but managed only by you (depending on
35061                   your permissions settings below)</para>
35062               </listitem>
35063             </itemizedlist>
35064           </listitem>
35065           <listitem>
35066             <para>Finally decide what your permissions will be on the list. You can all or disallow:<itemizedlist>
35067                 <listitem>
35068                   <para>anyone else to add entries</para>
35069                 </listitem>
35070                 <listitem>
35071                   <para>anyone to remove his own contributed entries<itemizedlist>
35072                       <listitem>
35073                         <note>
35074                           <para>The owner of a list is always allowed to add entries, but needs
35075                             permission to remove.</para>
35076                         </note>
35077                       </listitem>
35078                     </itemizedlist></para>
35079                 </listitem>
35080                 <listitem>
35081                   <para>anyone to remove other contributed entries     </para>
35082                 </listitem>
35083               </itemizedlist></para>
35084           </listitem>
35085         </itemizedlist>
35086
35087         <para>A list can also be created from the catalog search
35088         results</para>
35089
35090         <screenshot>
35091           <screeninfo>New list from catalog search</screeninfo>
35092
35093           <mediaobject>
35094             <imageobject>
35095               <imagedata fileref="images/lists/newlistsearch.png"/>
35096             </imageobject>
35097           </mediaobject>
35098         </screenshot>
35099
35100         <itemizedlist>
35101           <listitem>
35102             <para>Check the box to the left of the titles you want to add to
35103             the new list</para>
35104           </listitem>
35105
35106           <listitem>
35107             <para>Choose [New List] from the 'Add to:' pull down menu</para>
35108
35109             <screenshot>
35110               <screeninfo>New List from Search Results</screeninfo>
35111
35112               <mediaobject>
35113                 <imageobject>
35114                   <imagedata fileref="images/lists/newlistfromsearch.png"/>
35115                 </imageobject>
35116               </mediaobject>
35117             </screenshot>
35118
35119             <itemizedlist>
35120               <listitem>
35121                 <para>Name the list and choose what type of list this
35122                 is</para>
35123
35124                 <itemizedlist>
35125                   <listitem>
35126                     <para>A Private List is managed by you and can be seen
35127                     only by you</para>
35128                   </listitem>
35129
35130                   <listitem>
35131                     <para>A Public List can be seen by everybody, but managed
35132                     only by you</para>
35133                   </listitem>
35134                 </itemizedlist>
35135               </listitem>
35136             </itemizedlist>
35137           </listitem>
35138         </itemizedlist>
35139
35140         <para>Once the list is saved it will accessible from the Lists page
35141         and from the 'Add to' menu at the top of the search results.</para>
35142       </section>
35143
35144       <section id="addtolist">
35145         <title>Add to a List</title>
35146
35147         <para>To add titles to an existing list click on the list name from
35148         the page of lists</para>
35149
35150         <screenshot>
35151           <screeninfo>List of Lists</screeninfo>
35152
35153           <mediaobject>
35154             <imageobject>
35155               <imagedata fileref="images/lists/listslist.png"/>
35156             </imageobject>
35157           </mediaobject>
35158         </screenshot>
35159
35160         <para>From the List page you can add titles by scanning barcodes into
35161         the box at the bottom of the page</para>
35162
35163         <screenshot>
35164           <screeninfo>Content of a List</screeninfo>
35165
35166           <mediaobject>
35167             <imageobject>
35168               <imagedata fileref="images/lists/listcontents.png"/>
35169             </imageobject>
35170           </mediaobject>
35171         </screenshot>
35172
35173         <para>A title can also be added to a list by selecting titles on the
35174         search results page and choosing the list from the 'Add to'
35175         menu</para>
35176
35177         <screenshot>
35178           <screeninfo>Add to List</screeninfo>
35179
35180           <mediaobject>
35181             <imageobject>
35182               <imagedata fileref="images/lists/addtolist.png"/>
35183             </imageobject>
35184           </mediaobject>
35185         </screenshot>
35186       </section>
35187
35188       <section id="viewlist">
35189         <title>Viewing Lists</title>
35190
35191         <para>To see the contents of a list, visit the Lists page on the staff
35192         client</para>
35193
35194         <screenshot>
35195           <screeninfo>List of Lists</screeninfo>
35196
35197           <mediaobject>
35198             <imageobject>
35199               <imagedata fileref="images/lists/listslist.png"/>
35200             </imageobject>
35201           </mediaobject>
35202         </screenshot>
35203
35204         <para>Clicking on the 'List Name' will show the contents of the
35205         list</para>
35206
35207         <screenshot>
35208           <screeninfo>Content of a List</screeninfo>
35209
35210           <mediaobject>
35211             <imageobject>
35212               <imagedata fileref="images/lists/listcontents.png"/>
35213             </imageobject>
35214           </mediaobject>
35215         </screenshot>
35216         <para>From this list of items you can perform several actions</para>
35217         <itemizedlist>
35218           <listitem>
35219             <para>'New list' will allow you to create another list</para>
35220           </listitem>
35221           <listitem>
35222             <para>'Edit' will allow you to edit the description and permissions for this list</para>
35223           </listitem>
35224           <listitem>
35225             <para>'Send list' will send the list to the email address you enter (<link
35226                 linkend="examplelistemail">view sample List email</link>)</para>
35227           </listitem>
35228           <listitem>
35229             <para>'Download list' will allow you to download the cart using one of 3 default formats
35230               or your <link linkend="csvprofiles">CSV Profiles</link></para>
35231           </listitem>
35232           <listitem>
35233             <para>'Print list' will present you with a printable version of the list</para>
35234           </listitem>
35235         </itemizedlist>
35236       </section>
35237
35238       <section id="mergebibrecs">
35239         <title>Merging Bibliographic Records Via Lists</title>
35240
35241         <para>The easiest way to merge together duplicate bibliographic
35242         records is to add them to a list and use the Merge Tool from
35243         there.</para>
35244
35245         <screenshot>
35246           <screeninfo>List of Duplicate Records</screeninfo>
35247
35248           <mediaobject>
35249             <imageobject>
35250               <imagedata fileref="images/lists/listofdups.png"/>
35251             </imageobject>
35252           </mediaobject>
35253         </screenshot>
35254
35255         <para>From the list, check the two items you want to merge. If you
35256         choose more than or fewer than 2, you will be presented with an
35257         error:</para>
35258
35259         <screenshot>
35260           <screeninfo>Merge Items Error</screeninfo>
35261
35262           <mediaobject>
35263             <imageobject>
35264               <imagedata fileref="images/lists/merge2rec.png"/>
35265             </imageobject>
35266           </mediaobject>
35267         </screenshot>
35268
35269         <para>Once you have selected the records you want to merge, click the 'Merge selected'
35270           button at the top of the list. You will be asked which of the two records you would like
35271           to keep as your primary record and which will be deleted after the merge. If the records
35272           were created using different frameworks, Koha will also ask you what Framework you would
35273           like the newly merged record to use.</para>
35274
35275         <screenshot>
35276           <screeninfo>Choose Primary Record for Merge</screeninfo>
35277
35278           <mediaobject>
35279             <imageobject>
35280               <imagedata fileref="images/lists/mergeprimary.png"/>
35281             </imageobject>
35282           </mediaobject>
35283         </screenshot>
35284
35285         <para>You will be presented with the MARC for both of the records
35286         (each accessible by tabs labeled with the bib numbers for those
35287         records). By default the entire first record will be selected, uncheck
35288         the fields you don't want in the final (destination) record and then
35289         move on to the second tab to choose which fields should be in the
35290         final (destination) record.</para>
35291
35292         <screenshot>
35293           <screeninfo>Merging Records</screeninfo>
35294
35295           <mediaobject>
35296             <imageobject>
35297               <imagedata fileref="images/lists/mergerecs.png"/>
35298             </imageobject>
35299           </mediaobject>
35300         </screenshot>
35301
35302         <para>Should you try to add a field that is not repeatable two times
35303         (like choosing the 245 field from both record #1 and #2) you will be
35304         presented with an error</para>
35305
35306         <screenshot>
35307           <screeninfo>Non-repeatable Error</screeninfo>
35308
35309           <mediaobject>
35310             <imageobject>
35311               <imagedata fileref="images/lists/nondupfield.png"/>
35312             </imageobject>
35313           </mediaobject>
35314         </screenshot>
35315
35316         <para>Once you have completed your selections click the 'merge'
35317         button. The primary record will now CONTAIN the data you chose for it
35318         as well as all of the items/holdings from both bib records, and the
35319         second record will be deleted.<important>
35320             <para>It is important to rebuild your zebra index immediately
35321             after merging records. If a search is performed for a record which
35322             has been deleted Koha will present the patrons with an error in
35323             the OPAC.</para>
35324           </important></para>
35325       </section>
35326     </section>
35327
35328     <section id="cart">
35329       <title>Cart</title>
35330
35331       <para>The cart is a temporary holding place for items in the OPAC and/or
35332       staff client. The cart will be emptied once the session is ended (by
35333       closing the browser or logging out). The cart is best used for
35334       performing batch operations (holds, printing, emailing) or for getting a
35335       list of items to be printed or emailed to yourself or a patron.</para>
35336
35337       <para>If you would like to enable the cart in the staff client, you need
35338       to set the <link linkend="intranetbookbag">intranetbookbag</link> system
35339       preference to 'Show.' To add things to the cart, search the catalog and
35340       select the items you would like added to your cart and choose 'Cart'
35341       from the 'Add to' menu</para>
35342
35343       <screenshot>
35344         <screeninfo>Add to Cart</screeninfo>
35345
35346         <mediaobject>
35347           <imageobject>
35348             <imagedata fileref="images/lists/addtocart.png"/>
35349           </imageobject>
35350         </mediaobject>
35351       </screenshot>
35352
35353       <para>A confirmation will appear below the cart button at the top of the
35354       staff client</para>
35355
35356       <screenshot>
35357         <screeninfo>Items added to Cart</screeninfo>
35358
35359         <mediaobject>
35360           <imageobject>
35361             <imagedata fileref="images/lists/itemsaddedcart.png"/>
35362           </imageobject>
35363         </mediaobject>
35364       </screenshot>
35365
35366       <para>Clicking on the Cart icon will provide you with the contents of
35367       the cart</para>
35368
35369       <screenshot>
35370         <screeninfo>Cart Contents</screeninfo>
35371
35372         <mediaobject>
35373           <imageobject>
35374             <imagedata fileref="images/lists/cart.png"/>
35375           </imageobject>
35376         </mediaobject>
35377       </screenshot>
35378       <para>From this list of items you can perform several actions</para>
35379
35380       <itemizedlist>
35381         <listitem>
35382           <para>'More details' will show more information about the items in the cart</para>
35383         </listitem>
35384
35385         <listitem>
35386           <para>'Send' will send the list to the email address you enter (<link
35387               linkend="examplecartemail">view sample Cart email</link>)</para>
35388         </listitem>
35389
35390         <listitem>
35391           <para>'Download' will allow you to download the cart using one of 3
35392           default formats or your <link linkend="csvprofiles">CSV
35393           Profiles</link></para>
35394         </listitem>
35395
35396         <listitem>
35397           <para>'Print' will present you with a printable version of the
35398           cart</para>
35399         </listitem>
35400
35401         <listitem>
35402           <para>'Empty and Close' will empty the list and close the
35403           window</para>
35404         </listitem>
35405
35406         <listitem>
35407           <para>'Hide Window' will close the window</para>
35408         </listitem>
35409       </itemizedlist>
35410     </section>
35411   </chapter>
35412
35413   <chapter id="reports">
35414     <title>Reports</title>
35415
35416     <para>Reports in Koha are a way to gather data. Reports are used to
35417     generate statistics, member lists, shelving lists, or any list of data in
35418     your database.</para>
35419
35420     <itemizedlist>
35421       <listitem>
35422         <para><emphasis>Get there:</emphasis> More &gt; Reports</para>
35423       </listitem>
35424     </itemizedlist>
35425
35426     <section id="customreports">
35427       <title>Custom Reports</title>
35428
35429       <para>Koha's data is stored in a MySQL database which means that
35430       librarians can generate nearly any report they would like by either
35431       using the <link linkend="quidedreportwizard">Guided Reports
35432       Wizard</link> or writing their own <link linkend="reportfromsql">SQL
35433       query</link>.</para>
35434
35435       <section id="customreport">
35436         <title>Add Custom Report</title>
35437
35438         <para/>
35439
35440         <section id="quidedreportwizard">
35441           <title>Guided Report Wizard</title>
35442
35443           <para>The guided report wizard will walk you through a six step
35444           process to generate a report.</para>
35445
35446           <para>Step 1: Choose the module you want to report on. This will
35447           determine what tables and fields are available for you to
35448           query.</para>
35449
35450           <para>'Report is public' should be left to the default of 'No' in
35451           most cases. A report can be made public if you intend to allow
35452           access to it through the JSON webservice interface. This is a system
35453           that can be used by developers to make custom presentations of the
35454           data from the report, for example displaying it using a graphing
35455           API. To learn more speak to your local developer.</para>
35456
35457           <itemizedlist>
35458             <listitem>
35459               <para>A public report is accessible via a URL that looks like
35460               this: http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID</para>
35461             </listitem>
35462           </itemizedlist>
35463
35464           <screenshot>
35465             <screeninfo>Chose Module for Report</screeninfo>
35466
35467             <mediaobject>
35468               <imageobject>
35469                 <imagedata fileref="images/reports/report1.png"/>
35470               </imageobject>
35471             </mediaobject>
35472           </screenshot>
35473           <note>
35474             <para>If your system administrator has set up memcache on your server you might see one
35475               more option for the Cache expiry. This is related to your public reports. If you make
35476               the report public then  it's constantly running and will cause a large load on your
35477               system. Setting this value prevents that.<screenshot>
35478                 <screeninfo>Cache expiry</screeninfo>
35479                 <mediaobject>
35480                   <imageobject>
35481                     <imagedata fileref="images/reports/cacheexiprywizard.png"/>
35482                   </imageobject>
35483                 </mediaobject>
35484               </screenshot></para>
35485           </note>
35486           <para>Step 2: Choose a report type. For now, Tabular is the only option available.</para>
35487
35488           <screenshot>
35489             <screeninfo>Report Type</screeninfo>
35490
35491             <mediaobject>
35492               <imageobject>
35493                 <imagedata fileref="images/reports/report2.png"/>
35494               </imageobject>
35495             </mediaobject>
35496           </screenshot>
35497
35498           <para>Step 3: Choose the fields you want in your report. You can
35499           select multiple fields and add them all at once by using CTRL+Click
35500           on each item you want to add before clicking the Add button.</para>
35501
35502           <screenshot>
35503             <screeninfo>Select database fields to query</screeninfo>
35504
35505             <mediaobject>
35506               <imageobject>
35507                 <imagedata fileref="images/reports/report3.png"/>
35508               </imageobject>
35509             </mediaobject>
35510           </screenshot>
35511
35512           <para>Step 4: Choose any limits you might want to apply to your
35513           report (such as item types or branches). If you don't want to apply
35514           any limits, simply click Next instead of making an option.</para>
35515
35516           <screenshot>
35517             <screeninfo>Choose limits</screeninfo>
35518
35519             <mediaobject>
35520               <imageobject>
35521                 <imagedata fileref="images/reports/report4.png"/>
35522               </imageobject>
35523             </mediaobject>
35524           </screenshot>
35525
35526           <para>Step 5: Perform math functions. If you don't want to do any
35527           calculations, simply click Next instead of making an option.</para>
35528
35529           <screenshot>
35530             <screeninfo>Choose math functions</screeninfo>
35531
35532             <mediaobject>
35533               <imageobject>
35534                 <imagedata fileref="images/reports/report5.png"/>
35535               </imageobject>
35536             </mediaobject>
35537           </screenshot>
35538
35539           <para>Step 6: Choose data order. If you want the data to print out
35540           in the order it's found in the database, simply click Finish.</para>
35541
35542           <screenshot>
35543             <screeninfo>Choose ordering</screeninfo>
35544
35545             <mediaobject>
35546               <imageobject>
35547                 <imagedata fileref="images/reports/report6.png"/>
35548               </imageobject>
35549             </mediaobject>
35550           </screenshot>
35551
35552           <para>When you are finished you will be presented with the SQL
35553           generated by the report wizard. From here you can choose to save the
35554           report by clicking 'Save' or copy the SQL and make edits to it by
35555           hand.</para>
35556
35557           <screenshot>
35558             <screeninfo>Custom Report Confirmation</screeninfo>
35559
35560             <mediaobject>
35561               <imageobject>
35562                 <imagedata fileref="images/reports/reportconfirm.png"/>
35563               </imageobject>
35564             </mediaobject>
35565           </screenshot>
35566
35567           <para>If you choose to save the report you will be asked to name your report, sort it in
35568             to groups and subgroups and enter any notes regarding it.</para>
35569
35570           <screenshot>
35571             <screeninfo>Save custom report</screeninfo>
35572
35573             <mediaobject>
35574               <imageobject>
35575                 <imagedata fileref="images/reports/reportsave.png"/>
35576               </imageobject>
35577             </mediaobject>
35578           </screenshot>
35579
35580           <para>Once your report is saved it will appear on the 'Use Saved'
35581           page with all other saved reports.</para>
35582
35583           <screenshot>
35584             <screeninfo>Saved Reports list</screeninfo>
35585
35586             <mediaobject>
35587               <imageobject>
35588                 <imagedata fileref="images/reports/savedreports.png"/>
35589               </imageobject>
35590             </mediaobject>
35591           </screenshot>
35592
35593           <para>From here you can make edits, run the report, or schedule a time to have the report
35594             run. To find the report you created you can sort by any of the columns by clicking the
35595             on the column header (creation date is the best bet for finding the report you just
35596             added). You can also filter your results using the filter menu on the left or use the
35597             tabs to find reports based on your custom groups.</para>
35598         </section>
35599
35600         <section id="reportfromsql">
35601           <title>Report from SQL</title>
35602
35603           <para>In addition to the report wizard, you have the option to write
35604           your own queries using SQL. To find reports written by other Koha
35605           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>.
35606           You can also find your database structure in
35607           /installer/data/mysql/kohastructure.sql or online at: <ulink url="http://schema.koha-community.org/">http://schema.koha-community.org</ulink>.</para>
35608
35609           <para>To add your query, click the link to 'Create from SQL' on the main reports module or
35610             the 'New report' button at the top of the 'Saved reports' page.</para>
35611
35612           <screenshot>
35613             <screeninfo>New SQL Report</screeninfo>
35614
35615             <mediaobject>
35616               <imageobject>
35617                 <imagedata fileref="images/reports/newsql.png"/>
35618               </imageobject>
35619             </mediaobject>
35620           </screenshot>
35621
35622           <para>Fill in the form presented</para>
35623
35624           <screenshot>
35625             <screeninfo>Create Report from SQL</screeninfo>
35626
35627             <mediaobject>
35628               <imageobject>
35629                 <imagedata fileref="images/reports/reportfromsql.png"/>
35630               </imageobject>
35631             </mediaobject>
35632           </screenshot>
35633
35634           <itemizedlist>
35635             <listitem>
35636               <para>The 'Name' is what will appear on the Saved Reports page
35637               to help you identify the report later. It will also be
35638               searchable using the filters found the left of the Saved Reports
35639               page.</para>
35640             </listitem>
35641
35642             <listitem>
35643               <para>You can use the 'Report group' to organize your reports so that you can easily
35644                 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
35645                 creating the report by choosing the 'or create' radio button.<screenshot>
35646                   <screeninfo>Report group</screeninfo>
35647                   <mediaobject>
35648                     <imageobject>
35649                       <imagedata fileref="images/reports/reportgroup.png"/>
35650                     </imageobject>
35651                   </mediaobject>
35652                 </screenshot><itemizedlist>
35653                   <listitem>
35654                     <para>
35655                       <note>
35656                         <para>If you're adding a report group on the fly, remember that you code
35657                           should be fewer than 10 characters and should not include special
35658                           characters or spaces.</para>
35659                       </note>
35660                     </para>
35661                   </listitem>
35662                 </itemizedlist></para>
35663             </listitem>
35664
35665             <listitem>
35666               <para>You can use 'Report subgroup' to further organize your reports so that you can
35667                 easily filter reports by groups and subgroups. Report subgroups are set in the <link linkend="reportsubgroup">REPORT_SUBGROUP</link> authorized value category or can
35668                 be added on the fly when creating the report by choosing the 'or create' radio
35669                 button.</para>
35670               <screenshot>
35671                 <screeninfo>Report subgroup</screeninfo>
35672                 <mediaobject>
35673                   <imageobject>
35674                     <imagedata fileref="images/reports/reportsubgroup.png"/>
35675                   </imageobject>
35676                 </mediaobject>
35677               </screenshot>
35678               <itemizedlist>
35679                 <listitem>
35680                   <para>
35681                     <note>
35682                       <para>If you're adding a report subgroup on the fly, remember that you code
35683                         should be fewer than 10 characters and should not include special characters
35684                         or spaces.</para>
35685                     </note>
35686                   </para>
35687                 </listitem>
35688               </itemizedlist>
35689             </listitem>
35690
35691             <listitem id="publicreport">
35692               <para>'Report is public' should be left to the default of 'No' in most cases. A report
35693                 can be made public if you intend to allow access to it through the JSON webservice
35694                 interface. This is a system that can be used by developers to make custom
35695                 presentations of the data from the report, for example displaying it using a
35696                 graphing API. To learn more speak to your local developer.</para>
35697               <itemizedlist>
35698                 <listitem>
35699                   <para>A public report is accessible via a URL that looks like this:
35700                     http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID</para>
35701                 </listitem>
35702               </itemizedlist>
35703             </listitem>
35704
35705             <listitem>
35706               <para>'Notes' will also appear on the Saved Reports page, this
35707               can be used to provide more details about the report or tips on
35708               how to enter values when it runs</para>
35709             </listitem>
35710
35711             <listitem>
35712               <para>The type should always be 'Tabular' at this time since the
35713               other formats have not been implemented</para>
35714             </listitem>
35715
35716             <listitem>
35717               <para>In the 'SQL' box you will type or paste the SQL for the
35718               report</para>
35719             </listitem>
35720
35721             <listitem>
35722               <para>If you feel that your report might be too resource
35723               intensive you might want to consider using runtime parameters to
35724               your query. Runtime parameters basically make a filter appear
35725               before the report is run to save your system resources.</para>
35726
35727               <para>There is a specific syntax that Koha will understand as
35728               'ask for values when running the report'. The syntax is
35729               &lt;&lt;Question to ask|authorized_value&gt;&gt;.</para>
35730
35731               <itemizedlist>
35732                 <listitem>
35733                   <para>The &lt;&lt; and &gt;&gt; are just delimiters. You
35734                   must put &lt;&lt; at the beginning and &gt;&gt; at the end
35735                   of your parameter</para>
35736                 </listitem>
35737
35738                 <listitem>
35739                   <para>The 'Question to ask' will be displayed on the left of
35740                   the string to enter.</para>
35741                 </listitem>
35742
35743                 <listitem>
35744                   <para>The authorized_value can be omitted if not applicable.
35745                   If it contains an authorized value category, or branches or
35746                   itemtype or categorycode, a list with the Koha authorized
35747                   values will be displayed instead of a free field Note that
35748                   you can have more than one parameter in a given SQL Note
35749                   that entering nothing at run time won't probably work as you
35750                   expect. It will be considered as "value empty" not as
35751                   "ignore this parameter". For example entering nothing for :
35752                   "title=&lt;&lt;Enter title&gt;&gt;" will display results
35753                   with title='' (no title). If you want to have to have
35754                   something not mandatory, use "title like &lt;&lt;Enter
35755                   title&gt;&gt;" and enter a % at run time instead of
35756                   nothing</para>
35757                 </listitem>
35758               </itemizedlist>
35759
35760               <para>Examples:</para>
35761
35762               <itemizedlist>
35763                 <listitem>
35764                   <para>SELECT surname,firstname FROM borrowers WHERE
35765                   branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt;
35766                   AND surname like &lt;&lt;Enter filter for patron surname (%
35767                   if none)&gt;&gt;</para>
35768                 </listitem>
35769
35770                 <listitem>
35771                   <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick
35772                   your branch|branches&gt;&gt; and barcode like
35773                   &lt;&lt;Partial barcode value here&gt;&gt;</para>
35774                 </listitem>
35775               </itemizedlist>
35776
35777               <note>
35778                 <para>To generate a date picker calendar to the right of the
35779                 field when running a report you can use the 'date' keyword
35780                 like this: &lt;&lt;Enter Date|date&gt;&gt;</para>
35781
35782                 <screenshot>
35783                   <screeninfo>Date Picker</screeninfo>
35784
35785                   <mediaobject>
35786                     <imageobject>
35787                       <imagedata fileref="images/reports/datepicker.png"/>
35788                     </imageobject>
35789                   </mediaobject>
35790                 </screenshot>
35791               </note>
35792
35793               <note>
35794                 <para>You have to put "%" in a text box to 'leave it blank'.
35795                 Otherwise, it literally looks for "" (empty string) as the
35796                 value for the field.</para>
35797               </note>
35798
35799               <para><important>
35800                   <para>In addition to using any authorized value code to
35801                   generate a dropdown, you can use the following values as
35802                   well: Branches (branches), Item Types (itemtypes) and Patron
35803                   Categories (categorycode). For example a branch pull down
35804                   would be generated like this
35805                   &lt;&lt;Branch|branches&gt;&gt;</para>
35806
35807                   <screenshot>
35808                     <screeninfo>Branch pull down</screeninfo>
35809
35810                     <mediaobject>
35811                       <imageobject>
35812                         <imagedata fileref="images/reports/branchpulldown.png"/>
35813                       </imageobject>
35814                     </mediaobject>
35815                   </screenshot>
35816                 </important></para>
35817             </listitem>
35818           </itemizedlist>
35819
35820           <note>
35821             <para>There is a limit of 10,000 records put on SQL statements entered in Koha. To get
35822               around this you want to add 'LIMIT 100000' to the end of your SQL statement (or any
35823               other number above 10,000).</para>
35824           </note>
35825           <note>
35826             <para>If your system administrator has set up memcache on your server you might see one
35827               more option for the Cache expiry. This is related to your public reports. If you make
35828               the report public then  it's constantly running and will cause a large load on your
35829               system. Setting this value prevents that.<screenshot>
35830                 <screeninfo>Cache expiry</screeninfo>
35831                 <mediaobject>
35832                   <imageobject>
35833                     <imagedata fileref="images/reports/cacheexpiry.png"/>
35834                   </imageobject>
35835                 </mediaobject>
35836               </screenshot></para>
35837           </note>
35838
35839           <para>Once everything is entered click the 'Save Report' button and
35840           you'll be presented with options to run it. Once a report is saved
35841           you do not have to recreate it you can simply find it on the Saved
35842           Reports page and <link linkend="runcustomreport">run</link> or <link linkend="editcustomreports">edit</link> it.</para>
35843         </section>
35844         <section id="duplicatereport">
35845           <title>Duplicate Report</title>
35846           <para>Reports can also be added by duplicating an existing report.  Visit the 'Saved
35847             reports' page to see all of the reports listed on your system already.</para>
35848           <screenshot>
35849             <screeninfo>Saved Reports</screeninfo>
35850             <mediaobject>
35851               <imageobject>
35852                 <imagedata fileref="images/reports/duplicatereport.png"/>
35853               </imageobject>
35854             </mediaobject>
35855           </screenshot>
35856           <para>To the right of every report there is an 'Actions' pull down. Clickin that and
35857             choose 'Duplicate' to use an existing report as the basis for your new report. That will
35858             populate the new report form with the existing SQL for easy editing and resaving.</para>
35859         </section>
35860       </section>
35861
35862       <section id="editcustomreports">
35863         <title>Edit Custom Reports</title>
35864
35865         <para>Every report can be edited from the reports lists. To see the
35866         list of reports already stored in Koha, click 'Use Saved.'</para>
35867
35868         <screenshot>
35869           <screeninfo>Saved Reports</screeninfo>
35870
35871           <mediaobject>
35872             <imageobject>
35873               <imagedata fileref="images/reports/savedreports.png"/>
35874             </imageobject>
35875           </mediaobject>
35876         </screenshot>
35877
35878         <para>To find the report you'd like to edit you can sort by any of the columns by clicking
35879           the on the column header. You can also filter your results using the filter menu on the
35880           left or use the tabs to find reports based on your custom groups.</para>
35881
35882         <para>From this list you can edit any custom report by clicking 'Actions' to the right of
35883           the report and choosing 'Edit' from the menu that appears.</para>
35884         <screenshot>
35885           <screeninfo>Edit Report Option</screeninfo>
35886           <mediaobject>
35887             <imageobject>
35888               <imagedata fileref="images/reports/editreportoption.png"/>
35889             </imageobject>
35890           </mediaobject>
35891         </screenshot>
35892         <para>The form to edit the report will appear.</para>
35893
35894         <screenshot>
35895           <screeninfo>Edit SQL Form</screeninfo>
35896
35897           <mediaobject>
35898             <imageobject>
35899               <imagedata fileref="images/reports/editreport.png"/>
35900             </imageobject>
35901           </mediaobject>
35902         </screenshot>
35903       </section>
35904
35905       <section id="runcustomreport">
35906         <title>Running Custom Reports</title>
35907
35908         <para>Once custom reports are saved to Koha, you can run them by going to the Saved Reports
35909           page and clicking the 'Actions' button to the right of the report and choosing
35910           'Run'.</para>
35911
35912         <screenshot>
35913           <screeninfo>Run Report</screeninfo>
35914
35915           <mediaobject>
35916             <imageobject>
35917               <imagedata fileref="images/reports/runreport.png"/>
35918             </imageobject>
35919           </mediaobject>
35920         </screenshot>
35921
35922         <para>When you report runs you will either be asked for some
35923         values</para>
35924
35925         <screenshot>
35926           <screeninfo>Enter report parameters</screeninfo>
35927
35928           <mediaobject>
35929             <imageobject>
35930               <imagedata fileref="images/reports/reportparameters.png"/>
35931             </imageobject>
35932           </mediaobject>
35933         </screenshot>
35934
35935         <para>or you will see the results right away</para>
35936
35937         <screenshot>
35938           <screeninfo>Report results</screeninfo>
35939
35940           <mediaobject>
35941             <imageobject>
35942               <imagedata fileref="images/reports/reportresults.png"/>
35943             </imageobject>
35944           </mediaobject>
35945         </screenshot>
35946
35947         <para>From the results you can choose to rerun the report by clicking
35948         'Run report' at the top, edit the report by clicking the 'Edit' button
35949         or starting over and creating a new report by using the 'New' button.
35950         You can also download your results by choosing a file type at the
35951         bottom of the results next to the 'Download the report' label and
35952         clicking 'Download.'<note>
35953             <para>A Comma Separated Text file is a CSV file and it can be
35954             opened by any spreadsheet application.</para>
35955           </note></para>
35956       </section>
35957     </section>
35958
35959     <section id="statsreports">
35960       <title>Statistics Reports</title>
35961
35962       <para>Statistic reports will show you counts and sums. These reports are
35963       all about numbers and statistics, for reports that return more detailed
35964       data, use the <link linkend="quidedreportwizard">Guided Report
35965       Wizard</link>. These reports are limited in what data they can look at,
35966       so it's often recommended to use <link linkend="customreports">custom
35967       reports</link> for official end of the year statistics.</para>
35968
35969       <section id="acqstats">
35970         <title>Acquisitions Statistics</title>
35971
35972         <note>
35973           <para>These reports are limited in what data they can look at, so
35974           it's often recommended to use <link linkend="customreports">custom
35975           reports</link> for official end of the year statistics.</para>
35976         </note>
35977
35978         <para>Using the form provided, choose which value you would like to
35979         appear in the Column and which will appear in the Row.</para>
35980
35981         <screenshot>
35982           <screeninfo>Acquisitions Statistics</screeninfo>
35983
35984           <mediaobject>
35985             <imageobject>
35986               <imagedata fileref="images/reports/acqform.png"/>
35987             </imageobject>
35988           </mediaobject>
35989         </screenshot>
35990
35991         <para>If you choose to output to the browser your results will print
35992         to the screen.</para>
35993
35994         <screenshot>
35995           <screeninfo>Acquisitions Statistics Results</screeninfo>
35996
35997           <mediaobject>
35998             <imageobject>
35999               <imagedata fileref="images/reports/acqnumbers.png"/>
36000             </imageobject>
36001           </mediaobject>
36002         </screenshot>
36003
36004         <para>You can also choose to export to a file that you can manipulate
36005         to your needs.</para>
36006
36007         <para>When generating your report, note that you get to choose between
36008         counting or summing the values.</para>
36009
36010         <screenshot>
36011           <screeninfo>Acquisitions Stats Options</screeninfo>
36012
36013           <mediaobject>
36014             <imageobject>
36015               <imagedata fileref="images/reports/acqtotal.png"/>
36016             </imageobject>
36017           </mediaobject>
36018         </screenshot>
36019
36020         <para>Choosing amount will change your results to appear as the sum of
36021         the amounts spent.</para>
36022
36023         <screenshot>
36024           <screeninfo>Acquisitions statistics with totals</screeninfo>
36025
36026           <mediaobject>
36027             <imageobject>
36028               <imagedata fileref="images/reports/acqamounts.png"/>
36029             </imageobject>
36030           </mediaobject>
36031         </screenshot>
36032       </section>
36033
36034       <section id="patstats">
36035         <title>Patron Statistics</title>
36036
36037         <note>
36038           <para>These reports are limited in what data they can look at, so
36039           it's often recommended to use <link linkend="customreports">custom
36040           reports</link> for official end of the year statistics.</para>
36041         </note>
36042
36043         <para>Using the form provided, choose which value you would like to
36044         appear in the Column and which will appear in the Row.</para>
36045
36046         <screenshot>
36047           <screeninfo>Patron Statistics Options</screeninfo>
36048
36049           <mediaobject>
36050             <imageobject>
36051               <imagedata fileref="images/reports/patronform.png"/>
36052             </imageobject>
36053           </mediaobject>
36054         </screenshot>
36055
36056         <para>If you choose to output to the browser your results will print
36057         to the screen.</para>
36058
36059         <screenshot>
36060           <screeninfo>Patron Statistics Results</screeninfo>
36061
36062           <mediaobject>
36063             <imageobject>
36064               <imagedata fileref="images/reports/patronresults.png"/>
36065             </imageobject>
36066           </mediaobject>
36067         </screenshot>
36068
36069         <para>Based on your selections, you may see some query information
36070         above your results table. You can also choose to export to a file that
36071         you can manipulate to your needs.</para>
36072       </section>
36073
36074       <section id="catstats">
36075         <title>Catalog Statistics</title>
36076
36077         <note>
36078           <para>These reports are limited in what data they can look at, so
36079           it's often recommended to use <link linkend="customreports">custom
36080           reports</link> for official end of the year statistics.</para>
36081         </note>
36082
36083         <para>Using the form provided, choose which value you would like to
36084         appear in the Column and which will appear in the Row.</para>
36085
36086         <screenshot>
36087           <screeninfo>Catalog Statistics Form</screeninfo>
36088
36089           <mediaobject>
36090             <imageobject>
36091               <imagedata fileref="images/reports/catalogform.png"/>
36092             </imageobject>
36093           </mediaobject>
36094         </screenshot>
36095
36096         <para>If you choose to output to the browser your results will print
36097         to the screen.</para>
36098
36099         <screenshot>
36100           <screeninfo>Catalog Statistic Results</screeninfo>
36101
36102           <mediaobject>
36103             <imageobject>
36104               <imagedata fileref="images/reports/catalogresults.png"/>
36105             </imageobject>
36106           </mediaobject>
36107         </screenshot>
36108
36109         <para>You can also choose to export to a file that you can manipulate
36110         to your needs.</para>
36111       </section>
36112
36113       <section id="circstats">
36114         <title>Circulation Statistics</title>
36115
36116         <note>
36117           <para>These reports are limited in what data they can look at, so
36118           it's often recommended to use <link linkend="customreports">custom
36119           reports</link> for official end of the year statistics.</para>
36120         </note>
36121
36122         <para>Using the form provided, choose which value you would like to
36123         appear in the Column and which will appear in the Row.</para>
36124
36125         <screenshot>
36126           <screeninfo>Circulation Statistics</screeninfo>
36127
36128           <mediaobject>
36129             <imageobject>
36130               <imagedata fileref="images/reports/circform.png"/>
36131             </imageobject>
36132           </mediaobject>
36133         </screenshot>
36134
36135         <para>If you choose to output to the browser your results will print
36136         to the screen.</para>
36137
36138         <screenshot>
36139           <screeninfo>Circulation Statistic Results</screeninfo>
36140
36141           <mediaobject>
36142             <imageobject>
36143               <imagedata fileref="images/reports/circresults.png"/>
36144             </imageobject>
36145           </mediaobject>
36146         </screenshot>
36147
36148         <para>You can also choose to export to a file that you can manipulate
36149         to your needs.<note>
36150             <para>To get a complete picture of your monthly or daily
36151             circulation, you can run the report twice, once for 'Type' of
36152             'Checkout' and again for 'Renewal.'</para>
36153
36154             <para>This report uses 'Period,' or date, filtering that allows
36155             you to limit to a month by simply selecting the first day of the
36156             first month through the first day of the next month. For example,
36157             10/1 to 11/1 to find statistics for the month of October.</para>
36158
36159             <itemizedlist>
36160               <listitem>
36161                 <para>To find daily statistics, set your date
36162                 range.&lt;/br&gt; Example: "I want circulation data starting
36163                 with date XXX up to, but not including, date XXX."</para>
36164               </listitem>
36165
36166               <listitem>
36167                 <para>For a whole month, an example range would be: 11/01/2009
36168                 to 12/01/2009</para>
36169               </listitem>
36170
36171               <listitem>
36172                 <para>For a whole year, an example range would be: 01/01/2009
36173                 to 01/01/2010</para>
36174               </listitem>
36175
36176               <listitem>
36177                 <para>For a single day, an example would be: 11/15/2009 to
36178                 11/16/2009 to find what circulated on the 15th</para>
36179               </listitem>
36180             </itemizedlist>
36181           </note></para>
36182
36183         <section id="inhouseuse">
36184           <title>Tracking in house use</title>
36185
36186           <para>Using the Circulation statistics reporting wizard you can run
36187           reports on in house usage of items simply by choosing 'Local Use'
36188           from the 'Type' pull down:</para>
36189
36190           <screenshot>
36191             <screeninfo>In House Use Stats</screeninfo>
36192
36193             <mediaobject>
36194               <imageobject>
36195                 <imagedata fileref="images/reports/inhouse.png"/>
36196               </imageobject>
36197             </mediaobject>
36198           </screenshot>
36199         </section>
36200       </section>
36201
36202       <section id="serialstats">
36203         <title>Serials Statistics</title>
36204
36205         <note>
36206           <para>These reports are limited in what data they can look at, so
36207           it's often recommended to use <link linkend="customreports">custom
36208           reports</link> for official end of the year statistics.</para>
36209         </note>
36210
36211         <para>Using the form provided, choose how you would like to list the
36212         serials in your system.</para>
36213
36214         <screenshot>
36215           <screeninfo>Serials Statistics</screeninfo>
36216
36217           <mediaobject>
36218             <imageobject>
36219               <imagedata fileref="images/reports/serialsform.png"/>
36220             </imageobject>
36221           </mediaobject>
36222         </screenshot>
36223
36224         <para>If you choose to output to the browser your results will print
36225         to the screen.</para>
36226
36227         <screenshot>
36228           <screeninfo>Serials Results</screeninfo>
36229
36230           <mediaobject>
36231             <imageobject>
36232               <imagedata fileref="images/reports/serialsresults.png"/>
36233             </imageobject>
36234           </mediaobject>
36235         </screenshot>
36236
36237         <para>You can also choose to export to a file that you can manipulate
36238         to your needs.</para>
36239       </section>
36240
36241       <section id="holdstats">
36242         <title>Holds Statistics</title>
36243
36244         <note>
36245           <para>These reports are limited in what data they can look at, so
36246           it's often recommended to use <link linkend="customreports">custom
36247           reports</link> for official end of the year statistics.</para>
36248         </note>
36249
36250         <para>Using the form provided you can see statistics for holds placed,
36251         filled, cancelled and more at your library. From the form choose what
36252         value you want to display in the column and what value to show in the
36253         row. You can also choose from the filters on the far right of the
36254         form.</para>
36255
36256         <screenshot>
36257           <screeninfo>Hold Statistics Form</screeninfo>
36258
36259           <mediaobject>
36260             <imageobject>
36261               <imagedata fileref="images/reports/holdstatsform.png"/>
36262             </imageobject>
36263           </mediaobject>
36264         </screenshot>
36265
36266         <para>If you choose to output to the browser your results will print
36267         to the screen.</para>
36268
36269         <screenshot>
36270           <screeninfo>Hold Stats Results</screeninfo>
36271
36272           <mediaobject>
36273             <imageobject>
36274               <imagedata fileref="images/reports/holdstatsresults.png"/>
36275             </imageobject>
36276           </mediaobject>
36277         </screenshot>
36278
36279         <para>You can also choose to export to a file that you can manipulate
36280         to your needs.</para>
36281       </section>
36282
36283       <section id="mostcheckouts">
36284         <title>Patrons with the most checkouts</title>
36285
36286         <para>This report will simply list the patrons who have the most
36287         checkouts.</para>
36288
36289         <screenshot>
36290           <screeninfo>Patrons with the most checkouts form</screeninfo>
36291
36292           <mediaobject>
36293             <imageobject>
36294               <imagedata fileref="images/reports/topcheckoutsform.png"/>
36295             </imageobject>
36296           </mediaobject>
36297         </screenshot>
36298
36299         <para>If you choose to output to the browser your results will print
36300         to the screen.</para>
36301
36302         <screenshot>
36303           <screeninfo>Top checkouts results</screeninfo>
36304
36305           <mediaobject>
36306             <imageobject>
36307               <imagedata fileref="images/reports/topcheckoutsresult.png"/>
36308             </imageobject>
36309           </mediaobject>
36310         </screenshot>
36311
36312         <para>You can also choose to export to a file that you can manipulate
36313         to your needs.</para>
36314       </section>
36315
36316       <section id="mostcirculated">
36317         <title>Most Circulated Items</title>
36318
36319         <para>This report will simply list the items that have the been
36320         checked out the most.</para>
36321
36322         <screenshot>
36323           <screeninfo>Most Circulation Items Form</screeninfo>
36324
36325           <mediaobject>
36326             <imageobject>
36327               <imagedata fileref="images/reports/topcircform.png"/>
36328             </imageobject>
36329           </mediaobject>
36330         </screenshot>
36331
36332         <para>If you choose to output to the browser your results will print
36333         to the screen.</para>
36334
36335         <screenshot>
36336           <screeninfo>Top Circulation Items Results</screeninfo>
36337
36338           <mediaobject>
36339             <imageobject>
36340               <imagedata fileref="images/reports/topcircresults.png"/>
36341             </imageobject>
36342           </mediaobject>
36343         </screenshot>
36344
36345         <para>You can also choose to export to a file that you can manipulate
36346         to your needs.</para>
36347       </section>
36348
36349       <section id="patnocheckouts">
36350         <title>Patrons with no checkouts</title>
36351
36352         <para>This report will list for you the patrons in your system who
36353         haven't checked any items out.</para>
36354
36355         <screenshot>
36356           <screeninfo>Patrons with no Checkouts</screeninfo>
36357
36358           <mediaobject>
36359             <imageobject>
36360               <imagedata fileref="images/reports/patnocheckout.png"/>
36361             </imageobject>
36362           </mediaobject>
36363         </screenshot>
36364
36365         <para>If you choose to output to the browser your results will print
36366         to the screen.</para>
36367
36368         <screenshot>
36369           <screeninfo>Results for Patrons with no Checkouts</screeninfo>
36370
36371           <mediaobject>
36372             <imageobject>
36373               <imagedata fileref="images/reports/patnocheckout-results.png"/>
36374             </imageobject>
36375           </mediaobject>
36376         </screenshot>
36377
36378         <para>You can also choose to export to a file that you can manipulate
36379         to your needs.</para>
36380       </section>
36381
36382       <section id="itemnocheckouts">
36383         <title>Items with no checkouts</title>
36384
36385         <para>This report will list items in your collection that have never
36386         been checked out.</para>
36387
36388         <screenshot>
36389           <screeninfo>Items with No Checkouts</screeninfo>
36390
36391           <mediaobject>
36392             <imageobject>
36393               <imagedata fileref="images/reports/nocheckoutsform.png"/>
36394             </imageobject>
36395           </mediaobject>
36396         </screenshot>
36397
36398         <para>If you choose to output to the browser your results will print
36399         to the screen.</para>
36400
36401         <screenshot>
36402           <screeninfo>Items with no checkouts results</screeninfo>
36403
36404           <mediaobject>
36405             <imageobject>
36406               <imagedata fileref="images/reports/nocheckoutsresults.png"/>
36407             </imageobject>
36408           </mediaobject>
36409         </screenshot>
36410
36411         <para>You can also choose to export to a file that you can manipulate
36412         to your needs.</para>
36413       </section>
36414
36415       <section id="catbyitem">
36416         <title>Catalog by Item Type</title>
36417
36418         <para>This report will list the total number of items of each item
36419         type per branch.</para>
36420
36421         <screenshot>
36422           <screeninfo>Catalog by Item Type</screeninfo>
36423
36424           <mediaobject>
36425             <imageobject>
36426               <imagedata fileref="images/reports/itemtotals.png"/>
36427             </imageobject>
36428           </mediaobject>
36429         </screenshot>
36430
36431         <para>If you choose to output to the browser your results will print
36432         to the screen.</para>
36433
36434         <screenshot>
36435           <screeninfo>Total of Items by Type and Branch</screeninfo>
36436
36437           <mediaobject>
36438             <imageobject>
36439               <imagedata fileref="images/reports/itemtotalsresults.png"/>
36440             </imageobject>
36441           </mediaobject>
36442         </screenshot>
36443
36444         <para>You can also choose to export to a file that you can manipulate
36445         to your needs.</para>
36446       </section>
36447
36448       <section id="lostreport">
36449         <title>Lost Items</title>
36450
36451         <para>This report will allow you to generate a list of items that have
36452         been marked as Lost within the system</para>
36453
36454         <screenshot>
36455           <screeninfo>Lost Items Report</screeninfo>
36456
36457           <mediaobject>
36458             <imageobject>
36459               <imagedata fileref="images/reports/lostitems.png"/>
36460             </imageobject>
36461           </mediaobject>
36462         </screenshot>
36463       </section>
36464
36465       <section id="avloantime">
36466         <title>Average Loan Time</title>
36467
36468         <para>This report will list the average time items are out on loan
36469         based on the criteria you enter:</para>
36470
36471         <screenshot>
36472           <screeninfo>Average Checkout Period Form</screeninfo>
36473
36474           <mediaobject>
36475             <imageobject>
36476               <imagedata fileref="images/reports/averloanform.png"/>
36477             </imageobject>
36478           </mediaobject>
36479         </screenshot>
36480
36481         <para>If you choose to output to the browser your results will print
36482         to the screen.</para>
36483
36484         <screenshot>
36485           <screeninfo>Average Checkout Period Results</screeninfo>
36486
36487           <mediaobject>
36488             <imageobject>
36489               <imagedata fileref="images/reports/avercheckout.png"/>
36490             </imageobject>
36491           </mediaobject>
36492         </screenshot>
36493
36494         <para>You can also choose to export to a file that you can manipulate
36495         to your needs.</para>
36496       </section>
36497     </section>
36498
36499     <section id="reportdic">
36500       <title>Report Dictionary</title>
36501
36502       <para>The report dictionary is a way to pre-define common filters you'd
36503       like to apply to your reports. This is a good way to add in filters that
36504       the report wizard doesn't include by default. To add a new definition,
36505       or filter, click 'New Definition' on the Reports Dictionary page and
36506       follow the 4 step process.</para>
36507
36508       <para>Step 1: Name the definition and provide a description if
36509       necessary</para>
36510
36511       <screenshot>
36512         <screeninfo>Create a Definition</screeninfo>
36513
36514         <mediaobject>
36515           <imageobject>
36516             <imagedata fileref="images/reports/dict1.png"/>
36517           </imageobject>
36518         </mediaobject>
36519       </screenshot>
36520
36521       <para>Step 2: Choose the module that the will be queried.</para>
36522
36523       <screenshot>
36524         <screeninfo>Select Koha Module</screeninfo>
36525
36526         <mediaobject>
36527           <imageobject>
36528             <imagedata fileref="images/reports/dict2.png"/>
36529           </imageobject>
36530         </mediaobject>
36531       </screenshot>
36532
36533       <para>Step 3: Choose columns to query from the tables presented.</para>
36534
36535       <screenshot>
36536         <screeninfo>Choose columns</screeninfo>
36537
36538         <mediaobject>
36539           <imageobject>
36540             <imagedata fileref="images/reports/dict3.png"/>
36541           </imageobject>
36542         </mediaobject>
36543       </screenshot>
36544
36545       <para>Step 4: Choose the value(s) from the field(s). These will be
36546       automatically populated with options available in your database.</para>
36547
36548       <screenshot>
36549         <screeninfo>Choose fields and values</screeninfo>
36550
36551         <mediaobject>
36552           <imageobject>
36553             <imagedata fileref="images/reports/dict4.png"/>
36554           </imageobject>
36555         </mediaobject>
36556       </screenshot>
36557
36558       <para>Confirm your selections to save the definition.</para>
36559
36560       <screenshot>
36561         <screeninfo>Confirm Definition</screeninfo>
36562
36563         <mediaobject>
36564           <imageobject>
36565             <imagedata fileref="images/reports/dictconfirm.png"/>
36566           </imageobject>
36567         </mediaobject>
36568       </screenshot>
36569
36570       <para>Your definitions will all appear on the Reports Dictionary
36571       page</para>
36572
36573       <screenshot>
36574         <screeninfo>Reports Dictionary Listing</screeninfo>
36575
36576         <mediaobject>
36577           <imageobject>
36578             <imagedata fileref="images/reports/dictlist.png"/>
36579           </imageobject>
36580         </mediaobject>
36581       </screenshot>
36582
36583       <para>Then when generating reports on the module you created the value
36584       for you will see an option to limit by the definition at the bottom of
36585       the usual filters.</para>
36586
36587       <screenshot>
36588         <screeninfo>Dictionary Limit Option</screeninfo>
36589
36590         <mediaobject>
36591           <imageobject>
36592             <imagedata fileref="images/reports/dictionarylimit.png"/>
36593           </imageobject>
36594         </mediaobject>
36595       </screenshot>
36596     </section>
36597   </chapter>
36598
36599   <chapter id="opac">
36600     <title>OPAC</title>
36601
36602     <para>This chapter assumes that you have the following preferences set as
36603     follows:</para>
36604
36605     <itemizedlist>
36606       <listitem>
36607         <para><link linkend="opacthemes">opacthemes</link> = bootstrap</para>
36608       </listitem>
36609       <listitem>
36610         <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> = default</para>
36611       </listitem>
36612
36613       <listitem>
36614         <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
36615         default</para>
36616       </listitem>
36617
36618       <listitem>
36619         <para><link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link>
36620         = show</para>
36621       </listitem>
36622
36623       <listitem>
36624         <para><link linkend="TagsEnabled">TagsEnabled</link> = Allow</para>
36625       </listitem>
36626
36627       <listitem>
36628         <para><link linkend="TagsInputOnDetail">TagsInputOnDetail</link>
36629         =Allow</para>
36630       </listitem>
36631
36632       <listitem>
36633         <para><link linkend="TagsInputOnList">TagsInputOnList</link> =
36634         Allow</para>
36635       </listitem>
36636
36637       <listitem>
36638         <para><link linkend="reviewson">reviewson</link> = Allow</para>
36639       </listitem>
36640
36641       <listitem>
36642         <para><link linkend="ShowReviewer">ShowReviewer</link> = Allow</para>
36643       </listitem>
36644
36645       <listitem>
36646         <para><link linkend="ShowReviewerPhoto">ShowReviewerPhoto</link>
36647         =Allow</para>
36648       </listitem>
36649
36650       <listitem>
36651         <para><link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> =
36652         Show</para>
36653       </listitem>
36654
36655       <listitem>
36656         <para><link linkend="OPACAmazonCoverImages">OPACAmazonCoverImages</link> =
36657         Show</para>
36658       </listitem>
36659
36660       <listitem>
36661         <para><link linkend="XISBN">XISBN</link> = Use</para>
36662       </listitem>
36663
36664       <listitem>
36665         <para><link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
36666         = Default set of links</para>
36667       </listitem>
36668
36669       <listitem>
36670         <para><link linkend="OPACShowCheckoutName">OPACShowCheckoutName</link>
36671         = Don't show</para>
36672       </listitem>
36673
36674       <listitem>
36675         <para><link linkend="RequestOnOpac">RequestOnOpac</link> =
36676         Allow</para>
36677       </listitem>
36678
36679       <listitem>
36680         <para><link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link> =
36681         Allow</para>
36682       </listitem>
36683
36684       <listitem>
36685         <para><link linkend="OpacBrowseResults">OpacBrowseResults</link> =
36686         Enable</para>
36687       </listitem>
36688
36689       <listitem>
36690         <para><link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> =
36691         Allow</para>
36692       </listitem>
36693
36694       <listitem>
36695         <para><link linkend="OPACShowBarcode">OPACShowBarcode</link> = Don't show</para>
36696       </listitem>
36697       <listitem>
36698         <para><link linkend="OpacSeparateHoldings">OpacSeparateHoldings</link> = Don't
36699           separate</para>
36700       </listitem>
36701       <listitem>
36702         <para><link linkend="OpacSeparateHoldings">OpacSeparateHoldingsBranch</link> = home
36703           library</para>
36704       </listitem>
36705       <listitem>
36706         <para><link linkend="DisplayLibraryFacets">DisplayLibraryFacets</link> = holding
36707           library</para>
36708       </listitem>
36709     </itemizedlist>
36710
36711     <para>If your system preferences are set differently your displays may
36712     differ.</para>
36713
36714     <section id="opacsearchresults">
36715       <title>Search Results</title>
36716
36717       <para>To search the OPAC you can either choose to enter your search
36718       words in the box at the top of the OPAC or click on the 'Advanced
36719       Search' link to perform a more detailed search.</para>
36720
36721       <screenshot>
36722         <screeninfo>OPAC Search Box</screeninfo>
36723
36724         <mediaobject>
36725           <imageobject>
36726             <imagedata fileref="images/opac/searchbox.png"/>
36727           </imageobject>
36728         </mediaobject>
36729       </screenshot>
36730
36731       <para>For more on searching check the '<link linkend="searching">Searching</link>' chapter in this manual.</para>
36732
36733       <section id="opacresultsoverview">
36734         <title>Results Overview</title>
36735
36736         <para>After performing a search the number of results found for your
36737         search will appear above the results</para>
36738
36739         <screenshot>
36740           <screeninfo>Total Results</screeninfo>
36741
36742           <mediaobject>
36743             <imageobject>
36744               <imagedata fileref="images/opac/totalresults-rss.png"/>
36745             </imageobject>
36746           </mediaobject>
36747         </screenshot>
36748
36749         <para>By default your search results will be sorted based on your
36750         <link linkend="opacdefaultsort">OPACdefaultSortField and
36751         OPACdefaultSortOrder</link> system preference values. To change this
36752         you can choose another sorting method from the pull down on the
36753         right.</para>
36754
36755         <screenshot>
36756           <screeninfo>Results Sorting Options</screeninfo>
36757
36758           <mediaobject>
36759             <imageobject>
36760               <imagedata fileref="images/opac/sortingresults.png"/>
36761             </imageobject>
36762           </mediaobject>
36763         </screenshot>
36764
36765         <para>Under each title on your results list a series of values from your leader will appear.
36766           It is important to note that this has nothing to do with the item types or collection
36767           codes you have applied to your records, this data is all pulled from your fixed fields.
36768           This can be turned on or off with the <link linkend="DisplayOPACiconsXSLT"
36769             >DisplayOPACiconsXSLT</link> system preference.</para>
36770
36771         <screenshot>
36772           <screeninfo>Leader Visualization</screeninfo>
36773
36774           <mediaobject>
36775             <imageobject>
36776               <imagedata fileref="images/opac/leader.png"/>
36777             </imageobject>
36778           </mediaobject>
36779         </screenshot>
36780
36781         <para>Below each title you will see the availability for the items attached to the record. <note>
36782             <para>Even if you filtered on one library location all locations that hold the item will
36783               appear on the search results.</para>
36784           </note><important>
36785             <para>An item's hold status doesn't not affect whether or not the item is 'available'
36786               until the item is in 'waiting' status. Items with on-shelf holds will show as
36787               available until a librarian has pulled them from the shelf and checked the item in
36788               make it show 'waiting'.</para>
36789           </important></para>
36790
36791         <screenshot>
36792           <screeninfo>Holdings Information</screeninfo>
36793
36794           <mediaobject>
36795             <imageobject>
36796               <imagedata fileref="images/opac/holdings-results.png"/>
36797             </imageobject>
36798           </mediaobject>
36799         </screenshot>
36800
36801         <para>If you have turned on <link linkend="enhancedcontent">Enhanced
36802         Content</link> preferences you may have book jackets on your search
36803         results.</para>
36804
36805         <screenshot>
36806           <screeninfo>Book Jacket on Results</screeninfo>
36807
36808           <mediaobject>
36809             <imageobject>
36810               <imagedata fileref="images/opac/coverresults.png"/>
36811             </imageobject>
36812           </mediaobject>
36813         </screenshot>
36814         <para>If you have set your <link linkend="didyoumean">Did you mean?</link> options you will
36815           see a yellow bar across the top of your results will other related searches.</para>
36816         <screenshot>
36817             <screeninfo>Did you mean?</screeninfo>
36818             <mediaobject>
36819               <imageobject>
36820                 <imagedata fileref="images/opac/didyoumeanopac.png"/>
36821               </imageobject>
36822             </mediaobject>
36823           </screenshot>
36824       </section>
36825
36826       <section id="opacfilter">
36827         <title>Filters</title>
36828
36829         <para>To filter your results click on the links below the 'Refine Your
36830         Search' menu on the left of your screen</para>
36831
36832         <screenshot>
36833           <screeninfo>Refine Your Results</screeninfo>
36834
36835           <mediaobject>
36836             <imageobject>
36837               <imagedata fileref="images/opac/refineresults.png"/>
36838             </imageobject>
36839           </mediaobject>
36840         </screenshot>
36841         <para>Depending on your setting for the <link linkend="DisplayLibraryFacets"
36842             >DisplayLibraryFacets</link> system preference you will see filters for your home,
36843           holding or both libraries.<screenshot>
36844             <screeninfo>Library Facet</screeninfo>
36845             <mediaobject>
36846               <imageobject>
36847                 <imagedata fileref="images/opac/locationfacet.png"/>
36848               </imageobject>
36849             </mediaobject>
36850           </screenshot></para>
36851         <para>After clicking a facet you can remove that filter from your results by clicking the
36852           small 'x' that appears to the right of the facet.<screenshot>
36853             <screeninfo>Remove library facet</screeninfo>
36854             <mediaobject>
36855               <imageobject>
36856                 <imagedata fileref="images/opac/removefilter.png"/>
36857               </imageobject>
36858             </mediaobject>
36859           </screenshot></para>
36860       </section>
36861
36862       <section id="searchrss">
36863         <title>Search RSS Feeds</title>
36864
36865         <para>You will be able to subscribe to your search results as an RSS
36866         feed by clicking the RSS icon in your address bar or next to the
36867         number of results. To learn more about what RSS feeds are check out
36868         <ulink url="http://www.youtube.com/watch?v=0klgLsSxGsU">this tutorial
36869         video</ulink>.</para>
36870
36871         <screenshot>
36872           <screeninfo>RSS Feed Icon</screeninfo>
36873
36874           <mediaobject>
36875             <imageobject>
36876               <imagedata fileref="images/opac/totalresults-rss.png"/>
36877             </imageobject>
36878           </mediaobject>
36879         </screenshot>
36880
36881         <para>Subscribing to search results as RSS feeds will allow you to see
36882         when a new item is added to the catalog in your area of
36883         interest.</para>
36884       </section>
36885     </section>
36886
36887     <section id="opacbibrec">
36888       <title>Bibliographic Record</title>
36889
36890       <para>When you click on a title from the search results, you're brought
36891       to the bibliographic detail of the record. This page is broken down in
36892       several different areas.</para>
36893
36894       <para>At the top of your screen will be the title and the GMD:</para>
36895
36896       <screenshot>
36897         <screeninfo>Title</screeninfo>
36898
36899         <mediaobject>
36900           <imageobject>
36901             <imagedata fileref="images/opac/bibdetail/bibtitle.png"/>
36902           </imageobject>
36903         </mediaobject>
36904       </screenshot>
36905
36906       <para>Below the title the authors will be listed. These come from your
36907       1xx and 7xx fields. Clicking the author will run a search for other
36908       titles with that author.</para>
36909
36910       <screenshot>
36911         <screeninfo>Author Display</screeninfo>
36912
36913         <mediaobject>
36914           <imageobject>
36915             <imagedata fileref="images/opac/bibdetail/bibauthor.png"/>
36916           </imageobject>
36917         </mediaobject>
36918       </screenshot>
36919
36920       <para>If you have an authority file you will see a magnifying glass to
36921       the right of author (and other) authorities. Clicking that magnifying
36922       glass will take you directly to the authority record.</para>
36923
36924       <screenshot>
36925         <screeninfo>Authority link</screeninfo>
36926
36927         <mediaobject>
36928           <imageobject>
36929             <imagedata fileref="images/opac/bibdetail/authoritylink.png"/>
36930           </imageobject>
36931         </mediaobject>
36932       </screenshot>
36933
36934       <para>If you have your <link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> preference
36935       set to 'show' you will see a material type that is determined by values
36936       in your fixed fields (learn more in the <link linkend="XSLTiTypes">XSLT
36937       Item Types</link> Appendix).</para>
36938
36939       <screenshot>
36940         <screeninfo>XSLT Item Type</screeninfo>
36941
36942         <mediaobject>
36943           <imageobject>
36944             <imagedata fileref="images/opac/bibdetail/bibleader.png"/>
36945           </imageobject>
36946         </mediaobject>
36947       </screenshot>
36948
36949       <para>Next you'll see the description of the record you're
36950       viewing:</para>
36951
36952       <screenshot>
36953         <screeninfo>Basic Details</screeninfo>
36954
36955         <mediaobject>
36956           <imageobject>
36957             <imagedata fileref="images/opac/bibdetail/bibdetails.png"/>
36958           </imageobject>
36959         </mediaobject>
36960       </screenshot>
36961
36962       <para>Following that information you'll find the subject headings which
36963       can be clicked to search for other titles on similar topics</para>
36964
36965       <screenshot>
36966         <screeninfo>Bibliographic Subjects</screeninfo>
36967
36968         <mediaobject>
36969           <imageobject>
36970             <imagedata fileref="images/opac/bibdetail/bibsubjects.png"/>
36971           </imageobject>
36972         </mediaobject>
36973       </screenshot>
36974
36975       <para>If your record has a table of contents or summary it will appear
36976       next to the 'Summary' or 'Table of Contents' label</para>
36977
36978       <screenshot>
36979         <screeninfo>Summary</screeninfo>
36980
36981         <mediaobject>
36982           <imageobject>
36983             <imagedata fileref="images/opac/bibdetail/bibsummary.png"/>
36984           </imageobject>
36985         </mediaobject>
36986       </screenshot>
36987
36988       <para>If your record has data in the 856 fields you'll see the links to
36989       the right of the 'Online Resources' label</para>
36990
36991       <screenshot>
36992         <screeninfo>Online Resources</screeninfo>
36993
36994         <mediaobject>
36995           <imageobject>
36996             <imagedata fileref="images/opac/bibdetail/biblinks.png"/>
36997           </imageobject>
36998         </mediaobject>
36999       </screenshot>
37000
37001       <para>If the title you're viewing is in a public list then you'll see a
37002       list of those to the right of the 'List(s) this item appears in' label
37003       and if it has tags they will appear below the 'Tags from this library'
37004       label</para>
37005
37006       <screenshot>
37007         <screeninfo>Tags</screeninfo>
37008
37009         <mediaobject>
37010           <imageobject>
37011             <imagedata fileref="images/opac/bibdetail/bibtags.png"/>
37012           </imageobject>
37013         </mediaobject>
37014       </screenshot>
37015
37016       <para>In the tabs below the details you will find your holdings
37017       data</para>
37018
37019       <screenshot>
37020         <screeninfo/>
37021
37022         <mediaobject>
37023           <imageobject>
37024             <imagedata fileref="images/opac/bibdetail/bibholdings.png"/>
37025           </imageobject>
37026         </mediaobject>
37027       </screenshot>
37028
37029       <para>Any notes (5xx fields) that have been cataloged will appear under
37030       'Title Notes'</para>
37031
37032       <screenshot>
37033         <screeninfo>Title notes</screeninfo>
37034
37035         <mediaobject>
37036           <imageobject>
37037             <imagedata fileref="images/opac/bibdetail/bibtitlenotes.png"/>
37038           </imageobject>
37039         </mediaobject>
37040       </screenshot>
37041
37042       <para>If you're allowing comments they will appear in the next
37043       tab</para>
37044
37045       <screenshot>
37046         <screeninfo>Comments</screeninfo>
37047
37048         <mediaobject>
37049           <imageobject>
37050             <imagedata fileref="images/opac/bibdetail/bibcomments.png"/>
37051           </imageobject>
37052         </mediaobject>
37053       </screenshot>
37054
37055       <para>And finally if you have enabled FRBR and you have other editions
37056       of the title in your collection you will see the 'Editions' tab.</para>
37057
37058       <screenshot>
37059         <screeninfo>Editions</screeninfo>
37060
37061         <mediaobject>
37062           <imageobject>
37063             <imagedata fileref="images/opac/bibdetail/bibeditions.png"/>
37064           </imageobject>
37065         </mediaobject>
37066       </screenshot>
37067
37068       <para>To the right of the details you'll find a series of boxes. The
37069       first box is a list of buttons to help navigate the search results. From
37070       there you can see the next or previous result from your search or return
37071       to the results.</para>
37072
37073       <screenshot>
37074         <screeninfo>Search Options</screeninfo>
37075
37076         <mediaobject>
37077           <imageobject>
37078             <imagedata fileref="images/opac/bibdetail/bibsearch.png"/>
37079           </imageobject>
37080         </mediaobject>
37081       </screenshot>
37082
37083       <para>Clicking Browse Results at the top of the right column will open
37084       up your search results on the detail page</para>
37085
37086       <screenshot>
37087         <screeninfo>Search Results</screeninfo>
37088
37089         <mediaobject>
37090           <imageobject>
37091             <imagedata fileref="images/opac/bibdetail/bibbrowseresults.png"/>
37092           </imageobject>
37093         </mediaobject>
37094       </screenshot>
37095
37096       <para>Below the search buttons you'll find the links to place a hold,
37097       print the record, save the record to your lists, or add it to your
37098       cart</para>
37099
37100       <screenshot>
37101         <screeninfo>More options</screeninfo>
37102
37103         <mediaobject>
37104           <imageobject>
37105             <imagedata fileref="images/opac/bibdetail/biboptions.png"/>
37106           </imageobject>
37107         </mediaobject>
37108       </screenshot>
37109
37110       <para>Clicking 'More Searches' will show the list of libraries you
37111       entered in your <link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
37112       preference</para>
37113
37114       <screenshot>
37115         <screeninfo>More Searches</screeninfo>
37116
37117         <mediaobject>
37118           <imageobject>
37119             <imagedata fileref="images/opac/bibdetail/bibmoresearch.png"/>
37120           </imageobject>
37121         </mediaobject>
37122       </screenshot>
37123
37124       <para>Under the 'Save Record' label you will find a series of file
37125       formats you can save the record as. This list can be customized by
37126       altering the <link linkend="OpacExportOptions">OpacExportOptions</link>
37127       system preference.</para>
37128
37129       <screenshot>
37130         <screeninfo>Save Record</screeninfo>
37131
37132         <mediaobject>
37133           <imageobject>
37134             <imagedata fileref="images/opac/bibdetail/bibsave.png"/>
37135           </imageobject>
37136         </mediaobject>
37137       </screenshot>
37138
37139       <para>If at any time you want to change the view from the 'Normal' view
37140       to see the Marc or the ISBD you can click the tabs across the top of the
37141       record</para>
37142
37143       <screenshot>
37144         <screeninfo>Record Views</screeninfo>
37145
37146         <mediaobject>
37147           <imageobject>
37148             <imagedata fileref="images/opac/bibdetail/bibviews.png"/>
37149           </imageobject>
37150         </mediaobject>
37151       </screenshot>
37152     </section>
37153
37154     <section id="opaclistscart">
37155       <title>Lists &amp; Cart</title>
37156
37157       <para>A cart is a temporary holding place for records you're interested
37158       in finding during this session. That means that once you log out of the
37159       OPAC or close the browser you lose the items in your cart. A list is a
37160       more permanent location for saving items. To learn more about lists,
37161       check the <link linkend="stafflists">Lists in the Staff Client</link>
37162       chapter of this manual.</para>
37163
37164       <section id="opaclists">
37165         <title>Lists</title>
37166
37167         <para>Patrons can manage their own private lists by visiting the 'my
37168         lists' section of their account.</para>
37169
37170         <screenshot>
37171           <screeninfo>Lists Management</screeninfo>
37172
37173           <mediaobject>
37174             <imageobject>
37175               <imagedata fileref="images/opac/nolists.png"/>
37176             </imageobject>
37177           </mediaobject>
37178         </screenshot>
37179
37180         <section id="opacaddlists">
37181           <title>Creating Lists</title>
37182
37183           <para>Lists can also be created by choosing the 'New List' option in
37184           the 'Add to' menu on the search results</para>
37185
37186           <screenshot>
37187             <screeninfo>Add to New List</screeninfo>
37188
37189             <mediaobject>
37190               <imageobject>
37191                 <imagedata fileref="images/opac/addtonewlist.png"/>
37192               </imageobject>
37193             </mediaobject>
37194           </screenshot>
37195
37196           <para>To create a list the patron simply needs to click the 'New
37197           List' link and populate the form that appears</para>
37198
37199           <screenshot>
37200             <screeninfo>Create a new list</screeninfo>
37201
37202             <mediaobject>
37203               <imageobject>
37204                 <imagedata fileref="images/opac/publiclistpermissions.png"/>
37205               </imageobject>
37206             </mediaobject>
37207           </screenshot>
37208
37209           <para>The only field required is the 'List Name,' but the patron can also choose how they
37210             want the list sorted and if the list is public or private.<itemizedlist>
37211               <listitem>
37212                 <para>A Private List is managed by you and can be seen only by you (depending on
37213                   your permissions settings below)</para>
37214               </listitem>
37215               <listitem>
37216                 <para>A Public List can be seen by everybody, but managed only by you (depending on
37217                   your permissions settings below)</para>
37218               </listitem>
37219             </itemizedlist><important>
37220               <para>If you aren't allowing patrons to create public lists with the <link linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
37221                 preference then patrons will only be able to create private lists.</para>
37222               <screenshot>
37223                 <screeninfo>Create a new private list</screeninfo>
37224                 <mediaobject>
37225                   <imageobject>
37226                     <imagedata fileref="images/opac/newlist.png"/>
37227                   </imageobject>
37228                 </mediaobject>
37229               </screenshot>
37230             </important></para>
37231           <itemizedlist>
37232             <listitem>
37233               <para>Finally decide what your permissions will be on the list. You can all or disallow:<itemizedlist>
37234                   <listitem>
37235                     <para>anyone else to add entries</para>
37236                   </listitem>
37237                   <listitem>
37238                     <para>anyone to remove his own contributed entries<itemizedlist>
37239                         <listitem>
37240                           <note>
37241                             <para>The owner of a list is always allowed to add entries, but needs
37242                               permission to remove.</para>
37243                           </note>
37244                         </listitem>
37245                       </itemizedlist></para>
37246                   </listitem>
37247                   <listitem>
37248                     <para>anyone to remove other contributed entries     </para>
37249                   </listitem>
37250                 </itemizedlist></para>
37251             </listitem>
37252           </itemizedlist>
37253         </section>
37254
37255         <section id="opacaddtolists">
37256           <title>Adding titles to Lists</title>
37257
37258           <para>Titles can be added to lists from the search results and/or
37259           from the bibliographic record. On the search results options to add
37260           items to the list appear below each result and across the top of the
37261           results page</para>
37262
37263           <screenshot>
37264             <screeninfo>Add to Lists from Results</screeninfo>
37265
37266             <mediaobject>
37267               <imageobject>
37268                 <imagedata fileref="images/opac/addtolistcart.png"/>
37269               </imageobject>
37270             </mediaobject>
37271           </screenshot>
37272
37273           <para>To add a single title to a list, click the 'Save to Lists'
37274           option and then choose the list you'd like to add the title to. To
37275           add multiple titles to a list check the boxes on the left of the
37276           titles you want to add and then choose the list you want to add the
37277           titles to from the 'Add too' pull down at the top of the
37278           screen.</para>
37279         </section>
37280
37281         <section id="listscontent">
37282           <title>Viewing Lists Contents</title>
37283
37284           <para>To view the contents of a list, click on the list name under
37285           the Lists button.</para>
37286
37287           <screenshot>
37288             <screeninfo>Lists</screeninfo>
37289
37290             <mediaobject>
37291               <imageobject>
37292                 <imagedata fileref="images/opac/chooselist.png"/>
37293               </imageobject>
37294             </mediaobject>
37295           </screenshot>
37296
37297           <para>The contents of the list will look similar to your search
37298           results pages except that there will be different menu options
37299           across the top of the list.</para>
37300
37301           <screenshot>
37302             <screeninfo>List View</screeninfo>
37303
37304             <mediaobject>
37305               <imageobject>
37306                 <imagedata fileref="images/opac/listview.png"/>
37307               </imageobject>
37308             </mediaobject>
37309           </screenshot>
37310
37311           <para>Using the menu options above the list you can place multiple
37312           items on hold, download the list contents, email the list or print
37313           the list out.</para>
37314
37315           <itemizedlist>
37316             <listitem>
37317               <para>To place a hold on one or more list items check the box to
37318               the left of the item and click the 'Place Hold' link at the
37319               top</para>
37320             </listitem>
37321
37322             <listitem>
37323               <para>To download the list contents click the 'Download List'
37324               link and choose the format you'd like to download the list
37325               in</para>
37326
37327               <itemizedlist>
37328                 <listitem>
37329                   <note>
37330                     <para>iso2079 is MARC format</para>
37331                   </note>
37332                 </listitem>
37333               </itemizedlist>
37334             </listitem>
37335
37336             <listitem>
37337               <para>To email the list contents to someone, click the 'Send List' link and enter in
37338                 your email details in the form that pops up (<link linkend="examplelistemail">view a
37339                   sample Lists email</link>)</para>
37340
37341               <screenshot>
37342                 <screeninfo>Email List Contents</screeninfo>
37343
37344                 <mediaobject>
37345                   <imageobject>
37346                     <imagedata fileref="images/opac/emailist.png"/>
37347                   </imageobject>
37348                 </mediaobject>
37349               </screenshot>
37350             </listitem>
37351
37352             <listitem>
37353               <para>To print the contents of your list out click the 'Print List' link</para>
37354             </listitem>
37355           </itemizedlist>
37356         </section>
37357
37358         <section id="opacmanagelists">
37359           <title>Managing Lists</title>
37360
37361           <para>Once the list is saved patrons can begin adding items to it.
37362           From the 'my lists' tab on the patron record the patron can edit and
37363           delete the lists they have created by clicking the appropriate link
37364           to the right of the list name.</para>
37365
37366           <screenshot>
37367             <screeninfo>My Lists</screeninfo>
37368
37369             <mediaobject>
37370               <imageobject>
37371                 <imagedata fileref="images/opac/mylists.png"/>
37372               </imageobject>
37373             </mediaobject>
37374           </screenshot>
37375
37376           <para>To edit the list's title or sorting patrons click the 'Edit'
37377           link to the right of the list description.</para>
37378
37379           <screenshot>
37380             <screeninfo>Editing List</screeninfo>
37381
37382             <mediaobject>
37383               <imageobject>
37384                 <imagedata fileref="images/opac/editlist.png"/>
37385               </imageobject>
37386             </mediaobject>
37387           </screenshot>
37388
37389           <para>When clicking 'Delete' next to a list you will be asked to
37390           confirm that you want to delete the list.</para>
37391
37392           <screenshot>
37393             <screeninfo>Delete list confirmation</screeninfo>
37394
37395             <mediaobject>
37396               <imageobject>
37397                 <imagedata fileref="images/opac/deletelist.png"/>
37398               </imageobject>
37399             </mediaobject>
37400           </screenshot>
37401
37402           <para>The list will not be deleted until the 'Confirm' button is
37403           clicked to the right of the list you'd like to delete.</para>
37404
37405           <para>If the library is allowing you to share private lists with the <link
37406               linkend="OpacAllowSharingPrivateLists">OpacAllowSharingPrivateLists</link> preference
37407             then you will see the 'Share' link on your list of lists and the 'Share list' link at
37408             the top of each individual list. Clicking this will ask you to enter the email address
37409             of a patron.<screenshot>
37410               <screeninfo>Share list</screeninfo>
37411               <mediaobject>
37412                 <imageobject>
37413                   <imagedata fileref="images/opac/sharelist.png"/>
37414                 </imageobject>
37415               </mediaobject>
37416             </screenshot></para>
37417           <para>Once the email address is entered Koha will present you with a confirmation message </para>
37418           <screenshot>
37419             <screeninfo>Share list confirmation</screeninfo>
37420             <mediaobject>
37421               <imageobject>
37422                 <imagedata fileref="images/opac/shareconfirmation.png"/>
37423               </imageobject>
37424             </mediaobject>
37425           </screenshot>
37426           <para>and will send a message to that patron.</para>
37427         </section>
37428       </section>
37429
37430       <section id="opaccart">
37431         <title>Cart</title>
37432
37433         <para/>
37434
37435         <section id="opacaddtocart">
37436           <title>Adding titles to the Cart</title>
37437
37438           <para>Titles can be added to the cart from the search results and/or
37439           from the bibliographic record. On the search results options to add
37440           items to the cart appear below each result and across the top of the
37441           results page</para>
37442
37443           <screenshot>
37444             <screeninfo>Add to Cart on Search Results</screeninfo>
37445
37446             <mediaobject>
37447               <imageobject>
37448                 <imagedata fileref="images/opac/addtolistcart.png"/>
37449               </imageobject>
37450             </mediaobject>
37451           </screenshot>
37452
37453           <para>Clicking the 'Add to Cart' button will add the one title to
37454           your cart. To add multiple titles at once, check the box to the left
37455           of each result and then choose 'Cart' from the 'Add to' pull down at
37456           the top of the screen. Once titles are added to the cart you will be
37457           presented with a confirmation</para>
37458
37459           <screenshot>
37460             <screeninfo>Items added to Cart</screeninfo>
37461
37462             <mediaobject>
37463               <imageobject>
37464                 <imagedata fileref="images/opac/addedtocart.png"/>
37465               </imageobject>
37466             </mediaobject>
37467           </screenshot>
37468           <para>From the results you will see which items are in your cart and will be able to
37469             remove those items by clicking '(remove)'.<screenshot>
37470               <screeninfo>Item in your cart</screeninfo>
37471               <mediaobject>
37472                 <imageobject>
37473                   <imagedata fileref="images/opac/iteminyourcart.png"/>
37474                 </imageobject>
37475               </mediaobject>
37476             </screenshot></para>
37477         </section>
37478
37479         <section id="manageopaccart">
37480           <title>Managing the Cart</title>
37481
37482           <para>Once you have titles in your cart you can manage the contents by clicking on the
37483             'Cart' button usually found at the top of the screen. Your cart will open in a new
37484             window.</para>
37485
37486           <screenshot>
37487             <screeninfo>Contents of your cart</screeninfo>
37488
37489             <mediaobject>
37490               <imageobject>
37491                 <imagedata fileref="images/opac/cartcontents.png"/>
37492               </imageobject>
37493             </mediaobject>
37494           </screenshot>
37495
37496           <para>From this window you are presented with several options.
37497           Across the top of the cart are several buttons.</para>
37498
37499           <para>First is the 'More details' button. Clicking this will show you additional
37500             information about the titles in your cart (ISBNs, Subjects, Publisher Info, Notes and more).<screenshot>
37501               <screeninfo>More details in the cart</screeninfo>
37502               <mediaobject>
37503                 <imageobject>
37504                   <imagedata fileref="images/opac/cartmoredetails.png"/>
37505                 </imageobject>
37506               </mediaobject>
37507             </screenshot></para>
37508
37509           <para>Next is the option to send the contents of your cart to an email address. This is
37510             handy if you want to send the resources you found at the library to your home email
37511             account to refer to later or to send to a patron researching a specific topic. Clicking
37512             this link will open up a new window that asks for the email address and message to send.
37513               <link linkend="examplecartemail">View a sample Cart email</link>.</para>
37514
37515           <screenshot>
37516             <screeninfo>Email Cart</screeninfo>
37517
37518             <mediaobject>
37519               <imageobject>
37520                 <imagedata fileref="images/opac/emailcart.png"/>
37521               </imageobject>
37522             </mediaobject>
37523           </screenshot>
37524           <important>
37525             <para>The cart can only be emailed by logged in users. This will prevent your cart email
37526               function from being used for spamming.</para>
37527           </important>
37528
37529           <para>In addition to sending your cart you can download the contents
37530           of your cart in several pre-defined formats or using a <link linkend="csvprofiles">CSV Profile</link> that you defined in the
37531           Tools module.</para>
37532
37533           <screenshot>
37534             <screeninfo>Download Cart</screeninfo>
37535
37536             <mediaobject>
37537               <imageobject>
37538                 <imagedata fileref="images/opac/downloadcart.png"/>
37539               </imageobject>
37540             </mediaobject>
37541           </screenshot>
37542
37543           <para>Finally you can print out the contents of your cart by
37544           choosing the 'Print' link.</para>
37545
37546           <para>In addition to the various different ways to save the contents
37547           of your cart, there are ways to add value to the data in your cart.
37548           By selecting one or more titles from the cart you can add them to a
37549           list (click 'Add to a List'), place hold(s) (click 'Place hold'), or
37550           tag them (click 'Tag'). All of these operations follow the same
37551           procedure as they do when performing them in the OPAC.</para>
37552         </section>
37553       </section>
37554     </section>
37555
37556     <section id="opacplacehold">
37557       <title>Placing Holds</title>
37558
37559       <para>Patrons can place holds on items via the OPAC if they're logged in
37560       and you have the <link linkend="RequestOnOpac">RequestOnOpac</link>
37561       preference set to 'Allow'. If the item can be placed on hold the option
37562       to place it on hold will appear in several different places.</para>
37563
37564       <itemizedlist>
37565         <listitem>
37566           <para>When viewing a list or search results page you'll see the
37567           option to place hold on multiple items by checking the boxes to the
37568           left of the results and clicking 'Place Hold' at the top</para>
37569
37570           <screenshot>
37571             <screeninfo>Place Hold from Results</screeninfo>
37572
37573             <mediaobject>
37574               <imageobject>
37575                 <imagedata fileref="images/opac/opacplaceholdresults.png"/>
37576               </imageobject>
37577             </mediaobject>
37578           </screenshot>
37579         </listitem>
37580
37581         <listitem>
37582           <para>When viewing a list or search results page you'll see the
37583           option to place the item on hold below the basic information about
37584           the title</para>
37585
37586           <screenshot>
37587             <screeninfo>Place Hold</screeninfo>
37588
37589             <mediaobject>
37590               <imageobject>
37591                 <imagedata fileref="images/opac/opacplaceholdsindiv.png"/>
37592               </imageobject>
37593             </mediaobject>
37594           </screenshot>
37595         </listitem>
37596
37597         <listitem>
37598           <para>When viewing an individual title you'll see the option to
37599           place a hold in the box on the right side of the screen</para>
37600
37601           <screenshot>
37602             <screeninfo>Place Hold</screeninfo>
37603
37604             <mediaobject>
37605               <imageobject>
37606                 <imagedata fileref="images/opac/opacplaceholdsdetail.png"/>
37607               </imageobject>
37608             </mediaobject>
37609           </screenshot>
37610         </listitem>
37611       </itemizedlist>
37612
37613       <para>No matter which of the above links you click to place your hold
37614       you'll be brought to the same hold screen.</para>
37615
37616       <screenshot>
37617         <screeninfo>Place Hold Form</screeninfo>
37618
37619         <mediaobject>
37620           <imageobject>
37621             <imagedata fileref="images/opac/opacplacehold.png"/>
37622           </imageobject>
37623         </mediaobject>
37624       </screenshot>
37625
37626       <itemizedlist>
37627         <listitem>
37628           <para>Check the box to the left of the items you'd like to place on
37629           hold</para>
37630         </listitem>
37631
37632         <listitem>
37633           <para>The title includes a link back to the detail page for the
37634           record</para>
37635         </listitem>
37636
37637         <listitem>
37638           <para>The priority shows where in the holds queue this hold will
37639           fall</para>
37640         </listitem>
37641         <listitem>
37642           <para>If allowed by your <link linkend="OPACAllowUserToChooseBranch"
37643               >OPACAllowUserToChooseBranch</link> preference the patron can choose where they'd like
37644             to pick up their hold</para>
37645         </listitem>
37646         <listitem>
37647           <para>If you would like to see more options you can click 'Show more options'</para>
37648
37649
37650           <para>
37651             <screenshot>
37652               <screeninfo>Place Hold Form with More Options</screeninfo>
37653               <mediaobject>
37654                 <imageobject>
37655                   <imagedata fileref="images/opac/opacplaceholdmore.png"/>
37656                 </imageobject>
37657               </mediaobject>
37658             </screenshot>
37659           </para>
37660         </listitem>
37661         <listitem>
37662           <para>If allowed by your <link linkend="OPACAllowHoldDateInFuture"
37663               >OPACAllowHoldDateInFuture</link> preference, the 'Hold Starts on Date' column will
37664             show. This field allows the patron to have their hold start on a future date.</para>
37665         </listitem>
37666
37667         <listitem>
37668           <para>By default holds placed in the system remain until canceled,
37669           but if the patron fills in a 'Hold Not Needed After' date then the
37670           hold has an expiration date.</para>
37671
37672           <itemizedlist>
37673             <listitem>
37674               <important>
37675                 <para>Expired holds are removed by the <link linkend="expiredholdscron">Expired Holds Cron Job</link>, this
37676                 is not an automatic process and must be set up by your system
37677                 administrator</para>
37678               </important>
37679             </listitem>
37680           </itemizedlist>
37681         </listitem>
37682
37683         <listitem>
37684           <para>If allowed by the <link linkend="OpacHoldNotes">OpacHoldNotes</link> preference then
37685             patrons can leave notes about their holds for the library by clicking the 'Edit notes' button</para>
37686           <screenshot>
37687               <screeninfo>Hold notes</screeninfo>
37688               <mediaobject>
37689                 <imageobject>
37690                   <imagedata fileref="images/opac/holdnote.png"/>
37691                 </imageobject>
37692               </mediaobject>
37693             </screenshot>
37694         </listitem>
37695         <listitem>
37696           <para>If allowed by your <link linkend="OPACItemHolds">OPACItemHolds</link> preference the
37697             patron will be allowed to choose whether to place the hold on the next available copy or
37698             a specific copy</para>
37699           <screenshot>
37700             <screeninfo>Specific Copy Hold</screeninfo>
37701             <mediaobject>
37702               <imageobject>
37703                 <imagedata fileref="images/opac/opacplaceholdspecific.png"/>
37704               </imageobject>
37705             </mediaobject>
37706           </screenshot>
37707         </listitem>
37708       </itemizedlist>
37709
37710       <para>After clicking the Place Hold button the patron will be brought to
37711       their account page where they'll see all of the items they have on
37712       hold.</para>
37713     </section>
37714
37715     <section id="opacenhancedcontent">
37716       <title>Enhanced Content</title>
37717
37718       <para/>
37719
37720       <section id="opactagging">
37721         <title>Tagging</title>
37722
37723         <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
37724         may be able to add tags to bibliographic records from the search
37725         results and/or bibliographic records. If you are allowing patrons to
37726         add tags from the search results screen you will see an input box
37727         below each result and a 'Tag' option at the top of the screen.</para>
37728
37729         <screenshot>
37730           <screeninfo>Tagging Options on Results</screeninfo>
37731
37732           <mediaobject>
37733             <imageobject>
37734               <imagedata fileref="images/opac/tags-results.png"/>
37735             </imageobject>
37736           </mediaobject>
37737         </screenshot>
37738
37739         <para>To add a tag to one item, type the tabs (separated by commas) in
37740         the 'New tag' box and click 'Add'. You will be presented with a
37741         confirmation of your tags being added.</para>
37742
37743         <screenshot>
37744           <screeninfo>Tags Added on Results</screeninfo>
37745
37746           <mediaobject>
37747             <imageobject>
37748               <imagedata fileref="images/opac/tagsadded-results.png"/>
37749             </imageobject>
37750           </mediaobject>
37751         </screenshot>
37752
37753         <para>From the results you can also tag items in bulk by clicking the
37754         checkboxes on the left and then clicking the 'Tag' button at the top.
37755         After clicking the button it will change into an input box for you to
37756         add tags to all of the items you have selected.</para>
37757
37758         <screenshot>
37759           <screeninfo>Add Tags to Multiple Items</screeninfo>
37760
37761           <mediaobject>
37762             <imageobject>
37763               <imagedata fileref="images/opac/tagaddmultiple-results.png"/>
37764             </imageobject>
37765           </mediaobject>
37766         </screenshot>
37767       </section>
37768
37769       <section id="opaccomments">
37770         <title>Comments</title>
37771
37772         <para>Patrons can leave comments in the OPAC if you have the <link linkend="reviewson">reviewson</link> preference set to allow this.
37773         Each bibliographic record has a comments tab below the bibliographic
37774         information.</para>
37775
37776         <screenshot>
37777           <screeninfo>Comments Tab</screeninfo>
37778
37779           <mediaobject>
37780             <imageobject>
37781               <imagedata fileref="images/opac/commentstab.png"/>
37782             </imageobject>
37783           </mediaobject>
37784         </screenshot>
37785
37786         <para>If the patron is logged in they will see a link to add a comment
37787         to the item. Clicking this link will open a pop up window with a box
37788         for their comments.</para>
37789
37790         <screenshot>
37791           <screeninfo>Add a Comment</screeninfo>
37792
37793           <mediaobject>
37794             <imageobject>
37795               <imagedata fileref="images/opac/addcomment.png"/>
37796             </imageobject>
37797           </mediaobject>
37798         </screenshot>
37799
37800         <para>Once the comment has been typed and the 'Submit' button clicked,
37801         the patron will see their comment as pending and other patrons will
37802         simply see that there are no comments on the item.</para>
37803
37804         <screenshot>
37805           <screeninfo>Pending Comment</screeninfo>
37806
37807           <mediaobject>
37808             <imageobject>
37809               <imagedata fileref="images/opac/commentpending.png"/>
37810             </imageobject>
37811           </mediaobject>
37812         </screenshot>
37813
37814         <para>Once the comment is approved the patron will see the number of comments on the
37815           'Comments' tab and their comment labeled amongst the other comments. If you have set your
37816             <link linkend="ShowReviewerPhoto">ShowReviewerPhoto</link> preference to 'Show' then
37817           you'll see the patron's photo pulled from the <ulink url="https://www.libravatar.org"
37818             >Libravatar</ulink> library.</para>
37819
37820         <screenshot>
37821           <screeninfo>Your Comments</screeninfo>
37822
37823           <mediaobject>
37824             <imageobject>
37825               <imagedata fileref="images/opac/yourcomment.png"/>
37826             </imageobject>
37827           </mediaobject>
37828         </screenshot>
37829
37830         <para>Other patrons will see the comment with the name of the patron
37831         who left the comment (unless you have set the <link linkend="ShowReviewer">ShowReviewer</link> preference to not show
37832         patron names).</para>
37833
37834         <screenshot>
37835           <screeninfo>Comment by other patron</screeninfo>
37836
37837           <mediaobject>
37838             <imageobject>
37839               <imagedata fileref="images/opac/commentby.png"/>
37840             </imageobject>
37841           </mediaobject>
37842         </screenshot>
37843
37844         <para>If you have your <link linkend="OpacShowRecentComments">OpacShowRecentComments</link>
37845           set to show then you'll see the approved comments on that page.</para>
37846
37847         <screenshot>
37848           <screeninfo>Recent Comments List</screeninfo>
37849
37850           <mediaobject>
37851             <imageobject>
37852               <imagedata fileref="images/opac/recentcomments.png"/>
37853             </imageobject>
37854           </mediaobject>
37855         </screenshot>
37856       </section>
37857
37858       <section id="zotero">
37859         <title>Zotero</title>
37860
37861         <para>Zotero is a Firefox add on that allows for the saving and
37862         generating of a bibliography. Learn more about and download Zotero at
37863         <ulink url="http://zotero.org">http://zotero.org</ulink>.</para>
37864
37865         <para>When on the search results in the Koha OPAC, if you have Zotero
37866         installed, you will see a folder icon in the address bar to the right
37867         of the URL. Clicking that folder will open up a list of titles on the
37868         page for you to pick from to add to Zotero.</para>
37869
37870         <screenshot>
37871           <screeninfo>Zotero pop up</screeninfo>
37872
37873           <mediaobject>
37874             <imageobject>
37875               <imagedata fileref="images/opac/zoteroaddressbar.png"/>
37876             </imageobject>
37877           </mediaobject>
37878         </screenshot>
37879
37880         <para>Select the titles you want to add to Zotero and then click the
37881         'OK' button. This will add the title to Zotero. You can see the title
37882         by opening your Zotero library.</para>
37883
37884         <screenshot>
37885           <screeninfo>Title in the Zotero Library</screeninfo>
37886
37887           <mediaobject>
37888             <imageobject>
37889               <imagedata fileref="images/opac/zoterotitle.png"/>
37890             </imageobject>
37891           </mediaobject>
37892         </screenshot>
37893       </section>
37894
37895       <section id="customrss">
37896         <title>Custom RSS Feeds</title>
37897
37898         <para>Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for
37899         any SQL query (for example a new acquisitions RSS feed). rss.pl is run
37900         on the command line to produce an RSS XML document.</para>
37901
37902         <para>The output should be placed in a directory accessible to the
37903         OPAC (or staff) web interface so that users can download the RSS
37904         feed.</para>
37905
37906         <para>An example of usage can be found at: misc/cronjobs/rss.pl
37907         lastAcquired.conf</para>
37908
37909         <para>Normally rss.pl should be run periodically (e.g., daily) to keep
37910         the feed up-to-date.</para>
37911
37912         <para>The configuration file (e.g., lastAcquired.conf) lists</para>
37913
37914         <itemizedlist>
37915           <listitem>
37916             <para>name of the template file to use</para>
37917           </listitem>
37918
37919           <listitem>
37920             <para>path of output file</para>
37921           </listitem>
37922
37923           <listitem>
37924             <para>SQL query</para>
37925           </listitem>
37926         </itemizedlist>
37927
37928         <para>rss.pl runs the SQL query, then feeds the output of the query
37929         through the template to produce the output file.</para>
37930
37931         <para><important>
37932             <para>To use custom RSS feeds you need to turn on the rss.pl cron job.</para>
37933           </important></para>
37934       </section>
37935     </section>
37936     <section id="selfregistration">
37937       <title>OPAC Self Registration</title>
37938       <para>If you allow it, patrons can register for their own accounts via the OPAC.  If you have
37939         the <link linkend="PatronSelfRegistration">PatronSelfRegistration</link> preference set to
37940         'Allow' then patrons will see a link to register below the log in box on the right of the
37941         main OPAC page.</para>
37942       <screenshot>
37943           <screeninfo>Registration link in OPAC</screeninfo>
37944           <mediaobject>
37945             <imageobject>
37946               <imagedata fileref="images/opac/PatronSelfRegistration.png"/>
37947             </imageobject>
37948           </mediaobject>
37949         </screenshot>
37950       <para>When the patron clicks the 'Register here' link they will be brough to a registration
37951         page. The options on the registration page can be conrolled by editing the <link
37952           linkend="PatronSelfRegistrationBorrowerMandatoryField"
37953           >PatronSelfRegistrationBorrowerMandatoryField</link> and the <link
37954           linkend="PatronSelfRegistrationBorrowerUnwantedField"
37955           >PatronSelfRegistrationBorrowerUnwantedField</link> preferences.</para>
37956       <screenshot>
37957           <screeninfo>Registration form</screeninfo>
37958           <mediaobject>
37959             <imageobject>
37960               <imagedata fileref="images/opac/patronregistration.png"/>
37961             </imageobject>
37962           </mediaobject>
37963         </screenshot>
37964       <para>Once the patron has confirmed submitted their registration they will either be sent an
37965         email to confirm their account (if you have the <link linkend="PatronSelfRegistrationVerifyByEmail">PatronSelfRegistrationVerifyByEmail</link>
37966         preference to require this) or presented with their new username and password.</para>
37967       <screenshot>
37968           <screeninfo>New account confirmation</screeninfo>
37969           <mediaobject>
37970             <imageobject>
37971               <imagedata fileref="images/opac/patronregistrationcomplete.png"/>
37972             </imageobject>
37973           </mediaobject>
37974         </screenshot>
37975       <para>Patrons registered in this way will not have a cardnumber until assigned one by the
37976         library, but will have access to all OPAC functionality immediately. For this reason it is
37977         recommended that you:<itemizedlist>
37978           <listitem>
37979             <para>set up a provisional <link linkend="addingpatroncat">patron category</link> for
37980               self registered patrons (such as 'Self Registered) instead of using an existing patron
37981               category and set that value in the <link
37982                 linkend="PatronSelfRegistrationDefaultCategory"
37983                 >PatronSelfRegistrationDefaultCategory</link> preference</para>
37984           </listitem>
37985           <listitem>
37986             <para>give this patron category minimal circulation privileges in the <link
37987                 linkend="circfinerules">Circulation and Fine Rules</link> (such as allowing a couple
37988               holds, but no check outs)</para>
37989           </listitem>
37990         </itemizedlist>That way patrons will either have to come in to the library to verify their
37991         identity before given a cardnumber and the ability to check items out or the library will
37992         have to come up with internal policy on generating cardnumbers before providing them to self
37993         registered patrons. Once this is done the library can change the category to one that is
37994         more appropriate (be it an adult, resident, non resident, student, etc) and add a
37995         cardnumber/barcode.</para>
37996     </section>
37997
37998     <section id="opacmyaccount">
37999       <title>My Account</title>
38000
38001       <para>From the OPAC patrons can log in and access their account if you
38002       have set the <link linkend="opacuserlogin">opacuserlogin</link>
38003       preference to 'Allow'. Once logged in patrons are brought to their
38004       account summary. If you would like to get to your account in the OPAC,
38005       you can click on your name in the top right of any page in the
38006       OPAC.</para>
38007
38008       <section id="opacmysummary">
38009         <title>My Summary</title>
38010
38011         <screenshot>
38012           <screeninfo>My Summary</screeninfo>
38013
38014           <mediaobject>
38015             <imageobject>
38016               <imagedata fileref="images/opac/myaccount.png"/>
38017             </imageobject>
38018           </mediaobject>
38019         </screenshot>
38020
38021         <para>From the 'my summary' tab, patrons will see all of the items
38022         they have checked out with the overdue items highlighted in red. If
38023         you have <link linkend="OpacRenewalAllowed">OpacRenewalAllowed</link>
38024         set to 'Allow' then your patrons will be able to renew their books
38025         right from the OPAC. If you have HTML entered in the <link linkend="OPACMySummaryHTML">OPACMySummaryHTML</link> preference then
38026         you will see that to the right of the 'Fines' column.</para>
38027
38028         <screenshot>
38029           <screeninfo>Checked out tab with OPACMySummaryHTML set</screeninfo>
38030
38031           <mediaobject>
38032             <imageobject>
38033               <imagedata fileref="images/opac/opacsummary-wlinks.png"/>
38034             </imageobject>
38035           </mediaobject>
38036         </screenshot>
38037
38038         <para id="barcodeattribute">If your patrons would like to see the items barcodes on their
38039           list of checked out items you can set up a <link linkend="patronattributetypes">patron
38040             attribute</link> with the value of SHOW_BCODE and <link linkend="authorizedvalues"
38041             >authorized value</link> of YES_NO.</para>
38042
38043         <screenshot>
38044           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
38045
38046           <mediaobject>
38047             <imageobject>
38048               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
38049             </imageobject>
38050           </mediaobject>
38051         </screenshot>
38052
38053         <para>Then on the <link linkend="editpatrons">patron's record set the
38054         value</link> for SHOW_BCODE to yes.</para>
38055
38056         <screenshot>
38057           <screeninfo>Setting value for SHOW_BCODE on patron
38058           record</screeninfo>
38059
38060           <mediaobject>
38061             <imageobject>
38062               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
38063             </imageobject>
38064           </mediaobject>
38065         </screenshot>
38066
38067         <para>This will add a column to the check out summary in the OPAC that
38068         shows the patrons the barcodes of the items they have checked
38069         out.</para>
38070
38071         <screenshot>
38072           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
38073
38074           <mediaobject>
38075             <imageobject>
38076               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
38077             </imageobject>
38078           </mediaobject>
38079         </screenshot>
38080
38081         <para>Clicking on the 'Overdue' tab will show only the items that are
38082         overdue.</para>
38083
38084         <screenshot>
38085           <screeninfo>Overdue Items</screeninfo>
38086
38087           <mediaobject>
38088             <imageobject>
38089               <imagedata fileref="images/opac/myoverdues.png"/>
38090             </imageobject>
38091           </mediaobject>
38092         </screenshot>
38093
38094         <para>The 'Fines' tab will show just a total of what the patron owes.
38095         Clicking on the total will take them to the 'my fines' tab where they
38096         will see a complete breakdown of their fines and bills. If you don't
38097         charge fines at your library you can turn the display of these tabs
38098         off by setting the <link linkend="OPACFinesTab">OPACFinesTab</link>
38099         preference to 'Don't Allow.'</para>
38100
38101         <screenshot>
38102           <screeninfo>Patron Fines</screeninfo>
38103
38104           <mediaobject>
38105             <imageobject>
38106               <imagedata fileref="images/opac/myfines.png"/>
38107             </imageobject>
38108           </mediaobject>
38109         </screenshot>
38110
38111         <para>Finally, clicking on the 'Holds' tab will show the patron the status of all of the
38112           items they have on hold. </para>
38113
38114         <screenshot>
38115           <screeninfo>Patron holds status</screeninfo>
38116
38117           <mediaobject>
38118             <imageobject>
38119               <imagedata fileref="images/opac/myholds.png"/>
38120             </imageobject>
38121           </mediaobject>
38122         </screenshot>
38123
38124         <para>Patrons can cancel or suspend (depending on the value of your <link
38125             linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> system preference) their own holds if
38126           they are not in transit or already waiting for them. When they click 'Suspend' they will
38127           be presented with the option to choose a date for their hold to resume.<screenshot>
38128             <screeninfo>Suspend until</screeninfo>
38129             <mediaobject>
38130               <imageobject>
38131                 <imagedata fileref="images/opac/suspenduntil.png"/>
38132               </imageobject>
38133             </mediaobject>
38134           </screenshot></para>
38135         <para>They can also suspend all of their holds indefinitely or until a specific date if they
38136           choose by filling in the suspend options at the bottom of the page.</para>
38137
38138         <note>
38139           <para>If you have your <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
38140           preference set to "Don't allow" then you will not have the option to
38141           put an end date on the hold suspension</para>
38142         </note>
38143       </section>
38144
38145       <section id="opacmyaccount-flags">
38146         <title>Patron Flags</title>
38147
38148         <para>If you have <link linkend="patronflags">flagged your patron's
38149         account</link> they may see one of the following error messages at the
38150         top of their account.</para>
38151
38152         <itemizedlist>
38153           <listitem>
38154             <para>Card marked as lost</para>
38155
38156             <screenshot>
38157               <screeninfo>Library card lost</screeninfo>
38158
38159               <mediaobject>
38160                 <imageobject>
38161                   <imagedata fileref="images/opac/nocard.png"/>
38162                 </imageobject>
38163               </mediaobject>
38164             </screenshot>
38165           </listitem>
38166
38167           <listitem>
38168             <para>Patron address in question</para>
38169
38170             <screenshot>
38171               <screeninfo>Patron address in question</screeninfo>
38172
38173               <mediaobject>
38174                 <imageobject>
38175                   <imagedata fileref="images/opac/noaddress.png"/>
38176                 </imageobject>
38177               </mediaobject>
38178             </screenshot>
38179
38180             <itemizedlist>
38181               <listitem>
38182                 <note>
38183                   <para>this error message will not include a link to the
38184                   update form if you have <link linkend="OPACPatronDetails">OPACPatronDetails</link> set to
38185                   'Don't allow'</para>
38186                 </note>
38187               </listitem>
38188             </itemizedlist>
38189           </listitem>
38190
38191           <listitem>
38192             <para>Patron marked restricted</para>
38193
38194             <screenshot>
38195               <screeninfo>Patron restricted</screeninfo>
38196
38197               <mediaobject>
38198                 <imageobject>
38199                   <imagedata fileref="images/opac/debarred.png"/>
38200                 </imageobject>
38201               </mediaobject>
38202             </screenshot>
38203           </listitem>
38204         </itemizedlist>
38205       </section>
38206
38207       <section id="opacmyfines">
38208         <title>My Fines</title>
38209
38210         <para>If your library charges fines the next tab on the left is 'my
38211         fines.' Opening this tab will show the patron an entire history of
38212         their accounting at the library.</para>
38213
38214         <screenshot>
38215           <screeninfo>Library Fines &amp; Charges</screeninfo>
38216
38217           <mediaobject>
38218             <imageobject>
38219               <imagedata fileref="images/opac/mybilling.png"/>
38220             </imageobject>
38221           </mediaobject>
38222         </screenshot>
38223       </section>
38224
38225       <section id="opacmydetails">
38226         <title>My Details</title>
38227
38228         <para>If you have your <link linkend="OPACPatronDetails">OPACPatronDetails</link> preference
38229           set to 'Allow', your patrons will see a form filled in with their contacting information
38230           by clicking on the 'my personal details' tab. You can control what fields patrons see and
38231           can modify via the OPAC by setting the <link linkend="PatronSelfRegistrationBorrowerMandatoryField">PatronSelfRegistrationBorrowerMandatoryField</link>
38232           <link linkend="PatronSelfRegistrationBorrowerUnwantedField">PatronSelfRegistrationBorrowerUnwantedField</link> preferences.</para>
38233
38234         <screenshot>
38235           <screeninfo>Patron's personal details</screeninfo>
38236
38237           <mediaobject>
38238             <imageobject>
38239               <imagedata fileref="images/opac/myprofile.png"/>
38240             </imageobject>
38241           </mediaobject>
38242         </screenshot>
38243
38244         <para>Patrons can edit their details in this form and click 'Submit Changes' to have their
38245           edits sent to the library for review before their record is updated. Staff will see all
38246           patrons requesting modification to their record listed below the modules on the main
38247           dashboard along with anything else awaiting library attention.</para>
38248         <screenshot>
38249             <screeninfo>Patron requests waiting review</screeninfo>
38250             <mediaobject>
38251               <imageobject>
38252                 <imagedata fileref="images/opac/patronrequestwaiting.png"/>
38253               </imageobject>
38254             </mediaobject>
38255           </screenshot>
38256
38257         <para>If the <link linkend="OPACPatronDetails">OPACPatronDetails</link> preference is set to
38258           'Don't allow' then patrons will simply see their details and a message stating that they
38259           should contact the library for changes.</para>
38260
38261         <screenshot>
38262           <screeninfo>Patron's personal details with no edits</screeninfo>
38263
38264           <mediaobject>
38265             <imageobject>
38266               <imagedata fileref="images/opac/myprofile-noedit.png"/>
38267             </imageobject>
38268           </mediaobject>
38269         </screenshot>
38270       </section>
38271
38272       <section id="opacmytags">
38273         <title>My Tags</title>
38274
38275         <para>If your library has <link linkend="TagsEnabled">TagsEnabled</link> set to 'Allowed' then the
38276         next tab on the left will be 'my tags.' This tab will show patrons all
38277         of the tags in the system as a cloud and then all of the tags they
38278         have applied in a list format. From here patrons have the ability to
38279         remove tags that they have added if they want.</para>
38280
38281         <screenshot>
38282           <screeninfo>Patron's tags</screeninfo>
38283
38284           <mediaobject>
38285             <imageobject>
38286               <imagedata fileref="images/opac/mytags.png"/>
38287             </imageobject>
38288           </mediaobject>
38289         </screenshot>
38290       </section>
38291
38292       <section id="opacmypassword">
38293         <title>Change My Password</title>
38294
38295         <para>Next, if you have <link linkend="OpacPasswordChange">OpacPasswordChange</link> set to 'Allow'
38296         the next tab will be 'change my password,' where patrons can change
38297         their password for logging into the OPAC. Patrons will be presented
38298         with a standard form asking them to enter their old password and then
38299         their new password twice.</para>
38300
38301         <screenshot>
38302           <screeninfo>Change my password</screeninfo>
38303
38304           <mediaobject>
38305             <imageobject>
38306               <imagedata fileref="images/opac/mypassword.png"/>
38307             </imageobject>
38308           </mediaobject>
38309         </screenshot>
38310       </section>
38311
38312       <section id="opacmysearchistory">
38313         <title>My Search History</title>
38314
38315         <para>If you have your <link linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
38316         preference set to 'Allow' then your patrons can access their search
38317         history via the 'my search history' tab.</para>
38318
38319         <screenshot>
38320           <screeninfo>my search history tab</screeninfo>
38321
38322           <mediaobject>
38323             <imageobject>
38324               <imagedata fileref="images/opac/mysearchhistory.png"/>
38325             </imageobject>
38326           </mediaobject>
38327         </screenshot>
38328
38329         <para>The search history is a record of all searches run by the
38330         patron. Clicking on any of the search phrases will re-run the search
38331         for the patron. The search history can be deleted by the patron at any
38332         time by clicking the 'Delete your search history' link found at the
38333         top of this tab or by clicking the little red 'x' next to the 'Search
38334         history' link at the top right of the OPAC.</para>
38335
38336         <screenshot>
38337           <screeninfo>Search history link at the top right of the
38338           OPAC</screeninfo>
38339
38340           <mediaobject>
38341             <imageobject>
38342               <imagedata fileref="images/opac/searchistory.png"/>
38343             </imageobject>
38344           </mediaobject>
38345         </screenshot>
38346       </section>
38347
38348       <section id="opacmyhistory">
38349         <title>My Reading History</title>
38350
38351         <para>Depending on your library's setting for <link linkend="opacreadinghistory">opacreadinghistory</link> your patrons
38352         may see the 'my reading history' tab next. This will show the patron
38353         their entire reading history unless they have asked the library to not
38354         keep that information via the 'my privacy' tab which will appear if
38355         you have the <link linkend="OPACPrivacy">OPACPrivacy</link> preference
38356         set to 'Allow.'</para>
38357
38358         <screenshot>
38359           <screeninfo>Patron reading history</screeninfo>
38360
38361           <mediaobject>
38362             <imageobject>
38363               <imagedata fileref="images/opac/myhistory.png"/>
38364             </imageobject>
38365           </mediaobject>
38366         </screenshot>
38367         <para>If you have HTML entered in the <link linkend="OPACMySummaryHTML"
38368             >OPACMySummaryHTML</link> preference then you will see that to the right of the 'Date'
38369           column.</para>
38370       </section>
38371
38372       <section id="opacmyprivacy">
38373         <title>My Privacy</title>
38374
38375         <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.'
38376         This tab will allow the patrons to decide how the library keeps their
38377         circulation history data.</para>
38378
38379         <screenshot>
38380           <screeninfo>my privacy tab</screeninfo>
38381
38382           <mediaobject>
38383             <imageobject>
38384               <imagedata fileref="images/opac/myprivacy.png"/>
38385             </imageobject>
38386           </mediaobject>
38387         </screenshot>
38388
38389         <para>The patron can choose from three options:</para>
38390
38391         <itemizedlist>
38392           <listitem>
38393             <para>Forever: keep my reading history without limit. This is the
38394             option for users who want to keep track of what they are
38395             reading.</para>
38396           </listitem>
38397
38398           <listitem>
38399             <para>Default: keep my reading history according to local laws.
38400             This is the default option : the library will keep your reading
38401             history for the duration permitted by local laws.</para>
38402           </listitem>
38403
38404           <listitem>
38405             <para>Never: Delete my reading history immediately. This will
38406             delete all record of the item that was checked-out upon
38407             check-in.</para>
38408           </listitem>
38409         </itemizedlist>
38410
38411         <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
38412         client may change.</para>
38413
38414         <para>Regardless of the patron's choice they can delete their reading
38415         history in bulk at any time by clicking the 'Immediate deletion'
38416         button.</para>
38417
38418         <screenshot>
38419           <screeninfo>Delete Circulation History</screeninfo>
38420
38421           <mediaobject>
38422             <imageobject>
38423               <imagedata fileref="images/opac/deletecirchistory.png"/>
38424             </imageobject>
38425           </mediaobject>
38426         </screenshot>
38427
38428         <para>Clicking this button will not delete items that are currently checked out, but will
38429           clear the patron's past reading history.<important>
38430             <para>In order for the patron to be able to delete their reading history you must have
38431               the <link linkend="AnonymousPatron">AnonymousPatron</link> preference set.</para>
38432           </important></para>
38433       </section>
38434
38435       <section id="opacmysuggestions">
38436         <title>My Purchase Suggestions</title>
38437
38438         <para>If your library allows patrons to make purchase suggestions the
38439         next tab will show all suggestions that the patron made to the library
38440         and their statuses. To disable this tab and the suggestion
38441         functionality set the <link linkend="suggestionspref">suggestion</link> preference to 'Don't
38442         allow.'</para>
38443
38444         <screenshot>
38445           <screeninfo>Patron purchase suggestions</screeninfo>
38446
38447           <mediaobject>
38448             <imageobject>
38449               <imagedata fileref="images/opac/mysuggestions.png"/>
38450             </imageobject>
38451           </mediaobject>
38452         </screenshot>
38453         <para>If you have <link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link>
38454           set to 'Show' then patrons will be able to search suggestions from the top of this
38455           list.</para>
38456       </section>
38457
38458       <section id="opacmymsgs">
38459         <title>My Messaging</title>
38460
38461         <para>If your library has the <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
38462         preference set to 'Allow' then your patrons will be able to choose
38463         which messages they receive from the library (with the exception of
38464         overdue notices which the library controls).</para>
38465
38466         <screenshot>
38467           <screeninfo>Patron messaging preferences</screeninfo>
38468
38469           <mediaobject>
38470             <imageobject>
38471               <imagedata fileref="images/opac/mymessages.png"/>
38472             </imageobject>
38473           </mediaobject>
38474         </screenshot>
38475
38476         <para>If you also allow SMS messages with the <link linkend="SMSSendDriver">SMSSendDriver</link> preference, you will see
38477         an additional column to receive these messages as SMS (or text
38478         messages) and a field for a cell (or SMS) number.</para>
38479
38480         <screenshot>
38481           <screeninfo>SMSSendDriver in the OPAC</screeninfo>
38482
38483           <mediaobject>
38484             <imageobject>
38485               <imagedata fileref="images/opac/OPACSMSSendDriver.png"/>
38486             </imageobject>
38487           </mediaobject>
38488         </screenshot>
38489         <para>If you are using the <link linkend="TalkingTechItivaPhoneNotification">Itiva Talking
38490             Tech</link> service you will see an additional column to receive these messages via Phone.<screenshot>
38491             <screeninfo>Phone messaging preferences in the OPAC</screeninfo>
38492             <mediaobject>
38493               <imageobject>
38494                 <imagedata fileref="images/opac/opacphonemsg.png"/>
38495               </imageobject>
38496             </mediaobject>
38497           </screenshot></para>
38498         <itemizedlist>
38499           <listitem>
38500             <para>These notices are:</para>
38501             <itemizedlist>
38502               <listitem>
38503                 <para>Advanced notice : A notice in advance of the patron's items being due (The
38504                   patron can choose the number of days in advance)</para>
38505               </listitem>
38506               <listitem>
38507                 <para>Item checkout : A notice that lists all the of the items the patron has just
38508                   checked out and/or renewed, this is an electronic form of the checkout
38509                   receipt</para>
38510               </listitem>
38511               <listitem>
38512                 <para>Hold filled : A notice when you have confirmed the hold is waiting for the
38513                   patron</para>
38514               </listitem>
38515               <listitem>
38516                 <para>Item due : A notice on the day and item is due back at the library</para>
38517               </listitem>
38518               <listitem>
38519                 <para>Item check-in : A notice that lists all the of the items the patron has just
38520                   checked in</para>
38521               </listitem>
38522             </itemizedlist>
38523           </listitem>
38524         </itemizedlist>
38525         <para>Patrons can choose to receive their notices as a digest by checking the 'Digest only?'
38526           box along with the delivery method.  A digest is a combination of all the messages of that
38527           type (so all items due in 3 days in one email) in to one email instead of multiple emails
38528           for each alert.</para>
38529         <important>
38530           <para>You must choose a delivery method (SMS or Email or Phone) along with 'Digest only?'
38531             if you would like to receive a digest of the messages.</para>
38532         </important>
38533       </section>
38534
38535       <section id="opacmylists">
38536         <title>My Lists</title>
38537
38538         <para>Finally, if your library has the <link linkend="virtualshelves">virtualshelves</link> set to 'Allow' then the
38539         last tab will by 'my lists.' From here your patrons can review public
38540         lists and create or edit their own private lists.</para>
38541
38542         <screenshot>
38543           <screeninfo>Patron lists</screeninfo>
38544
38545           <mediaobject>
38546             <imageobject>
38547               <imagedata fileref="images/opac/mylists.png"/>
38548             </imageobject>
38549           </mediaobject>
38550         </screenshot>
38551       </section>
38552     </section>
38553
38554     <section id="purchasesuggest">
38555       <title>Purchase Suggestions</title>
38556
38557       <para>If your library has the <link linkend="suggestionspref">suggestion</link> preference set to 'Allow'
38558       then patrons will have the option to make purchase suggestions in
38559       several areas in the OPAC.</para>
38560
38561       <para>If you are allowing everyone to see the purchase suggestions made by others with the
38562           <link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link> preference,
38563         then there will be a link at the top of your OPAC under the search box.</para>
38564
38565       <screenshot>
38566         <screeninfo>Purchase Suggestions Link on Search Box</screeninfo>
38567
38568         <mediaobject>
38569           <imageobject>
38570             <imagedata fileref="images/opac/suggestfromsearch.png"/>
38571           </imageobject>
38572         </mediaobject>
38573       </screenshot>
38574
38575       <para>There will be a link when the patron finds nothing for their
38576       search.</para>
38577
38578       <screenshot>
38579         <screeninfo>Purchase Suggestion Link from Search Results</screeninfo>
38580
38581         <mediaobject>
38582           <imageobject>
38583             <imagedata fileref="images/opac/suggestfromnoresults.png"/>
38584           </imageobject>
38585         </mediaobject>
38586       </screenshot>
38587
38588       <para>And there will be a link on the patron's <link linkend="opacmysuggestions">My Purchase Suggestions</link> tab.</para>
38589
38590       <screenshot>
38591         <screeninfo>Purchase Suggestion from My Purchase Suggestions
38592         Tab</screeninfo>
38593
38594         <mediaobject>
38595           <imageobject>
38596             <imagedata fileref="images/opac/suggestfrommyaccount.png"/>
38597           </imageobject>
38598         </mediaobject>
38599       </screenshot>
38600
38601       <para>Clicking any one of these links will open the purchase suggestion
38602       form.</para>
38603
38604       <screenshot>
38605         <screeninfo>New Purchase Suggestion</screeninfo>
38606
38607         <mediaobject>
38608           <imageobject>
38609             <imagedata fileref="images/opac/newsuggestion.png"/>
38610           </imageobject>
38611         </mediaobject>
38612       </screenshot>
38613
38614       <itemizedlist>
38615         <listitem>
38616           <para>From the form on the 'Title' is required by the
38617           library.</para>
38618         </listitem>
38619
38620         <listitem>
38621           <para>If you would like the 'Reason for suggestion' menu shown in
38622           the screenshot above to appear on your suggestions list you need to
38623           add an <link linkend="authorizedvalues">authorized value</link>
38624           category titled 'OPAC_SUG' and include reasons as values in that
38625           list.</para>
38626         </listitem>
38627
38628         <listitem>
38629           <para>If you would like the patron to be able to choose which branch
38630           they are making a suggestion for you need to set the <link linkend="AllowPurchaseSuggestionBranchChoice">AllowPurchaseSuggestionBranchChoice</link>
38631           preference to 'Allow'</para>
38632         </listitem>
38633       </itemizedlist>
38634
38635       <para>Once the form is submitted the data will be saved to the <link linkend="managesuggest">Acquisitions</link> module for the librarians to
38636       manage.</para>
38637     </section>
38638     <section id="mobileopac">
38639       <title>Mobile OPAC</title>
38640       <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>
38641       <para>The main page of your OPAC will be customized per your <link linkend="opacprefs">OPAC
38642           system preferences</link> (always be sure to test in customizations on the desktop in
38643         multiple browsers and on as many mobile devices as possible.  Your main page will look
38644         something like this:</para>
38645       <para>
38646         <screenshot>
38647           <screeninfo>Mobile OPAC</screeninfo>
38648           <mediaobject>
38649             <imageobject>
38650               <imagedata fileref="images/opac/mobile/mobileccsr.png"/>
38651             </imageobject>
38652           </mediaobject>
38653         </screenshot>
38654       </para>
38655       <para>Your search results will look something like this:</para>
38656       <para>
38657         <screenshot>
38658           <screeninfo>Mobile search results</screeninfo>
38659           <mediaobject>
38660             <imageobject>
38661               <imagedata fileref="images/opac/mobile/mobilesearchccsr.png"/>
38662             </imageobject>
38663           </mediaobject>
38664         </screenshot>
38665       </para>
38666       <para>A detail page will show more info along with the place hold link in the top right</para>
38667       <screenshot>
38668           <screeninfo/>
38669           <mediaobject>
38670             <imageobject>
38671               <imagedata fileref="images/opac/mobile/mobiledetail.png"/>
38672             </imageobject>
38673           </mediaobject>
38674         </screenshot>
38675       <para>Clicking the place hold link on the search results or detail page will open up the holds
38676         screen for placing holds</para>
38677       <screenshot>
38678           <screeninfo/>
38679           <mediaobject>
38680             <imageobject>
38681               <imagedata fileref="images/opac/mobile/mobilehold.png"/>
38682             </imageobject>
38683           </mediaobject>
38684         </screenshot>
38685       <para>Patrons will be able to log in to their account and see what they have checked out</para>
38686       <screenshot>
38687           <screeninfo/>
38688           <mediaobject>
38689             <imageobject>
38690               <imagedata fileref="images/opac/mobile/mobilemyaccount.png"/>
38691             </imageobject>
38692           </mediaobject>
38693         </screenshot>
38694       <para>Once logged in they can click the menu button in the top left to see the usualy patron
38695         account menu</para>
38696       <screenshot>
38697           <screeninfo/>
38698           <mediaobject>
38699             <imageobject>
38700               <imagedata fileref="images/opac/mobile/mobilemenu.png"/>
38701             </imageobject>
38702           </mediaobject>
38703         </screenshot>
38704       <para>They will be able to renew items (if you allow renewals via the OPAC)</para>
38705       <screenshot>
38706           <screeninfo/>
38707           <mediaobject>
38708             <imageobject>
38709               <imagedata fileref="images/opac/mobile/mobilerenew.png"/>
38710             </imageobject>
38711           </mediaobject>
38712         </screenshot>
38713     </section>
38714   </chapter>
38715
38716   <chapter id="searching">
38717     <title>Searching</title>
38718
38719     <para/>
38720
38721     <section id="searchprefixes">
38722       <title>Advanced Search Prefixes</title>
38723
38724       <para>The following prefixes can be added to search terms in the keyword
38725       search box to limit items returned</para>
38726
38727       <itemizedlist>
38728         <listitem>
38729           <para>ti: title search</para>
38730
38731           <itemizedlist>
38732             <listitem>
38733               <para>ex. ti:hamlet</para>
38734             </listitem>
38735           </itemizedlist>
38736         </listitem>
38737
38738         <listitem>
38739           <para>su: subject search</para>
38740
38741           <itemizedlist>
38742             <listitem>
38743               <para>ex. su:cooking</para>
38744             </listitem>
38745           </itemizedlist>
38746         </listitem>
38747
38748         <listitem>
38749           <para>pb: publisher search</para>
38750
38751           <itemizedlist>
38752             <listitem>
38753               <para>ex. pb:penguin</para>
38754             </listitem>
38755           </itemizedlist>
38756         </listitem>
38757
38758         <listitem>
38759           <para>au: author search</para>
38760
38761           <itemizedlist>
38762             <listitem>
38763               <para>ex. au:rowling</para>
38764             </listitem>
38765           </itemizedlist>
38766         </listitem>
38767
38768         <listitem>
38769           <para>su-geo: geographic subjects</para>
38770
38771           <itemizedlist>
38772             <listitem>
38773               <para>ex. su-geo:wales and kw:description and kw:travel</para>
38774             </listitem>
38775           </itemizedlist>
38776         </listitem>
38777
38778         <listitem>
38779           <para>bc: barcode</para>
38780
38781           <itemizedlist>
38782             <listitem>
38783               <para>ex. bc:502326000912</para>
38784             </listitem>
38785           </itemizedlist>
38786         </listitem>
38787
38788         <listitem>
38789           <para>lex: lexile</para>
38790
38791           <itemizedlist>
38792             <listitem>
38793               <para>levels lex:510</para>
38794             </listitem>
38795           </itemizedlist>
38796         </listitem>
38797       </itemizedlist>
38798
38799       <para/>
38800     </section>
38801
38802     <section id="searchguide">
38803       <sectioninfo>
38804         <authorgroup>
38805           <author>
38806             <firstname>Becky</firstname>
38807             <surname>Bell</surname>
38808             <affiliation>
38809               <orgname>WALDO</orgname>
38810             </affiliation>
38811           </author>
38812           
38813           <editor>
38814             <firstname>Nicole C.</firstname>
38815             <surname>Engard</surname>
38816             <contrib>Fixed typos, changed content where necessary and added new
38817               screenshots.</contrib>
38818           </editor>
38819         </authorgroup>
38820         
38821         <pubdate>October 2008</pubdate>
38822       </sectioninfo>
38823       <title>Guide to Searching</title>
38824
38825       <para>This brief guide will explain a chart that shows a sample of how a
38826       MARC21 database can be configured, as well as a brief introductory
38827       searching guide. The indexing fields described in this document relate
38828       to the bibliographic data and does not address authority database
38829       indexing.</para>
38830
38831       <section id="searchguide-indexing">
38832         <title>Indexing and Searching Description</title>
38833
38834         <para>Koha's databases are indexed by the Zebra open-source software.
38835         The overview to the documentation describes Zebra as:</para>
38836
38837         <blockquote>
38838           <para>"...Zebra is a high-performance, general-purpose structured
38839           text indexing and retrieval engine. It reads records in a variety of
38840           input formats (eg. email, XML, MARC) and provides access to them
38841           through a powerful combination of Boolean search expressions and
38842           relevance-ranked free-text queries.</para>
38843
38844           <para>Zebra supports large databases (tens of millions of records,
38845           tens of gigabytes of data). It allows safe, incremental database
38846           updates on live systems. Because Zebra supports the
38847           industry-standard information retrieval protocol, Z39.50, you can
38848           search Zebra databases using an enormous variety of programs and
38849           toolkits, both commercial and free, which understands this
38850           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>
38851         </blockquote>
38852
38853         <para>This brief guide will explain a chart that shows a sample of how
38854         a MARC21 database can be configured, as well as a brief introductory
38855         searching guide. The indexing fields described in this document relate
38856         to the bibliographic data and does not address authority database
38857         indexing.</para>
38858
38859         <note>
38860           <para>The indexing described in this document is the set used by
38861           SouthEastern University. Your local indexing may vary.</para>
38862         </note>
38863       </section>
38864
38865       <section id="searchguide-indexconfig">
38866         <title>Indexing Configuration</title>
38867
38868         <para>There are three configuration files that Koha uses while
38869         indexing.</para>
38870
38871         <para>The first configuration file (etc/zebradb/biblios/etc/bib1.att)
38872         contains the Z39.50 bib-1 attribute list, plus the Koha local use
38873         attributes for Biblio Indexes, Items Index, and Fixed Fields and other
38874         special indexes. The Z39.50 Bib-1 profile is made up of several
38875         different types of attributes: Use, Relation, Position, Structure,
38876         Truncation, and Completeness. The bib-1 'Use' attribute is represented
38877         on the chart; the other attributes are used primarily when doing
38878         searches. While there are over 150+ use attributes that could be used
38879         to define your indexing set, it's unlikely that you will choose to use
38880         them all. The attributes you elect to use are those that become the
38881         indexing rules for your database. The other five attribute sets define
38882         the various ways that a search can be further defined, and will not
38883         specifically be addressed in this document. For a complete list of the
38884         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>
38885
38886         <para>The second file
38887         (etc/zebradb/marc_defs/[marc21|unimarc]/biblios/record.abs) contains
38888         the abstract syntax which maps the MARC21 tags to the set of Use
38889         Attributes you choose to use. The rules established in this file
38890         provides a passable Bath level 0 and 1 service, which includes author,
38891         title, subject, keyword and exact services such as standard
38892         identifiers (LCCN, ISBN, ISSN, etc.)</para>
38893
38894         <para>The third file (etc/zebradb/ccl.properties) is the Common
38895         Command Language (CCL) field mappings. This file combines the bib-1
38896         attribute set file and the abstract file and adds the qualifiers,
38897         usually known as index names. The qualifiers, or indexes, for this
38898         database are: pn, cpn, cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su,
38899         su-to, su-geo, su-ut, yr,pubdate, acqdate, ln, pl, ab, nt, rtype,
38900         mc-rtype, mus, au, su-na, kw, pb, ctype, and an.</para>
38901
38902         <para>The <link linkend="kohasearchindexes">Koha Indexing Chart</link> summarizes the
38903           contents of all three of these files in a more readable format. The first two columns
38904           labeled Z39.50 attribute and Z39.50 name matches the Z39.50 bib-1 attributes file. The
38905           third column labeled MARC tags indexed is where you find which MARC tags are mapped to an
38906           attribute. The fourth column labeled Qualifiers identifies the search abbreviations used
38907           in the internal CCL query. The following description provides a definition for the word
38908           'qualifiers'.</para>
38909
38910         <para><emphasis>Qualifiers are used to direct the search to a
38911         particular searchable index, such as title (ti) and author indexes
38912         (au). The CCL standard itself doesn't specify a particular set of
38913         qualifiers, but it does suggest a few shorthand notations. You can
38914         customize the CCL parser to support a particular set of qualifiers to
38915         reflect the current target profile. Traditionally, a qualifier would
38916         map to a particular use-attribute within the BIB-1attribute set. It is
38917         also possible to set other attributes, such as the structure
38918         attribute.</emphasis></para>
38919
38920         <para>In the MARC tags indexed column, there are some conventions used
38921         that have specific meanings. They are:</para>
38922
38923         <itemizedlist>
38924           <listitem>
38925             <para>A three digit tag (100) means that all subfields in the tag
38926             can be used in a search query. So, if you enter a search for
38927             'Jackson' as an author, you will retrieve records where Jackson
38928             could be the last name or the first name.</para>
38929           </listitem>
38930
38931           <listitem>
38932             <para>A three digit tag that has a '$' followed by a letter
38933             (600$a) means that a search query will only search the 'a'
38934             subfield.</para>
38935           </listitem>
38936
38937           <listitem>
38938             <para>A three digit tag that is followed by a ':' and a letter
38939             (240:w) means that a search query can be further qualified. The
38940             letter following the ':' identifies how to conduct the search. The
38941             most common values you'll see are 'w' (word), 'p' (phrase), 's'
38942             (sort), and 'n' (numeric).</para>
38943           </listitem>
38944         </itemizedlist>
38945
38946         <para>The contents of the MARC tags, subfields, and/or fixed field
38947         elements that are listed in this chart are all indexed. You'll see
38948         that every attribute line is not mapped to a specific qualifier
38949         (index)-LC card number, line 9 is one example. However, every indexed
38950         word (a string of characters preceded and succeeded by a space) can be
38951         searched using a keyword (kw) search. So, although an LC card number
38952         specific index doesn't exist, you can still search by the LCCN since
38953         tag 010 is assigned to the LC-card-number attribute. To verify this,
38954         enter 72180055 in the persistent search box. You should retrieve The
38955         gods themselves, by Isaac Asimov.</para>
38956
38957         <para>Examples of fixed field elements indexing can be seen on the
38958         chart between Attribute 8822 and Attribute 8703. These attributes are
38959         most commonly used for limiting. The fixed field attributes currently
38960         represent the BK codes. Other format codes, if needed, could be
38961         defined.</para>
38962       </section>
38963
38964       <section id="searchguide-basics">
38965         <title>Basic Searching</title>
38966
38967         <para>The search box that library staff and library patrons will see
38968         most often is the persistent search box at the top of the page. Koha
38969         interprets the searches as keyword searches.</para>
38970
38971         <screenshot>
38972           <screeninfo>Koha search box</screeninfo>
38973
38974           <mediaobject>
38975             <imageobject>
38976               <imagedata fileref="images/searching/searchbox.png"/>
38977             </imageobject>
38978           </mediaobject>
38979         </screenshot>
38980
38981         <para>To start a search, you enter a word or multiple words in the
38982         search box. When a single word is entered, a keyword search is
38983         performed. You can check this out by typing one word into the form and
38984         note the number of results located. Then, repeat the search with a
38985         minor change. In front of the search word, type 'kw=' followed by the
38986         same search term. The results will be identical.</para>
38987
38988         <para>When you have more than one word in the search box, Koha will
38989         still do a keyword search, but a bit differently. Each word will be
38990         searched on its own, then the Boolean connector 'and' will narrow your
38991         search to those items with all words contained in matching
38992         records.</para>
38993
38994         <para>Suppose you want to find material about how libraries are using
38995         mashups. You'll select the major words and enter them into the
38996         persistent search box.</para>
38997
38998         <screenshot>
38999           <screeninfo>Keyword Search</screeninfo>
39000
39001           <mediaobject>
39002             <imageobject>
39003               <imagedata fileref="images/searching/searchterms.png"/>
39004             </imageobject>
39005           </mediaobject>
39006         </screenshot>
39007
39008         <para>The response to this search is:</para>
39009
39010         <screenshot>
39011           <screeninfo>Results</screeninfo>
39012
39013           <mediaobject>
39014             <imageobject>
39015               <imagedata fileref="images/searching/resultssummary.png"/>
39016             </imageobject>
39017           </mediaobject>
39018         </screenshot>
39019
39020         <para>The order of the words does not affect the retrieval results, so
39021         you could also enter the search as "mashups library". The response to
39022         this search is results</para>
39023
39024         <screenshot>
39025           <screeninfo>Results</screeninfo>
39026
39027           <mediaobject>
39028             <imageobject>
39029               <imagedata fileref="images/searching/resultssummary2.png"/>
39030             </imageobject>
39031           </mediaobject>
39032         </screenshot>
39033
39034         <para>Too many words in the search box will find very few matches, as
39035         the following example illustrates:</para>
39036
39037         <screenshot>
39038           <screeninfo>No results found</screeninfo>
39039
39040           <mediaobject>
39041             <imageobject>
39042               <imagedata fileref="images/searching/noresults.png"/>
39043             </imageobject>
39044           </mediaobject>
39045         </screenshot>
39046       </section>
39047
39048       <section id="searchguide-advanced">
39049         <title>Advanced Searching</title>
39050
39051         <para>When you can't find the most appropriate material with a general
39052         search, you can move to the Advanced Search page by clicking on the
39053         Search option on the persistent toolbar.</para>
39054
39055         <screenshot>
39056           <screeninfo>Koha Menu</screeninfo>
39057
39058           <mediaobject>
39059             <imageobject>
39060               <imagedata fileref="images/searching/menubar.png"/>
39061             </imageobject>
39062           </mediaobject>
39063         </screenshot>
39064
39065         <para>The Advanced Search page offers many ways to limit the results
39066         of your search. You can search using the Boolean operators AND, OR,
39067         and NOT; limit by item type; limit by year and language; limit by
39068         subtypes audience, content, format, or additional content types; by
39069         location and by availability.</para>
39070
39071         <para>The first limiting section on the Advanced Search page provides
39072         a quick and simple way to use the Boolean operators in your search.
39073         Note that this display depends on a system preference setting. This
39074         option can be found on the Administration &gt; System Preferences &gt;
39075         Searching page. The option called <link linkend="expandedSearchOption">expandedSearchOption</link> must be set
39076         to 'show' to see the following display.</para>
39077
39078         <screenshot>
39079           <screeninfo>Advanced Search Options</screeninfo>
39080
39081           <mediaobject>
39082             <imageobject>
39083               <imagedata fileref="images/searching/searchoptions.png"/>
39084             </imageobject>
39085           </mediaobject>
39086         </screenshot>
39087
39088         <para>In this section you can choose among the many indexes by
39089         clicking on the arrow in the first box. The blank box that follows is
39090         where you enter your first search term or terms. On the second line,
39091         you can choose the Boolean operator you want to use in your search.
39092         The options are 'and', 'or', and 'not'. Then, you would again choose
39093         the index to search, followed by the second term or terms. If you have
39094         more concepts you want to include in your search, you can click the
39095         [+] to add another line for your search.</para>
39096
39097         <para>A sample search is shown next, followed by its results:</para>
39098
39099         <screenshot>
39100           <screeninfo>Advanced Search</screeninfo>
39101
39102           <mediaobject>
39103             <imageobject>
39104               <imagedata fileref="images/searching/advsearch.png"/>
39105             </imageobject>
39106           </mediaobject>
39107         </screenshot>
39108
39109         <screenshot>
39110           <screeninfo>Results from Advanced Search</screeninfo>
39111
39112           <mediaobject>
39113             <imageobject>
39114               <imagedata fileref="images/searching/numresults.png"/>
39115             </imageobject>
39116           </mediaobject>
39117         </screenshot>
39118
39119         <para>When you use the Boolean operators to broaden or narrow a
39120         search, remember the action of each operator. The 'and' operator
39121         narrows the results you'll retrieve because the search will retrieve
39122         the records that include all your search terms. The 'or' operator
39123         expands the results because the search will look for occurrences of
39124         all of your search terms. The 'not' operator excludes records with the
39125         term that follows the operator.</para>
39126
39127         <para>Note: If you leave this <link linkend="expandedSearchOption">expandedSearchOption</link> set to
39128         'don't show', this is the display you will see:</para>
39129
39130         <screenshot>
39131           <screeninfo>Fewer Search Options</screeninfo>
39132
39133           <mediaobject>
39134             <imageobject>
39135               <imagedata fileref="images/searching/feweropts.png"/>
39136             </imageobject>
39137           </mediaobject>
39138         </screenshot>
39139
39140         <para>The Advanced Search page then shows the multiple kinds of limits
39141         that can be applied to your search results. Either check a box or
39142         select from the drop down menus to narrow your search. You will type
39143         the year, year range, or a 'greater than (&gt;)' or 'less than (&lt;)'
39144         year.</para>
39145
39146         <screenshot>
39147           <screeninfo>Other Advanced Search Options</screeninfo>
39148
39149           <mediaobject>
39150             <imageobject>
39151               <imagedata fileref="images/searching/advoptions.png"/>
39152             </imageobject>
39153           </mediaobject>
39154         </screenshot>
39155
39156         <para>Finally, you can choose how the results will be sorted. The
39157         pre-defined sort options are in the final area of the Advanced Search
39158         screen.</para>
39159
39160         <screenshot>
39161           <screeninfo>Sort Results By</screeninfo>
39162
39163           <mediaobject>
39164             <imageobject>
39165               <imagedata fileref="images/searching/advsortby.png"/>
39166             </imageobject>
39167           </mediaobject>
39168         </screenshot>
39169
39170         <para>The default sort is by relevance, although you can choose to sort by author, by title,
39171           by call number, by dates, or by popularity (which uses the information on total issues
39172           found in the items table). If you would prefer a different default sort, you can set <link
39173             linkend="defaultSortField">defaultSortField</link> to one of the other choices in
39174           Administration &gt; System Preferences &gt; Searching.</para>
39175       </section>
39176
39177       <section id="searchguide-ccl">
39178         <title>Common Command Language Searching</title>
39179
39180         <para>Koha uses the Common Command Language (CCL) (ISO 8777) as its
39181         internal search protocol. Searches initiated in the graphical
39182         interface use this protocol as well, although the searcher doesn't
39183         know which indexes, operators and limiters are available and being
39184         used to conduct their search. The searcher can use the Advanced Search
39185         when more precise results set are desired and where the search indexes
39186         are somewhat known. However, some library users and many library staff
39187         prefer using a command based structure. This part of the document will
39188         present and explain the use of the Koha command based structure. The
39189         indexes, operators, and limiters used are identical to those used in
39190         the graphical interface.</para>
39191
39192         <section id="searchguide-indexes">
39193           <title>Indexes</title>
39194
39195           <para>The CCL standard itself doesn't specify a particular set of
39196           qualifiers (indexes), but it does suggest a few short-hand notations
39197           such as 'ti', 'au', and 'su'. Koha has a default set of indexes;
39198           it's possible to customize that set by adding needed indexes based
39199           on local requirements. A qualifier (index) maps to a particular
39200           use-attribute within the Z39.50 BIB-1 attribute set. The complete
39201           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>
39202
39203           <para>The standard Koha set of indexes is a fairly common example of
39204           MARC21 indexing rules. The indexes that are defined in Koha are
39205           indexes typically used by other integrated library systems. The
39206           defined Z39.50 Bib-1 Attribute mapped to the indexes include:</para>
39207
39208           <table cellpadding="4" cellspacing="4" frame="all">
39209             <title>Attributes</title>
39210
39211             <tgroup align="left" cols="2" colsep="1" rowsep="1">
39212               <thead>
39213                 <row>
39214                   <entry>Bib-1 Attribute</entry>
39215
39216                   <entry>Qualifier (index)</entry>
39217                 </row>
39218               </thead>
39219
39220               <tbody>
39221                 <row>
39222                   <entry>Personal-name</entry>
39223
39224                   <entry>pn</entry>
39225                 </row>
39226
39227                 <row>
39228                   <entry>Corporate-name</entry>
39229
39230                   <entry>cpn</entry>
39231                 </row>
39232
39233                 <row>
39234                   <entry>Conference-name</entry>
39235
39236                   <entry>cfn</entry>
39237                 </row>
39238
39239                 <row>
39240                   <entry>Title</entry>
39241
39242                   <entry>ti</entry>
39243                 </row>
39244
39245                 <row>
39246                   <entry>Title-series</entry>
39247
39248                   <entry>se</entry>
39249                 </row>
39250
39251                 <row>
39252                   <entry>Title-uniform</entry>
39253
39254                   <entry>ut</entry>
39255                 </row>
39256
39257                 <row>
39258                   <entry>ISBN</entry>
39259
39260                   <entry>nb</entry>
39261                 </row>
39262
39263                 <row>
39264                   <entry>ISSN</entry>
39265
39266                   <entry>ns</entry>
39267                 </row>
39268
39269                 <row>
39270                   <entry>Local number</entry>
39271
39272                   <entry>sn</entry>
39273                 </row>
39274
39275                 <row>
39276                   <entry>Local-classification</entry>
39277
39278                   <entry>lcn and callnum</entry>
39279                 </row>
39280
39281                 <row>
39282                   <entry>Subject</entry>
39283
39284                   <entry>su, su-to, su-geo, su-ut</entry>
39285                 </row>
39286
39287                 <row>
39288                   <entry>Pubdate</entry>
39289
39290                   <entry>yr,pubdate</entry>
39291                 </row>
39292
39293                 <row>
39294                   <entry>Date-of-Acquisition</entry>
39295
39296                   <entry>acqdate</entry>
39297                 </row>
39298
39299                 <row>
39300                   <entry>Language</entry>
39301
39302                   <entry>ln</entry>
39303                 </row>
39304
39305                 <row>
39306                   <entry>Place-of-publication</entry>
39307
39308                   <entry>pl</entry>
39309                 </row>
39310
39311                 <row>
39312                   <entry>Abstract</entry>
39313
39314                   <entry>ab</entry>
39315                 </row>
39316
39317                 <row>
39318                   <entry>Notes</entry>
39319
39320                   <entry>nt</entry>
39321                 </row>
39322
39323                 <row>
39324                   <entry>Record-type</entry>
39325
39326                   <entry>rtype, mc-rtype, mus</entry>
39327                 </row>
39328
39329                 <row>
39330                   <entry>Author</entry>
39331
39332                   <entry>au, aut</entry>
39333                 </row>
39334
39335                 <row>
39336                   <entry>Subject-person-name</entry>
39337
39338                   <entry>su-na</entry>
39339                 </row>
39340
39341                 <row>
39342                   <entry>Any (keyword)</entry>
39343
39344                   <entry>kw</entry>
39345                 </row>
39346
39347                 <row>
39348                   <entry>Publisher</entry>
39349
39350                   <entry>pb</entry>
39351                 </row>
39352
39353                 <row>
39354                   <entry>Content-type</entry>
39355
39356                   <entry>ctype</entry>
39357                 </row>
39358
39359                 <row>
39360                   <entry>Koha-Auth-Number</entry>
39361
39362                   <entry>an</entry>
39363                 </row>
39364
39365                 <row>
39366                   <entry>Author-personal-bibliography</entry>
39367
39368                   <entry>aub</entry>
39369                 </row>
39370
39371                 <row>
39372                   <entry>Author-in-order</entry>
39373
39374                   <entry>auo</entry>
39375                 </row>
39376               </tbody>
39377             </tgroup>
39378           </table>
39379
39380           <para>Refer to the <link linkend="kohasearchindexes">Koha Indexing Chart</link> for the
39381             MARC21 tags mapped to each Bib-1 Attribute and index combination.</para>
39382
39383           <section id="search-audexamp">
39384             <title>Audience Examples</title>
39385
39386             <itemizedlist>
39387               <listitem>
39388                 <para>aud:a Preschool</para>
39389               </listitem>
39390               <listitem>
39391                 <para>aud:b Primary</para>
39392               </listitem>
39393               <listitem>
39394                 <para>aud:c Pre-Adolescent</para>
39395               </listitem>
39396               <listitem>
39397                 <para>aud:d Adolescent</para>
39398               </listitem>
39399
39400               <listitem>
39401                 <para>aud:e Adult</para>
39402               </listitem>
39403               <listitem>
39404                 <para>aud:f Specialized</para>
39405               </listitem>
39406               <listitem>
39407                 <para>aud:g General</para>
39408               </listitem>
39409               <listitem>
39410                 <para>aud:j Juvenile</para>
39411               </listitem>
39412             </itemizedlist>
39413           </section>
39414
39415           <section id="search-contentsexamp">
39416             <title>Contents Examples</title>
39417
39418             <itemizedlist>
39419               <listitem>
39420                 <para>fic:1 Fiction</para>
39421               </listitem>
39422
39423               <listitem>
39424                 <para>fic:0 Non Fiction</para>
39425               </listitem>
39426
39427               <listitem>
39428                 <para>bio:b Biography</para>
39429               </listitem>
39430
39431               <listitem>
39432                 <para>mus:j Musical recording</para>
39433               </listitem>
39434
39435               <listitem>
39436                 <para>mus:I Non musical record</para>
39437               </listitem>
39438             </itemizedlist>
39439           </section>
39440         </section>
39441
39442         <section id="searchguide-syntax">
39443           <title>Search Syntax</title>
39444
39445           <para>In the persistent search box, single words generally retrieve
39446           large sets. To narrow a search, you can use multiple words. Koha
39447           automatically uses the 'and' Boolean operator to create a set of
39448           records matching your input. When you want to narrow the search to
39449           an author or a title or a subject or some other specific field or
39450           use a Boolean operator, there isn't an obvious way to accomplish
39451           that specificity. The library user can, of course, go to the
39452           Advanced Search page; however, if you know how to construct a CCL
39453           search, you can achieve more specificity while using the persistent
39454           search box on any page.</para>
39455
39456           <para>There is a specific order to the CCL search syntax. Although
39457           it can be used for simple searches, it is an especially effective
39458           way to perform complex searches, as it affords you a great deal of
39459           control over your search results. To construct a CCL search, first
39460           enter a desired index code, then an equal sign, followed by your
39461           search word(s). Following are examples of simple CCL
39462           searches.</para>
39463
39464           <itemizedlist>
39465             <listitem>
39466               <para>ti=principles of accounting</para>
39467             </listitem>
39468
39469             <listitem>
39470               <para>au=brown joseph</para>
39471             </listitem>
39472
39473             <listitem>
39474               <para>su=poetry</para>
39475             </listitem>
39476
39477             <listitem>
39478               <para>su-na=Shakespeare</para>
39479             </listitem>
39480
39481             <listitem>
39482               <para>kw=marlin</para>
39483             </listitem>
39484           </itemizedlist>
39485
39486           <para>You can refine your search by combining search terms with
39487           Boolean operators 'and', 'or', or 'not'. Following are examples of
39488           searches using Boolean operators.</para>
39489
39490           <itemizedlist>
39491             <listitem>
39492               <para>ti=principles of accounting and au=brown joseph</para>
39493             </listitem>
39494
39495             <listitem>
39496               <para>su=poetry not su-na=Shakespeare</para>
39497             </listitem>
39498
39499             <listitem>
39500               <para>kw=communication and su=debate</para>
39501             </listitem>
39502           </itemizedlist>
39503
39504           <para>You can also choose to search for things that start with a
39505           character or series of characters</para>
39506
39507           <itemizedlist>
39508             <listitem>
39509               <para>ti,first-in-subfield=C (will show you all titles that
39510               start with the letter 'C')</para>
39511             </listitem>
39512           </itemizedlist>
39513
39514           <para>Other string location searches can be performed with the
39515           following keywords:</para>
39516
39517           <itemizedlist>
39518             <listitem>
39519               <para>rtrn : right truncation</para>
39520             </listitem>
39521
39522             <listitem>
39523               <para>ltrn : left truncation</para>
39524             </listitem>
39525
39526             <listitem>
39527               <para>lrtrn : left and right truncation</para>
39528             </listitem>
39529
39530             <listitem>
39531               <para>st-date : type date</para>
39532             </listitem>
39533
39534             <listitem>
39535               <para>st-numeric : type number (integer)</para>
39536             </listitem>
39537
39538             <listitem>
39539               <para>ext : exact search on whole subfield (does not work with
39540               icu)</para>
39541             </listitem>
39542
39543             <listitem>
39544               <para>phr : search on phrase anywhere in the subfield</para>
39545             </listitem>
39546
39547             <listitem>
39548               <para>startswithnt : subfield starts with</para>
39549             </listitem>
39550           </itemizedlist>
39551
39552           <para>Using specific indexes and Boolean operators are not the only
39553           way a search can be refined. You can also refine your search as a
39554           phrase when looking for a title, author, or subject. The syntax for
39555           this search is <emphasis>index,phr=search words</emphasis>.</para>
39556
39557           <para>To illustrate the results of various search types, a search
39558           was done for the words 'supreme court'. The results illustrate that
39559           the search index and the word order make a difference in search
39560           results. Only the results count and the search itself is in these
39561           examples. The search executed will always be between the single
39562           quotes.</para>
39563
39564           <screenshot>
39565             <screeninfo>Sample Search 1</screeninfo>
39566
39567             <mediaobject>
39568               <imageobject>
39569                 <imagedata fileref="images/searching/ex1.png"/>
39570               </imageobject>
39571             </mediaobject>
39572           </screenshot>
39573
39574           <screenshot>
39575             <screeninfo>Sample Search 2</screeninfo>
39576
39577             <mediaobject>
39578               <imageobject>
39579                 <imagedata fileref="images/searching/ex2.png"/>
39580               </imageobject>
39581             </mediaobject>
39582           </screenshot>
39583
39584           <screenshot>
39585             <screeninfo>Sample Search 3</screeninfo>
39586
39587             <mediaobject>
39588               <imageobject>
39589                 <imagedata fileref="images/searching/ex3.png"/>
39590               </imageobject>
39591             </mediaobject>
39592           </screenshot>
39593
39594           <screenshot>
39595             <screeninfo>Sample Search 4</screeninfo>
39596
39597             <mediaobject>
39598               <imageobject>
39599                 <imagedata fileref="images/searching/ex4.png"/>
39600               </imageobject>
39601             </mediaobject>
39602           </screenshot>
39603
39604           <screenshot>
39605             <screeninfo>Sample Search 5</screeninfo>
39606
39607             <mediaobject>
39608               <imageobject>
39609                 <imagedata fileref="images/searching/ex5.png"/>
39610               </imageobject>
39611             </mediaobject>
39612           </screenshot>
39613
39614           <screenshot>
39615             <screeninfo>Sample Search 6</screeninfo>
39616
39617             <mediaobject>
39618               <imageobject>
39619                 <imagedata fileref="images/searching/ex6.png"/>
39620               </imageobject>
39621             </mediaobject>
39622           </screenshot>
39623
39624           <screenshot>
39625             <screeninfo>Sample Search 7</screeninfo>
39626
39627             <mediaobject>
39628               <imageobject>
39629                 <imagedata fileref="images/searching/ex7.png"/>
39630               </imageobject>
39631             </mediaobject>
39632           </screenshot>
39633
39634           <screenshot>
39635             <screeninfo>Sample Search 8</screeninfo>
39636
39637             <mediaobject>
39638               <imageobject>
39639                 <imagedata fileref="images/searching/ex8.png"/>
39640               </imageobject>
39641             </mediaobject>
39642           </screenshot>
39643
39644           <screenshot>
39645             <screeninfo>Sample Search 9</screeninfo>
39646
39647             <mediaobject>
39648               <imageobject>
39649                 <imagedata fileref="images/searching/ex9.png"/>
39650               </imageobject>
39651             </mediaobject>
39652           </screenshot>
39653
39654           <para>You can also choose to use limiters in your search query. Some
39655           common limiters include dates, languages, record types, and item
39656           types. In the Advance Search, you can either click a box or key in
39657           data to limit your search. You can also apply the same limits with
39658           CCL by using the syntax in the following examples. In all</para>
39659
39660           <para><emphasis>By Date: su=supreme court and
39661           yr,st-numeric=&gt;2000</emphasis></para>
39662
39663           <screenshot>
39664             <screeninfo>Sample Search 10</screeninfo>
39665
39666             <mediaobject>
39667               <imageobject>
39668                 <imagedata fileref="images/searching/ex10.png"/>
39669               </imageobject>
39670             </mediaobject>
39671           </screenshot>
39672
39673           <para>When you limit by date, you can use the '&gt;' (greater than),
39674           '&lt;' (less than), '=' (equal), or 'yyyy-yyyy' (range)
39675           symbols.</para>
39676
39677           <para><emphasis>By Item Type: su=nursing and
39678           itype:BK</emphasis></para>
39679
39680           <screenshot>
39681             <screeninfo>Sample Search 11</screeninfo>
39682
39683             <mediaobject>
39684               <imageobject>
39685                 <imagedata fileref="images/searching/ex11.png"/>
39686               </imageobject>
39687             </mediaobject>
39688           </screenshot>
39689
39690           <para>Each library will have a different set of item types defined
39691           in their circulation configuration. When you set up item types, you
39692           define a code and a name for each one. The name will appear on the
39693           Advance Search page. The code you assigned is used as a CCL search
39694           limit, formatted as 'itype:x', where 'x' is the assigned code. The
39695           initial set of item types in Koha will usually be edited to reflect
39696           your collections, so your item type limiters may be different than
39697           the initial ones. The initial item type limiters follow.</para>
39698
39699           <itemizedlist>
39700             <listitem>
39701               <para>itype:BKS Books, Booklets, Workbooks</para>
39702             </listitem>
39703
39704             <listitem>
39705               <para>itype:SR Audio Cassettes, CDs</para>
39706             </listitem>
39707
39708             <listitem>
39709               <para>itype:IR Binders</para>
39710             </listitem>
39711
39712             <listitem>
39713               <para>itype:CF CD-ROMs, DVD-ROMs, General Online
39714               Resources</para>
39715             </listitem>
39716
39717             <listitem>
39718               <para>itype:VR DVDs, VHS</para>
39719             </listitem>
39720
39721             <listitem>
39722               <para>itype:KT Kit</para>
39723             </listitem>
39724
39725             <listitem>
39726               <para>itype:AR Models</para>
39727             </listitem>
39728
39729             <listitem>
39730               <para>itype:SER Serials</para>
39731             </listitem>
39732           </itemizedlist>
39733
39734           <para><emphasis>By format: su=supreme court not
39735           l-format:sr</emphasis></para>
39736
39737           <screenshot>
39738             <screeninfo>Sample Search 12</screeninfo>
39739
39740             <mediaobject>
39741               <imageobject>
39742                 <imagedata fileref="images/searching/ex12.png"/>
39743               </imageobject>
39744             </mediaobject>
39745           </screenshot>
39746
39747           <para>The format limiters are derived from a combination of LDR, 006
39748           and 007 positions. The formats that are currently defined are the
39749           following.</para>
39750
39751           <itemizedlist>
39752             <listitem>
39753               <para>l-format:ta Regular print</para>
39754             </listitem>
39755
39756             <listitem>
39757               <para>l-format:tb Large print</para>
39758             </listitem>
39759
39760             <listitem>
39761               <para>l-format:fk Braille</para>
39762             </listitem>
39763
39764             <listitem>
39765               <para>l-format:sd CD audio</para>
39766             </listitem>
39767
39768             <listitem>
39769               <para>l-format:ss Cassette recording</para>
39770             </listitem>
39771
39772             <listitem>
39773               <para>l-format:vf VHS tape</para>
39774             </listitem>
39775
39776             <listitem>
39777               <para>l-format:vd DVD video</para>
39778             </listitem>
39779
39780             <listitem>
39781               <para>l-format:co CD software</para>
39782             </listitem>
39783
39784             <listitem>
39785               <para>l-format:cr Website</para>
39786             </listitem>
39787           </itemizedlist>
39788
39789           <para><emphasis>By content type: su=supreme court not
39790           ctype:l</emphasis></para>
39791
39792           <screenshot>
39793             <screeninfo>Sample Search 13</screeninfo>
39794
39795             <mediaobject>
39796               <imageobject>
39797                 <imagedata fileref="images/searching/ex13.png"/>
39798               </imageobject>
39799             </mediaobject>
39800           </screenshot>
39801
39802           <para>The content types are taken from the 008 MARC tag, positions
39803           24-27.</para>
39804
39805           <para>There are two other limiter types that are not described in
39806           this document. They are: Audience and Content. The only difference
39807           in the syntax of the CCL is the actual limiter. They are reproduced
39808           here just in case you would like to use these limiters.</para>
39809         </section>
39810       </section>
39811     </section>
39812
39813     <section id="kohasearchindexes">
39814       <title>Koha Search Indexes</title>
39815
39816       <para>By default, not all fields are indexed in the Zebra search engine,
39817       but many are. Below are the MARC21 fields that are indexed in
39818       Zebra.</para>
39819
39820       <table cellpadding="4" cellspacing="4" frame="all">
39821         <title>Indexes</title>
39822
39823         <tgroup align="left" cols="2" colsep="1" rowsep="1">
39824           <thead>
39825             <row>
39826               <entry><para>Field</para></entry>
39827
39828               <entry><para>Description</para></entry>
39829             </row>
39830           </thead>
39831
39832           <tbody>
39833             <row>
39834               <entry><para>001</para></entry>
39835
39836               <entry><para>Control-number</para></entry>
39837             </row>
39838
39839             <row>
39840               <entry><para>005</para></entry>
39841
39842               <entry><para>Date/time-last-modified</para></entry>
39843             </row>
39844
39845             <row>
39846               <entry><para>007</para></entry>
39847
39848               <entry><para>Microform-generation:n:range(data,11,1),
39849               Material-type,ff7-00:w:range(data,0,1),
39850               ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1),
39851               ff7-01-02:w:range(data,0,2)</para></entry>
39852             </row>
39853
39854             <row>
39855               <entry><para>008</para></entry>
39856
39857               <entry><para>date-entered-on-file:n:range(data,0,5),
39858               date-entered-on-file:s:range(data,0,5),
39859               pubdate:w:range(data,7,4), pubdate:n:range(data,7,4),
39860               pubdate:y:range(data,7,4), pubdate:s:range(data,7,4),
39861               pl:w:range(data,15,3), ta:w:range(data,22,1),
39862               ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1),
39863               lf:w:range(data,33,1), bio:w:range(data,34,1),
39864               ln:n:range(data,35,3), ctype:w:range(data,24,4),
39865               Record-source:w:range(data,39,0)</para></entry>
39866             </row>
39867
39868             <row>
39869               <entry><para>010</para></entry>
39870
39871               <entry><para>LC-card-number, Identifier-standard</para></entry>
39872             </row>
39873
39874             <row>
39875               <entry><para>011</para></entry>
39876
39877               <entry><para>LC-card-number, Identifier-standard</para></entry>
39878             </row>
39879
39880             <row>
39881               <entry><para>015</para></entry>
39882
39883               <entry><para>BNB-card-number, BGF-number, Number-db,
39884               Number-natl-biblio, Identifier-standard</para></entry>
39885             </row>
39886
39887             <row>
39888               <entry><para>017</para></entry>
39889
39890               <entry><para>Number-legal-deposit,
39891               Identifier-standard</para></entry>
39892             </row>
39893
39894             <row>
39895               <entry><para>018</para></entry>
39896
39897               <entry><para>Identifier-standard</para></entry>
39898             </row>
39899
39900             <row>
39901               <entry><para>020$a</para></entry>
39902
39903               <entry><para>ISBN:w, Identifier-standard:w</para></entry>
39904             </row>
39905
39906             <row>
39907               <entry><para>020</para></entry>
39908
39909               <entry><para>Identifier-standard</para></entry>
39910             </row>
39911
39912             <row>
39913               <entry><para>022$a</para></entry>
39914
39915               <entry><para>ISSN:w, Identifier-standard:w</para></entry>
39916             </row>
39917
39918             <row>
39919               <entry><para>022</para></entry>
39920
39921               <entry><para>Identifier-standard</para></entry>
39922             </row>
39923
39924             <row>
39925               <entry><para>023</para></entry>
39926
39927               <entry><para>Identifier-standard</para></entry>
39928             </row>
39929
39930             <row>
39931               <entry><para>024$a</para></entry>
39932
39933               <entry><para>Identifier-other</para></entry>
39934             </row>
39935
39936             <row>
39937               <entry><para>024</para></entry>
39938
39939               <entry><para>Identifier-standard</para></entry>
39940             </row>
39941
39942             <row>
39943               <entry><para>025</para></entry>
39944
39945               <entry><para>Identifier-standard</para></entry>
39946             </row>
39947
39948             <row>
39949               <entry><para>027</para></entry>
39950
39951               <entry><para>Report-number, Identifier-standard</para></entry>
39952             </row>
39953
39954             <row>
39955               <entry><para>028</para></entry>
39956
39957               <entry><para>Number-music-publisher,
39958               Identifier-standard</para></entry>
39959             </row>
39960
39961             <row>
39962               <entry><para>030</para></entry>
39963
39964               <entry><para>CODEN, Identifier-standard</para></entry>
39965             </row>
39966
39967             <row>
39968               <entry><para>034</para></entry>
39969
39970               <entry><para>Map-scale</para></entry>
39971             </row>
39972
39973             <row>
39974               <entry><para>037</para></entry>
39975
39976               <entry><para>Identifier-standard, Stock-number</para></entry>
39977             </row>
39978
39979             <row>
39980               <entry><para>040</para></entry>
39981
39982               <entry><para>Code-institution, Record-source</para></entry>
39983             </row>
39984
39985             <row>
39986               <entry><para>041</para></entry>
39987
39988               <entry><para>ln</para></entry>
39989             </row>
39990
39991             <row>
39992               <entry><para>043</para></entry>
39993
39994               <entry><para>Code-geographic</para></entry>
39995             </row>
39996
39997             <row>
39998               <entry><para>050$b</para></entry>
39999
40000               <entry><para>LC-call-number:w, LC-call-number:p,
40001               LC-call-number:s</para></entry>
40002             </row>
40003
40004             <row>
40005               <entry><para>050</para></entry>
40006
40007               <entry><para>LC-call-number:w, LC-call-number:p,
40008               LC-call-number:s</para></entry>
40009             </row>
40010
40011             <row>
40012               <entry><para>052</para></entry>
40013
40014               <entry><para>Geographic-class</para></entry>
40015             </row>
40016
40017             <row>
40018               <entry><para>060</para></entry>
40019
40020               <entry><para>NLM-call-number</para></entry>
40021             </row>
40022
40023             <row>
40024               <entry><para>070</para></entry>
40025
40026               <entry><para>NAL-call-number</para></entry>
40027             </row>
40028
40029             <row>
40030               <entry><para>080</para></entry>
40031
40032               <entry><para>UDC-classification</para></entry>
40033             </row>
40034
40035             <row>
40036               <entry><para>082</para></entry>
40037
40038               <entry><para>Dewey-classification:w,
40039               Dewey-classification:s</para></entry>
40040             </row>
40041
40042             <row>
40043               <entry><para>086</para></entry>
40044
40045               <entry><para>Number-govt-pub</para></entry>
40046             </row>
40047
40048             <row>
40049               <entry><para>100$9</para></entry>
40050
40051               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
40052             </row>
40053
40054             <row>
40055               <entry><para>100$a</para></entry>
40056
40057               <entry><para>Author,Author:p, Author:s, Editor,
40058               Author-personal-bibliography, Author-personal-bibliography:p,
40059               Author-personal-bibliography:s</para></entry>
40060             </row>
40061
40062             <row>
40063               <entry><para>100</para></entry>
40064
40065               <entry><para>Author, Author-title, Author-name-personal, Name,
40066               Name-and-title, Personal-name</para></entry>
40067             </row>
40068
40069             <row>
40070               <entry><para>110$9</para></entry>
40071
40072               <entry><para>Koha-Auth-Number</para></entry>
40073             </row>
40074
40075             <row>
40076               <entry><para>110</para></entry>
40077
40078               <entry><para>Author, Author-title, Author-name-corporate, Name,
40079               Name-and-title, Corporate-name</para></entry>
40080             </row>
40081
40082             <row>
40083               <entry><para>111$9</para></entry>
40084
40085               <entry><para>Koha-Auth-Number</para></entry>
40086             </row>
40087
40088             <row>
40089               <entry><para>111</para></entry>
40090
40091               <entry><para>Author, Author-title, Author-name-corporate, Name,
40092               Name-and-title, Conference-name</para></entry>
40093             </row>
40094
40095             <row>
40096               <entry><para>130$n</para></entry>
40097
40098               <entry><para>Thematic-number</para></entry>
40099             </row>
40100
40101             <row>
40102               <entry><para>130$r</para></entry>
40103
40104               <entry><para>Music-key</para></entry>
40105             </row>
40106
40107             <row>
40108               <entry><para>130$9</para></entry>
40109
40110               <entry><para>Koha-Auth-Number</para></entry>
40111             </row>
40112
40113             <row>
40114               <entry><para>130</para></entry>
40115
40116               <entry><para>Title, Title-uniform</para></entry>
40117             </row>
40118
40119             <row>
40120               <entry><para>210</para></entry>
40121
40122               <entry><para>Title, Title-abbreviated</para></entry>
40123             </row>
40124
40125             <row>
40126               <entry><para>211</para></entry>
40127
40128               <entry><para>Title, Title-abbreviated</para></entry>
40129             </row>
40130
40131             <row>
40132               <entry><para>212</para></entry>
40133
40134               <entry><para>Title, Title-other-variant</para></entry>
40135             </row>
40136
40137             <row>
40138               <entry><para>214</para></entry>
40139
40140               <entry><para>Title, Title-expanded</para></entry>
40141             </row>
40142
40143             <row>
40144               <entry><para>222</para></entry>
40145
40146               <entry><para>Title, Title-key</para></entry>
40147             </row>
40148
40149             <row>
40150               <entry><para>240$r</para></entry>
40151
40152               <entry><para>Music-key</para></entry>
40153             </row>
40154
40155             <row>
40156               <entry><para>240$n</para></entry>
40157
40158               <entry><para>Thematic-number</para></entry>
40159             </row>
40160
40161             <row>
40162               <entry><para>240</para></entry>
40163
40164               <entry><para>Title:w, Title:p, Title-uniform</para></entry>
40165             </row>
40166
40167             <row>
40168               <entry><para>243$n</para></entry>
40169
40170               <entry><para>Thematic-number</para></entry>
40171             </row>
40172
40173             <row>
40174               <entry><para>243$r</para></entry>
40175
40176               <entry><para>Music-key</para></entry>
40177             </row>
40178
40179             <row>
40180               <entry><para>243</para></entry>
40181
40182               <entry><para>Title:w, Title:p, Title-collective</para></entry>
40183             </row>
40184
40185             <row>
40186               <entry><para>245$a</para></entry>
40187
40188               <entry><para>Title-cover:w, Title-cover:p, Title-cover:s,
40189               Title:w, Title:p, Title:s</para></entry>
40190             </row>
40191
40192             <row>
40193               <entry><para>245$c</para></entry>
40194
40195               <entry><para>Author, Author-in-order:w, Author-in-order:p,
40196               Author-in-order:s</para></entry>
40197             </row>
40198
40199             <row>
40200               <entry><para>245$9</para></entry>
40201
40202               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
40203             </row>
40204
40205             <row>
40206               <entry><para>245</para></entry>
40207
40208               <entry><para>Title:w, Title:p</para></entry>
40209             </row>
40210
40211             <row>
40212               <entry><para>246</para></entry>
40213
40214               <entry><para>Title, Title:p, Title-abbreviated, Title-expanded,
40215               Title-former</para></entry>
40216             </row>
40217
40218             <row>
40219               <entry><para>247</para></entry>
40220
40221               <entry><para>Title, Title:p, Title-former, Title-other-variant,
40222               Related-periodical</para></entry>
40223             </row>
40224
40225             <row>
40226               <entry><para>260$a</para></entry>
40227
40228               <entry><para>pl:w, pl:p</para></entry>
40229             </row>
40230
40231             <row>
40232               <entry><para>260$b</para></entry>
40233
40234               <entry><para>Publisher:w, Publisher:p</para></entry>
40235             </row>
40236
40237             <row>
40238               <entry><para>260$c</para></entry>
40239
40240               <entry><para>copydate, copydate:s</para></entry>
40241             </row>
40242
40243             <row>
40244               <entry><para>260</para></entry>
40245
40246               <entry><para>pl</para></entry>
40247             </row>
40248
40249             <row>
40250               <entry><para>300</para></entry>
40251
40252               <entry><para>Extent:w, Extent:p</para></entry>
40253             </row>
40254
40255             <row>
40256               <entry><para>400$a</para></entry>
40257
40258               <entry><para>Name-and-title</para></entry>
40259             </row>
40260
40261             <row>
40262               <entry><para>400$t</para></entry>
40263
40264               <entry><para>Author-title, Name-and-title, Title,
40265               Title-series</para></entry>
40266             </row>
40267
40268             <row>
40269               <entry><para>400$9</para></entry>
40270
40271               <entry><para>Koha-Auth-Number</para></entry>
40272             </row>
40273
40274             <row>
40275               <entry><para>400</para></entry>
40276
40277               <entry><para>Author, Author-name-personal, Name,
40278               Personal-name</para></entry>
40279             </row>
40280
40281             <row>
40282               <entry><para>410</para></entry>
40283
40284               <entry><para>Author, Corporate-name</para></entry>
40285             </row>
40286
40287             <row>
40288               <entry><para>410$a</para></entry>
40289
40290               <entry><para>Name-and-title</para></entry>
40291             </row>
40292
40293             <row>
40294               <entry><para>410$t</para></entry>
40295
40296               <entry><para>Author-title, Title, Title-series</para></entry>
40297             </row>
40298
40299             <row>
40300               <entry><para>410$9</para></entry>
40301
40302               <entry><para>Koha-Auth-Number</para></entry>
40303             </row>
40304
40305             <row>
40306               <entry><para>410</para></entry>
40307
40308               <entry><para>Author-name-corporate, Name</para></entry>
40309             </row>
40310
40311             <row>
40312               <entry><para>411</para></entry>
40313
40314               <entry><para>Author, Conference-name</para></entry>
40315             </row>
40316
40317             <row>
40318               <entry><para>411$a</para></entry>
40319
40320               <entry><para>Name-and-title</para></entry>
40321             </row>
40322
40323             <row>
40324               <entry><para>411$t</para></entry>
40325
40326               <entry><para>Author-title, Title-series</para></entry>
40327             </row>
40328
40329             <row>
40330               <entry><para>411</para></entry>
40331
40332               <entry><para>Author-name-corporate, Name</para></entry>
40333             </row>
40334
40335             <row>
40336               <entry><para>440$a</para></entry>
40337
40338               <entry><para>Title-series:w, Title-series:p</para></entry>
40339             </row>
40340
40341             <row>
40342               <entry><para>440$9</para></entry>
40343
40344               <entry><para>Koha-Auth-Number</para></entry>
40345             </row>
40346
40347             <row>
40348               <entry><para>440</para></entry>
40349
40350               <entry><para>Title-series:w, Title-series:p, Title,
40351               Title-series</para></entry>
40352             </row>
40353
40354             <row>
40355               <entry><para>490$a</para></entry>
40356
40357               <entry><para>Title-series:w, Title-series:p</para></entry>
40358             </row>
40359
40360             <row>
40361               <entry><para>490</para></entry>
40362
40363               <entry><para>Title, Title-series</para></entry>
40364             </row>
40365
40366             <row>
40367               <entry><para>490$9</para></entry>
40368
40369               <entry><para>Koha-Auth-Number</para></entry>
40370             </row>
40371
40372             <row>
40373               <entry><para>500</para></entry>
40374
40375               <entry><para>Note:w, Note:p</para></entry>
40376             </row>
40377
40378             <row>
40379               <entry><para>502</para></entry>
40380
40381               <entry><para>Material-type</para></entry>
40382             </row>
40383
40384             <row>
40385               <entry><para>505$r</para></entry>
40386
40387               <entry><para>Author</para></entry>
40388             </row>
40389
40390             <row>
40391               <entry><para>505$t</para></entry>
40392
40393               <entry><para>Title</para></entry>
40394             </row>
40395
40396             <row>
40397               <entry><para>505</para></entry>
40398
40399               <entry><para>Note:w, Note:p</para></entry>
40400             </row>
40401
40402             <row>
40403               <entry><para>510</para></entry>
40404
40405               <entry><para>Indexed-by</para></entry>
40406             </row>
40407
40408             <row>
40409               <entry><para>520</para></entry>
40410
40411               <entry><para>Abstract:w, Abstract:p</para></entry>
40412             </row>
40413
40414             <row>
40415               <entry><para>521$a</para></entry>
40416
40417               <entry><para>lex:n</para></entry>
40418             </row>
40419
40420             <row>
40421               <entry><para>526$c</para></entry>
40422
40423               <entry><para>arl, arl:n</para></entry>
40424             </row>
40425
40426             <row>
40427               <entry><para>526$d</para></entry>
40428
40429               <entry><para>arp, arp:n</para></entry>
40430             </row>
40431
40432             <row>
40433               <entry><para>590</para></entry>
40434
40435               <entry><para>Note:w, Note:p</para></entry>
40436             </row>
40437
40438             <row>
40439               <entry><para>600$a</para></entry>
40440
40441               <entry><para>Name-and-title, Name, Personal-name,
40442               Subject-name-personal, Subject</para></entry>
40443             </row>
40444
40445             <row>
40446               <entry><para>600$t</para></entry>
40447
40448               <entry><para>Name-and-title, Title, Subject</para></entry>
40449             </row>
40450
40451             <row>
40452               <entry><para>600$9</para></entry>
40453
40454               <entry><para>Koha-Auth-Number</para></entry>
40455             </row>
40456
40457             <row>
40458               <entry><para>600</para></entry>
40459
40460               <entry><para>Name, Personal-name, Subject-name-personal,
40461               Subject</para></entry>
40462             </row>
40463
40464             <row>
40465               <entry><para>610$a</para></entry>
40466
40467               <entry><para>Name-and-title</para></entry>
40468             </row>
40469
40470             <row>
40471               <entry><para>610$t</para></entry>
40472
40473               <entry><para>Name-and-title, Title</para></entry>
40474             </row>
40475
40476             <row>
40477               <entry><para>610$9</para></entry>
40478
40479               <entry><para>Koha-Auth-Number</para></entry>
40480             </row>
40481
40482             <row>
40483               <entry><para>610</para></entry>
40484
40485               <entry><para>Name, Subject, Corporate-name</para></entry>
40486             </row>
40487
40488             <row>
40489               <entry><para>611</para></entry>
40490
40491               <entry><para>Conference-name</para></entry>
40492             </row>
40493
40494             <row>
40495               <entry><para>611$a</para></entry>
40496
40497               <entry><para>Name-and-title</para></entry>
40498             </row>
40499
40500             <row>
40501               <entry><para>611$t</para></entry>
40502
40503               <entry><para>Name-and-title, Title</para></entry>
40504             </row>
40505
40506             <row>
40507               <entry><para>611$9</para></entry>
40508
40509               <entry><para>Koha-Auth-Number</para></entry>
40510             </row>
40511
40512             <row>
40513               <entry><para>611</para></entry>
40514
40515               <entry><para>Name, Subject</para></entry>
40516             </row>
40517
40518             <row>
40519               <entry><para>630$n</para></entry>
40520
40521               <entry><para>Thematic-number</para></entry>
40522             </row>
40523
40524             <row>
40525               <entry><para>630$r</para></entry>
40526
40527               <entry><para>Music-key</para></entry>
40528             </row>
40529
40530             <row>
40531               <entry><para>630$9</para></entry>
40532
40533               <entry><para>Koha-Auth-Number</para></entry>
40534             </row>
40535
40536             <row>
40537               <entry><para>630</para></entry>
40538
40539               <entry><para>Subject</para></entry>
40540             </row>
40541
40542             <row>
40543               <entry><para>650$9</para></entry>
40544
40545               <entry><para>Koha-Auth-Number</para></entry>
40546             </row>
40547
40548             <row>
40549               <entry><para>650</para></entry>
40550
40551               <entry><para>Subject, Subject:p</para></entry>
40552             </row>
40553
40554             <row>
40555               <entry><para>651$9</para></entry>
40556
40557               <entry><para>Koha-Auth-Number</para></entry>
40558             </row>
40559
40560             <row>
40561               <entry><para>651</para></entry>
40562
40563               <entry><para>Name-geographic, Subject,Subject:p</para></entry>
40564             </row>
40565
40566             <row>
40567               <entry><para>652$9</para></entry>
40568
40569               <entry><para>Koha-Auth-Number</para></entry>
40570             </row>
40571
40572             <row>
40573               <entry><para>653$9</para></entry>
40574
40575               <entry><para>Koha-Auth-Number</para></entry>
40576             </row>
40577
40578             <row>
40579               <entry><para>653</para></entry>
40580
40581               <entry><para>Subject, Subject:p</para></entry>
40582             </row>
40583
40584             <row>
40585               <entry><para>654$9</para></entry>
40586
40587               <entry><para>Koha-Auth-Number</para></entry>
40588             </row>
40589
40590             <row>
40591               <entry><para>654</para></entry>
40592
40593               <entry><para>Subject</para></entry>
40594             </row>
40595
40596             <row>
40597               <entry><para>655$9</para></entry>
40598
40599               <entry><para>Koha-Auth-Number</para></entry>
40600             </row>
40601
40602             <row>
40603               <entry><para>655</para></entry>
40604
40605               <entry><para>Subject</para></entry>
40606             </row>
40607
40608             <row>
40609               <entry><para>656$9</para></entry>
40610
40611               <entry><para>Koha-Auth-Number</para></entry>
40612             </row>
40613
40614             <row>
40615               <entry><para>656</para></entry>
40616
40617               <entry><para>Subject</para></entry>
40618             </row>
40619
40620             <row>
40621               <entry><para>657$9</para></entry>
40622
40623               <entry><para>Koha-Auth-Number</para></entry>
40624             </row>
40625
40626             <row>
40627               <entry><para>657</para></entry>
40628
40629               <entry><para>Subject</para></entry>
40630             </row>
40631
40632             <row>
40633               <entry><para>690$9</para></entry>
40634
40635               <entry><para>Koha-Auth-Number</para></entry>
40636             </row>
40637
40638             <row>
40639               <entry><para>690</para></entry>
40640
40641               <entry><para>Subject, Subject:p</para></entry>
40642             </row>
40643
40644             <row>
40645               <entry><para>700$9</para></entry>
40646
40647               <entry><para>Cross-Reference, Koha-Auth-Number</para></entry>
40648             </row>
40649
40650             <row>
40651               <entry><para>700$a</para></entry>
40652
40653               <entry><para>Author, Author:p</para></entry>
40654             </row>
40655
40656             <row>
40657               <entry><para>700$n</para></entry>
40658
40659               <entry><para>Thematic-number</para></entry>
40660             </row>
40661
40662             <row>
40663               <entry><para>700$r</para></entry>
40664
40665               <entry><para>Music-key</para></entry>
40666             </row>
40667
40668             <row>
40669               <entry><para>700$t</para></entry>
40670
40671               <entry><para>Author-title, Name-and-title, Title,
40672               Title-uniform</para></entry>
40673             </row>
40674
40675             <row>
40676               <entry><para>700</para></entry>
40677
40678               <entry><para>Author, Author-name-corporate,
40679               Author-name-personal, Name, Editor, Personal-name</para></entry>
40680             </row>
40681
40682             <row>
40683               <entry><para>710</para></entry>
40684
40685               <entry><para>Author, Corporate-name</para></entry>
40686             </row>
40687
40688             <row>
40689               <entry><para>710$t</para></entry>
40690
40691               <entry><para>Author-title, Name-and-title, Title,
40692               Title-uniform</para></entry>
40693             </row>
40694
40695             <row>
40696               <entry><para>710$a</para></entry>
40697
40698               <entry><para>Name-and-title</para></entry>
40699             </row>
40700
40701             <row>
40702               <entry><para>710$9</para></entry>
40703
40704               <entry><para>Koha-Auth-Number</para></entry>
40705             </row>
40706
40707             <row>
40708               <entry><para>710</para></entry>
40709
40710               <entry><para>Author, Name</para></entry>
40711             </row>
40712
40713             <row>
40714               <entry><para>711$a</para></entry>
40715
40716               <entry><para>Name-and-title</para></entry>
40717             </row>
40718
40719             <row>
40720               <entry><para>711$t</para></entry>
40721
40722               <entry><para>Author-title, Title, Title-uniform</para></entry>
40723             </row>
40724
40725             <row>
40726               <entry><para>711$9</para></entry>
40727
40728               <entry><para>Koha-Auth-Number</para></entry>
40729             </row>
40730
40731             <row>
40732               <entry><para>711</para></entry>
40733
40734               <entry><para>Author-name-corporate, Name,
40735               Conference-name</para></entry>
40736             </row>
40737
40738             <row>
40739               <entry><para>730$n</para></entry>
40740
40741               <entry><para>Thematic-number</para></entry>
40742             </row>
40743
40744             <row>
40745               <entry><para>730$r</para></entry>
40746
40747               <entry><para>Music-key</para></entry>
40748             </row>
40749
40750             <row>
40751               <entry><para>730$9</para></entry>
40752
40753               <entry><para>Koha-Auth-Number</para></entry>
40754             </row>
40755
40756             <row>
40757               <entry><para>730</para></entry>
40758
40759               <entry><para>Title, Title-uniform</para></entry>
40760             </row>
40761
40762             <row>
40763               <entry><para>740</para></entry>
40764
40765               <entry><para>Title, Title-other-variant</para></entry>
40766             </row>
40767
40768             <row>
40769               <entry><para>773$t</para></entry>
40770
40771               <entry><para>Host-item</para></entry>
40772             </row>
40773
40774             <row>
40775               <entry><para>780$t</para></entry>
40776
40777               <entry><para>Title</para></entry>
40778             </row>
40779
40780             <row>
40781               <entry><para>780</para></entry>
40782
40783               <entry><para>Title, Title-former,
40784               Related-periodical</para></entry>
40785             </row>
40786
40787             <row>
40788               <entry><para>785</para></entry>
40789
40790               <entry><para>Related-periodical</para></entry>
40791             </row>
40792
40793             <row>
40794               <entry><para>800$a</para></entry>
40795
40796               <entry><para>Name-and-title</para></entry>
40797             </row>
40798
40799             <row>
40800               <entry><para>800$t</para></entry>
40801
40802               <entry><para>Author-title, Name-and-title, Title,
40803               Title-series</para></entry>
40804             </row>
40805
40806             <row>
40807               <entry><para>800$9</para></entry>
40808
40809               <entry><para>Koha-Auth-Number</para></entry>
40810             </row>
40811
40812             <row>
40813               <entry><para>800</para></entry>
40814
40815               <entry><para>Author, Author-name-personal, Name,
40816               Personal-name</para></entry>
40817             </row>
40818
40819             <row>
40820               <entry><para>810$a</para></entry>
40821
40822               <entry><para>Name-and-title</para></entry>
40823             </row>
40824
40825             <row>
40826               <entry><para>810$t</para></entry>
40827
40828               <entry><para>Author-title, Name-and-title, Title,
40829               Title-series</para></entry>
40830             </row>
40831
40832             <row>
40833               <entry><para>810$9</para></entry>
40834
40835               <entry><para>Koha-Auth-Number</para></entry>
40836             </row>
40837
40838             <row>
40839               <entry><para>810</para></entry>
40840
40841               <entry><para>Author, Corporate-name, Author-name-corporate,
40842               Name</para></entry>
40843             </row>
40844
40845             <row>
40846               <entry><para>811$a</para></entry>
40847
40848               <entry><para>Name-and-title</para></entry>
40849             </row>
40850
40851             <row>
40852               <entry><para>811$9</para></entry>
40853
40854               <entry><para>Koha-Auth-Number</para></entry>
40855             </row>
40856
40857             <row>
40858               <entry><para>811$t</para></entry>
40859
40860               <entry><para>Author-title, Name-and-title, Title,
40861               Title-series</para></entry>
40862             </row>
40863
40864             <row>
40865               <entry><para>811</para></entry>
40866
40867               <entry><para>Author, Author-name-corporate, Name,
40868               Conference-name</para></entry>
40869             </row>
40870
40871             <row>
40872               <entry><para>830$9</para></entry>
40873
40874               <entry><para>Koha-Auth-Number</para></entry>
40875             </row>
40876
40877             <row>
40878               <entry><para>830</para></entry>
40879
40880               <entry><para>Title, Title-series</para></entry>
40881             </row>
40882
40883             <row>
40884               <entry><para>840</para></entry>
40885
40886               <entry><para>Title, Title-series</para></entry>
40887             </row>
40888
40889             <row>
40890               <entry><para>999$c</para></entry>
40891
40892               <entry><para>Local-Number:n, Local-Number:w,
40893               Local-Number:s</para></entry>
40894             </row>
40895
40896             <row>
40897               <entry><para>999$d</para></entry>
40898
40899               <entry><para>biblioitemnumber:n, biblioitemnumber:w,
40900               biblioitemnumber:s</para></entry>
40901             </row>
40902
40903             <row>
40904               <entry><para>942$0</para></entry>
40905
40906               <entry><para>totalissues:n, totalissues:s</para></entry>
40907             </row>
40908
40909             <row>
40910               <entry><para>942$2</para></entry>
40911
40912               <entry><para>cn-bib-source</para></entry>
40913             </row>
40914
40915             <row>
40916               <entry><para>942$6</para></entry>
40917
40918               <entry><para>cn-bib-sort:n, cn-bib-sort:s</para></entry>
40919             </row>
40920
40921             <row>
40922               <entry><para>942$c</para></entry>
40923
40924               <entry><para>itemtype:w</para></entry>
40925             </row>
40926
40927             <row>
40928               <entry><para>942$n</para></entry>
40929
40930               <entry><para>Suppress:w, Suppress:n</para></entry>
40931             </row>
40932
40933             <row>
40934               <entry><para>942$h</para></entry>
40935
40936               <entry><para>cn-class</para></entry>
40937             </row>
40938
40939             <row>
40940               <entry><para>942$i</para></entry>
40941
40942               <entry><para>cn-item</para></entry>
40943             </row>
40944
40945             <row>
40946               <entry><para>942$k</para></entry>
40947
40948               <entry><para>cn-prefix</para></entry>
40949             </row>
40950
40951             <row>
40952               <entry><para>942$m</para></entry>
40953
40954               <entry><para>cn-suffix</para></entry>
40955             </row>
40956
40957             <row>
40958               <entry><para>952$0</para></entry>
40959
40960               <entry><para>withdrawn:n, withdrawn:w</para></entry>
40961             </row>
40962
40963             <row>
40964               <entry><para>952$1</para></entry>
40965
40966               <entry><para>lost, lost:n</para></entry>
40967             </row>
40968
40969             <row>
40970               <entry><para>952$2</para></entry>
40971
40972               <entry><para>classification-source</para></entry>
40973             </row>
40974
40975             <row>
40976               <entry><para>952$3</para></entry>
40977
40978               <entry><para>materials-specified</para></entry>
40979             </row>
40980
40981             <row>
40982               <entry><para>952$4</para></entry>
40983
40984               <entry><para>damaged:n, damaged:w</para></entry>
40985             </row>
40986
40987             <row>
40988               <entry><para>952$5</para></entry>
40989
40990               <entry><para>restricted:n, restricted:w</para></entry>
40991             </row>
40992
40993             <row>
40994               <entry><para>952$6</para></entry>
40995
40996               <entry><para>cn-sort:n, cn-sort:s</para></entry>
40997             </row>
40998
40999             <row>
41000               <entry><para>952$7</para></entry>
41001
41002               <entry><para>notforloan:n, notforloan:w</para></entry>
41003             </row>
41004
41005             <row>
41006               <entry><para>952$8</para></entry>
41007
41008               <entry><para>ccode</para></entry>
41009             </row>
41010
41011             <row>
41012               <entry><para>952$9</para></entry>
41013
41014               <entry><para>itemnumber:n, itemnumber:s</para></entry>
41015             </row>
41016
41017             <row>
41018               <entry><para>952$a</para></entry>
41019
41020               <entry><para>homebranch</para></entry>
41021             </row>
41022
41023             <row>
41024               <entry><para>952$b</para></entry>
41025
41026               <entry><para>holdingbranch</para></entry>
41027             </row>
41028
41029             <row>
41030               <entry><para>952$c</para></entry>
41031
41032               <entry><para>location</para></entry>
41033             </row>
41034
41035             <row>
41036               <entry><para>952$d</para></entry>
41037
41038               <entry><para>Date-of-acquisition, Date-of-acquisition:d,
41039               Date-of-acquisition:s</para></entry>
41040             </row>
41041
41042             <row>
41043               <entry><para>952$e</para></entry>
41044
41045               <entry><para>acqsource</para></entry>
41046             </row>
41047
41048             <row>
41049               <entry><para>952$f</para></entry>
41050
41051               <entry><para>coded-location-qualifier</para></entry>
41052             </row>
41053
41054             <row>
41055               <entry><para>952$g</para></entry>
41056
41057               <entry><para>price</para></entry>
41058             </row>
41059
41060             <row>
41061               <entry><para>952$j</para></entry>
41062
41063               <entry><para>stack:n, stack:w</para></entry>
41064             </row>
41065
41066             <row>
41067               <entry><para>952$l</para></entry>
41068
41069               <entry><para>issues:n, issues:w, issues:s</para></entry>
41070             </row>
41071
41072             <row>
41073               <entry><para>952$m</para></entry>
41074
41075               <entry><para>renewals:n, renewals:w</para></entry>
41076             </row>
41077
41078             <row>
41079               <entry><para>952$n</para></entry>
41080
41081               <entry><para>reserves:n, reserves:w</para></entry>
41082             </row>
41083
41084             <row>
41085               <entry><para>952$o</para></entry>
41086
41087               <entry><para>Local-classification:w, Local-classification:p,
41088               Local-classification:s</para></entry>
41089             </row>
41090
41091             <row>
41092               <entry><para>952$p</para></entry>
41093
41094               <entry><para>barcode, barcode:n</para></entry>
41095             </row>
41096
41097             <row>
41098               <entry><para>952$q</para></entry>
41099
41100               <entry><para>onloan:n, onloan:w</para></entry>
41101             </row>
41102
41103             <row>
41104               <entry><para>952$r</para></entry>
41105
41106               <entry><para>datelastseen</para></entry>
41107             </row>
41108
41109             <row>
41110               <entry><para>952$s</para></entry>
41111
41112               <entry><para>datelastborrowed</para></entry>
41113             </row>
41114
41115             <row>
41116               <entry><para>952$t</para></entry>
41117
41118               <entry><para>copynumber</para></entry>
41119             </row>
41120
41121             <row>
41122               <entry><para>952$u</para></entry>
41123
41124               <entry><para>uri:u</para></entry>
41125             </row>
41126
41127             <row>
41128               <entry><para>952$v</para></entry>
41129
41130               <entry><para>replacementprice</para></entry>
41131             </row>
41132
41133             <row>
41134               <entry><para>952$w</para></entry>
41135
41136               <entry><para>replacementpricedate</para></entry>
41137             </row>
41138
41139             <row>
41140               <entry><para>952$y</para></entry>
41141
41142               <entry><para>itype:w</para></entry>
41143             </row>
41144
41145             <row>
41146               <entry><para>952$z</para></entry>
41147
41148               <entry><para>Note:w, Note:p</para></entry>
41149             </row>
41150           </tbody>
41151         </tgroup>
41152       </table>
41153     </section>
41154   </chapter>
41155   <chapter id="pluginsystem">
41156     <title>Plugin System</title>
41157     <para>Koha's Plugin System allows for you to add additional tools and reports to Koha that are
41158       specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages.
41159       A KPZ file is just a zip file containing the perl files, template files, and any other files
41160       necessary to make the plugin work.</para>
41161     <para>The plugin system needs to be turned on by a system administrator. </para>
41162     <section id="pluginsetup">
41163       <title>Set up</title>
41164       <para>To set up the Koha plugin system you must first make some changes to your install.<itemizedlist>
41165           <listitem>
41166             <para>Create the directory /var/lib/koha/plugins</para>
41167           </listitem>
41168           <listitem>
41169             <para>Add the lines &lt;pluginsdir>/var/lib/koha/plugins&lt;/pluginsdir>
41170               &lt;enable_plugins>1&lt;/enable_plugins>" to your koha-conf.xml file</para>
41171           </listitem>
41172           <listitem>
41173             <para>Add the line Alias /plugin/ "/var/lib/koha/plugins/" to your koha-httpd.conf
41174               file</para>
41175           </listitem>
41176           <listitem>
41177             <para>Restart your webserver</para>
41178           </listitem>
41179         </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
41180         Plugins option under the More menu on your toolbar.  On the Tools page you will see the
41181         Tools Plugins and on the Reports page you will see the Reports Plugins.</para>
41182     </section>
41183   </chapter>
41184   <chapter id="staffsearchhistory">
41185     <title>Search History</title>
41186     <para>If you have your <link linkend="EnableSearchHistory">EnableSearchHistory</link> preference
41187       set to keep your search history then you can access this information by clicking on your
41188       username in the top right of the staff client and choosing 'Search history'.</para>
41189     <screenshot>
41190       <screeninfo>Search history</screeninfo>
41191       <mediaobject>
41192         <imageobject>
41193           <imagedata fileref="images/searchhistory/searchhistory.png"/>
41194         </imageobject>
41195       </mediaobject>
41196     </screenshot>
41197     <para>From this page you will see your bibliographic search history </para>
41198     <screenshot>
41199       <screeninfo>Bibliographic search history</screeninfo>
41200       <mediaobject>
41201         <imageobject>
41202           <imagedata fileref="images/searchhistory/bibsearch.png"/>
41203         </imageobject>
41204       </mediaobject>
41205     </screenshot>
41206     <para>And your authority search history.</para>
41207     <screenshot>
41208       <screeninfo>Authority search  history</screeninfo>
41209       <mediaobject>
41210         <imageobject>
41211           <imagedata fileref="images/searchhistory/authsearch.png"/>
41212         </imageobject>
41213       </mediaobject>
41214     </screenshot>
41215   </chapter>
41216
41217   <chapter id="aboutkoha">
41218     <title>About Koha</title>
41219
41220     <para>The 'About Koha' area will give you important server information as
41221     well as general information about Koha.</para>
41222
41223     <itemizedlist>
41224       <listitem>
41225         <para><emphasis>Get there:</emphasis> More &gt; About Koha</para>
41226       </listitem>
41227     </itemizedlist>
41228
41229     <section id="aboutserver">
41230       <title>Server Information</title>
41231
41232       <para>Under the 'Server Information' tab you will find information about
41233       the Koha version and the machine you have installed Koha on. This
41234       information is very important for debugging problems. When reporting
41235       issues to your support provider or to the various other support avenues
41236       (mailing lists, chat room, etc), it's always good to give the
41237       information from this screen.</para>
41238
41239       <screenshot>
41240         <screeninfo>Server Information on Koha</screeninfo>
41241
41242         <mediaobject>
41243           <imageobject>
41244             <imagedata fileref="images/about/aboutserver.png"/>
41245           </imageobject>
41246         </mediaobject>
41247       </screenshot>
41248     </section>
41249
41250     <section id="aboutserverperl">
41251       <title>Perl Modules</title>
41252
41253       <para>In order to take advantage of all of the functionalities of Koha,
41254       you will need to keep your Perl modules up to date. The 'Perl Modules'
41255       tab will show you all of the modules required by Koha, the version you
41256       have installed and whether you need to upgrade certain modules.</para>
41257
41258       <screenshot>
41259         <screeninfo>Perl Modules</screeninfo>
41260
41261         <mediaobject>
41262           <imageobject>
41263             <imagedata fileref="images/about/aboutperlmodules.png"/>
41264           </imageobject>
41265         </mediaobject>
41266       </screenshot>
41267
41268       <para>Items listed in bold are required by Koha, items highlighed in red
41269       are missing completely and items highlighted in yellow simply need to be
41270       upgraded.</para>
41271     </section>
41272
41273     <section id="aboutsystem">
41274       <title>System Information</title>
41275
41276       <para>This tab will provide you with warnings if you are using system
41277       preferences that have since been deprecated or system preferences that
41278       you have set without other required preferences</para>
41279
41280       <screenshot>
41281         <screeninfo>System Information</screeninfo>
41282
41283         <mediaobject>
41284           <imageobject>
41285             <imagedata fileref="images/about/systeminfo.jpg"/>
41286           </imageobject>
41287         </mediaobject>
41288       </screenshot>
41289     </section>
41290   </chapter>
41291
41292   <chapter id="implementation">
41293     <title>Implementation Checklist</title>
41294
41295     <para>The following guide will walk you through the areas of Koha you need
41296     to look at in order to prepare to start using the system.</para>
41297
41298     <section id="imp-migration">
41299       <title>Data Migration</title>
41300
41301       <para>Before you can start using Koha you'll need to have some data.
41302       This can be done by entering it all by hand, but most people already
41303       have their data in electronic format of some sort and just need to
41304       reformat it a bit for importing into Koha.</para>
41305
41306       <itemizedlist>
41307         <listitem>
41308           <para>Create a list of libraries and enter their info and codes into
41309           <link linkend="libsgroups">Libraries &amp; Groups</link></para>
41310         </listitem>
41311
41312         <listitem>
41313           <para>Define your list of <link linkend="itemtypeadmin">Item
41314           Types</link></para>
41315         </listitem>
41316
41317         <listitem>
41318           <para>Define your patron categories and enter the categories and their codes into <link
41319               linkend="patcats">Patron Categories</link></para>
41320         </listitem>
41321
41322         <listitem>
41323           <para>Enter any additional patron information fields you use in your
41324           library in the <link linkend="patronattributetypes">Patron
41325           Attributes</link></para>
41326
41327           <itemizedlist>
41328             <listitem>
41329               <para>Requires that you first set the <link linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
41330               system preference if you have custom fields</para>
41331             </listitem>
41332           </itemizedlist>
41333         </listitem>
41334
41335         <listitem>
41336           <para>Define all of your <link linkend="authorizedvalues">Authorized
41337           Values</link></para>
41338
41339           <itemizedlist>
41340             <listitem>
41341               <para><link linkend="ccode">Collection codes</link></para>
41342             </listitem>
41343
41344             <listitem>
41345               <para><link linkend="shelvelocvals">Shelving
41346               locations</link></para>
41347             </listitem>
41348
41349             <listitem>
41350               <para>Item statuses (<link linkend="lost">lost</link>, <link linkend="notforloan">not
41351                   for loan</link>, <link linkend="damageauth">damaged</link>, <link linkend="withdrawnauth">withdrawn</link>)</para>
41352             </listitem>
41353
41354             <listitem>
41355               <para>Plus any others that are needed in your library</para>
41356             </listitem>
41357           </itemizedlist>
41358         </listitem>
41359
41360         <listitem>
41361           <para>Optionally define <link linkend="citytowns">City/State/Postal Code</link> combos </para>
41362         </listitem>
41363
41364         <listitem>
41365           <para><link linkend="kohamarcmapping">Map your bibliographic
41366           data</link> from your legacy system to Koha fields and migrate
41367           (remembering to use the collection, shelving, item type and library
41368           codes you entered in the above setting areas)</para>
41369         </listitem>
41370
41371         <listitem>
41372           <para><link linkend="patronimport">Map your patron data</link> from
41373           your legacy system to the Koha fields and migrate (remembering to
41374           use the patron and library codes you defined above)</para>
41375         </listitem>
41376
41377         <listitem>
41378           <para>Test your migrated data to be sure that everything is as you
41379           expect it to be, some things to test include:</para>
41380
41381           <itemizedlist>
41382             <listitem>
41383               <para>Check some of your titles with diacritics and make sure
41384               that they migrated properly.</para>
41385             </listitem>
41386
41387             <listitem>
41388               <para>Check titles in a series and make sure that series
41389               information migrated properly.</para>
41390             </listitem>
41391
41392             <listitem>
41393               <para>Make sure that your patrons have their contact information
41394               in the right fields.</para>
41395             </listitem>
41396
41397             <listitem>
41398               <para>If your serials data was migrated search for these records
41399               in the catalog and confirm that they look right.</para>
41400             </listitem>
41401
41402             <listitem>
41403               <para>If your serials data was migrated search for these records
41404               in the serials module and confirm that they look right.</para>
41405             </listitem>
41406
41407             <listitem>
41408               <para>Check marc records to verify a variety of items are
41409               cataloged correctly</para>
41410             </listitem>
41411
41412             <listitem>
41413               <para>Check cataloging process to see if all necessary fields
41414               are available</para>
41415             </listitem>
41416
41417             <listitem>
41418               <para>If fines are migrated, check to see that they are applied
41419               correctly</para>
41420             </listitem>
41421
41422             <listitem>
41423               <para>If holds are migrated, check to see they are accurate in
41424               catalog and patron record</para>
41425             </listitem>
41426           </itemizedlist>
41427         </listitem>
41428       </itemizedlist>
41429     </section>
41430
41431     <section id="impadmin">
41432       <title>Admin Configuration</title>
41433
41434       <para>Most of these preferences won't need to be changed to use your
41435       Koha system, but there are a few that you might want to
41436       customize.</para>
41437
41438       <itemizedlist>
41439         <listitem>
41440           <para>If your library uses CAS Authentication, you'll want to set
41441           the various <link linkend="casauthentication">CAS system
41442           preferences</link></para>
41443         </listitem>
41444
41445         <listitem>
41446           <para>Administration System Preferences</para>
41447
41448           <itemizedlist>
41449             <listitem>
41450               <para><link linkend="KohaAdminEmailAddress">KohaAdminEmailAddress</link> :
41451               This is the email address that will be used by the system in
41452               'from' lines and to send errors to if there is no email set for
41453               the branch</para>
41454             </listitem>
41455
41456             <listitem>
41457               <para><link linkend="noItemTypeImages">noItemTypeImages</link> :
41458               Decide if you want to show item type icons in the staff client
41459               and opac</para>
41460             </listitem>
41461
41462             <listitem>
41463               <para><link linkend="delimiter">delimiter</link> : This value
41464               will be put in between fields when exporting data from
41465               Koha</para>
41466             </listitem>
41467
41468             <listitem>
41469               <para><link linkend="virtualshelves">virtualshelves</link> :
41470               Decide if you want the staff and/or patrons to use lists in
41471               Koha</para>
41472             </listitem>
41473
41474             <listitem>
41475               <para><link linkend="AutoLocation">AutoLocation</link> : Require
41476               staff to log in to the staff client from a specific IP
41477               range</para>
41478             </listitem>
41479
41480             <listitem>
41481               <para><link linkend="IndependentBranches">IndependentBranches</link> : Prevent
41482                 librarians from editing content that belongs to other branches</para>
41483             </listitem>
41484           </itemizedlist>
41485         </listitem>
41486
41487         <listitem>
41488           <para>Go through the <link linkend="logs">Log System
41489           Preferences</link> and decide which actions you want to keep track
41490           of in the logs</para>
41491         </listitem>
41492       </itemizedlist>
41493     </section>
41494
41495     <section id="implocal">
41496       <title>Localization Configuration</title>
41497
41498       <para>Koha is used worldwide and so you need to make sure you set your
41499       localization preferences so that options throughout Koha appear properly
41500       for your location/language.</para>
41501
41502       <itemizedlist>
41503         <listitem>
41504           <para>Localization/Internationalization System Preferences</para>
41505
41506           <itemizedlist>
41507             <listitem>
41508               <para><link linkend="dateformat">dateformat</link> : Decide how
41509               dates are displayed throughout Koha</para>
41510             </listitem>
41511
41512             <listitem>
41513               <para><link linkend="opaclanguagesdisplay">opaclanguagesdisplay</link> :
41514               Decide if patrons can choose what language the OPAC appears
41515               in</para>
41516
41517               <itemizedlist>
41518                 <listitem>
41519                   <para><link linkend="opaclanguages">opaclanguages</link> :
41520                   Decide which languages the patrons can choose from</para>
41521                 </listitem>
41522               </itemizedlist>
41523             </listitem>
41524
41525             <listitem>
41526               <para><link linkend="languagepref">language</link> : Decide
41527               which languages appear in the staff client</para>
41528             </listitem>
41529
41530             <listitem>
41531               <para><link linkend="CalendarFirstDayOfWeek">CalendarFirstDayOfWeek</link> :
41532               Define your first day of the week</para>
41533             </listitem>
41534           </itemizedlist>
41535         </listitem>
41536       </itemizedlist>
41537     </section>
41538
41539     <section id="impcirc">
41540       <title>Circulation Configuration</title>
41541
41542       <para>Before you start circulating your collection you'll need to set up
41543       your rules and preferences for circulation.</para>
41544
41545       <itemizedlist>
41546         <listitem>
41547           <para>Define your <link linkend="circfinerules">Circulation/Fine rules</link></para>
41548         </listitem>
41549
41550         <listitem>
41551           <para>Enter the <link linkend="calholidays">days your library is
41552           closed</link> for fines and due date calculations</para>
41553         </listitem>
41554
41555         <listitem>
41556           <para>Circulation System Preferences</para>
41557
41558           <itemizedlist>
41559             <listitem>
41560               <para><link linkend="CircControl">CircControl</link> : Define
41561               whether circ rules are based on item's location, patron's
41562               location or transaction location</para>
41563             </listitem>
41564
41565             <listitem>
41566               <para><link linkend="useDaysMode">useDaysMode</link> : Define
41567               how due dates are calculated</para>
41568             </listitem>
41569
41570             <listitem>
41571               <para><link linkend="finesCalendar">finesCalendar</link> :
41572               Define how fines are calculated (for every late date or only for
41573               days the library is open)</para>
41574             </listitem>
41575
41576             <listitem>
41577               <para><link linkend="SpecifyDueDate">SpecifyDueDate</link> : Decide if staff are
41578                 allowed to override due dates on checkout</para>
41579             </listitem>
41580             <listitem>
41581               <para><link linkend="itemBarcodeFallbackSearch">itemBarcodeFallbackSearch</link> :
41582                 Decide if you want staff to be able to checkout using a keyword search (title, call
41583                 number, etc)</para>
41584             </listitem>
41585
41586             <listitem>
41587               <para><link linkend="AutomaticItemReturn">AutomaticItemReturn</link> :
41588               Decide if items are sent back to the owning branch when checked
41589               in</para>
41590             </listitem>
41591
41592             <listitem>
41593               <para><link linkend="todaysIssuesDefaultSortOrder">todaysIssuesDefaultSortOrder</link>
41594               : Decide how items checked out today display on the patron
41595               record</para>
41596             </listitem>
41597
41598             <listitem>
41599               <para><link linkend="previousIssuesDefaultSortOrder">previousIssuesDefaultSortOrder</link>
41600               : Decide how items checked out prior to today display on the
41601               patron record</para>
41602             </listitem>
41603
41604             <listitem>
41605               <para><link linkend="noissuescharge">noissuescharge</link> :
41606               Define the maximum amount a patron can owe before checkouts are
41607               blocked</para>
41608             </listitem>
41609
41610             <listitem>
41611               <para><link linkend="ReturnBeforeExpiry">ReturnBeforeExpiry</link> : Decide
41612               if patrons need to return items before their accounts
41613               expire</para>
41614             </listitem>
41615
41616             <listitem>
41617               <para><link linkend="AllowOnShelfHolds">AllowOnShelfHolds</link>
41618               : Decide if patrons can place holds on items that are marked as
41619               being available</para>
41620
41621               <itemizedlist>
41622                 <listitem>
41623                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41624                   : Decide if you want the staff to be able to override the
41625                   setting for the above at checkout</para>
41626                 </listitem>
41627               </itemizedlist>
41628             </listitem>
41629
41630             <listitem>
41631               <para><link linkend="AllowHoldsOnDamagedItems">AllowHoldsOnDamagedItems</link>
41632               : Decide if patrons can place holds on items that are marked as
41633               damaged</para>
41634
41635               <itemizedlist>
41636                 <listitem>
41637                   <para><link linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
41638                   : Decide if you want the staff to be able to override the
41639                   setting for the above at checkout</para>
41640                 </listitem>
41641               </itemizedlist>
41642             </listitem>
41643
41644             <listitem>
41645               <para><link linkend="maxreserves">maxreserves</link> : Decide
41646               how many items a patron can have on hold at once</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="maxoutstanding">maxoutstanding</link> :
41659               Define the maximum amount a patron can owe before holds are
41660               blocked</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="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link> :
41673               Define the number of days before a hold expires</para>
41674             </listitem>
41675
41676             <listitem>
41677               <para><link linkend="WebBasedSelfCheck">WebBasedSelfCheck</link>
41678               : Decide if you want to use the built in web-based self-checkout
41679               system</para>
41680
41681               <itemizedlist>
41682                 <listitem>
41683                   <para><link linkend="AutoSelfCheckAllowed">AutoSelfCheckAllowed</link> :
41684                   Decide if the self-checkout system requires login</para>
41685                 </listitem>
41686
41687                 <listitem>
41688                   <para><link linkend="ShowPatronImageInWebBasedSelfCheck">ShowPatronImageInWebBasedSelfCheck</link>
41689                   : Decide if you want patron images to show on the self
41690                   checkout screen</para>
41691                 </listitem>
41692               </itemizedlist>
41693             </listitem>
41694
41695             <listitem>
41696               <para><link linkend="AllowNotForLoanOverride">AllowNotForLoanOverride</link>
41697               : Decide if you want the staff to be able to checkout items
41698               marked as 'not for loan'</para>
41699             </listitem>
41700
41701             <listitem>
41702               <para><link linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
41703               : Decide if you want staff to override the limit put on
41704               renewals</para>
41705             </listitem>
41706
41707             <listitem>
41708               <para><link linkend="AllowFineOverride">AllowFineOverride</link> : Decide if you want
41709                 staff to be able to override fine limits</para>
41710             </listitem>
41711             <listitem>
41712               <para><link linkend="AllowTooManyOverride">AllowTooManyOverride</link> : Descide if
41713                 you want staff to be able to check out more than the limit to a patron</para>
41714             </listitem>
41715
41716             <listitem>
41717               <para><link linkend="RenewalPeriodBase">RenewalPeriodBase</link>
41718               : Decide what date renewals are based on</para>
41719             </listitem>
41720
41721             <listitem>
41722               <para><link linkend="finesMode">finesMode</link> : Switch to
41723               'Calculate and Charge' before go live if you charge fines</para>
41724             </listitem>
41725
41726             <listitem>
41727               <para><link linkend="OverdueNoticeBcc">OverdueNoticeBcc</link> :
41728               If you want to receive a copy of every overdue notice sent out,
41729               enter your email address here</para>
41730             </listitem>
41731
41732             <listitem>
41733               <para><link linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
41734               : Decide if you want an email every time a hold is placed</para>
41735             </listitem>
41736
41737             <listitem>
41738               <para><link linkend="ReservesControlBranch">ReservesControlBranch</link> :
41739               Decide which branch's hold rules are considered first</para>
41740             </listitem>
41741
41742             <listitem>
41743               <para><link linkend="soundon">soundon</link> : Decide if you
41744               want to have sounds on for circulation actions</para>
41745             </listitem>
41746
41747             <listitem>
41748               <para><link linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
41749               : If you have a large amount of overdues, you might want to turn
41750               this preference on so as to allow you to filter before results
41751               appear</para>
41752             </listitem>
41753
41754             <listitem>
41755               <para><link linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
41756               : If you have a lot of staff members sharing one circ computer
41757               you might want to enable this so that staff can clear the screen
41758               in between checkouts to protect patron's privacy</para>
41759             </listitem>
41760
41761             <listitem>
41762               <para><link linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link> :
41763               Decide how you want Koha to react if you scan in a blank barcode
41764               on the checkout screen</para>
41765             </listitem>
41766
41767             <listitem>
41768               <para><link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
41769               and/or <link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link>
41770               : Decide if you want patrons and/or staff to be able to suspend
41771               holds</para>
41772
41773               <itemizedlist>
41774                 <listitem>
41775                   <para><link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
41776                   : If you allow holds to be suspended decide if you want them
41777                   to automatically resume on the date entered by the staff
41778                   and/or patron</para>
41779                 </listitem>
41780               </itemizedlist>
41781             </listitem>
41782           </itemizedlist>
41783         </listitem>
41784
41785         <listitem>
41786           <para>Customize your <link linkend="notices">Notices &amp;
41787           Slips</link></para>
41788         </listitem>
41789
41790         <listitem>
41791           <para>Define your <link linkend="noticetriggers">Overdue Notice
41792           Triggers</link></para>
41793         </listitem>
41794
41795         <listitem>
41796           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
41797
41798           <itemizedlist>
41799             <listitem>
41800               <para>Populate <link linkend="buildholdscron">your holds
41801               queue</link> (every 1-4 hours)</para>
41802             </listitem>
41803
41804             <listitem>
41805               <para>Decide <link linkend="expiredholdscron">when holds
41806               expire</link> (daily)</para>
41807             </listitem>
41808
41809             <listitem>
41810               <para><link linkend="finescronjob">Calculate fines due</link>
41811               (daily)</para>
41812
41813               <itemizedlist>
41814                 <listitem>
41815                   <para>Fines on hourly loans will calculate when you check
41816                   the items in</para>
41817                 </listitem>
41818               </itemizedlist>
41819             </listitem>
41820
41821             <listitem>
41822               <para><link linkend="longoverduecron">Mark long overdue items as
41823               lost</link> (daily)</para>
41824             </listitem>
41825
41826             <listitem>
41827               <para>Decide when the system <link linkend="msgqueuecron">sends
41828               out messages</link> (1-4 hours)</para>
41829             </listitem>
41830
41831             <listitem>
41832               <para>Decide when the system <link linkend="overduenoticecron">queues overdue notices</link>
41833               (daily)</para>
41834             </listitem>
41835
41836             <listitem>
41837               <para>Set up <link linkend="printholdcron">hold notices that
41838               didn't send for printing</link> (daily after overdues and
41839               message queue)</para>
41840             </listitem>
41841
41842             <listitem>
41843               <para>Decide when the system <link linkend="advnoticecron">queues the advanced notice of items
41844               due</link> (daily)</para>
41845             </listitem>
41846
41847             <listitem>
41848               <para>Find holds that need to be <link linkend="unsuspendholdcron">resumed and remove suspension</link>
41849               (daily)</para>
41850             </listitem>
41851           </itemizedlist>
41852         </listitem>
41853       </itemizedlist>
41854     </section>
41855
41856     <section id="imppratrons">
41857       <title>Patron Configuration</title>
41858
41859       <para>You have already imported patron data from your old system, but
41860       there are plenty of options available to you regarding patrons and their
41861       accounts.</para>
41862
41863       <itemizedlist>
41864         <listitem>
41865           <para>Enter your <link linkend="addstaffpatron">staff members as
41866           patrons</link></para>
41867
41868           <itemizedlist>
41869             <listitem>
41870               <para>Define <link linkend="patronpermissions">staff members
41871               access permissions</link></para>
41872             </listitem>
41873           </itemizedlist>
41874         </listitem>
41875
41876         <listitem>
41877           <para>Patron System Preferences</para>
41878
41879           <itemizedlist>
41880             <listitem>
41881               <para><link linkend="AddPatronLists">AddPatronLists</link> :
41882               Decide how patron categories appear when creating a new
41883               patron</para>
41884             </listitem>
41885
41886             <listitem>
41887               <para><link linkend="autoMemberNum">autoMemberNum</link> :
41888               Decide if the patrons barcodes are auto-generated or if you
41889               enter them yourself</para>
41890             </listitem>
41891
41892             <listitem>
41893               <para><link linkend="MaxFine">MaxFine</link> : Determine the
41894               maximum amount that people can owe in fines</para>
41895             </listitem>
41896
41897             <listitem>
41898               <para><link linkend="NotifyBorrowerDeparture">NotifyBorrowerDeparture</link>
41899               : Decide when to warn staff that the patron account is about to
41900               expire</para>
41901             </listitem>
41902
41903             <listitem>
41904               <para><link linkend="intranetreadinghistory">intranetreadinghistory</link> :
41905               Decide if the staff can see the patron's reading/checkout
41906               history</para>
41907             </listitem>
41908
41909             <listitem>
41910               <para><link linkend="BorrowerMandatoryField">BorrowerMandatoryField</link> :
41911               List fields that you want to appear as mandatory on the patron
41912               add/edit form</para>
41913             </listitem>
41914
41915             <listitem>
41916               <para><link linkend="BorrowersTitles">BorrowersTitles</link> :
41917               Add or change the titles for your patrons</para>
41918             </listitem>
41919
41920             <listitem>
41921               <para><link linkend="borrowerRelationship">borrowerRelationship</link> : Add
41922               or change borrower relationships (child to adult and
41923               professional to organization)</para>
41924             </listitem>
41925
41926             <listitem>
41927               <para><link linkend="AutoEmailPrimaryAddress">AutoEmailPrimaryAddress</link>
41928               : Determine if the patrons get an email confirming the creation
41929               of their account</para>
41930             </listitem>
41931
41932             <listitem>
41933               <para><link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
41934               : Decide if patrons can choose from a series of notices (other
41935               than overdues)</para>
41936             </listitem>
41937
41938             <listitem>
41939               <para><link linkend="patronimages">patronimages</link> : Decide
41940               if you want to save patron images in your system</para>
41941             </listitem>
41942
41943             <listitem>
41944               <para><link linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
41945               : Decide if you want to enable custom patron fields</para>
41946             </listitem>
41947
41948             <listitem>
41949               <para><link linkend="minPasswordLength">minPasswordLength</link>
41950               : Enter the minimum number of characters you want passwords to
41951               have</para>
41952             </listitem>
41953
41954             <listitem>
41955               <para><link linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> :
41956               Decide what fields your library doesn't need to see on the
41957               patron entry form</para>
41958             </listitem>
41959           </itemizedlist>
41960         </listitem>
41961       </itemizedlist>
41962     </section>
41963
41964     <section id="impcatalog">
41965       <title>Cataloging Configuration</title>
41966
41967       <para>Before you start cataloging in Koha you'll want to set up your
41968       preferences and other rules.</para>
41969
41970       <itemizedlist>
41971         <listitem>
41972           <para>Define your cataloging templates aka <link linkend="marcbibframeworks">MARC Bibliographic
41973           Frameworks</link></para>
41974
41975           <itemizedlist>
41976             <listitem>
41977               <para>Run the <link linkend="marcbibframeworkstest">MARC
41978               Bibliographic Framework Test</link> to be sure your changes are
41979               valid</para>
41980             </listitem>
41981           </itemizedlist>
41982         </listitem>
41983
41984         <listitem>
41985           <para>Define any <link linkend="authorizedvalues">authorized
41986           values</link> you might want to use in cataloging</para>
41987         </listitem>
41988
41989         <listitem>
41990           <para>Set up <link linkend="classificationsources">custom
41991           classification sources</link> (if you use something other than the
41992           defaults)</para>
41993         </listitem>
41994
41995         <listitem>
41996           <para>Set up <link linkend="recordmatchingrules">MARC matching rules</link> for importing
41997             records from mrc files or Z39.50</para>
41998         </listitem>
41999
42000         <listitem>
42001           <para>Set up <link linkend="keywordmapping">Koha to Keyword
42002           mapping</link> for deciding how to display marc fields to the screen
42003           (still in beta - only one field)</para>
42004         </listitem>
42005
42006         <listitem>
42007           <para>Set up the <link linkend="z3950admin">Z39.50 targets</link> you want to search for
42008             cataloging (and acquisitions)</para>
42009         </listitem>
42010
42011         <listitem>
42012           <para>Cataloging System Preferences</para>
42013
42014           <itemizedlist>
42015             <listitem>
42016               <para><link linkend="URLLinkText">URLLinkText</link> : Enter
42017               text to display when 856 fields do not have pre-defined
42018               labels</para>
42019             </listitem>
42020
42021             <listitem>
42022               <para><link linkend="hide_marc">hide_marc</link> : If you are
42023               unfamiliar with MARC you can have the MARC fields number
42024               hidden</para>
42025             </listitem>
42026
42027             <listitem>
42028               <para><link linkend="LabelMARCView">LabelMARCView</link> :
42029               Choose how you want duplicate fields to appear on the
42030               editor</para>
42031             </listitem>
42032
42033             <listitem>
42034               <para><link linkend="DefaultClassificationSource">DefaultClassificationSource</link>
42035               : Choose which classification source is the default in your
42036               library</para>
42037             </listitem>
42038
42039             <listitem>
42040               <para><link linkend="advancedMARCeditor">advancedMARCeditor</link> : Decide
42041               if you need labels to appear on your MARC editor</para>
42042             </listitem>
42043
42044             <listitem>
42045               <para><link linkend="marcflavour">marcflavour</link> : Choose
42046               your MARC format</para>
42047             </listitem>
42048
42049             <listitem>
42050               <para><link linkend="itemcallnumber">itemcallnumber</link> :
42051               Enter which field and subfields to look into for the call
42052               number</para>
42053             </listitem>
42054
42055             <listitem>
42056               <para><link linkend="MARCOrgCode">MARCOrgCode</link> : Enter
42057               your MARC Organizational Code (not the same as your OCLC
42058               number)</para>
42059             </listitem>
42060
42061             <listitem>
42062               <para><link linkend="autoBarcode">autoBarcode</link> : Decide if
42063               Koha generates item barcodes for you</para>
42064             </listitem>
42065
42066             <listitem>
42067               <para><link linkend="OpacSuppression">OpacSuppression</link> :
42068               Decide if you want to hide items marked as suppressed from the
42069               OPAC search results</para>
42070             </listitem>
42071           </itemizedlist>
42072         </listitem>
42073
42074         <listitem>
42075           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42076
42077           <itemizedlist>
42078             <listitem>
42079               <para>Decide when the system <link linkend="checkurlcron">checks
42080               URLs in catalog records</link> to see if they are still
42081               valid</para>
42082             </listitem>
42083           </itemizedlist>
42084         </listitem>
42085       </itemizedlist>
42086     </section>
42087
42088     <section id="impauthorities">
42089       <title>Authorities Configuration</title>
42090
42091       <para>Koha has the ability to keep track of your authority records and
42092       how they're linked to your bibliographic records. Before using
42093       authorities you should configure several preferences.</para>
42094
42095       <itemizedlist>
42096         <listitem>
42097           <para>Set <link linkend="authoritiesadmin">Authority
42098           Frameworks</link> aka templates</para>
42099         </listitem>
42100
42101         <listitem>
42102           <para>Authority System Preferences</para>
42103
42104           <itemizedlist>
42105             <listitem>
42106               <para><link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> :
42107               Decide if Koha creates authorities when cataloging</para>
42108             </listitem>
42109
42110             <listitem>
42111               <para><link linkend="dontmerge">dontmerge</link> : Decide if
42112               updates to authorities trigger updates to the bibliographic
42113               records that link to them</para>
42114             </listitem>
42115
42116             <listitem>
42117               <para><link linkend="AutoCreateAuthorities">AutoCreateAuthorities</link> :
42118               Decide when authorities are created</para>
42119             </listitem>
42120
42121             <listitem>
42122               <para><link linkend="LinkerModule">LinkerModule</link> : Decide
42123               which match the authority linker should use</para>
42124             </listitem>
42125
42126             <listitem>
42127               <para><link linkend="LinkerOptions">LinkerOptions</link> :
42128               Decide if you want authority linking to be broader or more
42129               specific</para>
42130             </listitem>
42131
42132             <listitem>
42133               <para><link linkend="CatalogModuleRelink">CatalogModuleRelink</link> :
42134               Decide if you want to enable authority linking while
42135               cataloging</para>
42136             </listitem>
42137           </itemizedlist>
42138         </listitem>
42139
42140         <listitem>
42141           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42142
42143           <itemizedlist>
42144             <listitem>
42145               <para>Choose when the system looks for authorities updates to
42146               <link linkend="mergeauthcron">merge changes into bibliographic
42147               records</link></para>
42148             </listitem>
42149           </itemizedlist>
42150         </listitem>
42151       </itemizedlist>
42152     </section>
42153
42154     <section id="impsearching">
42155       <title>Searching Configuration</title>
42156
42157       <para>There are several system preferences related to searching, it is
42158       not always recommended to make too many changes to these preferences
42159       since they are set to get you the most relevant results. If you would
42160       like to change the default way that Koha handles searching, view the
42161       <link linkend="searchingprefs">Searching system preferences</link>
42162       tab.</para>
42163
42164       <itemizedlist>
42165         <listitem>
42166           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42167
42168           <itemizedlist>
42169             <listitem>
42170               <para>Decide how often your <link linkend="rebuildsearchcron">system rebuilds the search
42171               index</link> (4-10 min)</para>
42172             </listitem>
42173           </itemizedlist>
42174         </listitem>
42175
42176         <listitem>
42177           <para>Searching System Preferences</para>
42178
42179           <itemizedlist>
42180             <listitem>
42181               <para><link linkend="AdvancedSearchTypes">AdvancedSearchTypes</link> : Decide which
42182                 authorized value fields you want patrons and staff to be able to limit their
42183                 advanced searches by</para>
42184             </listitem>
42185             <listitem>
42186               <para><link linkend="AdvancedSearchLanguages">AdvancedSearchLanguages</link> : Decide
42187                 which languages you want people to be able to limit to via the search engine</para>
42188             </listitem>
42189
42190             <listitem>
42191               <para><link linkend="UseAuthoritiesForTracings">UseAuthoritiesForTracings</link>
42192               : Decide how you want Koha to handle subject searches in the
42193               OPAC</para>
42194
42195               <itemizedlist>
42196                 <listitem>
42197                   <para><link linkend="TraceCompleteSubfields">TraceCompleteSubfields</link>
42198                   : Decide how you want Koha to handle subject searches in the
42199                   OPAC</para>
42200                 </listitem>
42201
42202                 <listitem>
42203                   <para><link linkend="TraceSubjectSubdivisions">TraceSubjectSubdivisions</link>
42204                   : Decide how you want Koha to handle subject searches in the
42205                   OPAC</para>
42206                 </listitem>
42207               </itemizedlist>
42208             </listitem>
42209
42210             <listitem>
42211               <para><link linkend="displayFacetCount">displayFacetCount</link>
42212               : Decide whether to show facet counts on search results</para>
42213             </listitem>
42214           </itemizedlist>
42215         </listitem>
42216       </itemizedlist>
42217     </section>
42218
42219     <section id="impopac">
42220       <title>OPAC Configuration</title>
42221
42222       <para>There are a lot of ways you can customize your OPAC in
42223       Koha.</para>
42224
42225       <itemizedlist>
42226         <listitem>
42227           <para>Decide how you want your OPAC to look &amp; what content you
42228           want on the main page</para>
42229         </listitem>
42230
42231         <listitem>
42232           <para>Create a library branded stylesheet using CSS</para>
42233
42234           <itemizedlist>
42235             <listitem>
42236               <important>
42237                 <para>Do not edit the default CSS files, instead create a new
42238                 one, that way the system can always fall back on the original
42239                 CSS.</para>
42240               </important>
42241             </listitem>
42242           </itemizedlist>
42243         </listitem>
42244
42245         <listitem>
42246           <para>Create a custom XSLT stylesheet to change the way search
42247           results and bib records appear in the OPAC</para>
42248         </listitem>
42249
42250         <listitem>
42251           <para>OPAC System preferences</para>
42252
42253           <itemizedlist>
42254             <listitem>
42255               <para><link linkend="opacuserlogin">opacuserlogin</link> :
42256               Decide if you want to allow patrons to login to the OPAC to
42257               access customized functionality (searching will be allowed
42258               without logging in)</para>
42259
42260               <itemizedlist>
42261                 <listitem>
42262                   <para><link linkend="RequestOnOpac">RequestOnOpac</link> :
42263                   Decide if patrons can place holds via the OPAC</para>
42264                 </listitem>
42265
42266                 <listitem>
42267                   <para><link linkend="OPACItemHolds">OPACItemHolds</link> :
42268                   Decide if patrons can place holds on specific items (instead
42269                   of just the next available item)</para>
42270                 </listitem>
42271
42272                 <listitem>
42273                   <para><link linkend="OpacPasswordChange">OpacPasswordChange</link> :
42274                   Decide if patrons can change their password (don't allow
42275                   this if you're using LDAP)</para>
42276                 </listitem>
42277
42278                 <listitem>
42279                   <para><link linkend="OpacRenewalAllowed">OpacRenewalAllowed</link> :
42280                   Decide if patrons can renew their checked out items via the
42281                   OPAC</para>
42282                 </listitem>
42283
42284                 <listitem>
42285                   <para><link linkend="opacreadinghistory">opacreadinghistory</link> :
42286                   Decide if patrons can view their reading/checkout history
42287                   via the OPAC</para>
42288                 </listitem>
42289
42290                 <listitem>
42291                   <para><link linkend="reviewson">reviewson</link> : Decide if
42292                   you want to allow patrons to comment on bib records via the
42293                   OPAC</para>
42294                 </listitem>
42295
42296                 <listitem>
42297                   <para><link linkend="OpacStarRatings">OpacStarRatings</link>
42298                   : Decide if patrons can leave star ratings</para>
42299                 </listitem>
42300
42301                 <listitem>
42302                   <para><link linkend="virtualshelves">virtualshelves</link> :
42303                   Decide if you want patrons to be able to create Lists</para>
42304                 </listitem>
42305
42306                 <listitem>
42307                   <para><link linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
42308                   : If patrons can create lists then decide if they are
42309                   allowed to create public lists</para>
42310                 </listitem>
42311
42312                 <listitem>
42313                   <para><link linkend="suggestionspref">suggestion</link> :
42314                   Decide if you want patrons to be able to submit purchase
42315                   suggestions</para>
42316                 </listitem>
42317
42318                 <listitem>
42319                   <para><link linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link>
42320                   : Decide if you want patrons to be able to see purchase
42321                   suggestions made by other patrons</para>
42322                 </listitem>
42323               </itemizedlist>
42324             </listitem>
42325
42326             <listitem>
42327               <para><link linkend="opacbookbag">opacbookbag</link> : Decide if
42328               patrons can save items into their cart</para>
42329             </listitem>
42330
42331             <listitem>
42332               <para><link linkend="AnonSuggestions">AnonSuggestions</link> :
42333               Decide if you want non logged in users to be able to make
42334               purchase suggestions</para>
42335             </listitem>
42336
42337             <listitem>
42338               <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> :
42339               Decide if you want to use the XSLT stylesheets on the OPAC
42340               search results</para>
42341             </listitem>
42342
42343             <listitem>
42344               <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> :
42345               Decide if you want to use the XSLT stylesheets on the bib
42346               records in the OPAC</para>
42347             </listitem>
42348
42349             <listitem>
42350               <para><link linkend="LibraryName">LibraryName</link> : Enter
42351               your library name for display in the &lt;title&gt; tag and on
42352               the top of the OPAC</para>
42353             </listitem>
42354
42355             <listitem>
42356               <para><link linkend="opacsmallimage">opacsmallimage</link> :
42357               Choose a logo to replace the Koha logo</para>
42358             </listitem>
42359
42360             <listitem>
42361               <para><link linkend="opaccredits">opaccredits</link> : Enter
42362               HTML to appear at the bottom of every page in the OPAC</para>
42363             </listitem>
42364
42365             <listitem>
42366               <para><link linkend="OpacMainUserBlock">OpacMainUserBlock</link>
42367               : Enter HTML that will appear in the center of the main OPAC
42368               page</para>
42369             </listitem>
42370
42371             <listitem>
42372               <para><link linkend="OpacNav">OpacNav</link> : Enter HTML that
42373               will appear to the left on the main OPAC page</para>
42374             </listitem>
42375
42376             <listitem>
42377               <para><link linkend="OpacNavBottom">OpacNavBottom</link> : Enter
42378               HTML that will appear below OpacNav</para>
42379             </listitem>
42380
42381             <listitem>
42382               <para><link linkend="OpacNavRight">OpacNavRight</link> : Enter
42383               HTML that will appear below the login box on the right</para>
42384             </listitem>
42385
42386             <listitem>
42387               <para><link linkend="opacheader">opacheader</link> : Enter the
42388               HTML that will appear above the search box on the OPAC</para>
42389             </listitem>
42390
42391             <listitem>
42392               <para><link linkend="OPACNoResultsFound">OPACNoResultsFound</link> : Enter
42393               the HTML that will appear when no results are found</para>
42394             </listitem>
42395
42396             <listitem>
42397               <para><link linkend="OPACResultsSidebar">OPACResultsSidebar</link> : Enter
42398               the HTML that will appear below the facets on your search
42399               results</para>
42400             </listitem>
42401
42402             <listitem>
42403               <para><link linkend="OPACMySummaryHTML">OPACMySummaryHTML</link>
42404               : Enter the HTML that will appear in the far right of the
42405               circulation summary in the OPAC</para>
42406             </listitem>
42407
42408             <listitem>
42409               <para>Customize your stylesheets:</para>
42410
42411               <itemizedlist>
42412                 <listitem>
42413                   <para><link linkend="OPACUserCSS">OPACUserCSS</link> : Enter
42414                   any additional fields you want to define styles for</para>
42415                 </listitem>
42416
42417                 <listitem>
42418                   <para><link linkend="opaclayoutstylesheet">opaclayoutstylesheet</link> :
42419                   Point to a CSS file on your Koha server</para>
42420                 </listitem>
42421
42422                 <listitem>
42423                   <para><link linkend="opaccolorstylesheet">opaccolorstylesheet</link> :
42424                   Point to a CSS file on your Koha server</para>
42425                 </listitem>
42426               </itemizedlist>
42427             </listitem>
42428
42429             <listitem>
42430               <para><link linkend="OpacHighlightedWords">OpacHighlightedWords</link> :
42431               Decide if you want search terms to be highlighted on the search
42432               results</para>
42433             </listitem>
42434
42435             <listitem>
42436               <para><link linkend="hidelostitems">hidelostitems</link> :
42437               Decide if you want to show patrons items you have marked as
42438               lost</para>
42439             </listitem>
42440
42441             <listitem>
42442               <para><link linkend="BiblioDefaultView">BiblioDefaultView</link>
42443               : Decide what view is the default for bib records on the
42444               OPAC</para>
42445             </listitem>
42446
42447             <listitem>
42448               <para><link linkend="OPACShelfBrowser">OPACShelfBrowser</link> : Decide if you want to
42449                 enable the shelf browse functionality</para>
42450             </listitem>
42451             <listitem>
42452               <para><link linkend="opacthemes">opacthemes</link> : Choose which theme you would like
42453                 to use. If you would like a responsive theme pick 'bootstrap'.</para>
42454             </listitem>
42455
42456             <listitem>
42457               <para><link linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link> :
42458               Decide if URLs clicked in the OPAC are opened in a new
42459               window</para>
42460             </listitem>
42461
42462             <listitem>
42463               <para><link linkend="SearchMyLibraryFirst">SearchMyLibraryFirst</link> : If
42464               you have a multi-branch system decide if you want patrons to
42465               search their library first</para>
42466             </listitem>
42467
42468             <listitem>
42469               <para><link linkend="OpacAuthorities">OpacAuthorities</link> :
42470               Decide if you want patrons to be able to search your authority
42471               file</para>
42472             </listitem>
42473
42474             <listitem>
42475               <para><link linkend="OpacBrowser">OpacBrowser</link> : Decide if
42476               you want patrons to browse your authority file</para>
42477             </listitem>
42478
42479             <listitem>
42480               <para><link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link> :
42481               Choose which libraries you want patrons to be able to re-run
42482               their search in</para>
42483             </listitem>
42484
42485             <listitem>
42486               <para><link linkend="OpacAddMastheadLibraryPulldown">OpacAddMastheadLibraryPulldown</link>
42487               : If you're a multi-branch system you can add a pull down to the
42488               search bar for patrons to search which library to search</para>
42489             </listitem>
42490
42491             <listitem>
42492               <para><link linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
42493               : Decide if you want the system to keep a search history</para>
42494             </listitem>
42495           </itemizedlist>
42496         </listitem>
42497
42498         <listitem>
42499           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
42500
42501           <itemizedlist>
42502             <listitem>
42503               <para>If you have the <link linkend="OpacBrowser">OpacBrowser</link> preference set decide
42504               <link linkend="authbrowsercron">when you want the contents to
42505               rebuild</link></para>
42506             </listitem>
42507
42508             <listitem>
42509               <para>If you have <link linkend="customrss">custom RSS
42510               feeds</link>, decide when you want the <link linkend="customrssfeedcron">feed to be populated</link></para>
42511             </listitem>
42512           </itemizedlist>
42513         </listitem>
42514       </itemizedlist>
42515
42516       <section id="editableopac">
42517         <title>Editable OPAC Regions</title>
42518
42519         <para>Using the OPAC system preferences you can customize various regions, the following
42520           graphic will define what preferences update each of the regions in the Bootstrap
42521           theme.</para>
42522
42523         <screenshot>
42524           <screeninfo>OPAC Editable Regions</screeninfo>
42525
42526           <mediaobject>
42527             <imageobject>
42528               <imagedata fileref="images/appendix-opac/opaccustomregions.jpg"/>
42529             </imageobject>
42530           </mediaobject>
42531         </screenshot>
42532       </section>
42533     </section>
42534
42535     <section id="impenhanced">
42536       <title>Enhanced Content Configuration</title>
42537
42538       <para>Koha allows you to pull in content from outside sources to enhance
42539       your bib records. All of this content can be toggled on and off using
42540       the enhanced content system preferences.</para>
42541
42542       <itemizedlist>
42543         <listitem>
42544           <para><link linkend="frbrenhancedprefs">FRBR/Editions</link></para>
42545
42546           <itemizedlist>
42547             <listitem>
42548               <para>If you would like to have your OPAC and/or staff client
42549               show an 'Editions' tab on the bib record, you want to enable one
42550               or the other FRBR preferences and then either one or both of the
42551               ISBN services (XISBN and ThingISBN).</para>
42552             </listitem>
42553           </itemizedlist>
42554         </listitem>
42555
42556         <listitem>
42557           <para><link linkend="amazonprefs">Amazon</link> : This service is
42558           free and just requires that you visit <ulink url="http://aws.amazon.com">http://aws.amazon.com</ulink> to sign
42559           up</para>
42560
42561           <itemizedlist>
42562             <listitem>
42563               <para>Using the Amazon preferences you can choose to show cover
42564               images from Amazon.</para>
42565             </listitem>
42566           </itemizedlist>
42567         </listitem>
42568
42569         <listitem>
42570           <para><link linkend="Babelthequeprefs">Babelthèque</link></para>
42571
42572           <itemizedlist>
42573             <listitem>
42574               <para>This is a pay service. Contact Babelthèque to learn how to
42575               enable this content in the OPAC.</para>
42576             </listitem>
42577           </itemizedlist>
42578         </listitem>
42579
42580         <listitem>
42581           <para><link linkend="btcontentprefs">Baker and Taylor</link></para>
42582
42583           <itemizedlist>
42584             <listitem>
42585               <para>This is a pay service from Baker &amp; Taylor. Contact
42586               Baker &amp; Taylor for the information to enter into these
42587               preferences.</para>
42588             </listitem>
42589           </itemizedlist>
42590         </listitem>
42591
42592         <listitem>
42593           <para><link linkend="googleprefs">Google</link></para>
42594
42595           <itemizedlist>
42596             <listitem>
42597               <para>This service is free and does not require registration,
42598               simply enable GoogleJackets and you're set to go.</para>
42599             </listitem>
42600           </itemizedlist>
42601         </listitem>
42602
42603         <listitem>
42604           <para><link linkend="IDreamLibraries">I Deam Books</link><itemizedlist>
42605               <listitem>
42606                 <para>This is a free service that compiles reviews for popular titles from many
42607                   different sources.</para>
42608               </listitem>
42609             </itemizedlist></para>
42610         </listitem>
42611         <listitem>
42612           <para><link linkend="librarythingprefs">LibraryThing</link></para>
42613           <itemizedlist>
42614             <listitem>
42615               <para>With the exception of ThingISBN, you will need to contact LibraryThing for the
42616                 information to enter into these preferences</para>
42617             </listitem>
42618             <listitem>
42619               <para>Enabling ThingISBN will help to populate the editions tab on the bib record
42620                 display if you have enabled FRBR.</para>
42621             </listitem>
42622           </itemizedlist>
42623         </listitem>
42624
42625         <listitem>
42626           <para><link linkend="novelistselect">Novelist</link></para>
42627
42628           <itemizedlist>
42629             <listitem>
42630               <para>This is a pay service from Ebsco. Contact Ebsco for the
42631               information to enter into these preferences</para>
42632             </listitem>
42633           </itemizedlist>
42634         </listitem>
42635
42636         <listitem>
42637           <para><link linkend="oclcprefs">OCLC</link></para>
42638           <itemizedlist>
42639             <listitem>
42640               <para>XISBN is used to populate the editions tab on the bib record display if you have
42641                 enabled FRBR. This service is free for up to 999 queries a day.</para>
42642             </listitem>
42643           </itemizedlist>
42644         </listitem>
42645         <listitem>
42646           <para><link linkend="OpenLibraryPrefs">Open Library</link><itemizedlist>
42647               <listitem>
42648                 <para>Open Library project is an open system that you can pull cover images (and in
42649                   the future additional content) from</para>
42650               </listitem>
42651             </itemizedlist></para>
42652         </listitem>
42653
42654         <listitem>
42655           <para><link linkend="Syndeticsprefs">Syndetics</link></para>
42656
42657           <itemizedlist>
42658             <listitem>
42659               <para>This is a pay service from Syndetics to add content for
42660               your bib records. Contact Syndetics for the information to enter
42661               into these preferences.</para>
42662             </listitem>
42663           </itemizedlist>
42664         </listitem>
42665
42666         <listitem>
42667           <para><link linkend="taggingprefs">Tagging</link></para>
42668
42669           <itemizedlist>
42670             <listitem>
42671               <para>Choose whether or not you want to allow patrons to add
42672               tags to records in Koha.</para>
42673             </listitem>
42674           </itemizedlist>
42675         </listitem>
42676       </itemizedlist>
42677     </section>
42678
42679     <section id="impacq">
42680       <title>Acquisitions Configuration</title>
42681
42682       <para>When using acquisitions in Koha you first need to define some
42683       defaults.</para>
42684
42685       <itemizedlist>
42686         <listitem>
42687           <para>Set up your <link linkend="budgetplanning">funds &amp;
42688           budgets</link></para>
42689         </listitem>
42690
42691         <listitem>
42692           <para>Choose your <link linkend="currexchangeadmin">default
42693           currency</link> and enter others if you order from multiple
42694           countries</para>
42695         </listitem>
42696
42697         <listitem>
42698           <para>Enter in your <link linkend="acqvendors">vendor
42699           information</link></para>
42700         </listitem>
42701
42702         <listitem>
42703           <para>Create an <link linkend="marcbibframeworks">Framework with the
42704           code ACQ</link> (if you're going to enter item records at the time
42705           of ordering or receiving)</para>
42706         </listitem>
42707
42708         <listitem>
42709           <para>Acquisitions System preferences</para>
42710
42711           <itemizedlist>
42712             <listitem>
42713               <para><link linkend="AcqCreateItem">AcqCreateItem</link> :
42714               Decide if an item record is created during acquisition</para>
42715             </listitem>
42716
42717             <listitem>
42718               <para><link linkend="CurrencyFormat">CurrencyFormat</link> :
42719               Decide how you want monetary amounts to display</para>
42720             </listitem>
42721
42722             <listitem>
42723               <para><link linkend="gist">gist</link> : Enter your sales tax
42724               (if you are billed for tax)</para>
42725             </listitem>
42726
42727             <listitem>
42728               <para><link linkend="OrderPdfFormat">OrderPdfFormat</link> :
42729               Decide what format you want your print orders to use</para>
42730             </listitem>
42731           </itemizedlist>
42732         </listitem>
42733       </itemizedlist>
42734     </section>
42735
42736     <section id="impserials">
42737       <title>Serials Configuration</title>
42738
42739       <para>When you use serials there are a few options you can set before
42740       hand.</para>
42741
42742       <itemizedlist>
42743         <listitem>
42744           <para>Serials System Preferences</para>
42745
42746           <itemizedlist>
42747             <listitem>
42748               <para><link linkend="RenewSerialAddsSuggestion">RenewSerialAddsSuggestion</link>
42749               : Decide if you want renewing serials to add a suggestion for
42750               easy purchasing</para>
42751             </listitem>
42752
42753             <listitem>
42754               <para><link linkend="RoutingSerials">RoutingSerials</link> :
42755               Decide if you want to route serials around your library</para>
42756             </listitem>
42757
42758             <listitem>
42759               <para><link linkend="RoutingListAddReserves">RoutingListAddReserves</link> :
42760               Decide if holds are placed on serials when there is a routing
42761               list in place</para>
42762             </listitem>
42763           </itemizedlist>
42764         </listitem>
42765
42766         <listitem>
42767           <para>Cataloging System Preferences</para>
42768
42769           <itemizedlist>
42770             <listitem>
42771               <para><link linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
42772               : Decide how many of the most recent issues to display in the
42773               staff client</para>
42774             </listitem>
42775
42776             <listitem>
42777               <para><link linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
42778               : Decide how many of the most recent issues to display in the
42779               OPAC</para>
42780             </listitem>
42781
42782             <listitem>
42783               <para><link linkend="SubscriptionHistory">SubscriptionHistory</link> :
42784               Decide how you want the subscription information to display in
42785               the OPAC</para>
42786             </listitem>
42787           </itemizedlist>
42788         </listitem>
42789       </itemizedlist>
42790     </section>
42791
42792     <section id="impgolive">
42793       <title>Planning for Go-Live</title>
42794
42795       <para>Once you have all of your settings ready, you need to prepare for
42796       making your system live:</para>
42797
42798       <itemizedlist>
42799         <listitem>
42800           <para>Decide if you need training by an outside service or if your
42801           staff can do the training themselves.</para>
42802         </listitem>
42803
42804         <listitem>
42805           <para>Make sure that there is time for your staff to play with your
42806           test system and get comfortable with it</para>
42807         </listitem>
42808
42809         <listitem>
42810           <para>If this is a migration, work with your previous company to
42811           extract data right before you go live</para>
42812         </listitem>
42813
42814         <listitem>
42815           <para>Come up with URLs for your new Koha OPAC &amp; Staff
42816           Client</para>
42817         </listitem>
42818
42819         <listitem>
42820           <para>Make sure that if you're hosting your own system you have a
42821           backup plan</para>
42822         </listitem>
42823       </itemizedlist>
42824     </section>
42825   </chapter>
42826
42827   <chapter id="sopac">
42828     <title>SOPAC2 Installation</title>
42829
42830     <section id="sopacintro">
42831       <sectioninfo>
42832         <authorgroup>
42833           <author>
42834             <firstname>Jean-André</firstname>
42835             <surname>Santoni</surname>
42836             <affiliation>
42837               <orgname>BibLibre</orgname>
42838             </affiliation>
42839           </author>
42840           
42841           <editor>
42842             <firstname>Nicole C.</firstname>
42843             <surname>Engard</surname>
42844             <contrib>Translation and minor edits.</contrib>
42845           </editor>
42846         </authorgroup>
42847         
42848         <pubdate>August 2009</pubdate>
42849       </sectioninfo>
42850       <title>Introduction</title>
42851
42852       <para>This is an installation guide for SOPAC2 and its Koha connector. It
42853       has been tested on Debian Lenny and Ubuntu Jaunty with Drupal 6.12 and Koha
42854       3.0.x. It does not cover the installation of Koha and Drupal, only
42855       SOPAC, its dependencies and the connector.</para>
42856     </section>
42857
42858     <section id="sopacinstall">
42859       <title>Installation of Locum and Insurge</title>
42860
42861       <para>Locum and Insurge are the two libraries used primarily by SOPAC.
42862       They serve as a layer of abstraction to the data. Insurge manages the
42863       social aspect (tags, reviews, ratings), while Locum manages the
42864       connection to the ILS via the connector. Both libraries use a different
42865       database from that of Drupal.</para>
42866
42867       <section id="sopacdepend">
42868         <title>Dependencies</title>
42869
42870         <para>There are no packages for Debian MDB2 yet, you can install it
42871         via pear:</para>
42872
42873         <programlisting># apt-get install php-pear
42874 # pear install MDB2
42875 # pear install MDB2#mysql</programlisting>
42876       </section>
42877
42878       <section id="sopacdownload">
42879         <title>Download</title>
42880
42881         <para>Download the Locum and Insurge libraries from SVN:</para>
42882
42883         <programlisting># cd /usr/local/lib
42884 # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
42885 # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge</programlisting>
42886       </section>
42887
42888       <section id="sopaccreatedb">
42889         <title>Creation of the Database</title>
42890
42891         <programlisting>$ mysql -u root
42892 mysql&gt; create database scas;
42893 mysql&gt; grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
42894 mysql&gt; flush privileges;
42895 mysql&gt; exit</programlisting>
42896       </section>
42897
42898       <section id="sopacdsn">
42899         <title>Sync DSN</title>
42900
42901         <para>This file will provide the connection information to a DB
42902         libraries:</para>
42903
42904         <programlisting># nano /usr/local/etc/locum_insurge_dsn.php</programlisting>
42905
42906         <para>It should contain:</para>
42907
42908         <programlisting>&lt;?php
42909 $dsn = 'mysql://scas_user:scas_pass@localhost/scas';</programlisting>
42910       </section>
42911
42912       <section id="sopacinstallinsurge">
42913         <title>Installation of Insurge</title>
42914
42915         <para>If you customize the name of the database, remember to edit the
42916         sql file:</para>
42917
42918         <programlisting># nano /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
42919
42920         <para>Import Insurge:</para>
42921
42922         <programlisting>$ mysql -u root -p &lt; /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
42923
42924         <para>Configure Insurge:</para>
42925
42926         <programlisting># nano /usr/local/lib/insurge/config/insurge.ini</programlisting>
42927
42928         <para>The variables in insurge.ini are empty. The default values are
42929         too long and cause MySQL errors.</para>
42930
42931         <para>Here is a sample of insurge.ini</para>
42932
42933         <programlisting>; This is the Locum configuration file
42934 ; General configuration options for your installation of Insurge.
42935 [insurge_config]
42936 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
42937 ; This is where you configure your repository membership information.
42938 ;
42939 ; parent_server is the server name of the repository parent server you have been
42940 ; told to use.
42941 ; group_id = The group ID you have been given by your repository admin.
42942 ; These configuration points are OPTIONAL and are only necessary if you are
42943 ; participating in a repository relationship.
42944 [repository_info]
42945 parent_server = ""
42946 group_id = ""
42947 group_key = ""</programlisting>
42948       </section>
42949
42950       <section id="sopacinstallocum">
42951         <title>Installation of Locum</title>
42952
42953         <para>The same procedure applies to Locum</para>
42954
42955         <programlisting># nano /usr/local/lib/locum/sql/scas_locum.sql
42956 # mysql &lt; /usr/local/lib/locum/sql/scas_locum.sql
42957 # nano /usr/local/lib/locum/sql/locum_init.sql
42958 # mysql &lt; /usr/local/lib/locum/sql/locum_init.sql
42959 # nano /usr/local/lib/locum/config/locum.ini
42960 # mkdir /usr/local/var
42961 # mkdir /usr/local/var/log</programlisting>
42962
42963         <para>Configure the DSN:</para>
42964
42965         <programlisting>[locum_config]
42966 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"</programlisting>
42967
42968         <para>And the information for your Koha installation:</para>
42969
42970         <programlisting>[ils_config]
42971 ils = "koha";
42972 ils_version = "30x"
42973 ils_server = "localhost"
42974 ils_harvest_port = "80"</programlisting>
42975
42976         <para>The rest depends on your Koha configuration.</para>
42977       </section>
42978     </section>
42979
42980     <section id="sopackoha">
42981       <title>Installation of Koha Connector</title>
42982
42983       <para>Download the Koha connector using SVN:</para>
42984
42985       <programlisting># cd /usr/local/lib/locum/connectors/
42986 # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x</programlisting>
42987     </section>
42988
42989     <section id="sopacharvest">
42990       <title>Harvest Records</title>
42991
42992       <para>Now that the connector is in place, we will be able to launch
42993       harvest.php, a tool that will reap Locum DB Koha and fill the
42994       locum.</para>
42995
42996       <para>Start by configuring harvest.php:</para>
42997
42998       <programlisting># nano /usr/local/lib/locum/tools/harvest.php</programlisting>
42999
43000       <para>Here are the variables you must change:</para>
43001
43002       <programlisting>$first_record = 1;
43003 $last_record = 30;</programlisting>
43004
43005       <para>These are the minimum and maximum biblionumbers from your Koha
43006       install.</para>
43007
43008       <para>Then start the harvest:</para>
43009
43010       <programlisting># chmod +x /usr/local/lib/locum/tools/harvest.php
43011 $ /usr/local/lib/locum/tools/harvest.php</programlisting>
43012     </section>
43013
43014     <section id="sopacphinx">
43015       <title>Installation of Sphinx</title>
43016
43017       <para>Sphinx is the indexer for the database used by Locum and
43018       Insurge.</para>
43019
43020       <section id="sphinxdepend">
43021         <title>Dependencies</title>
43022
43023         <para>There is no Debian package for Sphinx so you'll have to compile
43024         the source directly:</para>
43025
43026         <programlisting># apt-get install g++ make libmysql++-dev</programlisting>
43027       </section>
43028
43029       <section id="sphinxdownload">
43030         <title>Download and Compile</title>
43031
43032         <programlisting>$ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
43033 $ tar zxvf sphinx-0.9.8.tar.gz
43034 $ cd sphinx-0.9.8
43035 $ ./configure --prefix=/usr/local/sphinx
43036 $ make
43037 # make install
43038 # mkdir /usr/local/sphinx
43039 # mkdir /usr/local/sphinx/lib
43040 # cp api/sphinxapi.php /usr/local/sphinx/lib/
43041 $ rm -R sphinx-0.9.8*</programlisting>
43042       </section>
43043
43044       <section id="sphinxuser">
43045         <title>Creation of User and Group</title>
43046
43047         <para>Creating a Sphinx user and change the owner:</para>
43048
43049         <programlisting># adduser sphinx
43050 # addgroup sphinx
43051 # usermod -G sphinx sphinx
43052 # mkdir /usr/local/sphinx/var/run
43053 # chown -R sphinx.sphinx /usr/local/sphinx/var</programlisting>
43054       </section>
43055
43056       <section id="demonsphinx">
43057         <title>The Sphinx daemon</title>
43058
43059         <para>Download:</para>
43060
43061         <programlisting># cd /etc/init.d
43062 # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
43063 # chmod +x /etc/init.d/sphinx</programlisting>
43064
43065         <para>Add Sphinx to the default boot services:</para>
43066
43067         <programlisting># update-rc.d sphinx defaults</programlisting>
43068       </section>
43069
43070       <section id="sphinxconfig">
43071         <title>Configuration</title>
43072
43073         <para>Copy the configuration file supplied with the source of Sphinx
43074         before the change:</para>
43075
43076         <programlisting># cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
43077 # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile;
43078 mv tmpfile /usr/local/sphinx/etc/sphinx.conf
43079 # 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>
43080
43081         <para>And if you personalize the name of the database:</para>
43082
43083         <programlisting># sed 's/scas/MY_DB/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf</programlisting>
43084       </section>
43085
43086       <section id="sphinxindexing">
43087         <title>Indexing documents</title>
43088
43089         <para>Indexing is necessary if you want to use the search features of
43090         SOPAC.</para>
43091
43092         <para>You must first complete the Insurge table index</para>
43093
43094         <programlisting># chmod +x /usr/local/lib/insurge/tools/update-index.php
43095 $ /usr/local/lib/insurge/tools/update-index.php</programlisting>
43096
43097         <para>Then start indexing Sphinx</para>
43098
43099         <programlisting>$ /usr/local/sphinx/bin/indexer --all</programlisting>
43100
43101         <para>Finally, we must start the daemon:</para>
43102
43103         <programlisting># /etc/init.d/sphinx start</programlisting>
43104
43105         <para>When the daemon is running, you can update the index with:</para>
43106
43107         <programlisting>$ /usr/local/sphinx/bin/indexer --all --rotate</programlisting>
43108       </section>
43109     </section>
43110
43111     <section id="installsopac">
43112       <title>Installation of SOPAC2</title>
43113
43114       <para>Now to the SOPAC software itself:</para>
43115
43116       <section id="downloadsopac">
43117         <title>Download</title>
43118
43119         <para>Download from SVN:</para>
43120
43121         <programlisting>$ cd /chemin/vers/drupal/sites/all/
43122 $ mkdir modules
43123 $ cd modules/
43124 $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac</programlisting>
43125       </section>
43126
43127       <section id="sopacinstallation">
43128         <title>Installation</title>
43129
43130         <para>In Drupal's administration settings, activate the module.
43131         Also, enable the dependencies:</para>
43132
43133         <itemizedlist>
43134           <listitem>
43135             <para>Profile</para>
43136           </listitem>
43137
43138           <listitem>
43139             <para>PHP Filter</para>
43140           </listitem>
43141
43142           <listitem>
43143             <para>Path</para>
43144           </listitem>
43145         </itemizedlist>
43146
43147         <para>The Drupal menu should now list these entries.</para>
43148       </section>
43149
43150       <section id="configsopac">
43151         <title>Configuration</title>
43152
43153         <para>Then go into the settings of SOPAC.</para>
43154
43155         <itemizedlist>
43156           <listitem>
43157             <para>Configure the paths to the Locum and Insurge
43158             libraries</para>
43159           </listitem>
43160
43161           <listitem>
43162             <para>Choose a URL prefix SOPAC, in my "catalog". Create a node
43163             with content like:</para>
43164           </listitem>
43165         </itemizedlist>
43166
43167         <programlisting>&lt;?php
43168 print sopac_search_form('both');
43169 print theme('pages_catalog');</programlisting>
43170
43171         <itemizedlist>
43172           <listitem>
43173             <para>Check the Input Format "PHP Code"</para>
43174           </listitem>
43175
43176           <listitem>
43177             <para>Check Move to front page</para>
43178           </listitem>
43179
43180           <listitem>
43181             <para>In URL path settings, set the SOPAC URL prefix you have
43182             chosen.</para>
43183           </listitem>
43184         </itemizedlist>
43185
43186         <para>Go to the root of Drupal, a search form will appear.</para>
43187
43188         <para>Remember to empty Drupal's cache when something does not
43189         work.</para>
43190
43191         <para>Drupal offers a few blocks, which are not configured by default. 
43192         You must specify on which page they should appear.</para>
43193       </section>
43194     </section>
43195   </chapter>
43196
43197   <chapter id="cronjobsch">
43198     <title>Cron Jobs</title>
43199
43200     <para>A cron job is a Linux command for scheduling a command or script on your server to
43201       complete repetitive tasks automatically. Scripts executed as a cron job are typically used to
43202       modify files or databases; however, they can perform other tasks that do not modify data on
43203       the server, like sending out email notifications. Koha has many cron jobs in place that you
43204       can enable (search engine indexing, overdue notice generation, data cleanup and more), this
43205       chapter will explain those for you.</para>
43206
43207     <section id="cronjobs">
43208       <title>Cron Jobs</title>
43209
43210       <para>The locations below assume a dev install which puts the crons in
43211       misc/, if you have a standard install you may want to look in bin/ for
43212       these files if you cannot find them in misc/</para>
43213
43214       <section id="searchcron">
43215         <title>Search</title>
43216
43217         <para/>
43218
43219         <section id="rebuildsearchcron">
43220           <title>Rebuild Index</title>
43221
43222           <para>Script path: misc/migration_tools/rebuild_zebra.pl</para>
43223
43224           <para>Does: Updates Zebra indexes with recently changed data.</para>
43225
43226           <para>Required by: Zebra</para>
43227
43228           <para>Frequency suggestion: every x minutes, (between 5-15 minutes)
43229           depending on performance needs</para>
43230         </section>
43231       </section>
43232
43233       <section id="circcron">
43234         <title>Circulation</title>
43235
43236         <section id="buildholdscron">
43237           <title>Holds Queue</title>
43238
43239           <para>Script path: misc/cronjobs/holds/build_holds_queue.pl</para>
43240
43241           <para>Does: Updates holds queue report</para>
43242
43243           <para>Required by: <link linkend="holdsqueue">Holds Queue
43244           Report</link></para>
43245
43246           <para>Frequency suggestion: every 1-4 hours</para>
43247
43248           <para>Description:</para>
43249
43250           <itemizedlist>
43251             <listitem>
43252               <para>A script that should be run periodically if your library
43253               system allows borrowers to place on-shelf holds. This script
43254               decides which library should be responsible for fulfilling a
43255               given hold request.</para>
43256
43257               <para>It's behavior is controlled by the system preferences
43258               <link linkend="holdqueueweight">StaticHoldsQueueWeight</link>
43259               and <link linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
43260
43261               <para>If you do not want all of your libraries to participate in
43262               the on-shelf holds fulfillment process, you should list the the
43263               libraries that *do* participate in the process here by inputting
43264               all the participating library's branchcodes, separated by commas
43265               ( e.g. "MPL,CPL,SPL,BML" etc. ).</para>
43266
43267               <para>By default, the holds queue will be generated such that
43268               the system will first attempt to hold fulfillment using items
43269               already at the pickup library if possible. If there are no items
43270               available at the pickup library to fill a hold,
43271               build_holds_queue.pl will then use the list of libraries defined
43272               in StaticHoldsQueueWeight. If RandomizeHoldsQueueWeight is
43273               disabled ( which it is by default ), the script will assign
43274               fulfillment requests in the order the branches are placed in the
43275               StaticHoldsQueueWeight system preference.</para>
43276
43277               <para>For example, if your system has three libraries, of
43278               varying sizes ( small, medium and large ) and you want the
43279               burden of holds fulfillment to be on larger libraries before
43280               smaller libraries, you would want StaticHoldsQueueWeight to look
43281               something like "LRG,MED,SML".</para>
43282
43283               <para>If you want the burden of holds fulfillment to be spread
43284               out equally throughout your library system, simply enable
43285               RandomizeHoldsQueueWeight. When this system preference is
43286               enabled, the order in which libraries will be requested to
43287               fulfill an on-shelf hold will be randomized each time the list
43288               is regenerated.</para>
43289
43290               <para>Leaving StaticHoldsQueueWeight empty is contraindicated at
43291               this time. Doing so will cause the build_holds_queue script to
43292               ignore RandomizeHoldsQueueWeight, causing the script to request
43293               hold fulfillment not randomly, but by alphabetical order.</para>
43294             </listitem>
43295           </itemizedlist>
43296
43297           <section id="buildholdscronperl">
43298             <title>Perl Documentation</title>
43299
43300             <para><emphasis role="bold">GetBibsWithPendingHoldRequests</emphasis></para>
43301
43302             <para>my $biblionumber_aref =
43303             GetBibsWithPendingHoldRequests();</para>
43304
43305             <para>Return an arrayref of the biblionumbers of all bibs that
43306             have one or more unfilled hold requests.</para>
43307
43308             <para><emphasis role="bold">GetPendingHoldRequestsForBib</emphasis></para>
43309
43310             <para>my $requests =
43311             GetPendingHoldRequestsForBib($biblionumber);</para>
43312
43313             <para>Returns an arrayref of hashrefs to pending, unfilled hold
43314             requests on</para>
43315
43316             <para>the bib identified by $biblionumber. The following keys are
43317             present in each hashref:</para>
43318
43319             <itemizedlist>
43320               <listitem>
43321                 <para>biblionumber</para>
43322               </listitem>
43323
43324               <listitem>
43325                 <para>borrowernumber</para>
43326               </listitem>
43327
43328               <listitem>
43329                 <para>itemnumber</para>
43330               </listitem>
43331
43332               <listitem>
43333                 <para>priority</para>
43334               </listitem>
43335
43336               <listitem>
43337                 <para>branchcode</para>
43338               </listitem>
43339
43340               <listitem>
43341                 <para>reservedate</para>
43342               </listitem>
43343
43344               <listitem>
43345                 <para>reservenotes</para>
43346               </listitem>
43347
43348               <listitem>
43349                 <para>borrowerbranch</para>
43350               </listitem>
43351             </itemizedlist>
43352
43353             <para>The arrayref is sorted in order of increasing
43354             priority.</para>
43355
43356             <para><emphasis role="bold">GetItemsAvailableToFillHoldRequestsForBib</emphasis></para>
43357
43358             <para>my $available_items =</para>
43359
43360             <para>GetItemsAvailableToFillHoldRequestsForBib($biblionumber);</para>
43361
43362             <para>Returns an arrayref of items available to fill hold requests
43363             for the bib identified by $biblionumber. An item is available to
43364             fill a hold</para>
43365
43366             <para>request if and only if:</para>
43367
43368             <itemizedlist>
43369               <listitem>
43370                 <para>it is not on loan</para>
43371               </listitem>
43372
43373               <listitem>
43374                 <para>it is not withdrawn</para>
43375               </listitem>
43376
43377               <listitem>
43378                 <para>it is not marked notforloan</para>
43379               </listitem>
43380
43381               <listitem>
43382                 <para>it is not currently in transit</para>
43383               </listitem>
43384
43385               <listitem>
43386                 <para>it is not lost</para>
43387               </listitem>
43388
43389               <listitem>
43390                 <para>it is not sitting on the hold shelf</para>
43391               </listitem>
43392             </itemizedlist>
43393
43394             <para><emphasis role="bold">MapItemsToHoldRequests</emphasis></para>
43395
43396             <para>MapItemsToHoldRequests($hold_requests,
43397             $available_items);</para>
43398
43399             <para><emphasis role="bold">CreatePickListFromItemMap</emphasis></para>
43400
43401             <para><emphasis role="bold">AddToHoldTargetMap</emphasis></para>
43402
43403             <para><emphasis role="bold">_get_branches_to_pull_from</emphasis></para>
43404
43405             <para>Query system preferences to get ordered list of branches to
43406             use to fill hold requests.</para>
43407           </section>
43408         </section>
43409
43410         <section id="expiredholdscron">
43411           <title>Expired Holds</title>
43412
43413           <para>Script path:
43414           misc/cronjobs/holds/cancel_expired_holds.pl</para>
43415
43416           <para>Does: By default, this cron job will only automatically cancel
43417           holds where the user has set an expiration date. If the library is
43418           using the <link linkend="ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</link>
43419           and <link linkend="ExpireReservesMaxPickUpDelayCharge">ExpireReservesMaxPickUpDelayCharge</link>
43420           preferences then this script will also cancel holds that have been
43421           sitting on the hold shelf for too long and will (if the library
43422           does) charge the patron for not picking up the hold.</para>
43423
43424           <para>Frequency suggestion: daily</para>
43425         </section>
43426
43427         <section id="unsuspendholdcron">
43428           <title>Unsuspend Holds</title>
43429
43430           <para>Script path:
43431           misc/cronjobs/holds/auto_unsuspend_holds.pl</para>
43432
43433           <para>Does: This script checks to find holds that should no longer
43434           be suspended and removes the suspension if the <link linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
43435           preference is set to 'allow'. This puts the patron back in to the
43436           queue where they were when the hold was suspended.</para>
43437
43438           <para>Frequency suggestion: daily</para>
43439         </section>
43440
43441         <section id="finescronjob">
43442           <title>Fines</title>
43443
43444           <para>Script path: misc/cronjobs/fines.pl</para>
43445           <para>Does: Calculates and posts fines to patron accounts.</para>
43446
43447           <para>Required by: <link linkend="finesMode">finesMode</link> system
43448           preference</para>
43449
43450           <para>Frequency suggestion: nightly</para>
43451         </section>
43452
43453         <section id="longoverduecron">
43454           <title>Long Overdues</title>
43455
43456           <para>Script path: misc/cronjobs/longoverdue.pl</para>
43457
43458           <para>Does: allows one to specify delays for changing items to
43459           different lost statuses, and optionally charge for them using the
43460           replacement price listed on the item record.</para>
43461
43462           <para>Frequency suggestion: nightly</para>
43463
43464           <section id="longoverduecronperl">
43465             <title>Perl Documentation</title>
43466
43467             <para><emphasis role="bold">NAME</emphasis></para>
43468
43469             <para>longoverdue.pl cron script to set lost statuses on overdue
43470             materials. Execute without options for help.</para>
43471             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43472             <para> --lost | -l </para>
43473             <para>This option takes the form of n=lv, where n is num days overdue, and lv is the
43474               lost value. See warning below.</para>
43475             <para> --charge | -c </para>
43476             <para>This specifies what lost value triggers Koha to charge the account for the lost
43477               item. Replacement costs are not charged if this is not specified. </para>
43478             <para>--verbose | v </para>
43479             <para>verbose. </para>
43480             <para>--confirm </para>
43481             <para>confirm. without this option, the script will report the number of affected items
43482               and return without modifying any records. </para>
43483             <para>--quiet </para>
43484             <para>suppress summary output. </para>
43485             <para>--maxdays </para>
43486             <para>Specifies the end of the range of overdue days to deal with (defaults to 366).
43487               This value is universal to all lost num days overdue passed. </para>
43488             <para>--mark-returned </para>
43489             <para>When an item is marked lost, remove it from the borrowers issued items.</para>
43490           </section>
43491         </section>
43492
43493         <section id="updateissuescron">
43494           <title>Track total checkouts</title>
43495
43496           <para>Script path: misc/cronjobs/update_totalissues.pl</para>
43497
43498           <para>Does: updates the biblioitems.totalissues field in the
43499           database with the latest tally of checkouts.</para>
43500
43501           <para>Frequency suggestion: nightly</para>
43502           <section id="updateissuesperldoc">
43503             <title>Perl Documentation</title>
43504             <para><emphasis role="bold">NAME</emphasis>
43505             </para>
43506             <para>update_totalissues.pl </para>
43507             <para><emphasis role="bold">SYNOPSIS</emphasis>
43508             </para>
43509             <para>update_totalissues.pl --use-stats </para>
43510             <para>update_totalissues.pl --use-items </para>
43511             <para>update_totalissues.pl --commit=1000 </para>
43512             <para>update_totalissues.pl --since='2012-01-01' </para>
43513             <para>update_totalissues.pl --interval=30d </para>
43514             <para><emphasis role="bold">DESCRIPTION</emphasis>
43515             </para>
43516             <para>This batch job populates bibliographic records' total issues count based on
43517               historical issue statistics. </para>
43518             <para>--help Prints this help </para>
43519             <para>-v|--verbose </para>
43520             <para>Provide verbose log information (list every bib modified). </para>
43521             <para>--use-stats </para>
43522             <para>Use the data in the statistics table for populating total issues. </para>
43523             <para>--use-items </para>
43524             <para>Use items.issues data for populating total issues. Note that issues data from the
43525               items table does not respect the --since or --interval options, by definition. Also
43526               note that if both --use-stats and --use-items are specified, the count of biblios
43527               processed will be misleading. </para>
43528             <para>-s|--since=DATE </para>
43529             <para>Only process issues recorded in the statistics table since DATE. </para>
43530             <para>-i|--interval=S </para>
43531             <para>Only process issues recorded in the statistics table in the last N units of time.
43532               The interval should consist of a number with a one- letter unit suffix. The valid
43533               suffixes are h (hours), d (days), w (weeks), m (months), and y (years). The default
43534               unit is days. </para>
43535             <para>--incremental </para>
43536             <para>Add the number of issues found in the statistics table to the existing total
43537               issues count. Intended so that this script can be used as a cron job to update
43538               popularity information during low-usage periods. If neither --since or --interval are
43539               specified, incremental mode will default to processing the last twenty-four hours. </para>
43540             <para>--commit=N </para>
43541             <para>Commit the results to the database after every N records are processed. </para>
43542             <para>--test </para>
43543             <para>Only test the popularity population script. </para>
43544             <para><emphasis role="bold">WARNING</emphasis>
43545             </para>
43546             <para>If the time on your database server does not match the time on your Koha server
43547               you will need to take that into account, and probably use the --since argument instead
43548               of the --interval argument for incremental updating. </para>
43549             <para><emphasis role="bold">CREDITS</emphasis>
43550             </para>
43551             <para>This patch to Koha was sponsored by the Arcadia Public Library and the Arcadia
43552               Public Library Foundation in honor of Jackie Faust-Moreno, late director of the
43553               Arcadia Public Library. </para>
43554             <para><emphasis role="bold">AUTHOR</emphasis>
43555             </para>
43556             <para>Jared Camins-Esakov &lt;jcamins AT cpbibliography DOT com></para>
43557           </section>
43558         </section>
43559         <section id="offlinecirccron">
43560           <title>Generate Patron File for Offline Circulation</title>
43561           <para>Script path: misc/cronjobs/create_koc_db.pl</para>
43562           <para>Does: Generates the borrowers.db file for use with the <link
43563               linkend="windowsofflinecirc">Koha Offline Circulation</link> tool</para>
43564           <para>Frequency suggestion: weekly</para>
43565         </section>
43566       </section>
43567       <section id="patroncrons">
43568         <title>Patrons</title>
43569         <para/>
43570         <section id="deleteexpiredregistrationcron">
43571           <title>Unverified Registrations</title>
43572           <para>Script path: misc/cronjobs/delete_expired_opac_registrations.pl</para>
43573           <para>Does: Deletes patron registrations that were submitted via the OPAC but not reviewed
43574             by the library within the number of days entered in the <link linkend="PatronSelfRegistrationExpireTemporaryAccountsDelay">PatronSelfRegistrationExpireTemporaryAccountsDelay</link> preference.</para>
43575           <para>Frequency suggestion: nightly</para>
43576         </section>
43577         <section id="deleteunverifiedcron">
43578           <title>Unconfirmed Registrations</title>
43579           <para>Script path: misc/cronjobs/delete_unverified_opac_registrations.pl </para>
43580           <para>Does: Deletes patron self registrations that were submitted via the OPAC but not
43581             confirmed via email within 24 hours. This is only necessary if you are requiring patrons
43582             to confirm their registrations via email with the <link linkend="PatronSelfRegistrationVerifyByEmail">PatronSelfRegistrationVerifyByEmail</link> preference.</para>
43583           <para>Frequency suggestion: hourly</para>
43584         </section>
43585         <section id="anonymizecron">
43586           <title>Anonymize Patron Data</title>
43587           <para>Script path: misc/cronjobs/batch_anonymise.pl</para>
43588           <para>Does: Used to anonymize patron data.  This will remove borrowernumbers from
43589             circulation history so that the stats are kept, but the patron information is removed
43590             for privacy reasons.</para>
43591         </section>
43592         <section id="j2acron">
43593           <title>Update Child to Adult Patron Type</title>
43594           <para>Script path: misc/cronjobs/j2a.pl</para>
43595           <para>Does: Convert juvenile/child patrons from juvenile patron category and category code
43596             to corresponding adult patron category and category code when they reach the upper age
43597             limit defined in the Patron Categories. </para>
43598           <para>Frequency suggestion: nightly</para>
43599           <section id="j2aperldoc">
43600             <title>Perl Documentation</title>
43601             <para><emphasis role="bold">NAME</emphasis>
43602             </para>
43603             <para>juv2adult.pl - convert juvenile/child patrons from juvenile patron category and
43604               category code to corresponding adult patron category and category code when they reach
43605               the upper age limit defined in the Patron Categories. </para>
43606             <para><emphasis role="bold">SYNOPSIS</emphasis>
43607             </para>
43608             <para>juv2adult.pl [ -b=&lt;branchcode> -f=&lt;categorycode> -t=&lt;categorycode> ] </para>
43609             <para>Options: </para>
43610             <para>--help brief help message </para>
43611             <para>--man full documentation </para>
43612             <para>-v verbose mode </para>
43613             <para>-n take no action, display only </para>
43614             <para>-b &lt;branchname> only deal with patrons from this library/branch </para>
43615             <para>-f &lt;categorycode> change patron category from this category </para>
43616             <para>-t &lt;categorycode> change patron category to this category </para>
43617             <para>=head1 OPTIONS </para>
43618             <para>--help Print a brief help message and exits. </para>
43619             <para>--man Prints the manual page and exits. </para>
43620             <para>-v Verbose. Without this flag set, only fatal errors are reported. </para>
43621             <para>-n No Action. With this flag set, script will report changes but not actually
43622               execute them on the database. </para>
43623             <para>-b changes patrons for one specific branch. Use the value in the
43624               branches.branchcode table.</para>
43625             <para> -f *required* defines the juvenile category to update. Expects the code from
43626               categories.categorycode. </para>
43627             <para>-t *required* defines the category juvenile patrons will be converted to. Expects
43628               the code from categories.categorycode. </para>
43629             <para><emphasis role="bold">DESCRIPTION</emphasis>
43630             </para>
43631             <para>This script is designed to update patrons from juvenile to adult patron types,
43632               remove the guarantor, and update their category codes appropriately when they reach
43633               the upper age limit defined in the Patron Categories. </para>
43634             <para><emphasis role="bold">USAGE EXAMPLES</emphasis>
43635             </para>
43636             <para>"juv2adult.pl" - Suggests that you read this help. :) </para>
43637             <para>"juv2adult.pl" -b=&lt;branchcode> -f=&lt;categorycode> -t=&lt;categorycode> -
43638               Processes a single branch, and updates the patron categories from fromcat to tocat. </para>
43639             <para>"juv2adult.pl" -f=&lt;categorycode> -t=&lt;categorycode> -v -n - Processes all
43640               branches, shows all messages, and reports the patrons who would be affected. Takes no
43641               action on the database.</para>
43642           </section>
43643         </section>
43644       </section>
43645
43646       <section id="noticescron">
43647         <title>Notices</title>
43648
43649         <para/>
43650
43651         <section id="msgqueuecron">
43652           <title>Message Queue</title>
43653
43654           <para>Script path: misc/cronjobs/process_message_queue.pl</para>
43655
43656           <para>Does: processes the message queue to send the check out, check in and hold filled
43657             emails and SMS message to users and sends outgoing emails to patrons. requires <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link> to be
43658             on</para>
43659
43660           <para>Frequency suggestion: 1-4 hours<important>
43661               <para>Item due and Advanced due notices are controlled by the <link linkend="advnoticecron">advance_notices cron</link>.</para>
43662             </important></para>
43663         </section>
43664
43665         <section id="advnoticecron">
43666           <title>Advanced Notice</title>
43667
43668           <para>Script path: misc/cronjobs/advance_notices.pl</para>
43669
43670           <para>Does: prepares "pre-due" notices and "item due" notices for
43671           patrons who request them prepares notices for patrons for items just
43672           due or coming due soon. requires <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
43673           to be on</para>
43674
43675           <para>Frequency suggestion: nightly</para>
43676
43677           <note>
43678             <para>This script does not actually send the notices. It queues
43679             them in the <link linkend="msgqueuecron">message queue</link> for
43680             later</para>
43681           </note>
43682
43683           <section id="advnoticecronperl">
43684             <title>Perl Documentation</title>
43685
43686             <para><emphasis role="bold">NAME</emphasis></para>
43687
43688             <para>advance_notices.pl - cron script to put item due reminders
43689             into message queue</para>
43690
43691             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
43692
43693             <para>./advance_notices.pl -c</para>
43694
43695             <para>or, in crontab: 0 1 * * * advance_notices.pl -c</para>
43696
43697             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43698
43699             <para>This script prepares pre-due and item due reminders to be
43700             sent to patrons. It queues them in the message queue, which is
43701             processed by the process_message_queue.pl cronjob. The type and
43702             timing of the messages can be configured by the patrons in their
43703             "My Alerts" tab in the OPAC.</para>
43704
43705             <para><emphasis role="bold">METHODS</emphasis></para>
43706
43707             <para>parse_letter</para>
43708           </section>
43709         </section>
43710
43711         <section id="overduenoticecron">
43712           <title>Overdue Notice</title>
43713
43714           <para>Script path: misc/cronjobs/overdue_notices.pl</para>
43715
43716           <para>Does: prepares messages to alert patrons of overdue messages
43717           (both via email and print)</para>
43718
43719           <para>Frequency suggestion: nightly</para>
43720
43721           <note>
43722             <para>This script does not actually send the notices. It queues
43723             them in the <link linkend="msgqueuecron">message queue</link> for
43724             later or generates the HTML for later printing</para>
43725           </note>
43726
43727           <section id="overduenoticecronperl">
43728             <title>Perl Documentation</title>
43729
43730             <para><emphasis role="bold">NAME</emphasis></para>
43731
43732             <para>overdue_notices.pl - prepare messages to be sent to patrons
43733             for overdue items</para>
43734
43735             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
43736
43737             <para>overdue_notices.pl [ -n ] [ -library &lt;branchcode&gt; ] [
43738             -library &lt;branchcode&gt;...] [ -max &lt;number of days&gt; ] [
43739             -csv [ &lt;filename&gt; ] ] [-itemscontent &lt;field list&gt;
43740             ]</para>
43741
43742             <para>Options:</para>
43743
43744             <para>-help brief help message</para>
43745
43746             <para>-man full documentation</para>
43747
43748             <para>-n No email will be sent</para>
43749
43750             <para>-max &lt;days&gt; maximum days overdue to deal with</para>
43751
43752             <para>-library &lt;branchname&gt; only deal with overdues from
43753             this library (repeatable : several libraries can be given)</para>
43754
43755             <para>-csv &lt;filename&gt; populate CSV file</para>
43756
43757             <para>-html &lt;filename&gt; Output html to file</para>
43758
43759             <para>-itemscontent &lt;list of fields&gt; item information in
43760             templates</para>
43761
43762             <para>-borcat &lt;categorycode&gt; category code that must be
43763             included</para>
43764
43765             <para>-borcatout &lt;categorycode&gt; category code that must be
43766             excluded</para>
43767
43768             <para><emphasis role="bold">OPTIONS</emphasis></para>
43769
43770             <para>-help Print a brief help message and exits.</para>
43771
43772             <para>-man Prints the manual page and exits.</para>
43773
43774             <para>-v Verbose. Without this flag set, only fatal errors are
43775             reported.</para>
43776
43777             <para>-n Do not send any email. Overdue notices that would have
43778             been sent to the patrons or to the admin are printed to standard
43779             out. CSV data (if the -csv flag is set) is written to standard out
43780             or to any csv filename given.</para>
43781
43782             <para>-max Items older than max days are assumed to be handled
43783             somewhere else, probably the longoverdues.pl script. They are
43784             therefore ignored by this program. No notices are sent for them,
43785             and they are not added to any CSV files. Defaults to 90 to match
43786             longoverdues.pl.</para>
43787
43788             <para>-library</para>
43789
43790             <para>select overdues for one specific library. Use the value in
43791             the branches.branchcode table. This option can be repeated in
43792             order to select overdues for a group of libraries.</para>
43793
43794             <para>-csv Produces CSV data. if -n (no mail) flag is set, then
43795             this CSV data is sent to standard out or to a filename if
43796             provided. Otherwise, only overdues that could not be emailed are
43797             sent in CSV format to the admin.</para>
43798
43799             <para>-itemscontent</para>
43800
43801             <para>comma separated list of fields that get substituted into
43802             templates in places of the &lt;&lt;items.content&gt;&gt;
43803             placeholder. This defaults to
43804             issuedate,title,barcode,author</para>
43805
43806             <para>Other possible values come from fields in the biblios,
43807             items, and issues tables.</para>
43808
43809             <para>-borcat Repetable field, that permit to select only few of
43810             patrons categories.</para>
43811
43812             <para>-borcatout</para>
43813
43814             <para>Repetable field, permis to exclude some patrons
43815             categories.</para>
43816
43817             <para>-t | --triggered</para>
43818
43819             <para>This option causes a notice to be generated if and only if
43820             an item is overdue by the number of days defined in a notice
43821             trigger.</para>
43822
43823             <para>By default, a notice is sent each time the script runs,
43824             which is suitable for less frequent run cron script, but requires
43825             syncing notice triggers with the cron schedule to ensure proper
43826             behavior. Add the --triggered option for daily cron, at the risk
43827             of no notice being generated if the cron fails to run on
43828             time.</para>
43829
43830             <para>-list-all</para>
43831
43832             <para>Default items.content lists only those items that fall in
43833             the range of the currently processing notice. Choose list-all to
43834             include all overdue items in the list (limited by -max
43835             setting).</para>
43836
43837             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
43838
43839             <para>This script is designed to alert patrons and administrators
43840             of overdue items.</para>
43841
43842             <para>Configuration</para>
43843
43844             <para>This script pays attention to the overdue notice
43845             configuration performed in the "Overdue notice/status triggers"
43846             section of the "Tools" area of the staff interface to Koha. There,
43847             you can choose which letter templates are sent out after a
43848             configurable number of days to patrons of each library. More
43849             information about the use of this section of Koha is available in
43850             the Koha manual.</para>
43851
43852             <para>The templates used to craft the emails are defined in the
43853             "Tools: Notices" section of the staff interface to Koha.</para>
43854
43855             <para>Outgoing emails</para>
43856
43857             <para>Typically, messages are prepared for each patron with
43858             overdue items. Messages for whom there is no email address on file
43859             are collected and sent as attachments in a single email to each
43860             library administrator, or if that is not set, then to the email
43861             address in the "KohaAdminEmailAddress" system preference.</para>
43862
43863             <para>These emails are staged in the outgoing message queue, as
43864             are messages produced by other features of Koha. This message
43865             queue must be processed regularly by the
43866             misc/cronjobs/process_message_queue.pl program.</para>
43867
43868             <para>In the event that the "-n" flag is passed to this program,
43869             no emails are sent. Instead, messages are sent on standard output
43870             from this program. They may be redirected to a file if
43871             desired.</para>
43872
43873             <para>Templates</para>
43874
43875             <para>Templates can contain variables enclosed in double angle
43876             brackets like &lt;&lt;this&gt;&gt;. Those variables will be
43877             replaced with values specific to the overdue items or relevant
43878             patron. Available variables are:</para>
43879
43880             <para>&lt;&lt;bib&gt;&gt;</para>
43881
43882             <para>the name of the library</para>
43883
43884             <para>&lt;&lt;items.content&gt;&gt;</para>
43885
43886             <para>one line for each item, each line containing a tab separated
43887             list of title, author, barcode, issuedate</para>
43888
43889             <para>&lt;&lt;borrowers.*&gt;&gt;</para>
43890
43891             <para>any field from the borrowers table</para>
43892
43893             <para>&lt;&lt;branches.*&gt;&gt;</para>
43894
43895             <para>any field from the branches table</para>
43896
43897             <para>CSV output</para>
43898
43899             <para>The "-csv" command line option lets you specify a file to
43900             which overdues data should be output in CSV format.</para>
43901
43902             <para>With the "-n" flag set, data about all overdues is written
43903             to the file. Without that flag, only information about overdues
43904             that were unable to be sent directly to the patrons will be
43905             written. In other words, this CSV file replaces the data that is
43906             typically sent to the administrator email address.</para>
43907
43908             <para><emphasis role="bold">USAGE EXAMPLES</emphasis></para>
43909
43910             <para>"overdue_notices.pl" - In this most basic usage, with no
43911             command line arguments, all libraries are processed individually,
43912             and notices are prepared for all patrons with overdue items for
43913             whom we have email addresses. Messages for those patrons for whom
43914             we have no email address are sent in a single attachment to the
43915             library administrator's email address, or to the address in the
43916             KohaAdminEmailAddress system preference.</para>
43917
43918             <para>"overdue_notices.pl -n -csv /tmp/overdues.csv" - sends no
43919             email and populates /tmp/overdues.csv with information about all
43920             overdue items.</para>
43921
43922             <para>"overdue_notices.pl -library MAIN max 14" - prepare notices
43923             of overdues in the last 2 weeks for the MAIN library.</para>
43924
43925             <para><emphasis role="bold">SEE ALSO</emphasis></para>
43926
43927             <para>The misc/cronjobs/advance_notices.pl program allows you to
43928             send messages to patrons in advance of their items becoming due,
43929             or to alert them of items that have just become due.</para>
43930
43931             <para><emphasis role="bold">INTERNAL METHODS</emphasis></para>
43932
43933             <para>These methods are internal to the operation of
43934             overdue_notices.pl.</para>
43935
43936             <para>parse_letter</para>
43937
43938             <para>parses the letter template, replacing the placeholders with
43939             data specific to this patron, biblio, or item</para>
43940
43941             <para>named parameters:</para>
43942
43943             <para>letter - required hashref</para>
43944
43945             <para>borrowernumber - required integer</para>
43946
43947             <para>substitute - optional hashref of other key/value pairs that
43948             should be substituted in the letter content</para>
43949
43950             <para>returns the "letter" hashref, with the content updated to
43951             reflect the substituted keys and values.</para>
43952
43953             <para>prepare_letter_for_printing</para>
43954
43955             <para>returns a string of text appropriate for printing in the
43956             event that an overdue notice will not be sent to the patron's
43957             email address. Depending on the desired output format, this may be
43958             a CSV string, or a human-readable representation of the
43959             notice.</para>
43960
43961             <para>required parameters:</para>
43962
43963             <para>letter</para>
43964
43965             <para>borrowernumber</para>
43966
43967             <para>optional parameters:</para>
43968
43969             <para>outputformat</para>
43970           </section>
43971         </section>
43972
43973         <section id="printholdcron">
43974           <title>Print Hold Notices</title>
43975
43976           <para>Script path: misc/cronjobs/gather_print_notices.pl</para>
43977
43978           <para>Does: looks through the message queue for hold notices that
43979           didn't go through because the patron didn't have an email address
43980           and generates a print notice</para>
43981
43982           <para>Frequency suggestion: nightly</para>
43983         </section>
43984
43985         <section id="talkingtechcrons">
43986           <title>Talking Tech</title>
43987
43988           <para>To learn more about setting up this third party product view
43989           the <link linkend="talkingtechappendix">Talking Tech
43990           Appendix</link>.</para>
43991
43992           <section id="talkingtechsendcron">
43993             <title>Sending Notices File</title>
43994
43995             <para>Script path:
43996             misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl</para>
43997
43998             <para>Does: Script to generate Spec C outbound notifications file
43999             for Talking Tech i-tiva phone notification system.</para>
44000
44001             <para>Required by: <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
44002
44003             <para>Frequency suggestion: nightly</para>
44004
44005             <section id="talkingsendcronperl">
44006               <title>Perl Documentation</title>
44007
44008               <para><emphasis role="bold">USAGE</emphasis></para>
44009
44010               <para>TalkingTech_itiva_outbound.pl</para>
44011
44012               <para>TalkingTech_itiva_outbound.pl --type=OVERDUE -w 0 -w 2 -w
44013               6 --output=/tmp/talkingtech/outbound.csv</para>
44014
44015               <para>TalkingTech_itiva_outbound.pl --type=RESERVE
44016               --type=PREOVERDUE --lang=FR</para>
44017
44018               <para>Script to generate Spec C outbound notifications file for
44019               Talking Tech i-tiva phone notification system.</para>
44020
44021               <para>--help -h</para>
44022
44023               <para>Prints this help</para>
44024
44025               <para>-v Provide verbose log information.</para>
44026
44027               <para>--output -o</para>
44028
44029               <para>Destination for outbound notifications file (CSV format).
44030               If no value is specified, output is dumped to screen.</para>
44031
44032               <para>--lang</para>
44033
44034               <para>Sets the language for all outbound messages. Currently
44035               supported values are EN, FR and ES. If no value is specified, EN
44036               will be used by default.</para>
44037
44038               <para>--type</para>
44039
44040               <para>REQUIRED. Sets which messaging types are to be used. Can
44041               be given multiple times, to specify multiple types in a single
44042               output file. Currently supported values are RESERVE, PREOVERDUE
44043               and OVERDUE. If no value is given, this script will not produce
44044               any outbound notifications.</para>
44045
44046               <para>--waiting-hold-day -w</para>
44047
44048               <para>OPTIONAL for --type=RESERVE. Sets the days after a hold
44049               has been set to waiting on which to call. Use switch as many
44050               times as desired. For example, passing "-w 0 -w 2 -w 6" will
44051               cause calls to be placed on the day the hold was set to waiting,
44052               2 days after the waiting date, and 6 days after. See example
44053               above. If this switch is not used with --type=RESERVE, calls
44054               will be placed every day until the waiting reserve is picked up
44055               or canceled.</para>
44056
44057               <para>--library-code --code -c</para>
44058
44059               <para>OPTIONAL The code of the source library of the message.
44060               The library code is used to group notices together for
44061               consortium purposes and apply library specific settings, such as
44062               prompts, to those notices. This field can be blank if all
44063               messages are from a single library.</para>
44064             </section>
44065           </section>
44066
44067           <section id="talkingtechreceivecron">
44068             <title>Receiving Notices File</title>
44069
44070             <para>Script path:
44071             misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl</para>
44072
44073             <para>Does: Script to process received Results files for Talking
44074             Tech i-tiva phone notification system.</para>
44075
44076             <para>Required by: <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
44077
44078             <para>Frequency suggestion: nightly</para>
44079
44080             <section id="talkingreceivecronperl">
44081               <title>Perl Documentation</title>
44082
44083               <para><emphasis role="bold">USAGE</emphasis></para>
44084
44085               <para>TalkingTech_itiva_inbound.pl</para>
44086
44087               <para>TalkingTech_itiva_inbound.pl -v
44088               --input=/tmp/talkingtech/results.csv</para>
44089
44090               <para>Script to process received Results files for Talking Tech
44091               i-tiva phone notification system.</para>
44092
44093               <para>--help -h</para>
44094
44095               <para>Prints this help</para>
44096
44097               <para>-v Provide verbose log information.</para>
44098
44099               <para>--input -i</para>
44100
44101               <para>REQUIRED. Path to incoming results file.</para>
44102             </section>
44103           </section>
44104         </section>
44105       </section>
44106
44107       <section id="proccartcron">
44108         <title>In Processing/Book Cart</title>
44109
44110         <para>Script path: misc/cronjobs/cart_to_shelf.pl</para>
44111
44112         <para>Does: Updates all items with a location of CART to the item's
44113         permanent location.</para>
44114
44115         <para>Required by: <link linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link>,
44116         <link linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>,
44117         &amp; <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
44118         system preferences</para>
44119
44120         <para>Frequency suggestion: hourly</para>
44121
44122         <section id="proccartcronperl">
44123           <title>Perl Documentation</title>
44124
44125           <para><emphasis role="bold">NAME</emphasis></para>
44126
44127           <para>cart_to_shelf.pl cron script to set items with location of
44128           CART to original shelving location after X hours. Execute without
44129           options for help.</para>
44130         </section>
44131       </section>
44132
44133       <section id="catalogcron">
44134         <title>Catalog</title>
44135
44136         <para/>
44137
44138         <section id="checkurlcron">
44139           <title>Check URLs</title>
44140
44141           <para>Script path: misc/cronjobs/check-url.pl</para>
44142
44143           <para>Does: checks URLs in 856$u field. Script output can now be
44144           formatted in CSV or HTML. The HTML version links directly to MARC
44145           biblio record editor.</para>
44146
44147           <para>Frequency suggestion: monthly</para>
44148
44149           <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>
44150
44151           <section id="checkurlcronperl">
44152             <title>Perl Documentation</title>
44153
44154             <para><emphasis role="bold">NAME</emphasis></para>
44155
44156             <para>C4::URL::Checker - base object for checking URL stored in
44157             Koha DB</para>
44158
44159             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
44160
44161             <programlisting>use C4::URL::Checker;
44162
44163         my $checker = C4::URL::Checker-&gt;new( );
44164         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com';
44165         my $checked_urls = $checker-&gt;check_biblio( 123 );
44166         foreach my $url ( @$checked_urls ) {
44167             print "url:        ", $url-&gt;{ url       A }, "\n",
44168                   "is_success: ", $url-&gt;{ is_success }, "\n",
44169                   "status:     ", $url-&gt;{ status     }, "\n";
44170         } </programlisting>
44171
44172             <para><emphasis role="bold">FUNCTIONS</emphasis></para>
44173
44174             <para>new</para>
44175
44176             <para>Create a URL Checker. The returned object can be used to set
44177             default host variable :</para>
44178
44179             <programlisting>my $checker = C4::URL::Checker-&gt;new( );
44180         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com'; </programlisting>
44181
44182             <para>check_biblio</para>
44183
44184             <para>Check all URL from a biblio record. Returns a pointer to an
44185             array containing all URLs with checking for each of them.</para>
44186
44187             <programlisting> my $checked_urls = $checker-&gt;check_biblio( 123 ); </programlisting>
44188
44189             <para>With 2 URLs, the returned array will look like that:</para>
44190
44191             <programlisting>     [
44192            {
44193              'url' =&gt; 'http://mylib.tamil.fr/img/62265_0055B.JPG',
44194              'is_success' =&gt; 1,
44195              'status' =&gt; 'ok'
44196            },
44197            {
44198              'url' =&gt; 'http://mylib.tamil.fr//img/62265_0055C.JPG',
44199              'is_success' =&gt; 0,
44200              'status' =&gt; '404 - Page not found'
44201            }
44202          ], </programlisting>
44203
44204             <para><emphasis role="bold">NAME</emphasis></para>
44205
44206             <para>check-url.pl - Check URLs from 856$u field.</para>
44207
44208             <para><emphasis role="bold">USAGE</emphasis></para>
44209
44210             <para>check-url.pl [--verbose|--help]
44211             [--host=http://default.tld]</para>
44212
44213             <para>Scan all URLs found in 856$u of bib records and display if
44214             resources are available or not.</para>
44215
44216             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44217
44218             <para>--host=http://default.tld</para>
44219
44220             <para>Server host used when URL doesn't have one, ie doesn't begin
44221             with 'http:'. For example, if --host=http://www.mylib.com, then
44222             when 856$u contains 'img/image.jpg', the url checked is:
44223             http://www.mylib.com/image.jpg'.</para>
44224
44225             <para>--verbose|-v</para>
44226
44227             <para>Outputs both successful and failed URLs.</para>
44228
44229             <para>--html</para>
44230
44231             <para>Formats output in HTML. The result can be redirected to a
44232             file accessible by http. This way, it's possible to link directly
44233             to biblio record in edit mode. With this parameter --host-pro is
44234             required.</para>
44235
44236             <para>--host-pro=http://koha-pro.tld</para>
44237
44238             <para>Server host used to link to biblio record editing
44239             page.</para>
44240
44241             <para>--help|-h</para>
44242
44243             <para>Print this help page.</para>
44244           </section>
44245         </section>
44246
44247         <section id="mergeauthcron">
44248           <title>Update Authorities</title>
44249
44250           <para>Script path: misc/migration_tools/merge_authority.pl</para>
44251
44252           <para>Does: Updates biblio data with changes to authorities records<note>
44253               <para>The name of this script is misleading.  This script does not merge authorities
44254                 together it instead merges authority data with linked bib records. Edits to
44255                 authority records will be applied to bibliographic records that use that authority
44256                 when this script is run.</para>
44257             </note></para>
44258
44259           <para>Required by: <link linkend="dontmerge">dontmerge</link> system
44260           preference</para>
44261
44262           <para>Frequency suggestion: nightly</para>
44263         </section>
44264
44265         <section id="serialscron">
44266           <title>Serials Update</title>
44267
44268           <para>Script path: misc/cronjobs/serialsUpdate.pl</para>
44269
44270           <para>Does: checks if there is a "late" issue on active
44271           subscriptions, and if there is, the script will set it as late, and
44272           add the next one as expected.</para>
44273
44274           <para>Frequency suggestion: nightly</para>
44275         </section>
44276       </section>
44277
44278       <section id="opaccrons">
44279         <title>OPAC</title>
44280
44281         <para/>
44282
44283         <section id="customrssfeedcron">
44284           <title>RSS Feeds</title>
44285
44286           <para>Script path: misc/cronjobs/rss/rss.pl</para>
44287
44288           <para>Does: Produces an RSS XML document for any SQL query (not used
44289           for search results RSS feed). <link linkend="customrss">Learn
44290           more</link>.</para>
44291
44292           <para>Frequency suggestion: hourly</para>
44293         </section>
44294
44295         <section id="authbrowsercron">
44296           <title>Authorities Browser</title>
44297
44298           <para>Script path: misc/cronjobs/build_browser_and_cloud.pl</para>
44299
44300           <para>Does: Generate content for authorities browse in OPAC</para>
44301
44302           <para>Required by: <link linkend="OpacBrowser">OpacBrowser</link> system preference<important>
44303               <para>This preference and cron job should only be used on French systems.</para>
44304             </important></para>
44305         </section>
44306
44307         <section id="keywordclouds">
44308           <title>Subject/Author Clouds</title>
44309
44310           <para>Script path: misc/cronjobs/cloud-kw.pl</para>
44311
44312           <para>Does: Generates HTML keywords clouds from Koha Zebra indexes.
44313           misc/cronjobs/cloud-sample.conf has a sample of how this script
44314           operates.</para>
44315
44316           <para>Frequency: This is the type of script you can run once a month
44317           or so, the content generated isn't going to change very much over
44318           time.</para>
44319
44320           <section id="keywordcloudsperl">
44321             <title>Perl Documentation</title>
44322
44323             <para><emphasis role="bold">NAME</emphasis></para>
44324
44325             <para>cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra
44326             Indexes</para>
44327
44328             <para><emphasis role="bold">USAGE</emphasis></para>
44329
44330             <para>cloud-kw.pl [--verbose|--help] --conf=cloud.conf</para>
44331
44332             <para>Creates multiple HTML files containing keywords cloud with
44333             top terms sorted by their logarithmic weight. cloud.conf is a YAML
44334             configuration file driving cloud generation process.</para>
44335
44336             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44337
44338             <para>--conf=configuration file</para>
44339
44340             <para>Specify configuration file name</para>
44341
44342             <para>--verbose|-v</para>
44343
44344             <para>Enable script verbose mode.</para>
44345
44346             <para>--help|-h</para>
44347
44348             <para>Print this help page.</para>
44349
44350             <para><emphasis role="bold">CONFIGURATION</emphasis></para>
44351
44352             <para>Configuration file looks like that:</para>
44353
44354             <para><programlisting>  ---
44355          # Koha configuration file for a specific installation
44356          # If not present, defaults to KOHA_CONF
44357          KohaConf: /home/koha/mylibray/etc/koha-conf.xml
44358          # Zebra index to scan
44359          ZebraIndex: Author
44360          # Koha index used to link found kewords with an opac search URL
44361          KohaIndex: au
44362          # Number of top keyword to use for the cloud
44363          Count: 50
44364          # Include CSS style directives with the cloud
44365          # This could be used as a model and then CSS directives are
44366          # put in the appropriate CSS file directly.
44367          Withcss: Yes
44368          # HTML file where to output the cloud
44369          Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
44370         ---
44371          KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
44372          ZebraIndex: Subject
44373          KohaIndex: su
44374          Count: 200
44375          Withcss: no
44376          Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</programlisting><emphasis role="bold">IMPROVEMENTS</emphasis></para>
44377
44378             <para>Generated top terms have more informations than those
44379             outputted from the time being. Some parameters could be easily
44380             added to improve this script:</para>
44381
44382             <para>WithCount</para>
44383
44384             <para>In order to output terms with the number of occurrences they
44385             have been found in Koha Catalogue by Zebra.</para>
44386
44387             <para>CloudLevels</para>
44388
44389             <para>Number of levels in the cloud. Now 24 levels are
44390             hardcoded.</para>
44391
44392             <para>Weighting</para>
44393
44394             <para>Weighting method used to distribute terms in the cloud. We
44395             could have two values: Logarithmic and Linear. Now it's
44396             Logarithmic by default.</para>
44397
44398             <para>Order</para>
44399
44400             <para>Now terms are outputted in the lexical order. They could be
44401             sorted by their weight.</para>
44402           </section>
44403         </section>
44404       </section>
44405
44406       <section id="systemcron">
44407         <title>System Administration</title>
44408
44409         <para/>
44410
44411         <section id="cleandbcron">
44412           <title>Clean up Database</title>
44413
44414           <para>Script path: misc/cronjobs/cleanup_database.pl</para>
44415
44416           <para>Does: Truncates the sessions table, cleans out old zebraqueue entries, action logs
44417             and staged MARC files.</para>
44418           <section>
44419             <title>Perl Documentation</title>
44420             <para><emphasis role="bold">USAGE</emphasis></para>
44421             <para>kohaclone/misc/cronjobs/cleanup_database.pl [-h|--help] [--sessions] [--sessdays
44422               DAYS] [-v|--verbose] [--zebraqueue DAYS] [-m|--mail] [--merged] [--import DAYS]
44423               [--logs DAYS] [--searchhistory DAYS]</para>
44424             <para><emphasis role="bold">PARAMETERS</emphasis></para>
44425             <para>-h --help </para>
44426             <para>prints this help message, and exits, ignoring all other options</para>
44427             <para>--sessions </para>
44428             <para>purge the sessions table. If you use this while users are logged into Koha, they
44429               will have to reconnect.</para>
44430             <para>--sessdays DAYS </para>
44431             <para>purge only sessions older than DAYS days</para>
44432             <para>-v --verbose </para>
44433             <para>will cause the script to give you a bit more information about the run.</para>
44434             <para>--zebraqueue DAYS </para>
44435             <para>purge completed zebraqueue entries older than DAYS days. Defaults to 30 days if no
44436               days specified.</para>
44437             <para>-m --mail DAYS </para>
44438             <para>purge items from the mail queue that are older than DAYS days. Defaults to 30 days
44439               if no days specified.</para>
44440             <para>--merged </para>
44441             <para>purged completed entries from need_merge_authorities.</para>
44442             <para>--import DAYS </para>
44443             <para>purge records from import tables older than DAYS days. Defaults to 60 days if no
44444               days specified</para>
44445             <para>--z3950 </para>
44446             <para>purge records from import tables that are the result of Z39.50 searches</para>
44447             <para>--logs DAYS </para>
44448             <para>purge entries from action_logs older than DAYS days. Defaults to 180 days if no
44449               days specified</para>
44450             <para>--searchhistory DAYS </para>
44451             <para>purge entries from search_history older than DAYS days. Defaults to 30 days if no
44452               days specified</para>
44453             <para>--list-invites DAYS </para>
44454             <para>purge (unaccepted) list share invites older than DAYS days. Defaults to 14 days if
44455               no days specified.</para>
44456           </section>
44457         </section>
44458       </section>
44459
44460       <section id="acqcrons">
44461         <title>Acquisitions</title>
44462
44463         <section id="cleansuggcron">
44464           <title>Clean up old suggestions</title>
44465
44466           <para>Script path: misc/cronjobs/purge_suggestions.pl</para>
44467
44468           <para>Does: Removes old (defined by you) suggestions from the
44469           suggestion management area.</para>
44470         </section>
44471       </section>
44472
44473       <section id="deprecatedcrons">
44474         <title>Deprecated scripts</title>
44475
44476         <para>These should not be run without modification:</para>
44477
44478         <para>Script path: misc/cronjobs/update_items.pl</para>
44479
44480         <para>Script path:misc/cronjobs/smsoverdues.pl</para>
44481
44482         <para>Script path:misc/cronjobs/notifyMailsOp.pl</para>
44483
44484         <para>Script path:misc/cronjobs/reservefix.pl</para>
44485
44486         <para>Script path:misc/cronjobs/zebraqueue_start.pl</para>
44487       </section>
44488     </section>
44489   </chapter>
44490
44491   <chapter id="webservices">
44492     <title>Web Services</title>
44493
44494     <para/>
44495
44496     <section id="OAI-PMHservice">
44497       <title>OAI-PMH</title>
44498
44499       <para/>
44500
44501       <section id="oaiconfsample">
44502         <title>Sample OAI Conf File</title>
44503
44504         <para><programlisting>       format:
44505          vs:
44506            metadataPrefix: vs
44507            metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
44508            schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
44509            xsl_file: /usr/local/koha/xslt/vs.xsl
44510          marcxml:
44511            metadataPrefix: marxml
44512            metadataNamespace: http://www.loc.gov/MARC21/slim
44513 http://www.loc.gov/standards/marcxml/schema/MARC21slim
44514            schema: http://www.loc.gov/MARC21/slim
44515 http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
44516          oai_dc:
44517            metadataPrefix: oai_dc
44518            metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
44519            schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
44520            xsl_file:
44521 /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl</programlisting></para>
44522       </section>
44523     </section>
44524     <section id="Rest-services">
44525       <title>REST services</title>
44526
44527       <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>
44528       <para>Services provided in 1.4 version are:
44529       <programlisting>
44530            GET branches
44531            GET user/byid/:borrowernumber/holds
44532            GET user/:user_name/holds
44533            GET user/byid/:borrowernumber/issues
44534            GET user/:user_name/issues
44535            GET user/:user_name/issues_history
44536            GET user/byid/:borrowernumber/issues_history
44537            GET user/today
44538            GET user/all
44539            POST user
44540            PUT user/:user_name
44541            GET biblio/:biblionumber/items
44542            GET biblio/:biblionumber/holdable
44543            GET biblio/:biblionumber/items_holdable_status
44544            GET item/:itemnumber/holdable
44545            PUT auth/change_password
44546            GET /suggestions
44547            GET /suggestions/:suggestionid
44548            POST /suggestions
44549            PUT /suggestions/:suggestionid
44550            DELETE /suggestions/:suggestionid
44551       </programlisting>
44552       </para>
44553     </section>
44554   </chapter>
44555
44556   <chapter id="sru">
44557     <title>Using the SRU server</title>
44558
44559     <section id="usingsru">
44560       <sectioninfo>
44561         <authorgroup>
44562           <author>
44563             <firstname>Nicolas</firstname>
44564             <surname>Morin</surname>
44565             <affiliation>
44566               <orgname>BibLibre</orgname>
44567             </affiliation>
44568           </author>
44569           
44570           <editor>
44571             <firstname>Nicole C.</firstname>
44572             <surname>Engard</surname>
44573             <contrib>Edits where necessary.</contrib>
44574           </editor>
44575         </authorgroup>
44576         
44577         <pubdate>December 2009</pubdate>
44578       </sectioninfo>
44579       <title>Using the SRU server</title>
44580
44581       <para>Koha implements the Search/Retrieve via URL (SRU) protocol. More
44582       information about the protocol itself can be found at <ulink url="http://www.loc.gov/standards/sru/">http://www.loc.gov/standards/sru/</ulink>.
44583       The version implemented is version 1.1.</para>
44584
44585       <section id="sru_explain">
44586         <title>Explain</title>
44587
44588         <para>If you want to have information about the implementation of SRU
44589         on a given server, you should have access to the Explain file using a
44590         request to the server without any parameter. Like
44591         &lt;http://myserver.com:9999/biblios/&gt;. The response from the
44592         server is an XML file that should look like the following and will
44593         give you information about the default settings of the SRU
44594         server.</para>
44595
44596         <programlisting>
44597                &lt;zs:explainResponse&gt;
44598                     &lt;zs:version&gt;1.1&lt;/zs:version&gt;
44599                     &lt;zs:record&gt;
44600                          &lt;zs:recordSchema&gt;http://explain.z3950.org/dtd/2.0/&lt;/zs:recordSchema&gt;
44601                          &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
44602                          &lt;zs:recordData&gt;
44603                          &lt;explain xml:base="zebradb/explain-biblios.xml"&gt;
44604                          &lt;!--
44605                          try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
44606                          --&gt;
44607                     &lt;serverInfo protocol="SRW/SRU/Z39.50"&gt;
44608                          &lt;host&gt;biblibre&lt;/host&gt;
44609                          &lt;port&gt;9999&lt;/port&gt;
44610                          &lt;database&gt;biblios&lt;/database&gt;
44611                     &lt;/serverInfo&gt;
44612                     &lt;databaseInfo&gt;
44613                          &lt;title lang="en" primary="true"&gt;Koha 3 Bibliographic SRU/SRW/Z39.50 server&lt;/title&gt;
44614                          &lt;description lang="en" primary="true"&gt;Koha 3 Bibliographic Server&lt;/description&gt;
44615                          &lt;links&gt;
44616                               &lt;sru&gt;http://biblibre:9999&lt;/sru&gt;
44617                          &lt;/links&gt;
44618                     &lt;/databaseInfo&gt;
44619                     &lt;indexInfo&gt;
44620                          &lt;set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1"&gt;
44621                               &lt;title&gt;CQL Standard Set&lt;/title&gt;
44622                          &lt;/set&gt;
44623                          &lt;index search="true" scan="true" sort="false"&gt;
44624                          &lt;title lang="en"&gt;CQL Server Choice&lt;/title&gt;
44625                          &lt;map&gt;
44626                               &lt;name set="cql"&gt;serverChoice&lt;/name&gt;
44627                          &lt;/map&gt;
44628                     &lt;map&gt;
44629                        &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
44630                        &lt;/map&gt;
44631                   &lt;/index&gt;
44632               &lt;index search="true" scan="true" sort="false"&gt;
44633                  &lt;title lang="en"&gt;CQL All&lt;/title&gt;
44634                      &lt;map&gt;
44635         &lt;name set="cql"&gt;all&lt;/name&gt;
44636         &lt;/map&gt;
44637         &lt;map&gt;
44638         &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
44639         &lt;/map&gt;
44640         &lt;/index&gt;
44641         &lt;!-- Record ID index --&gt;
44642         &lt;index search="true" scan="true" sort="false"&gt;
44643         &lt;title lang="en"&gt;Record ID&lt;/title&gt;
44644         &lt;map&gt;
44645         &lt;name set="rec"&gt;id&lt;/name&gt;
44646         &lt;/map&gt;
44647         &lt;map&gt;
44648         &lt;attr type="1" set="bib1"&gt;rec:id&lt;/attr&gt;
44649         &lt;attr type="4" set="bib1"&gt;3&lt;/attr&gt;
44650         &lt;/map&gt;
44651         &lt;/index&gt;
44652           </programlisting>
44653       </section>
44654
44655       <section id="sru_search">
44656         <title>Search</title>
44657
44658         <para>This url :
44659         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs
44660         is composed of the following elements:</para>
44661
44662         <itemizedlist>
44663           <listitem>
44664             <para>base url of the SRU server :
44665             http://myserver.com:9999/biblios?</para>
44666           </listitem>
44667
44668           <listitem>
44669             <para>search part with the 3 required parameters : version,
44670             operation and query. The parameters within the search part should
44671             be of the key=value form, and can be combined with the &amp;
44672             character.</para>
44673           </listitem>
44674         </itemizedlist>
44675
44676         <para>One can add optional parameters to the query, for instance
44677         maximumRecords indicating the maximum number of records to be returned
44678         by the server. So
44679         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs&amp;maximumRecords=5
44680         will only get the first 5 results results from the server.</para>
44681
44682         <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>
44683         gives more details about the search operations and in particular the
44684         list of optional parameters for searching.</para>
44685
44686         <section id="sru_search_more_details">
44687           <title>More details about Search</title>
44688
44689           <para>The "operation" key can take two values: scan or
44690           searchRetrieve.</para>
44691
44692           <para>If operation=searchRetrieve, then the search key should be
44693           query. As in : operation=searchRetrieve&amp;query=reefs</para>
44694
44695           <para>If operation=scan, then the search key should be scanClause.
44696           As in : operation=scan&amp;scanClause=reefs</para>
44697
44698           <para>etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes
44699           that exist on your system. For instance you'll see that we have
44700           indexes for Subject and for Title: att 21 Subject and att 4 Title
44701           respectively.</para>
44702
44703           <para>In the pqf.properties file located under
44704           etc/zebradb/pqf.properties I see that an access point already uses
44705           my Subject index (index.dc.subject = 1=21) while another uses my
44706           Title index (index.dc.title = 1=4) I know this is my Subject index
44707           because as I've seen just before in my bib1.att file, it's called
44708           with =1=21 in Z3950: so index.dc.subject = 1=21 correctly points to
44709           my Subject index. And Title was called with 1=4 so index.dc.title =
44710           1=4 correctly points to my Title index. I can now construct my query
44711           just like I would in a search box, just preceding it with the
44712           "query" key: query=Subject=reefs and Title=coral searches "reefs" in
44713           the subject and "coral" in the title. The full url would be
44714           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
44715           and Title=coral If I want to limit the result set to just 5 records,
44716           I can do
44717           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
44718           and Title=coral&amp;maximumRecords=5</para>
44719
44720           <para>I can also play with truncate, relations, etc. Those are also
44721           defined in my pqf.properties file. I can see for instance the
44722           position properties defined as:</para>
44723
44724           <programlisting>
44725                position.first              = 3=1 6=1
44726               # "first in field"
44727                position.any                = 3=3 6=1
44728                  # "any position in field"
44729                </programlisting>
44730
44731           <para>So as an example if I want "coral" to be at the beginning of
44732           the title, I can do this query :
44733           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Title=coral
44734           first</para>
44735         </section>
44736       </section>
44737
44738       <section id="sru_retrieve">
44739         <title>Retrieve</title>
44740
44741         <para>My search for
44742         http://univ_lyon3.biblibre.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=coral
44743         reefs&amp;maximumRecords=1 retrieves just on record. The response
44744         looks like this:</para>
44745
44746         <programlisting>
44747           &lt;zs:searchRetrieveResponse&gt;
44748 &lt;zs:version&gt;1.1&lt;/zs:version&gt;
44749 &lt;zs:numberOfRecords&gt;1&lt;/zs:numberOfRecords&gt;
44750 &lt;zs:records&gt;
44751 &lt;zs:record&gt;
44752 &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
44753 &lt;zs:recordData&gt;
44754 &lt;record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"&gt;
44755 &lt;leader&gt; cam a22 4500&lt;/leader&gt;
44756 &lt;datafield tag="010" ind1=" " ind2=" "&gt;
44757 &lt;subfield code="a"&gt;2-603-01193-6&lt;/subfield&gt;
44758 &lt;subfield code="b"&gt;rel.&lt;/subfield&gt;
44759 &lt;subfield code="d"&gt;159 F&lt;/subfield&gt;
44760 &lt;/datafield&gt;
44761 &lt;datafield tag="020" ind1=" " ind2=" "&gt;
44762 &lt;subfield code="a"&gt;FR&lt;/subfield&gt;
44763 &lt;subfield code="b"&gt;00065351&lt;/subfield&gt;
44764 &lt;/datafield&gt;
44765 &lt;datafield tag="101" ind1="1" ind2=" "&gt;
44766 &lt;subfield code="c"&gt;ita&lt;/subfield&gt;
44767 &lt;/datafield&gt;
44768 &lt;datafield tag="105" ind1=" " ind2=" "&gt;
44769 &lt;subfield code="a"&gt;a z 00|y|&lt;/subfield&gt;
44770 &lt;/datafield&gt;
44771 &lt;datafield tag="106" ind1=" " ind2=" "&gt;
44772 &lt;subfield code="a"&gt;r&lt;/subfield&gt;
44773 &lt;/datafield&gt;
44774 &lt;datafield tag="100" ind1=" " ind2=" "&gt;
44775 &lt;subfield code="a"&gt;20091130 frey50 &lt;/subfield&gt;
44776 &lt;/datafield&gt;
44777 &lt;datafield tag="200" ind1="1" ind2=" "&gt;
44778 &lt;subfield code="a"&gt;Guide des récifs coralliens / A Guide to Coral Reefs&lt;/subfield&gt;
44779 &lt;subfield code="b"&gt;Texte imprimé&lt;/subfield&gt;
44780 &lt;subfield code="e"&gt;la faune sous-marine des coraux&lt;/subfield&gt;
44781 &lt;subfield code="f"&gt;A. et A. Ferrari&lt;/subfield&gt;
44782 &lt;/datafield&gt;
44783 &lt;datafield tag="210" ind1=" " ind2=" "&gt;
44784 &lt;subfield code="a"&gt;Lausanne&lt;/subfield&gt;
44785 &lt;subfield code="a"&gt;Paris&lt;/subfield&gt;
44786 &lt;subfield code="c"&gt;Delachaux et Niestlé&lt;/subfield&gt;
44787 &lt;subfield code="d"&gt;cop. 2000&lt;/subfield&gt;
44788 &lt;subfield code="e"&gt;impr. en Espagne&lt;/subfield&gt;
44789 &lt;/datafield&gt;
44790 &lt;datafield tag="215" ind1=" " ind2=" "&gt;
44791 &lt;subfield code="a"&gt;287 p.&lt;/subfield&gt;
44792 &lt;subfield code="c"&gt;ill. en coul., couv. ill. en coul.&lt;/subfield&gt;
44793 &lt;subfield code="d"&gt;20 cm&lt;/subfield&gt;
44794 &lt;/datafield&gt;
44795 ......
44796 &lt;idzebra&gt;
44797 &lt;size&gt;4725&lt;/size&gt;
44798 &lt;localnumber&gt;2&lt;/localnumber&gt;
44799 &lt;filename&gt;/tmp/nw10BJv9Pk/upd_biblio/exported_records&lt;/filename&gt;
44800 &lt;/idzebra&gt;
44801 &lt;/record&gt;
44802 &lt;/zs:recordData&gt;
44803 &lt;zs:recordPosition&gt;1&lt;/zs:recordPosition&gt;
44804 &lt;/zs:record&gt;
44805 &lt;/zs:records&gt;
44806 &lt;/zs:searchRetrieveResponse&gt;
44807
44808           </programlisting>
44809       </section>
44810     </section>
44811   </chapter>
44812
44813   <appendix id="sysprefdefaults">
44814     <title>System Preference Defaults</title>
44815
44816     <para/>
44817
44818     <section id="isbddefaults">
44819       <title>ISBD Defaults</title>
44820
44821       <para/>
44822
44823       <section id="isbddefault">
44824         <title>MARC Default</title>
44825
44826         <para>#100||{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{
44827         110d }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h
44828         }{ 130k }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{
44829         130t }|&lt;br/&gt;&lt;br/&gt;</para>
44830
44831         <para>#245||{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{
44832         245s }{ 245h }|</para>
44833
44834         <para>#246||{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p
44835         }{ 246h }|</para>
44836
44837         <para>#242||{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }|</para>
44838
44839         <para>#245||{ 245c }|</para>
44840
44841         <para>#242||{ = 242c }|</para>
44842
44843         <para>#250| - |{ 250a }{ 250b }|</para>
44844
44845         <para>#254|, |{ 254a }|</para>
44846
44847         <para>#255|, |{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g
44848         }|</para>
44849
44850         <para>#256|, |{ 256a }|</para>
44851
44852         <para>#257|, |{ 257a }|</para>
44853
44854         <para>#258|, |{ 258a }{ 258b }|</para>
44855
44856         <para>#260| - |{ 260a }{ 260b }{ 260c }|</para>
44857
44858         <para>#300| - |{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g
44859         }|</para>
44860
44861         <para>#306| - |{ 306a }|</para>
44862
44863         <para>#307| - |{ 307a }{ 307b }|</para>
44864
44865         <para>#310| - |{ 310a }{ 310b }|</para>
44866
44867         <para>#321| - |{ 321a }{ 321b }|</para>
44868
44869         <para>#340| - |{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f
44870         }{ 340h }{ 340i }|</para>
44871
44872         <para>#342| - |{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g
44873         }{ 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{
44874         342p }{ 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }|</para>
44875
44876         <para>#343| - |{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g
44877         }{ 343h }{ 343i }|</para>
44878
44879         <para>#351| - |{ 3513 }{ 351a }{ 351b }{ 351c }|</para>
44880
44881         <para>#352| - |{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g
44882         }{ 352i }{ 352q }|</para>
44883
44884         <para>#362| - |{ 362a }{ 351z }|</para>
44885
44886         <para>#440| - |{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }|.</para>
44887
44888         <para>#490| - |{ 490a }{ 490v }{ 490x }|.</para>
44889
44890         <para>#800| - |{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g
44891         }{ 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{
44892         800q }{ 800r }{ 800s }{ 800t }{ 800u }{ 800v }|.</para>
44893
44894         <para>#810| - |{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g
44895         }{ 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{
44896         810s }{ 810t }{ 810u }{ 810v }|.</para>
44897
44898         <para>#811| - |{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h
44899         }{ 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{
44900         811v }|.</para>
44901
44902         <para>#830| - |{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l
44903         }{ 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v
44904         }|.</para>
44905
44906         <para>#500|&lt;br/&gt;&lt;br/&gt;|{ 5003 }{ 500a }|</para>
44907
44908         <para>#501|&lt;br/&gt;&lt;br/&gt;|{ 501a }|</para>
44909
44910         <para>#502|&lt;br/&gt;&lt;br/&gt;|{ 502a }|</para>
44911
44912         <para>#504|&lt;br/&gt;&lt;br/&gt;|{ 504a }|</para>
44913
44914         <para>#505|&lt;br/&gt;&lt;br/&gt;|{ 505a }{ 505t }{ 505r }{ 505g }{
44915         505u }|</para>
44916
44917         <para>#506|&lt;br/&gt;&lt;br/&gt;|{ 5063 }{ 506a }{ 506b }{ 506c }{
44918         506d }{ 506u }|</para>
44919
44920         <para>#507|&lt;br/&gt;&lt;br/&gt;|{ 507a }{ 507b }|</para>
44921
44922         <para>#508|&lt;br/&gt;&lt;br/&gt;|{ 508a }{ 508a }|</para>
44923
44924         <para>#510|&lt;br/&gt;&lt;br/&gt;|{ 5103 }{ 510a }{ 510x }{ 510c }{
44925         510b }|</para>
44926
44927         <para>#511|&lt;br/&gt;&lt;br/&gt;|{ 511a }|</para>
44928
44929         <para>#513|&lt;br/&gt;&lt;br/&gt;|{ 513a }{513b }|</para>
44930
44931         <para>#514|&lt;br/&gt;&lt;br/&gt;|{ 514z }{ 514a }{ 514b }{ 514c }{
44932         514d }{ 514e }{ 514f }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m
44933         }{ 514u }|</para>
44934
44935         <para>#515|&lt;br/&gt;&lt;br/&gt;|{ 515a }|</para>
44936
44937         <para>#516|&lt;br/&gt;&lt;br/&gt;|{ 516a }|</para>
44938
44939         <para>#518|&lt;br/&gt;&lt;br/&gt;|{ 5183 }{ 518a }|</para>
44940
44941         <para>#520|&lt;br/&gt;&lt;br/&gt;|{ 5203 }{ 520a }{ 520b }{ 520u
44942         }|</para>
44943
44944         <para>#521|&lt;br/&gt;&lt;br/&gt;|{ 5213 }{ 521a }{ 521b }|</para>
44945
44946         <para>#522|&lt;br/&gt;&lt;br/&gt;|{ 522a }|</para>
44947
44948         <para>#524|&lt;br/&gt;&lt;br/&gt;|{ 524a }|</para>
44949
44950         <para>#525|&lt;br/&gt;&lt;br/&gt;|{ 525a }|</para>
44951
44952         <para>#526|&lt;br/&gt;&lt;br/&gt;|{\n510i }{\n510a }{ 510b }{ 510c }{
44953         510d }{\n510x }|</para>
44954
44955         <para>#530|&lt;br/&gt;&lt;br/&gt;|{\n5063 }{\n506a }{ 506b }{ 506c }{
44956         506d }{\n506u }|</para>
44957
44958         <para>#533|&lt;br/&gt;&lt;br/&gt;|{\n5333 }{\n533a }{\n533b }{\n533c
44959         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }|</para>
44960
44961         <para>#534|&lt;br/&gt;&lt;br/&gt;|{\n533p }{\n533a }{\n533b }{\n533c
44962         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }{\n533t }{\n533x
44963         }{\n533z }|</para>
44964
44965         <para>#535|&lt;br/&gt;&lt;br/&gt;|{\n5353 }{\n535a }{\n535b }{\n535c
44966         }{\n535d }|</para>
44967
44968         <para>#538|&lt;br/&gt;&lt;br/&gt;|{\n5383 }{\n538a }{\n538i }{\n538u
44969         }|</para>
44970
44971         <para>#540|&lt;br/&gt;&lt;br/&gt;|{\n5403 }{\n540a }{ 540b }{ 540c }{
44972         540d }{\n520u }|</para>
44973
44974         <para>#544|&lt;br/&gt;&lt;br/&gt;|{\n5443 }{\n544a }{\n544b }{\n544c
44975         }{\n544d }{\n544e }{\n544n }|</para>
44976
44977         <para>#545|&lt;br/&gt;&lt;br/&gt;|{\n545a }{ 545b }{\n545u }|</para>
44978
44979         <para>#546|&lt;br/&gt;&lt;br/&gt;|{\n5463 }{\n546a }{ 546b }|</para>
44980
44981         <para>#547|&lt;br/&gt;&lt;br/&gt;|{\n547a }|</para>
44982
44983         <para>#550|&lt;br/&gt;&lt;br/&gt;|{ 550a }|</para>
44984
44985         <para>#552|&lt;br/&gt;&lt;br/&gt;|{ 552z }{ 552a }{ 552b }{ 552c }{
44986         552d }{ 552e }{ 552f }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l
44987         }{ 552m }{ 552n }{ 562o }{ 552p }{ 552u }|</para>
44988
44989         <para>#555|&lt;br/&gt;&lt;br/&gt;|{ 5553 }{ 555a }{ 555b }{ 555c }{
44990         555d }{ 555u }|</para>
44991
44992         <para>#556|&lt;br/&gt;&lt;br/&gt;|{ 556a }{ 506z }|</para>
44993
44994         <para>#563|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 563a }{ 563u }|</para>
44995
44996         <para>#565|&lt;br/&gt;&lt;br/&gt;|{ 5653 }{ 565a }{ 565b }{ 565c }{
44997         565d }{ 565e }|</para>
44998
44999         <para>#567|&lt;br/&gt;&lt;br/&gt;|{ 567a }|</para>
45000
45001         <para>#580|&lt;br/&gt;&lt;br/&gt;|{ 580a }|</para>
45002
45003         <para>#581|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 581a }{ 581z }|</para>
45004
45005         <para>#584|&lt;br/&gt;&lt;br/&gt;|{ 5843 }{ 584a }{ 584b }|</para>
45006
45007         <para>#585|&lt;br/&gt;&lt;br/&gt;|{ 5853 }{ 585a }|</para>
45008
45009         <para>#586|&lt;br/&gt;&lt;br/&gt;|{ 5863 }{ 586a }|</para>
45010
45011         <para>#020|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISBN: &lt;/label&gt;|{
45012         020a }{ 020c }|</para>
45013
45014         <para>#022|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISSN: &lt;/label&gt;|{
45015         022a }|</para>
45016
45017         <para>#222| = |{ 222a }{ 222b }|</para>
45018
45019         <para>#210| = |{ 210a }{ 210b }|</para>
45020
45021         <para>#024|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard No.:
45022         &lt;/label&gt;|{ 024a }{ 024c }{ 024d }{ 0242 }|</para>
45023
45024         <para>#027|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard Tech. Report.
45025         No.: &lt;/label&gt;|{ 027a }|</para>
45026
45027         <para>#028|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Publisher. No.:
45028         &lt;/label&gt;|{ 028a }{ 028b }|</para>
45029
45030         <para>#013|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Patent No.:
45031         &lt;/label&gt;|{ 013a }{ 013b }{ 013c }{ 013d }{ 013e }{ 013f
45032         }|</para>
45033
45034         <para>#030|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;CODEN: &lt;/label&gt;|{
45035         030a }|</para>
45036
45037         <para>#037|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Source: &lt;/label&gt;|{
45038         037a }{ 037b }{ 037c }{ 037f }{ 037g }{ 037n }|</para>
45039
45040         <para>#010|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LCCN: &lt;/label&gt;|{
45041         010a }|</para>
45042
45043         <para>#015|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. No.:
45044         &lt;/label&gt;|{ 015a }{ 0152 }|</para>
45045
45046         <para>#016|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. Agency Control
45047         No.: &lt;/label&gt;|{ 016a }{ 0162 }|</para>
45048
45049         <para>#600|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Personal
45050         Names: &lt;/label&gt;|{\n6003 }{\n600a}{ 600b }{ 600c }{ 600d }{ 600e
45051         }{ 600f }{ 600g }{ 600h }{--600k}{ 600l }{ 600m }{ 600n }{ 600o
45052         }{--600p}{ 600r }{ 600s }{ 600t }{ 600u
45053         }{--600x}{--600z}{--600y}{--600v}|</para>
45054
45055         <para>#610|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Corporate
45056         Names: &lt;/label&gt;|{\n6103 }{\n610a}{ 610b }{ 610c }{ 610d }{ 610e
45057         }{ 610f }{ 610g }{ 610h }{--610k}{ 610l }{ 610m }{ 610n }{ 610o
45058         }{--610p}{ 610r }{ 610s }{ 610t }{ 610u
45059         }{--610x}{--610z}{--610y}{--610v}|</para>
45060
45061         <para>#611|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Meeting Names:
45062         &lt;/label&gt;|{\n6113 }{\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f
45063         }{ 611g }{ 611h }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{
45064         611r }{ 611s }{ 611t }{ 611u }{--611x}{--611z}{--611y}{--611v}|</para>
45065
45066         <para>#630|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Uniform
45067         Titles: &lt;/label&gt;|{\n630a}{ 630b }{ 630c }{ 630d }{ 630e }{ 630f
45068         }{ 630g }{ 630h }{--630k }{ 630l }{ 630m }{ 630n }{ 630o }{--630p}{
45069         630r }{ 630s }{ 630t }{--630x}{--630z}{--630y}{--630v}|</para>
45070
45071         <para>#648|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Chronological
45072         Terms: &lt;/label&gt;|{\n6483 }{\n648a
45073         }{--648x}{--648z}{--648y}{--648v}|</para>
45074
45075         <para>#650|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Topical Terms:
45076         &lt;/label&gt;|{\n6503 }{\n650a}{ 650b }{ 650c }{ 650d }{ 650e
45077         }{--650x}{--650z}{--650y}{--650v}|</para>
45078
45079         <para>#651|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Geographic
45080         Terms: &lt;/label&gt;|{\n6513 }{\n651a}{ 651b }{ 651c }{ 651d }{ 651e
45081         }{--651x}{--651z}{--651y}{--651v}|</para>
45082
45083         <para>#653|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Index Terms:
45084         &lt;/label&gt;|{ 653a }|</para>
45085
45086         <para>#654|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Facted Index
45087         Terms: &lt;/label&gt;|{\n6543
45088         }{\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}|</para>
45089
45090         <para>#655|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Genre/Form:
45091         &lt;/label&gt;|{\n6553 }{\n655a}{--655b}{--655x
45092         }{--655z}{--655y}{--655v}|</para>
45093
45094         <para>#656|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Occupation:
45095         &lt;/label&gt;|{\n6563
45096         }{\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}|</para>
45097
45098         <para>#657|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Function:
45099         &lt;/label&gt;|{\n6573
45100         }{\n657a}{--657x}{--657z}{--657y}{--657v}|</para>
45101
45102         <para>#658|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Curriculum
45103         Objective:
45104         &lt;/label&gt;|{\n658a}{--658b}{--658c}{--658d}{--658v}|</para>
45105
45106         <para>#050|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LC Class. No.:
45107         &lt;/label&gt;|{ 050a }{ / 050b }|</para>
45108
45109         <para>#082|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Dewey Class. No.:
45110         &lt;/label&gt;|{ 082a }{ / 082b }|</para>
45111
45112         <para>#080|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Universal Decimal Class.
45113         No.: &lt;/label&gt;|{ 080a }{ 080x }{ / 080b }|</para>
45114
45115         <para>#070|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Agricultural
45116         Library Call No.: &lt;/label&gt;|{ 070a }{ / 070b }|</para>
45117
45118         <para>#060|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Library of
45119         Medicine Call No.: &lt;/label&gt;|{ 060a }{ / 060b }|</para>
45120
45121         <para>#074|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;GPO Item No.:
45122         &lt;/label&gt;|{ 074a }|</para>
45123
45124         <para>#086|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Gov. Doc. Class. No.:
45125         &lt;/label&gt;|{ 086a }|</para>
45126
45127         <para>#088|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Report. No.:
45128         &lt;/label&gt;|{ 088a }|</para>
45129       </section>
45130
45131       <section id="unimarcdefault">
45132         <title>UNIMARC Default</title>
45133
45134         <para>#200|&lt;h2&gt;Title : |{200a}{. 200c}{ : 200e}{200d}{. 200h}{.
45135         200i}|&lt;/h2&gt;</para>
45136
45137         <para>#461|&lt;label class="ipt"&gt;A part of : &lt;/label&gt;|&lt;a
45138         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=461t&amp;idx=ti}"&gt;{461t}&lt;/a&gt;{N∞
45139         461h} {v. 461v}{(461d)}&lt;br/&gt;|</para>
45140
45141         <para>#200b|&lt;label class="ipt"&gt;Material Designation :
45142         &lt;/label&gt;| {200b }|&lt;br/&gt;</para>
45143
45144         <para>#101a|&lt;label class="ipt"&gt;Language(s): &lt;/label&gt;|&lt;a
45145         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>
45146
45147         <para>#200f|&lt;label class="ipt"&gt;Authors : &lt;/label&gt;|&lt;a
45148         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200f&amp;idx=au}"&gt;{200f
45149         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45150
45151         <para>#200g|&lt;label class="ipt"&gt;Co-authors : &lt;/label&gt;|&lt;a
45152         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200g&amp;idx=au}"&gt;{200g
45153         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45154
45155         <para>#210a|&lt;br/&gt;&lt;label class="ipt"&gt;Place of pubblication
45156         : &lt;/label&gt;|&lt;a
45157         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>
45158
45159         <para>#210c|&lt;label class="ipt"&gt;Publisher : &lt;/label&gt;|&lt;a
45160         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=pb&amp;q={210c}"&gt;{210c
45161         ; }&lt;/a&gt;|&lt;br/&gt;</para>
45162
45163         <para>#210d|&lt;label class="ipt"&gt;Date of pubblication :
45164         &lt;/label&gt;|{ 210d}|&lt;br/&gt;</para>
45165
45166         <para>#215|&lt;label class="ipt"&gt;Description :
45167         &lt;/label&gt;|{215a}{ : 215c}{ ; 215d}{ + 215e}|&lt;br/&gt;</para>
45168
45169         <para>#225a|&lt;label class="ipt"&gt;Series :&lt;/label&gt;|&lt;a
45170         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=225a&amp;idx=se}"&gt;{225a
45171         ;}&lt;/a&gt; |</para>
45172
45173         <para>#225||{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
45174         225v}|&lt;br/&gt;</para>
45175
45176         <para>#686|&lt;label&gt;Classification : &lt;/label&gt;|{ 686a
45177         }|&lt;br/&gt;</para>
45178
45179         <para>#608|&lt;label&gt;Form, Genre : &lt;/label&gt;|&lt;a
45180         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={608a}"&gt;&lt;img
45181         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45182         title="Search on {608a}"&gt;{
45183         608a}&lt;/a&gt;|&lt;br/&gt;&lt;br/&gt;</para>
45184
45185         <para>#200||&lt;label class="ipt"&gt;Subjects :
45186         &lt;/label&gt;&lt;br/&gt;|&lt;ul&gt;</para>
45187
45188         <para>#600|&lt;label class="ipt"&gt;Person(s)
45189         &lt;/label&gt;&lt;br/&gt; |&lt;li&gt;&lt;a
45190         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={600a}"&gt;&lt;img
45191         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45192         title="Search on {600a}"&gt;{
45193         600a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45194
45195         <para>#601|&lt;label class="ipt"&gt;Organisation(s)
45196         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45197         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={601a}"&gt;&lt;img
45198         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45199         title="Search on {601a}"&gt;{
45200         601a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45201
45202         <para>#606|&lt;label class="ipt"&gt;Term(s)
45203         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45204         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={606a}"&gt;&lt;img
45205         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45206         title="Search on {606a}"&gt;{
45207         606a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45208
45209         <para>#607|&lt;label class="ipt"&gt;Place(s)
45210         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
45211         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={607a}"&gt;&lt;img
45212         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45213         title="Search on {607a}"&gt;{
45214         607a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
45215
45216         <para>#610|&lt;label&gt;Keywords&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={610a}"&gt;&lt;img
45218         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
45219         title="Search on {610a}"&gt;{ 610a}&lt;/a&gt;&lt;/li&gt;|</para>
45220
45221         <para>#200||&lt;/ul&gt;|</para>
45222
45223         <para>#856|&lt;label class="ipt"&gt;Electronic resource :
45224         &lt;/label&gt;|&lt;a href="{856u}"&gt;click here&lt;/a&gt; to go to
45225         the external resource&lt;br/&gt;</para>
45226
45227         <para>#010|&lt;label class="ipt"&gt;ISBN : &lt;/label&gt;|{010a
45228         ;}|&lt;br/&gt;</para>
45229
45230         <para>#011|&lt;label class="ipt"&gt;ISSN : &lt;/label&gt;|{011a
45231         ;}|&lt;br/&gt;</para>
45232
45233         <para>#200||&lt;label class="ipt"&gt;Notes :
45234         &lt;/label&gt;|&lt;br/&gt;&lt;ul&gt;</para>
45235
45236         <para>#300||&lt;li&gt;{300a}&lt;/li&gt;|</para>
45237
45238         <para>#307||&lt;li&gt;{307a}&lt;/li&gt;|</para>
45239
45240         <para>#310||&lt;li&gt;{310a}&lt;/li&gt;|</para>
45241
45242         <para>#326||&lt;li&gt;{326a}&lt;/li&gt;|</para>
45243
45244         <para>#327||&lt;li&gt;{327a}&lt;/li&gt;|</para>
45245
45246         <para>#333|&lt;li&gt;Public : |{333a}&lt;/li&gt;|</para>
45247
45248         <para>#200||&lt;/ul&gt;|</para>
45249
45250         <para>#330||&lt;label class="ipt"&gt;Abstract :
45251         &lt;/label&gt;|&lt;br/&gt;</para>
45252
45253         <para>#330||{330a}|&lt;br/&gt;</para>
45254
45255         <para>#200||&lt;br/&gt;&lt;h2&gt;Items&lt;/h2&gt;|</para>
45256
45257         <para>#200|&lt;table&gt;|&lt;th&gt;Call
45258         number&lt;/th&gt;&lt;th&gt;Copy
45259         note&lt;/th&gt;&lt;th&gt;Fonds&lt;/th&gt;&lt;th&gt;Genre
45260         detail&lt;/th&gt;&lt;th&gt;Circulation
45261         type&lt;/th&gt;&lt;th&gt;Barcode&lt;/th&gt;|</para>
45262
45263         <para>#995||&lt;tr&gt;&lt;td&gt; {995k}&lt;/td&gt;&lt;td&gt;
45264         {995u}&lt;/td&gt;&lt;td&gt;
45265         {995y}&lt;/td&gt;&lt;td&gt;{995e}  &lt;/td&gt;&lt;td&gt;
45266         {995o}&lt;/td&gt;&lt;td&gt;{995f}&lt;/td&gt;&lt;/tr&gt;|&lt;/table&gt;</para>
45267       </section>
45268     </section>
45269   </appendix>
45270
45271   <appendix id="receiptprint">
45272     <title>Configuring Receipt Printers</title>
45273
45274     <para>The following instructions are for specific receipt printers, but
45275     can probably be used to help with setup of other brands as well.</para>
45276
45277     <section id="epsonprinters">
45278       <sectioninfo>
45279         <corpauthor>NEKLS</corpauthor>
45280
45281         <pubdate>2008</pubdate>
45282
45283         <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>
45284       </sectioninfo>
45285
45286       <title>For Epson TM-T88III (3) &amp; TM-T88IV (4) Printers</title>
45287
45288       <para/>
45289
45290       <section id="epsonprintdriver">
45291         <title>In the Print Driver</title>
45292
45293         <para>For these instructions, we are using version 5,0,3,0 of the
45294         Epson TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
45295         Register at the <ulink url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
45296         Center website</ulink> to gain access to the drivers; go to Technical
45297         Resources, then choose the printer model from the Printers drop-down
45298         list.</para>
45299
45300         <para>Click Start &gt; Printers and Faxes &gt; Right click the receipt
45301         printer &gt; Properties:</para>
45302
45303         <itemizedlist>
45304           <listitem>
45305             <para>Advanced Tab, click Printing Defaults button</para>
45306           </listitem>
45307
45308           <listitem>
45309             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
45310           </listitem>
45311
45312           <listitem>
45313             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
45314             Printable Width</para>
45315           </listitem>
45316
45317           <listitem>
45318             <para>TM-T88IV: Check Reduced Size Print; Click OK on the popup
45319             window that appears. Fit to Printable Width should be
45320             automatically selected.</para>
45321           </listitem>
45322
45323           <listitem>
45324             <para>OK your way out of there.</para>
45325           </listitem>
45326         </itemizedlist>
45327       </section>
45328
45329       <section id="epsonfirefox">
45330         <title>In Firefox</title>
45331
45332         <para>Under File &gt; Page Setup:</para>
45333
45334         <itemizedlist>
45335           <listitem>
45336             <para>Shrink to fit page on Format &amp; Options tab</para>
45337           </listitem>
45338
45339           <listitem>
45340             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
45341             makes the receipts use all available space on the paper
45342             roll.</para>
45343           </listitem>
45344
45345           <listitem>
45346             <para>Set all Headers/Footers to -blank-. This removes all of the
45347             gunk you might normally find on a print from Firefox, such as the
45348             URL, number of pages, etc.</para>
45349           </listitem>
45350
45351           <listitem>
45352             <para>Click OK</para>
45353           </listitem>
45354         </itemizedlist>
45355
45356         <para>Set the default printer settings in Firefox so you don't see a
45357         "Print" dialog:</para>
45358
45359         <itemizedlist>
45360           <listitem>
45361             <para>Go to File &gt; Print</para>
45362           </listitem>
45363
45364           <listitem>
45365             <para>Set the Printer to the receipt printer.</para>
45366           </listitem>
45367
45368           <listitem>
45369             <para>Click the Advanced (or Properties) button</para>
45370           </listitem>
45371
45372           <listitem>
45373             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
45374           </listitem>
45375
45376           <listitem>
45377             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
45378             Printable Width</para>
45379           </listitem>
45380
45381           <listitem>
45382             <para>TM-T88IV: Check Reduced Size Print; click OK on the popup
45383             window that appears. Fit to Printable Width should be
45384             automatically selected.</para>
45385           </listitem>
45386
45387           <listitem>
45388             <para>OK your way out, go ahead and print whatever page you are
45389             on.</para>
45390           </listitem>
45391
45392           <listitem>
45393             <para>Type about:config, in the address bar. Click "I'll be
45394             careful, I promise!" on the warning message.</para>
45395           </listitem>
45396
45397           <listitem>
45398             <para>Type, print.always in Filter.</para>
45399           </listitem>
45400
45401           <listitem>
45402             <para>Look for print.always_print_silent.</para>
45403
45404             <itemizedlist>
45405               <listitem>
45406                 <para>If the preference is there then set the value to
45407                 true.</para>
45408               </listitem>
45409             </itemizedlist>
45410           </listitem>
45411
45412           <listitem>
45413             <para>If the preference is not there (and it shouldn't be in most
45414             browsers) you have to add the preference.</para>
45415
45416             <itemizedlist>
45417               <listitem>
45418                 <para>Right click the preference area and select New &gt;
45419                 Boolean</para>
45420               </listitem>
45421
45422               <listitem>
45423                 <para>Type print.always_print_silent in the dialog box and set
45424                 the value to True. This sets the print settings in Firefox to
45425                 always use the same settings and print without showing a
45426                 dialog box.</para>
45427               </listitem>
45428             </itemizedlist>
45429           </listitem>
45430         </itemizedlist>
45431
45432         <warning>
45433           <para>Setting the print.always_print_silent setting in about:config
45434           DISABLES the ability to choose a printer in Firefox.</para>
45435         </warning>
45436       </section>
45437     </section>
45438
45439     <section id="epson2">
45440       <sectioninfo>
45441         <corpauthor>NEKLS</corpauthor>
45442
45443         <pubdate>2008</pubdate>
45444
45445         <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>
45446       </sectioninfo>
45447
45448       <title>For Epson TM-T88II (2) Printers</title>
45449
45450       <para>Register at the <ulink url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
45451       Center website</ulink> to gain access to the drivers; go to Technical
45452       Resources, then choose the printer model from the Printers drop-down
45453       list.</para>
45454
45455       <section id="epson2firefox">
45456         <title>In Firefox</title>
45457
45458         <para>Under File &gt; Page Setup:</para>
45459
45460         <itemizedlist>
45461           <listitem>
45462             <para>Shrink to fit page on Format &amp; Options tab</para>
45463           </listitem>
45464
45465           <listitem>
45466             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
45467             makes the receipts use all available space on the paper
45468             roll.</para>
45469           </listitem>
45470
45471           <listitem>
45472             <para>Set all Headers/Footers to -blank-. This removes all of the
45473             gunk you might normally find on a print from Firefox, such as the
45474             URL, number of pages, etc.</para>
45475           </listitem>
45476
45477           <listitem>
45478             <para>Click OK</para>
45479           </listitem>
45480         </itemizedlist>
45481
45482         <para>Set the default printer settings in Firefox so you don't see a
45483         "Print" dialog:</para>
45484
45485         <itemizedlist>
45486           <listitem>
45487             <para>Go to File &gt; Print</para>
45488           </listitem>
45489
45490           <listitem>
45491             <para>Set the Printer to the receipt printer.</para>
45492           </listitem>
45493
45494           <listitem>
45495             <para>Print whatever page you are on.</para>
45496           </listitem>
45497
45498           <listitem>
45499             <para>Type about:config, in the address bar. Click "I'll be
45500             careful, I promise!" on the warning message.</para>
45501           </listitem>
45502
45503           <listitem>
45504             <para>Type, print.always in Filter.</para>
45505           </listitem>
45506
45507           <listitem>
45508             <para>Look for, print.always_print_silent.</para>
45509
45510             <itemizedlist>
45511               <listitem>
45512                 <para>If the preference is there then set the value to
45513                 true.</para>
45514               </listitem>
45515             </itemizedlist>
45516           </listitem>
45517
45518           <listitem>
45519             <para>If the preference is not there (and it shouldn't be in most
45520             browsers) you have to add the preference.</para>
45521
45522             <itemizedlist>
45523               <listitem>
45524                 <para>Right click the preference area and select New &gt;
45525                 Boolean</para>
45526               </listitem>
45527
45528               <listitem>
45529                 <para>Type, print.always_print_silent in the dialog box and
45530                 set the value to True. This sets the print settings in Firefox
45531                 to always use the same settings and print without showing a
45532                 dialog box.</para>
45533               </listitem>
45534             </itemizedlist>
45535           </listitem>
45536         </itemizedlist>
45537
45538         <warning>
45539           <para>Setting the print.always_print_silent setting in about:config
45540           DISABLES the ability to choose a printer in Firefox.</para>
45541         </warning>
45542       </section>
45543     </section>
45544
45545     <section id="starprinter">
45546       <sectioninfo>
45547         <corpauthor>RHCL</corpauthor>
45548
45549         <editor>
45550           <firstname>Nicole C.</firstname>
45551
45552           <surname>Engard</surname>
45553         </editor>
45554
45555         <pubdate>2010</pubdate>
45556       </sectioninfo>
45557
45558       <title>For Star SP542 Printers</title>
45559
45560       <section id="installstarprinter">
45561         <title>Installing the Printer</title>
45562
45563         <para>While the following comments are based on the Star SP542 receipt
45564         printer, they probably apply to all printers in the SP5xx
45565         series.</para>
45566
45567         <para>The Star SP542 receipt printer works well with Koha and <emphasis role="bold">Firefox
45568             on Windows XP SP3</emphasis>. This printer, with either the parallel or USB interface,
45569           is fairly easy to install and configure. You will need the following executable file which
45570           is available from numerous places on the Internet:</para>
45571
45572         <para>linemode_2k-xp_20030205.exe</para>
45573
45574         <para>This executable actually does all of the installation; you will
45575         not need to use the Microsoft Windows "Add Printer" program. We
45576         recommend that when installing, the option for the software monitor
45577         not be selected; we have experienced significant pauses and delays in
45578         printing with it. Instead, simply choose to install the receipt
45579         printer without the monitor.</para>
45580
45581         <para>Additionally, the install program may not put the printer on the
45582         correct port, especially if using the USB interface. This is easily
45583         corrected by going to "Start -&gt; Printers and Faxes -&gt; Properties
45584         for the SP542 printer -&gt; Ports", then check the appropriate
45585         port.</para>
45586
45587         <para>A reboot may be required, even if not indicated by the
45588         installation software or the operating system.</para>
45589         <para><emphasis role="bold">Windows 7</emphasis> users should refer to this page:  <ulink
45590             url="http://www.starmicronics.com/supports/win7.aspx"
45591             >http://www.starmicronics.com/supports/win7.aspx</ulink>.
45592         </para>
45593       </section>
45594     </section>
45595
45596     <section id="firefoxreceipt">
45597       <sectioninfo>
45598         <corpauthor>VOKAL</corpauthor>
45599
45600         <editor>
45601           <firstname>Nicole C.</firstname>
45602
45603           <surname>Engard</surname>
45604         </editor>
45605
45606         <pubdate>2010</pubdate>
45607
45608         <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>
45609       </sectioninfo>
45610
45611       <title>Configuring Firefox to Print to Receipt Printer</title>
45612
45613       <itemizedlist>
45614         <listitem>
45615           <para>Open File &gt; Page Setup</para>
45616         </listitem>
45617
45618         <listitem>
45619           <para>Make all the headers and footers blank</para>
45620         </listitem>
45621
45622         <listitem>
45623           <para>Set the margins to 0 (zero)</para>
45624         </listitem>
45625
45626         <listitem>
45627           <para>In the address bar of Firefox, type about:config</para>
45628         </listitem>
45629
45630         <listitem>
45631           <para>Search for print.always_print_silent and double click
45632           it</para>
45633         </listitem>
45634
45635         <listitem>
45636           <para>Change it from false to true</para>
45637
45638           <itemizedlist>
45639             <listitem>
45640               <para>This lets you skip the Print pop up box that comes up, as
45641               well as skipping the step where you have to click OK,
45642               automatically printing the right sized slip.</para>
45643             </listitem>
45644           </itemizedlist>
45645         </listitem>
45646
45647         <listitem>
45648           <para>If print.always_print_silent does not come up</para>
45649
45650           <itemizedlist>
45651             <listitem>
45652               <para>Right click on a blank area of the preference
45653               window</para>
45654             </listitem>
45655
45656             <listitem>
45657               <para>Select new &gt; Boolean</para>
45658             </listitem>
45659
45660             <listitem>
45661               <para>Enter "print.always_print_silent" as the name (without
45662               quotes)</para>
45663             </listitem>
45664
45665             <listitem>
45666               <para>Click OK</para>
45667             </listitem>
45668
45669             <listitem>
45670               <para>Select true for the value</para>
45671             </listitem>
45672           </itemizedlist>
45673         </listitem>
45674
45675         <listitem>
45676           <para>You may also want to check what is listed for
45677           print.print_printer</para>
45678
45679           <itemizedlist>
45680             <listitem>
45681               <para>You may have to choose Generic/Text Only (or whatever your
45682               receipt printer might be named)</para>
45683             </listitem>
45684           </itemizedlist>
45685         </listitem>
45686       </itemizedlist>
45687     </section>
45688   </appendix>
45689   <appendix id="noticesappendix">
45690     <title>Notice &amp; Slips Guides</title>
45691     <section id="noticesfieldguide">
45692       <sectioninfo>
45693         <authorgroup>
45694           <author>
45695             <firstname>Barton</firstname>
45696             <surname>Chittenden</surname>
45697             <affiliation>
45698               <orgname>ByWater Solutions</orgname>
45699             </affiliation>
45700           </author>
45701           <editor>
45702             <firstname>Nicole C.</firstname>
45703             <surname>Engard</surname>
45704           </editor>
45705         </authorgroup>
45706         <pubdate>2014</pubdate>
45707       </sectioninfo>
45708       <title>Field Guide for Notices &amp; Slips</title>
45709       <para>This guide will break down the notices and slips information in 3 ways.  First it will
45710         tell you what file generates the notice, then how you will present the item info in that
45711         notice and finally if the notice can be branch specific or not.</para>
45712       <para>
45713         <informaltable
45714           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">
45715           <thead>
45716             <tr>
45717               <th rowspan="1" colspan="1" align="left">Letter Code</th>
45718               <th rowspan="1" colspan="1" align="left">Used In</th>
45719               <th rowspan="1" colspan="1" align="left">Detail tag</th>
45720               <th rowspan="1" colspan="1" align="left">Can be branch specific</th>
45721             </tr>
45722           </thead>
45723           <tbody>
45724             <tr>
45725               <td rowspan="1" colspan="1" align="left">DUE</td>
45726               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45727               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45728               <td rowspan="1" colspan="1" align="left">No</td>
45729             </tr>
45730             <tr>
45731               <td rowspan="1" colspan="1" align="left">DUEDGST</td>
45732               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45733               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45734               <td rowspan="1" colspan="1" align="left">No</td>
45735             </tr>
45736             <tr>
45737               <td rowspan="1" colspan="1" align="left">PREDUE</td>
45738               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45739               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45740               <td rowspan="1" colspan="1" align="left">No</td>
45741             </tr>
45742             <tr>
45743               <td rowspan="1" colspan="1" align="left">PREDUEDGST</td>
45744               <td rowspan="1" colspan="1" align="left">advance_notices.pl</td>
45745               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt;</td>
45746               <td rowspan="1" colspan="1" align="left">No</td>
45747             </tr>
45748             <tr>
45749               <td rowspan="1" colspan="1" align="left">ODUE*</td>
45750               <td rowspan="1" colspan="1" align="left">overdue_notices.pl</td>
45751               <td rowspan="1" colspan="1" align="left">&lt;&lt;items.content&gt;&gt; or &lt;item&gt;
45752                 &lt;/item&gt;</td>
45753               <td rowspan="1" colspan="1" align="left">Yes</td>
45754             </tr>
45755             <tr>
45756               <td rowspan="1" colspan="1" align="left">CHECKOUT</td>
45757               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45758               <td rowspan="1" colspan="1" align="left">N/A</td>
45759               <td rowspan="1" colspan="1" align="left">Yes</td>
45760             </tr>
45761             <tr>
45762               <td rowspan="1" colspan="1" align="left">RENEWAL</td>
45763               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45764               <td rowspan="1" colspan="1" align="left">N/A</td>
45765               <td rowspan="1" colspan="1" align="left">Yes</td>
45766             </tr>
45767             <tr>
45768               <td rowspan="1" colspan="1" align="left">TRANSFERSLIP</td>
45769               <td rowspan="1" colspan="1" align="left">C4/Circulation.pm</td>
45770               <td rowspan="1" colspan="1" align="left">N/A</td>
45771               <td rowspan="1" colspan="1" align="left">Yes</td>
45772             </tr>
45773             <tr>
45774               <td rowspan="1" colspan="1" align="left">ISSUESLIP</td>
45775               <td rowspan="1" colspan="1" align="left">C4/Members.pm</td>
45776               <td rowspan="1" colspan="1" align="left">
45777                 <para>&lt;checkedout&gt; &lt;/checkedout&gt; </para>
45778                 <para> &lt;overdue&gt; &lt;/overdue&gt; </para>
45779                 <para> &lt;news&gt; &lt;/news&gt; </para>
45780               </td>
45781               <td rowspan="1" colspan="1" align="left">Yes</td>
45782             </tr>
45783             <tr>
45784               <td rowspan="1" colspan="1" align="left">ISSUEQSLIP</td>
45785               <td rowspan="1" colspan="1" align="left">C4/Members.pm</td>
45786               <td rowspan="1" colspan="1" align="left">&lt;checkedout&gt; &lt;/checkedout&gt;</td>
45787               <td rowspan="1" colspan="1" align="left">Yes</td>
45788             </tr>
45789             <tr>
45790               <td rowspan="1" colspan="1" align="left">HOLDPLACED</td>
45791               <td rowspan="1" colspan="1" align="left">C4/Reserves.pm</td>
45792               <td rowspan="1" colspan="1" align="left">N/A</td>
45793               <td rowspan="1" colspan="1" align="left">Yes</td>
45794             </tr>
45795             <tr>
45796               <td rowspan="1" colspan="1" align="left">RESERVESLIP</td>
45797               <td rowspan="1" colspan="1" align="left">C4/Reserves.pm</td>
45798               <td rowspan="1" colspan="1" align="left">N/A</td>
45799               <td rowspan="1" colspan="1" align="left">Yes</td>
45800             </tr>
45801             <tr>
45802               <td rowspan="1" colspan="1" align="left">ASKED</td>
45803               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45804               <td rowspan="1" colspan="1" align="left">N/A</td>
45805               <td rowspan="1" colspan="1" align="left">Yes</td>
45806             </tr>
45807             <tr>
45808               <td rowspan="1" colspan="1" align="left">CHECKED</td>
45809               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45810               <td rowspan="1" colspan="1" align="left">N/A</td>
45811               <td rowspan="1" colspan="1" align="left">Yes</td>
45812             </tr>
45813             <tr>
45814               <td rowspan="1" colspan="1" align="left">ACCEPTED</td>
45815               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45816               <td rowspan="1" colspan="1" align="left">N/A</td>
45817               <td rowspan="1" colspan="1" align="left">Yes</td>
45818             </tr>
45819             <tr>
45820               <td rowspan="1" colspan="1" align="left">REJECTED</td>
45821               <td rowspan="1" colspan="1" align="left">C4/Suggestions.pm</td>
45822               <td rowspan="1" colspan="1" align="left">N/A</td>
45823               <td rowspan="1" colspan="1" align="left">Yes</td>
45824             </tr>
45825             <tr>
45826               <td rowspan="1" colspan="1" align="left">OPAC_REG_VERIFY</td>
45827               <td rowspan="1" colspan="1" align="left">opac/opac-memberentry.pl</td>
45828               <td rowspan="1" colspan="1" align="left">N/A</td>
45829               <td rowspan="1" colspan="1" align="left">No</td>
45830             </tr>
45831           </tbody>
45832         </informaltable>
45833       </para>
45834     </section>
45835   </appendix>
45836
45837   <appendix id="samplenotice">
45838     <title>Example Notice</title>
45839
45840     <para>Nicole Engard</para>
45841
45842     <para>410 Library Rd.</para>
45843
45844     <para>Philadelphia, PA 19107</para>
45845
45846     <para>Dear Nicole Engard (23529000035726),</para>
45847
45848     <para>According to our records, at the time of this notice, you have items
45849     that are overdue. Please return or renew them as soon as possible to avoid
45850     increasing late fines.</para>
45851
45852     <para>If you have registered a password with the library, you may use it
45853     with your library card number to renew online.</para>
45854
45855     <para>If you believe you have returned the items below please call at and
45856     library staff will be happy to help resolve the issue.</para>
45857
45858     <para>The following item(s) are currently overdue:</para>
45859
45860     <para>07/08/2008 Creating drug-free schools and communities : 502326000054
45861     Fox, C. Lynn.</para>
45862
45863     <para>06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.</para>
45864
45865     <para>Sincerely, Library Staff</para>
45866   </appendix>
45867
45868   <appendix id="sampleserialsapp">
45869     <title>Sample Serials</title>
45870
45871     <para/>
45872
45873     <section id="readersdigestsample">
45874       <title>Reader's Digest (0034-0375)</title>
45875
45876       <itemizedlist>
45877         <listitem>
45878           <para>Published 12 times a year (monthly)</para>
45879         </listitem>
45880
45881         <listitem>
45882           <para>The Volume number changes every 6 months and the numbers
45883           continues on (requires an advanced pattern).</para>
45884
45885           <screenshot>
45886             <screeninfo>Sample Reader's Digest Subscription</screeninfo>
45887
45888             <mediaobject>
45889               <imageobject>
45890                 <imagedata fileref="images/serialssamples/readersserial.png"/>
45891               </imageobject>
45892             </mediaobject>
45893           </screenshot>
45894         </listitem>
45895       </itemizedlist>
45896
45897       <para/>
45898     </section>
45899
45900     <section id="peoplesample">
45901       <title>People Weekly (1076-0091)</title>
45902
45903       <itemizedlist>
45904         <listitem>
45905           <para>Published weekly</para>
45906
45907           <itemizedlist>
45908             <listitem>
45909               <para>The website says "on Saturday except the first week of
45910               August, Thanksgiving week, the first and last weeks of the year"
45911               but this does not match the pattern for 2007 or 2008</para>
45912             </listitem>
45913           </itemizedlist>
45914         </listitem>
45915
45916         <listitem>
45917           <para>In the Jul-Dec there are 26 issues</para>
45918         </listitem>
45919
45920         <listitem>
45921           <para>In the Jan-Jun there are 25 issues (no issue for the first
45922           week of January)</para>
45923         </listitem>
45924       </itemizedlist>
45925
45926       <para>Since the irregularity on the first # 26 does not skip a week,
45927       this would be set up as to roll over on issue 25. The 26th issue in the
45928       second half of the year would have to be received as a
45929       supplemental.</para>
45930
45931       <para>The irregularity check will complain that 52 issues were expected,
45932       but 25 entered. The current irregularity check can only check that the
45933       first position of the numbering pattern matches the expected issue count
45934       of the periodicity. But we do need to trigger the rollover on the
45935       volume, so we need to define the last two weeks of the year as
45936       irregularities. So we receive 50 issues the first 50 weeks, then one
45937       supplemental issue in week 51, which we have to define the enumeration
45938       for, then the next predicted issue will be the following year's first
45939       week.</para>
45940     </section>
45941
45942     <section id="hebrewserialsample">
45943       <title>Et-Mol</title>
45944
45945       <para>This journal is published with the following rules:</para>
45946
45947       <itemizedlist>
45948         <listitem>
45949           <para>6 issues a year (every 2 months)</para>
45950         </listitem>
45951
45952         <listitem>
45953           <para>year changes every 6 issues</para>
45954         </listitem>
45955
45956         <listitem>
45957           <para>we start in 2011</para>
45958         </listitem>
45959
45960         <listitem>
45961           <para>the issue number goes up indefinitely</para>
45962         </listitem>
45963
45964         <listitem>
45965           <para>starting from issue 215</para>
45966         </listitem>
45967       </itemizedlist>
45968
45969       <para>The planning would look like this:</para>
45970
45971       <screenshot>
45972         <screeninfo>Sample for this Hebrew Journal</screeninfo>
45973
45974         <mediaobject>
45975           <imageobject>
45976             <imagedata fileref="images/serialssamples/hebrewnewspaper.png"/>
45977           </imageobject>
45978         </mediaobject>
45979       </screenshot>
45980     </section>
45981     <section id="backpackerserial">
45982       <title>Backpacker (0277-867X)</title>
45983       <para>Published 9 times a year irregularly.  The issues continues while the volume and number
45984         rolls over every 9 issues.  If you're holding Volume 41, Number 3, Issue 302 in your hand
45985         the prediction would look like this:</para>
45986       <screenshot>
45987           <screeninfo>Backpacker numbering pattern</screeninfo>
45988           <mediaobject>
45989             <imageobject>
45990               <imagedata fileref="images/serialssamples/backpacker.png"/>
45991             </imageobject>
45992           </mediaobject>
45993         </screenshot>
45994       <para>And the received issues would number like this:</para>
45995       <para>v. 41, no. 3, iss. 302   </para>
45996       <para>v. 41, no. 4, iss. 303 </para>
45997       <para>v. 41, no. 5, iss. 304 </para>
45998       <para>v. 41, no. 6, iss. 305 </para>
45999       <para>v. 41, no. 7, iss. 306 </para>
46000       <para>v. 41, no. 8, iss. 307</para>
46001       <para>v. 41, no. 9, iss. 308 </para>
46002       <para>v. 42, no. 1, iss. 309 </para>
46003       <para>v. 42, no. 2, iss. 310 </para>
46004       <para>v. 42, no. 3, iss. 311 </para>
46005       <para>v. 42, no. 4, iss. 312</para>
46006     </section>
46007     <section id="keatsserial">
46008       <title>Keats-Shelley Journal (0453-4387)</title>
46009       <para>This journal is published once per year in July.  The numbering follows this pattern:  <itemizedlist>
46010           <listitem>
46011             <para>Vol. 61 2013</para>
46012           </listitem>
46013           <listitem>
46014             <para>Vol. 62 2014</para>
46015           </listitem>
46016           <listitem>
46017             <para>Vol. 63 2015</para>
46018           </listitem>
46019         </itemizedlist> Setup should look like this (if you're starting in July 2014):</para>
46020       <screenshot>
46021           <screeninfo>Serial planning</screeninfo>
46022           <mediaobject>
46023             <imageobject>
46024               <imagedata fileref="images/serialssamples/keatsplanning.png"/>
46025             </imageobject>
46026           </mediaobject>
46027         </screenshot>
46028     </section>
46029     <section id="cilserial">
46030       <title>Computers in Libraries (1041-7915)</title>
46031       <para>Computers in Libraries is published ten times per year (monthly with January/February
46032         and July/August combined issues).</para>
46033       <screenshot>
46034         <screeninfo>Subscription details</screeninfo>
46035         <mediaobject>
46036           <imageobject>
46037             <imagedata fileref="images/serialssamples/cilirregular.png"/>
46038           </imageobject>
46039         </mediaobject>
46040       </screenshot>
46041       <screenshot>
46042         <screeninfo>Serial Planning</screeninfo>
46043         <mediaobject>
46044           <imageobject>
46045             <imagedata fileref="images/serialssamples/cilpattern.png"/>
46046           </imageobject>
46047         </mediaobject>
46048       </screenshot>
46049       <screenshot>
46050         <screeninfo>Received details</screeninfo>
46051         <mediaobject>
46052           <imageobject>
46053             <imagedata fileref="images/serialssamples/cilreceived.png"/>
46054           </imageobject>
46055         </mediaobject>
46056       </screenshot>
46057     </section>
46058   </appendix>
46059   <appendix id="samplelistemail">
46060     <title>Sample List &amp; Cart Emails</title>
46061     <section id="examplelistemail">
46062       <title>Example Email from List</title>
46063       <para>Below is an example of an email from a list in
46064         Koha.<programlisting>Hi,
46065
46066 Here is your list called If You Like Jodi Picoult, sent from our online catalog.
46067
46068 Please note that the attached file is a MARC bibliographic records file
46069 which can be imported into a Personal Bibliographic Software like EndNote,
46070 Reference Manager or ProCite.
46071 ---------------------------------------------
46072
46073 Home safe : a novel /
46074
46075 by Berg, Elizabeth.
46076
46077 Published by: Random House,, 260 p. ;, 25 cm.
46078 Copyright year: 2009
46079 LCCN:   2008049247
46080 In the online catalog:
46081     http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12113
46082 Items :
46083     North Branch FIC (FIC Ber) TVSN500088894O
46084     Main Library FIC (FIC Boh) TVSN5000921548
46085     South Branch FIC (FIC Boh) TVSN500092156A
46086     West Branch FIC (FIC Boh) TVSN5000921559
46087
46088 ---------------------------------------------
46089
46090 Half a heart /
46091
46092 by Brown, Rosellen.
46093
46094 Published by: Farrar, Straus, and Giroux,, 402 p. ;, 24 cm.
46095 Copyright year: 2000
46096 LCCN:    00022926
46097 In the online catalog:
46098     http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12501
46099 Items :
46100     East Branch  (813/.54)
46101     South Branch FIC (FIC Bro) TVSN5000451333</programlisting></para>
46102     </section>
46103     <section id="examplecartemail">
46104       <title>Example Email from Cart</title>
46105       <para>Below is a sample of what an email from the Cart in Koha will look
46106         like:<programlisting>Hi,
46107
46108    Joaquin D'Planque sent you a cart from our online catalog.
46109
46110    Please note that the attached file is a MARC bibliographic records
46111    file which can be imported into personal bibliographic software like
46112    EndNote, Reference Manager or ProCite.
46113
46114    ---------------------------------------------------------------------
46115
46116
46117      1.  Book /
46118        Author(s): Brookfield, Karen. ;
46119        Published by: Knopf : | Distributed by Random House, , 63 p. : ,
46120        29 cm.
46121        Copyright year: 1993
46122        Notes : Includes index.
46123        LCCN: 93018833 /AC
46124
46125        In online catalog:
46126        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=31644
46127
46128        Items:
46129
46130          *  East Branch (JNF 002 Bro) TVSN500017618A
46131
46132        -----------------------------------------------------------------
46133
46134      2.  The 1965 World book year book :
46135
46136        Published by: Field Enterprises Educational Corp., , 628 p. : , 26
46137        cm.
46138        Copyright year: 1965
46139        Notes : Includes index. | Spine title: Year book, 1965. | Cover
46140        title: The World book year book, 1965.
46141        URL:
46142        http://www.archive.org/details/1965worldbookyea00chic%20%7C%20http://www.openlibrary.org/books/OL24199089M
46143
46144        In online catalog:
46145        http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=88666
46146
46147        -----------------------------------------------------------------</programlisting></para>
46148     </section>
46149   </appendix>
46150
46151   <appendix id="kohacms">
46152     <title>Using Koha as a Content Management System (CMS)</title>
46153
46154     <para/>
46155
46156     <section id="kohacmssetup">
46157       <title>Setup</title>
46158
46159       <para>These are instructions for taking a default install of Koha and allowing it to function
46160         as a little content management system. This will allow a library to publish an arbitrary
46161         number of pages based on a template. This example uses the template for the main opac page,
46162         but you could just as well use any template you wish with a bit more editing. This may be
46163         appropriate if you have a small library, want to allow librarians to easily add pages, and
46164         do not want to support a complete CMS. </para>
46165
46166       <itemizedlist>
46167         <listitem>
46168           <para>Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
46169             /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory) </para>
46170         </listitem>
46171
46172         <listitem>
46173           <para>Edit pages.pl in an editor</para>
46174         </listitem>
46175
46176         <listitem>
46177           <para>At approximately line 33 change this code: </para>
46178
46179           <programlisting>template_name  => "opac-main.tmpl",</programlisting>
46180         </listitem>
46181
46182         <listitem>
46183           <para>To this code:</para>
46184
46185           <programlisting>template_name  => "pages.tmpl", </programlisting>
46186         </listitem>
46187
46188         <listitem>
46189           <para>At approximately line 62 after this code: </para>
46190           <programlisting>$template->param( 
46191            koha_news       => $all_koha_news, 
46192            koha_news_count => $koha_news_count,
46193            display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
46194            daily_quote         => $quote,
46195            );</programlisting>
46196         </listitem>
46197         <listitem>
46198           <para>Add these lines: </para>
46199           <programlisting>        my $page = "page_" . $cgi->param('p');            # go for "p" value in URL and do the concatenation
46200         my $preference = C4::Context->preference($page);  # Go for preference  
46201         $template->{VARS}->{'page_test'} = $preference    # pass variable to template pages.tt</programlisting>
46202         </listitem>
46203
46204         <listitem>
46205           <para>Note pages.pl file must have Webserver user execution permissions, you can use
46206               <ulink url="http://en.wikipedia.org/wiki/Chmod">chmod</ulink> command if you are
46207             actually logged in as such user:
46208             <programlisting>        $chmod 755 pages.pl</programlisting></para>
46209         </listitem>
46210       
46211         <listitem>
46212           <para>In the browser go to Home &gt; Administration &gt; System Preferences &gt; Local Use and add
46213             a New Preference called "page_test" </para>
46214         </listitem>
46215
46216         <listitem>
46217           <para>Fill it out as so</para>
46218
46219           <itemizedlist>
46220             <listitem>
46221               <para>Explanation: test page for pages tiny cms</para>
46222             </listitem>
46223
46224             <listitem>
46225               <para>Variable: page_test</para>
46226             </listitem>
46227
46228             <listitem>
46229               <para>Value: Lorem ipsum</para>
46230             </listitem>
46231
46232             <listitem>
46233               <para>Click the TextArea link (or enter "TextArea" into the
46234               input field below it)</para>
46235             </listitem>
46236
46237             <listitem>
46238               <para>variable options (last field): 80|50</para>
46239             </listitem>
46240           </itemizedlist>
46241         </listitem>
46242
46243         <listitem>
46244           <para>In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test The page should
46245             come up with the words "Lorem ipsum" in the main content area of the page. (replace
46246             "youraddress" with localhost, 127.0.0.1, or your domain name depending on how you have
46247             Apache set up.) </para>
46248         </listitem>
46249
46250         <listitem>
46251           <para>To add more pages simply create a system preference where the title begins with
46252             "page_" followed by any arbitrary letters. You can add any markup you want as the value
46253             of the field. Reference the new page by changing the value of the "p" parameter in the
46254             URL. </para>
46255         </listitem>
46256       </itemizedlist>
46257       <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>
46258       <section id="kohacmstmpl">
46259         <title>Editing the pages template</title>
46260         <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>
46261         <section id="kohacmstmplboot">
46262           <title>Editing 'bootstrap' theme template (current)</title>
46263           <itemizedlist>
46264             <listitem>
46265               <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>
46266             </listitem>
46267             <listitem>
46268               <para>Edit /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt</para>
46269             </listitem>
46270             <listitem>
46271               <para>At approximately line 61, change this:
46272                 <programlisting>        [% IF ( OpacMainUserBlock ) %]&lt;div id="opacmainuserblock">[% OpacMainUserBlock %]&lt;/div>[% END %]</programlisting></para>
46273             </listitem>     
46274             <listitem>
46275               <para>To this:
46276                 <programlisting>        [% IF ( page_test ) %]&lt;div id="opacmainuserblock">[% page_test %]&lt;/div>[% END %]</programlisting></para>
46277             </listitem>
46278           </itemizedlist>
46279           <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.
46280             <programlisting>
46281                       [% IF ( koha_news_count ) %]
46282                       &lt;div id="news">
46283                       &lt;table class="table table-bordered">
46284                       [% FOREACH koha_new IN koha_news %]
46285                         &lt;thead>&lt;tr>&lt;th>[% koha_new.title %]&lt;/th>&lt;/tr>&lt;/thead>
46286                         &lt;tbody>&lt;tr>&lt;td>&lt;p>[% koha_new.new %]&lt;/p>
46287                         &lt;p class="newsfooter">&lt;i>(published on [% koha_new.newdate %])&lt;/i>&lt;/p>&lt;/td>&lt;/tr>&lt;/tbody>
46288                       [% END %]
46289                       &lt;/table>
46290                       &lt;/div>
46291                      [% END %]
46292             </programlisting>
46293           </para>
46294         </section>
46295         <section id="kohacmstmplprog">
46296           <title>Editing 'prog' theme template (deprecated)</title>
46297           <itemizedlist>
46298             <listitem>
46299               <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>
46300             </listitem>
46301             <listitem>
46302               <para>Edit /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/pages.tt</para>
46303             </listitem>
46304             <listitem>
46305               <para>At approximately line 40, change this:
46306                 <programlisting>        &lt;div id="opacmainuserblock" class="container">[% OpacMainUserBlock %]&lt;/div></programlisting></para>
46307             </listitem>
46308             <listitem>
46309               <para>To this:
46310                 <programlisting>        &lt;div id="opacmainuserblock" class="container">[% page_test %]&lt;/div></programlisting></para>
46311             </listitem>
46312           </itemizedlist>         
46313         </section>
46314       </section>
46315       <section id="kohacmstrouble">
46316         <title>Troubleshooting</title>
46317
46318         <para>If you have problems check file permissions on pages.pl and
46319         pages.tmpl. They should have the same user and group as other Koha
46320         files like opac-main.pl.</para>
46321       </section>
46322
46323       <section id="kohacmsbonus">
46324         <title>Bonus Points</title>
46325
46326         <para>Instead of using the address
46327         http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
46328         http://youraddress/pages.pl?p=test Just open up
46329         /etc/koha/koha-httpd.conf and add the follow at about line
46330         13:<programlisting>ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl" </programlisting></para>
46331
46332         <para>Then restart Apache.</para>
46333       </section>
46334     </section>
46335
46336     <section id="kohacmsusage">
46337       <title>Usage</title>
46338
46339       <para>After setting up Koha as a CMS you can create new pages following
46340       these instructions:</para>
46341
46342       <section id="kohacmspages">
46343         <title>Adding Pages</title>
46344
46345         <para>To add a new page you need to add a system preference under
46346         Local Use.</para>
46347
46348         <itemizedlist>
46349           <listitem>
46350             <para>Get there: More &gt; Administration &gt; Global System
46351             Preferences &gt; Local Use</para>
46352           </listitem>
46353
46354           <listitem>
46355             <para>Click 'New Preference'</para>
46356           </listitem>
46357
46358           <listitem>
46359             <para>Enter in a description in the Explanation field</para>
46360           </listitem>
46361
46362           <listitem>
46363             <para>Enter a value that starts with 'page_' in the Variable
46364             field</para>
46365           </listitem>
46366
46367           <listitem>
46368             <para>Enter starting HTML in the Value field</para>
46369
46370             <screenshot>
46371               <screeninfo>Add a new preference</screeninfo>
46372
46373               <mediaobject>
46374                 <imageobject>
46375                   <imagedata fileref="images/appendix-cms/newpreference.png"/>
46376                 </imageobject>
46377               </mediaobject>
46378             </screenshot>
46379           </listitem>
46380
46381           <listitem>
46382             <para>Set the Variable Type to Textarea</para>
46383           </listitem>
46384
46385           <listitem>
46386             <para>Set the Variable options to something like 20|20 for 20 rows
46387             and 20 columns</para>
46388
46389             <screenshot>
46390               <screeninfo>Settings for the new preference</screeninfo>
46391
46392               <mediaobject>
46393                 <imageobject>
46394                   <imagedata fileref="images/appendix-cms/newpref-settings.png"/>
46395                 </imageobject>
46396               </mediaobject>
46397             </screenshot>
46398           </listitem>
46399         </itemizedlist>
46400       </section>
46401
46402       <section id="kohacmsview">
46403         <title>Viewing your page</title>
46404
46405         <para>You can view your new page at
46406         http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is
46407         the part you entered after 'page_' in the Variable field.</para>
46408       </section>
46409
46410       <section id="kohacmsexpage">
46411         <title>Example</title>
46412
46413         <para>This process can be used to create recommended reading lists
46414         within Koha. So once the code changes have been made per the
46415         instructions on 'Koha as a CMS' you go through the 'Adding a New Page'
46416         instructions above to great a page for 'Recommended Reading
46417         Lists'</para>
46418
46419         <screenshot>
46420           <screeninfo>Create page by modifying a system
46421           preference</screeninfo>
46422
46423           <mediaobject>
46424             <imageobject>
46425               <imagedata fileref="images/appendix-cms/recommendedreading.png"/>
46426             </imageobject>
46427           </mediaobject>
46428         </screenshot>
46429
46430         <para>Next we need to create pages for our various classes (or
46431         categories). To do this, return to the 'Adding a New Page' section and
46432         create a preference for the first class.</para>
46433
46434         <screenshot>
46435           <screeninfo>Add a new sys pref for another page</screeninfo>
46436
46437           <mediaobject>
46438             <imageobject>
46439               <imagedata fileref="images/appendix-cms/class101-pref.png"/>
46440             </imageobject>
46441           </mediaobject>
46442         </screenshot>
46443
46444         <para>Next you'll want to link your first page to your new second
46445         page, go to the page_recommend preference and click 'Edit.' Now you
46446         want to edit the HTML to include a link to your newest page:</para>
46447
46448         <screenshot>
46449           <screeninfo>Edit original preference to add new page</screeninfo>
46450
46451           <mediaobject>
46452             <imageobject>
46453               <imagedata fileref="images/appendix-cms/editrecommendpref.png"/>
46454             </imageobject>
46455           </mediaobject>
46456         </screenshot>
46457       </section>
46458
46459       <section id="examplecms">
46460         <title>Live Examples</title>
46461
46462         <itemizedlist>
46463           <listitem>
46464             <para>The Crawford Library at Dallas Christian College is using
46465             this method for their recommended reading lists: <ulink url="http://opac.dallas.edu/">http://opac.dallas.edu/</ulink></para>
46466           </listitem>
46467         </itemizedlist>
46468       </section>
46469     </section>
46470   </appendix>
46471
46472   <appendix id="resetkohadb">
46473     <title>Resetting the Koha Database</title>
46474
46475     <para>These notes on how to reset the database for Koha were derived from the following email
46476       thread: <ulink
46477         url="http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html"
46478         >http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html</ulink> and
46479         <ulink url="http://lists.katipo.co.nz/public/koha/2014-June/039701.html"
46480         >http://lists.katipo.co.nz/public/koha/2014-June/039701.html</ulink>
46481     </para>
46482
46483     <para>Resetting the database may be useful if you install Koha with the
46484     sample data, and then wish to use real data without reinstalling the
46485     software.</para>
46486
46487     <section id="deletetables">
46488       <title>Delete Tables</title>
46489       <para>Use your preferred MySQL client to <ulink
46490           url="http://dev.mysql.com/doc/refman/5.5/en/delete.html">delete</ulink> the following
46491         tables:</para>
46492       <itemizedlist>
46493         <listitem>
46494           <para>bibio</para>
46495         </listitem>
46496         <listitem>
46497           <para>biblioitems</para>
46498         </listitem>
46499         <listitem>
46500           <para>items</para>
46501         </listitem>
46502         <listitem>
46503           <para>auth_header</para>
46504         </listitem>
46505         <listitem>
46506           <para>sessions</para>
46507         </listitem>
46508         <listitem>
46509           <para>zebraqueue</para>
46510         </listitem>
46511       </itemizedlist>
46512     </section>
46513
46514     <section id="resetzebra">
46515       <title>Reset the Zebra Index</title>
46516
46517       <para>Run the following commands to reset the authorities and biblios
46518       Zebra indices. <programlisting>$ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init 
46519 $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init </programlisting></para>
46520       <para>If you are running a package install then you'll want to run the following commands to
46521         reset the authorities and biblios Zebra indices
46522         instead:<programlisting>$ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-authorities-dom.cfg  -g iso2709 -d authorities init 
46523 $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg  -g iso2709 -d biblios init </programlisting></para>
46524       <para>Replacing YOURLIBRARY with your Koha installation name.</para>
46525     </section>
46526   </appendix>
46527
46528   <appendix id="importantlinks">
46529     <title>Important Links</title>
46530
46531     <para/>
46532
46533     <section id="koharelatedlinks">
46534       <title>Koha Related</title>
46535
46536       <itemizedlist>
46537         <listitem>
46538           <para>Report Koha Bugs - <ulink url="http://bugs.koha-community.org">http://bugs.koha-community.org</ulink></para>
46539         </listitem>
46540
46541         <listitem>
46542           <para>Koha Versioning Control - <ulink url="http://git.koha-community.org/">http://git.koha-community.org/</ulink></para>
46543         </listitem>
46544
46545         <listitem>
46546           <para>Database Structure - <ulink url="http://schema.koha-community.org"
46547               >http://schema.koha-community.org</ulink></para>
46548         </listitem>
46549
46550         <listitem>
46551           <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>
46552         </listitem>
46553
46554         <listitem>
46555           <para>Kyles's Koha Tools - <ulink url="http://kylehall.info/index.php/projects/koha/"
46556               >http://kylehall.info/index.php/projects/koha/</ulink></para>
46557         </listitem>
46558
46559         <listitem>
46560           <para>Koha Bibliography - <ulink url="http://www.zotero.org/groups/koha">http://www.zotero.org/groups/koha</ulink></para>
46561         </listitem>
46562
46563         <listitem>
46564           <para>Koha Shared Links - <ulink url="http://groups.diigo.com/group/everything-koha">http://groups.diigo.com/group/everything-koha</ulink></para>
46565         </listitem>
46566
46567         <listitem>
46568           <para>Koha Presentations - <ulink url="http://www.slideshare.net/group/koha-ils/slideshows">http://www.slideshare.net/group/koha-ils/slideshows</ulink></para>
46569         </listitem>
46570       </itemizedlist>
46571     </section>
46572
46573     <section id="catalogrelatedlinks">
46574       <title>Cataloging Related</title>
46575
46576       <itemizedlist>
46577         <listitem>
46578           <para>Koha MARC Tutorials - <ulink url="http://www.pakban.net/brooke/">http://www.pakban.net/brooke/</ulink></para>
46579         </listitem>
46580
46581         <listitem>
46582           <para>IRSpy Open Z39.50 Server Search - <ulink url="http://irspy.indexdata.com/"
46583               >http://irspy.indexdata.com/</ulink></para>
46584         </listitem>
46585
46586         <listitem>
46587           <para>Z39.50 Server List - <ulink
46588               url="http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm"
46589               >http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm</ulink></para>
46590         </listitem>
46591         <listitem>
46592           <para>Open Koha Z39.50 Targets - <ulink
46593               url="http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources"
46594               >http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources</ulink></para>
46595         </listitem>
46596
46597         <listitem>
46598           <para>Library of Congress Authorities - <ulink url="http://authorities.loc.gov/">http://authorities.loc.gov/</ulink></para>
46599         </listitem>
46600
46601         <listitem>
46602           <para>MARC Country Codes - <ulink url="http://www.loc.gov/marc/countries/">http://www.loc.gov/marc/countries/</ulink></para>
46603         </listitem>
46604
46605         <listitem>
46606           <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>
46607         </listitem>
46608
46609         <listitem>
46610           <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>
46611         </listitem>
46612
46613         <listitem>
46614           <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>
46615         </listitem>
46616       </itemizedlist>
46617     </section>
46618
46619     <section id="enhancedcontentlinks">
46620       <title>Enhanced Content Related</title>
46621
46622       <itemizedlist>
46623         <listitem>
46624           <para>Amazon Associates - <ulink url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com</ulink></para>
46625         </listitem>
46626
46627         <listitem>
46628           <para>Amazon Web Services - <ulink url="http://aws.amazon.com">http://aws.amazon.com</ulink></para>
46629         </listitem>
46630
46631         <listitem>
46632           <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>
46633         </listitem>
46634
46635         <listitem>
46636           <para>XISBN - <ulink url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
46637         </listitem>
46638
46639         <listitem>
46640           <para>LibraryThing for Libraries - <ulink url="http://www.librarything.com/forlibraries">http://www.librarything.com/forlibraries</ulink></para>
46641         </listitem>
46642       </itemizedlist>
46643     </section>
46644
46645     <section id="opaclinks">
46646       <title>Design Related</title>
46647
46648       <itemizedlist>
46649         <listitem>
46650           <para>JQuery Library - <ulink url="http://wiki.koha-community.org/wiki/JQuery_Library"
46651               >http://wiki.koha-community.org/wiki/JQuery_Library</ulink></para>
46652         </listitem>
46653         <listitem>
46654           <para>HTML &amp; CSS Library - <ulink
46655               url="http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library"
46656               >http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library</ulink></para>
46657         </listitem>
46658
46659         <listitem>
46660           <para>Owen Leonard's Koha Blog - <ulink url="http://www.myacpl.org/koha">http://www.myacpl.org/koha</ulink></para>
46661         </listitem>
46662       </itemizedlist>
46663     </section>
46664
46665     <section id="reportlinks">
46666       <title>Reports Related</title>
46667
46668       <itemizedlist>
46669         <listitem>
46670           <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>
46671         </listitem>
46672
46673         <listitem>
46674           <para>Database Schema - <ulink url="http://schema.koha-community.org">http://schema.koha-community.org</ulink></para>
46675         </listitem>
46676
46677         <listitem>
46678           <para>Sample reports from NEKLS - <ulink
46679               url="http://www.nexpresslibrary.org/training/reports-training/"
46680               >http://www.nexpresslibrary.org/training/reports-training/</ulink></para>
46681         </listitem>
46682       </itemizedlist>
46683     </section>
46684
46685     <section id="installlinks">
46686       <title>Installation Guides</title>
46687
46688       <itemizedlist>
46689         <listitem>
46690           <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>
46691         </listitem>
46692
46693         <listitem>
46694           <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>
46695         </listitem>
46696
46697         <listitem>
46698           <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>
46699         </listitem>
46700       </itemizedlist>
46701     </section>
46702
46703     <section id="misclinks">
46704       <title>Misc</title>
46705
46706       <itemizedlist>
46707         <listitem>
46708           <para>Zotero - <ulink url="http://zotero.org">http://zotero.org</ulink></para>
46709         </listitem>
46710
46711         <listitem>
46712           <para>SOPAC - <ulink url="http://thesocialopac.net/">http://thesocialopac.net</ulink></para>
46713         </listitem>
46714       </itemizedlist>
46715     </section>
46716   </appendix>
46717
46718   <appendix id="XSLTiTypes">
46719     <title>Koha XSLT Item Types</title>
46720
46721     <para>When you have any of the XSLT system preferences (<link linkend="OPACXSLTDetailsDisplay"
46722         >OPACXSLTDetailsDisplay</link>, <link linkend="OPACXSLTResultsDisplay"
46723         >OPACXSLTResultsDisplay</link>, <link linkend="XSLTDetailsDisplay"
46724       >XSLTDetailsDisplay</link>, and/or <link linkend="XSLTResultsDisplay"
46725         >XSLTResultsDisplay</link>) along with the <link linkend="DisplayOPACiconsXSLT"
46726         >DisplayOPACiconsXSLT</link> and <link linkend="DisplayIconsXSLT">DisplayIconsXSLT</link>
46727       preferences turned on you will see item type icons on the related screen. <important>
46728         <para>These images are coming from values found in your leader, if your leader is not
46729           cataloged properly it might be best to turn off the <link linkend="DisplayOPACiconsXSLT"
46730             >DisplayOPACiconsXSLT</link> preference (which can be done while leaving the other XSLT
46731           preferences turned on).</para>
46732       </important></para>
46733
46734     <screenshot>
46735       <screeninfo>Book image</screeninfo>
46736
46737       <mediaobject>
46738         <imageobject>
46739           <imagedata fileref="images/appendix-xslt/book.png"/>
46740         </imageobject>
46741       </mediaobject>
46742     </screenshot>
46743
46744     <itemizedlist>
46745       <listitem>
46746         <para>Book [BK]</para>
46747
46748         <itemizedlist>
46749           <listitem>
46750             <para>leader6 = a (and one of the leader7 values below)</para>
46751
46752             <itemizedlist>
46753               <listitem>
46754                 <para>leader7 = a</para>
46755               </listitem>
46756
46757               <listitem>
46758                 <para>leader7 = c</para>
46759               </listitem>
46760
46761               <listitem>
46762                 <para>leader7 = d</para>
46763               </listitem>
46764
46765               <listitem>
46766                 <para>leader7 = m</para>
46767               </listitem>
46768             </itemizedlist>
46769           </listitem>
46770
46771           <listitem>
46772             <para>leader6 = t</para>
46773           </listitem>
46774         </itemizedlist>
46775       </listitem>
46776     </itemizedlist>
46777
46778     <screenshot>
46779       <screeninfo>Computer Image</screeninfo>
46780
46781       <mediaobject>
46782         <imageobject>
46783           <imagedata fileref="images/appendix-xslt/comp.png"/>
46784         </imageobject>
46785       </mediaobject>
46786     </screenshot>
46787
46788     <itemizedlist>
46789       <listitem>
46790         <para>Computer File [CF]</para>
46791
46792         <itemizedlist>
46793           <listitem>
46794             <para>leader6 = m</para>
46795           </listitem>
46796         </itemizedlist>
46797       </listitem>
46798     </itemizedlist>
46799
46800     <screenshot>
46801       <screeninfo>Continuing Resource Image</screeninfo>
46802
46803       <mediaobject>
46804         <imageobject>
46805           <imagedata fileref="images/appendix-xslt/cr.png"/>
46806         </imageobject>
46807       </mediaobject>
46808     </screenshot>
46809
46810     <itemizedlist>
46811       <listitem>
46812         <para>Continuing Resource [CR]</para>
46813
46814         <itemizedlist>
46815           <listitem>
46816             <para>leader7 = b</para>
46817           </listitem>
46818
46819           <listitem>
46820             <para>leader7 = i</para>
46821           </listitem>
46822
46823           <listitem>
46824             <para>leader7 = s</para>
46825           </listitem>
46826         </itemizedlist>
46827       </listitem>
46828     </itemizedlist>
46829
46830     <screenshot>
46831       <screeninfo>Map Image</screeninfo>
46832
46833       <mediaobject>
46834         <imageobject>
46835           <imagedata fileref="images/appendix-xslt/map.png"/>
46836         </imageobject>
46837       </mediaobject>
46838     </screenshot>
46839
46840     <itemizedlist>
46841       <listitem>
46842         <para>Map [MP]</para>
46843
46844         <itemizedlist>
46845           <listitem>
46846             <para>leader6 = e</para>
46847           </listitem>
46848
46849           <listitem>
46850             <para>leader6 = f</para>
46851           </listitem>
46852         </itemizedlist>
46853       </listitem>
46854     </itemizedlist>
46855
46856     <screenshot>
46857       <screeninfo>Mixed Materials Image</screeninfo>
46858
46859       <mediaobject>
46860         <imageobject>
46861           <imagedata fileref="images/appendix-xslt/mixed.png"/>
46862         </imageobject>
46863       </mediaobject>
46864     </screenshot>
46865
46866     <itemizedlist>
46867       <listitem>
46868         <para>Mixed [MX]</para>
46869
46870         <itemizedlist>
46871           <listitem>
46872             <para>leader6 = p</para>
46873           </listitem>
46874         </itemizedlist>
46875       </listitem>
46876     </itemizedlist>
46877
46878     <screenshot>
46879       <screeninfo>Sound Image</screeninfo>
46880
46881       <mediaobject>
46882         <imageobject>
46883           <imagedata fileref="images/appendix-xslt/sound.png"/>
46884         </imageobject>
46885       </mediaobject>
46886     </screenshot>
46887
46888     <itemizedlist>
46889       <listitem>
46890         <para>Sound [MU]</para>
46891
46892         <itemizedlist>
46893           <listitem>
46894             <para>leader6 = c</para>
46895           </listitem>
46896
46897           <listitem>
46898             <para>leader6 = d</para>
46899           </listitem>
46900
46901           <listitem>
46902             <para>leader6 = i</para>
46903           </listitem>
46904
46905           <listitem>
46906             <para>leader6 = j</para>
46907           </listitem>
46908         </itemizedlist>
46909       </listitem>
46910     </itemizedlist>
46911
46912     <screenshot>
46913       <screeninfo>Visual Material Image</screeninfo>
46914
46915       <mediaobject>
46916         <imageobject>
46917           <imagedata fileref="images/appendix-xslt/visual.png"/>
46918         </imageobject>
46919       </mediaobject>
46920     </screenshot>
46921
46922     <itemizedlist>
46923       <listitem>
46924         <para>Visual Material [VM]</para>
46925
46926         <itemizedlist>
46927           <listitem>
46928             <para>leader6 = g</para>
46929           </listitem>
46930
46931           <listitem>
46932             <para>leader6 = k</para>
46933           </listitem>
46934
46935           <listitem>
46936             <para>leader6 = r</para>
46937           </listitem>
46938         </itemizedlist>
46939       </listitem>
46940     </itemizedlist>
46941
46942     <screenshot>
46943       <screeninfo>Kit Image</screeninfo>
46944
46945       <mediaobject>
46946         <imageobject>
46947           <imagedata fileref="images/appendix-xslt/kit.png"/>
46948         </imageobject>
46949       </mediaobject>
46950     </screenshot>
46951
46952     <itemizedlist>
46953       <listitem>
46954         <para>Kit</para>
46955
46956         <itemizedlist>
46957           <listitem>
46958             <para>leader6 = o</para>
46959           </listitem>
46960         </itemizedlist>
46961       </listitem>
46962     </itemizedlist>
46963   </appendix>
46964
46965   <appendix id="marcedit">
46966     <title>MarcEdit</title>
46967
46968     <para>Download MarcEdit : <ulink url="http://marcedit.reeset.net/"
46969         >http://marcedit.reeset.net/</ulink></para>
46970
46971     <section id="marceditprefix">
46972       <title>Adding a prefix to call numbers</title>
46973
46974       <para>When bringing data into Koha, you may want to first clean it up.
46975       One common action among Koha users is to add a prefix to the call
46976       number.</para>
46977
46978       <itemizedlist>
46979         <listitem>
46980           <para>Open MarcEdit</para>
46981
46982           <screenshot>
46983             <screeninfo>MarcEdit</screeninfo>
46984
46985             <mediaobject>
46986               <imageobject>
46987                 <imagedata fileref="images/appendix-marcedit/marcedit.png"/>
46988               </imageobject>
46989             </mediaobject>
46990           </screenshot>
46991         </listitem>
46992
46993         <listitem>
46994           <para>Click 'MarcEditor'</para>
46995         </listitem>
46996
46997         <listitem>
46998           <para>Go to Tools &gt; Edit Subfield Data</para>
46999
47000           <screenshot>
47001             <screeninfo>Edit subfield data</screeninfo>
47002
47003             <mediaobject>
47004               <imageobject>
47005                 <imagedata fileref="images/appendix-marcedit/marcedit-editsubfield.png"/>
47006               </imageobject>
47007             </mediaobject>
47008           </screenshot>
47009         </listitem>
47010
47011         <listitem>
47012           <para>To prepend data the special character is: ^b  To simply
47013           prepend data to the beginning of a subfield, add ^b to the Field
47014           Data: textbox and the data to be appended in the Replace</para>
47015
47016           <screenshot>
47017             <screeninfo>Prepend data to a field</screeninfo>
47018
47019             <mediaobject>
47020               <imageobject>
47021                 <imagedata fileref="images/appendix-marcedit/editsubfield.png"/>
47022               </imageobject>
47023             </mediaobject>
47024           </screenshot>
47025
47026           <itemizedlist>
47027             <listitem>
47028               <para>To prepend data to the beginning of the subfield while
47029               replacing a text string, add ^b[string to replace] to the Field
47030               Data textbox and the data to be appended in the Replace With
47031               textbox.</para>
47032             </listitem>
47033           </itemizedlist>
47034         </listitem>
47035       </itemizedlist>
47036     </section>
47037
47038     <section id="marceditexcel">
47039       <sectioninfo>
47040         <authorgroup>
47041           <author>
47042             <firstname>Kanika</firstname>
47043             <surname>Goyal</surname>
47044             <affiliation>
47045               <orgname>Delhi Technological University</orgname>
47046             </affiliation>
47047           </author>
47048           
47049           <editor>
47050             <firstname>Nicole C.</firstname>
47051             <surname>Engard</surname>
47052             <contrib>Edits where necessary.</contrib>
47053           </editor>
47054         </authorgroup>
47055         
47056         <pubdate>2010</pubdate>
47057         
47058         <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>
47059       </sectioninfo>
47060       <title>Importing Excel data into Koha</title>
47061
47062       <para>Suppose you have records of your library in excel data sheet
47063       format and want them to import into Koha. But how will you do this? Koha
47064       will not let you import excel records directly. Well here is a very
47065       simple solution for you which will let you import your excel records in
47066       Koha easily. First, we will convert excel file into Marc file and then
47067       will import it into Koha.</para>
47068
47069       <para>Follow the given steps to import your excel records into
47070       Koha</para>
47071
47072       <section id="convertexcel">
47073         <title>Converting from Excel format into .mrk format</title>
47074
47075         <para>First, we will convert excel format into .mrk format. For this we will use MarcEdit.
47076           You can download it from <ulink url="http://marcedit.reeset.net/"
47077             >http://marcedit.reeset.net/</ulink></para>
47078
47079         <para>Now open it and select Add-ins--&gt;Delimited Text
47080         Translator.</para>
47081
47082         <screenshot>
47083           <screeninfo>Delimited Text Translator</screeninfo>
47084
47085           <mediaobject>
47086             <imageobject>
47087               <imagedata fileref="images/appendix-marcedit/excelimport/step-1.png"/>
47088             </imageobject>
47089           </mediaobject>
47090         </screenshot>
47091
47092         <para>Click Next when the following window appears.</para>
47093
47094         <screenshot>
47095           <screeninfo>Delimited Text Translator</screeninfo>
47096
47097           <mediaobject>
47098             <imageobject>
47099               <imagedata fileref="images/appendix-marcedit/excelimport/step-2.png"/>
47100             </imageobject>
47101           </mediaobject>
47102         </screenshot>
47103
47104         <para>Browse for your excel file.</para>
47105
47106         <screenshot>
47107           <screeninfo>Delimited Text Translator</screeninfo>
47108
47109           <mediaobject>
47110             <imageobject>
47111               <imagedata fileref="images/appendix-marcedit/excelimport/step-3.png"/>
47112             </imageobject>
47113           </mediaobject>
47114         </screenshot>
47115
47116         <para>Locate your excel file by choosing the format Excel
47117         File(*.xls).</para>
47118
47119         <screenshot>
47120           <screeninfo>Delimited Text Translator</screeninfo>
47121
47122           <mediaobject>
47123             <imageobject>
47124               <imagedata fileref="images/appendix-marcedit/excelimport/step-4.png"/>
47125             </imageobject>
47126           </mediaobject>
47127         </screenshot>
47128
47129         <para>Similarly, fill all the other entries such as Output File, Excel
47130         Sheet Name and check UTF-8 Encoded (if required) and Click
47131         Next.</para>
47132
47133         <screenshot>
47134           <screeninfo>Delimited Text Translator</screeninfo>
47135
47136           <mediaobject>
47137             <imageobject>
47138               <imagedata fileref="images/appendix-marcedit/excelimport/step-5.png"/>
47139             </imageobject>
47140           </mediaobject>
47141         </screenshot>
47142
47143         <para>Now you will be prompted for mapping the fields to recognise the
47144         fields by standard marc format.</para>
47145
47146         <para>Suppose for Field 0 that is first column I entered Map to:
47147         022$a( Valid ISSN for the continuing resource) and then click on
47148         Apply.</para>
47149
47150         <screenshot>
47151           <screeninfo>Delimited Text Translator</screeninfo>
47152
47153           <mediaobject>
47154             <imageobject>
47155               <imagedata fileref="images/appendix-marcedit/excelimport/step-6.png"/>
47156             </imageobject>
47157           </mediaobject>
47158         </screenshot>
47159
47160         <note>
47161           <para>You can customize Indicators and all other things, for more
47162           information on marc21 format visit the <ulink url="http://www.loc.gov/marc/bibliographic/">official library of
47163           congress site</ulink>.</para>
47164         </note>
47165
47166         <para>Similarly map all other fields and then Click on Finish.</para>
47167
47168         <screenshot>
47169           <screeninfo>Delimited Text Translator</screeninfo>
47170
47171           <mediaobject>
47172             <imageobject>
47173               <imagedata fileref="images/appendix-marcedit/excelimport/step-7.png"/>
47174             </imageobject>
47175           </mediaobject>
47176         </screenshot>
47177
47178         <para>And then a window will appear indicating that your Marc Text
47179         File(*.mrk) has been created.</para>
47180
47181         <screenshot>
47182           <screeninfo>Delimited Text Translator</screeninfo>
47183
47184           <mediaobject>
47185             <imageobject>
47186               <imagedata fileref="images/appendix-marcedit/excelimport/step-8.png"/>
47187             </imageobject>
47188           </mediaobject>
47189         </screenshot>
47190
47191         <para>Click Close and we have created a .mrk file from .xls file in
47192         this step. You can view the file by double clicking on it.</para>
47193       </section>
47194
47195       <section id="convertmrk">
47196         <title>Convert .mrk file to .mrc</title>
47197
47198         <para>We will convert .mrk file that we have created in the above step
47199         into raw Marc format that can be directly imported into Koha.</para>
47200
47201         <para>For this again open MarcEdit and Select MARC Tools.</para>
47202
47203         <screenshot>
47204           <screeninfo>MARC Tools</screeninfo>
47205
47206           <mediaobject>
47207             <imageobject>
47208               <imagedata fileref="images/appendix-marcedit/excelimport/step-9.png"/>
47209             </imageobject>
47210           </mediaobject>
47211         </screenshot>
47212
47213         <para>Next Select MarcMaker to convert .mrk file into .mrc
47214         format.</para>
47215
47216         <screenshot>
47217           <screeninfo>MarcMaker</screeninfo>
47218
47219           <mediaobject>
47220             <imageobject>
47221               <imagedata fileref="images/appendix-marcedit/excelimport/step-10.png"/>
47222             </imageobject>
47223           </mediaobject>
47224         </screenshot>
47225
47226         <para>Locate your input file and name your output file. Then Click
47227         Execute.</para>
47228
47229         <screenshot>
47230           <screeninfo>MarcMaker</screeninfo>
47231
47232           <mediaobject>
47233             <imageobject>
47234               <imagedata fileref="images/appendix-marcedit/excelimport/step-11.png"/>
47235             </imageobject>
47236           </mediaobject>
47237         </screenshot>
47238
47239         <para>And it will show you the Result.</para>
47240
47241         <screenshot>
47242           <screeninfo>MarcMaker</screeninfo>
47243
47244           <mediaobject>
47245             <imageobject>
47246               <imagedata fileref="images/appendix-marcedit/excelimport/step-12.png"/>
47247             </imageobject>
47248           </mediaobject>
47249         </screenshot>
47250
47251         <para>Click Close and now we have raw Marc records with us (.mrc
47252         file).</para>
47253       </section>
47254
47255       <section id="importmrc">
47256         <title>Import .mrc into Koha</title>
47257
47258         <para>More information on importing records into Koha can be found in
47259         the '<link linkend="stagemarc">Stage MARC Records for Import</link>'
47260         section of this manual.</para>
47261
47262         <para>Finally we will import above created .mrc file into Koha.</para>
47263
47264         <para>Click on Tools in your Koha staff client.</para>
47265
47266         <screenshot>
47267           <screeninfo>Koha Staff Client</screeninfo>
47268
47269           <mediaobject>
47270             <imageobject>
47271               <imagedata fileref="images/appendix-marcedit/excelimport/step-13.png"/>
47272             </imageobject>
47273           </mediaobject>
47274         </screenshot>
47275
47276         <para>Next Click on Stage MARC Records for Import.</para>
47277
47278         <screenshot>
47279           <screeninfo>Stage MARC Records for Import</screeninfo>
47280
47281           <mediaobject>
47282             <imageobject>
47283               <imagedata fileref="images/appendix-marcedit/excelimport/step-14.png"/>
47284             </imageobject>
47285           </mediaobject>
47286         </screenshot>
47287
47288         <para>After this, choose your previously created .mrc file and click
47289         on Upload.</para>
47290
47291         <screenshot>
47292           <screeninfo>Stage File</screeninfo>
47293
47294           <mediaobject>
47295             <imageobject>
47296               <imagedata fileref="images/appendix-marcedit/excelimport/step-15.png"/>
47297             </imageobject>
47298           </mediaobject>
47299         </screenshot>
47300
47301         <para>You can also add comment about file and finally click on Stage
47302         For Import.</para>
47303
47304         <screenshot>
47305           <screeninfo>Stage for Import</screeninfo>
47306
47307           <mediaobject>
47308             <imageobject>
47309               <imagedata fileref="images/appendix-marcedit/excelimport/step-17.png"/>
47310             </imageobject>
47311           </mediaobject>
47312         </screenshot>
47313
47314         <para>When the import is done, you will get a result something like
47315         this</para>
47316
47317         <screenshot>
47318           <screeninfo>Staged Records Summary</screeninfo>
47319
47320           <mediaobject>
47321             <imageobject>
47322               <imagedata fileref="images/appendix-marcedit/excelimport/step-18.png"/>
47323             </imageobject>
47324           </mediaobject>
47325         </screenshot>
47326
47327         <para>Next, click on Manage staged records.</para>
47328
47329         <para>Here you can even change matching rules.</para>
47330
47331         <screenshot>
47332           <screeninfo>Manage Staged Records</screeninfo>
47333
47334           <mediaobject>
47335             <imageobject>
47336               <imagedata fileref="images/appendix-marcedit/excelimport/step-19.png"/>
47337             </imageobject>
47338           </mediaobject>
47339         </screenshot>
47340
47341         <para>Click on Import this batch into catalog when you are
47342         done.</para>
47343
47344         <para>Thats it. After all the records get imported, check Status and
47345         it should read "imported"</para>
47346
47347         <screenshot>
47348           <screeninfo>Finalize Import</screeninfo>
47349
47350           <mediaobject>
47351             <imageobject>
47352               <imagedata fileref="images/appendix-marcedit/excelimport/step-20.png"/>
47353             </imageobject>
47354           </mediaobject>
47355         </screenshot>
47356
47357         <para>You can even undo the Import operation.</para>
47358
47359         <para>And within few minutes, we have imported around 10,000 records
47360         in Koha</para>
47361       </section>
47362     </section>
47363   </appendix>
47364
47365   <appendix id="talkingtechappendix">
47366     <title>Talking Tech</title>
47367
47368     <para>Talking Tech I-tiva is a third party, proprietary, product that
47369     libraries can subscribe to. Learn more here: <ulink url="http://www.talkingtech.com/solutions/library">http://www.talkingtech.com/solutions/library</ulink>.</para>
47370
47371     <section id="talkingtechinstall">
47372       <title>Installation and Setup Instructions</title>
47373
47374       <para>Be sure you've run
47375       installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
47376       to install the required data pack (new syspref, notice placeholders and
47377       messaging transport preferences)</para>
47378
47379       <para>To use, <link linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link>
47380       syspref must be turned on.</para>
47381
47382       <para>If you wish to process PREOVERDUE or RESERVES messages, you'll
47383       need the <link linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
47384       system preference turned on, and patrons to have filled in a preference
47385       for receiving these notices by phone.</para>
47386
47387       <para>For OVERDUE messages, overdue notice triggers must be configured
47388       under Koha -&gt; Tools -&gt; <link linkend="noticetriggers">Overdue
47389       Notice Triggers</link>. Either branch-specific triggers or the default
47390       level triggers may be used (script will select whichever is
47391       appropriate).</para>
47392     </section>
47393
47394     <section id="talkingtechsend">
47395       <title>Sending Notices File</title>
47396
47397       <orderedlist>
47398         <listitem>
47399           <para>Add the <link linkend="talkingtechsendcron">TalkingTech_itiva_outbound.pl</link>
47400           script to your crontab</para>
47401         </listitem>
47402
47403         <listitem>
47404           <para>Add an FTP/SFTP or other transport method to send the output
47405           file to the I-tiva server</para>
47406         </listitem>
47407
47408         <listitem>
47409           <para>If you wish, archive the sent notices file in another
47410           directory after sending</para>
47411         </listitem>
47412       </orderedlist>
47413
47414       <para>Run TalkingTech_itiva_outbound.pl --help for more
47415       information</para>
47416     </section>
47417
47418     <section id="talkingtechreceive">
47419       <title>Receiving Results File</title>
47420
47421       <orderedlist>
47422         <listitem>
47423           <para>Add an FTP/SFTP or other transport method to send the Results
47424           file to a known directory on your Koha server</para>
47425         </listitem>
47426
47427         <listitem>
47428           <para>Add the <link linkend="talkingtechreceivecron">TalkingTech_itiva_inbound.pl</link>
47429           script to your crontab, aimed at that directory</para>
47430         </listitem>
47431
47432         <listitem>
47433           <para>If you wish, archive the results file in another directory
47434           after processing</para>
47435         </listitem>
47436       </orderedlist>
47437
47438       <para>Run TalkingTech_itiva_inbound.pl --help for more
47439       information</para>
47440     </section>
47441   </appendix>
47442   <appendix id="oclcappendix">
47443     <title>OCLC Connexion Gateway</title>
47444     <para>Koha can be set to work with the OCLC Connextion Gateway.  This allows libraries to use
47445       OCLC Connexion as their cataloging tool and simply send those records to Koha with a single
47446       click.  The following instructions will help you set up the OCLC Connexion Gateway, if you
47447       have a system administrator you will want to consult with them on this process.</para>
47448     <section id="oclckohasetup">
47449             <sectioninfo>
47450               <authorgroup>
47451                 <author>
47452                   <firstname>D. Ruth</firstname>
47453                   <surname>Bavousett</surname>
47454                   <affiliation>
47455                     <orgname>ByWater Solutions</orgname>
47456                   </affiliation>
47457                 </author>
47458
47459                 <editor>
47460                   <firstname>Nicole C.</firstname>
47461                   <surname>Engard</surname>
47462                 </editor>
47463               </authorgroup>
47464
47465           <pubdate>2012</pubdate>
47466         </sectioninfo>
47467       <title>Setting up OCLC service on Koha</title>
47468       <para>First, you'll need to create a file somewhere on your system with configuration
47469         information.  You could put this anywhere that is visible to the account that will be
47470         running the service. </para>
47471       <para>The file contains 11 lines. The first 6 will be about your Koha
47472         system:<programlisting>host: The IP address of your Koha server 
47473 port: The port you want to use for the Connexion service. This port must be different from your SIP port, or any other service 
47474 koha: The full URL of your staff client 
47475 log: The location (full file specification) of your log for the service 
47476 user: The default Koha username to use for importing 
47477 password: The password that goes with that username</programlisting></para>
47478       <para>The remaining lines describe how to do the staging:
47479         <programlisting>match: The name of the matching rule from your system to use 
47480 overlay_action: "replace", "create_new", or "ignore"-- what to do if there is a match 
47481 nomatch_action: "create_new" or "ignore"-- what to do if there is no match 
47482 item_action: "always_add","add_only_for_matches","add_only_for_new", or "ignore" -- what to do with embedded 952 item data 
47483 import_mode: "direct" or "stage"</programlisting></para>
47484       <para> A sample file would look like
47485         this:<programlisting>host: 1.2.3.4
47486 port: 8000
47487 log: /home/koha/koha-dev/var/log/connexion.log
47488 koha: http://kohastaff.myuniversity.edu
47489 user: koha_generic_staff
47490 password: password
47491 match: 001
47492 overlay_action: replace
47493 nomatch_action: create_new
47494 item_action: ignore
47495 import_mode: direct</programlisting></para>
47496       <para>When choosing an 'import_mode' if you use "direct" then the staged record will be
47497         immediately imported into Koha, and should be searchable after your indexes catch up.  If
47498         you choose "stage", then the record will be placed in a staged batch for you to later go the
47499           <link linkend="managestaged">Managed Staged MARC Records</link> tool to finish the import. </para>
47500       <para>If you import multiple records, they'll be in the same batch, until that batch is
47501         imported, then a new batch will be created. </para>
47502       <para>In "direct" mode, each record will be in its' own batch. </para>
47503       <para>To start the service, run the script:
47504         <programlisting>/location/of/connexion/import/daemon/connexion_import_daemon.pl -d -c /location/of/config/file.cnf</programlisting></para>
47505     </section>
47506     <section id="oclcdesktopsetup">
47507       <sectioninfo>
47508         <authorgroup>
47509           <author>
47510             <firstname>D. Ruth</firstname>
47511             <surname>Bavousett</surname>
47512             <affiliation>
47513               <orgname>ByWater Solutions</orgname>
47514             </affiliation>
47515           </author>
47516           
47517           <author>
47518             <firstname>Heather</firstname>
47519             <surname>Hernandez</surname>
47520             <affiliation>
47521               <orgname>San Francisco Maritime National Historical Park</orgname>
47522             </affiliation>
47523           </author>
47524           
47525           <editor>
47526             <firstname>Nicole C.</firstname>
47527             <surname>Engard</surname>
47528           </editor>
47529         </authorgroup>
47530         
47531         <pubdate>2012/2014</pubdate>
47532       </sectioninfo>
47533       <title>Setting up your OCLC desktop client</title>
47534       <note>
47535         <para>Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12</para>
47536       </note>
47537       <para>To set up the OCLC Connexion desktop client to connect to Koha, go to Tools > Options,
47538         then choose the Export tab. <screenshot>
47539           <screeninfo>Connexion Export Tab</screeninfo>
47540           <mediaobject>
47541             <imageobject>
47542               <imagedata fileref="images/appendix-oclc/oclcexporttab.png"/>
47543             </imageobject>
47544           </mediaobject>
47545         </screenshot><itemizedlist>
47546           <listitem>
47547             <para>Click the "Create..." button to set up a new destination, then choose "OCLC
47548               Gateway Export" and click OK.</para>
47549             <itemizedlist>
47550               <listitem>
47551                 <para>Enter the following information:</para>
47552               
47553               <itemizedlist>
47554               <listitem>
47555                     <para>"Host Name:" Your catalog’s appropriate IP address (from your <link
47556                         linkend="oclckohasetup">config file above</link>) </para>
47557                   </listitem>
47558                   <listitem>
47559                     <para>"Port:" Your catalog's appropriate port number (from your <link
47560                         linkend="oclckohasetup">config file above</link>) </para>
47561                   </listitem>
47562                   <listitem>
47563                     <para>"Login ID:" The cataloger's Koha login </para>
47564                   </listitem>
47565                   <listitem>
47566                     <para>"Password:" The cataloger's Koha password </para>
47567                   </listitem>
47568                   <listitem>
47569                     <para>"Notify Host Before Disconnect" = checked, </para>
47570                   </listitem>
47571                   <listitem>
47572                     <para>"Timeout" = 100, "Retries" = 3, "Delay" = 0 (zero), </para>
47573                   </listitem>
47574                   <listitem>
47575                     <para>"Send Local System Logon ID  Password" = checked. </para>
47576                   </listitem>
47577               </itemizedlist>
47578               </listitem>
47579             </itemizedlist>
47580             <screenshot>
47581               <screeninfo>OCLC Gateway Export Settings</screeninfo>
47582               <mediaobject>
47583                 <imageobject>
47584                   <imagedata fileref="images/appendix-oclc/oclcgatewaysetup.png"/>
47585                 </imageobject>
47586               </mediaobject>
47587             </screenshot>
47588           </listitem>
47589           <listitem>
47590             <para>Select "OK" when finished, and you should see your new "Gateway Export" option
47591               listed (The catalog's IP address and port are blacked out in the following
47592               screenshot)</para>
47593             <para>
47594               <screenshot>
47595                 <screeninfo>Gateway Export Added</screeninfo>
47596                 <mediaobject>
47597                   <imageobject>
47598                     <imagedata fileref="images/appendix-oclc/oclcgatewayexport.png"/>
47599                   </imageobject>
47600                 </mediaobject>
47601               </screenshot>
47602             </para>
47603           </listitem>
47604           <listitem>
47605             <para>Click on "Record Characteristics" and make sure that the bibliographic records are
47606               using MARC21, UTF-8 Unicode, and click OK to save. </para>
47607             <para>
47608               <screenshot>
47609                 <screeninfo>Record Characteristics</screeninfo>
47610                 <mediaobject>
47611                   <imageobject>
47612                     <imagedata fileref="images/appendix-oclc/oclcrecordchar.png"/>
47613                   </imageobject>
47614                 </mediaobject>
47615               </screenshot>
47616             </para>
47617           </listitem>
47618         </itemizedlist></para>
47619       <para>You should be ready to go!  To export a record from OCLC Connexion Client to Koha, just
47620         press F5 while the record is on-screen.  The export dialog will pop up, and you'll see
47621         Connexion attempting to talk to Koha.  You should get a message that the record was added or
47622         overlaid, including its biblio number, and a URL that you can copy into your web browser to
47623         jump straight to the record. </para>
47624     </section>
47625     <section id="oclcgateway">
47626       <sectioninfo>
47627         <authorgroup>
47628           <author>
47629             <firstname>Heather</firstname>
47630             <surname>Hernandez</surname>
47631             <affiliation>
47632               <orgname>San Francisco Maritime National Historical Park</orgname>
47633             </affiliation>
47634           </author>
47635           <editor>
47636             <firstname>Nicole C.</firstname>
47637             <surname>Engard</surname>
47638           </editor>
47639         </authorgroup>
47640         <pubdate>2014</pubdate>
47641       </sectioninfo>
47642       <title>Using the OCLC Connexion Gateway</title>
47643       <para>Records can be exported from Connexion either in a batch or one by one.  </para>
47644       <section id="oclconeexport">
47645         <title>Exporting records one by one</title>
47646         <para>To export bibliographic records one by one, be sure your "Batch" options are correct:
47647           from the "Tools" menu, select "Options", and select the "Batch" tab. In the "Perform local
47648           actions in batch" area, "Bibliographic Record Export" should be unchecked<screenshot>
47649             <screeninfo>Connexion batch options</screeninfo>
47650             <mediaobject>
47651               <imageobject>
47652                 <imagedata fileref="images/appendix-oclc/oclcoptions.png"/>
47653               </imageobject>
47654             </mediaobject>
47655           </screenshot></para>
47656         <para>When ready to export, from the "Action" menu, select "Export" or use the F5 key. You
47657           will see a screen similar to the following if the import is successful and if the record
47658           is new to the Catalog; you may copy &amp; paste the resulting URL into your Koha catalog
47659           to see the new record.<screenshot>
47660             <screeninfo>Connexion Export</screeninfo>
47661             <mediaobject>
47662               <imageobject>
47663                 <imagedata fileref="images/appendix-oclc/oclcstatus.png"/>
47664               </imageobject>
47665             </mediaobject>
47666           </screenshot></para>
47667         <para>If the record was overlaid, you will see a message to that effect in the "OCLC Gateway
47668           Export Status" window<screenshot>
47669             <screeninfo>Overlay confirmation</screeninfo>
47670             <mediaobject>
47671               <imageobject>
47672                 <imagedata fileref="images/appendix-oclc/oclcoverlay.png"/>
47673               </imageobject>
47674             </mediaobject>
47675           </screenshot></para>
47676       </section>
47677       <section id="oclcbatchexport">
47678         <title>Exporting records in a batch</title>
47679         <para>To export bibliographic records in a batch, be sure your "Batch" options are correct:
47680           from the "Tools" menu, select "Options", and select the "Batch" tab. In the "Perform local
47681           actions in batch" area, "Bibliographic Record Export" should be checked<screenshot>
47682             <screeninfo>OCLC Batch Export Options</screeninfo>
47683             <mediaobject>
47684               <imageobject>
47685                 <imagedata fileref="images/appendix-oclc/oclcexportbatch.png"/>
47686               </imageobject>
47687             </mediaobject>
47688           </screenshot></para>
47689         <para>When a record is ready to export, from the "Action" menu, select "Export" or use the
47690           F5 key, and it’s export status will be "ready." </para>
47691         <para>When ready to export the batch, from the "Batch" menu, select "Process batch" and
47692           check the appropriate "Path" and "Export" boxes<screenshot>
47693             <screeninfo>Batch import process</screeninfo>
47694             <mediaobject>
47695               <imageobject>
47696                 <imagedata fileref="images/appendix-oclc/oclcprocessbatch.png"/>
47697               </imageobject>
47698             </mediaobject>
47699           </screenshot></para>
47700         <para>The export will begin, and the bib records will be exported &amp; imported into Koha
47701           one by one; you will see "OCLC Gateway Export Status" windows, as above, showing you the
47702           results of each export. That window will stay there until you select "Close," and then the
47703           next record’s export/import will begin. The process will continue until all records in the
47704           batch are completed. Then you may or may not see the Connexion Client export report
47705           (depending on your Client options for that). </para>
47706       </section>
47707       <section>
47708         <title>Items in OCLC</title>
47709         <para>If you'd like to create your item records in OCLC you can do so by addding a 952 for
47710           each item to the bib record you're cataloging.  The <link linkend="itemcatguide"
47711             >Item/Holdings Cataloging Guide</link> will break down what subfields you can use in the
47712           952, but at the minimum you want to have subfield 2, a, b, and y on your items.</para>
47713         <example>
47714             <title>Item record example</title>
47715           <para>952 \\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE</para>
47716           </example>
47717         <para>
47718           <itemizedlist>
47719             <listitem>
47720               <para>The subfield 2 holds the classification code. This can be ddc for Dewey or lcc
47721                 for Library of Congress or z for Custom. Other classification sources can be found
47722                 in the <link linkend="classificationsources">Classification Sources</link> area in
47723                 administration</para>
47724             </listitem>
47725             <listitem>
47726               <para>Subfield a is your home library and needs to be the code for your home library,
47727                 not the library name. You can find these codes in the <link linkend="libsgroups"
47728                   >Libraries &amp; Groups</link> administration area.</para>
47729             </listitem>
47730             <listitem>
47731               <para>Subfield b is your holding library and needs to be the code for your holding
47732                 library, not the library name. You can find these codes in the <link
47733                   linkend="libsgroups">Libraries &amp; Groups</link> administration area.</para>
47734             </listitem>
47735             <listitem>
47736               <para>Subfield y is your item type code.  It needs to be the code, not the item type
47737                 name. You can find these codes in the <link linkend="itemtypeadmin">Item
47738                   Types</link> administration area.</para>
47739             </listitem>
47740           </itemizedlist>
47741         </para>
47742         <example>
47743           <title>Item record example</title>
47744           <para>952 \\$2ddc$aMAIN$bMAIN$yBOOK</para>
47745         </example>
47746         <para>In addition to these required fields you can enter any other subfield you'd like.
47747           Most libraries will enter a call number in subfield o and a barcode in subfield p as well.
47748           Review the <link linkend="itemcatguide">Item/Holdings Cataloging Guide</link> for a full
47749           list of subfields and values.</para>
47750       </section>
47751     </section>
47752   </appendix>
47753
47754   <appendix id="faqs">
47755     <title>FAQs</title>
47756
47757     <para/>
47758
47759     <section id="displayfaq">
47760       <title>Display</title>
47761
47762       <para/>
47763
47764       <section id="customicons">
47765         <title>Custom Item Type/Authorized Value Icons</title>
47766
47767         <para><emphasis role="bold">Question:</emphasis> Can I have my own set
47768         of item type images (or authorized value icons)?</para>
47769
47770         <para><emphasis role="bold">Answer: </emphasis>Absolutely. To add
47771         additional icons to your system you simply add a new directory to
47772         koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
47773         koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
47774         directory. Your icons will show up in a new tab as soon as they are in
47775         the folders.</para>
47776
47777         <itemizedlist>
47778           <listitem>
47779             <note>
47780               <para>Remember to put the icons in both places (on the OPAC and
47781               the intranet).</para>
47782             </note>
47783           </listitem>
47784         </itemizedlist>
47785       </section>
47786
47787       <section id="customkohaimages">
47788         <title>Customizing Koha Images</title>
47789
47790         <para><emphasis role="bold">Question</emphasis>: Can I customize the
47791         images in the OPAC?</para>
47792
47793         <para><emphasis role="bold">Answer</emphasis>: Absolutely. Koha comes
47794         with a series of original images that you can alter to meet your
47795         needs. The originals can be found in the misc/interface_customization/
47796         directory.</para>
47797       </section>
47798
47799       <section id="opacdisplayfaq">
47800         <title>OPAC Display Fields</title>
47801
47802         <para><emphasis role="bold">Question</emphasis>: What MARC fields
47803         print to the different OPAC screens in Koha?</para>
47804
47805         <para><emphasis role="bold">Answer</emphasis>: The XSLT preference
47806         must be set as follows for the following fields to show</para>
47807
47808         <itemizedlist>
47809           <listitem>
47810             <para><link linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> =
47811             using XSLT stylesheets</para>
47812           </listitem>
47813
47814           <listitem>
47815             <para><link linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
47816             using XSLT stylesheets</para>
47817           </listitem>
47818
47819           <listitem>
47820             <para><link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> =
47821             show</para>
47822           </listitem>
47823         </itemizedlist>
47824
47825         <para>The OPAC Results page shows:</para>
47826
47827         <itemizedlist>
47828           <listitem>
47829             <para>245</para>
47830           </listitem>
47831
47832           <listitem>
47833             <para>100, 110, 111</para>
47834           </listitem>
47835
47836           <listitem>
47837             <para>700, 710, 711</para>
47838           </listitem>
47839
47840           <listitem>
47841             <para>250</para>
47842           </listitem>
47843
47844           <listitem>
47845             <para>260</para>
47846           </listitem>
47847
47848           <listitem>
47849             <para>246</para>
47850           </listitem>
47851
47852           <listitem>
47853             <para>856</para>
47854           </listitem>
47855         </itemizedlist>
47856
47857         <para>The OPAC Details page shows:</para>
47858
47859         <itemizedlist>
47860           <listitem>
47861             <para>245</para>
47862           </listitem>
47863
47864           <listitem>
47865             <para>100, 110, 111</para>
47866           </listitem>
47867
47868           <listitem>
47869             <para>700, 710, 711</para>
47870           </listitem>
47871
47872           <listitem>
47873             <para>440, 490</para>
47874           </listitem>
47875
47876           <listitem>
47877             <para>260</para>
47878           </listitem>
47879
47880           <listitem>
47881             <para>250</para>
47882           </listitem>
47883
47884           <listitem>
47885             <para>300</para>
47886           </listitem>
47887
47888           <listitem>
47889             <para>020</para>
47890           </listitem>
47891
47892           <listitem>
47893             <para>022</para>
47894           </listitem>
47895
47896           <listitem>
47897             <para>246</para>
47898           </listitem>
47899
47900           <listitem>
47901             <para>130, 240</para>
47902           </listitem>
47903
47904           <listitem>
47905             <para>6xx</para>
47906           </listitem>
47907
47908           <listitem>
47909             <para>856</para>
47910           </listitem>
47911
47912           <listitem>
47913             <para>505</para>
47914           </listitem>
47915
47916           <listitem>
47917             <para>773</para>
47918           </listitem>
47919
47920           <listitem>
47921             <para>520</para>
47922           </listitem>
47923
47924           <listitem>
47925             <para>866</para>
47926           </listitem>
47927
47928           <listitem>
47929             <para>775</para>
47930           </listitem>
47931
47932           <listitem>
47933             <para>780</para>
47934           </listitem>
47935
47936           <listitem>
47937             <para>785</para>
47938           </listitem>
47939
47940           <listitem>
47941             <para>plus all of the 5xx fields in the Notes tab at the
47942             bottom</para>
47943           </listitem>
47944         </itemizedlist>
47945       </section>
47946
47947       <section id="displaysubtitle">
47948         <title>Subtitle Display on Bib Records</title>
47949
47950         <para><emphasis role="bold">Question</emphasis>: How do I get the
47951         subtitle to display on the detail pages for my bib records?</para>
47952
47953         <para><emphasis role="bold">Answer</emphasis>: Subtitle display now
47954         depends on there being a <link linkend="keywordmapping">keyword
47955         mapping</link> for the MARC field in question. Adding a mapping for
47956         "subtitle" -&gt; "245b" for an item's framework results in display of
47957         the subtitle in OPAC and staff client search and detail pages
47958         (although not in all instances where subtitles might be displayed,
47959         e.g. the Cart).</para>
47960       </section>
47961
47962       <section id="customlogo">
47963         <sectioninfo>
47964           <authorgroup>
47965             <author>
47966               <firstname>Owen</firstname>
47967               <surname>Leonard</surname>
47968               <affiliation>
47969                 <orgname>Athens County Public Library</orgname>
47970               </affiliation>
47971             </author>
47972             <editor>
47973               <firstname>Nicole C.</firstname>
47974               <surname>Engard</surname>
47975             </editor>
47976           </authorgroup>
47977           <pubdate>July 2010</pubdate>
47978         </sectioninfo>
47979         
47980         <title>Customize Logo on Staff Client</title>
47981
47982         <para><emphasis role="bold">Question</emphasis>: How do I change the
47983         Koha logo on the Staff Client login page?</para>
47984
47985         <para><emphasis role="bold">Answer</emphasis>: <link linkend="opacsmallimage">Opacsmallimage</link> controls the display of
47986         the Koha logo in the OPAC, but there is no system preference
47987         controlling the logo on the staff client login page. Luckily the logo
47988         is displayed via CSS so it can be easily customized through some
47989         custom CSS.</para>
47990
47991         <para>These are the relevant parts of the staff client default CSS:
47992         <programlisting>#login h1 {
47993   background:url("../../img/koha-logo.gif") no-repeat scroll center
47994 top transparent;
47995   margin-bottom:0.5em;
47996   margin-top:0;
47997 }
47998
47999 #login h1 a {
48000   border-bottom:medium none;
48001   display:block;
48002   height:74px;
48003   text-indent:-1000px;
48004 }</programlisting></para>
48005
48006         <para>If you have access to the file system on your Koha server you
48007         can add a custom CSS file and specify that file using the <link linkend="intranetcolorstylesheet">intranetcolorstylesheet</link>
48008         system preference.</para>
48009
48010         <para>There is no analogue to the <link linkend="OPACUserCSS">OPACUserCSS</link> preference in the staff
48011         client, but you can get around this by putting this in the <link linkend="intranetuserjs">intranetuserjs</link> preference:
48012         <programlisting>//]]&gt;
48013 &lt;/script&gt;
48014 &lt;style type="text/css"&gt;
48015  /* inline styles */
48016  &lt;/style&gt;
48017 &lt;script type="text/javascript"&gt;
48018 //&lt;![CDATA[</programlisting></para>
48019
48020         <para>In the above snippet where it says /* inline styles */ we'll
48021         redeclare the relevant properties from the styles of the login
48022         image:<programlisting>//]]&gt;
48023 &lt;/script&gt;
48024 &lt;style type="text/css"&gt;
48025  /* inline styles */
48026
48027 #login h1 {
48028   background:url("../../img/koha-logo.gif") no-repeat scroll center
48029 top transparent;
48030 }
48031
48032 #login h1 a {
48033   height:74px;
48034 }
48035  &lt;/style&gt;
48036 &lt;script type="text/javascript"&gt;
48037 //&lt;![CDATA[
48038 </programlisting></para>
48039
48040         <para>I've only reproduced the properties necessary to make the change
48041         we want. You can see that the "background:" property sets the path to
48042         the default logo. You can change this to point to any image you want,
48043         on the Koha server or anywhere else. Then you just need to change the
48044         #login h1 a's "height" property to match the height of the image you
48045         choose.</para>
48046
48047         <para>For example:</para>
48048
48049         <para><programlisting>//]]&gt;
48050 &lt;/script&gt;
48051 &lt;style type="text/css"&gt;
48052  /* inline styles */
48053
48054 #login h1 {
48055   background:url("http://www.myacpl.org/sites/all/themes/npl/logo.png")
48056 no-repeat scroll center top transparent;
48057 }
48058
48059 #login h1 a {
48060   height:71px;
48061 }
48062  &lt;/style&gt;
48063 &lt;script type="text/javascript"&gt;
48064 //&lt;![CDATA[</programlisting></para>
48065       </section>
48066
48067       <section id="opacbarcodesfaq">
48068         <title>Show patrons the barcodes of items they have checked
48069         out</title>
48070
48071         <para><emphasis role="bold">Question</emphasis>: Can patrons see the
48072         barcodes for the items they have checked out.</para>
48073
48074         <para><emphasis role="bold">Answer</emphasis>: Not by default, but
48075         with a few edits to the patron record you can make a barcode column
48076         appear on the patron's check out summary in the OPAC. You can set up a
48077         <link linkend="patronattributetypes">patron attribute</link> with the
48078         value of SHOW_BCODE and <link linkend="authorizedvalues">authorized
48079         value</link> of YES_NO to make this happen.</para>
48080
48081         <screenshot>
48082           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
48083
48084           <mediaobject>
48085             <imageobject>
48086               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
48087             </imageobject>
48088           </mediaobject>
48089         </screenshot>
48090
48091         <para>Then on the <link linkend="editpatrons">patron's record set the
48092         value</link> for SHOW_BCODE to yes.</para>
48093
48094         <screenshot>
48095           <screeninfo>Setting value for SHOW_BCODE on patron
48096           record</screeninfo>
48097
48098           <mediaobject>
48099             <imageobject>
48100               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
48101             </imageobject>
48102           </mediaobject>
48103         </screenshot>
48104
48105         <para>This will add a column to the check out summary in the OPAC that
48106         shows the patrons the barcodes of the items they have checked
48107         out.</para>
48108
48109         <screenshot>
48110           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
48111
48112           <mediaobject>
48113             <imageobject>
48114               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
48115             </imageobject>
48116           </mediaobject>
48117         </screenshot>
48118
48119         <para>Clicking on the 'Overdue' tab will show only the items that are
48120         overdue.</para>
48121       </section>
48122     </section>
48123
48124     <section id="circfaq">
48125       <title>Circulation/Notices</title>
48126
48127       <para/>
48128
48129       <section id="dropboxfaq">
48130         <title>Book drop Date</title>
48131
48132         <para><emphasis role="bold">Question</emphasis>: How is the book drop date is determined? Is
48133           it the last open date for the checkout branch? Is it today's date minus one? Can the book
48134           drop checkin date be set?</para>
48135
48136         <para><emphasis role="bold">Answer</emphasis>: If the library is closed for four days for
48137           renovations, for example, there would be more than one day needed for the book drop date.
48138           You will only have one book drop date and that will be the last day that the library open
48139           (determined by the holiday calendar) because there is no real way to know what day the
48140           books were dropped into the box during the 4 closed days. The only way to change the
48141           effective checkin date in book drop mode is to modify the calendar.</para>
48142       </section>
48143       <section id="holdsreportsfaq">
48144         <title>Holds to Pull and Holds Queue</title>
48145         <para><emphasis role="bold">Question</emphasis>: What is the difference between the <link linkend="holdsqueue">Holds Queue</link> and <link linkend="holdspull">Holds to
48146             Pull</link>?</para>
48147         <para><emphasis role="bold">Answer</emphasis>: The holds to pull report gives a simple list
48148           of what holds need to be filled with available items. It should only be used in Koha
48149           installations where there is only one library. </para>
48150         <para>The holds queue tries to do the same thing, but in a 'smarter' way. This allows it to
48151           split up the list by library, consult the <link linkend="transportcostmatrix">transport
48152             cost matrix</link> and refresh regularly to provide different pull lists to each
48153           library.</para>
48154       </section>
48155
48156       <section id="dupoverduefaq">
48157         <title>Duplicate Overdue Notices</title>
48158
48159         <para><emphasis role="bold">Question</emphasis>: Why are patrons
48160         getting two overdue notices?</para>
48161
48162         <para><emphasis role="bold">Answer</emphasis>: This tool takes all
48163         branches in the overdue rules and sent notifications to them. So, if
48164         you have a default rule &amp; a branch rule, the notification will be
48165         generated twice. A quick fix is to discard "default rule" for
48166         instance.</para>
48167       </section>
48168
48169       <section id="printoverduefaq">
48170         <title>Printing Overdue Notices</title>
48171
48172         <para><emphasis role="bold">Question</emphasis>: Can I print overdue
48173         notices for patrons without email addresses on file?</para>
48174
48175         <para><emphasis role="bold">Answer</emphasis>: Yes. The <link linkend="overduenoticecron">overdue notice cron job</link> has a
48176         setting to generate the overdue notices as HTML for printing. An
48177         example of this usage would be:</para>
48178
48179         <para><programlisting>overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author </programlisting>In
48180         this example, we wanted to use only certain item fields in our
48181         notices, so we specified itemscontent fields in the cron entry; that's
48182         not a requirement for the feature.</para>
48183
48184         <para>The command line needs to specify a web-accessible directory
48185         where the print notices will go -- they get a filename like
48186         notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
48187         notice itself can be formatted to fit a Z-mailer. Within the notice
48188         file, the text is spaced down or over to where it will print properly
48189         on the form. The script has code that wraps around the notice file to
48190         tell the HTML to obey the formatting, and to do a page break between
48191         notices. That's so that when staff print it out, they get one per
48192         page. We had to add an extra syspref (<link linkend="PrintNoticesMaxLines">PrintNoticesMaxLines</link>) to specify
48193         page length because our client allows a _lot_ of checkouts which meant
48194         some notices were running onto multiple pages. That syspref says to
48195         truncate the print notice at that page length and put in a message
48196         about go check your OPAC account for the full list.</para>
48197
48198         <para>The print and email overdues use the same notice file. The print
48199         notices for holds are different -- there's a separate HOLD_PRINT
48200         notice file and the system uses it if there's no email address. Then a
48201         nightly cron job runs to gather those up from the message queue and
48202         put them in an HTML file in the notice directory, as above.</para>
48203
48204         <para>The cron entry is gather_print_notices.pl /tmp/noticedir</para>
48205       </section>
48206
48207       <section id="renewfaq">
48208         <title>Unable to Renew Items</title>
48209
48210         <para><emphasis role="bold">Question</emphasis>: We're trying to renew
48211         some items for our patron. One of the items is on hold and ineligible
48212         for renewal, but the other two items refuse to renew even though they
48213         should be eligible. When I try to use the override renewal limit, it
48214         just returns a little message that says "renewal failed". Any idea
48215         what's going on here?</para>
48216
48217         <para><emphasis role="bold">Answer</emphasis>: At the very least you will need to set an
48218           absolute <link linkend="circfinerules">default circulation rule</link>. This rule should
48219           be set for the default itemtype, default branchcode and default patron category. That will
48220           catch anyone who doesn't match a specific rule. Patrons who do not match a specific rule
48221           will get blocked from placing holds or renewing items, since there was no baseline number
48222           of holds or renewals to utilize.</para>
48223       </section>
48224
48225       <section id="holdsfaq">
48226         <title>Unable to Place Holds</title>
48227
48228         <para><emphasis role="bold">Question</emphasis>: Why can't I place
48229         holds when I have all of the preferences turned on.</para>
48230
48231         <para><emphasis role="bold">Answer</emphasis>: You probably need to
48232         set a default circulation rule. At the very least you will need to set
48233         an default circulation rule. This rule should be set for all item
48234         types, all branches and all patron categories. That will catch all
48235         instances that do not match a specific rule. When checking out if you
48236         do not have a rule for the default branch, default item and default
48237         patron category then you may see patrons getting blocked from placing
48238         holds.</para>
48239       </section>
48240
48241       <section id="keyboardshort">
48242         <title>Keyboard Shortcuts</title>
48243
48244         <para><emphasis role="bold">Question</emphasis>: Do I have to use my
48245         mouse to access the checkout, checkin and cataloging tabs at the top
48246         of the circulation pages?</para>
48247
48248         <para><emphasis role="bold">Answer</emphasis>: You can jump between
48249         the tabs on the quick search box at the top of the screen by using the
48250         following hot keys (if the tab is available):</para>
48251
48252         <itemizedlist>
48253           <listitem>
48254             <para>jump to the catalog search with Alt+Q</para>
48255           </listitem>
48256
48257           <listitem>
48258             <para>jump to the checkout with Alt+U</para>
48259
48260             <itemizedlist>
48261               <listitem>
48262                 <para>this will not work for Mac user</para>
48263               </listitem>
48264             </itemizedlist>
48265           </listitem>
48266
48267           <listitem>
48268             <para>jump to the checkin with Alt+R</para>
48269           </listitem>
48270         </itemizedlist>
48271
48272         <para><note>
48273             <para>Mac users use the OPTION button in place of ALT</para>
48274           </note></para>
48275       </section>
48276
48277       <section id="smsnoticefaq">
48278         <title>SMS Notices/Messages</title>
48279
48280         <para><emphasis role="bold">Question</emphasis>: I want Koha to send
48281         notices via SMS, what do I need to do?</para>
48282
48283         <para><emphasis role="bold">Answer</emphasis>: First you need to
48284         choose a SMS service to use with Koha. There is a list available here:
48285         <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>
48286         Not all SMS services available to libraries have Perl drivers, so be
48287         sure to check this list to see if the provider you're considering is
48288         listed. If not you want to ask your provider if they have a Perl
48289         module, if not you should consider another service. Some common
48290         options in the US (that have Perl drivers) are:</para>
48291
48292         <itemizedlist>
48293           <listitem>
48294             <para>AQL (<ulink url="http://www.aql.com">www.aql.com</ulink>)</para>
48295           </listitem>
48296
48297           <listitem>
48298             <para>Wadja (<ulink url="http://wadja.com">wadja.com</ulink>)</para>
48299           </listitem>
48300
48301           <listitem>
48302             <para>Ipipi (<ulink url="http://ipipi.com">ipipi.com</ulink>)</para>
48303           </listitem>
48304
48305           <listitem>
48306             <para>T-mobile</para>
48307           </listitem>
48308
48309           <listitem>
48310             <para>SMSDiscount (<ulink url="http://smsdiscount.com">smsdiscount.com</ulink>)</para>
48311           </listitem>
48312
48313           <listitem>
48314             <para>Clickatell</para>
48315           </listitem>
48316         </itemizedlist>
48317       </section>
48318     </section>
48319
48320     <section id="catfaq">
48321       <title>Cataloging</title>
48322
48323       <para/>
48324
48325       <section id="authorityfaq">
48326         <title>Authority Fields</title>
48327
48328         <para><emphasis role="bold">Question: </emphasis>Why can't I edit 1xx,
48329         6xx, or 7xx fields in my catalog record?</para>
48330
48331         <para><emphasis role="bold">Answer:</emphasis> These fields are authority controlled and you
48332           probably have the <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> set
48333           to "Don't allow". When it is set to "Don't allow" these fields will be locked and require
48334           you to search for an existing authority record to populate the field with. To allow typing
48335           in these authority fields set <link linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> to 'Allow'.<note>
48336             <para>Fields affected by this preference will show a lock symbol in them</para>
48337           </note></para>
48338
48339         <screenshot>
48340           <screeninfo>Fields affected by this preference show a lock in the field</screeninfo>
48341
48342           <mediaobject>
48343             <imageobject>
48344               <imagedata fileref="images/cataloging/lockedauthority.png"/>
48345             </imageobject>
48346           </mediaobject>
48347         </screenshot>
48348       </section>
48349
48350       <section id="kohamarcfaq">
48351         <title>Koha to MARC Mapping</title>
48352
48353         <para><emphasis role="bold">Question</emphasis>: What's the
48354         relationship between 'Koha to MARC Mapping' and 'MARC Bibliographic
48355         Frameworks'?</para>
48356
48357         <para><emphasis role="bold">Answer</emphasis>: Mapping can be defined
48358         through 'MARC Bibliographic Frameworks' OR 'Koha to MARC Mapping'.
48359         'Koha to MARC Mapping' is just a shortcut to speed up linkage. If you
48360         change a mapping in one of these modules, the mapping will change in
48361         the other as well. (In other words, the two modules 'overwrite' each
48362         other in order to prevent conflicts from existing in Koha).</para>
48363       </section>
48364
48365       <section id="itemsperbibfaq">
48366         <title>Number of Items Per Bib Record</title>
48367
48368         <para><emphasis role="bold">Question</emphasis>: Is there a limit on
48369         the number of items I can attach to a bib record?</para>
48370
48371         <para><emphasis role="bold">Answer</emphasis>: There is no explicit limit to the number of
48372           items you can attach to a bibliographic record, but if you attach enough of them, your
48373           MARC record will exceed the maximum file size limit for the ISO 2709 standard, which
48374           breaks indexing for that record. I've found this occurs somewhere between 600 and 1000
48375           items on a 'normal' bibliographic record.</para>
48376       </section>
48377
48378       <section id="analyticsfaq">
48379         <title>Analytics</title>
48380
48381         <para><emphasis role="bold">Question</emphasis>: I am using the <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> feature,
48382         but my links in the OPAC and Staff Client to 'Show Analytics' are not
48383         working.</para>
48384
48385         <para><emphasis role="bold">Answer</emphasis>: If you plan on using
48386         <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> you
48387         will want to make sure to set your <link linkend="UseControlNumber">UseControlNumber</link> preference to
48388         "Don't use," this will prevent broken links.</para>
48389       </section>
48390     </section>
48391
48392     <section id="acqfaq">
48393       <title>Acquisitions</title>
48394
48395       <para/>
48396
48397       <section id="planningcatfaq">
48398         <title>Planning Categories</title>
48399
48400         <para><emphasis role="bold">Question</emphasis>: What is a planning
48401         category?</para>
48402
48403         <para><emphasis role="bold">Answer</emphasis>: When you plan in
48404         advance for the way your budget is going to be spent, you initially
48405         plan for how it's going to be spent over time, that's the most natural
48406         thing to do.</para>
48407
48408         <para>So you plan for $1000 in Jan. $1000 in Feb., $3000 in March,
48409         etc. You can basically do the same thing with a list of values in lieu
48410         of the months.</para>
48411
48412         <para>Say you have a list like this one:</para>
48413
48414         <itemizedlist>
48415           <listitem>
48416             <para>&lt; 1 month</para>
48417           </listitem>
48418
48419           <listitem>
48420             <para>&lt; 6 months</para>
48421           </listitem>
48422
48423           <listitem>
48424             <para>&lt; 1 year</para>
48425           </listitem>
48426
48427           <listitem>
48428             <para>&lt; 3 years</para>
48429           </listitem>
48430
48431           <listitem>
48432             <para>&lt; 10 years</para>
48433           </listitem>
48434
48435           <listitem>
48436             <para>&gt; 10 years</para>
48437           </listitem>
48438         </itemizedlist>
48439
48440         <para>The list is meant to represent when the books acquired where
48441         published. Then you plan for it, saying: we went to spend at list 40%
48442         of our budgets on books published less than a year ago, 10% on books
48443         more than 10 years old, etc.</para>
48444
48445         <para>Upon acquiring new material, you'll be able to select, for a
48446         given item, a value from this list in a drop down. Then, after the
48447         material has been acquired, at the end of the year, you'll be able to
48448         compare the goals set, with what's been achieved.</para>
48449       </section>
48450     </section>
48451
48452     <section id="serialsfaq">
48453       <title>Serials</title>
48454
48455       <para/>
48456
48457       <section id="advancedpatternfaq">
48458         <title>Advanced Patterns</title>
48459
48460         <para><emphasis role="bold">Question</emphasis>: What is the 'inner
48461         counter' on the advanced serials pattern interface?</para>
48462
48463         <para><emphasis role="bold">Answer</emphasis>: I think it is better to
48464         give an example to understand this :</para>
48465
48466         <para>Example for a monthly subscription :</para>
48467
48468         <itemizedlist>
48469           <listitem>
48470             <para>First issue publication date : April 2010</para>
48471           </listitem>
48472
48473           <listitem>
48474             <para>Numbering : No {X}, year {Y}</para>
48475           </listitem>
48476
48477           <listitem>
48478             <para>First issue : No 4, year 2010</para>
48479           </listitem>
48480         </itemizedlist>
48481
48482         <para>For the year Y : you will want the year change on January
48483         2011</para>
48484
48485         <para>So, the advanced pattern for Y will be :</para>
48486
48487         <itemizedlist>
48488           <listitem>
48489             <para>Add : 1</para>
48490           </listitem>
48491
48492           <listitem>
48493             <para>once every : 12</para>
48494           </listitem>
48495
48496           <listitem>
48497             <para>When more than 9999999</para>
48498           </listitem>
48499
48500           <listitem>
48501             <para>inner counter : 3</para>
48502           </listitem>
48503
48504           <listitem>
48505             <para>Set back to 0</para>
48506           </listitem>
48507
48508           <listitem>
48509             <para>Begins with 2010</para>
48510           </listitem>
48511         </itemizedlist>
48512
48513         <para>Year is going to change after 12 received issues from April
48514         2010, that is in April 2011 if you don't set inner counter. Set inner
48515         counter to 3 will say to Koha : change year after 12-3 = 9 received
48516         issues.</para>
48517
48518         <para>Inner counter says to Koha to take into account the first issues
48519         of the year, even if they are not received with Koha. If you begin
48520         with first issue of the year write nothing or 0.</para>
48521       </section>
48522     </section>
48523
48524     <section id="reportsfaq">
48525       <title>Reports</title>
48526
48527       <para/>
48528
48529       <section id="accounttypefaq">
48530         <title>Define Codes Stored in DB</title>
48531
48532         <para/>
48533
48534         <section id="finescodefaq">
48535           <title>Fines Table</title>
48536
48537           <para><emphasis role="bold">Question:</emphasis> What do the codes
48538           in the accounttype field in the accountlines table stand for?</para>
48539
48540           <para><emphasis role="bold">Answer:</emphasis></para>
48541
48542           <itemizedlist>
48543             <listitem>
48544               <para>A = Account management fee</para>
48545             </listitem>
48546
48547             <listitem>
48548               <para>C = Credit</para>
48549             </listitem>
48550
48551             <listitem>
48552               <para>F = Overdue fine</para>
48553             </listitem>
48554
48555             <listitem>
48556               <para>FOR = Forgiven</para>
48557             </listitem>
48558
48559             <listitem>
48560               <para>FU = Overdue, still acccruing</para>
48561             </listitem>
48562
48563             <listitem>
48564               <para>L = Lost item</para>
48565             </listitem>
48566             <listitem>
48567               <para>LR = Lost item returned/refunded</para>
48568             </listitem>
48569
48570             <listitem>
48571               <para>M = Sundry</para>
48572             </listitem>
48573
48574             <listitem>
48575               <para>N = New card</para>
48576             </listitem>
48577
48578             <listitem>
48579               <para>PAY = Payment</para>
48580             </listitem>
48581
48582             <listitem>
48583               <para>W = Writeoff</para>
48584             </listitem>
48585           </itemizedlist>
48586         </section>
48587
48588         <section id="statscodefaq">
48589           <title>Statistics Table</title>
48590
48591           <para><emphasis role="bold">Question: </emphasis>What are the
48592           possible codes for the type field in the statistics table?</para>
48593
48594           <para><emphasis role="bold">Answer:</emphasis></para>
48595
48596           <itemizedlist>
48597             <listitem>
48598               <para>localuse</para>
48599
48600               <itemizedlist>
48601                 <listitem>
48602                   <para>Registers if an item that had been checked out to a
48603                   statistics patron (category type = 'X') is returned</para>
48604                 </listitem>
48605               </itemizedlist>
48606             </listitem>
48607
48608             <listitem>
48609               <para>issue</para>
48610             </listitem>
48611
48612             <listitem>
48613               <para>return</para>
48614             </listitem>
48615
48616             <listitem>
48617               <para>renew</para>
48618             </listitem>
48619
48620             <listitem>
48621               <para>writeoff</para>
48622             </listitem>
48623
48624             <listitem>
48625               <para>payment</para>
48626             </listitem>
48627
48628             <listitem>
48629               <para>CreditXXX</para>
48630
48631               <itemizedlist>
48632                 <listitem>
48633                   <para>The XXX stores different types of fee credits, so a query to catch them all
48634                     would include a clause like "type LIKE 'Credit%'"</para>
48635                 </listitem>
48636               </itemizedlist>
48637             </listitem>
48638           </itemizedlist>
48639         </section>
48640
48641         <section id="rescodefaq">
48642           <title>Reserves Table</title>
48643
48644           <para><emphasis role="bold">Question</emphasis>: What are the
48645           possible codes for the found field in the reserves and old_reserves
48646           tables?</para>
48647
48648           <para><emphasis role="bold">Answer</emphasis>:</para>
48649
48650           <itemizedlist>
48651             <listitem>
48652               <para>NULL: means the patron requested the 1st available, and we
48653               haven't chosen the item</para>
48654             </listitem>
48655
48656             <listitem>
48657               <para>T = Transit: the reserve is linked to an item but is in
48658               transit to the pickup branch</para>
48659             </listitem>
48660
48661             <listitem>
48662               <para>W = Waiting: the reserve is linked to an item, is at the pickup branch, and is
48663                 waiting on the hold shelf</para>
48664             </listitem>
48665
48666             <listitem>
48667               <para>F = Finished: the reserve has been completed, and is
48668               done</para>
48669             </listitem>
48670           </itemizedlist>
48671         </section>
48672
48673         <section id="reportdicfaq">
48674           <title>Reports Dictionary Table</title>
48675
48676           <para><emphasis role="bold">Question</emphasis>: What are the
48677           possible codes for the area field in the reports_dictionary
48678           table?</para>
48679
48680           <para><emphasis role="bold">Answer</emphasis>:</para>
48681
48682           <itemizedlist>
48683             <listitem>
48684               <para>1 = Circulation</para>
48685             </listitem>
48686
48687             <listitem>
48688               <para>2 = Catalog</para>
48689             </listitem>
48690
48691             <listitem>
48692               <para>3 = Patrons</para>
48693             </listitem>
48694
48695             <listitem>
48696               <para>4 = Acquisitions</para>
48697             </listitem>
48698
48699             <listitem>
48700               <para>5 = Accounts</para>
48701             </listitem>
48702           </itemizedlist>
48703         </section>
48704
48705         <section id="msgtablefaq">
48706           <title>Messages Table</title>
48707
48708           <para><emphasis role="bold">Question</emphasis>: What are the
48709           possible codes for the message_type field in the messages
48710           table?</para>
48711
48712           <para><emphasis role="bold">Answer</emphasis>:</para>
48713
48714           <itemizedlist>
48715             <listitem>
48716               <para>L = For Librarians</para>
48717             </listitem>
48718
48719             <listitem>
48720               <para>B = For Patrons/Borrowers</para>
48721             </listitem>
48722           </itemizedlist>
48723         </section>
48724
48725         <section id="serialtablefaq">
48726           <title>Serial Table</title>
48727
48728           <para><emphasis role="bold">Question</emphasis>: What are the possible codes for the
48729             status field in the serial table?</para>
48730
48731           <para><emphasis role="bold">Answer</emphasis>:</para>
48732
48733           <itemizedlist>
48734             <listitem>
48735               <para>1 = Expected </para>
48736             </listitem>
48737             <listitem>
48738               <para>2 = Arrived </para>
48739             </listitem>
48740             <listitem>
48741               <para>3 = Late </para>
48742             </listitem>
48743             <listitem>
48744               <para>4 = Missing </para>
48745             </listitem>
48746             <listitem>
48747               <para>5 = Not available </para>
48748             </listitem>
48749             <listitem>
48750               <para>7 = Claimed </para>
48751             </listitem>
48752             <listitem>
48753               <para>41 = Missing (not received) </para>
48754             </listitem>
48755             <listitem>
48756               <para>42 = Missing (sold out) </para>
48757             </listitem>
48758             <listitem>
48759               <para>43 = Missing (damaged) </para>
48760             </listitem>
48761             <listitem>
48762               <para>44 = Missing (lost)</para>
48763             </listitem>
48764           </itemizedlist>
48765         </section>
48766         <section id="borrowerprivacyvalues">
48767           <title>Borrowers Table</title>
48768           <para><emphasis role="bold">Question</emphasis>: What are the possible codes for the
48769             privacy field in the borrowers table?</para>
48770           <para><emphasis role="bold">Answer</emphasis>:<itemizedlist>
48771               <listitem>
48772                 <para>0 = Forever</para>
48773               </listitem>
48774               <listitem>
48775                 <para>1 = Default</para>
48776               </listitem>
48777               <listitem>
48778                 <para>2 = Never</para>
48779               </listitem>
48780             </itemizedlist></para>
48781         </section>
48782         <section id="messpreffaq">
48783           <title>Messaging Preferences</title>
48784           <para><emphasis role="bold">Question</emphasis>: What are the possible codes in the
48785             message_attribute_id field in the borrower_message_preferences table?</para>
48786           <para><emphasis role="bold">Answer</emphasis>:<itemizedlist>
48787               <listitem>
48788                 <para>2 = advanced notice </para>
48789               </listitem>
48790               <listitem>
48791                 <para>6 = item checkout </para>
48792               </listitem>
48793               <listitem>
48794                 <para>4 = hold filled </para>
48795               </listitem>
48796               <listitem>
48797                 <para>1 = item due </para>
48798               </listitem>
48799               <listitem>
48800                 <para>5 = item check in</para>
48801               </listitem>
48802             </itemizedlist></para>
48803         </section>
48804       </section>
48805
48806       <section id="runtimefaq">
48807         <title>Runtime Parameters</title>
48808
48809         <para><emphasis role="bold">Question</emphasis>: Is there a way to
48810         filter my custom SQL reports before they run?</para>
48811
48812         <para><emphasis role="bold">Answer</emphasis>: If you feel that your
48813         report might be too resource intensive you might want to consider
48814         using runtime parameters to your query. Runtime parameters basically
48815         make a filter appear before the report is run to save your system
48816         resources.</para>
48817
48818         <para>There is a specific syntax that Koha will understand as 'ask for
48819         values when running the report'. The syntax is &lt;&lt;Question to
48820         ask|authorized_value&gt;&gt;.</para>
48821
48822         <itemizedlist>
48823           <listitem>
48824             <para>The &lt;&lt; and &gt;&gt; are just delimiters. You must put
48825             &lt;&lt; at the beginning and &gt;&gt; at the end of your
48826             parameter</para>
48827           </listitem>
48828
48829           <listitem>
48830             <para>The 'Question to ask' will be displayed on the left of the
48831             string to enter.</para>
48832           </listitem>
48833
48834           <listitem>
48835             <para>The authorized_value can be omitted if not applicable. If it
48836             contains an authorized value category, or branches or itemtype or
48837             categorycode, a list with the Koha authorized values will be
48838             displayed instead of a free field Note that you can have more than
48839             one parameter in a given SQL Note that entering nothing at run
48840             time won't probably work as you expect. It will be considered as
48841             "value empty" not as "ignore this parameter". For example entering
48842             nothing for : "title=&lt;&lt;Enter title&gt;&gt;" will display
48843             results with title='' (no title). If you want to have to have
48844             something not mandatory, use "title like &lt;&lt;Enter
48845             title&gt;&gt;" and enter a % at run time instead of nothing</para>
48846           </listitem>
48847         </itemizedlist>
48848
48849         <para>Examples:</para>
48850
48851         <itemizedlist>
48852           <listitem>
48853             <para>SELECT surname,firstname FROM borrowers WHERE
48854             branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND
48855             surname like &lt;&lt;Enter filter for patron surname (% if
48856             none)&gt;&gt;</para>
48857           </listitem>
48858
48859           <listitem>
48860             <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick your
48861             branch|branches&gt;&gt; and barcode like &lt;&lt;Partial barcode
48862             value here&gt;&gt;</para>
48863           </listitem>
48864         </itemizedlist>
48865
48866         <note>
48867           <para>To generate a date picker calendar to the right of the field
48868           when running a report you can use the 'date' keyword like this:
48869           &lt;&lt;Enter Date|date&gt;&gt;</para>
48870
48871           <screenshot>
48872             <screeninfo>Date Picker</screeninfo>
48873
48874             <mediaobject>
48875               <imageobject>
48876                 <imagedata fileref="images/reports/datepicker.png"/>
48877               </imageobject>
48878             </mediaobject>
48879           </screenshot>
48880         </note>
48881
48882         <note>
48883           <para>You have to put "%" in a text box to 'leave it blank'.
48884           Otherwise, it literally looks for "" (empty string) as the value for
48885           the field.</para>
48886         </note>
48887
48888         <para><important>
48889             <para>In addition to using any authorized value code to generate a
48890             dropdown, you can use the following values as well: Branches
48891             (branches), Item Types (itemtypes) and Patron Categories
48892             (categorycode). For example a branch pull down would be generated
48893             like this &lt;&lt;Branch|branches&gt;&gt;</para>
48894
48895             <screenshot>
48896               <screeninfo>Branch pull down</screeninfo>
48897
48898               <mediaobject>
48899                 <imageobject>
48900                   <imagedata fileref="images/reports/branchpulldown.png"/>
48901                 </imageobject>
48902               </mediaobject>
48903             </screenshot>
48904           </important></para>
48905       </section>
48906
48907       <section id="reportlimitfaq">
48908         <title>Results Limited</title>
48909
48910         <para><emphasis role="bold">Question</emphasis>: When I download my
48911         report it's limited to 10,000 results, how do I get all of the results
48912         to download?</para>
48913
48914         <para><emphasis role="bold">Answer</emphasis>: There is a limit of
48915         10,000 records put on SQL statements entered in Koha. To get around
48916         this you want to add 'LIMIT 100000' to the end of your SQL statement
48917         (or any other number above 10,000.</para>
48918       </section>
48919     </section>
48920
48921     <section id="searchfaq">
48922       <title>Searching</title>
48923
48924       <para/>
48925
48926       <section id="advancedsearchfaq">
48927         <title>Advanced Search</title>
48928
48929         <para/>
48930
48931         <section id="scanindexfaq">
48932           <title>Scan Indexes</title>
48933
48934           <para><emphasis role="bold">Question</emphasis>: What does 'scan
48935           indexes' on the advanced search page mean?</para>
48936
48937           <para><emphasis role="bold">Answer</emphasis>: When you choose an
48938           index, enter a term, click 'scan indexes' and do the search, Koha
48939           displays the searched term and the following terms found in this
48940           index with the number of corresponding records That is search is not
48941           made directly in the catalog, but first in the indexes It works only
48942           for one index at once, and only with no limit in Location (All
48943           libraries needed)</para>
48944         </section>
48945
48946         <section id="searchstartswith">
48947           <title>Searching for Terms that Start With a Character</title>
48948
48949           <para><emphasis role="bold">Question</emphasis>: How do I search for
48950           all titles that start with the letter 'C'?</para>
48951
48952           <para><emphasis role="bold">Answer</emphasis>: You can choose to
48953           search for things that start with a character or series of
48954           characters by using the CCL 'first-in-subfield'</para>
48955
48956           <itemizedlist>
48957             <listitem>
48958               <para>example: ti,first-in-subfield=C</para>
48959             </listitem>
48960           </itemizedlist>
48961         </section>
48962       </section>
48963
48964       <section id="wildcardsearchfaq">
48965         <title>Wildcard Searching</title>
48966
48967         <para><emphasis role="bold">Question</emphasis>:What is the difference
48968         between a keyword search using the '*' (asterisk) versus a keyword
48969         search using the '%' (percent)? Both work in the catalog, but return
48970         different sets. Why?</para>
48971
48972         <para><emphasis role="bold">Answer</emphasis>: A wildcard is a
48973         character (*,?,%,.) that can be used to represent one or more
48974         characters in a word. Two of the wildcard characters that can be used
48975         in Koha searches are the asterisk ('*') and the percent sign ('%').
48976         However, these two characters act differently when used in
48977         searching.</para>
48978
48979         <para>The '*' is going to force a more exact search of the first few
48980         characters you enter prior to the '*'. The asterisk will allow for an
48981         infinite number of characters in the search as long as the first few
48982         characters designated by your search remain the same. For example,
48983         searching for authors using the term, Smi*, will return a list that
48984         may include Smith, Smithers, Smithfield, Smiley, etc depending on the
48985         authors in your database.</para>
48986
48987         <para>The '%' will treat the words you enter in the terms of "is
48988         like". So a search of Smi% will search for words like Smi. This
48989         results in a much more varied results list. For example, a search on
48990         Smi% will return a list containing Smothers, Smith, Smelley,
48991         Smithfield and many others depending on what is your database.</para>
48992
48993         <para>The bottom line in searching with wildcards: '*' is more exact
48994         while '%' searches for like terms.</para>
48995       </section>
48996       <section id="titlesearchingfaq">
48997         <title>Title Searching</title>
48998         <para><emphasis role="bold">Question</emphasis>: Why does my Zebra title search for 'Help'
48999           not turn up 'The help' in the first pages of results?</para>
49000         <para><emphasis role="bold">Answer</emphasis>: When doing a title search, you actually want
49001           to search for the title (i.e., 'the help' rather than just 'help'), and it will bubble
49002           right up to the top. If you're just searching for 'help' then the relevance ranking is
49003           going to affect the results you see. </para>
49004         <para>When it comes to relevance in Zebra, here's what's happening. First, the search is
49005           done. If you search for the title "help", then any title that has "help" in it comes back.
49006           Then from those records, separately, it does relevance on the *whole* record. The more
49007           your word appears, the more relevant, and some MARC tags are worth more points than
49008           others. So a self-help book with 505 notes where "help" appears a *lot* will be at the
49009           top, regardless of keyword or title.</para>
49010         <para>But when you add a *second word*, that helps it figure things out, as it's weighing
49011           the relevance of both words and the phrase. Because of the way relevance works, if you
49012           search "the help", then "the help" or "the help I need" are more relevant than "the way to
49013           help", because they appear together in order. Likewise, "help the girl" would be lower
49014           relevance, because it's out of order, and "help for the homeless" would be lower still, as
49015           they're out of order, and apart.</para>
49016         <para>The moral of the story is that single word searches, particularly on common words,
49017           will always struggle a bit; it can't evaluate relevance well, because you've not given it
49018           enough input.</para>
49019       </section>
49020     </section>
49021
49022     <section id="enhancedcontentfaq">
49023       <title>Enhanced Content</title>
49024
49025       <para/>
49026
49027       <section id="frbrfaq">
49028         <title>FRBRizing Content</title>
49029
49030         <para><emphasis role="bold">Question: </emphasis>At our public library
49031         we are running a Koha installation and we've tried to turn on all the
49032         nice functionalities in Koha such as the frbrising tool, but do not
49033         get the same result as Nelsonville public library.</para>
49034
49035         <para><emphasis role="bold">Answer: </emphasis>In fact, this feature
49036         is quite tricky to make that right. First it looks at XISBN service.
49037         And then search in your database for that ISBN. So both XISBN and your
49038         internal ISBN (in biblio table) have to be normalized. You could
49039         therefore use the script misc/batchupdateISBNs.pl (it removes all the
49040         - in your local ISBNs)</para>
49041       </section>
49042
49043       <section id="amzfaq">
49044         <title>Amazon</title>
49045
49046         <para/>
49047
49048         <section id="amazonfaq">
49049           <title>All Amazon Content</title>
49050
49051           <para><emphasis role="bold">Question</emphasis>: I have all of the
49052           Amazon preferences turned on and have entered both of my keys, but
49053           none of the content appears in my system, why is that?</para>
49054
49055           <para><emphasis role="bold">Answer</emphasis>: Amazon's API checks
49056           your server time on all requests and if your server time is not set
49057           properly requests will be denied. To resolve this issue be sure to
49058           set your system time appropriately. Once that change in made Amazon
49059           content should appear immediately.</para>
49060
49061           <para>On Debian the the command is <emphasis>date -s "2010-06-30
49062           17:21"</emphasis> (with the proper date and time for your
49063           timezone).</para>
49064         </section>
49065       </section>
49066     </section>
49067
49068     <section id="systemfaq">
49069       <title>System Administration</title>
49070
49071       <para/>
49072
49073       <section id="zebracronfaq">
49074         <title>Errors in Zebra Cron</title>
49075
49076         <para><emphasis role="bold">Question</emphasis>: I am noticing some
49077         errors in the koha-zebradaemon-output.log file. When new records are
49078         added it takes a bit longer to index than we think they should.
49079         Running rebuild zebra is often faster. Zebra ends up indexing and
49080         search works, but I am concerned about the errors. Any ideas?</para>
49081
49082         <para><emphasis role="bold">Answer</emphasis>: Rebuild_zebra.pl -r
49083         deletes all of the files in the Zebra db directories (such as
49084         reci-0.mf) and then recreates them. Thus, permissions will be lost,
49085         and the files will be owned by the user who ran rebuild_zebra.pl. If
49086         one rebuilds the zebra indexes as root, the daemons, which typically
49087         run under the user Koha, will not be able to update the indexes. Thus,
49088         it's important then that the zebra rebuilds are put in the cronjob
49089         file of the user Koha, and not root. Also important is that other
49090         users, such as root, don't manually execute rebuilds.</para>
49091
49092         <para>If one desires that another user be able to execute
49093         rebuild_zebra.pl, he should be given the permission to execute 'sudo
49094         -u Koha .../rebuild_zebra.pl,' (if you want to do this, you also have
49095         to edit the sudoers file to pass the PERL5LIB variable with the
49096         env_keep option as by default sudo strips away almost all environment
49097         variables). Or, as root user, one can use a simple 'su koha' and then
49098         the rebuild_zebra.pl command.</para>
49099
49100         <para>I've also tried to set the sticky bit on rebuild_zebra.pl, but
49101         for whatever reason it didn't seem to work due to some problem with
49102         the PERL5LIB variable that I wasn't able to figure. That seems to me
49103         the easiest thing to do, if anybody has any idea how to make it work.
49104         If it worked and were the default, I think it would help folks to
49105         avoid a great deal of the problems that come up with zebra.</para>
49106       </section>
49107
49108       <section id="publicztarget">
49109         <title>Making Z39.50 Target Public</title>
49110
49111         <para><emphasis role="bold">Question</emphasis>: Could someone tell me
49112         the exact steps I need to take to configure Zebra to expose my Koha 3
49113         db as a public Z39.50 service?</para>
49114
49115         <para><emphasis role="bold">Answer</emphasis>: Edit the KOHA_CONF file
49116         that your Koha is using. Uncomment the publicserver line like:</para>
49117
49118         <para>&lt;!-- &lt;listen id="publicserver"
49119         &gt;tcp:@:9999&lt;/listen&gt; --&gt;</para>
49120
49121         <para>to be:</para>
49122
49123         <para>&lt;listen id="publicserver"
49124         &gt;tcp:@:9999&lt;/listen&gt;</para>
49125
49126         <para>Then restart zebasrv and connect on the port specified
49127         (9999).</para>
49128       </section>
49129
49130       <section id="authvalfaq">
49131         <title>Shelving Location Authorized Values</title>
49132
49133         <para><emphasis role="bold">Question</emphasis>: When editing an item,
49134         the new shelving location I created is not showing up by default in
49135         the items where I assigned it to.</para>
49136
49137         <para><emphasis role="bold">Answer</emphasis>: This is because you
49138         created the new shelving location with a code value of 0 (zero) Just
49139         FYI the system interprets authorized values of 0 as equaling a null so
49140         when you edit a record in cataloging where the authorized value in a
49141         field was assigned where the code was 0, the value displays as null in
49142         the item editor (or MARC editor) instead of the value the library
49143         meant it to be.</para>
49144       </section>
49145
49146       <section id="whyauthvals">
49147         <title>Why do I need Authorized Values?</title>
49148
49149         <para><emphasis role="bold">Question</emphasis>: Why would I want to
49150         define authorized values for MARC tags?</para>
49151
49152         <para><emphasis role="bold">Answer</emphasis>: Authorized Values
49153         create a 'controlled vocabulary' for your staff. As an example, let us
49154         assume that your Koha installation is used by several libraries, and
49155         you use MARC 21. You might want to restrict the 850a MARC subfield to
49156         the institution codes for just those libraries. In that case, you
49157         could define an authorized values category (perhaps called "INST") and
49158         enter the institution codes as the authorized values for that
49159         category.</para>
49160
49161         <note>
49162           <para>Koha automatically sets up authorized value categories for
49163           your item types and branch codes, and you can link these authorized
49164           values to MARC subfields when you set up your MARC tag
49165           structure.</para>
49166         </note>
49167       </section>
49168
49169       <section id="sessionstblfaq">
49170         <title>How do I clean up the sessions table?</title>
49171
49172         <para><emphasis role="bold">Question</emphasis>: Is there a periodic
49173         job that can be run to cull old sessions from the table? We don't want
49174         to backup all the useless session data every night.</para>
49175
49176         <para><emphasis role="bold">Answer</emphasis>: You can run <link linkend="cleandbcron">cleanup database cron job</link>.</para>
49177
49178         <para>Or just before doing a backup command (mysqldump), you can
49179         truncate session table:  </para>
49180
49181         <para><programlisting>mysql -u&lt;kohauser -p&lt;password &lt;koha-db-name -e 'TRUNCATE TABLE sessions'</programlisting></para>
49182       </section>
49183     </section>
49184
49185     <section id="hardwarefaq">
49186       <title>Hardware</title>
49187
49188       <para/>
49189
49190       <section id="barcodefaq">
49191         <title>Barcode Scanners</title>
49192
49193         <para><emphasis role="bold">Question</emphasis>: What barcode scanners
49194         have been known to work with Koha?</para>
49195
49196         <para><emphasis role="bold">Answer</emphasis>: The simple rule of
49197         thumb is, does it act like a keyboard device?, if so, it will work.
49198         (i.e. can you take the scanner, scan a barcode and have it show up in
49199         a text editor, if so, it will work.)</para>
49200
49201         <para>The main points to check are that it connects to your PC
49202         conveniently (can be USB or "keyboard wedge" which means it connects
49203         in line with the keyboard, which is useful with older computers), and
49204         that it scans the barcode type that you are using.</para>
49205
49206         <para>It is a good idea to test some 'used' barcodes if you have any,
49207         to see whether the scanner can read scuffed or slightly wrinkled ones
49208         successfully. Most scanners are capable of reading several barcode
49209         types - there are many, and the specification should list the ones it
49210         can read. You may need to adjust settings slightly, such as prefix and
49211         suffix characters, or whether you want to send an 'enter' character or
49212         not.</para>
49213
49214         <para>One more tip - some can be set 'always on' and may come with a
49215         stand, some have triggers under the handle, some have buttons on top,
49216         some are held like a pen. Think about the staff working with the
49217         hardware before choosing, as a button in the wrong place can be very
49218         awkward to use.</para>
49219       </section>
49220
49221       <section id="printersfaq">
49222         <title>Printers</title>
49223
49224         <para/>
49225
49226         <section id="kohaprinters">
49227           <title>Printers used by Koha libraries</title>
49228
49229           <itemizedlist>
49230             <listitem>
49231               <para>POS-X receipt printer</para>
49232             </listitem>
49233
49234             <listitem>
49235               <para>Star Micronics printer (exact model unknown) with a
49236               generic/plain text driver.</para>
49237             </listitem>
49238
49239             <listitem>
49240               <para>Star SP2000 (Nelsonville)</para>
49241             </listitem>
49242
49243             <listitem>
49244               <para>Star TSP-100 futurePRINT (Geauga)</para>
49245
49246               <itemizedlist>
49247                 <listitem>
49248                   <para>"I know there have been a lot of questions on receipt
49249                   printers so I thought I'd pass on my findings. We have been
49250                   testing the Star TSP-100 futurePRINT. I found this print to
49251                   be VERY easy to configure for Koha. I was even able to
49252                   customize the print job by adding our system logo (a .gif)
49253                   to the top of every receipt. Also with a bitmap created in
49254                   Paint was able to add a message at the bottom of each
49255                   receipt with the contact information, hours and website for
49256                   the library that the materials were checked out at."</para>
49257                 </listitem>
49258               </itemizedlist>
49259             </listitem>
49260
49261             <listitem>
49262               <para>Epson TM 88 IIIP thermal receipt printers</para>
49263             </listitem>
49264
49265             <listitem>
49266               <para>Epson TM-T88IV</para>
49267             </listitem>
49268
49269             <listitem>
49270               <para>1x1 labels using a Dymolabelwriter printer</para>
49271             </listitem>
49272           </itemizedlist>
49273         </section>
49274
49275         <section id="braillefaq">
49276           <title>Braille Support</title>
49277
49278           <para><emphasis role="bold">Question</emphasis>: Are there any
49279           braille embosser or printer which has inbuilt braille converter and
49280           it is accessible with UNIX environment?</para>
49281
49282           <para><emphasis role="bold">Answer</emphasis>: You may want to look
49283           into BRLTTY (<ulink url="http://www.emptech.info/product_details.php?ID=1232">http://www.emptech.info/product_details.php?ID=1232</ulink>).</para>
49284         </section>
49285
49286         <section id="hardwaresupport">
49287           <title>Additional Support</title>
49288
49289           <itemizedlist>
49290             <listitem>
49291               <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>
49292             </listitem>
49293           </itemizedlist>
49294         </section>
49295       </section>
49296     </section>
49297   </appendix>
49298
49299   <appendix id="extending">
49300     <title>Extending Koha</title>
49301
49302     <section id="amzlookup">
49303       <sectioninfo>
49304         <authorgroup>
49305           <author>
49306             <firstname>Cab</firstname>
49307             <surname>Vinton</surname>
49308             <affiliation>
49309               <orgname>Sanbornton Public Library</orgname>
49310             </affiliation>
49311           </author>
49312           <editor>
49313             <firstname>Nicole C.</firstname>
49314             <surname>Engard</surname>
49315           </editor>
49316         </authorgroup>
49317         
49318         <pubdate>September 2009</pubdate>
49319         
49320         <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>
49321       </sectioninfo>
49322       <title>Amazon lookup script for Koha libraries</title>
49323
49324       <para>We order most of our materials from Amazon, so I've been looking
49325       for a convenient way to tell if a book under consideration is in our
49326       catalog already.</para>
49327
49328       <para>Greasemonkey &amp; a custom user script fit the bill
49329       nicely:</para>
49330
49331       <itemizedlist>
49332         <listitem>
49333           <para><ulink url="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</ulink></para>
49334         </listitem>
49335
49336         <listitem>
49337           <para><ulink url="http://userscripts.org/scripts/show/56847">http://userscripts.org/scripts/show/56847</ulink></para>
49338         </listitem>
49339       </itemizedlist>
49340
49341       <para>A few caveats:</para>
49342
49343       <itemizedlist>
49344         <listitem>
49345           <para>Like most scripts, this one was designed to work with Firefox;
49346           I haven't explored getting it to work with other browsers.</para>
49347         </listitem>
49348
49349         <listitem>
49350           <para>I'm not a JavaScript programmer -- this was adapted from
49351           others' work. Just a few lines would have to be changed to get the
49352           script to work with your catalog.</para>
49353         </listitem>
49354
49355         <listitem>
49356           <para>It depends on the existence of ISBN for the item in question,
49357           so movies, older books, etc. would not work.</para>
49358         </listitem>
49359       </itemizedlist>
49360
49361       <para>Others have added all sorts of bells &amp; whistles: XISBN lookups
49362       to search for related titles, custom messages based on the status of
49363       items (on order, on hold, etc.), ... just search the UserScripts site
49364       for Amazon + library. For a later date!</para>
49365     </section>
49366
49367     <section id="extendkeywordclouds">
49368       <title>Keyword Clouds</title>
49369
49370       <para>In addition to the traditional tag cloud available in Koha, there
49371       is a way to generate clouds for popular subjects within Koha.</para>
49372
49373       <para>The <link linkend="keywordclouds">Author/Subject Cloud cron
49374       job</link> is used to help with this process. This cron job sends its
49375       output to files.</para>
49376
49377       <itemizedlist>
49378         <listitem>
49379           <para>/home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html</para>
49380         </listitem>
49381
49382         <listitem>
49383           <para>/home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</para>
49384         </listitem>
49385       </itemizedlist>
49386
49387       <para>This means that you can produce clouds for authors, collective
49388       author, all kind of subjects, classifications, etc. And since it works
49389       on zebra indexes, it is quick, even on large DBs. Tags clouds are sent
49390       to files. It's up to library webmaster to deal with those files in order
49391       to include them in <link linkend="OpacMainUserBlock">OPACMainUserBlock</link>, or include them
49392       into their library CMS.</para>
49393
49394       <para>Some libraries even send the file into a Samba shared folder where
49395       webmaster take them, eventually clean them a little bit before
49396       integrating them into navigation widgets or pages.</para>
49397     </section>
49398
49399     <section id="newtitlesoption">
49400       <title>Newest Titles Pulldown</title>
49401
49402       <para>Often we want to add a way for our patrons to do searches for the
49403       newest items. In this example I'll show you how to create a pull down
49404       menu of the newest items by item type. These tips will work (with a
49405       couple changes) for collection codes or shelving locations as
49406       well.</para>
49407
49408       <para>First, it's important to note that every link in Koha is a
49409       permanent link. This means if I do a search for everything of a specific
49410       item type sorted by the acquisitions date and bookmark that URL,
49411       whenever I click it I'll see the newest items of that type on the first
49412       few pages of the results.</para>
49413
49414       <para>I took this knowledge and wrote a form takes this functionality in
49415       to consideration. It basically just does a search of your Koha catalog
49416       for a specific item type and sorts the results by acquisitions
49417       date.</para>
49418
49419       <para>The first thing I did was write a MySQL statement to generate a
49420       list of item types for me - why copy and paste when you can use the
49421       power of MySQL?</para>
49422
49423       <para><programlisting>select concat('&lt;option value=\"mc-itype:', itemtype, '\"&gt;',description,'&lt;/option&gt;') from itemtypes</programlisting></para>
49424
49425       <para>The above looks at the itemtypes table and slaps the necessary
49426       HTML around each item type for me. I then exported that to CSV and
49427       opened it in my text editor and added the other parts of the
49428       form.</para>
49429
49430       <para><programlisting>&lt;p&gt;&lt;strong&gt;New Items&lt;/strong&gt;&lt;/p&gt;
49431 &lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;
49432 &lt;input name="idx" value="kw" type="hidden"&gt;
49433 &lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;
49434 &lt;input name="do" value="OK" type="hidden"&gt;
49435 &lt;select name="limit" onchange="this.form.submit()"&gt;
49436 &lt;option&gt;-- Please choose --&lt;/option&gt;
49437 &lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;
49438 &lt;option value="mc-itype:BOOKCD"&gt;Book on CD&lt;/option&gt;
49439 &lt;option value="mc-itype:DVD"&gt;DVD&lt;/option&gt;
49440 &lt;option value="mc-itype:LRG_PRINT"&gt;Large print book&lt;/option&gt;
49441 &lt;option value="mc-itype:MAGAZINE"&gt;Magazine&lt;/option&gt;
49442 &lt;option value="mc-itype:NEWSPAPER"&gt;Newspaper&lt;/option&gt;
49443 &lt;option value="mc-itype:VIDEO"&gt;Videocassette&lt;/option&gt;
49444 &lt;/select&gt;
49445 &lt;/form&gt;
49446 &lt;/p&gt;</programlisting></para>
49447
49448       <para>Now, what does all of that mean? The important bits are
49449       these:</para>
49450
49451       <para>First the starting of the form.</para>
49452
49453       <para><programlisting>&lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;</programlisting></para>
49454
49455       <para>This tells the browser to take any value selected and put it at
49456       the end of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want
49457       to embed this form on your library website (and not on your OPAC) you
49458       can put the full OPAC URL in there.</para>
49459
49460       <para>Next, there is a hidden value that is telling the search to sort
49461       by acquisitions date descending (newest items at the top):</para>
49462
49463       <para><programlisting>&lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;</programlisting></para>
49464
49465       <para>And finally you have an option for each item type you want people
49466       to search.<programlisting>&lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;</programlisting></para>
49467
49468       <para>These options each include the string "mc-itype:" which tells Koha
49469       to do an item type search.</para>
49470
49471       <para>Once you have all of that in place you can copy and paste the form
49472       to somewhere on your OPAC. The <ulink url="http://catalog.farmingtonlibraries.org">Farmington Public Libraries
49473       OPAC</ulink> has a few examples of this on the left.</para>
49474     </section>
49475
49476     <section id="colorsearch">
49477       <title>Cataloging and Searching by Color</title>
49478
49479       <para>One of the icon sets installed in Koha includes a series of
49480       colors. This set can be used to catalog and search by color if you'd
49481       like. This guide will walk you use changing collection code to color in
49482       Koha so that you can do this.</para>
49483
49484       <para>The following SQL could be used to add these colors to the CCODE
49485       authorized value category in a batch. If you wanted to use these colors
49486       for another authorized value you'd have to edit this to use that
49487       category:</para>
49488
49489       <programlisting>    insert into authorised_values (category, authorised_value, lib,
49490      lib_opac, imageurl) values ('CCODE','000000','Black','','colors/000000.png');
49491     insert into authorised_values (category, authorised_value, lib,
49492      lib_opac, imageurl) values ('CCODE','66cc66','Bright Green','','colors/66cc66.png');
49493     insert into authorised_values (category, authorised_value, lib,
49494      lib_opac, imageurl) values ('CCODE','99cc33','Olive','','colors/99cc33.png');
49495     insert into authorised_values (category, authorised_value, lib,
49496      lib_opac, imageurl) values ('CCODE','3333cc','Dark Blue','','colors/3333cc.png');
49497     insert into authorised_values (category, authorised_value, lib,
49498      lib_opac, imageurl) values ('CCODE','006600' ,'Dark Green','','colors/006600.png');
49499     insert into authorised_values (category, authorised_value, lib,
49500      lib_opac, imageurl) values ('CCODE','6600cc','Plum','','colors/6600cc.png');
49501     insert into authorised_values (category, authorised_value, lib,
49502      lib_opac, imageurl) values ('CCODE','6666cc','Purple','','colors/6666cc.png');
49503     insert into authorised_values (category, authorised_value, lib,
49504      lib_opac, imageurl) values ('CCODE','9999cc','Light Purple','','colors/9999cc.png');
49505     insert into authorised_values (category, authorised_value, lib,
49506      lib_opac, imageurl) values ('CCODE','660000' ,'Burgundy','','colors/660000.png');
49507     insert into authorised_values (category, authorised_value, lib,
49508      lib_opac, imageurl) values ('CCODE','663333' ,'Brown','','colors/663333.png');
49509     insert into authorised_values (category, authorised_value, lib,
49510      lib_opac, imageurl) values ('CCODE','990000' ,'Red','','colors/990000.png');
49511     insert into authorised_values (category, authorised_value, lib,
49512      lib_opac, imageurl) values ('CCODE','996633' ,'Tan','','colors/996633.png');
49513     insert into authorised_values (category, authorised_value, lib,
49514      lib_opac, imageurl) values ('CCODE','999999' ,'Gray','','colors/999999.png');
49515     insert into authorised_values (category, authorised_value, lib,
49516      lib_opac, imageurl) values ('CCODE','cc66cc','Pink','','colors/cc66cc.png');
49517     insert into authorised_values (category, authorised_value, lib,
49518      lib_opac, imageurl) values ('CCODE','cc99cc','Bubble Gum','','colors/cc99cc.png');
49519     insert into authorised_values (category, authorised_value, lib,
49520      lib_opac, imageurl) values ('CCODE','cc3333' ,'Orange','','colors/cc3333.png');
49521     insert into authorised_values (category, authorised_value, lib,
49522      lib_opac, imageurl) values ('CCODE','cc6666' ,'Peach','','colors/cc6666.png');
49523     insert into authorised_values (category, authorised_value, lib,
49524      lib_opac, imageurl) values ('CCODE','cc9999' ,'Rose','','colors/cc9999.png');
49525     insert into authorised_values (category, authorised_value, lib,
49526      lib_opac, imageurl) values ('CCODE','cccc00' ,'Gold','','colors/cccc00.png');
49527     insert into authorised_values (category, authorised_value, lib,
49528      lib_opac, imageurl) values ('CCODE','ffff33' ,'Yellow','','colors/ffff33.png');
49529     insert into authorised_values (category, authorised_value, lib,
49530      lib_opac, imageurl) values ('CCODE','ffffcc','Cream','','colors/ffffcc.png');
49531     insert into authorised_values (category, authorised_value, lib,
49532      lib_opac, imageurl) values ('CCODE','ffffff','White','','colors/ffffff.png');</programlisting>
49533
49534       <para>If you would like to choose the colors manually you can do that
49535       via the <link linkend="authorizedvalues">Authorized Values</link>
49536       administration area.</para>
49537
49538       <screenshot>
49539         <screeninfo>Colors for CCODE</screeninfo>
49540
49541         <mediaobject>
49542           <imageobject>
49543             <imagedata fileref="images/appendix-extending/colorccode.png"/>
49544           </imageobject>
49545         </mediaobject>
49546       </screenshot>
49547
49548       <para>Next you'll want to <link linkend="marcbibframeworks">update the
49549       frameworks</link> so that the 952$8 (if you're using collection code)
49550       label to says Color.</para>
49551
49552       <para>Once you have that in place you can start to catalog items by
49553       color.</para>
49554
49555       <para>Finally you'll want to add the following JQuery to your
49556       preferences so that it will relabel 'Collection' to 'Color'</para>
49557
49558       <para><link linkend="intranetuserjs">intranetuserjs</link></para>
49559
49560       <programlisting>$(document).ready(function(){
49561     $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
49562     $("#holdings th:contains('Collection')").text("Color");
49563     });</programlisting>
49564
49565       <para><link linkend="opacuserjs">opacuserjs</link></para>
49566
49567       <programlisting>$(document).ready(function(){
49568     $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
49569     $('#item_ccode').text("Color");
49570     });</programlisting>
49571
49572       <para/>
49573     </section>
49574   </appendix>
49575
49576   <appendix id="siteintegration">
49577     <title>Koha and Your Website</title>
49578
49579     <para>This appendix will include tips for integrating Koha in to your
49580     library website.</para>
49581
49582     <section id="embedsearch">
49583       <title>Koha search on your site</title>
49584
49585       <para>Often you'll want to add a Koha search box to your library
49586       website. To do so, just copy and paste the following code in to your
49587       library website and update the YOURCATALOG bit with your catalog's URL
49588       and you're set to go.</para>
49589
49590       <para><programlisting>
49591 &lt;form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform"&gt;
49592 &lt;input id="transl1" name="q" type="text"&gt;&lt;p&gt;
49593 &lt;select name="idx" id="masthead_search"&gt;
49594 &lt;option value="kw"&gt;Keyword&lt;/option&gt;
49595 &lt;option value="ti"&gt;Title&lt;/option&gt;
49596 &lt;option value="au"&gt;Author&lt;/option&gt;
49597 &lt;option value="su"&gt;Subject&lt;/option&gt;
49598 &lt;option value="nb"&gt;ISBN&lt;/option&gt;
49599 &lt;option value="se"&gt;Series&lt;/option&gt;
49600 &lt;option value="callnum"&gt;Call Number&lt;/option&gt;
49601 &lt;/select&gt;
49602 &lt;input value="Search" id="searchsubmit" type="submit"&gt;
49603 &lt;/p&gt;&lt;/form&gt;
49604       </programlisting></para>
49605     </section>
49606   </appendix>
49607
49608   <appendix id="gpl">
49609     <title><acronym>GNU</acronym> General Public License version 3</title>
49610
49611     <para>Version 3, 29 June 2007</para>
49612
49613     <para>Copyright © 2007 Free Software Foundation, Inc. <ulink url="http://fsf.org/">http://fsf.org/</ulink></para>
49614
49615     <para>Everyone is permitted to copy and distribute verbatim copies of this
49616     license document, but changing it is not allowed.</para>
49617
49618     <bridgehead id="Preamble" renderas="sect1">Preamble</bridgehead>
49619
49620     <para>The <acronym>GNU</acronym> General Public License is a free,
49621     copyleft license for software and other kinds of works.</para>
49622
49623     <para>The licenses for most software and other practical works are
49624     designed to take away your freedom to share and change the works. By
49625     contrast, the <acronym>GNU</acronym> General Public License is intended to
49626     guarantee your freedom to share and change all versions of a program--to
49627     make sure it remains free software for all its users. We, the Free
49628     Software Foundation, use the <acronym>GNU</acronym> General Public License
49629     for most of our software; it applies also to any other work released this
49630     way by its authors. You can apply it to your programs, too.</para>
49631
49632     <para>When we speak of free software, we are referring to freedom, not
49633     price. Our General Public Licenses are designed to make sure that you have
49634     the freedom to distribute copies of free software (and charge for them if
49635     you wish), that you receive source code or can get it if you want it, that
49636     you can change the software or use pieces of it in new free programs, and
49637     that you know you can do these things.</para>
49638
49639     <para>To protect your rights, we need to prevent others from denying you
49640     these rights or asking you to surrender the rights. Therefore, you have
49641     certain responsibilities if you distribute copies of the software, or if
49642     you modify it: responsibilities to respect the freedom of others.</para>
49643
49644     <para>For example, if you distribute copies of such a program, whether
49645     gratis or for a fee, you must pass on to the recipients the same freedoms
49646     that you received. You must make sure that they, too, receive or can get
49647     the source code. And you must show them these terms so they know their
49648     rights.</para>
49649
49650     <para>Developers that use the <acronym>GNU</acronym>
49651     <acronym>GPL</acronym> protect your rights with two steps: (1) assert
49652     copyright on the software, and (2) offer you this License giving you legal
49653     permission to copy, distribute and/or modify it.</para>
49654
49655     <para>For the developers' and authors' protection, the
49656     <acronym>GPL</acronym> clearly explains that there is no warranty for this
49657     free software. For both users' and authors' sake, the
49658     <acronym>GPL</acronym> requires that modified versions be marked as
49659     changed, so that their problems will not be attributed erroneously to
49660     authors of previous versions.</para>
49661
49662     <para>Some devices are designed to deny users access to install or run
49663     modified versions of the software inside them, although the manufacturer
49664     can do so. This is fundamentally incompatible with the aim of protecting
49665     users' freedom to change the software. The systematic pattern of such
49666     abuse occurs in the area of products for individuals to use, which is
49667     precisely where it is most unacceptable. Therefore, we have designed this
49668     version of the <acronym>GPL</acronym> to prohibit the practice for those
49669     products. If such problems arise substantially in other domains, we stand
49670     ready to extend this provision to those domains in future versions of the
49671     <acronym>GPL</acronym>, as needed to protect the freedom of users.</para>
49672
49673     <para>Finally, every program is threatened constantly by software patents.
49674     States should not allow patents to restrict development and use of
49675     software on general-purpose computers, but in those that do, we wish to
49676     avoid the special danger that patents applied to a free program could make
49677     it effectively proprietary. To prevent this, the <acronym>GPL</acronym>
49678     assures that patents cannot be used to render the program non-free.</para>
49679
49680     <para>The precise terms and conditions for copying, distribution and
49681     modification follow.</para>
49682
49683     <bridgehead>TERMS AND CONDITIONS</bridgehead>
49684
49685     <bridgehead id="Definitions" renderas="sect1">0. Definitions.</bridgehead>
49686
49687     <para>"This License" refers to version 3 of the <acronym>GNU</acronym>
49688     General Public License.</para>
49689
49690     <para>"Copyright" also means copyright-like laws that apply to other kinds
49691     of works, such as semiconductor masks.</para>
49692
49693     <para>"The Program" refers to any copyrightable work licensed under this
49694     License. Each licensee is addressed as "you". "Licensees" and "recipients"
49695     may be individuals or organizations.</para>
49696
49697     <para>To "modify" a work means to copy from or adapt all or part of the
49698     work in a fashion requiring copyright permission, other than the making of
49699     an exact copy. The resulting work is called a "modified version" of the
49700     earlier work or a work "based on" the earlier work.</para>
49701
49702     <para>A "covered work" means either the unmodified Program or a work based
49703     on the Program.</para>
49704
49705     <para>To "propagate" a work means to do anything with it that, without
49706     permission, would make you directly or secondarily liable for infringement
49707     under applicable copyright law, except executing it on a computer or
49708     modifying a private copy. Propagation includes copying, distribution (with
49709     or without modification), making available to the public, and in some
49710     countries other activities as well.</para>
49711
49712     <para>To "convey" a work means any kind of propagation that enables other
49713     parties to make or receive copies. Mere interaction with a user through a
49714     computer network, with no transfer of a copy, is not conveying.</para>
49715
49716     <para>An interactive user interface displays "Appropriate Legal Notices"
49717     to the extent that it includes a convenient and prominently visible
49718     feature that (1) displays an appropriate copyright notice, and (2) tells
49719     the user that there is no warranty for the work (except to the extent that
49720     warranties are provided), that licensees may convey the work under this
49721     License, and how to view a copy of this License. If the interface presents
49722     a list of user commands or options, such as a menu, a prominent item in
49723     the list meets this criterion.</para>
49724
49725     <bridgehead id="SourceCode" renderas="sect1">1. Source Code.</bridgehead>
49726
49727     <para>The "source code" for a work means the preferred form of the work
49728     for making modifications to it. "Object code" means any non-source form of
49729     a work.</para>
49730
49731     <para>A "Standard Interface" means an interface that either is an official
49732     standard defined by a recognized standards body, or, in the case of
49733     interfaces specified for a particular programming language, one that is
49734     widely used among developers working in that language.</para>
49735
49736     <para>The "System Libraries" of an executable work include anything, other
49737     than the work as a whole, that (a) is included in the normal form of
49738     packaging a Major Component, but which is not part of that Major
49739     Component, and (b) serves only to enable use of the work with that Major
49740     Component, or to implement a Standard Interface for which an
49741     implementation is available to the public in source code form. A "Major
49742     Component", in this context, means a major essential component (kernel,
49743     window system, and so on) of the specific operating system (if any) on
49744     which the executable work runs, or a compiler used to produce the work, or
49745     an object code interpreter used to run it.</para>
49746
49747     <para>The "Corresponding Source" for a work in object code form means all
49748     the source code needed to generate, install, and (for an executable work)
49749     run the object code and to modify the work, including scripts to control
49750     those activities. However, it does not include the work's System
49751     Libraries, or general-purpose tools or generally available free programs
49752     which are used unmodified in performing those activities but which are not
49753     part of the work. For example, Corresponding Source includes interface
49754     definition files associated with source files for the work, and the source
49755     code for shared libraries and dynamically linked subprograms that the work
49756     is specifically designed to require, such as by intimate data
49757     communication or control flow between those subprograms and other parts of
49758     the work.</para>
49759
49760     <para>The Corresponding Source need not include anything that users can
49761     regenerate automatically from other parts of the Corresponding
49762     Source.</para>
49763
49764     <para>The Corresponding Source for a work in source code form is that same
49765     work.</para>
49766
49767     <bridgehead id="BasicPermissions" renderas="sect1">2. Basic
49768     Permissions.</bridgehead>
49769
49770     <para>All rights granted under this License are granted for the term of
49771     copyright on the Program, and are irrevocable provided the stated
49772     conditions are met. This License explicitly affirms your unlimited
49773     permission to run the unmodified Program. The output from running a
49774     covered work is covered by this License only if the output, given its
49775     content, constitutes a covered work. This License acknowledges your rights
49776     of fair use or other equivalent, as provided by copyright law.</para>
49777
49778     <para>You may make, run and propagate covered works that you do not
49779     convey, without conditions so long as your license otherwise remains in
49780     force. You may convey covered works to others for the sole purpose of
49781     having them make modifications exclusively for you, or provide you with
49782     facilities for running those works, provided that you comply with the
49783     terms of this License in conveying all material for which you do not
49784     control copyright. Those thus making or running the covered works for you
49785     must do so exclusively on your behalf, under your direction and control,
49786     on terms that prohibit them from making any copies of your copyrighted
49787     material outside their relationship with you.</para>
49788
49789     <para>Conveying under any other circumstances is permitted solely under
49790     the conditions stated below. Sublicensing is not allowed; section 10 makes
49791     it unnecessary.</para>
49792
49793     <bridgehead id="Protecting" renderas="sect1">3. Protecting Users' Legal
49794     Rights From Anti-Circumvention Law.</bridgehead>
49795
49796     <para>No covered work shall be deemed part of an effective technological
49797     measure under any applicable law fulfilling obligations under article 11
49798     of the WIPO copyright treaty adopted on 20 December 1996, or similar laws
49799     prohibiting or restricting circumvention of such measures.</para>
49800
49801     <para>When you convey a covered work, you waive any legal power to forbid
49802     circumvention of technological measures to the extent such circumvention
49803     is effected by exercising rights under this License with respect to the
49804     covered work, and you disclaim any intention to limit operation or
49805     modification of the work as a means of enforcing, against the work's
49806     users, your or third parties' legal rights to forbid circumvention of
49807     technological measures.</para>
49808
49809     <bridgehead id="ConveyingVerbatim" renderas="sect1">4. Conveying Verbatim
49810     Copies.</bridgehead>
49811
49812     <para>You may convey verbatim copies of the Program's source code as you
49813     receive it, in any medium, provided that you conspicuously and
49814     appropriately publish on each copy an appropriate copyright notice; keep
49815     intact all notices stating that this License and any non-permissive terms
49816     added in accord with section 7 apply to the code; keep intact all notices
49817     of the absence of any warranty; and give all recipients a copy of this
49818     License along with the Program.</para>
49819
49820     <para>You may charge any price or no price for each copy that you convey,
49821     and you may offer support or warranty protection for a fee.</para>
49822
49823     <bridgehead id="ConveyingModified" renderas="sect1">5. Conveying Modified
49824     Source Versions.</bridgehead>
49825
49826     <para>You may convey a work based on the Program, or the modifications to
49827     produce it from the Program, in the form of source code under the terms of
49828     section 4, provided that you also meet all of these conditions:</para>
49829
49830     <orderedlist numeration="loweralpha">
49831       <listitem>
49832         <para>The work must carry prominent notices stating that you modified
49833         it, and giving a relevant date.</para>
49834       </listitem>
49835
49836       <listitem>
49837         <para>The work must carry prominent notices stating that it is
49838         released under this License and any conditions added under section 7.
49839         This requirement modifies the requirement in section 4 to "keep intact
49840         all notices".</para>
49841       </listitem>
49842
49843       <listitem>
49844         <para>You must license the entire work, as a whole, under this License
49845         to anyone who comes into possession of a copy. This License will
49846         therefore apply, along with any applicable section 7 additional terms,
49847         to the whole of the work, and all its parts, regardless of how they
49848         are packaged. This License gives no permission to license the work in
49849         any other way, but it does not invalidate such permission if you have
49850         separately received it.</para>
49851       </listitem>
49852
49853       <listitem>
49854         <para>If the work has interactive user interfaces, each must display
49855         Appropriate Legal Notices; however, if the Program has interactive
49856         interfaces that do not display Appropriate Legal Notices, your work
49857         need not make them do so.</para>
49858       </listitem>
49859     </orderedlist>
49860
49861     <para>A compilation of a covered work with other separate and independent
49862     works, which are not by their nature extensions of the covered work, and
49863     which are not combined with it such as to form a larger program, in or on
49864     a volume of a storage or distribution medium, is called an "aggregate" if
49865     the compilation and its resulting copyright are not used to limit the
49866     access or legal rights of the compilation's users beyond what the
49867     individual works permit. Inclusion of a covered work in an aggregate does
49868     not cause this License to apply to the other parts of the
49869     aggregate.</para>
49870
49871     <bridgehead id="ConveyingNonSource" renderas="sect1">6. Conveying
49872     Non-Source Forms.</bridgehead>
49873
49874     <para>You may convey a covered work in object code form under the terms of
49875     sections 4 and 5, provided that you also convey the machine-readable
49876     Corresponding Source under the terms of this License, in one of these
49877     ways:</para>
49878
49879     <orderedlist numeration="loweralpha">
49880       <listitem>
49881         <para>Convey the object code in, or embodied in, a physical product
49882         (including a physical distribution medium), accompanied by the
49883         Corresponding Source fixed on a durable physical medium customarily
49884         used for software interchange.</para>
49885       </listitem>
49886
49887       <listitem>
49888         <para>Convey the object code in, or embodied in, a physical product
49889         (including a physical distribution medium), accompanied by a written
49890         offer, valid for at least three years and valid for as long as you
49891         offer spare parts or customer support for that product model, to give
49892         anyone who possesses the object code either (1) a copy of the
49893         Corresponding Source for all the software in the product that is
49894         covered by this License, on a durable physical medium customarily used
49895         for software interchange, for a price no more than your reasonable
49896         cost of physically performing this conveying of source, or (2) access
49897         to copy the Corresponding Source from a network server at no
49898         charge.</para>
49899       </listitem>
49900
49901       <listitem>
49902         <para>Convey individual copies of the object code with a copy of the
49903         written offer to provide the Corresponding Source. This alternative is
49904         allowed only occasionally and noncommercially, and only if you
49905         received the object code with such an offer, in accord with subsection
49906         6b.</para>
49907       </listitem>
49908
49909       <listitem>
49910         <para>Convey the object code by offering access from a designated
49911         place (gratis or for a charge), and offer equivalent access to the
49912         Corresponding Source in the same way through the same place at no
49913         further charge. You need not require recipients to copy the
49914         Corresponding Source along with the object code. If the place to copy
49915         the object code is a network server, the Corresponding Source may be
49916         on a different server (operated by you or a third party) that supports
49917         equivalent copying facilities, provided you maintain clear directions
49918         next to the object code saying where to find the Corresponding Source.
49919         Regardless of what server hosts the Corresponding Source, you remain
49920         obligated to ensure that it is available for as long as needed to
49921         satisfy these requirements.</para>
49922       </listitem>
49923
49924       <listitem>
49925         <para>Convey the object code using peer-to-peer transmission, provided
49926         you inform other peers where the object code and Corresponding Source
49927         of the work are being offered to the general public at no charge under
49928         subsection 6d.</para>
49929       </listitem>
49930     </orderedlist>
49931
49932     <para>A separable portion of the object code, whose source code is
49933     excluded from the Corresponding Source as a System Library, need not be
49934     included in conveying the object code work.</para>
49935
49936     <para>A "User Product" is either (1) a "consumer product", which means any
49937     tangible personal property which is normally used for personal, family, or
49938     household purposes, or (2) anything designed or sold for incorporation
49939     into a dwelling. In determining whether a product is a consumer product,
49940     doubtful cases shall be resolved in favor of coverage. For a particular
49941     product received by a particular user, "normally used" refers to a typical
49942     or common use of that class of product, regardless of the status of the
49943     particular user or of the way in which the particular user actually uses,
49944     or expects or is expected to use, the product. A product is a consumer
49945     product regardless of whether the product has substantial commercial,
49946     industrial or non-consumer uses, unless such uses represent the only
49947     significant mode of use of the product.</para>
49948
49949     <para>"Installation Information" for a User Product means any methods,
49950     procedures, authorization keys, or other information required to install
49951     and execute modified versions of a covered work in that User Product from
49952     a modified version of its Corresponding Source. The information must
49953     suffice to ensure that the continued functioning of the modified object
49954     code is in no case prevented or interfered with solely because
49955     modification has been made.</para>
49956
49957     <para>If you convey an object code work under this section in, or with, or
49958     specifically for use in, a User Product, and the conveying occurs as part
49959     of a transaction in which the right of possession and use of the User
49960     Product is transferred to the recipient in perpetuity or for a fixed term
49961     (regardless of how the transaction is characterized), the Corresponding
49962     Source conveyed under this section must be accompanied by the Installation
49963     Information. But this requirement does not apply if neither you nor any
49964     third party retains the ability to install modified object code on the
49965     User Product (for example, the work has been installed in
49966     <acronym>ROM</acronym>).</para>
49967
49968     <para>The requirement to provide Installation Information does not include
49969     a requirement to continue to provide support service, warranty, or updates
49970     for a work that has been modified or installed by the recipient, or for
49971     the User Product in which it has been modified or installed. Access to a
49972     network may be denied when the modification itself materially and
49973     adversely affects the operation of the network or violates the rules and
49974     protocols for communication across the network.</para>
49975
49976     <para>Corresponding Source conveyed, and Installation Information
49977     provided, in accord with this section must be in a format that is publicly
49978     documented (and with an implementation available to the public in source
49979     code form), and must require no special password or key for unpacking,
49980     reading or copying.</para>
49981
49982     <bridgehead id="AdditionalTerms" renderas="sect1">7. Additional
49983     Terms.</bridgehead>
49984
49985     <para>"Additional permissions" are terms that supplement the terms of this
49986     License by making exceptions from one or more of its conditions.
49987     Additional permissions that are applicable to the entire Program shall be
49988     treated as though they were included in this License, to the extent that
49989     they are valid under applicable law. If additional permissions apply only
49990     to part of the Program, that part may be used separately under those
49991     permissions, but the entire Program remains governed by this License
49992     without regard to the additional permissions.</para>
49993
49994     <para>When you convey a copy of a covered work, you may at your option
49995     remove any additional permissions from that copy, or from any part of it.
49996     (Additional permissions may be written to require their own removal in
49997     certain cases when you modify the work.) You may place additional
49998     permissions on material, added by you to a covered work, for which you
49999     have or can give appropriate copyright permission.</para>
50000
50001     <para>Notwithstanding any other provision of this License, for material
50002     you add to a covered work, you may (if authorized by the copyright holders
50003     of that material) supplement the terms of this License with terms:</para>
50004
50005     <orderedlist numeration="loweralpha">
50006       <listitem>
50007         <para>Disclaiming warranty or limiting liability differently from the
50008         terms of sections 15 and 16 of this License; or</para>
50009       </listitem>
50010
50011       <listitem>
50012         <para>Requiring preservation of specified reasonable legal notices or
50013         author attributions in that material or in the Appropriate Legal
50014         Notices displayed by works containing it; or</para>
50015       </listitem>
50016
50017       <listitem>
50018         <para>Prohibiting misrepresentation of the origin of that material, or
50019         requiring that modified versions of such material be marked in
50020         reasonable ways as different from the original version; or</para>
50021       </listitem>
50022
50023       <listitem>
50024         <para>Limiting the use for publicity purposes of names of licensors or
50025         authors of the material; or</para>
50026       </listitem>
50027
50028       <listitem>
50029         <para>Declining to grant rights under trademark law for use of some
50030         trade names, trademarks, or service marks; or</para>
50031       </listitem>
50032
50033       <listitem>
50034         <para>Requiring indemnification of licensors and authors of that
50035         material by anyone who conveys the material (or modified versions of
50036         it) with contractual assumptions of liability to the recipient, for
50037         any liability that these contractual assumptions directly impose on
50038         those licensors and authors.</para>
50039       </listitem>
50040     </orderedlist>
50041
50042     <para>All other non-permissive additional terms are considered "further
50043     restrictions" within the meaning of section 10. If the Program as you
50044     received it, or any part of it, contains a notice stating that it is
50045     governed by this License along with a term that is a further restriction,
50046     you may remove that term. If a license document contains a further
50047     restriction but permits relicensing or conveying under this License, you
50048     may add to a covered work material governed by the terms of that license
50049     document, provided that the further restriction does not survive such
50050     relicensing or conveying.</para>
50051
50052     <para>If you add terms to a covered work in accord with this section, you
50053     must place, in the relevant source files, a statement of the additional
50054     terms that apply to those files, or a notice indicating where to find the
50055     applicable terms.</para>
50056
50057     <para>Additional terms, permissive or non-permissive, may be stated in the
50058     form of a separately written license, or stated as exceptions; the above
50059     requirements apply either way.</para>
50060
50061     <bridgehead id="Termination" renderas="sect1">8. Termination.</bridgehead>
50062
50063     <para>You may not propagate or modify a covered work except as expressly
50064     provided under this License. Any attempt otherwise to propagate or modify
50065     it is void, and will automatically terminate your rights under this
50066     License (including any patent licenses granted under the third paragraph
50067     of section 11).</para>
50068
50069     <para>However, if you cease all violation of this License, then your
50070     license from a particular copyright holder is reinstated (a)
50071     provisionally, unless and until the copyright holder explicitly and
50072     finally terminates your license, and (b) permanently, if the copyright
50073     holder fails to notify you of the violation by some reasonable means prior
50074     to 60 days after the cessation.</para>
50075
50076     <para>Moreover, your license from a particular copyright holder is
50077     reinstated permanently if the copyright holder notifies you of the
50078     violation by some reasonable means, this is the first time you have
50079     received notice of violation of this License (for any work) from that
50080     copyright holder, and you cure the violation prior to 30 days after your
50081     receipt of the notice.</para>
50082
50083     <para>Termination of your rights under this section does not terminate the
50084     licenses of parties who have received copies or rights from you under this
50085     License. If your rights have been terminated and not permanently
50086     reinstated, you do not qualify to receive new licenses for the same
50087     material under section 10.</para>
50088
50089     <bridgehead id="AcceptanceNotRequired" renderas="sect1">9. Acceptance Not
50090     Required for Having Copies.</bridgehead>
50091
50092     <para>You are not required to accept this License in order to receive or
50093     run a copy of the Program. Ancillary propagation of a covered work
50094     occurring solely as a consequence of using peer-to-peer transmission to
50095     receive a copy likewise does not require acceptance. However, nothing
50096     other than this License grants you permission to propagate or modify any
50097     covered work. These actions infringe copyright if you do not accept this
50098     License. Therefore, by modifying or propagating a covered work, you
50099     indicate your acceptance of this License to do so.</para>
50100
50101     <bridgehead id="AutomaticDownstream" renderas="sect1">10. Automatic
50102     Licensing of Downstream Recipients.</bridgehead>
50103
50104     <para>Each time you convey a covered work, the recipient automatically
50105     receives a license from the original licensors, to run, modify and
50106     propagate that work, subject to this License. You are not responsible for
50107     enforcing compliance by third parties with this License.</para>
50108
50109     <para>An "entity transaction" is a transaction transferring control of an
50110     organization, or substantially all assets of one, or subdividing an
50111     organization, or merging organizations. If propagation of a covered work
50112     results from an entity transaction, each party to that transaction who
50113     receives a copy of the work also receives whatever licenses to the work
50114     the party's predecessor in interest had or could give under the previous
50115     paragraph, plus a right to possession of the Corresponding Source of the
50116     work from the predecessor in interest, if the predecessor has it or can
50117     get it with reasonable efforts.</para>
50118
50119     <para>You may not impose any further restrictions on the exercise of the
50120     rights granted or affirmed under this License. For example, you may not
50121     impose a license fee, royalty, or other charge for exercise of rights
50122     granted under this License, and you may not initiate litigation (including
50123     a cross-claim or counterclaim in a lawsuit) alleging that any patent claim
50124     is infringed by making, using, selling, offering for sale, or importing
50125     the Program or any portion of it.</para>
50126
50127     <bridgehead id="Patents" renderas="sect1">11. Patents.</bridgehead>
50128
50129     <para>A "contributor" is a copyright holder who authorizes use under this
50130     License of the Program or a work on which the Program is based. The work
50131     thus licensed is called the contributor's "contributor version".</para>
50132
50133     <para>A contributor's "essential patent claims" are all patent claims
50134     owned or controlled by the contributor, whether already acquired or
50135     hereafter acquired, that would be infringed by some manner, permitted by
50136     this License, of making, using, or selling its contributor version, but do
50137     not include claims that would be infringed only as a consequence of
50138     further modification of the contributor version. For purposes of this
50139     definition, "control" includes the right to grant patent sublicenses in a
50140     manner consistent with the requirements of this License.</para>
50141
50142     <para>Each contributor grants you a non-exclusive, worldwide, royalty-free
50143     patent license under the contributor's essential patent claims, to make,
50144     use, sell, offer for sale, import and otherwise run, modify and propagate
50145     the contents of its contributor version.</para>
50146
50147     <para>In the following three paragraphs, a "patent license" is any express
50148     agreement or commitment, however denominated, not to enforce a patent
50149     (such as an express permission to practice a patent or covenant not to sue
50150     for patent infringement). To "grant" such a patent license to a party
50151     means to make such an agreement or commitment not to enforce a patent
50152     against the party.</para>
50153
50154     <para>If you convey a covered work, knowingly relying on a patent license,
50155     and the Corresponding Source of the work is not available for anyone to
50156     copy, free of charge and under the terms of this License, through a
50157     publicly available network server or other readily accessible means, then
50158     you must either (1) cause the Corresponding Source to be so available, or
50159     (2) arrange to deprive yourself of the benefit of the patent license for
50160     this particular work, or (3) arrange, in a manner consistent with the
50161     requirements of this License, to extend the patent license to downstream
50162     recipients. "Knowingly relying" means you have actual knowledge that, but
50163     for the patent license, your conveying the covered work in a country, or
50164     your recipient's use of the covered work in a country, would infringe one
50165     or more identifiable patents in that country that you have reason to
50166     believe are valid.</para>
50167
50168     <para>If, pursuant to or in connection with a single transaction or
50169     arrangement, you convey, or propagate by procuring conveyance of, a
50170     covered work, and grant a patent license to some of the parties receiving
50171     the covered work authorizing them to use, propagate, modify or convey a
50172     specific copy of the covered work, then the patent license you grant is
50173     automatically extended to all recipients of the covered work and works
50174     based on it.</para>
50175
50176     <para>A patent license is "discriminatory" if it does not include within
50177     the scope of its coverage, prohibits the exercise of, or is conditioned on
50178     the non-exercise of one or more of the rights that are specifically
50179     granted under this License. You may not convey a covered work if you are a
50180     party to an arrangement with a third party that is in the business of
50181     distributing software, under which you make payment to the third party
50182     based on the extent of your activity of conveying the work, and under
50183     which the third party grants, to any of the parties who would receive the
50184     covered work from you, a discriminatory patent license (a) in connection
50185     with copies of the covered work conveyed by you (or copies made from those
50186     copies), or (b) primarily for and in connection with specific products or
50187     compilations that contain the covered work, unless you entered into that
50188     arrangement, or that patent license was granted, prior to 28 March
50189     2007.</para>
50190
50191     <para>Nothing in this License shall be construed as excluding or limiting
50192     any implied license or other defenses to infringement that may otherwise
50193     be available to you under applicable patent law.</para>
50194
50195     <bridgehead id="NoSurrender" renderas="sect1">12. No Surrender of Others'
50196     Freedom.</bridgehead>
50197
50198     <para>If conditions are imposed on you (whether by court order, agreement
50199     or otherwise) that contradict the conditions of this License, they do not
50200     excuse you from the conditions of this License. If you cannot convey a
50201     covered work so as to satisfy simultaneously your obligations under this
50202     License and any other pertinent obligations, then as a consequence you may
50203     not convey it at all. For example, if you agree to terms that obligate you
50204     to collect a royalty for further conveying from those to whom you convey
50205     the Program, the only way you could satisfy both those terms and this
50206     License would be to refrain entirely from conveying the Program.</para>
50207
50208     <bridgehead id="UsedWithAGPL" renderas="sect1">13. Use with the
50209     <acronym>GNU</acronym> Affero General Public License.</bridgehead>
50210
50211     <para>Notwithstanding any other provision of this License, you have
50212     permission to link or combine any covered work with a work licensed under
50213     version 3 of the <acronym>GNU</acronym> Affero General Public License into
50214     a single combined work, and to convey the resulting work. The terms of
50215     this License will continue to apply to the part which is the covered work,
50216     but the special requirements of the <acronym>GNU</acronym> Affero General
50217     Public License, section 13, concerning interaction through a network will
50218     apply to the combination as such.</para>
50219
50220     <bridgehead id="RevisedVersions" renderas="sect1">14. Revised Versions of
50221     this License.</bridgehead>
50222
50223     <para>The Free Software Foundation may publish revised and/or new versions
50224     of the <acronym>GNU</acronym> General Public License from time to time.
50225     Such new versions will be similar in spirit to the present version, but
50226     may differ in detail to address new problems or concerns.</para>
50227
50228     <para>Each version is given a distinguishing version number. If the
50229     Program specifies that a certain numbered version of the
50230     <acronym>GNU</acronym> General Public License "or any later version"
50231     applies to it, you have the option of following the terms and conditions
50232     either of that numbered version or of any later version published by the
50233     Free Software Foundation. If the Program does not specify a version number
50234     of the <acronym>GNU</acronym> General Public License, you may choose any
50235     version ever published by the Free Software Foundation.</para>
50236
50237     <para>If the Program specifies that a proxy can decide which future
50238     versions of the <acronym>GNU</acronym> General Public License can be used,
50239     that proxy's public statement of acceptance of a version permanently
50240     authorizes you to choose that version for the Program.</para>
50241
50242     <para>Later license versions may give you additional or different
50243     permissions. However, no additional obligations are imposed on any author
50244     or copyright holder as a result of your choosing to follow a later
50245     version.</para>
50246
50247     <bridgehead id="WarrantyDisclaimer" renderas="sect1">15. Disclaimer of
50248     Warranty.</bridgehead>
50249
50250     <para>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
50251     APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
50252     HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
50253     OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
50254     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
50255     PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
50256     IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
50257     ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
50258
50259     <bridgehead id="LiabilityLimitation" renderas="sect1">16. Limitation of
50260     Liability.</bridgehead>
50261
50262     <para>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
50263     WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
50264     CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
50265     INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
50266     ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
50267     LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
50268     SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
50269     WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
50270     ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
50271
50272     <bridgehead id="InterpretationSecs1516" renderas="sect1">17.
50273     Interpretation of Sections 15 and 16.</bridgehead>
50274
50275     <para>If the disclaimer of warranty and limitation of liability provided
50276     above cannot be given local legal effect according to their terms,
50277     reviewing courts shall apply local law that most closely approximates an
50278     absolute waiver of all civil liability in connection with the Program,
50279     unless a warranty or assumption of liability accompanies a copy of the
50280     Program in return for a fee.</para>
50281
50282     <bridgehead>END OF TERMS AND CONDITIONS</bridgehead>
50283
50284     <bridgehead id="HowToApply" renderas="sect1">How to Apply These Terms to
50285     Your New Programs</bridgehead>
50286
50287     <para>If you develop a new program, and you want it to be of the greatest
50288     possible use to the public, the best way to achieve this is to make it
50289     free software which everyone can redistribute and change under these
50290     terms.</para>
50291
50292     <para>To do so, attach the following notices to the program. It is safest
50293     to attach them to the start of each source file to most effectively state
50294     the exclusion of warranty; and each file should have at least the
50295     "copyright" line and a pointer to where the full notice is found.</para>
50296
50297     <screen>
50298 <replaceable>one line to give the program's name and a brief idea of what it does.</replaceable>
50299 Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
50300
50301 This program is free software: you can redistribute it and/or modify
50302 it under the terms of the <acronym>GNU</acronym> General Public License as published by
50303 the Free Software Foundation, either version 3 of the License, or
50304 (at your option) any later version.
50305
50306 This program is distributed in the hope that it will be useful,
50307 but WITHOUT ANY WARRANTY; without even the implied warranty of
50308 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50309 <acronym>GNU</acronym> General Public License for more details.
50310
50311 You should have received a copy of the <acronym>GNU</acronym> General Public License
50312 along with this program.  If not, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.
50313   </screen>
50314
50315     <para>Also add information on how to contact you by electronic and paper
50316     mail.</para>
50317
50318     <para>If the program does terminal interaction, make it output a short
50319     notice like this when it starts in an interactive mode:</para>
50320
50321     <screen>
50322 <replaceable>program</replaceable> Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
50323 This program comes with ABSOLUTELY NO WARRANTY; for details type `<literal>show w</literal>'.
50324 This is free software, and you are welcome to redistribute it
50325 under certain conditions; type `<literal>show c</literal>' for details.
50326   </screen>
50327
50328     <para>The hypothetical commands `<literal>show w</literal>' and
50329     `<literal>show c</literal>' should show the appropriate parts of the
50330     General Public License. Of course, your program's commands might be
50331     different; for a GUI interface, you would use an "about box".</para>
50332
50333     <para>You should also get your employer (if you work as a programmer) or
50334     school, if any, to sign a "copyright disclaimer" for the program, if
50335     necessary. For more information on this, and how to apply and follow the
50336     <acronym>GNU</acronym> <acronym>GPL</acronym>, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.</para>
50337
50338     <para>The <acronym>GNU</acronym> General Public License does not permit
50339     incorporating your program into proprietary programs. If your program is a
50340     subroutine library, you may consider it more useful to permit linking
50341     proprietary applications with the library. If this is what you want to do,
50342     use the <acronym>GNU</acronym> Lesser General Public License instead of
50343     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>
50344   </appendix>
50345 </book>